:root {
  --content-width-narrow: 820px;
  --content-width-std: 900px;
  --content-width-wide: 1140px;
}
:root {
  --shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  --shadow-light: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
  --shadow-strong: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.5);
  --shadow-soft: 0.375rem 0.375rem 0.875rem rgba(0, 0, 0, 0.1);
  --shadow-hovered: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
 /* body .has-primary-d-background-color {
    background: #04304D !important;
} */
.required {
  color: #df1642;
  margin-left: 3px;
  position: relative;
  top: -4px;
}
.blog .site-content .page-header,
.blog .site-content .page-header > * {
  width: 100%;
}
.blog .site-content .page-header {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 73.125rem;
}
.grant-body > .alignfull,
.event-headings > .alignfull,
.event-body > .event-content > .alignfull,
.blog .media-object__content .alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1900px;
}
.grant-body > .alignfull > *,
.event-headings > .alignfull > *,
.event-body > .event-content > .alignfull > *,
.blog .media-object__content .alignfull > * {
  margin: 0 auto !important;
  width: 92vw;
  max-width: 1140px;
}
.em-video-slider__slider .slick-arrow,
.em-resource-posts-slider .slick-arrow,
.em-related-products .slick-arrow,
.wp-block-carousel .slick-arrow,
.wp-block-masthead-slider .slick-arrow,
.em-featured-solutions .slick-arrow,
.em-careers .slick-arrow {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  cursor: pointer;
  height: 3.125rem;
  position: absolute;
  overflow: hidden;
  text-indent: -200px;
  width: 3.125rem;
  z-index: 2;
  padding: 0 0 0 0 !important;
  transition: transform 0.25s ease;
}
.em-video-slider__slider .slick-arrow:before,
.em-resource-posts-slider .slick-arrow:before,
.em-related-products .slick-arrow:before,
.wp-block-carousel .slick-arrow:before,
.wp-block-masthead-slider .slick-arrow:before,
.em-featured-solutions .slick-arrow:before,
.em-careers .slick-arrow:before {
  content: "";
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 1.0625rem;
  top: 1.0625rem;
}
.em-video-slider__slider .slick-arrow:hover,
.em-resource-posts-slider .slick-arrow:hover,
.em-related-products .slick-arrow:hover,
.wp-block-carousel .slick-arrow:hover,
.wp-block-masthead-slider .slick-arrow:hover,
.em-featured-solutions .slick-arrow:hover,
.em-careers .slick-arrow:hover {
  transform: scale(1.09);
}
.em-video-slider__slider .slick-arrow:active,
.em-resource-posts-slider .slick-arrow:active,
.em-related-products .slick-arrow:active,
.wp-block-carousel .slick-arrow:active,
.wp-block-masthead-slider .slick-arrow:active,
.em-featured-solutions .slick-arrow:active,
.em-careers .slick-arrow:active {
  transform: scale(1.09) translateY(2px);
}
.em-video-slider__slider .slick-prev:before,
.em-resource-posts-slider .slick-prev:before,
.em-related-products .slick-prev:before,
.wp-block-carousel .slick-prev:before,
.em-featured-solutions .slick-prev:before,
.em-careers .slick-prev:before {
  background-image: url("../images/arrow-left.svg");
}
.widget_recent_entries li,
.page-numbers,
.btn-text,
.btn.has-neutral-background-color,
.btn,
[type="submit"],
.application_button,
.uploader .action {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.btn.has-neutral-background-color,
.btn,
[type="submit"],
.application_button,
.uploader .action {
  cursor: pointer;
  display: inline-block;
  line-height: 1.28;
  padding: 0.5rem 1.4375rem;
  text-align: center;
  text-decoration: none;
  transition-property: background-color, border-color, color, transform;
  border-radius: 2.5rem;
  border: 0.125rem solid rgba(0, 0, 0, 0);
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.btn:hover,
[type="submit"]:hover,
.application_button:hover,
.uploader .action:hover {
  outline: 0;
}
.btn:active,
[type="submit"]:active,
.application_button:active,
.uploader .action:active {
  transform: scale(0.96);
}
.blog .site-content .media-object__categories > .btn,
.btn--sm {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
}
.btn--lg,
.btn--size-lg {
  font-size: 1.25rem;
  padding: 0.55rem 1.4375rem;
}
.btn--md {
  display: block;
}
.btn.has-neutral-background-color,
.btn,
[type="submit"],
.application_button,
.uploader .action {
  background-color: #f5f6f6 !important;
  border-color: #c2c3c2 !important;
  color: #515250 !important;
}
.btn:hover,
[type="submit"]:hover,
.application_button:hover,
.uploader .action:hover {
  background-color: #f5f6f6 !important;
  border-color: #c2c3c2 !important;
  color: #515250 !important;
}
.basicLightbox .search-submit,
.btn--primary,
.btn.has-primary-background-color,
[type="submit"],
.application_button {
  background-color: #991e66 !important;
  border-color: #991e66 !important;
  color: #fff !important;
}
.basicLightbox .search-submit:hover,
.btn--primary:hover,
.btn.has-primary-background-color:hover,
[type="submit"]:hover,
.application_button:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-color: #991e66 !important;
  color: #991e66 !important;
}
.btn--secondary,
.btn.has-secondary-background-color {
  background-color: #a6ce39 !important;
  border-color: #a6ce39 !important;
  color: #fff !important;
}
.btn--secondary:hover,
.btn.has-secondary-background-color:hover {
  background-color: #739d00 !important;
  border-color: #739d00 !important;
  color: #fff !important;
}
.btn--secondary-d,
.btn.has-secondary-d-background-color {
  background-color: #739d00 !important;
  border-color: #739d00 !important;
  color: #fff !important;
}
.btn--secondary-d:hover,
.btn.has-secondary-d-background-color:hover {
  background-color: #a6ce39 !important;
  border-color: #a6ce39 !important;
  color: #fff !important;
}
.btn--magenta,
.btn.has-magenta-background-color {
  background-color: #991e66 !important;
  border-color: #991e66 !important;
  color: #fff !important;
}
.btn--magenta:hover,
.btn.has-magenta-background-color:hover {
  background-color: #6e164a !important;
  border-color: #6e164a !important;
  color: #fff !important;
}
.btn--pill,
.btn.has-pill-background-color {
  background-color: #ebf0f2 !important;
  border-color: #ebf0f2 !important;
  color: #991e66 !important;
}
.btn--pill:hover,
.btn.has-pill-background-color:hover {
  background-color: #ebf0f2 !important;
  border-color: #991e66 !important;
  color: #991e66 !important;
}
.btn--pill-on-dark,
.btn.has-pill-on-dark-background-color {
  background-color: #4c9dbb !important;
  border-color: #4c9dbb !important;
  color: #fff !important;
}
.btn--pill-on-dark:hover,
.btn.has-pill-on-dark-background-color:hover {
  background-color: #991e66 !important;
  border-color: #991e66 !important;
  color: #fff !important;
}
.btn--on-dark,
.btn.has-on-dark-background-color {
  background-color: #4c9dbb !important;
  border-color: #4c9dbb !important;
  color: #fff !important;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.btn--on-dark:hover,
.btn.has-on-dark-background-color:hover {
  background-color: rgba(0, 69, 95, 0.1) !important;
  border-color: #4c9dbb !important;
  color: #fff !important;
}
.btn--on-dark-alt,
.btn.has-on-dark-alt-background-color {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #991e66 !important;
  text-shadow: none;
}
.btn--on-dark-alt:hover,
.btn.has-on-dark-alt-background-color:hover {
  background-color: #991e66 !important;
  border-color: #fff !important;
  color: #fff !important;
}
.btn--primary-o,
.btn--style-outline.has-primary-background-color {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #00708b !important;
  color: #00708b !important;
}
.btn--primary-o:hover,
.btn--style-outline.has-primary-background-color:hover {
  background-color: #00708b !important;
  border-color: #00708b !important;
  color: #fff !important;
}
.btn--secondary-o,
.btn--style-outline.has-secondary-background-color {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #a6ce39 !important;
  color: #a6ce39 !important;
}
.btn--secondary-o:hover,
.btn--style-outline.has-secondary-background-color:hover {
  background-color: #a6ce39 !important;
  border-color: #a6ce39 !important;
  color: #fff !important;
}
.btn--magenta-o,
.btn--style-outline.has-magenta-background-color {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #991e66 !important;
  color: #991e66 !important;
}
.btn--magenta-o:hover,
.btn--style-outline.has-magenta-background-color:hover {
  background-color: #991e66 !important;
  border-color: #991e66 !important;
  color: #fff !important;
}
.wp-block-emagine-accordions .em-panel,
.schema-faq-section,
.board-people__accordion-item {
  max-width: 51.25rem;
  padding: 1rem 0.5rem;
  border-bottom: 2px solid #f5f6f6;
  margin-bottom: 1rem;
}
.wp-block-emagine-accordions .em-panel__panel.active,
.schema-faq-section > .schema-faq-answer,
.board-people__accordion-item[data-open="true"]
  .board-people__accordion-item--content-container {
  padding: 0 0 0.8rem 0;
  margin: 0 0 0 0;
}
.wp-block-emagine-accordions .em-panel__panel,
.schema-faq-section:not(.open) > .schema-faq-answer,
.board-people__accordion-item--content-container {
  display: none;
}
.wp-block-emagine-accordions .em-panel__title button,
.schema-faq-question,
.board-people__accordion-item--title {
  font-size: 1.3rem;
  display: block;
  color: #00708b;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: color 0.25s ease;
  line-height: 1.2;
  position: relative;
  padding-right: 30px;
}
.wp-block-emagine-accordions .em-panel__title button:hover,
.schema-faq-question:hover,
.board-people__accordion-item--title:hover {
  color: #991e66;
}
.wp-block-emagine-accordions .em-panel__title button:after,
.schema-faq-question::after,
.board-people__accordion-item--button:before {
  content: "";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  line-height: 1;
  font-size: 18px;
  float: right;
  transition: transform 0.25s ease;
  position: absolute;
  right: 0;
  top: 5px;
  color: #991e66;
}
.wp-block-emagine-accordions .em-panel__title button.active:after,
.open > .schema-faq-question::after,
.board-people__accordion-item[data-open="true"]
  .board-people__accordion-item--button:before {
  transform: rotate(-180deg);
}
.pretty-radio,
.pretty-checkbox {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.875rem;
  position: relative;
}
.pretty-radio label,
.pretty-checkbox label {
  cursor: pointer;
}
.pretty-radio label:after,
.pretty-checkbox label:after {
  background: #fff;
  border: 0.125rem solid #ebf0f2;
  content: "";
  display: block;
  height: 1.125rem;
  position: absolute;
  top: 0.625rem;
  left: 0;
  z-index: 0;
  transition-property: background-color, border-color, box-shadow;
  width: 1.125rem;
}
.pretty-radio [type="radio"],
.pretty-checkbox [type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 1.125rem;
}
.pretty-radio [type="radio"]:focus + label:after,
.pretty-checkbox [type="checkbox"]:focus + label:after {
  border-color: #00708b;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
}
.pretty-checkbox label:before {
  content: "";
  display: block;
  height: 0.625rem;
  border: solid #00708b;
  border-width: 0 0.125rem 0.125rem 0;
  opacity: 0;
  position: absolute;
  top: 0.8125rem;
  left: 0.4375rem;
  z-index: 1;
  transform: rotate(45deg);
  transition-duration: 100ms;
  transition-property: border-color;
  width: 0.3125rem;
}
.pretty-checkbox label:after {
  border-radius: 0.25rem;
}
.pretty-checkbox [type="checkbox"]:checked + label::after {
  background: #fff;
  border-color: #00708b;
}
.pretty-checkbox [type="checkbox"]:checked + label::before {
  opacity: 1;
}
.pretty-radio label::before {
  content: " ";
  border-radius: 50%;
  height: 0.625rem;
  width: 0.625rem;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  z-index: 1;
  transform: translateY(-50%);
}
.pretty-radio label:after {
  border-radius: 50%;
  top: 0.5625rem;
}
.pretty-radio [type="radio"]:checked + label::before {
  background: #00708b;
}
.pretty-radio [type="radio"]:checked + label::after {
  background: #fff;
  border-color: #00708b;
  box-shadow: inset 0 0 0 0.3125rem #fff;
  opacity: 1;
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-angle-down::before {
  content: "";
}
.fa-angle-left::before {
  content: "";
}
.fa-angle-right::before {
  content: "";
}
.fa-angle-up::before {
  content: "";
}
.fa-chevron-down::before {
  content: "";
}
.fa-play-circle::before {
  content: "";
}
.fa-search::before {
  content: "";
}
.fa-external-link::before {
  content: "";
}
.fa-user::before {
  content: "";
}
.fa-clock::before {
  content: "";
}
.fa-share::before {
  content: "";
}
.fa-times::before {
  content: "";
}
.fa-star::before {
  content: "";
}
.fa-heart::before {
  content: "";
}
.fa-download::before {
  content: "";
}
.fa-up-right-from-square::before {
  content: "";
}
.fa-file-pdf::before {
  content: "";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fa.fa-external-link:before {
  content: "";
}
.fa.fa-clock-o,
.fa.fa-star-o,
.fa.fa-heart-o {
  font-weight: 400;
}
.fa.fa-clock-o:before {
  content: "";
}
.fa.fa-star-o:before {
  content: "";
}
.fa.fa-heart-o:before {
  content: "";
}
:root,
:host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome-subset/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fontawesome-subset/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid,
.fa-thin {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder,
.basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}
[class~="em-grid"],
[class*="em-grid-"],
[class*="em-grid_"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.9375rem;
}
[class~="em-col"],
[class*="em-col-"],
[class*="em-col_"] {
  box-sizing: border-box;
  padding: 0 0.9375rem 1.875rem;
  max-width: 100%;
}
[class~="em-col"],
[class*="em-col_"] {
  flex: 1 1 0%;
}
[class*="em-col-"] {
  flex: none;
}
[class~="em-grid"][class~="em-col"],
[class~="em-grid"][class*="em-col-"],
[class~="em-grid"][class*="em-col_"],
[class*="em-grid-"][class~="em-col"],
[class*="em-grid-"][class*="em-col-"],
[class*="em-grid-"][class*="em-col_"],
[class*="em-grid_"][class~="em-col"],
[class*="em-grid_"][class*="em-col-"],
[class*="em-grid_"][class*="em-col_"] {
  margin: 0;
  padding: 0;
}
[class*="em-grid-"][class*="-noGutter"] {
  margin: 0;
}
[class*="em-grid-"][class*="-noGutter"] > [class~="em-col"],
[class*="em-grid-"][class*="-noGutter"] > [class*="em-col-"] {
  padding: 0;
}
[class*="em-grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}
[class*="em-grid-"][class*="-center"] {
  justify-content: center;
}
[class*="em-grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*="em-grid-"][class*="-top"] {
  align-items: flex-start;
}
[class*="em-grid-"][class*="-middle"] {
  align-items: center;
}
[class*="em-grid-"][class*="-bottom"] {
  align-items: flex-end;
}
[class*="em-grid-"][class*="-reverse"] {
  flex-direction: row-reverse;
}
[class*="em-grid-"][class*="-column"] {
  flex-direction: column;
}
[class*="em-grid-"][class*="-column"] > [class*="em-col-"] {
  flex-basis: auto;
}
[class*="em-grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}
[class*="em-grid-"][class*="-spaceBetween"] {
  justify-content: space-between;
}
[class*="em-grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}
[class*="em-grid-"][class*="-equalHeight"] > [class~="em-col"],
[class*="em-grid-"][class*="-equalHeight"] > [class*="em-col-"],
[class*="em-grid-"][class*="-equalHeight"] > [class*="em-col_"] {
  align-self: stretch;
}
[class*="em-grid-"][class*="-equalHeight"] > [class~="em-col"] > *,
[class*="em-grid-"][class*="-equalHeight"] > [class*="em-col-"] > *,
[class*="em-grid-"][class*="-equalHeight"] > [class*="em-col_"] > * {
  height: 100%;
}
[class*="em-grid-"][class*="-noBottom"] > [class~="em-col"],
[class*="em-grid-"][class*="-noBottom"] > [class*="em-col-"],
[class*="em-grid-"][class*="-noBottom"] > [class*="em-col_"] {
  padding-bottom: 0;
}
[class*="em-col-"][class*="-top"] {
  align-self: flex-start;
}
[class*="em-col-"][class*="-middle"] {
  align-self: center;
}
[class*="em-col-"][class*="-bottom"] {
  align-self: flex-end;
}
[class*="em-col-"][class*="-first"] {
  order: -1;
}
[class*="em-col-"][class*="-last"] {
  order: 1;
}
[class*="em-grid-1"] > [class~="em-col"],
[class*="em-grid-1"] > [class*="em-col-"],
[class*="em-grid-1"] > [class*="em-col_"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="em-grid-2"] > [class~="em-col"],
[class*="em-grid-2"] > [class*="em-col-"],
[class*="em-grid-2"] > [class*="em-col_"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="em-grid-3"] > [class~="em-col"],
[class*="em-grid-3"] > [class*="em-col-"],
[class*="em-grid-3"] > [class*="em-col_"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class*="em-grid-4"] > [class~="em-col"],
[class*="em-grid-4"] > [class*="em-col-"],
[class*="em-grid-4"] > [class*="em-col_"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="em-grid-5"] > [class~="em-col"],
[class*="em-grid-5"] > [class*="em-col-"],
[class*="em-grid-5"] > [class*="em-col_"] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="em-grid-6"] > [class~="em-col"],
[class*="em-grid-6"] > [class*="em-col-"],
[class*="em-grid-6"] > [class*="em-col_"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class*="em-grid-7"] > [class~="em-col"],
[class*="em-grid-7"] > [class*="em-col-"],
[class*="em-grid-7"] > [class*="em-col_"] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}
[class*="em-grid-8"] > [class~="em-col"],
[class*="em-grid-8"] > [class*="em-col-"],
[class*="em-grid-8"] > [class*="em-col_"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="em-grid-9"] > [class~="em-col"],
[class*="em-grid-9"] > [class*="em-col-"],
[class*="em-grid-9"] > [class*="em-col_"] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}
[class*="em-grid-10"] > [class~="em-col"],
[class*="em-grid-10"] > [class*="em-col-"],
[class*="em-grid-10"] > [class*="em-col_"] {
  flex-basis: 10%;
  max-width: 10%;
}
[class*="em-grid-11"] > [class~="em-col"],
[class*="em-grid-11"] > [class*="em-col-"],
[class*="em-grid-11"] > [class*="em-col_"] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}
[class*="em-grid-12"] > [class~="em-col"],
[class*="em-grid-12"] > [class*="em-col-"],
[class*="em-grid-12"] > [class*="em-col_"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
@media (max-width: 1380px) {
  [class*="_lg-1"] > [class~="em-col"],
  [class*="_lg-1"] > [class*="em-col-"],
  [class*="_lg-1"] > [class*="em-col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > [class~="em-col"],
  [class*="_lg-2"] > [class*="em-col-"],
  [class*="_lg-2"] > [class*="em-col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > [class~="em-col"],
  [class*="_lg-3"] > [class*="em-col-"],
  [class*="_lg-3"] > [class*="em-col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_lg-4"] > [class~="em-col"],
  [class*="_lg-4"] > [class*="em-col-"],
  [class*="_lg-4"] > [class*="em-col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > [class~="em-col"],
  [class*="_lg-5"] > [class*="em-col-"],
  [class*="_lg-5"] > [class*="em-col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > [class~="em-col"],
  [class*="_lg-6"] > [class*="em-col-"],
  [class*="_lg-6"] > [class*="em-col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_lg-7"] > [class~="em-col"],
  [class*="_lg-7"] > [class*="em-col-"],
  [class*="_lg-7"] > [class*="em-col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_lg-8"] > [class~="em-col"],
  [class*="_lg-8"] > [class*="em-col-"],
  [class*="_lg-8"] > [class*="em-col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > [class~="em-col"],
  [class*="_lg-9"] > [class*="em-col-"],
  [class*="_lg-9"] > [class*="em-col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_lg-10"] > [class~="em-col"],
  [class*="_lg-10"] > [class*="em-col-"],
  [class*="_lg-10"] > [class*="em-col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > [class~="em-col"],
  [class*="_lg-11"] > [class*="em-col-"],
  [class*="_lg-11"] > [class*="em-col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_lg-12"] > [class~="em-col"],
  [class*="_lg-12"] > [class*="em-col-"],
  [class*="_lg-12"] > [class*="em-col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 1120px) {
  [class*="_md-1"] > [class~="em-col"],
  [class*="_md-1"] > [class*="em-col-"],
  [class*="_md-1"] > [class*="em-col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > [class~="em-col"],
  [class*="_md-2"] > [class*="em-col-"],
  [class*="_md-2"] > [class*="em-col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > [class~="em-col"],
  [class*="_md-3"] > [class*="em-col-"],
  [class*="_md-3"] > [class*="em-col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_md-4"] > [class~="em-col"],
  [class*="_md-4"] > [class*="em-col-"],
  [class*="_md-4"] > [class*="em-col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > [class~="em-col"],
  [class*="_md-5"] > [class*="em-col-"],
  [class*="_md-5"] > [class*="em-col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > [class~="em-col"],
  [class*="_md-6"] > [class*="em-col-"],
  [class*="_md-6"] > [class*="em-col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_md-7"] > [class~="em-col"],
  [class*="_md-7"] > [class*="em-col-"],
  [class*="_md-7"] > [class*="em-col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_md-8"] > [class~="em-col"],
  [class*="_md-8"] > [class*="em-col-"],
  [class*="_md-8"] > [class*="em-col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > [class~="em-col"],
  [class*="_md-9"] > [class*="em-col-"],
  [class*="_md-9"] > [class*="em-col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_md-10"] > [class~="em-col"],
  [class*="_md-10"] > [class*="em-col-"],
  [class*="_md-10"] > [class*="em-col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > [class~="em-col"],
  [class*="_md-11"] > [class*="em-col-"],
  [class*="_md-11"] > [class*="em-col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_md-12"] > [class~="em-col"],
  [class*="_md-12"] > [class*="em-col-"],
  [class*="_md-12"] > [class*="em-col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 850px) {
  [class*="_sm-1"] > [class~="em-col"],
  [class*="_sm-1"] > [class*="em-col-"],
  [class*="_sm-1"] > [class*="em-col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > [class~="em-col"],
  [class*="_sm-2"] > [class*="em-col-"],
  [class*="_sm-2"] > [class*="em-col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > [class~="em-col"],
  [class*="_sm-3"] > [class*="em-col-"],
  [class*="_sm-3"] > [class*="em-col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_sm-4"] > [class~="em-col"],
  [class*="_sm-4"] > [class*="em-col-"],
  [class*="_sm-4"] > [class*="em-col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > [class~="em-col"],
  [class*="_sm-5"] > [class*="em-col-"],
  [class*="_sm-5"] > [class*="em-col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > [class~="em-col"],
  [class*="_sm-6"] > [class*="em-col-"],
  [class*="_sm-6"] > [class*="em-col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_sm-7"] > [class~="em-col"],
  [class*="_sm-7"] > [class*="em-col-"],
  [class*="_sm-7"] > [class*="em-col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_sm-8"] > [class~="em-col"],
  [class*="_sm-8"] > [class*="em-col-"],
  [class*="_sm-8"] > [class*="em-col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > [class~="em-col"],
  [class*="_sm-9"] > [class*="em-col-"],
  [class*="_sm-9"] > [class*="em-col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_sm-10"] > [class~="em-col"],
  [class*="_sm-10"] > [class*="em-col-"],
  [class*="_sm-10"] > [class*="em-col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > [class~="em-col"],
  [class*="_sm-11"] > [class*="em-col-"],
  [class*="_sm-11"] > [class*="em-col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_sm-12"] > [class~="em-col"],
  [class*="_sm-12"] > [class*="em-col-"],
  [class*="_sm-12"] > [class*="em-col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 640px) {
  [class*="_xs-1"] > [class~="em-col"],
  [class*="_xs-1"] > [class*="em-col-"],
  [class*="_xs-1"] > [class*="em-col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > [class~="em-col"],
  [class*="_xs-2"] > [class*="em-col-"],
  [class*="_xs-2"] > [class*="em-col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > [class~="em-col"],
  [class*="_xs-3"] > [class*="em-col-"],
  [class*="_xs-3"] > [class*="em-col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_xs-4"] > [class~="em-col"],
  [class*="_xs-4"] > [class*="em-col-"],
  [class*="_xs-4"] > [class*="em-col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > [class~="em-col"],
  [class*="_xs-5"] > [class*="em-col-"],
  [class*="_xs-5"] > [class*="em-col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > [class~="em-col"],
  [class*="_xs-6"] > [class*="em-col-"],
  [class*="_xs-6"] > [class*="em-col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_xs-7"] > [class~="em-col"],
  [class*="_xs-7"] > [class*="em-col-"],
  [class*="_xs-7"] > [class*="em-col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_xs-8"] > [class~="em-col"],
  [class*="_xs-8"] > [class*="em-col-"],
  [class*="_xs-8"] > [class*="em-col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > [class~="em-col"],
  [class*="_xs-9"] > [class*="em-col-"],
  [class*="_xs-9"] > [class*="em-col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_xs-10"] > [class~="em-col"],
  [class*="_xs-10"] > [class*="em-col-"],
  [class*="_xs-10"] > [class*="em-col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > [class~="em-col"],
  [class*="_xs-11"] > [class*="em-col-"],
  [class*="_xs-11"] > [class*="em-col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_xs-12"] > [class~="em-col"],
  [class*="_xs-12"] > [class*="em-col-"],
  [class*="_xs-12"] > [class*="em-col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
[class~="em-grid"] > [class*="em-col-1"],
[class*="em-grid-"] > [class*="em-col-1"],
[class*="em-grid_"] > [class*="em-col-1"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class~="em-grid"] > [class*="em-col-2"],
[class*="em-grid-"] > [class*="em-col-2"],
[class*="em-grid_"] > [class*="em-col-2"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class~="em-grid"] > [class*="em-col-3"],
[class*="em-grid-"] > [class*="em-col-3"],
[class*="em-grid_"] > [class*="em-col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class~="em-grid"] > [class*="em-col-4"],
[class*="em-grid-"] > [class*="em-col-4"],
[class*="em-grid_"] > [class*="em-col-4"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class~="em-grid"] > [class*="em-col-5"],
[class*="em-grid-"] > [class*="em-col-5"],
[class*="em-grid_"] > [class*="em-col-5"] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class~="em-grid"] > [class*="em-col-6"],
[class*="em-grid-"] > [class*="em-col-6"],
[class*="em-grid_"] > [class*="em-col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class~="em-grid"] > [class*="em-col-7"],
[class*="em-grid-"] > [class*="em-col-7"],
[class*="em-grid_"] > [class*="em-col-7"] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class~="em-grid"] > [class*="em-col-8"],
[class*="em-grid-"] > [class*="em-col-8"],
[class*="em-grid_"] > [class*="em-col-8"] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class~="em-grid"] > [class*="em-col-9"],
[class*="em-grid-"] > [class*="em-col-9"],
[class*="em-grid_"] > [class*="em-col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}
[class~="em-grid"] > [class*="em-col-10"],
[class*="em-grid-"] > [class*="em-col-10"],
[class*="em-grid_"] > [class*="em-col-10"] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class~="em-grid"] > [class*="em-col-11"],
[class*="em-grid-"] > [class*="em-col-11"],
[class*="em-grid_"] > [class*="em-col-11"] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class~="em-grid"] > [class*="em-col-12"],
[class*="em-grid-"] > [class*="em-col-12"],
[class*="em-grid_"] > [class*="em-col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class~="em-grid"] > [data-push-left*="off-0"],
[class*="em-grid-"] > [data-push-left*="off-0"],
[class*="em-grid_"] > [data-push-left*="off-0"] {
  margin-left: 0;
}
[class~="em-grid"] > [data-push-left*="off-1"],
[class*="em-grid-"] > [data-push-left*="off-1"],
[class*="em-grid_"] > [data-push-left*="off-1"] {
  margin-left: 8.3333333333%;
}
[class~="em-grid"] > [data-push-left*="off-2"],
[class*="em-grid-"] > [data-push-left*="off-2"],
[class*="em-grid_"] > [data-push-left*="off-2"] {
  margin-left: 16.6666666667%;
}
[class~="em-grid"] > [data-push-left*="off-3"],
[class*="em-grid-"] > [data-push-left*="off-3"],
[class*="em-grid_"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}
[class~="em-grid"] > [data-push-left*="off-4"],
[class*="em-grid-"] > [data-push-left*="off-4"],
[class*="em-grid_"] > [data-push-left*="off-4"] {
  margin-left: 33.3333333333%;
}
[class~="em-grid"] > [data-push-left*="off-5"],
[class*="em-grid-"] > [data-push-left*="off-5"],
[class*="em-grid_"] > [data-push-left*="off-5"] {
  margin-left: 41.6666666667%;
}
[class~="em-grid"] > [data-push-left*="off-6"],
[class*="em-grid-"] > [data-push-left*="off-6"],
[class*="em-grid_"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class~="em-grid"] > [data-push-left*="off-7"],
[class*="em-grid-"] > [data-push-left*="off-7"],
[class*="em-grid_"] > [data-push-left*="off-7"] {
  margin-left: 58.3333333333%;
}
[class~="em-grid"] > [data-push-left*="off-8"],
[class*="em-grid-"] > [data-push-left*="off-8"],
[class*="em-grid_"] > [data-push-left*="off-8"] {
  margin-left: 66.6666666667%;
}
[class~="em-grid"] > [data-push-left*="off-9"],
[class*="em-grid-"] > [data-push-left*="off-9"],
[class*="em-grid_"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}
[class~="em-grid"] > [data-push-left*="off-10"],
[class*="em-grid-"] > [data-push-left*="off-10"],
[class*="em-grid_"] > [data-push-left*="off-10"] {
  margin-left: 83.3333333333%;
}
[class~="em-grid"] > [data-push-left*="off-11"],
[class*="em-grid-"] > [data-push-left*="off-11"],
[class*="em-grid_"] > [data-push-left*="off-11"] {
  margin-left: 91.6666666667%;
}
[class~="em-grid"] > [data-push-right*="off-0"],
[class*="em-grid-"] > [data-push-right*="off-0"],
[class*="em-grid_"] > [data-push-right*="off-0"] {
  margin-right: 0;
}
[class~="em-grid"] > [data-push-right*="off-1"],
[class*="em-grid-"] > [data-push-right*="off-1"],
[class*="em-grid_"] > [data-push-right*="off-1"] {
  margin-right: 8.3333333333%;
}
[class~="em-grid"] > [data-push-right*="off-2"],
[class*="em-grid-"] > [data-push-right*="off-2"],
[class*="em-grid_"] > [data-push-right*="off-2"] {
  margin-right: 16.6666666667%;
}
[class~="em-grid"] > [data-push-right*="off-3"],
[class*="em-grid-"] > [data-push-right*="off-3"],
[class*="em-grid_"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}
[class~="em-grid"] > [data-push-right*="off-4"],
[class*="em-grid-"] > [data-push-right*="off-4"],
[class*="em-grid_"] > [data-push-right*="off-4"] {
  margin-right: 33.3333333333%;
}
[class~="em-grid"] > [data-push-right*="off-5"],
[class*="em-grid-"] > [data-push-right*="off-5"],
[class*="em-grid_"] > [data-push-right*="off-5"] {
  margin-right: 41.6666666667%;
}
[class~="em-grid"] > [data-push-right*="off-6"],
[class*="em-grid-"] > [data-push-right*="off-6"],
[class*="em-grid_"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class~="em-grid"] > [data-push-right*="off-7"],
[class*="em-grid-"] > [data-push-right*="off-7"],
[class*="em-grid_"] > [data-push-right*="off-7"] {
  margin-right: 58.3333333333%;
}
[class~="em-grid"] > [data-push-right*="off-8"],
[class*="em-grid-"] > [data-push-right*="off-8"],
[class*="em-grid_"] > [data-push-right*="off-8"] {
  margin-right: 66.6666666667%;
}
[class~="em-grid"] > [data-push-right*="off-9"],
[class*="em-grid-"] > [data-push-right*="off-9"],
[class*="em-grid_"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}
[class~="em-grid"] > [data-push-right*="off-10"],
[class*="em-grid-"] > [data-push-right*="off-10"],
[class*="em-grid_"] > [data-push-right*="off-10"] {
  margin-right: 83.3333333333%;
}
[class~="em-grid"] > [data-push-right*="off-11"],
[class*="em-grid-"] > [data-push-right*="off-11"],
[class*="em-grid_"] > [data-push-right*="off-11"] {
  margin-right: 91.6666666667%;
}
@media (max-width: 1380px) {
  [class~="em-grid"] > [class*="_lg-1"],
  [class*="em-grid-"] > [class*="_lg-1"],
  [class*="em-grid_"] > [class*="_lg-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~="em-grid"] > [class*="_lg-2"],
  [class*="em-grid-"] > [class*="_lg-2"],
  [class*="em-grid_"] > [class*="_lg-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~="em-grid"] > [class*="_lg-3"],
  [class*="em-grid-"] > [class*="_lg-3"],
  [class*="em-grid_"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="em-grid"] > [class*="_lg-4"],
  [class*="em-grid-"] > [class*="_lg-4"],
  [class*="em-grid_"] > [class*="_lg-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~="em-grid"] > [class*="_lg-5"],
  [class*="em-grid-"] > [class*="_lg-5"],
  [class*="em-grid_"] > [class*="_lg-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~="em-grid"] > [class*="_lg-6"],
  [class*="em-grid-"] > [class*="_lg-6"],
  [class*="em-grid_"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="em-grid"] > [class*="_lg-7"],
  [class*="em-grid-"] > [class*="_lg-7"],
  [class*="em-grid_"] > [class*="_lg-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~="em-grid"] > [class*="_lg-8"],
  [class*="em-grid-"] > [class*="_lg-8"],
  [class*="em-grid_"] > [class*="_lg-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~="em-grid"] > [class*="_lg-9"],
  [class*="em-grid-"] > [class*="_lg-9"],
  [class*="em-grid_"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="em-grid"] > [class*="_lg-10"],
  [class*="em-grid-"] > [class*="_lg-10"],
  [class*="em-grid_"] > [class*="_lg-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~="em-grid"] > [class*="_lg-11"],
  [class*="em-grid-"] > [class*="_lg-11"],
  [class*="em-grid_"] > [class*="_lg-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~="em-grid"] > [class*="_lg-12"],
  [class*="em-grid-"] > [class*="_lg-12"],
  [class*="em-grid_"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="em-grid"] > [data-push-left*="_lg-0"],
  [class*="em-grid-"] > [data-push-left*="_lg-0"],
  [class*="em-grid_"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class~="em-grid"] > [data-push-left*="_lg-1"],
  [class*="em-grid-"] > [data-push-left*="_lg-1"],
  [class*="em-grid_"] > [data-push-left*="_lg-1"] {
    margin-left: 8.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_lg-2"],
  [class*="em-grid-"] > [data-push-left*="_lg-2"],
  [class*="em-grid_"] > [data-push-left*="_lg-2"] {
    margin-left: 16.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_lg-3"],
  [class*="em-grid-"] > [data-push-left*="_lg-3"],
  [class*="em-grid_"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class~="em-grid"] > [data-push-left*="_lg-4"],
  [class*="em-grid-"] > [data-push-left*="_lg-4"],
  [class*="em-grid_"] > [data-push-left*="_lg-4"] {
    margin-left: 33.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_lg-5"],
  [class*="em-grid-"] > [data-push-left*="_lg-5"],
  [class*="em-grid_"] > [data-push-left*="_lg-5"] {
    margin-left: 41.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_lg-6"],
  [class*="em-grid-"] > [data-push-left*="_lg-6"],
  [class*="em-grid_"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class~="em-grid"] > [data-push-left*="_lg-7"],
  [class*="em-grid-"] > [data-push-left*="_lg-7"],
  [class*="em-grid_"] > [data-push-left*="_lg-7"] {
    margin-left: 58.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_lg-8"],
  [class*="em-grid-"] > [data-push-left*="_lg-8"],
  [class*="em-grid_"] > [data-push-left*="_lg-8"] {
    margin-left: 66.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_lg-9"],
  [class*="em-grid-"] > [data-push-left*="_lg-9"],
  [class*="em-grid_"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class~="em-grid"] > [data-push-left*="_lg-10"],
  [class*="em-grid-"] > [data-push-left*="_lg-10"],
  [class*="em-grid_"] > [data-push-left*="_lg-10"] {
    margin-left: 83.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_lg-11"],
  [class*="em-grid-"] > [data-push-left*="_lg-11"],
  [class*="em-grid_"] > [data-push-left*="_lg-11"] {
    margin-left: 91.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_lg-0"],
  [class*="em-grid-"] > [data-push-right*="_lg-0"],
  [class*="em-grid_"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class~="em-grid"] > [data-push-right*="_lg-1"],
  [class*="em-grid-"] > [data-push-right*="_lg-1"],
  [class*="em-grid_"] > [data-push-right*="_lg-1"] {
    margin-right: 8.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_lg-2"],
  [class*="em-grid-"] > [data-push-right*="_lg-2"],
  [class*="em-grid_"] > [data-push-right*="_lg-2"] {
    margin-right: 16.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_lg-3"],
  [class*="em-grid-"] > [data-push-right*="_lg-3"],
  [class*="em-grid_"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class~="em-grid"] > [data-push-right*="_lg-4"],
  [class*="em-grid-"] > [data-push-right*="_lg-4"],
  [class*="em-grid_"] > [data-push-right*="_lg-4"] {
    margin-right: 33.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_lg-5"],
  [class*="em-grid-"] > [data-push-right*="_lg-5"],
  [class*="em-grid_"] > [data-push-right*="_lg-5"] {
    margin-right: 41.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_lg-6"],
  [class*="em-grid-"] > [data-push-right*="_lg-6"],
  [class*="em-grid_"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class~="em-grid"] > [data-push-right*="_lg-7"],
  [class*="em-grid-"] > [data-push-right*="_lg-7"],
  [class*="em-grid_"] > [data-push-right*="_lg-7"] {
    margin-right: 58.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_lg-8"],
  [class*="em-grid-"] > [data-push-right*="_lg-8"],
  [class*="em-grid_"] > [data-push-right*="_lg-8"] {
    margin-right: 66.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_lg-9"],
  [class*="em-grid-"] > [data-push-right*="_lg-9"],
  [class*="em-grid_"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class~="em-grid"] > [data-push-right*="_lg-10"],
  [class*="em-grid-"] > [data-push-right*="_lg-10"],
  [class*="em-grid_"] > [data-push-right*="_lg-10"] {
    margin-right: 83.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_lg-11"],
  [class*="em-grid-"] > [data-push-right*="_lg-11"],
  [class*="em-grid_"] > [data-push-right*="_lg-11"] {
    margin-right: 91.6666666667%;
  }
  [class~="em-grid"] [class*="_lg-first"],
  [class*="em-grid-"] [class*="_lg-first"],
  [class*="em-grid_"] [class*="_lg-first"] {
    order: -1;
  }
  [class~="em-grid"] [class*="_lg-last"],
  [class*="em-grid-"] [class*="_lg-last"],
  [class*="em-grid_"] [class*="_lg-last"] {
    order: 1;
  }
}
@media (max-width: 1120px) {
  [class~="em-grid"] > [class*="_md-1"],
  [class*="em-grid-"] > [class*="_md-1"],
  [class*="em-grid_"] > [class*="_md-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~="em-grid"] > [class*="_md-2"],
  [class*="em-grid-"] > [class*="_md-2"],
  [class*="em-grid_"] > [class*="_md-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~="em-grid"] > [class*="_md-3"],
  [class*="em-grid-"] > [class*="_md-3"],
  [class*="em-grid_"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="em-grid"] > [class*="_md-4"],
  [class*="em-grid-"] > [class*="_md-4"],
  [class*="em-grid_"] > [class*="_md-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~="em-grid"] > [class*="_md-5"],
  [class*="em-grid-"] > [class*="_md-5"],
  [class*="em-grid_"] > [class*="_md-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~="em-grid"] > [class*="_md-6"],
  [class*="em-grid-"] > [class*="_md-6"],
  [class*="em-grid_"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="em-grid"] > [class*="_md-7"],
  [class*="em-grid-"] > [class*="_md-7"],
  [class*="em-grid_"] > [class*="_md-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~="em-grid"] > [class*="_md-8"],
  [class*="em-grid-"] > [class*="_md-8"],
  [class*="em-grid_"] > [class*="_md-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~="em-grid"] > [class*="_md-9"],
  [class*="em-grid-"] > [class*="_md-9"],
  [class*="em-grid_"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="em-grid"] > [class*="_md-10"],
  [class*="em-grid-"] > [class*="_md-10"],
  [class*="em-grid_"] > [class*="_md-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~="em-grid"] > [class*="_md-11"],
  [class*="em-grid-"] > [class*="_md-11"],
  [class*="em-grid_"] > [class*="_md-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~="em-grid"] > [class*="_md-12"],
  [class*="em-grid-"] > [class*="_md-12"],
  [class*="em-grid_"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="em-grid"] > [data-push-left*="_md-0"],
  [class*="em-grid-"] > [data-push-left*="_md-0"],
  [class*="em-grid_"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class~="em-grid"] > [data-push-left*="_md-1"],
  [class*="em-grid-"] > [data-push-left*="_md-1"],
  [class*="em-grid_"] > [data-push-left*="_md-1"] {
    margin-left: 8.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_md-2"],
  [class*="em-grid-"] > [data-push-left*="_md-2"],
  [class*="em-grid_"] > [data-push-left*="_md-2"] {
    margin-left: 16.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_md-3"],
  [class*="em-grid-"] > [data-push-left*="_md-3"],
  [class*="em-grid_"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class~="em-grid"] > [data-push-left*="_md-4"],
  [class*="em-grid-"] > [data-push-left*="_md-4"],
  [class*="em-grid_"] > [data-push-left*="_md-4"] {
    margin-left: 33.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_md-5"],
  [class*="em-grid-"] > [data-push-left*="_md-5"],
  [class*="em-grid_"] > [data-push-left*="_md-5"] {
    margin-left: 41.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_md-6"],
  [class*="em-grid-"] > [data-push-left*="_md-6"],
  [class*="em-grid_"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class~="em-grid"] > [data-push-left*="_md-7"],
  [class*="em-grid-"] > [data-push-left*="_md-7"],
  [class*="em-grid_"] > [data-push-left*="_md-7"] {
    margin-left: 58.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_md-8"],
  [class*="em-grid-"] > [data-push-left*="_md-8"],
  [class*="em-grid_"] > [data-push-left*="_md-8"] {
    margin-left: 66.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_md-9"],
  [class*="em-grid-"] > [data-push-left*="_md-9"],
  [class*="em-grid_"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class~="em-grid"] > [data-push-left*="_md-10"],
  [class*="em-grid-"] > [data-push-left*="_md-10"],
  [class*="em-grid_"] > [data-push-left*="_md-10"] {
    margin-left: 83.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_md-11"],
  [class*="em-grid-"] > [data-push-left*="_md-11"],
  [class*="em-grid_"] > [data-push-left*="_md-11"] {
    margin-left: 91.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_md-0"],
  [class*="em-grid-"] > [data-push-right*="_md-0"],
  [class*="em-grid_"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class~="em-grid"] > [data-push-right*="_md-1"],
  [class*="em-grid-"] > [data-push-right*="_md-1"],
  [class*="em-grid_"] > [data-push-right*="_md-1"] {
    margin-right: 8.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_md-2"],
  [class*="em-grid-"] > [data-push-right*="_md-2"],
  [class*="em-grid_"] > [data-push-right*="_md-2"] {
    margin-right: 16.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_md-3"],
  [class*="em-grid-"] > [data-push-right*="_md-3"],
  [class*="em-grid_"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class~="em-grid"] > [data-push-right*="_md-4"],
  [class*="em-grid-"] > [data-push-right*="_md-4"],
  [class*="em-grid_"] > [data-push-right*="_md-4"] {
    margin-right: 33.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_md-5"],
  [class*="em-grid-"] > [data-push-right*="_md-5"],
  [class*="em-grid_"] > [data-push-right*="_md-5"] {
    margin-right: 41.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_md-6"],
  [class*="em-grid-"] > [data-push-right*="_md-6"],
  [class*="em-grid_"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class~="em-grid"] > [data-push-right*="_md-7"],
  [class*="em-grid-"] > [data-push-right*="_md-7"],
  [class*="em-grid_"] > [data-push-right*="_md-7"] {
    margin-right: 58.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_md-8"],
  [class*="em-grid-"] > [data-push-right*="_md-8"],
  [class*="em-grid_"] > [data-push-right*="_md-8"] {
    margin-right: 66.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_md-9"],
  [class*="em-grid-"] > [data-push-right*="_md-9"],
  [class*="em-grid_"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class~="em-grid"] > [data-push-right*="_md-10"],
  [class*="em-grid-"] > [data-push-right*="_md-10"],
  [class*="em-grid_"] > [data-push-right*="_md-10"] {
    margin-right: 83.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_md-11"],
  [class*="em-grid-"] > [data-push-right*="_md-11"],
  [class*="em-grid_"] > [data-push-right*="_md-11"] {
    margin-right: 91.6666666667%;
  }
  [class~="em-grid"] [class*="_md-first"],
  [class*="em-grid-"] [class*="_md-first"],
  [class*="em-grid_"] [class*="_md-first"] {
    order: -1;
  }
  [class~="em-grid"] [class*="_md-last"],
  [class*="em-grid-"] [class*="_md-last"],
  [class*="em-grid_"] [class*="_md-last"] {
    order: 1;
  }
}
@media (max-width: 850px) {
  [class~="em-grid"] > [class*="_sm-1"],
  [class*="em-grid-"] > [class*="_sm-1"],
  [class*="em-grid_"] > [class*="_sm-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~="em-grid"] > [class*="_sm-2"],
  [class*="em-grid-"] > [class*="_sm-2"],
  [class*="em-grid_"] > [class*="_sm-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~="em-grid"] > [class*="_sm-3"],
  [class*="em-grid-"] > [class*="_sm-3"],
  [class*="em-grid_"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="em-grid"] > [class*="_sm-4"],
  [class*="em-grid-"] > [class*="_sm-4"],
  [class*="em-grid_"] > [class*="_sm-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~="em-grid"] > [class*="_sm-5"],
  [class*="em-grid-"] > [class*="_sm-5"],
  [class*="em-grid_"] > [class*="_sm-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~="em-grid"] > [class*="_sm-6"],
  [class*="em-grid-"] > [class*="_sm-6"],
  [class*="em-grid_"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="em-grid"] > [class*="_sm-7"],
  [class*="em-grid-"] > [class*="_sm-7"],
  [class*="em-grid_"] > [class*="_sm-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~="em-grid"] > [class*="_sm-8"],
  [class*="em-grid-"] > [class*="_sm-8"],
  [class*="em-grid_"] > [class*="_sm-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~="em-grid"] > [class*="_sm-9"],
  [class*="em-grid-"] > [class*="_sm-9"],
  [class*="em-grid_"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="em-grid"] > [class*="_sm-10"],
  [class*="em-grid-"] > [class*="_sm-10"],
  [class*="em-grid_"] > [class*="_sm-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~="em-grid"] > [class*="_sm-11"],
  [class*="em-grid-"] > [class*="_sm-11"],
  [class*="em-grid_"] > [class*="_sm-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~="em-grid"] > [class*="_sm-12"],
  [class*="em-grid-"] > [class*="_sm-12"],
  [class*="em-grid_"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="em-grid"] > [data-push-left*="_sm-0"],
  [class*="em-grid-"] > [data-push-left*="_sm-0"],
  [class*="em-grid_"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class~="em-grid"] > [data-push-left*="_sm-1"],
  [class*="em-grid-"] > [data-push-left*="_sm-1"],
  [class*="em-grid_"] > [data-push-left*="_sm-1"] {
    margin-left: 8.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_sm-2"],
  [class*="em-grid-"] > [data-push-left*="_sm-2"],
  [class*="em-grid_"] > [data-push-left*="_sm-2"] {
    margin-left: 16.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_sm-3"],
  [class*="em-grid-"] > [data-push-left*="_sm-3"],
  [class*="em-grid_"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class~="em-grid"] > [data-push-left*="_sm-4"],
  [class*="em-grid-"] > [data-push-left*="_sm-4"],
  [class*="em-grid_"] > [data-push-left*="_sm-4"] {
    margin-left: 33.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_sm-5"],
  [class*="em-grid-"] > [data-push-left*="_sm-5"],
  [class*="em-grid_"] > [data-push-left*="_sm-5"] {
    margin-left: 41.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_sm-6"],
  [class*="em-grid-"] > [data-push-left*="_sm-6"],
  [class*="em-grid_"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class~="em-grid"] > [data-push-left*="_sm-7"],
  [class*="em-grid-"] > [data-push-left*="_sm-7"],
  [class*="em-grid_"] > [data-push-left*="_sm-7"] {
    margin-left: 58.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_sm-8"],
  [class*="em-grid-"] > [data-push-left*="_sm-8"],
  [class*="em-grid_"] > [data-push-left*="_sm-8"] {
    margin-left: 66.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_sm-9"],
  [class*="em-grid-"] > [data-push-left*="_sm-9"],
  [class*="em-grid_"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class~="em-grid"] > [data-push-left*="_sm-10"],
  [class*="em-grid-"] > [data-push-left*="_sm-10"],
  [class*="em-grid_"] > [data-push-left*="_sm-10"] {
    margin-left: 83.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_sm-11"],
  [class*="em-grid-"] > [data-push-left*="_sm-11"],
  [class*="em-grid_"] > [data-push-left*="_sm-11"] {
    margin-left: 91.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_sm-0"],
  [class*="em-grid-"] > [data-push-right*="_sm-0"],
  [class*="em-grid_"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class~="em-grid"] > [data-push-right*="_sm-1"],
  [class*="em-grid-"] > [data-push-right*="_sm-1"],
  [class*="em-grid_"] > [data-push-right*="_sm-1"] {
    margin-right: 8.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_sm-2"],
  [class*="em-grid-"] > [data-push-right*="_sm-2"],
  [class*="em-grid_"] > [data-push-right*="_sm-2"] {
    margin-right: 16.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_sm-3"],
  [class*="em-grid-"] > [data-push-right*="_sm-3"],
  [class*="em-grid_"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class~="em-grid"] > [data-push-right*="_sm-4"],
  [class*="em-grid-"] > [data-push-right*="_sm-4"],
  [class*="em-grid_"] > [data-push-right*="_sm-4"] {
    margin-right: 33.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_sm-5"],
  [class*="em-grid-"] > [data-push-right*="_sm-5"],
  [class*="em-grid_"] > [data-push-right*="_sm-5"] {
    margin-right: 41.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_sm-6"],
  [class*="em-grid-"] > [data-push-right*="_sm-6"],
  [class*="em-grid_"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class~="em-grid"] > [data-push-right*="_sm-7"],
  [class*="em-grid-"] > [data-push-right*="_sm-7"],
  [class*="em-grid_"] > [data-push-right*="_sm-7"] {
    margin-right: 58.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_sm-8"],
  [class*="em-grid-"] > [data-push-right*="_sm-8"],
  [class*="em-grid_"] > [data-push-right*="_sm-8"] {
    margin-right: 66.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_sm-9"],
  [class*="em-grid-"] > [data-push-right*="_sm-9"],
  [class*="em-grid_"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class~="em-grid"] > [data-push-right*="_sm-10"],
  [class*="em-grid-"] > [data-push-right*="_sm-10"],
  [class*="em-grid_"] > [data-push-right*="_sm-10"] {
    margin-right: 83.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_sm-11"],
  [class*="em-grid-"] > [data-push-right*="_sm-11"],
  [class*="em-grid_"] > [data-push-right*="_sm-11"] {
    margin-right: 91.6666666667%;
  }
  [class~="em-grid"] [class*="_sm-first"],
  [class*="em-grid-"] [class*="_sm-first"],
  [class*="em-grid_"] [class*="_sm-first"] {
    order: -1;
  }
  [class~="em-grid"] [class*="_sm-last"],
  [class*="em-grid-"] [class*="_sm-last"],
  [class*="em-grid_"] [class*="_sm-last"] {
    order: 1;
  }
}
@media (max-width: 640px) {
  [class~="em-grid"] > [class*="_xs-1"],
  [class*="em-grid-"] > [class*="_xs-1"],
  [class*="em-grid_"] > [class*="_xs-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~="em-grid"] > [class*="_xs-2"],
  [class*="em-grid-"] > [class*="_xs-2"],
  [class*="em-grid_"] > [class*="_xs-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~="em-grid"] > [class*="_xs-3"],
  [class*="em-grid-"] > [class*="_xs-3"],
  [class*="em-grid_"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="em-grid"] > [class*="_xs-4"],
  [class*="em-grid-"] > [class*="_xs-4"],
  [class*="em-grid_"] > [class*="_xs-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~="em-grid"] > [class*="_xs-5"],
  [class*="em-grid-"] > [class*="_xs-5"],
  [class*="em-grid_"] > [class*="_xs-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~="em-grid"] > [class*="_xs-6"],
  [class*="em-grid-"] > [class*="_xs-6"],
  [class*="em-grid_"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="em-grid"] > [class*="_xs-7"],
  [class*="em-grid-"] > [class*="_xs-7"],
  [class*="em-grid_"] > [class*="_xs-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~="em-grid"] > [class*="_xs-8"],
  [class*="em-grid-"] > [class*="_xs-8"],
  [class*="em-grid_"] > [class*="_xs-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~="em-grid"] > [class*="_xs-9"],
  [class*="em-grid-"] > [class*="_xs-9"],
  [class*="em-grid_"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="em-grid"] > [class*="_xs-10"],
  [class*="em-grid-"] > [class*="_xs-10"],
  [class*="em-grid_"] > [class*="_xs-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~="em-grid"] > [class*="_xs-11"],
  [class*="em-grid-"] > [class*="_xs-11"],
  [class*="em-grid_"] > [class*="_xs-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~="em-grid"] > [class*="_xs-12"],
  [class*="em-grid-"] > [class*="_xs-12"],
  [class*="em-grid_"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="em-grid"] > [data-push-left*="_xs-0"],
  [class*="em-grid-"] > [data-push-left*="_xs-0"],
  [class*="em-grid_"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class~="em-grid"] > [data-push-left*="_xs-1"],
  [class*="em-grid-"] > [data-push-left*="_xs-1"],
  [class*="em-grid_"] > [data-push-left*="_xs-1"] {
    margin-left: 8.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_xs-2"],
  [class*="em-grid-"] > [data-push-left*="_xs-2"],
  [class*="em-grid_"] > [data-push-left*="_xs-2"] {
    margin-left: 16.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_xs-3"],
  [class*="em-grid-"] > [data-push-left*="_xs-3"],
  [class*="em-grid_"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class~="em-grid"] > [data-push-left*="_xs-4"],
  [class*="em-grid-"] > [data-push-left*="_xs-4"],
  [class*="em-grid_"] > [data-push-left*="_xs-4"] {
    margin-left: 33.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_xs-5"],
  [class*="em-grid-"] > [data-push-left*="_xs-5"],
  [class*="em-grid_"] > [data-push-left*="_xs-5"] {
    margin-left: 41.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_xs-6"],
  [class*="em-grid-"] > [data-push-left*="_xs-6"],
  [class*="em-grid_"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class~="em-grid"] > [data-push-left*="_xs-7"],
  [class*="em-grid-"] > [data-push-left*="_xs-7"],
  [class*="em-grid_"] > [data-push-left*="_xs-7"] {
    margin-left: 58.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_xs-8"],
  [class*="em-grid-"] > [data-push-left*="_xs-8"],
  [class*="em-grid_"] > [data-push-left*="_xs-8"] {
    margin-left: 66.6666666667%;
  }
  [class~="em-grid"] > [data-push-left*="_xs-9"],
  [class*="em-grid-"] > [data-push-left*="_xs-9"],
  [class*="em-grid_"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class~="em-grid"] > [data-push-left*="_xs-10"],
  [class*="em-grid-"] > [data-push-left*="_xs-10"],
  [class*="em-grid_"] > [data-push-left*="_xs-10"] {
    margin-left: 83.3333333333%;
  }
  [class~="em-grid"] > [data-push-left*="_xs-11"],
  [class*="em-grid-"] > [data-push-left*="_xs-11"],
  [class*="em-grid_"] > [data-push-left*="_xs-11"] {
    margin-left: 91.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_xs-0"],
  [class*="em-grid-"] > [data-push-right*="_xs-0"],
  [class*="em-grid_"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class~="em-grid"] > [data-push-right*="_xs-1"],
  [class*="em-grid-"] > [data-push-right*="_xs-1"],
  [class*="em-grid_"] > [data-push-right*="_xs-1"] {
    margin-right: 8.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_xs-2"],
  [class*="em-grid-"] > [data-push-right*="_xs-2"],
  [class*="em-grid_"] > [data-push-right*="_xs-2"] {
    margin-right: 16.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_xs-3"],
  [class*="em-grid-"] > [data-push-right*="_xs-3"],
  [class*="em-grid_"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class~="em-grid"] > [data-push-right*="_xs-4"],
  [class*="em-grid-"] > [data-push-right*="_xs-4"],
  [class*="em-grid_"] > [data-push-right*="_xs-4"] {
    margin-right: 33.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_xs-5"],
  [class*="em-grid-"] > [data-push-right*="_xs-5"],
  [class*="em-grid_"] > [data-push-right*="_xs-5"] {
    margin-right: 41.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_xs-6"],
  [class*="em-grid-"] > [data-push-right*="_xs-6"],
  [class*="em-grid_"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class~="em-grid"] > [data-push-right*="_xs-7"],
  [class*="em-grid-"] > [data-push-right*="_xs-7"],
  [class*="em-grid_"] > [data-push-right*="_xs-7"] {
    margin-right: 58.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_xs-8"],
  [class*="em-grid-"] > [data-push-right*="_xs-8"],
  [class*="em-grid_"] > [data-push-right*="_xs-8"] {
    margin-right: 66.6666666667%;
  }
  [class~="em-grid"] > [data-push-right*="_xs-9"],
  [class*="em-grid-"] > [data-push-right*="_xs-9"],
  [class*="em-grid_"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class~="em-grid"] > [data-push-right*="_xs-10"],
  [class*="em-grid-"] > [data-push-right*="_xs-10"],
  [class*="em-grid_"] > [data-push-right*="_xs-10"] {
    margin-right: 83.3333333333%;
  }
  [class~="em-grid"] > [data-push-right*="_xs-11"],
  [class*="em-grid-"] > [data-push-right*="_xs-11"],
  [class*="em-grid_"] > [data-push-right*="_xs-11"] {
    margin-right: 91.6666666667%;
  }
  [class~="em-grid"] [class*="_xs-first"],
  [class*="em-grid-"] [class*="_xs-first"],
  [class*="em-grid_"] [class*="_xs-first"] {
    order: -1;
  }
  [class~="em-grid"] [class*="_xs-last"],
  [class*="em-grid-"] [class*="_xs-last"],
  [class*="em-grid_"] [class*="_xs-last"] {
    order: 1;
  }
}
@media (max-width: 1380px) {
  [class*="lg-hidden"] {
    display: none;
  }
}
@media (max-width: 1120px) {
  [class*="md-hidden"] {
    display: none;
  }
}
@media (max-width: 850px) {
  [class*="sm-hidden"] {
    display: none;
  }
}
@media (max-width: 640px) {
  [class*="xs-hidden"] {
    display: none;
  }
}
[class*="em-grid"] {
  margin-bottom: -1.875rem !important;
}
[class*="em-grid"][class*="-equalHeight"] > [class~="em-col"] > *,
[class*="em-grid"][class*="-equalHeight"] > [class*="em-col-"] > *,
[class*="em-grid"][class*="-equalHeight"] > [class*="em-col_"] > * {
  height: auto;
}
[class*="em-grid"][class*="-equalHeight"] > [class~="em-col"] > *:only-child,
[class*="em-grid"][class*="-equalHeight"] > [class*="em-col-"] > *:only-child,
[class*="em-grid"][class*="-equalHeight"] > [class*="em-col_"] > *:only-child {
  height: 100%;
}
[class*="em-grid"] + [class*="em-grid"] {
  margin-top: 1.875rem;
}
[class*="em-grid"] [class~="em-col"] {
  padding: 0.75rem 1.5rem 3rem;
}
.wp-block-emagine-grid--gutter-no [class~="em-col"],
[class*="em-grid"][class*="noGutter"] [class~="em-col"] {
  padding: 0;
}
.wp-block-emagine-grid--gutter-sm [class~="em-col"],
[class*="em-grid"][class*="smGutter"] [class~="em-col"] {
  padding: 0.5rem 1rem 2rem;
}
.wp-block-emagine-grid--gutter-md [class~="em-col"],
[class*="em-grid"][class*="mdGutter"] [class~="em-col"] {
  padding: 0.75rem 1.5rem 3rem;
}
.wp-block-emagine-grid--gutter-lg [class~="em-col"],
[class*="em-grid"][class*="lgGutter"] [class~="em-col"] {
  padding: 1.25rem 2.5rem 5rem;
}
@media (max-width: 959px) {
  [class~="em-grid"],
  [class*="em-grid-"],
  [class*="em-grid_"] {
    margin: 0 auto;
    max-width: 96vw;
  }
}
*,
*:after,
*:before {
  box-sizing: inherit;
  transition-duration: 0.25s;
  transition-property: none;
  transition-timing-function: ease;
}
html {
  box-sizing: border-box;
  color: #56565b;
  font-size: 1rem;
  line-height: 1.875;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sticky:before,
.sticky:after {
  content: "";
  display: table;
}
body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  width: 100%;
  max-width: 100%;
  margin: 0 0 0 0;
  background-color: #000;
}
body > .site {
  max-width: 1900px;
  margin: 0 auto;
  background-color: #fff;
}
main {
  display: block;
  position: relative;
}
blockquote {
  margin: 0;
  position: relative;
}
figure {
  margin-right: 0;
  margin-left: 0;
}
figure:not([class*="wp-block"]) {
  margin-top: 0;
  margin-bottom: 0;
}
figcaption {
  font-size: 0.9375rem;
  line-height: 1.3;
  font-style: italic;
  text-align: center;
  margin-top: 0.1875rem;
}
figcaption > em {
  font-style: normal;
}
.flip-cards .wp-block-emagine-grid__inner {
  gap: 1em;
}
.flip-cards .wp-block-emagine-column {
  flex: 0 1 25%;
  flex-basis: calc(25% - 0.75em);
  display: flex;
  position: relative;
  padding: 0;
}
.flip-cards .wp-block-emagine-column:hover .flip-back {
  display: flex;
}
.flip-cards .flip-front,
.flip-cards .flip-back {
  flex-basis: 100%;
  display: flex;
  padding: 1em;
  color: #fff;
  text-align: center;
}
.flip-cards .flip-back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  background: #00455f;
}
.flip-cards .flip-front {
  background: #00708b;
}
.flip-cards .wp-block-group__inner-container {
  margin: auto;
}
.flip-cards .wp-block-group__inner-container:first-child {
  margin-top: 0;
}
.flip-cards .wp-block-group__inner-container:last-child {
  margin-bottom: auto;
}
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
select,
.uploader .filename {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 0.143em solid #e6e6e6;
  border-radius: 0.357rem;
  color: #56565b;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  height: 3.25rem;
  padding: 0.625rem 1rem;
}
@media (max-width: 639px) {
  [type="color"],
  [type="date"],
  [type="datetime"],
  [type="datetime-local"],
  [type="email"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="url"],
  [type="week"],
  textarea,
  select,
  .uploader .filename {
    font-size: 1rem;
  }
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus,
select:focus,
.uploader .filename:focus {
  border-color: #00708b;
  outline: none;
}
input:not([type="checkbox"]):not([type="radio"]) + label,
textarea + label,
select + label {
  color: #767676;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.875rem !important;
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c2c3c2;
}
input::placeholder,
textarea::placeholder {
  color: #c2c3c2;
}
input::-ms-clear {
  display: none;
}
textarea {
  height: auto;
}
select {
  padding-right: 2.1875rem;
  backface-visibility: hidden;
}
select::-ms-expand {
  display: none;
}
select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg width='999' height='583' viewBox='0 0 999 583' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M998.542 83.05c0 8.667-3.333 16.334-10 23l-466 466c-6.666 6.667-14.333 10-23 10-8.666 0-16.333-3.333-23-10l-466-466c-6.666-6.666-10-14.333-10-23 0-8.666 3.334-16.333 10-23l50-50c6.667-6.666 14.334-10 23-10 8.667 0 16.334 3.334 23 10l393 393 393-393c6.667-6.666 14.334-10 23-10 8.667 0 16.334 3.334 23 10l50 50c6.667 6.667 10 14.334 10 23z' fill-rule='nonzero' fill='%2300708b'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 11px auto;
}
select[multiple] {
  height: auto;
  padding: 0;
}
select[multiple] option {
  padding: 0.625rem 1rem;
}
@media (max-width: 959px), (hover: none) {
  select[multiple] {
    height: 3.25rem;
    padding-left: 10px;
  }
}
.uploader {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 3.25rem;
}
.uploader input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.uploader .filename {
  cursor: default;
  overflow: hidden;
  padding: 0.625rem 1rem;
  padding-right: 7.75rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-overflow: ellipsis;
  transition-property: border-color, background, color;
  white-space: nowrap;
  width: 100%;
}
.uploader .action {
  border: 0.143em solid #e6e6e6;
  border-top-right-radius: 0.357rem;
  border-bottom-right-radius: 0.357rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1rem;
  line-height: 1.7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition-property: border-color, background, color;
}
[type="submit"],
.application_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: auto;
}
[type="checkbox"],
[type="radio"] {
  display: inline-block;
  height: auto;
  width: auto;
}
[type="checkbox"].hidden,
[type="radio"].hidden {
  visibility: hidden;
  width: 0;
  margin-right: 0.25em;
}
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  margin: 0 0.3125rem 0 0;
  font: inherit;
  color: currentColor;
  width: 1.125rem;
  height: 1.125rem;
  float: left;
  transform: translateY(25%);
  transition: border 0.25s ease;
  display: grid;
  place-content: center;
}
[type="radio"]::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  box-shadow: inset 1em 1em #991e66;
  transform: scale(0.2);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
[type="radio"]:hover {
  border-color: #991e66;
}
[type="radio"]:checked::before {
  opacity: 1;
  transform: scale(1);
}
label {
  display: inline-block;
  font-size: 1rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #56565b;
  margin-bottom: 0.3125rem;
}
[type="color"]:focus,
[type="color"]:active,
[type="date"]:focus,
[type="date"]:active,
[type="datetime"]:focus,
[type="datetime"]:active,
[type="datetime-local"]:focus,
[type="datetime-local"]:active,
[type="email"]:focus,
[type="email"]:active,
[type="month"]:focus,
[type="month"]:active,
[type="number"]:focus,
[type="number"]:active,
[type="password"]:focus,
[type="password"]:active,
[type="search"]:focus,
[type="search"]:active,
[type="tel"]:focus,
[type="tel"]:active,
[type="text"]:focus,
[type="text"]:active,
[type="time"]:focus,
[type="time"]:active,
[type="url"]:focus,
[type="url"]:active,
[type="week"]:focus,
[type="week"]:active,
textarea:focus,
textarea:active {
  outline: none;
}
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
select,
.uploader {
  transition-property: color, background-color, border-color;
}
.uploader input:hover + .filename + .action {
  background-color: #f5f6f6;
}
select:focus,
textarea:focus,
.uploader input:focus + .filename,
select:active,
textarea:active,
.uploader input:active + .filename {
  border-color: #00708b;
}
.uploader input:focus + .filename + .action,
.uploader input:active + .filename + .action {
  background-color: #f5f6f6;
  border-color: #00708b;
}
[type="color"]:focus,
[type="color"]:active,
[type="date"]:focus,
[type="date"]:active,
[type="datetime"]:focus,
[type="datetime"]:active,
[type="datetime-local"]:focus,
[type="datetime-local"]:active,
[type="email"]:focus,
[type="email"]:active,
[type="month"]:focus,
[type="month"]:active,
[type="number"]:focus,
[type="number"]:active,
[type="password"]:focus,
[type="password"]:active,
[type="search"]:focus,
[type="search"]:active,
[type="tel"]:focus,
[type="tel"]:active,
[type="text"]:focus,
[type="text"]:active,
[type="time"]:focus,
[type="time"]:active,
[type="url"]:focus,
[type="url"]:active,
[type="week"]:focus,
[type="week"]:active {
  border-color: #00708b;
}
input[type="search"] {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.toggle {
  position: relative;
  display: inline-block;
}
.toggle label {
  display: flex;
  align-items: center;
}
.toggle label .toggle-switch {
  background: #ebebeb;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  width: calc(12px * 2 + 6px);
  height: calc(12px + 6px);
  position: relative;
  transition-property: color;
}
.toggle label .toggle-switch:before,
.toggle label .toggle-switch:after {
  content: "";
  position: absolute;
}
.toggle label .toggle-switch:before {
  display: block;
  transition-property: left;
  border: none;
  border-radius: 2em;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
  background: #fff;
  transform: rotate(-25deg);
}
.toggle label .label {
  margin-left: 10px;
}
.toggle label .fa {
  color: #c2c3c2;
  transition-property: color;
}
.toggle label .fa.fa-heart,
.toggle label .fa.fa-star {
  color: rgba(0, 0, 0, 0);
}
.toggle input {
  height: 12px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 12px;
}
.toggle input:checked + label .toggle-switch {
  background: #00708b;
}
.toggle input:checked + label .toggle-switch:before {
  left: calc(100% - 12px - 2px);
}
.toggle input:checked + label .fa {
  color: rgba(0, 0, 0, 0);
}
.toggle input:checked + label .fa.fa-heart {
  color: #d00;
}
.toggle input:checked + label .fa.fa-star {
  color: #fbbc04;
}
.toggle input:focus-visible + label {
  outline: none;
  box-shadow: 0 0 0 2px #333;
  border-radius: 30px;
}
h1,
.h1 {
  color: #515250;
  font-size: 3.4375em;
  font-weight: 700;
  line-height: 1;
  margin: 1em 0 0.5em;
}
@media (max-width: 489px) {
  h1,
  .h1 {
    font-size: 2.25em;
  }
}
h1:first-child,
.h1:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child {
  margin-bottom: 0;
}
h1 a:hover,
.h1 a:hover {
  color: #991e66;
}
h2,
.h2 {
  color: #515250;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0 0.5em;
}
@media (max-width: 489px) {
  h2,
  .h2 {
    font-size: 1.875em;
  }
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h2:last-child,
.h2:last-child {
  margin-bottom: 0;
}
h2 a:hover,
.h2 a:hover {
  color: #991e66;
}
h3,
.h3 {
  color: #00455f;
  font-size: 1.9375em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0 0.5em;
}
@media (max-width: 489px) {
  h3,
  .h3 {
    font-size: 1.625em;
  }
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
h3:last-child,
.h3:last-child {
  margin-bottom: 0;
}
h3 a:hover,
.h3 a:hover {
  color: #003246;
}
h4,
.h4 {
  color: #515250;
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.4;
  margin: 1em 0 0.5em;
}
@media (max-width: 489px) {
  h4,
  .h4 {
    font-size: 1.5em;
  }
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
h4:last-child,
.h4:last-child {
  margin-bottom: 0;
}
h4 a:hover,
.h4 a:hover {
  color: #991e66;
}
h5,
.h5,
.em-filterable-content__title span,
.icon-list__label {
  color: #515250;
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.4;
  margin: 1em 0 0.5em;
}
h5:first-child,
.h5:first-child,
.em-filterable-content__title span:first-child,
.icon-list__label:first-child {
  margin-top: 0;
}
h5:last-child,
.h5:last-child,
.em-filterable-content__title span:last-child,
.icon-list__label:last-child {
  margin-bottom: 0;
}
h5 a:hover,
.h5 a:hover,
.em-filterable-content__title span a:hover,
.icon-list__label a:hover {
  color: #991e66;
}
h6,
.h6,
.media-object__label,
.card__label {
  color: #939393;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.4;
  margin: 2em 0 1em;
}
h6:first-child,
.h6:first-child,
.media-object__label:first-child,
.card__label:first-child {
  margin-top: 0;
}
h6:last-child,
.h6:last-child,
.media-object__label:last-child,
.card__label:last-child {
  margin-bottom: 0;
}
h6 a:hover,
.h6 a:hover,
.media-object__label a:hover,
.card__label a:hover {
  color: #868686;
}
h1.alignwide,
.h1.alignwide,
h2.alignwide,
.h2.alignwide,
h3.alignwide,
.h3.alignwide,
h4.alignwide,
.h4.alignwide,
h5.alignwide,
.h5.alignwide,
h6.alignwide,
.h6.alignwide,
p.alignwide {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 73.125rem;
}
@media (min-width: 851) {
  h1.alignwide,
  .h1.alignwide,
  h2.alignwide,
  .h2.alignwide,
  h3.alignwide,
  .h3.alignwide,
  h4.alignwide,
  .h4.alignwide,
  h5.alignwide,
  .h5.alignwide,
  h6.alignwide,
  .h6.alignwide,
  p.alignwide {
    padding-right: calc(100% - 51.25rem);
  }
}
@media (min-width: 1171) {
  h1.alignwide,
  .h1.alignwide,
  h2.alignwide,
  .h2.alignwide,
  h3.alignwide,
  .h3.alignwide,
  h4.alignwide,
  .h4.alignwide,
  h5.alignwide,
  .h5.alignwide,
  h6.alignwide,
  .h6.alignwide,
  p.alignwide {
    padding-right: 20rem;
  }
}
hr {
  border: none;
  border-top: 4px solid #a6ce39;
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
@media (min-width: 490px) {
  hr {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
}
@media (min-width: 850px) {
  hr {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
a {
  color: #00708b;
}
:link,
:visited {
  text-decoration-style: underline;
}
@supports (
  (-webkit-text-decoration-skip: ink) or (text-decoration-skip-ink: auto)
) {
  :link,
  :visited {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
  }
}
strong,
b {
  font-weight: 700;
}
em,
i,
var {
  font-style: italic;
}
a {
  transition: background 0.25s ease, color 0.25s ease;
}
a:hover {
  color: #991e66;
}
u,
ins {
  text-decoration: underline;
}
s,
strike,
del {
  text-decoration: line-through;
}
small,
sub,
sup {
  font-size: smaller;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
}
sub {
  top: 0.5em;
}
sup {
  top: -0.5em;
}
abbr {
  border-bottom: 1px dotted gray;
  cursor: help;
}
tt,
code,
kbd,
samp {
  font-family: monospace;
}
code {
  display: inline-block;
}
q {
  display: inline;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
mark {
  background-color: #ff0;
  color: #000;
}
a {
  overflow-wrap: break-word;
  word-break: break-word;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 640px) {
  a[href^="tel:"],
  a[href^="Tel:"] {
    color: inherit;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
dt {
  font-weight: 500;
  margin-bottom: 0.125rem;
}
dd {
  margin-bottom: 0.5rem;
}
.two-column li,
.three-column li,
.em-filterable-content__filters > div:only-child ul li,
.four-column li {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 640px) {
  .two-column,
  .three-column,
  .em-filterable-content__filters > div:only-child ul,
  .four-column {
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
}
@media (min-width: 640px) {
  .two-column {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 640px) {
  .three-column,
  .em-filterable-content__filters > div:only-child ul {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 640px) {
  .four-column {
    -moz-column-count: 4;
    column-count: 4;
  }
}
p,
.p {
  font-size: 1.125rem;
  line-height: 1.875;
  margin: 1em auto;
}
p:first-child,
.p:first-child {
  margin-top: 0;
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  p,
  .p {
    font-size: 1rem;
  }
}
.has-small-font-size {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.84375rem;
  line-height: 1.875;
  margin: 1em auto;
}
.has-small-font-size:first-child {
  margin-top: 0;
}
.has-small-font-size:last-child {
  margin-bottom: 0;
}
.has-medium-font-size {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.40625rem;
  line-height: 1.78125;
  margin: 1em auto;
}
.has-medium-font-size:first-child {
  margin-top: 0;
}
.has-medium-font-size:last-child {
  margin-bottom: 0;
}
.has-large-font-size {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.6875rem;
  line-height: 1.6875;
  margin: 1em auto;
}
.has-large-font-size:first-child {
  margin-top: 0;
}
.has-large-font-size:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .has-large-font-size {
    font-size: 1.546875rem;
  }
}
.has-huge-font-size {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.59375;
  margin: 1em auto;
}
.has-huge-font-size:first-child {
  margin-top: 0;
}
.has-huge-font-size:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .has-huge-font-size {
    font-size: 1.85625rem;
  }
}
p:empty {
  display: none;
}
.wsp-pages-list {
  list-style: none;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding: 0;
  padding-left: 0;
}
.wsp-pages-list.consecutive {
  counter-reset: auto;
}
.wsp-pages-list:first-child {
  margin-top: 0;
}
.wsp-pages-list:last-child {
  margin-bottom: 0;
}
.editor-styles .wsp-pages-list {
  overflow: hidden;
}
.wsp-pages-list li,
.wsp-pages-list li li:first-child {
  margin-top: 0.5rem;
}
.wsp-pages-list li:first-child {
  padding-top: 0;
}
.wsp-pages-list li {
  font-size: 1rem;
  padding-left: 1.3125rem;
  position: relative;
}
@media (min-width: 640px) {
  .wsp-pages-list li {
    font-size: 1.125rem;
  }
}
.wsp-pages-list li:before {
  content: "•";
  color: #a6ce39;
  display: inline-block;
  font-size: 1.75rem;
  position: absolute;
  left: 0.125rem;
  top: -0.6875rem;
  text-shadow: 0 0 1px #00708b;
  width: 1.75rem;
}
.wsp-pages-list ul,
.wsp-pages-list ol {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.875rem;
}
table[class*="align"] {
  display: table;
}
table.wp-block-table {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 850px) {
  table.wp-block-table {
    margin-top: 3.75rem;
  }
}
@media (min-width: 850px) {
  table.wp-block-table {
    margin-bottom: 3.75rem;
  }
}
th,
td {
  border-right: 0.125rem solid rgba(0, 0, 0, 0.02);
}
th:last-child,
td:last-child {
  border-right: none;
}
th,
td[data-head]:before {
  font-weight: 700;
  text-align: left;
}
th {
  padding: 1rem 1.25rem;
}
td {
  padding: 0.625rem 1.25rem;
  vertical-align: top;
}
thead tr {
  background: #00708b;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
thead th {
  border-color: rgba(255, 255, 255, 0.1);
  line-height: 1.3333333;
  vertical-align: middle;
}
td[data-head]:before {
  color: #00708b;
  font-size: 0.875rem;
  padding: 0 0.625rem;
  text-transform: uppercase;
}
tr:nth-child(even) {
  background: #fafafa;
}
.background-image {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 0;
}
.background-image[data-image-type="default"] img {
  opacity: 0.1 !important;
  position: absolute;
}
.background-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
}
.background-image + [class*="__inner"] {
  position: relative;
  z-index: 1;
}
.background-video {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 0;
}
.background-video video {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
}
.background-video + [class*="__inner"] {
  position: relative;
  z-index: 1;
}
.site-alert-banner {
  position: fixed;
  top: 0;
  z-index: 990;
  width: 100%;
  background-color: #991e66;
  overflow: hidden;
}
.site-alert-banner > a,
.site-alert-banner > span {
  display: block;
  padding: 1rem;
  font-style: italic;
  color: #fff;
  font-size: 1.125rem;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
.site-alert-banner > a > span::after {
  content: " »";
}
.html--menu-open .site-alert-banner {
  height: 0 !important;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.site-alert-banner {
  background: linear-gradient(
    90deg,
    hsl(196, 45%, 52%) 0%,
    hsl(234, 35%, 55%) 17%,
    hsl(325, 67%, 36%) 33%,
    hsl(234, 35%, 55%) 50%,
    hsl(196, 45%, 52%) 67%,
    hsl(234, 35%, 55%) 83%,
    hsl(325, 67%, 36%) 100%
  );
  background-size: 300% 100%;
  animation: gradient 12s linear infinite reverse;
}
.single .block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: initial !important;
}
.single .block__content-wrapper {
  display: block;
}
.single .block__content-wrapper > *:first-child {
  width: 100% !important;
}
.breadcrumbs {
  margin: 0;
  padding: 0.625rem 0;
  text-align: left;
  color: #767676;
  max-width: 51.25rem;
  font-size: 0.75rem;
  line-height: 1.3;
}
.breadcrumbs a {
  color: #767676;
  font-size: 0.75rem;
  text-decoration: none;
  transition-property: color;
}
.breadcrumbs a:hover {
  color: #4c9dbb;
  text-decoration: underline;
}
.btn-text--arrow:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 6 Free";
  margin-left: 0.4375rem;
}
.btn--arrow:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 6 Free";
  margin-left: 0.4375rem;
}
.block-btn {
  margin-bottom: 0;
}
.btn--no-caps,
.btn--no-caps .btn {
  text-transform: none !important;
}
button.btn,
input[type="button"].btn {
  box-shadow: none;
}
button.btn[disabled],
input[type="button"][disabled],
.btn--disabled {
  background-color: #ebf0f2 !important;
  border-color: #767676 !important;
  color: #c2c3c2 !important;
  cursor: not-allowed;
  pointer-events: none;
}
button.btn[disabled]:hover,
input[type="button"][disabled]:hover,
.btn--disabled:hover {
  background-color: #ebf0f2 !important;
  border-color: #767676 !important;
  color: #c2c3c2 !important;
}
.btn--pill,
.btn--pill-on-dark {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  text-transform: none;
  border-radius: 0.25rem;
  padding: 0.4375rem 0.625rem;
}
.btn--style-simple .btn__hover {
  padding-right: 1.2em !important;
}
.btn--style-simple svg {
  display: inline-block;
  height: 1em;
  width: 1em;
  position: relative;
  top: -0.1em;
  transform: none;
  vertical-align: middle;
}
.btn--style-simple.has-white-background-color {
  background: none !important;
  border: none !important;
  color: #fff !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-white-background-color:hover,
.btn--style-simple.has-white-background-color:focus {
  background: none !important;
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-black-background-color {
  background: none !important;
  border: none !important;
  color: #212121 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-black-background-color:hover,
.btn--style-simple.has-black-background-color:focus {
  background: none !important;
  color: #080808 !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-gray-xl-background-color {
  background: none !important;
  border: none !important;
  color: #f5f6f6 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-gray-xl-background-color:hover,
.btn--style-simple.has-gray-xl-background-color:focus {
  background: none !important;
  color: #dadede !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-gray-l-background-color {
  background: none !important;
  border: none !important;
  color: #ebf0f2 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-gray-l-background-color:hover,
.btn--style-simple.has-gray-l-background-color:focus {
  background: none !important;
  color: #ccd9de !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-gray-background-color {
  background: none !important;
  border: none !important;
  color: #c2c3c2 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-gray-background-color:hover,
.btn--style-simple.has-gray-background-color:focus {
  background: none !important;
  color: #a8aaa8 !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-gray-d-background-color {
  background: none !important;
  border: none !important;
  color: #767676 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-gray-d-background-color:hover,
.btn--style-simple.has-gray-d-background-color:focus {
  background: none !important;
  color: #5d5d5d !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-gray-xd-background-color {
  background: none !important;
  border: none !important;
  color: #515250 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-gray-xd-background-color:hover,
.btn--style-simple.has-gray-xd-background-color:focus {
  background: none !important;
  color: #383837 !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-primary-d-background-color {
  background: none !important;
  border: none !important;
  color: #00455f !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-primary-d-background-color:hover,
.btn--style-simple.has-primary-d-background-color:focus {
  background: none !important;
  color: #00202c !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-primary-background-color {
  background: none !important;
  border: none !important;
  color: #00708b !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-primary-background-color:hover,
.btn--style-simple.has-primary-background-color:focus {
  background: none !important;
  color: #004758 !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-primary-l-background-color {
  background: none !important;
  border: none !important;
  color: #4c9dbb !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-primary-l-background-color:hover,
.btn--style-simple.has-primary-l-background-color:focus {
  background: none !important;
  color: #3a809a !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-secondary-d-background-color {
  background: none !important;
  border: none !important;
  color: #739d00 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-secondary-d-background-color:hover,
.btn--style-simple.has-secondary-d-background-color:focus {
  background: none !important;
  color: #4e6a00 !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-secondary-background-color {
  background: none !important;
  border: none !important;
  color: #a6ce39 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-secondary-background-color:hover,
.btn--style-simple.has-secondary-background-color:focus {
  background: none !important;
  color: #88aa2a !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-secondary-l-background-color {
  background: none !important;
  border: none !important;
  color: #c1dd74 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-secondary-l-background-color:hover,
.btn--style-simple.has-secondary-l-background-color:focus {
  background: none !important;
  color: #afd34b !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-secondary-xd-background-color {
  background: none !important;
  border: none !important;
  color: #52661c !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-secondary-xd-background-color:hover,
.btn--style-simple.has-secondary-xd-background-color:focus {
  background: none !important;
  color: #323e11 !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-off-white-background-color {
  background: none !important;
  border: none !important;
  color: #ebf0f2 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-off-white-background-color:hover,
.btn--style-simple.has-off-white-background-color:focus {
  background: none !important;
  color: #ccd9de !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-orange-background-color {
  background: none !important;
  border: none !important;
  color: #f2a900 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-orange-background-color:hover,
.btn--style-simple.has-orange-background-color:focus {
  background: none !important;
  color: #bf8500 !important;
  text-decoration: underline !important;
}
.btn--style-simple.has-magenta-background-color {
  background: none !important;
  border: none !important;
  color: #991e66 !important;
  padding: 0;
  text-align: inherit;
}
.btn--style-simple.has-magenta-background-color:hover,
.btn--style-simple.has-magenta-background-color:focus {
  background: none !important;
  color: #6e164a !important;
  text-decoration: underline !important;
}
.btn--arrow-icon {
  display: inline-block;
  height: 3.375rem;
  width: 3.375rem;
}
.btn--arrow-icon [stroke] {
  stroke: currentColor;
  transition-property: stroke;
}
.btn__hover {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  color: inherit !important;
  cursor: pointer;
  padding: 0 !important;
  transition: none !important;
}
.btn--bar > .btn {
  padding-left: 1.00625rem;
  padding-right: 1.00625rem;
}
.btn--bar > .btn:not(.btn--primary):hover {
  color: #00708b !important;
}
.btn--bar > .btn.btn--primary {
  cursor: default;
}
.btn--bar > .btn.btn--primary:hover {
  background-color: #00708b !important;
}
@media (max-width: 639px) {
  .btn--bar {
    display: flex;
    flex-direction: column;
  }
  .btn--bar > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
  }
  .btn--bar > .btn:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 640px) {
  .btn--bar {
    display: block;
  }
  .btn--bar > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
  }
  .btn--bar > .btn:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
span.btn {
  cursor: initial;
}
.card {
  background: #fff;
  background-clip: content-box;
  color: #56565b;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  transition-property: background-color, border-color, box-shadow, color;
}
.card .card__headline::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 80%;
  padding-left: 0.375rem;
  transform: translateX(90%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  text-decoration: none !important;
}
.card:hover .card__headline::after {
  opacity: 1;
  text-decoration: none !important;
  transform: translateX(0);
}
.card__media {
  aspect-ratio: 1.5;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.card__media:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  opacity: 1;
  transition: opacity 0.25s ease;
  z-index: 1;
}
.card__media--4x3 {
  aspect-ratio: 1.3333333333;
}
.card__media img {
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease;
}
.card__body {
  padding-top: 1.25rem;
}
.card__headline {
  color: #00455f;
  font-size: 1.625rem;
  line-height: 1.2;
  transition: color 0.25s ease;
}
.card__excerpt {
  color: #56565b;
  font-size: 1rem;
}
.card__excerpt > p {
  line-height: 1.5;
}
.card__label {
  color: #739d00;
  position: relative;
  text-transform: uppercase;
}
.card__label:after {
  content: " ";
  background-color: #a6ce39;
  bottom: -0.75rem;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 2.3125rem;
}
.card__label > * {
  display: inline-block;
  position: relative;
}
.card__label > *:not(:last-child):after {
  content: "/";
  color: #a6ce39;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
  margin-right: 0.125rem;
  position: relative;
}
.card__author {
  margin-top: 1rem !important;
}
.card .btn-text {
  color: #00708b;
}
.card__footer {
  border-top: 1px solid #ebf0f2;
  padding: 1.25rem;
}
@media (min-width: 640px) {
  .card__footer {
    padding: 1.25rem 1.875rem;
  }
}
.card__label,
.card__headline,
.card__excerpt,
.card .btn-text {
  transition-property: color;
}
.card__footer {
  transition-property: border-color;
}
.card:focus {
  outline: 0;
}
.card:hover .card__headline {
  color: #991e66;
}
.card:hover .card__media:before {
  opacity: 0;
}
.card:hover .card__media > img {
  transform: scale(1.1);
}
.custom-logo-wrapper {
  transition-property: width;
  width: 100%;
  max-width: 13.375rem;
}
@media (max-width: 959px), (hover: none) {
  .custom-logo-wrapper {
    max-width: 11.235rem;
    margin-left: 0.3125rem;
    margin-top: 0.625rem;
  }
}
.custom-logo-link {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 17.2897196262%;
  position: relative;
  color: #fff !important;
}
.custom-logo-link img,
.custom-logo-link svg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.custom-logo-link:focus {
  outline: 0;
}
.em-icon [data-type] {
  display: block;
  height: 3.75rem;
  margin: 0 auto;
  position: relative;
  width: 3.125rem;
  overflow: hidden;
}
.em-icon [data-type]:before {
  content: " ";
  background-size: 96px 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 3.75rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.125rem;
}
.em-icon [data-type="atom"]:before {
  background-image: url("../images/icons/atom.svg");
  background-size: 96px 50px;
  background-position: 0 0;
}
.em-icon [data-type="bacteria"]:before {
  background-image: url("../images/icons/bacteria.svg");
}
.em-icon [data-type="brain"] {
  width: 2.9375rem;
}
.em-icon [data-type="brain"]:before {
  background-image: url("../images/icons/brain.svg");
}
.em-icon [data-type="dna-research"]:before {
  background-image: url("../images/icons/dna-research.svg");
}
.em-icon [data-type="dna"]:before {
  background-image: url("../images/icons/dna.svg");
}
.em-icon [data-type="genome"]:before {
  background-image: url("../images/icons/genome.svg");
}
.em-icon [data-type="microscope"]:before {
  background-image: url("../images/icons/microscope.svg");
}
.em-icon [data-type="ribbon"]:before {
  background-image: url("../images/icons/ribbon.svg");
}
.em-icon [data-type="tumor"]:before {
  background-image: url("../images/icons/tumor.svg");
}
.em-icon svg {
  max-width: 50px;
  max-height: 50px;
  margin-bottom: 5px;
}
.em-icon:hover [data-type]:before {
  background-position: -46px 0;
}
.em-icon:hover [data-type="bacteria"]:before,
.em-icon:hover [data-type="brain"]:before,
.em-icon:hover [data-type="dna-research"] [data-type="dna"]:before,
.em-icon:hover [data-type="genome"]:before,
.em-icon:hover [data-type="microscope"]:before,
.em-icon:hover [data-type="ribbon"] [data-type="tumor"]:before {
  background-position: -48px 0;
}
.em-icon:hover svg [stroke*="#"] {
  stroke: #fff;
}
.em-icon:hover svg [fill*="#"] {
  fill: #fff;
}
.em-icon span + span {
  display: block;
}
.em-image__ratio {
  position: relative;
}
.em-image__ratio > img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.site-footer {
  position: relative;
  overflow: hidden;
}
.site-footer__background {
  position: absolute;
}
.site-footer__inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  padding: 4.375rem 0 3.125rem;
  gap: 0.3125rem;
}
@media (min-width: 640px) {
  .site-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 1.875rem;
    max-height: 350px;
    overflow: hidden;
  }
}
.site-footer__background {
  height: 100%;
  top: -14.1875rem;
  width: 100%;
  z-index: -1;
}
.site-footer__background img {
  display: block;
}
.site-footer__disclaimer {
  padding-top: 1.875rem;
  font-size: 12pt;
  font-style: italic;
  line-height: 1.4;
}
.site-footer__inner > *:not(:first-child) {
  margin-bottom: 1.75rem;
}
@media (min-width: 640px) {
  .site-footer__inner > *:not(:first-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .site-footer__inner > *:nth-child(1) {
    width: 48%;
  }
  .site-footer__inner > *:nth-child(2),
  .site-footer__inner > *:nth-child(3) {
    width: 26%;
  }
}
.site-footer__logo {
  color: #56565b;
  margin: 0.3125rem 0 1.875rem;
}
.site-footer__description {
  margin-bottom: 1.25rem;
}
.site-footer__description p {
  color: #56565b;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .site-footer__description {
    margin-bottom: 2.1875rem;
    width: 100%;
    max-width: 340px;
  }
}
@media (max-width: 639px) {
  .site-footer__social {
    margin-bottom: 1rem;
  }
}
.site-footer__copyright {
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.6;
}
.site-footer__copyright li {
  display: inline-block;
}
.site-footer__copyright li:not(:last-child)::after {
  content: " | ";
}
.site-footer__copyright a {
  display: inline !important;
}
.site-footer__copyright a:hover {
  text-decoration: underline !important;
}
.site-footer__footer-menu--title,
.site-footer__footer-form--title,
.site-footer__footer-address--title {
  color: #56565b;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.site-footer__footer-menu address,
.site-footer__footer-form address,
.site-footer__footer-address address {
  font-style: normal;
}
.site-footer__footer-link {
  margin: 0.9375rem 0 1.875rem;
}
.site-footer__disclaimer + .site-footer__inner {
  padding-top: 2.5rem;
}
#drift-widget-container,
#drift-frame-controller,
#drift-frame-chat,
#drift-widget {
  z-index: 998 !important;
}
@keyframes displayHeader {
  100% {
    transform: none;
    opacity: 1;
  }
}
:root {
  --doc-height: 100vh;
}
.site-header {
  height: 6.25rem;
  background-color: rgba(0, 0, 0, 0);
  color: #56565b;
  display: block;
  transform: translateY(-25px);
  opacity: 0;
  animation: displayHeader;
  animation-delay: 0.25s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  flex-shrink: 0;
  position: fixed;
  width: 100%;
  max-width: 1900px;
  top: 0;
  z-index: 1000;
}
@media (max-width: 959px), (hover: none) {
  .site-header {
    height: 3.125rem;
  }
}
.html--menu-open .site-header {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  top: 0 !important;
}
.site-header__wrapper {
  height: 6.25rem;
  position: relative;
  transition-property: height;
  width: 100%;
}
@media (max-width: 959px), (hover: none) {
  .site-header__wrapper {
    height: 3.125rem;
  }
}
.site-header__wrapper:before {
  content: " ";
  background-color: rgba(0, 112, 139, 0.9);
  position: absolute;
  height: 1.875rem;
  transition-property: height, opacity;
  transition-duration: 300ms;
  width: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  opacity: 1;
}
@media (max-width: 959px), (hover: none) {
  .site-header__wrapper:before {
    height: 4.4375rem;
  }
}
.site-header__utility-stripe > * {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 30px;
}
@media (max-width: 959px), (hover: none) {
  .site-header__utility-stripe {
    display: none;
  }
}
.site-header__inner {
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.8125rem;
  transition-property: padding;
}
@media (max-width: 959px), (hover: none) {
  .site-header__inner {
    padding-top: 0.0625rem;
    flex: 1 0 0%;
  }
}
.site-header__inner--top {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  width: 100%;
  position: relative;
}
.site-header__inner--top > .custom-logo-wrapper {
  transition-property: margin-top;
}
@media (max-width: 959px), (hover: none) {
  .site-header__inner--top {
    position: static;
  }
}
.site-header a {
  color: inherit;
}
.site-header .navicon {
  position: relative;
  top: 0.1875rem;
}
.site-header__navigation {
  position: absolute;
  top: 3.125rem;
  right: 0;
  left: 0;
  width: 0;
  z-index: 2;
}
.html--menu-open .site-header__navigation {
  top: 3.125rem;
  opacity: 1;
  pointer-events: all;
}
.html--menu-open .site-header__navigation--mobile-menu {
  display: block;
}
@media (max-width: 959px), (hover: none) {
  .site-header .site-header__wrapper:before {
    height: 4px;
    opacity: 0.9;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  }
  .site-header__navigation {
    background: #fff;
    height: calc(var(--doc-height, 100vh) - 3.125rem);
    top: 0;
    width: 100vw;
    z-index: 1000;
    opacity: 0;
    transition: top 0.25s ease, opacity 0.25s ease;
    pointer-events: none;
    overflow: hidden;
  }
  .site-header__navigation--desktop-menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .site-header .search-form-wrapper {
    padding: 1rem 1rem 0.3rem;
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 3px solid rgba(0, 0, 0, 0.05);
  }
  .site-header .search-form__scope {
    display: flex;
    gap: 0.7rem;
    margin: 5px 5px;
  }
  .site-header .search-form__scope label {
    font-size: 0.9375rem;
  }
  .site-header .search-form__scope div:nth-child(3) {
    display: none;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .site-header .navicon {
    display: none;
  }
  .site-header__navigation {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    margin-top: 1px;
  }
  .site-header__navigation--mobile-menu,
  .site-header__navigation:last-child {
    display: none;
  }
  .site-header__navigation--desktop-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .site-header__navigation .search-form-wrapper {
    display: none !important;
  }
}
.site-header.scrolled {
  height: 4.5rem;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
@media (max-width: 959px), (hover: none) {
  .site-header.scrolled {
    height: 3.125rem;
  }
}
.site-header.scrolled .site-header__utility-stripe {
  background-color: rgba(0, 0, 0, 0);
}
.site-header.scrolled .site-header__inner {
  transition-property: padding;
  padding-top: 0.1875rem;
}
.site-header.scrolled .site-header__inner--top > .custom-logo-wrapper {
  margin-top: -0.9375rem;
}
@media (max-width: 959px), (hover: none) {
  .site-header.scrolled .site-header__inner--top > .custom-logo-wrapper {
    margin-top: 0.4375rem;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .site-header.scrolled .site-header__inner .site-header__navigation {
    margin-top: 4px;
  }
}
.site-header.scrolled .navicon {
  top: 0;
}
.site-header.scrolled .site-header__wrapper {
  height: 4.5rem;
  transition-property: height;
}
@media (max-width: 959px), (hover: none) {
  .site-header.scrolled .site-header__wrapper {
    height: 3.125rem;
  }
}
.site-header.scrolled .site-header__wrapper:before {
  height: 4.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 959px), (hover: none) {
  .site-header.scrolled .site-header__wrapper:before {
    height: 3.125rem;
  }
}
.admin-bar .site-header,
.admin-bar .site-header.scrolled {
  top: 2rem !important;
}
@media (max-width: 959px), (hover: none) {
  .admin-bar .site-header,
  .admin-bar .site-header.scrolled {
    top: 2.875rem !important;
  }
}
.main-menu + button {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  border: none;
  margin-left: 1.25em;
  padding: 4px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: color 0.25s ease;
}
.main-menu + button:hover {
  color: #a6ce39;
}
@media (max-width: 959px), (hover: none) {
  .main-menu + button {
    display: none !important;
  }
}
@media (max-width: 959px), (hover: none) {
  .html--menu-open .site-header__wrapper::before {
    height: 3.125rem;
  }
  .html--menu-open .custom-logo-wrapper {
    margin-top: 0.4375rem !important;
  }
}
.skip-to-content:focus {
  background: #f5f6f6;
  box-shadow: 0 0 0.125rem 0.125rem #c2c3c2;
  clip: auto;
  clip-path: none;
  font-weight: 700;
  height: auto;
  padding: 0.625rem 1.25rem;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  z-index: 10000;
  width: auto;
}
.icon-list {
  color: #56565b;
  position: relative;
  text-decoration: none;
  transition-property: background-color, border-color, box-shadow, color;
  margin-bottom: 0;
}
.icon-list__item {
  display: flex;
  flex-flow: row wrap;
  flex: 1 100%;
  max-width: 100%;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 1.25rem;
}
.icon-list__item:before {
  content: "";
}
.icon-list__media {
  overflow: hidden;
  margin-bottom: 12px;
  flex: 1 100%;
}
@media (min-width: 490px) {
  .icon-list__media {
    margin-right: 15px;
  }
}
.icon-list__media img,
.icon-list__media svg {
  position: relative;
  max-width: 100%;
  height: auto;
}
.icon-list__body {
  max-width: 100%;
  flex: 1 100%;
}
.icon-list.icon-sm .icon-list__media {
  max-width: 50px;
}
@media (min-width: 490px) {
  .icon-list.icon-sm .icon-list__media {
    flex: 1 50px;
  }
}
@media (min-width: 490px) {
  .icon-list.icon-sm .icon-list__body {
    flex: 1 calc(100% - (50px + 15px));
    max-width: calc(100% - (50px + 15px));
  }
}
.icon-list.icon-md .icon-list__media {
  max-width: 75px;
}
@media (min-width: 490px) {
  .icon-list.icon-md .icon-list__media {
    flex: 1 75px;
  }
}
@media (min-width: 490px) {
  .icon-list.icon-md .icon-list__body {
    flex: 1 calc(100% - (75px + 15px));
    max-width: calc(100% - (75px + 15px));
  }
}
.icon-list.icon-lg .icon-list__media {
  max-width: 100px;
}
@media (min-width: 490px) {
  .icon-list.icon-lg .icon-list__media {
    flex: 1 100px;
  }
}
@media (min-width: 490px) {
  .icon-list.icon-lg .icon-list__body {
    flex: 1 calc(100% - (100px + 15px));
    max-width: calc(100% - (100px + 15px));
  }
}
.icon-list__excerpt {
  color: rgba(118, 118, 118, 0.6);
}
.icon-list__label {
  color: #56565b;
}
.icon-list .btn {
  color: #00708b !important;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  text-transform: uppercase;
  margin-top: 24px;
}
@media (min-width: 490px) {
  .icon-list .btn {
    border: 2px solid #00708b;
    border-radius: 4px;
    padding: 8px 10px;
  }
}
.icon-list .btn {
  transition-property: color;
}
@media (min-width: 490px) {
  .icon-list .btn:hover {
    background-color: #00708b;
    color: #fff !important;
  }
}
.em-image-pagination {
  display: flex;
  flex-flow: row nowrap;
  max-height: 7.5rem;
  overflow: hidden;
  position: relative;
  transition-property: max-height;
}
@media (min-width: 640px) {
  .em-image-pagination {
    max-height: 24.25rem;
  }
}
@media (min-width: 850px) {
  .em-image-pagination {
    max-height: 20.25rem;
  }
}
@media (min-width: 1120px) {
  .em-image-pagination {
    max-height: 18.75rem;
  }
}
.em-image-pagination[data-count="1"] .em-image-pagination__image {
  opacity: 0.6;
  width: 100%;
}
.em-image-pagination[data-count="1"] .em-image-pagination__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
  position: relative;
}
@media (min-width: 850px) {
  .em-image-pagination[data-count="1"] .em-image-pagination__container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 73.125rem;
  }
}
@media (max-width: 639px) {
  .em-image-pagination[data-count="1"] .em-image-pagination__container {
    margin: initial !important;
  }
}
.em-image-pagination[data-count="1"] .em-image-pagination__previous,
.em-image-pagination[data-count="1"] .em-image-pagination__next {
  width: 100%;
}
.em-image-pagination[data-count="2"] .em-image-pagination__previous,
.em-image-pagination[data-count="2"] .em-image-pagination__next {
  width: 50%;
}
.em-image-pagination[data-count="2"] .em-image-pagination__image {
  opacity: 0.8;
  width: 100%;
}
.em-image-pagination[data-count="2"] > * .em-image-pagination__wrapper {
  display: flex;
}
.em-image-pagination[data-count="2"] > * .em-image-pagination__container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  transition-property: padding;
}
.em-image-pagination[data-count="2"]
  > *:nth-child(2)
  .em-image-pagination__container {
  padding-left: 2.5rem !important;
}
@media (min-width: 1176px) {
  .em-image-pagination[data-count="2"] > * .em-image-pagination__container {
    width: 36.5625rem;
  }
  .em-image-pagination[data-count="2"]
    > *:nth-child(1)
    .em-image-pagination__wrapper {
    justify-content: flex-end;
  }
  .em-image-pagination[data-count="2"]
    > *:nth-child(1)
    .em-image-pagination__container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-right: 0 !important;
  }
  .em-image-pagination[data-count="2"]
    > *:nth-child(2)
    .em-image-pagination__wrapper {
    justify-content: flex-start;
  }
  .em-image-pagination[data-count="2"]
    > *:nth-child(2)
    .em-image-pagination__container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 4.375rem !important;
  }
}
.em-image-pagination > *:before {
  content: " ";
  background-color: #000;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  transition-property: opacity;
  width: 100%;
  z-index: 1;
}
.em-image-pagination > *:hover:before {
  opacity: 0.32;
}
.em-image-pagination__previous,
.em-image-pagination__next {
  display: flex;
  position: relative;
  text-decoration: none;
}
.em-image-pagination picture {
  max-height: 31.25rem;
}
@media (min-width: 1120px) {
  .em-image-pagination picture {
    max-height: 18.75rem;
  }
}
.em-image-pagination__image {
  height: 100%;
  position: absolute;
}
.em-image-pagination__image img {
  position: relative;
}
.em-image-pagination__wrapper {
  display: flex;
  height: 100%;
  padding-bottom: 1.25rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1120px) {
  .em-image-pagination__wrapper {
    padding-bottom: 2.5rem;
  }
}
.em-image-pagination__container {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  padding-top: 1.25rem;
  position: relative;
  transition-property: padding;
  z-index: 2;
}
@media (min-width: 640px) {
  .em-image-pagination__container {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1120px) {
  .em-image-pagination__container {
    padding-top: 3.75rem;
  }
}
.em-image-pagination__container > * {
  color: #fff;
  text-align: left;
  width: 80%;
}
.em-image-pagination__direction {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1.625rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.em-image-pagination__direction:after {
  content: " ";
  background-color: #fff;
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 2.1875rem;
  width: 2.5rem;
}
.em-image-pagination__title {
  display: none;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .em-image-pagination__title {
    display: block;
  }
}
.em-image-pagination__meta {
  display: none;
  font-size: 0.75rem;
}
@media (min-width: 640px) {
  .em-image-pagination__meta {
    display: block;
  }
}
.masthead {
  color: #fff;
  min-height: 15.625rem;
  overflow: hidden;
  padding-top: 3.125rem;
  position: relative;
  z-index: 9;
}
@media (min-width: 850px) {
  .masthead {
    min-height: 33.125rem;
    padding-top: 0;
    margin-bottom: -23.0946882217px;
  }
}
@media (min-width: 850px) {
  .masthead[data-page-type="blog-single"] .masthead__content {
    width: 71% !important;
  }
}
.masthead[data-page-type="blog-single"] .masthead__title {
  font-size: 1.875rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .masthead[data-page-type="blog-single"] .masthead__title {
    font-size: calc(1.875rem + 16 * (100vw - 40rem) / 480);
  }
}
@media (min-width: 1120px) {
  .masthead[data-page-type="blog-single"] .masthead__title {
    font-size: 2.875rem;
  }
}
@media (max-width: 639px) {
  .masthead[data-page-type="blog-single"] .masthead__title {
    margin: 1rem 0 !important;
  }
}
.masthead__media {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjYwIDYwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAsMHY1NTBoNzY3LjhjMjQ0LjUsMCw0MzQuMywyNi42LDQ5Mi4yLDQzLjNWMEgweiIvPjxwYXRoIGZpbGw9IiNmZmYiIG9wYWNpdHk9Ii41IiBkPSJNMCw1NTB2Ni43aDc2Ny44YzI0NC41LDAsNDM0LjMsMjYuNiw0OTIuMiw0My4zdi02LjdjLTU3LjktMTYuNy0yNDcuNy00My4zLTQ5Mi4yLTQzLjNIMHoiLz48L3N2Zz4=");
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjYwIDYwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAsMHY1NTBoNzY3LjhjMjQ0LjUsMCw0MzQuMywyNi42LDQ5Mi4yLDQzLjNWMEgweiIvPjxwYXRoIGZpbGw9IiNmZmYiIG9wYWNpdHk9Ii41IiBkPSJNMCw1NTB2Ni43aDc2Ny44YzI0NC41LDAsNDM0LjMsMjYuNiw0OTIuMiw0My4zdi02LjdjLTU3LjktMTYuNy0yNDcuNy00My4zLTQ5Mi4yLTQzLjNIMHoiLz48L3N2Zz4=");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right bottom;
  mask-position: right bottom;
  -webkit-mask-size: 2525px;
  mask-size: 2525px;
}
@media (max-width: 849px) {
  .masthead__media {
    -webkit-mask-size: 1767.5px;
    mask-size: 1767.5px;
  }
}
@media (max-width: 639px) {
  .masthead__media {
    -webkit-mask-position: 87% bottom;
    mask-position: 87% bottom;
    margin-bottom: -10px;
  }
}
.masthead__media > picture {
  opacity: 1;
  -webkit-mask-image: linear-gradient(to left, black 75%, transparent 100%);
  mask-image: linear-gradient(to left, black 75%, transparent 100%);
  overflow: hidden;
}
@media (max-width: 849px) {
  .masthead__media > picture {
    opacity: 0.3 !important;
  }
}
.masthead__media:after {
  content: " ";
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  transition-property: opacity, visibility;
  visibility: visible;
}
@media (min-width: 850px) {
  .masthead__media:after {
    opacity: 0;
    visibility: hidden;
  }
}
.masthead__content-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 5;
}
@media (min-width: 850px) {
  .masthead__content-wrapper:after {
    content: "";
    position: absolute;
    top: -1px;
    width: 100vw;
    left: 0;
    height: 1px;
    box-shadow: 0 2.5rem 5.625rem 4.0625rem rgba(0, 0, 0, 0.6);
  }
}
.masthead__content-container,
.masthead__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.masthead__content-container {
  position: relative;
}
@media (min-width: 850px) {
  .masthead__content-container {
    padding-top: 5.625rem;
  }
}
.masthead__content {
  min-height: 13.75rem;
  text-align: center;
  width: 100%;
  z-index: 2;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.5);
}
@media (min-width: 640px) {
  .masthead__content {
    min-height: 18.75rem;
  }
}
@media (min-width: 850px) {
  .masthead__content {
    width: 65%;
  }
}
@media (min-width: 1120px) {
  .masthead__content {
    width: 60%;
  }
}
.masthead__title {
  font-size: 2.5rem;
  color: #fff !important;
  font-weight: normal;
  margin: 0.5rem 0 !important;
  text-align: left;
  z-index: 1;
  line-height: 1.05;
}
@media (min-width: 640px) {
  .masthead__title {
    font-size: calc(2.5rem + 15 * (100vw - 40rem) / 480);
  }
}
@media (min-width: 1120px) {
  .masthead__title {
    font-size: 3.4375rem;
  }
}
@media (min-width: 850px) {
  .masthead__title {
    margin: 3rem 0 0.8rem !important;
  }
}
.masthead__title.long-title {
  font-size: 2.125rem;
}
@media (min-width: 640px) {
  .masthead__title.long-title {
    font-size: calc(2.125rem + 11 * (100vw - 40rem) / 480);
  }
}
@media (min-width: 1120px) {
  .masthead__title.long-title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 850px) {
  .masthead__title.long-title {
    margin: 3rem 0 3rem !important;
  }
}
.masthead__description {
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: left;
  font-style: italic;
}
@media (min-width: 850px) {
  .masthead__description {
    font-size: 1.5rem;
  }
}
.masthead__cta {
  margin-top: 0.9rem;
}
@media (min-width: 640px) {
  .masthead__cta {
    text-align: left;
    margin-top: 1.3rem;
  }
}
.masthead__buttons {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
  margin-top: 0.46875rem;
}
.masthead__button-label {
  text-transform: uppercase;
  color: #212121;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
}
.masthead__button-item {
  margin-left: 0.46875rem;
}
.masthead__overlay,
.masthead__media > picture {
  height: 100%;
  position: absolute;
  top: 0;
  width: 64rem;
  z-index: 1;
  right: -10%;
}
@media (max-width: 1119px) {
  .masthead__overlay,
  .masthead__media > picture {
    right: 0;
    transform: translateX(20%);
  }
}
@media (max-width: 639px) {
  .masthead__overlay,
  .masthead__media > picture {
    width: 40rem;
  }
}
.masthead__overlay img,
.masthead__media > picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.masthead__overlay {
  display: none !important;
  transform: none !important;
}
@media (min-width: 850px) {
  .masthead__overlay {
    display: block !important;
    width: calc(min(46vw, 456px) + max(0px, 54vw - 585px));
    right: 0;
    height: calc(100% - 5.625rem - 50px);
    margin-top: 6.875rem;
    opacity: 1;
    z-index: 5;
    position: absolute;
  }
  .masthead__overlay > [class^="overlay-align"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .masthead__overlay > [class^="overlay-align"][class*="right"] {
    justify-content: flex-end;
  }
  .masthead__overlay > [class^="overlay-align"][class*="right"] > img {
    -o-object-position: right !important;
    object-position: right !important;
  }
  .masthead__overlay > [class^="overlay-align"][class*="bottom"] {
    align-items: flex-end;
  }
  .masthead__overlay > [class^="overlay-align"][class*="bottom"] > img {
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }
  .masthead__overlay
    > [class^="overlay-align"][class*="right"][class*="bottom"]
    > img {
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }
  .masthead__overlay > [class^="overlay-align"] > * {
    height: auto;
    max-height: 100%;
  }
  .masthead__overlay img {
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
  }
}
.masthead--image {
  padding-bottom: 50px;
}
@media (min-width: 640px) {
  .masthead--image {
    padding-bottom: 70px;
  }
}
.masthead__meta {
  margin-top: clamp(-4.375rem, -6vw, -1.25rem);
  position: relative;
  z-index: 10;
}
.masthead__meta + * {
  position: relative;
  z-index: 10;
}
@media (min-width: 850px) {
  .masthead__meta {
    margin-top: -4.375rem;
  }
}
.masthead .meta {
  text-align: left;
}
.masthead .meta li {
  display: inline;
}
.masthead.no-swoosh {
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media (min-width: 850px) {
  .masthead.no-swoosh {
    min-height: 26.25rem;
    padding-top: 0;
  }
}
.masthead.no-swoosh > .masthead__media {
  -webkit-mask: none;
  mask: none;
}
.masthead.no-swoosh > .masthead__media::before {
  content: "";
  background-color: #fff;
  height: 14px;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.masthead.no-swoosh + .masthead__meta {
  margin-top: 0;
}
.content-nudge .masthead {
  margin-bottom: -80px;
  z-index: 0;
}
.content-nudge .masthead.no-swoosh {
  margin-bottom: -90px;
}
@media (min-width: 640px) {
  .content-nudge .masthead {
    margin-bottom: -155px;
  }
  .content-nudge .masthead__button-label {
    color: #ebf0f2;
  }
}
@media (min-width: 850px) {
  .content-nudge .masthead {
    margin-bottom: -190px;
  }
}
.content-nudge .breadcrumbs,
.content-nudge .breadcrumbs a {
  color: #a6ce39;
}
.masthead[data-overlay="yes"] + .block,
.masthead[data-overlay="yes"] + .em-rich-text,
.masthead[data-overlay="yes"] + [class*="wp-block"] {
  transition-property: margin;
}
@media (min-width: 850px) {
  .masthead[data-overlay="yes"] + .block,
  .masthead[data-overlay="yes"] + .em-rich-text,
  .masthead[data-overlay="yes"] + [class*="wp-block"] {
    margin-top: 9.375rem !important;
  }
}
@media (min-width: 1580px) {
  .masthead[data-overlay="yes"] + .block,
  .masthead[data-overlay="yes"] + .em-rich-text,
  .masthead[data-overlay="yes"] + [class*="wp-block"] {
    margin-top: 0 !important;
  }
}
@media (max-width: 849px) {
  .masthead + [class*="wp-block"] .em-rich-text > h2 {
    margin-top: 0 !important;
  }
}
@media (min-width: 850px) {
  .masthead + [class*="wp-block"] {
    margin-top: 7.75rem !important;
  }
}
.masthead__meta + .banner-cta,
.masthead__meta + .is-style-banner-cta {
  margin-top: -130px !important;
  padding: calc(2rem + 130px) 0 2rem;
  z-index: 8;
}
.media-object__label {
  color: #739d00;
  margin: 0.75rem 0 0;
  text-transform: uppercase;
}
.media-object__categories > a:not(:last-of-type) {
  margin-right: 0.3125rem;
}
.media-object__headline {
  margin: 0.5rem 0 0.125rem;
}
.media-object__headline > a {
  text-decoration: none;
}
.media-object__headline > a:not(.external-link)::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 80%;
  padding-left: 0.375rem;
  transform: translateX(90%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  text-decoration: none !important;
}
.media-object__headline > a:not(.external-link):hover::after {
  opacity: 1;
  text-decoration: none !important;
  transform: translateX(0);
}
.media-object__headline + .btn-text {
  display: inline-block;
  margin-top: 1rem;
}
.media-object__headline .external-link:after {
  font-size: 80%;
  opacity: 0.6;
}
.media-object__excerpt {
  margin: 1rem 0 0;
}
.media-object__media {
  margin-bottom: 0.9375rem;
  max-width: 9.375rem;
}
@media (min-width: 640px) {
  .media-object__media {
    float: right;
    margin-left: 1.875rem;
    max-width: 12.5rem;
  }
}
.media-object__author {
  border-top: 0.0625rem solid #ebf0f2;
  padding-top: 2.125rem;
  width: 100%;
}
.media-object__share {
  margin-top: 1.75rem;
}
.media-object__pagination {
  margin-top: 6.25rem;
}
.media-object__container {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 640px) {
  .media-object__container {
    flex-flow: row nowrap;
  }
}
.media-object__container > *:first-child {
  width: 100%;
}
@media (min-width: 640px) {
  .media-object__container > *:first-child {
    width: 70%;
    margin-right: 1.875rem;
  }
}
.meta {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0;
  color: #767676;
}
.meta li,
.meta li li:first-child {
  padding-top: 0;
}
.meta li {
  display: inline-block;
  padding-left: 0;
  position: relative;
}
.meta li:before {
  content: "|";
  color: #c2c3c2;
  display: inline-block;
  position: absolute;
  left: -0.875rem;
}
.meta li:first-child:before {
  content: none;
}
.meta li + li {
  margin-left: 1.6875em;
}
.meta--large {
  font-size: 1.5rem;
}
.meta--large li {
  color: #00708b;
}
.meta--large li::before {
  left: -1.625rem;
}
.navicon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: block;
  position: relative;
  transform: translate3d(0, 0, 0);
  padding: 0.3125rem !important;
  min-height: 2.75rem;
  min-width: 2.75rem;
  transition-property: background, width, top, right;
}
.navicon:focus {
  outline: none;
}
.navicon:focus .navicon__trigger {
  background: #a6ce39;
}
.navicon:focus .navicon__trigger:before,
.navicon:focus .navicon__trigger:after {
  background: #a6ce39;
}
.navicon:focus .navicon__trigger--open {
  background: none;
}
.navicon__trigger {
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: calc(100% - 10px);
  transition-property: background;
}
.navicon__trigger,
.navicon__trigger:before,
.navicon__trigger:after {
  border-radius: 0.125rem;
  height: 0.125rem;
}
.navicon__trigger:before,
.navicon__trigger:after {
  background: inherit;
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
}
.navicon__trigger:before {
  top: -0.625rem;
  transition-property: top, transform;
}
.navicon__trigger:after {
  top: auto;
  bottom: -0.625rem;
  transition-property: bottom, transform;
}
.navicon__trigger--open {
  background: none;
  width: 1.875rem;
}
.navicon__trigger--open:before {
  top: -2px;
  transform: rotate(45deg);
}
.navicon__trigger--open:after {
  bottom: 2px;
  transform: rotate(-45deg);
}
.navicon__trigger--open:after,
.navicon__trigger--open:before {
  background: #a6ce39;
  right: -4px;
}
.page-header {
  margin-bottom: 1.875rem;
  background-color: #00455f;
  max-width: initial !important;
  min-height: 21.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 850px) {
  .page-header {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 850px) {
  .page-header {
    min-height: 25rem;
  }
}
.page-header__overlay {
  height: 100%;
  margin-top: 29%;
  position: absolute;
  opacity: 0.1;
  transition-property: margin;
  width: 100%;
  z-index: 1;
}
.page-header__overlay img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  transform: scale(3.5);
}
@media (min-width: 640px) {
  .page-header__overlay img {
    bottom: 25%;
    transform: scale(2);
  }
}
@media (min-width: 850px) {
  .page-header__overlay img {
    bottom: 13%;
    transform: scale(1);
  }
}
.page-header__inner {
  align-items: flex-end;
  display: flex;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 73.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: absolute;
  right: 0;
}
.page-header__title {
  color: #fff;
  font-weight: normal;
  margin-bottom: 1.25rem !important;
}
@media (min-width: 850px) {
  .page-header__title {
    margin-bottom: 3rem !important;
  }
}
.pagination {
  display: flex;
  margin: 1.875rem -1rem;
  position: relative;
  justify-content: center;
  color: #767676;
}
.pagination .dashicons {
  line-height: 1.4;
}
@media (max-width: 639px) {
  .pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.875rem -0.5rem;
  }
  .pagination .page-numbers {
    margin: 0 0.5rem;
  }
  .pagination .prev,
  .pagination .next {
    font-size: 0;
  }
  .pagination .prev {
    margin-right: 0.9375rem;
  }
  .pagination .next {
    margin-left: 0.9375rem;
  }
  .pagination .dashicons {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.page-numbers {
  font-size: 1rem;
  margin: 0 0.625rem;
}
.play-btn {
  background: none;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-decoration: none;
  transition-property: background-color;
}
.play-btn::before,
.play-btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
}
.play-btn::before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 20%;
  padding-bottom: 20%;
  transition-property: width, padding-bottom;
}
.play-btn::after {
  border-top: 1.25rem solid rgba(0, 0, 0, 0);
  border-bottom: 1.25rem solid rgba(0, 0, 0, 0);
  border-left: 1.6875rem solid #fff;
  left: calc(50% + 0.3125rem);
}
@media (min-width: 1120px) {
  .play-btn::after {
    border-width: 2.1875rem 0 2.1875rem 2.8125rem;
  }
}
.play-btn img {
  transition-property: filter, opacity;
}
.play-btn:hover img {
  filter: grayscale(100);
  opacity: 0.4;
}
.play-btn:hover::before {
  width: 24%;
  padding-bottom: 24%;
}
.site-content > *:not(.aligndefault):not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 73.125rem;
}
.site-content > *:last-child {
  margin-bottom: 1.875rem;
}
@media (min-width: 640px) {
  .site-content > *:last-child {
    margin-bottom: 3.75rem;
  }
}
.site-content > p:not(.aligndefault):not(.alignfull),
.site-content > h1:not(.aligndefault):not(.alignfull),
.site-content > .h1:not(.aligndefault):not(.alignfull),
.site-content > h2:not(.aligndefault):not(.alignfull),
.site-content > .h2:not(.aligndefault):not(.alignfull),
.site-content > h3:not(.aligndefault):not(.alignfull),
.site-content > .h3:not(.aligndefault):not(.alignfull),
.site-content > h4:not(.aligndefault):not(.alignfull),
.site-content > .h4:not(.aligndefault):not(.alignfull),
.site-content > h5:not(.aligndefault):not(.alignfull),
.site-content > .h5:not(.aligndefault):not(.alignfull),
.site-content > h6:not(.aligndefault):not(.alignfull),
.site-content > .h6:not(.aligndefault):not(.alignfull),
.site-content > ul:not(.aligndefault):not(.alignfull) {
  transition-property: padding;
}
@media (min-width: 850px) {
  .site-content > p:not(.aligndefault):not(.alignfull),
  .site-content > h1:not(.aligndefault):not(.alignfull),
  .site-content > .h1:not(.aligndefault):not(.alignfull),
  .site-content > h2:not(.aligndefault):not(.alignfull),
  .site-content > .h2:not(.aligndefault):not(.alignfull),
  .site-content > h3:not(.aligndefault):not(.alignfull),
  .site-content > .h3:not(.aligndefault):not(.alignfull),
  .site-content > h4:not(.aligndefault):not(.alignfull),
  .site-content > .h4:not(.aligndefault):not(.alignfull),
  .site-content > h5:not(.aligndefault):not(.alignfull),
  .site-content > .h5:not(.aligndefault):not(.alignfull),
  .site-content > h6:not(.aligndefault):not(.alignfull),
  .site-content > .h6:not(.aligndefault):not(.alignfull),
  .site-content > ul:not(.aligndefault):not(.alignfull) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-right: 18.5rem !important;
  }
}
@media (min-width: 850px) {
  .site-content > .tight-top:first-child {
    margin-top: 5rem !important;
  }
}
.site-content > p.has-medium-font-size {
  line-height: 1.3;
}
.single-event .site-content > p,
.single-event .site-content > h1,
.single-event .site-content > .h1,
.single-event .site-content > h2,
.single-event .site-content > .h2,
.single-event .site-content > h3,
.single-event .site-content > .h3,
.single-event .site-content > h4,
.single-event .site-content > .h4,
.single-event .site-content > h5,
.single-event .site-content > .h5,
.single-event .site-content > h6,
.single-event .site-content > .h6 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 53.125rem;
}
.site::before {
  content: " ";
  background: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition-property: opacity, z-index;
}
@media (min-width: 490px) {
  .html--menu-open .site::before {
    opacity: 0.6;
    z-index: 999;
  }
}
.social-navigation li {
  display: inline-block;
  list-style: none;
}
.social-navigation a {
  display: inline-block;
}
.social-navigation .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.social-navigation .icon {
  display: inline-block;
  fill: currentColor;
  height: 20px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.social-media-menu {
  margin-bottom: 0;
}
html,
body {
  height: 100%;
}
.site {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.ie .site {
  height: 100%;
}
.main {
  flex: 1 0 auto;
}
.site-header,
.site-footer {
  flex: none;
}
@keyframes displayTable {
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.em-table {
  opacity: 0;
  position: relative;
  visibility: hidden;
}
.em-table--layout-auto table {
  table-layout: initial !important;
}
.em-table.loaded {
  animation: displayTable;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}
.em-table__main-wrapper {
  box-shadow: -0.0625rem 0.0625rem 1.0625rem 0.1875rem rgba(0, 0, 0, 0.14);
}
.em-table .drag-to-scroll [style*="overflow: scroll"] {
  cursor: grab;
}
.em-table .drag-to-scroll [style*="overflow: scroll"].active {
  cursor: grabbing;
}
.em-table .header-fade,
.em-table .table-fade {
  height: 0;
  opacity: 0.95;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.6875rem;
  z-index: 6;
}
.em-table .header-fade {
  background: linear-gradient(
    to right,
    rgba(234, 234, 235, 0) 0%,
    #00455f 100%
  );
}
.em-table .table-fade {
  background: linear-gradient(to right, rgba(234, 234, 235, 0) 0%, #fff 100%);
}
.em-table table {
  margin-bottom: 0;
  table-layout: fixed;
  overflow: hidden;
}
.em-table [data-color-theme="green"].em-table__title--item {
  background-color: #739d00;
  color: #fff;
}
.em-table [data-color-theme="green"].em-table__heading--item {
  background-color: #a6ce39;
  color: #fff;
}
.em-table [data-color-theme="green"].em-table__sub-heading--item {
  background-color: #c1dd74;
  color: #fff;
}
.em-table [data-color-theme="blue"].em-table__title--item {
  background-color: #00455f;
  color: #fff;
}
.em-table [data-color-theme="blue"].em-table__heading--item {
  background-color: #00708b;
  color: #fff !important;
}
.em-table [data-color-theme="blue"].em-table__sub-heading--item {
  background-color: #4c9dbb;
  color: #fff !important;
}
.em-table__title {
  background-color: #00455f;
  display: flex;
  flex-flow: row nowrap;
}
.em-table__title > * {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 1.3125rem 1.125rem;
  position: sticky;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.em-table__title[data-title-count="1"] .em-table__title--item {
  width: 100%;
}
.em-table__inner {
  position: relative;
  overflow: hidden;
}
.em-table__heading,
.em-table__sub-heading {
  font-weight: bold;
}
.em-table__heading > *,
.em-table__sub-heading > * {
  border: none;
  padding: 1.3125rem 1.125rem;
  position: sticky;
}
.em-table__heading > * p,
.em-table__sub-heading > * p {
  font-size: 1rem;
  line-height: 1.3;
  margin-left: 0;
  margin-right: 0;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.em-table__heading > *:not(:last-child):after,
.em-table__sub-heading > *:not(:last-child):after {
  content: " ";
  background-color: #fff;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.0625rem;
}
.em-table__heading > *[data-fields-have-secondary-field="true"]:after,
.em-table__sub-heading > *[data-fields-have-secondary-field="true"]:after {
  display: none;
}
.em-table__sub-heading > *[data-fields-have-secondary-field="true"] p {
  text-align: left;
}
.em-table__body--row {
  background-color: #fff;
  border-bottom: 0.0625rem solid #f5f6f6;
  width: 100%;
}
.em-table__body--row:first-child {
  border-top: 0.0625rem solid #f5f6f6;
}
.em-table__body--item {
  padding: 0.625rem;
  position: sticky;
}
.em-table__body--item[data-field-count="2"] p {
  text-align: left;
}
.em-table__body--item,
.em-table__body--item p {
  font-size: 0.9375rem;
  line-height: 1.3;
  margin: 0;
}
.em-table__body--item ul {
  list-style: none;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding: 0;
  font-size: 0.9375rem;
}
.em-table__body--item ul.consecutive {
  counter-reset: auto;
}
.em-table__body--item ul:first-child {
  margin-top: 0;
}
.em-table__body--item ul:last-child {
  margin-bottom: 0;
}
.editor-styles .em-table__body--item ul {
  overflow: hidden;
}
.em-table__body--item ul li,
.em-table__body--item ul li li:first-child {
  margin-top: 0.5rem;
}
.em-table__body--item ul li:first-child {
  padding-top: 0;
}
.em-table__body--item ul li {
  font-size: 1rem;
  padding-left: 1.3125rem;
  position: relative;
}
@media (min-width: 640px) {
  .em-table__body--item ul li {
    font-size: 1.125rem;
  }
}
.em-table__body--item ul li:before {
  content: "•";
  color: #a6ce39;
  display: inline-block;
  font-size: 1.75rem;
  position: absolute;
  left: 0.125rem;
  top: -0.6875rem;
  text-shadow: 0 0 1px #00708b;
  width: 1.75rem;
}
.em-table__body--item ul ul,
.em-table__body--item ul ol {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.em-table__body--item ul > li {
  font-size: 0.9375rem;
}
.em-table__body--item ul > li:before {
  top: -0.7rem;
  left: 0.2rem;
}
.em-table__disclaimer {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.2;
  margin-top: 1.1875rem;
  margin-bottom: 1.25rem;
  padding-left: 0.75rem;
}
.em-accordion-publications {
  position: relative;
  overflow: hidden;
  background-color: #00455f;
  padding: 5rem 0;
}
.em-accordion-publications.em-mb--none {
  padding-bottom: 0 !important;
}
.em-accordion-publications.em-mt--none {
  padding-top: 0 !important;
}
.em-accordion-publications:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(
    circle,
    rgba(71, 152, 179, 0.9023810208) 4%,
    transparent 48%
  );
  z-index: 0;
}
.em-accordion-publications__background-image {
  display: none;
  position: absolute;
  height: 100%;
  top: 7.125rem;
  width: 100%;
  z-index: 0;
}
@media (min-width: 640px) {
  .em-accordion-publications__background-image {
    display: block;
  }
}
.em-accordion-publications__background-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  width: 100%;
}
.em-accordion-publications__inner {
  position: relative;
  z-index: 1;
}
.em-accordion-publications__content {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 850px) {
  .em-accordion-publications__content {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.em-accordion-publications__content p {
  font-size: 1rem;
}
.em-accordion-publications__title h2 {
  color: #fff;
}
.em-accordion-publications__view-all {
  margin-top: 1rem;
}
@media (min-width: 850px) {
  .em-accordion-publications__view-all {
    margin-top: 1rem;
  }
}
.em-accordion-publications__view-all:hover {
  outline: 0;
}
.em-accordion-publications__view-all:focus {
  outline: 0;
}
.em-accordion-publications__accordion-container {
  margin-top: 1.875rem;
}
@media (min-width: 850px) {
  .em-accordion-publications__accordion-container {
    margin-top: 0;
    width: 66.66%;
  }
}
.em-accordion-publications__accordion-item {
  background-color: #fff;
  padding: 1.4375rem 1.25rem 1.1875rem;
  position: relative;
  transition-property: padding;
}
@media (min-width: 850px) {
  .em-accordion-publications__accordion-item {
    padding: 1.4375rem 1.25rem 1.1875rem;
  }
}
.em-accordion-publications__accordion-item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.em-accordion-publications__accordion-item--button {
  height: 1.125rem;
  position: absolute;
  right: 3%;
  width: 1.125rem;
}
.em-accordion-publications__accordion-item--button:after,
.em-accordion-publications__accordion-item--button:before {
  content: " ";
  background-color: #991e66;
  display: block;
  position: relative;
  transition-property: background-color, opacity, visibility;
}
.em-accordion-publications__accordion-item--button:after {
  height: 0.125rem;
  top: -0.625rem;
  width: 1.125rem;
}
.em-accordion-publications__accordion-item--button:before {
  height: 1.125rem;
  left: 0.5rem;
  width: 0.125rem;
}
.em-accordion-publications__accordion-item--button:hover:after,
.em-accordion-publications__accordion-item--button:hover:before {
  background-color: #4c9dbb !important;
}
.em-accordion-publications__accordion-item--container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.em-accordion-publications__accordion-item[data-open="true"]
  .em-accordion-publications__accordion-item--button:after {
  background-color: #767676;
}
.em-accordion-publications__accordion-item[data-open="true"]
  .em-accordion-publications__accordion-item--button:before {
  visibility: hidden;
  opacity: 0;
}
.em-accordion-publications__accordion-item--title-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  width: 100%;
}
.em-accordion-publications__accordion-item--title {
  color: #00708b;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  width: 75%;
}
.em-accordion-publications__accordion-item--content {
  margin: 0.875rem 0;
}
.em-accordion-publications__accordion-item--content p {
  line-height: 1.5;
}
@media (min-width: 850px) {
  .em-accordion-publications__accordion-item--content {
    width: 87%;
  }
}
.em-accordion-publications__accordion-item--link {
  line-height: 1;
}
.em-accordion-publications__accordion-item--link a {
  color: #991e66;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition-property: color;
}
.em-accordion-publications__accordion-item--link a:after {
  opacity: 0.3;
  transition: opacity 0.25s ease;
}
.em-accordion-publications__accordion-item--link a:hover:after {
  opacity: 1;
}
.em-accordion-publications__accordion-item--link a:focus {
  outline: 0;
}
.em-applications {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
@media (min-width: 850px) {
  .em-applications {
    padding-bottom: 10rem;
  }
}
.em-applications .top {
  padding-top: 8.3125rem;
}
@media (min-width: 850px) {
  .em-applications .top {
    padding-top: 14.0625rem;
    padding-bottom: 8.3125rem;
    position: relative;
  }
}
.em-applications__background-image {
  max-height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  transition-property: max-height, position, overflow, top, bottom, left, right;
  overflow: visible;
  z-index: -1;
}
.em-applications__background-image > img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.em-applications__background-image > img:first-child {
  display: none;
}
.em-applications__background-image > img:last-child {
  display: block;
}
.em-applications__background-image:before {
  content: " ";
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition-property: opacity;
  bottom: 0;
  opacity: 0.75;
}
.em-applications__background-image:after {
  content: " ";
  background-color: #00455f;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition-property: opacity;
  bottom: 0;
  opacity: 0.35;
  z-index: 1;
}
@media (min-width: 640px) {
  .em-applications__background-image:before {
    opacity: 0.45;
  }
  .em-applications__background-image:after {
    opacity: 0.25;
  }
  .em-applications__background-image > img:last-child {
    display: none;
  }
  .em-applications__background-image > img:first-child {
    display: block;
  }
}
.em-applications__heading {
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.em-applications__tag-line {
  display: inline-block;
  color: #a6ce39;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.03125rem;
  margin: 0 auto 3.1875rem;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  transition-property: font-size;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
@media (min-width: 640px) {
  .em-applications__tag-line {
    font-size: 1.125rem;
  }
}
.em-applications__tag-line:after {
  content: "";
  background-color: #a6ce39;
  height: 3px;
  left: 0;
  margin: 3.375rem auto 0;
  position: absolute;
  right: 0;
  width: 4.75rem;
}
@media (max-width: 849px) {
  .em-applications__tag-line:after {
    margin: 2.75rem auto 0;
  }
}
.em-applications__title {
  color: #fff;
  font-size: 1.8125rem;
  font-weight: 600;
  letter-spacing: -0.02375rem;
  line-height: 1.4;
  margin: 0 0 1.25rem;
  text-align: center;
  text-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.5);
  transition-property: font-size;
}
@media (min-width: 640px) {
  .em-applications__title {
    font-size: 3rem;
    letter-spacing: -0.039375rem;
  }
}
.em-applications__description p {
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  transition-property: font-size;
}
@media (min-width: 640px) {
  .em-applications__description p {
    font-size: 1rem;
  }
}
.em-applications__links {
  margin-top: -3.9375rem;
  z-index: 2;
}
@media (max-width: 849px) {
  .em-applications__links {
    margin-top: 3.125rem;
  }
}
.em-applications__links .em-col > * {
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.45);
  color: #00708b;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
  transition-property: background-color, box-shadow, color, font-size;
  min-height: 7.8125rem;
}
@media (min-width: 640px) {
  .em-applications__links .em-col > * {
    font-size: 1.25rem;
    min-height: 10.375rem;
    padding: 2.5rem 1.1875rem 1.1875rem;
  }
}
.em-applications__links .em-col > *:hover {
  color: #fff;
  background-color: #a6ce39;
  box-shadow: 0 0.8125rem 2.875rem 0 rgba(0, 0, 0, 0.39);
}
.em-applications__links .em-col > *:focus {
  outline: 0;
}
.board-people {
  position: relative;
  overflow: hidden;
}
.board-people__heading {
  font-weight: normal;
}
.board-people__accordion-item {
  position: relative;
}
.board-people__accordion-item--button {
  height: 1.125rem;
  position: absolute;
  right: 0;
  width: 1rem;
}
.board-people__accordion-item--button:before {
  display: block;
}
.board-people__accordion-item--title-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}
.board-people__accordion-item--title {
  padding-right: 1rem;
  width: calc(100% - 44px);
}
.board-people__accordion-item--title em {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.board-people__accordion-item--content-container {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.board-people__accordion-item--content {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}
.em-careers {
  position: relative;
  overflow: hidden;
}
.em-careers__inner {
  height: 100%;
  position: relative;
}
@media (min-width: 850px) {
  .em-careers__inner {
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.em-careers__container {
  padding-top: 4.3125rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.em-careers__content-top {
  position: relative;
  transition-property: width;
  width: 100%;
}
@media (min-width: 850px) {
  .em-careers__content-top {
    padding-left: 8.125rem;
    width: 80%;
  }
}
@media (min-width: 1380px) {
  .em-careers__content-top {
    width: 70%;
  }
}
.em-careers__tag-line {
  position: relative;
  color: #739d00;
  font-size: 0.875rem;
  font-weight: bold;
  left: 0;
  letter-spacing: 0.03125rem;
  margin-bottom: 3.1875rem;
  margin-left: 0;
  text-transform: uppercase;
  text-align: left;
  top: 0;
  transition-property: font-size;
  width: 6.25rem;
}
@media (min-width: 640px) {
  .em-careers__tag-line {
    font-size: 1.125rem;
  }
}
.em-careers__tag-line:after {
  content: "";
  background-color: #a6ce39;
  height: 3px;
  left: 0;
  margin-top: 0.875rem;
  position: absolute;
  right: 0;
  width: 4.75rem;
}
.em-careers__title {
  margin-bottom: 5.5625rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 850px) {
  .em-careers__title {
    margin-bottom: 3.4375rem;
  }
}
.em-careers__title h2 > span {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  transition-property: font-size;
}
.em-careers__title--primary {
  color: #00708b;
  font-size: 1.8125rem;
}
@media (min-width: 850px) {
  .em-careers__title--primary {
    font-size: 2rem;
  }
}
.em-careers__title--secondary {
  font-size: 1.5rem;
}
.em-careers__content {
  z-index: 1;
}
.em-careers__content-item--container {
  width: 100%;
}
.em-careers__content-item--content {
  position: relative;
  transition-property: width;
  width: 100%;
}
@media (min-width: 850px) {
  .em-careers__content-item--content {
    padding-left: 8.125rem;
    width: 80%;
  }
}
@media (min-width: 1380px) {
  .em-careers__content-item--content {
    width: 60%;
  }
}
.em-careers__content-item--content article {
  margin-bottom: 2rem;
}
.em-careers__content-item--content article > p {
  font-size: 0.9375rem;
  line-height: 1.6;
  transition-property: font-size;
}
@media (min-width: 850px) {
  .em-careers__content-item--content article > p {
    font-size: 1.125rem;
  }
}
.em-careers__content-item--author {
  margin-bottom: 3.125rem;
}
.em-careers__content-item--author > * {
  line-height: 1.2;
  margin: 0;
}
.em-careers__content-item--author-container {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 640px) {
  .em-careers__content-item--author-container {
    flex-flow: row nowrap;
  }
}
.em-careers__content-item--author-name {
  color: #00708b;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.4375rem;
  text-transform: uppercase;
}
@media (min-width: 850px) {
  .em-careers__content-item--author-name {
    font-size: 1rem;
  }
}
.em-careers__content-item--author-title {
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
@media (min-width: 850px) {
  .em-careers__content-item--author-title {
    font-size: 1rem;
  }
}
.em-careers__content-item--links {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 850px) {
  .em-careers__content-item--links {
    flex-flow: row wrap;
    margin-top: 0.875rem;
  }
}
.em-careers__content-item--links-container {
  height: 3.75rem;
  margin-top: 0.875rem;
}
@media (min-width: 850px) {
  .em-careers__content-item--links-container {
    margin-top: 0;
  }
  .em-careers__content-item--links-container:not(:last-child) {
    margin-right: 1.5625rem;
  }
}
@media (min-width: 850px) {
  .em-careers__content-item--links-container > a:not(:last-child) {
    margin-right: 0.9375rem;
  }
}
.em-careers__content-item--links-container > a[data-type="video"]:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  color: #00708b;
  font-family: "Font Awesome 6 Free";
  margin-left: 0.3125rem;
  transition-property: color;
}
.em-careers__content-item--links-container > a[data-type="video"]:hover:after {
  color: #fff;
}
.em-careers__content-item--image-container {
  display: none;
}
.em-careers__images {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 850px) {
  .em-careers__images {
    margin-top: 0;
  }
}
.em-careers__images--container {
  height: 100%;
  transition-property: min-height;
}
@media (min-width: 850px) {
  .em-careers__images--container {
    min-height: 46.6875rem;
  }
}
.em-careers__images--item > picture:first-child {
  z-index: -1;
}
.em-careers__images--item > picture:last-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  bottom: 0;
  position: absolute;
  right: 0;
  height: 130%;
  width: auto;
}
@media (min-width: 850px) {
  .em-careers__images--item > picture:last-child img {
    position: absolute;
    height: 90%;
  }
}
.em-careers__secondary {
  display: none;
}
.em-careers__secondary img {
  border-radius: 50%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.em-careers .slick-arrow {
  left: 0;
  top: -4.1875rem;
}
@media (min-width: 850px) {
  .em-careers .slick-arrow {
    top: 0;
  }
  .em-careers .slick-arrow::before {
    transform: rotate(90deg);
  }
}
.em-careers .slick-next {
  left: 4.8125rem;
}
@media (min-width: 850px) {
  .em-careers .slick-next {
    left: 0;
    top: 4.6875rem;
  }
}
.em-careers__inner[data-layout="secondary"] {
  padding: 2.5rem 0;
  position: relative !important;
}
.em-careers__inner[data-layout="secondary"] .em-careers__container {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 850px) {
  .em-careers__inner[data-layout="secondary"] .em-careers__container {
    flex-flow: row nowrap;
  }
}
.em-careers__inner[data-layout="secondary"]
  .em-careers__container
  > *:nth-child(1) {
  width: 100%;
}
@media (min-width: 850px) {
  .em-careers__inner[data-layout="secondary"]
    .em-careers__container
    > *:nth-child(1) {
    width: 70%;
  }
  .em-careers__inner[data-layout="secondary"]
    .em-careers__container
    > *:nth-child(1)
    .slick-dots {
    justify-content: flex-end;
    margin-right: 20%;
  }
}
.em-careers__inner[data-layout="secondary"]
  .em-careers__container
  > *:nth-child(2) {
  width: 30%;
}
.em-careers__inner[data-layout="secondary"] .em-careers__content-top {
  width: 90%;
}
@media (max-width: 849px) {
  .em-careers__inner[data-layout="secondary"]
    .em-careers__content-item--content {
    display: flex;
    flex-flow: column-reverse nowrap;
  }
}
@media (max-width: 849px) and (min-width: 490px) {
  .em-careers__inner[data-layout="secondary"]
    .em-careers__content-item--content {
    flex-flow: row-reverse nowrap;
  }
}
@media (max-width: 849px) {
  .em-careers__inner[data-layout="secondary"]
    .em-careers__content-item--content
    > *:nth-child(2) {
    display: block;
    flex: 1 0 auto;
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
  }
  .em-careers__inner[data-layout="secondary"]
    .em-careers__content-item--content
    > *:nth-child(2)
    img {
    border-radius: 50%;
    height: 9.375rem;
    width: 9.375rem;
  }
}
@media (min-width: 850px) {
  .em-careers__inner[data-layout="secondary"]
    .em-careers__content-item--content {
    width: 90% !important;
  }
}
.em-careers__inner[data-layout="secondary"] .em-careers__secondary {
  padding-top: 3.75rem;
}
@media (min-width: 850px) {
  .em-careers__inner[data-layout="secondary"] .em-careers__secondary {
    display: block !important;
  }
}
.em-child-page-directory {
  margin-top: 3.75rem;
  margin: 3.75rem auto;
}
.em-child-page-directory.alignnone {
  max-width: 56.25rem !important;
}
.em-child-page-directory > .em-col {
  padding: 1.875rem 0;
  border-top: 2px solid #f5f6f6;
}
.em-child-page-directory > .em-col > a {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.25s ease;
}
@media (max-width: 639px) {
  .em-child-page-directory > .em-col > a {
    align-items: flex-start;
    gap: 1rem;
  }
}
.em-child-page-directory > .em-col > a:hover .page_title {
  color: #991e66;
}
.em-child-page-directory > .em-col > a > :first-child {
  flex: 0 0 auto;
}
.em-child-page-directory > .em-col:last-child {
  border-bottom: 2px solid #f5f6f6;
}
.em-child-page-directory > .em-col .page_title {
  color: #00708b;
  transition: color 0.25s ease;
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 0.625rem;
}
.em-child-page-directory > .em-col .page_title > br {
  content: "";
}
.em-child-page-directory > .em-col .page_title > br:after {
  content: " ";
}
.em-child-page-directory > .em-col .page_title::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 80%;
  padding-left: 0.375rem;
  transform: translateX(90%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  text-decoration: none !important;
}
.em-child-page-directory > .em-col .page_title:hover::after {
  opacity: 1;
  text-decoration: none !important;
  transform: translateX(0);
}
.em-child-page-directory > .em-col p {
  color: #56565b;
  margin-top: 0;
  line-height: 1.4;
}
.em-child-page-directory img,
.em-child-page-directory svg {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 639px) {
  .em-child-page-directory img,
  .em-child-page-directory svg {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.em-child-page-directory img {
  -o-object-fit: cover;
  object-fit: cover;
}
.masthead + .em-favorite-content-listings {
  margin-top: 20px !important;
}
.em-favorite-content-listings [class*="em-grid"] {
  margin-bottom: 0 !important;
}
@media (min-width: 640px) {
  .em-favorite-content-listings__filter-download > div:last-child {
    text-align: right;
  }
}
.em-favorite-content-listings__select-fields {
  display: flex;
}
.em-favorite-content-listings__select-field {
  display: flex;
  align-items: center;
  margin-right: 30px;
  line-height: normal;
}
.em-favorite-content-listings__select-field > * {
  margin: 0 5px 0 0;
}
.em-favorite-content-listings__select-field label {
  color: #00708b;
  font-weight: 600;
  white-space: nowrap;
}
.em-favorite-content-listings__select-field select {
  color: #00708b;
  font-size: 1rem;
  padding: 0;
  border: none;
  width: auto;
  height: auto;
  margin-left: 5px;
  cursor: pointer;
  background-position: right 0 center;
}
.em-favorite-content-listings__select-field select:hover {
  color: #991e66;
}
.em-favorite-content-listings__pdf-download {
  cursor: pointer;
  font-size: 0.875rem;
  text-transform: none;
}
.em-favorite-content-listings__pdf-download .fa {
  margin-left: 10px;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.em-favorite-content-listings__pdf-download.loading .fa {
  animation-duration: 1s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}
.em-favorite-content-listings__listings {
  margin-top: 1px;
}
.em-favorite-content-listings__listings:empty {
  min-height: 60px;
  background-image: url("../images/spinner.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.em-favorite-content-listings__listings > div {
  position: relative;
}
.em-favorite-content-listings__listings > div + div {
  margin-top: 15px;
}
.em-favorite-content-listings__listings > div .favorite-post-toggle {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  color: #767676;
  transition: color 0.25s ease, transform 0.25s ease;
}
.em-favorite-content-listings__listings > div .favorite-post-toggle:hover {
  color: #991e66;
  transform: scale(1.1);
}
.em-favorite-content-listings__listings .media-object {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  padding: 20px;
}
.em-favorite-content-listings__listings .media-object__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.625rem;
}
.em-favorite-content-listings__listings .media-object__body > * {
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  font-size: 1rem;
}
.em-favorite-content-listings__listings .media-object__headline {
  order: -10;
  font-size: 1.25rem;
}
@media (max-width: 639px) {
  .em-favorite-content-listings__listings .media-object__headline {
    flex: 0 0 100%;
  }
}
.em-favorite-content-listings__listings .media-object__meta {
  order: -9;
  display: flex;
}
.em-favorite-content-listings__listings .media-object__meta li {
  flex: 1 1 auto;
}
.em-favorite-content-listings__listings .media-object__label {
  display: flex;
  flex-flow: row-reverse;
}
.em-favorite-content-listings__listings .media-object__label span {
  padding: 0 8px;
}
.em-favorite-content-listings__listings .media-object .btn-text {
  display: none;
}
.em-featured-applications {
  background-color: #ebf0f2;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.em-featured-applications.em-mb--none {
  padding-bottom: 0 !important;
}
.em-featured-applications.em-mt--none {
  padding-top: 0 !important;
}
.em-featured-applications__background-image {
  position: absolute;
  height: 100%;
  bottom: -14.1875rem;
  width: 100%;
  z-index: 0;
}
.em-featured-applications__background-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
}
.em-featured-applications__inner {
  position: relative;
  z-index: 1;
}
.em-featured-applications__title {
  margin-bottom: 0.8125rem;
}
.em-featured-applications__title h2 {
  color: #00455f;
  font-size: 2.5rem;
  font-weight: normal;
}
@media (min-width: 850px) {
  .em-featured-applications__description {
    width: 80%;
  }
}
.em-featured-applications__description p {
  color: #00455f;
  font-size: 1.125rem;
  line-height: 1.6;
}
.em-featured-applications__content {
  display: flex;
  color: #00455f;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 3.75rem;
  margin-bottom: -1.5625rem;
}
.em-featured-applications__content-item {
  display: flex;
  margin-bottom: 1.875rem;
}
@media (min-width: 640px) {
  .em-featured-applications__content-item {
    width: 47%;
  }
}
.em-featured-applications__content-item--icon {
  pointer-events: none;
}
.em-featured-applications__content-item--icon [data-type] {
  width: 3.75rem;
}
.em-featured-applications__content-item--icon [data-type]:before {
  background-size: 200%;
  width: 100%;
}
.em-featured-applications__content-item--title {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px;
}
.em-featured-applications__content-item--icon
  + .em-featured-applications__content-item--content {
  padding-left: 27px;
}
.em-featured-applications__content-item--description p {
  font-size: 1rem;
}
.wp-block-featured-events {
  max-width: 1170px;
  margin: 0 auto;
}
.wp-block-featured-events a {
  text-decoration: none;
}
.wp-block-featured-events .title-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.5rem;
}
.wp-block-featured-events .title-row > .block-title {
  flex: 1;
  margin-bottom: 0;
}
.wp-block-featured-events .title-row.no-button > .block-title {
  text-align: center;
}
@media (max-width: 489px) {
  .wp-block-featured-events .title-row {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
  }
  .wp-block-featured-events .title-row > .block-title {
    margin-bottom: 0.625rem;
  }
}
.wp-block-featured-events ul {
  display: flex;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  gap: 1.5625rem;
}
@media (max-width: 758px) {
  .wp-block-featured-events ul {
    flex-direction: column;
  }
  .wp-block-featured-events ul li {
    flex: 0 0 100%;
  }
}
.wp-block-featured-events li {
  flex: 1 1 33.33%;
  list-style: none;
}
.wp-block-featured-events li > a {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: var(--shadow);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.25s ease;
  min-height: 190px;
}
.wp-block-featured-events li > a > h3::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 80%;
  padding-left: 0.375rem;
  transform: translateX(90%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  text-decoration: none !important;
}
.wp-block-featured-events li > a:hover > h3::after {
  opacity: 1;
  text-decoration: none !important;
  transform: translateX(0);
}
.wp-block-featured-events li > a > h3 {
  flex: 1;
  color: #00708b;
  transition: color 0.25s ease;
  font-size: 1.375rem;
  line-height: 1.1;
  margin: 0.5rem 0;
}
.wp-block-featured-events li > a > .meta {
  font-size: 1rem;
  margin: 0 0 0 0;
}
.wp-block-featured-events li > a img {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(2px);
}
.wp-block-featured-events li > a:hover > h3 {
  color: #991e66;
}
.wp-block-featured-events li h4 {
  color: #739d00;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.wp-block-featured-events li h4:after {
  content: "";
  display: block;
  background: #a6ce39;
  margin-top: 15px;
  height: 3px;
  width: 40px;
}
@media (max-width: 639px) {
  .wp-block-featured-events li h4:after {
    margin-top: 10px;
  }
}
.em-featured-solutions {
  position: relative;
  overflow: hidden;
  padding: 4.375rem 0 2.8125rem;
}
.em-featured-solutions.em-mb--none {
  padding-bottom: 0 !important;
}
.em-featured-solutions.em-mt--none {
  padding-top: 0 !important;
}
.em-featured-solutions__inner {
  position: relative;
}
.em-featured-solutions__title {
  color: #00455f;
  font-weight: normal;
}
.em-featured-solutions__description {
  color: #00455f;
}
@media (min-width: 850px) {
  .em-featured-solutions__description {
    width: 75%;
  }
}
.em-featured-solutions__description > p {
  font-size: 1.125rem;
  line-height: 1.7;
}
.em-featured-solutions__content-container {
  margin-top: 3.125rem;
  padding-top: 4.875rem;
}
@media (min-width: 850px) {
  .em-featured-solutions__content-container {
    margin-top: 0;
  }
}
.em-featured-solutions__slide {
  margin-right: 1rem;
}
.em-featured-solutions__slide--container {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 850px) {
  .em-featured-solutions__slide--container {
    flex-flow: row nowrap;
  }
}
.em-featured-solutions__slide--image-container {
  max-width: 15.625rem;
  margin: 0 auto 1.5rem;
  width: 100%;
}
@media (min-width: 850px) {
  .em-featured-solutions__slide--image-container {
    margin: 0 1.25rem 0;
    height: 10rem;
    width: 10rem;
    flex: 0 0 auto;
  }
}
.em-featured-solutions__slide--image {
  overflow: hidden;
}
.em-featured-solutions__slide--image > img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  border-radius: 50%;
  width: 100%;
  max-height: 18.75rem;
  aspect-ratio: 1;
}
.em-featured-solutions__slide--title > p {
  color: #00455f;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8125rem;
  padding-right: 0.3125rem;
  position: relative;
}
.em-featured-solutions__slide--title > p > a {
  text-decoration: none;
}
.em-featured-solutions__slide--title > p > a::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 80%;
  padding-left: 0.375rem;
  transform: translateX(90%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  text-decoration: none !important;
}
.em-featured-solutions__slide--title > p > a:hover::after {
  opacity: 1;
  text-decoration: none !important;
  transform: translateX(0);
}
.em-featured-solutions__slide--title > p > a::after {
  padding-left: 0.625rem;
}
.em-featured-solutions__slide--title > p > a:hover::after {
  padding-left: 0.25rem;
}
.em-featured-solutions__slide--description > p {
  color: #00455f;
  line-height: 1.4;
}
.em-featured-solutions .slick-list {
  margin: 0 -10px;
}
.em-featured-solutions .slick-track {
  padding-bottom: 0.625rem;
}
.em-featured-solutions .slick-slide {
  background: rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  margin: 0 10px;
  overflow: hidden;
  transition-property: box-shadow;
}
.em-featured-solutions .slick-arrow {
  right: 0;
  top: 0;
}
@media (max-width: 849px) {
  .em-featured-solutions .slick-arrow {
    left: calc(50% - 60px);
  }
}
.em-featured-solutions .slick-prev {
  right: 4.8125rem;
}
@media (max-width: 849px) {
  .em-featured-solutions .slick-next {
    margin-left: 70px;
  }
}
.em-featured-solutions .slick-dots {
  margin-top: 1.25rem;
}
.em-filterable-content .em-filterable-content__list-title {
  pointer-events: none;
}
.em-filterable-content h4 {
  color: #00708b;
  font-size: 1rem;
  text-transform: uppercase;
}
.em-filterable-content .dashicons {
  color: #c2c3c2;
}
.em-filterable-content .dashicons:hover {
  color: #4c9dbb;
}
.em-filterable-content :checked + .dashicons {
  color: #00708b;
}
.em-filterable-content [class*="em-grid"] {
  margin-bottom: 0 !important;
}
.em-filterable-content .favorite-post-toggle {
  cursor: pointer;
  display: inline-block;
  transition: transform 0.25s ease;
  position: absolute;
  top: 15px;
  right: 15px;
}
.em-filterable-content .favorite-post-toggle > svg > path {
  stroke: #991e66;
  transition: fill 0.25s ease, stroke 0.25s ease, opacity 0.25s ease;
}
.em-filterable-content .favorite-post-toggle:hover {
  transform: scale(1.25);
}
.em-filterable-content .favorite-post-toggle:hover path,
.em-filterable-content .favorite-post-toggle.active path {
  fill: #991e66;
}
.em-filterable-content .favorite-post-toggle.active:hover path {
  opacity: 0.7;
}
.em-filterable-content__title {
  align-self: center;
  cursor: pointer;
}
.em-filterable-content__title span {
  color: #00455f;
  display: block;
  padding-left: 40px;
  position: relative;
  transition-property: color;
}
.em-filterable-content__title span::before {
  content: "+";
  color: #00708b;
  font-size: 2.0625rem;
  position: absolute;
  left: 0;
  line-height: 0.9;
}
.em-filterable-content__title.active span::before {
  content: "−";
  color: #c2c3c2;
}
.em-filterable-content__title:hover span {
  color: #4c9dbb;
}
.em-filterable-content__search span {
  display: block;
  position: relative;
}
.em-filterable-content__search input {
  background: #f5f6f6;
  border: none;
  border-radius: 5px;
  font-size: 1.125rem;
  padding-right: 40px;
}
.em-filterable-content__search input::-moz-placeholder {
  color: #00455f;
}
.em-filterable-content__search input::placeholder {
  color: #00455f;
}
.em-filterable-content__search button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-0, -50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  left: auto;
  right: 0.1875rem;
}
.em-filterable-content__search button:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: ;
  color: #00708b;
  font-size: 1.3125rem;
  font-weight: normal;
  transition-property: color;
}
.em-filterable-content__search button:hover:after {
  color: #00455f;
}
@media (max-width: 639px) {
  .em-filterable-content__search {
    order: -1;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
}
.em-filterable-content__accordion {
  display: none;
  padding-bottom: 0;
}
.em-filterable-content__filter-container {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 20px 0 rgba(118, 118, 118, 0.2);
  margin: 0 0 0.9375rem !important;
  padding: 20px;
  position: relative;
}
.em-filterable-content__filter-container .em-col {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.em-filterable-content__filter-container .em-col:first-child {
  padding: 0;
}
.em-filterable-content__filter-container .em-col.em-filterable-content__search {
  padding: 0;
}
@media (max-width: 639px) {
  .em-filterable-content__filter-container .em-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .em-filterable-content__filter-container .em-col:first-child {
    margin-top: 20px;
  }
}
.em-filterable-content__filters {
  display: flex;
  flex-flow: wrap;
  padding-top: 1.875rem;
}
.em-filterable-content__filters label {
  color: #00455f;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: normal;
  vertical-align: text-top;
  transition-property: color;
  padding-right: 1rem;
}
.em-filterable-content__filters label .count {
  color: #00708b;
  display: inline-block;
  margin-right: -40px;
  width: 40px;
}
.em-filterable-content__filters label:before,
.em-filterable-content__filters label:after {
  transition-property: border-color;
}
.em-filterable-content__filters-item {
  position: relative;
}
.em-filterable-content__filters
  .pretty-checkbox:hover
  input:not([disabled="disabled"])
  ~ label {
  color: #4c9dbb;
}
.em-filterable-content__filters
  .pretty-checkbox:hover
  input:not([disabled="disabled"])
  ~ label:before,
.em-filterable-content__filters
  .pretty-checkbox:hover
  input:not([disabled="disabled"])
  ~ label:after {
  border-color: #4c9dbb !important;
}
.em-filterable-content__filters input:checked ~ label {
  color: #a6ce39;
}
.em-filterable-content__filters input:checked ~ label:before,
.em-filterable-content__filters input:checked ~ label:after {
  border-color: #a6ce39 !important;
}
.em-filterable-content__filters input:checked ~ label .count {
  color: #a6ce39;
}
.em-filterable-content__filters input[disabled="disabled"] {
  cursor: default;
}
.em-filterable-content__filters input[disabled="disabled"] ~ label,
.em-filterable-content__filters input[disabled="disabled"] ~ label .count {
  color: #aeaeb2;
  cursor: default;
}
.em-filterable-content__filters input[disabled="disabled"] ~ label:before,
.em-filterable-content__filters input[disabled="disabled"] ~ label:after {
  border-color: #ebf0f2 !important;
}
.em-filterable-content__filters input[disabled="disabled"] ~ label .count {
  font-size: 0;
}
.em-filterable-content__filters
  input[disabled="disabled"]
  ~ label
  .count:after {
  content: "(0)";
  font-size: 0.9375rem;
}
.em-filterable-content__filters > div {
  flex: 1 0 auto;
}
@media (max-width: 849px) {
  .em-filterable-content__filters > div {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 489px) {
  .em-filterable-content__filters > div {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.em-filterable-content__filters > div ul {
  list-style: none;
  padding: 0;
}
.em-filterable-content__active-filters {
  margin-top: 0 !important;
}
.em-filterable-content__active-filters > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #c2c3c2;
  border: 1px solid #c2c3c2;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 7px 8px 7px 16px;
  line-height: normal;
  margin-right: 10px;
  position: relative;
  text-transform: capitalize;
  transition-property: background;
}
.em-filterable-content__active-filters > button:after {
  content: "×";
  background: #767676;
  border-radius: 100%;
  display: inline-block;
  line-height: 1.22;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  text-align: center;
}
.em-filterable-content__active-filters > button span {
  display: none;
}
.em-filterable-content__active-filters > button:last-child {
  margin-right: 0;
}
.em-filterable-content__active-filters > button:hover {
  background: #767676;
}
.em-filterable-content__active-filters > button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #333;
}
.em-filterable-content__footer {
  margin-top: 15px !important;
  padding-top: 15px !important;
  position: relative;
}
.em-filterable-content__footer:before {
  content: "";
  background: #ebf0f2;
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  width: calc(100% - 30px);
  transform: translateX(-50%);
}
.em-filterable-content__footer > div {
  padding-bottom: 0;
}
.em-filterable-content__view {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.em-filterable-content__view label + label {
  margin-left: 10px;
}
.em-filterable-content__view span {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.em-filterable-content__view span:hover path {
  fill: #991e66;
}
.em-filterable-content__view .dashicons {
  vertical-align: middle;
}
.em-filterable-content__footer {
  display: none;
}
@media (min-width: 640px) {
  .em-filterable-content__footer > div:first-child {
    flex-grow: 1;
  }
}
.em-filterable-content__footer .fa-star {
  font-size: 1.125rem;
}
@media (min-width: 850px) {
  .em-filterable-content__clear-filters {
    margin-top: 0;
  }
}
.em-filterable-content__clear-filters .btn {
  background: #991e66 !important;
  border-color: #991e66 !important;
  border-radius: 24px;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: normal;
  padding: 7px 16px;
  text-transform: uppercase;
  margin: 0 0 0 auto;
  white-space: nowrap;
}
.em-filterable-content__clear-filters .btn:hover {
  background: #6e164a !important;
  border-color: #6e164a !important;
}
.em-filterable-content__clear-filters .btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #333;
}
.em-filterable-content__count-sort {
  margin-top: 20px !important;
  width: 100%;
  padding: 0 10px;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media (max-width: 489px) {
  .em-filterable-content__count-sort > .em-col {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.em-filterable-content__sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.em-filterable-content__sort label {
  font-weight: 600;
  color: #00708b;
  margin: 0;
}
.em-filterable-content__sort select {
  color: #00708b;
  font-size: 1rem;
  padding: 5px 20px 5px 0;
  border: none;
  width: auto;
  margin-left: 5px;
  cursor: pointer;
  background-position: right 0 center;
}
.em-filterable-content__sort select:hover {
  color: #991e66;
}
.em-filterable-content__sort > div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
}
.em-filterable-content__listings:empty {
  min-height: 60px;
  background-image: url("../images/spinner.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.em-filterable-content__listings > button[data-page] {
  visibility: hidden;
  opacity: 0;
}
.em-filterable-content__listings .media-object {
  margin: 0 !important;
  position: relative;
}
.em-filterable-content__listings .media-object__label {
  color: #739d00;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .em-filterable-content__listings .media-object__label {
    font-size: 0.875rem;
  }
}
.em-filterable-content__listings .media-object__label:after {
  content: "";
  display: block;
  background: #a6ce39;
  margin-top: 15px;
  height: 3px;
  width: 40px;
}
@media (max-width: 639px) {
  .em-filterable-content__listings .media-object__label:after {
    margin-top: 10px;
  }
}
.em-filterable-content__listings .media-object__media {
  max-height: 150px;
}
.em-filterable-content__listings .media-object__media img {
  border-radius: 5px;
}
.em-filterable-content__listings .media-object__media img[src*=".svg"] {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.em-filterable-content__listings .media-object__meta li {
  display: inline;
}
.em-filterable-content__listings .media-object__meta li:empty {
  display: none !important;
}
@media (max-width: 639px) {
  .em-filterable-content__listings .media-object__meta li {
    font-size: 0.875rem;
  }
}
@media (max-width: 639px) {
  .em-filterable-content__listings .media-object__excerpt * {
    font-size: 0.9375rem;
  }
}
.em-filterable-content__listings .media-object__footer svg {
  width: 18px;
  height: 18px;
}
.em-filterable-content__listings .media-object__footer .featured-icon path {
  fill: #fbbc04;
}
.em-filterable-content__listings h3 {
  margin-bottom: 15px;
}
@media (max-width: 849px) {
  .em-filterable-content__listings h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 639px) {
  .em-filterable-content__listings h3 {
    font-size: 1.125rem;
  }
}
.em-filterable-content__listings h3 a {
  color: #00455f;
  text-decoration: none;
}
.em-filterable-content__listings .btn {
  margin: 0;
}
.em-filterable-content__listings .page-numbers {
  margin: 0 0.25rem;
  padding: 0 0.75rem;
  cursor: pointer;
}
.em-filterable-content__listings--view-grid .media-object {
  flex-wrap: wrap !important;
}
.em-filterable-content__listings--view-grid .media-object__headline {
  font-size: 1.125rem;
}
.em-filterable-content__listings--view-grid .media-object__media {
  display: none;
}
.em-filterable-content__listings--view-grid .media-object > div {
  flex-basis: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.em-filterable-content__listings--view-grid .media-object__footer {
  margin: 0 0 20px !important;
}
.em-filterable-content__listings--view-grid .em-col {
  max-width: 50%;
}
@media (max-width: 849px) {
  .em-filterable-content__listings--view-grid .em-col {
    padding: 0.5rem 0.75rem 1rem;
  }
}
.em-filterable-content__listings .no-results {
  text-align: center;
  font-style: italic;
}
.em-filterable-content__filter-container:not([data-post-types*="publication"])
  ~ .em-filterable-content__listings.em-grid-1
  .media-object {
  padding-left: 0;
  padding-right: 0;
}
.em-filterable-content__filter-container:not([data-post-types*="publication"])
  ~ .em-filterable-content__listings
  .media-object {
  border-bottom: 0.0625rem solid #ebf0f2;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (min-width: 850px) {
  .em-filterable-content__filter-container:not([data-post-types*="publication"])
    ~ .em-filterable-content__listings
    .media-object {
    display: flex;
    flex-direction: row-reverse;
  }
}
.em-filterable-content__filter-container:not([data-post-types*="publication"])
  ~ .em-filterable-content__listings
  .media-object
  > div {
  flex: 1 0 70%;
}
@media (min-width: 850px) {
  .em-filterable-content__filter-container:not([data-post-types*="publication"])
    ~ .em-filterable-content__listings
    .media-object
    > div:last-child {
    flex: 1 0 30%;
    padding-right: 30px;
  }
}
.em-filterable-content
  [data-post-types*="publication"]
  .em-filterable-content__filters {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "second" "first" "fourth" "third";
}
.em-filterable-content
  [data-post-types*="publication"]
  .em-filterable-content__filters
  > .tax-category {
  grid-area: first;
}
.em-filterable-content
  [data-post-types*="publication"]
  .em-filterable-content__filters
  > .tax-nstg_product {
  grid-area: second;
}
.em-filterable-content
  [data-post-types*="publication"]
  .em-filterable-content__filters
  > .tax-em_resources_type {
  grid-area: third;
}
.em-filterable-content
  [data-post-types*="publication"]
  .em-filterable-content__filters
  > .em-filterable-content__archive-filters {
  grid-area: fourth;
}
.em-filterable-content
  [data-post-types*="publication"]
  .em-filterable-content__filters
  > .em-filterable-content__archive-filters
  > ul {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
}
.em-filterable-content
  [data-post-types*="publication"]
  .em-filterable-content__filters
  > div {
  max-width: 100%;
}
@media (min-width: 490px) {
  .em-filterable-content
    [data-post-types*="publication"]
    .em-filterable-content__filters
    > div
    > ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
  .em-filterable-content
    [data-post-types*="publication"]
    .em-filterable-content__filters
    > div
    > ul
    > li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
@media (min-width: 759px) {
  .em-filterable-content
    [data-post-types*="publication"]
    .em-filterable-content__filters {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "first second fourth" "first third fourth";
  }
  .em-filterable-content
    [data-post-types*="publication"]
    .em-filterable-content__filters
    > div
    > ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 900px) {
  .em-filterable-content
    [data-post-types*="publication"]
    .em-filterable-content__filters {
    grid-template-columns: 1fr 1fr 1fr 200px;
    grid-template-areas: "second first first fourth" "third first first fourth";
  }
  .em-filterable-content
    [data-post-types*="publication"]
    .em-filterable-content__filters
    > .tax-category
    > ul {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.em-filterable-content
  [data-post-types*="publication"]
  ~ .em-filterable-content__listings {
  margin-top: 0;
}
.em-filterable-content
  [data-post-types*="publication"]
  ~ .em-filterable-content__listings
  .media-object {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
  padding: 30px !important;
  border-radius: 0.25rem;
  position: relative;
}
@media (min-width: 640px) {
  .em-filterable-content
    [data-post-types*="publication"]
    ~ .em-filterable-content__listings
    .media-object
    > div {
    flex: 1 0 70%;
  }
  .em-filterable-content
    [data-post-types*="publication"]
    ~ .em-filterable-content__listings
    .media-object
    > div:first-child {
    padding-right: 30px;
  }
  .em-filterable-content
    [data-post-types*="publication"]
    ~ .em-filterable-content__listings
    .media-object
    > div:last-child {
    flex: 1 0 30%;
  }
}
@media (max-width: 639px) {
  .em-filterable-content
    [data-post-types*="publication"]
    ~ .em-filterable-content__listings
    .media-object__extra-meta {
    margin-top: 20px;
  }
}
.em-filterable-content
  [data-post-types*="publication"]
  ~ .em-filterable-content__listings
  .media-object__extra-meta-item:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 640px) {
  .em-filterable-content
    [data-post-types*="publication"]
    ~ .em-filterable-content__listings
    .media-object__extra-meta-item:not(:first-child) {
    margin-top: 30px;
  }
}
.em-filterable-content
  [data-post-types*="publication"]
  ~ .em-filterable-content__listings
  .media-object__extra-meta
  .label {
  color: #00455f;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.em-filterable-content
  [data-post-types*="publication"]
  ~ .em-filterable-content__listings
  .media-object__extra-meta
  .list {
  line-height: normal;
}
.em-filterable-content
  [data-post-types*="publication"]
  ~ .em-filterable-content__count-sort {
  max-width: 100%;
}
.em-filterable-content
  [data-post-types="em_resources"]
  .em-filterable-content__filters {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "second" "first" "third";
}
.em-filterable-content
  [data-post-types="em_resources"]
  .em-filterable-content__filters
  > .tax-category {
  grid-area: first;
}
.em-filterable-content
  [data-post-types="em_resources"]
  .em-filterable-content__filters
  > .tax-nstg_product {
  grid-area: second;
}
.em-filterable-content
  [data-post-types="em_resources"]
  .em-filterable-content__filters
  > .tax-em_resources_type {
  grid-area: third;
}
.em-filterable-content
  [data-post-types="em_resources"]
  .em-filterable-content__filters
  > div {
  max-width: 100%;
}
@media (min-width: 490px) {
  .em-filterable-content
    [data-post-types="em_resources"]
    .em-filterable-content__filters
    > div
    > ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
  .em-filterable-content
    [data-post-types="em_resources"]
    .em-filterable-content__filters
    > div
    > ul
    > li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
@media (min-width: 640px) {
  .em-filterable-content
    [data-post-types="em_resources"]
    .em-filterable-content__filters {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "first second" "first third";
  }
  .em-filterable-content
    [data-post-types="em_resources"]
    .em-filterable-content__filters
    > div
    > ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 850px) {
  .em-filterable-content
    [data-post-types="em_resources"]
    .em-filterable-content__filters
    > div
    > ul {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.favorited-content-snackbar {
  position: fixed;
  left: 0;
  bottom: -20px;
  transition: opacity 0.375s ease, filter 0.375s ease,
    transform 0.375s cubic-bezier(0.24, -0.38, 0.78, 1.36);
  border-top-right-radius: 24px;
  background-color: rgba(0, 112, 139, 0.8);
  padding: 6px 6px 26px 0.9rem;
  color: #fff;
  z-index: 100;
  opacity: 0;
  transform: translateY(105%);
  filter: blur(10px);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.favorited-content-snackbar > div {
  display: flex;
  align-items: center;
}
.favorited-content-snackbar p {
  margin: 0 0.5em 0 0;
  font-size: 1rem;
}
.favorited-content-snackbar p > span {
  font-weight: bold;
}
.favorited-content-snackbar a {
  border: 1px solid #fff !important;
}
.favorited-content-snackbar .singular {
  display: none;
}
.favorited-content-snackbar .singular ~ p {
  display: block;
}
.favorited-content-snackbar:not([data-count="0"]) {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.favorited-content-snackbar[data-count="1"] .singular {
  display: block;
}
.favorited-content-snackbar[data-count="1"] .singular ~ p {
  display: none;
}
.nstg-block-filterable-events .em-filterable-content__filters {
  flex-flow: column nowrap;
  align-items: center;
  padding-top: 0;
  gap: 0.75rem;
  width: 100%;
}
.nstg-block-filterable-events .em-filterable-content__filters > div {
  width: 100%;
  max-width: 100% !important;
  flex: 0 0 auto;
}
.nstg-block-filterable-events
  .em-filterable-content__filters
  > div:last-child
  label {
  padding-right: 0;
  margin-bottom: 0;
  vertical-align: middle;
  color: #56565b;
}
@media (min-width: 640px) {
  .nstg-block-filterable-events .em-filterable-content__filters {
    flex-flow: row wrap;
  }
  .nstg-block-filterable-events .em-filterable-content__filters > div {
    width: calc(33.33% - 12px);
    flex: 1 1 auto;
  }
  .nstg-block-filterable-events
    .em-filterable-content__filters
    > div.em-filterable-content__search {
    width: calc(66.7% - 12px);
  }
}
@media (min-width: 1120px) {
  .nstg-block-filterable-events .em-filterable-content__filters {
    flex-flow: row nowrap;
  }
  .nstg-block-filterable-events .em-filterable-content__filters > div {
    width: auto;
    flex: 1 0 20%;
  }
  .nstg-block-filterable-events
    .em-filterable-content__filters
    > div:last-child {
    flex: 0 1 auto;
  }
  .nstg-block-filterable-events
    .em-filterable-content__filters
    .em-filterable-content__upcoming {
    flex: 1 0 12%;
  }
}
.nstg-block-filterable-events
  .em-filterable-content__filters
  .em-filterable-content__search {
  padding-bottom: 0 !important;
}
.nstg-block-filterable-events .em-filterable-content__filters input,
.nstg-block-filterable-events .em-filterable-content__filters label {
  font-size: 1rem;
}
.nstg-block-filterable-events .em-filterable-content__filters button > i {
  color: #991e66;
  transition: color 0.25s ease;
}
.nstg-block-filterable-events .em-filterable-content__filters button > i:hover {
  color: #a6ce39;
}
.nstg-block-filterable-events
  .em-filterable-content__view
  input[type="radio"]:not(:checked)
  + span {
  color: #c2c3c2;
}
@media (max-width: 639px) {
  .nstg-block-filterable-events .em-filterable-content__view {
    display: none !important;
  }
}
.nstg-block-filterable-events .event-result {
  text-decoration: none;
  position: relative;
}
.nstg-block-filterable-events .event-result .media-object__headline::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 80%;
  padding-left: 0.375rem;
  transform: translateX(90%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  text-decoration: none !important;
}
.nstg-block-filterable-events
  .event-result:hover
  .media-object__headline::after {
  opacity: 1;
  text-decoration: none !important;
  transform: translateX(0);
}
.nstg-block-filterable-events .event-result .media-object__media {
  display: block !important;
  max-height: none;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
  float: none;
  margin-left: 0;
}
.nstg-block-filterable-events .event-result img {
  transition: transform 0.25s ease;
  aspect-ratio: 3/2;
}
.nstg-block-filterable-events .event-result .media-object__headline {
  font-size: 1.375rem;
  line-height: 1.3;
  color: #00708b;
  margin-top: 0;
}
.nstg-block-filterable-events .event-result:hover img {
  transform: scale(1.1);
}
.nstg-block-filterable-events .event-result:hover .media-object__headline {
  color: #991e66;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .em-col {
  padding-bottom: 1.5rem !important;
}
@media (min-width: 960px) {
  .nstg-block-filterable-events
    .em-filterable-content__listings--view-grid
    .em-col {
    max-width: 33.333%;
  }
}
@media (max-width: 959px) {
  .nstg-block-filterable-events
    .em-filterable-content__listings--view-grid
    .em-col {
    flex-basis: 50%;
  }
}
@media (max-width: 489px) {
  .nstg-block-filterable-events
    .em-filterable-content__listings--view-grid
    .em-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .event-result {
  display: block !important;
  padding-bottom: 10px !important;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .event-result
  .media-object__media::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 80%
  );
  z-index: 10;
  transition: opacity 0.25s;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .event-result:hover
  .media-object__media::before {
  opacity: 0.8;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .event-result
  .media-object__body {
  position: relative;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .event-result
  .media-object__label {
  position: absolute;
  left: 1.25rem;
  top: -50px;
  color: #a6ce39;
  z-index: 50;
  text-shadow: var(--shadow);
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .event-result
  .media-object__label:after {
  position: absolute;
  margin-top: 0;
  top: -12px;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .event-result
  .media-object__meta {
  font-size: 1rem;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .event-result
  .media-object__meta
  li {
  display: block;
  margin-bottom: 0.5em;
  margin-left: 0;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .event-result
  .media-object__meta
  li:before {
  display: none !important;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .event-result
  .media-object__meta
  li:first-child {
  font-style: italic;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-grid
  .event-result
  .media-object__meta
  li:last-child {
  font-weight: bold;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-list
  .em-col {
  padding: 1.875rem 1.5rem 0;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-list
  .media-object {
  display: flex;
  flex-direction: row-reverse;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-list
  .media-object__label:after {
  margin-top: 10px;
  margin-bottom: 10px;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-list
  .media-object__media {
  max-width: 16.25rem;
  margin-bottom: 0;
}
.nstg-block-filterable-events
  .em-filterable-content__listings--view-list
  .media-object__body {
  padding-right: 1.875rem;
  flex: 1 1 70% !important;
}
.nstg-block-filterable-events .pagination {
  flex: 0 0 100%;
  max-width: 100% !important;
}
.nstg-block-filterable-events .pagination > .page-numbers:not(.current) {
  color: #00708b;
}
.nstg-block-filterable-events .pagination > .page-numbers:not(.current):hover {
  color: #991e66;
}
.em-filterable-grid {
  --cell-width: 250px;
}
.em-filterable-grid .filters {
  margin: 1rem auto;
  text-align: center;
}
.em-filterable-grid__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, var(--cell-width)));
  gap: clamp(
    var(--min-gap, 10px),
    var(--ideal-gap, 2.5vw),
    var(--max-gap, 40px)
  );
  justify-content: space-evenly;
  justify-items: stretch;
  align-items: stretch;
}
.em-filterable-grid__grid-container img {
  width: 100%;
  height: auto;
  transition: transform 0.25s ease;
}
.em-filterable-grid__grid-container a:hover figcaption {
  text-decoration: underline;
}
.em-filterable-grid__grid-container a:hover img {
  transform: scale(1.07);
}
.em-filterable-grid .fg-cell {
  transition: transform 0.5s ease;
}
.wp-block-nstg-flipper {
  position: relative;
  perspective: 3000px;
  cursor: pointer;
  min-height: 100px;
}
.wp-block-nstg-flipper:hover > .nstg-flipper-inner,
.wp-block-nstg-flipper.flipped > .nstg-flipper-inner {
  transform: rotateX(180deg) scale(1.04);
}
.wp-block-nstg-flipper > .nstg-flipper-inner {
  position: relative;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
  height: 100%;
}
.wp-block-nstg-flipper > .nstg-flipper-inner > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.wp-block-nstg-flipper img {
  display: block;
  max-height: 55%;
  width: auto;
}
.wp-block-nstg-flipper img[height="1"][width="1"] {
  aspect-ratio: 1/1;
  width: 100%;
}
.wp-block-nstg-flipper.is-style-plain .flipper-front,
.wp-block-nstg-flipper.is-style-plain .flipper-back {
  border-radius: 0;
  box-shadow: none !important;
}
.flipper-front,
.flipper-back {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  top: 0;
  bottom: 0;
  border-radius: 0.25rem;
  box-shadow: var(--shadow);
  padding: 0.875rem 1.25rem;
  box-sizing: border-box;
}
.flipper-front > h3,
.flipper-back > h3 {
  color: inherit;
  font-size: 1.25rem;
  margin-top: 0.5rem;
  text-align: center;
  line-height: 1.15;
}
.flipper-front > p,
.flipper-back > p {
  font-size: 0.9375rem;
  line-height: 1.26;
  max-height: 100%;
  overflow: hidden;
  line-clamp: var(--num-lines);
  -webkit-line-clamp: var(--num-lines);
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.flipper-front > h4,
.flipper-back > h4 {
  font-size: 1.25rem;
  margin: 0 0 0 0;
}
.flipper-back {
  transform: rotateX(180deg);
  box-shadow: var(--shadow-hovered);
}
.flipper-back a {
  font-weight: bold;
}
.wp-block-nstg-grants {
  max-width: 1170px;
  margin: 2rem auto 4rem;
}
.wp-block-nstg-grants a {
  text-decoration: none;
}
.wp-block-nstg-grants ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  gap: 1.5625rem;
}
@media (max-width: 758px) {
  .wp-block-nstg-grants ul {
    flex-direction: column;
  }
  .wp-block-nstg-grants ul li {
    flex: 0 0 100%;
  }
}
.wp-block-nstg-grants li {
  flex: 0 0 calc(33.33% - 25px);
  list-style: none;
}
.wp-block-nstg-grants li > a {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: var(--shadow);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.25s ease;
  min-height: 200px;
}
.wp-block-nstg-grants li > a > h3::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 80%;
  padding-left: 0.375rem;
  transform: translateX(90%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  text-decoration: none !important;
}
.wp-block-nstg-grants li > a:hover > h3::after {
  opacity: 1;
  text-decoration: none !important;
  transform: translateX(0);
}
.wp-block-nstg-grants li > a > h3 {
  flex: 1;
  color: #00708b;
  transition: color 0.25s ease;
  font-size: 1.375rem;
  line-height: 1.1;
  margin: 0.5rem 0;
}
.wp-block-nstg-grants li > a > .meta {
  font-size: 1rem;
  margin: 0 0 0 0;
}
.wp-block-nstg-grants li > a img {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(2px);
}
.wp-block-nstg-grants li > a:hover > h3 {
  color: #991e66;
}
.wp-block-nstg-grants li .deadline-info {
  color: #739d00;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0.625rem 0 2.8125rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-align: left;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 0.9;
}
.wp-block-nstg-grants li .deadline-info::after {
  content: "";
  background-color: #739d00;
  height: 0.1875rem;
  margin-top: calc(0.875rem + 1.7rem);
  position: absolute;
  width: 4.75rem;
  left: calc(50% - 38px);
  top: 0;
}
.wp-block-nstg-grants li .deadline-info::after {
  left: 0;
  width: 2.5rem;
  margin-top: 2rem;
}
.wp-block-nstg-grants.format-list ul {
  flex-direction: column;
  gap: 0;
}
.wp-block-nstg-grants.format-list li {
  flex: 0 0 100%;
  padding: 0.75rem 1.5rem 3rem;
}
.wp-block-nstg-grants.format-list li > a {
  padding: 0 0 1.875rem 0;
  border-bottom: 1px solid #ebf0f2;
  box-shadow: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  min-height: auto;
}
.wp-block-nstg-grants.format-list li > a > h3 {
  font-size: 1.625em;
}
@keyframes displayContent {
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.home .em-hero__media video {
  background-image: url(/wp-content/uploads/video-placeholder.jpg);
  background-size: cover;
  background-position: center;
  opacity: 1 !important;
  width: 100%;
  height: 100%;
}
.em-hero {
  margin-top: 0 !important;
}
.em-hero.em-mb--none {
  margin-bottom: -0.5rem !important;
}
.em-hero__inner {
  height: 55vmax;
  min-height: 530px;
  max-height: 800px;
  position: relative;
}
@media screen and (min-height: 800px) and (orientation: landscape) {
  .em-hero__inner {
    min-height: 800px;
  }
}
.em-hero__inner .em-hero__media video,
.em-hero__inner .em-hero__media img {
  opacity: 0;
  transition-property: opacity;
}
.em-hero__inner--loaded .em-hero__media video,
.em-hero__inner--loaded .em-hero__media img {
  opacity: 1;
}
.em-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.em-hero__media > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00455f;
  z-index: -1;
}
.em-hero__media > div:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transform: scaleX(-1);
  opacity: 0.5;
  background: linear-gradient(53.84deg, rgba(0, 0, 0, 0) 0%, #0a1314 100%),
    radial-gradient(circle, rgba(0, 0, 0, 0) 0%, #212121 100%);
}
.em-hero__media:before {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxMjYwIDUwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwdjUwaDEyNjB2LTYuN0MxMjAyLjEgMjYuNiAxMDEyLjMgMCA3NjcuOCAwSDB6IiBvcGFjaXR5PSIuNSIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDYuN1Y1MGgxMjYwYy01Ny45LTE2LjctMjQ3LjctNDMuMy00OTIuMi00My4zSDB6Ii8+PC9zdmc+");
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxMjYwIDUwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwdjUwaDEyNjB2LTYuN0MxMjAyLjEgMjYuNiAxMDEyLjMgMCA3NjcuOCAwSDB6IiBvcGFjaXR5PSIuNSIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDYuN1Y1MGgxMjYwYy01Ny45LTE2LjctMjQ3LjctNDMuMy00OTIuMi00My4zSDB6Ii8+PC9zdmc+");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-size: 2525px;
  mask-size: 2525px;
}
@media (max-width: 849px) {
  .em-hero__media:before {
    height: 70px;
    -webkit-mask-size: 1767.5px;
    mask-size: 1767.5px;
  }
}
@media (max-width: 639px) {
  .em-hero__media:before {
    -webkit-mask-position: 92% bottom;
    mask-position: 92% bottom;
  }
}
.em-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 639px) {
  .em-hero__content {
    margin-top: 100;
  }
}
.em-hero__content--container {
  width: 100%;
  max-width: 775px;
  margin: 0 auto;
  opacity: 0;
  filter: blur(150px);
  animation: displayContent;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
  animation-timing-function: linear;
}
@media (max-width: 639px) {
  .em-hero__content--container {
    text-align: center;
  }
}
.em-hero__content--title p {
  color: #fff;
  font-size: 3rem;
  font-weight: lighter;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.5);
}
@media (min-width: 759px) {
  .em-hero__content--title p {
    font-size: 3.875rem;
  }
}
@media (min-width: 1120px) {
  .em-hero__content--title p {
    font-size: 4.625rem;
  }
}
@media (min-width: 1600px) {
  .em-hero__content--title p {
    font-size: 5.375rem;
  }
}
.em-hero__content--title p strong {
  color: #a6ce39;
  font-weight: 900;
}
.em-hero__content--description p {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 1em auto;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 639px) {
  .em-hero__content--description p {
    font-size: 1.125rem;
    width: 100%;
  }
}
.em-hero__content--link {
  text-align: center;
}
.em-hero__content--link > a {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: auto !important;
}
@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.9);
  }
  80% {
    opacity: 0.4;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.interactive-image {
  position: relative;
}
.interactive-image__wrapper {
  position: relative;
}
.interactive-image__wrapper .popup {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  border-radius: 0.25rem;
  border: 1px solid #00708b;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%) scale(0.6);
  top: 22px;
  left: 22px;
  background-color: #fff;
  max-width: 320px;
  min-width: 140px;
  width: -moz-max-content;
  width: max-content;
  transition: transform 0.25s ease, opacity 0.25s ease;
  z-index: 20;
  transform-origin: center;
}
@media (max-width: 639px) {
  .interactive-image__wrapper .popup {
    pointer-events: none;
    display: none !important;
  }
}
.interactive-image__wrapper .popup > p {
  font-size: 0.9375rem;
  line-height: 1.3;
}
.interactive-image__wrapper .popup > p:first-child {
  margin-top: 0;
}
.interactive-image__wrapper .popup > p:last-child {
  margin-bottom: 0;
}
.interactive-image__wrapper .popup.near-left {
  transform: translate(-30px, -50%) scale(0.6);
}
.interactive-image__wrapper .popup.near-right {
  transform: translate(-90%, -50%) scale(0.6);
}
.interactive-image__hotspots {
  margin: 0 0 0 0;
}
.interactive-image__hotspot {
  position: absolute;
  list-style: none;
  margin: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 3px;
  transform: translate(-50%, -50%);
}
.interactive-image__hotspot::before,
.interactive-image__hotspot::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background-color: #991e66;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.5);
  color: #fff;
  content: "+";
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  display: block;
  text-align: center;
}
.interactive-image__hotspot::before {
  z-index: 10;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform-origin: center;
}
.interactive-image__hotspot::after {
  content: "";
  z-index: 1;
  animation: 6s ease-out infinite pulse;
  border: none;
  box-shadow: none;
  animation-delay: inherit;
}
.interactive-image__hotspot.has-link > a {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  text-indent: 45px;
  white-space: nowrap;
  z-index: 20;
}
@media (min-width: 640px) {
  .interactive-image__hotspot:hover {
    z-index: 1;
  }
  .interactive-image__hotspot:hover .popup {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
    pointer-events: all;
  }
  .interactive-image__hotspot:hover .popup.near-left {
    transform: scale(1) translate(-30px, -50%);
  }
  .interactive-image__hotspot:hover .popup.near-right {
    transform: scale(1) translate(-90%, -50%);
  }
  .interactive-image__hotspot:hover::before {
    transform: scale(2);
    opacity: 0;
  }
  .interactive-image__hotspot:hover::after {
    display: none;
  }
  .interactive-image__hotspot.has-link:hover::before {
    transform: scale(1.2);
    opacity: 1;
  }
  .interactive-image__hotspot.has-link:hover::after {
    display: block;
    animation-duration: 1.5s;
  }
}
.interactive-image__mobile-popup {
  position: absolute;
  top: 50%;
  left: 7vw;
  right: 7vw;
  border: 1px solid #00708b;
  border-radius: 0.25rem;
  padding: 1.3rem 1rem 0.9rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.5);
  transform: translateY(-50%) scale(0.8);
  background-color: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  max-height: 70vh;
  overflow-y: auto;
}
.interactive-image__mobile-popup > button {
  position: absolute;
  border: none;
  color: #991e66;
  width: 44px;
  height: 44px;
  text-align: right;
  background: rgba(0, 0, 0, 0);
  font-size: 1.4rem;
  top: -5px;
  right: 0;
}
.interactive-image__mobile-popup p {
  line-height: 1.3;
}
.interactive-image__mobile-popup p:first-child {
  margin-top: 0;
}
.interactive-image__mobile-popup p:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .interactive-image__mobile-popup {
    display: none !important;
  }
}
.em-interactive-image.modal-open .interactive-image__mobile-popup {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  pointer-events: all;
}
.wp-block-masthead-slider {
  background-color: #000;
  position: relative;
  margin: 0 0 0 0 !important;
}
@media (min-width: 1120px) {
  .wp-block-masthead-slider:before {
    content: "";
    position: absolute;
    height: 120px;
    width: 100%;
    background-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
    left: 0;
    top: 60px;
    z-index: 100;
  }
}
.wp-block-masthead-slider .slide {
  --min-height: 650px;
  position: relative;
  text-align: center;
  min-height: var(--min-height);
  background-size: var(--mobile-slide-width);
  background-position-y: bottom;
  background-position-x: var(--mobile-slide-offset);
  background-repeat: no-repeat;
  --gradient-offset: calc(
    var(--min-height) - (var(--mobile-slide-width) * 0.79)
  );
  display: flex !important;
  max-width: 1240px;
  margin: 0 auto;
}
.wp-block-masthead-slider .slide:before {
  content: "";
  position: absolute;
  height: 110px;
  width: 100%;
  background-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
  left: 0;
  top: var(--gradient-offset);
}
@media (min-width: 490px) {
  .wp-block-masthead-slider .slide {
    --min-height: 760px;
  }
}
@media (min-width: 640px) {
  .wp-block-masthead-slider .slide {
    --mobile-slide-width: 104vw !important;
    background-position-x: 100%;
  }
}
@media (min-width: 850px) {
  .wp-block-masthead-slider .slide {
    --min-height: 600px;
    background-size: 79vw;
    background-position-x: 130%;
    --gradient-offset: calc(var(--min-height) - (79vw * 0.79));
    text-align: left;
  }
  .wp-block-masthead-slider .slide:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 25vw;
    background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    left: 27.2vw;
  }
  .wp-block-masthead-slider .slide .btn {
    display: inline-block !important;
    margin-left: -0.3125rem;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 960px) {
  .wp-block-masthead-slider .slide {
    --min-height: 720px;
  }
}
@media (min-width: 1120px) {
  .wp-block-masthead-slider .slide {
    --min-height: 790px;
    background-size: 930px;
    background-position-x: 310px;
  }
  .wp-block-masthead-slider .slide:after {
    width: 370px;
    left: 310px;
  }
  .wp-block-masthead-slider .slide:before {
    height: 100%;
    width: 240px;
    background-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    left: auto;
    right: 0;
    top: 0;
  }
}
.wp-block-masthead-slider .slide h2 {
  text-transform: uppercase;
  margin-top: 70px;
  font-size: 3.4375rem;
  line-height: 0.9;
}
.wp-block-masthead-slider .slide h2.one-line {
  font-size: 4rem;
  margin-top: 90px;
}
.wp-block-masthead-slider .slide h2.with-quotes::before,
.wp-block-masthead-slider .slide h2.with-quotes::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' width='108' height='96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.368,95.508 L46.368,45.612 L25.704,45.612 C26.208,30.24 33.516,23.184 46.368,21.924 L46.368,0 C14.616,4.788 0,18.144 0,52.668 L0,95.508 L46.368,95.508 Z M107.856,95.508 L107.856,45.612 L87.192,45.612 C87.696,30.492 94.752,23.184 107.856,21.924 L107.856,0 C76.104,4.788 61.488,18.144 61.488,52.668 L61.488,95.508 L107.856,95.508 Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  aspect-ratio: 1.175;
  width: 0.32em;
  display: block;
  background-size: cover;
  position: absolute;
  top: 0.11em;
  left: -0.4em;
}
.wp-block-masthead-slider .slide h2.with-quotes::after {
  transform: rotate(180deg);
  left: auto;
  right: -0.4em;
}
@media (min-width: 490px) {
  .wp-block-masthead-slider .slide h2 {
    font-size: 4.375rem;
  }
  .wp-block-masthead-slider .slide h2.one-line {
    font-size: 4.9375rem;
  }
}
@media (min-width: 640px) {
  .wp-block-masthead-slider .slide h2 {
    font-size: 5.125rem;
  }
  .wp-block-masthead-slider .slide h2.one-line {
    font-size: 6rem;
  }
}
@media (min-width: 850px) {
  .wp-block-masthead-slider .slide h2 {
    font-size: 4.875rem;
    margin-top: calc(0.4166666667 * var(--min-height) - 140px);
  }
  .wp-block-masthead-slider .slide h2.one-line {
    margin-top: calc(0.4166666667 * var(--min-height) - 110px);
    font-size: 5.875rem;
  }
}
@media (min-width: 1120px) {
  .wp-block-masthead-slider .slide h2 {
    font-size: 6.125rem;
  }
  .wp-block-masthead-slider .slide h2.one-line {
    font-size: 6.875rem;
  }
}
.wp-block-masthead-slider .slides > .slide:not(:first-child) {
  display: none !important;
}
.wp-block-masthead-slider .slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 68px;
  width: 100%;
}
@media (min-width: 850px) {
  .wp-block-masthead-slider .slide-inner {
    align-items: flex-start;
    width: 55vw;
    padding-bottom: 0;
    margin-left: 7vw;
  }
}
@media (min-width: 1120px) {
  .wp-block-masthead-slider .slide-inner {
    margin-left: min(8vw, 105px);
    width: min(49vw, 550px);
  }
}
.wp-block-masthead-slider h2,
.wp-block-masthead-slider p {
  color: #fff;
  text-shadow: var(--shadow-strong);
  max-width: 92%;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .wp-block-masthead-slider h2,
  .wp-block-masthead-slider p {
    max-width: 100%;
  }
}
.wp-block-masthead-slider p {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0.9em;
  flex: 1;
}
@media (min-width: 850px) {
  .wp-block-masthead-slider p {
    flex: 0;
    margin-top: 1.6em;
    margin-bottom: 3.5em;
  }
}
@media (min-width: 1120px) {
  .wp-block-masthead-slider p {
    width: 78%;
    margin-right: auto;
    margin-left: 0;
    font-size: 1.5rem;
  }
}
.wp-block-masthead-slider .btn {
  box-shadow: var(--shadow);
  white-space: nowrap;
}
.wp-block-masthead-slider .mobile-btn-wrapper {
  display: none;
}
.wp-block-masthead-slider .slick-list::before,
.wp-block-masthead-slider
  .masthead-slider__wrapper
  > .slides:not(.slick-initialized)::before {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxMjYwIDUwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwdjUwaDEyNjB2LTYuN0MxMjAyLjEgMjYuNiAxMDEyLjMgMCA3NjcuOCAwSDB6IiBvcGFjaXR5PSIuNSIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDYuN1Y1MGgxMjYwYy01Ny45LTE2LjctMjQ3LjctNDMuMy00OTIuMi00My4zSDB6Ii8+PC9zdmc+");
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxMjYwIDUwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwdjUwaDEyNjB2LTYuN0MxMjAyLjEgMjYuNiAxMDEyLjMgMCA3NjcuOCAwSDB6IiBvcGFjaXR5PSIuNSIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDYuN1Y1MGgxMjYwYy01Ny45LTE2LjctMjQ3LjctNDMuMy00OTIuMi00My4zSDB6Ii8+PC9zdmc+");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-size: 2525px;
  mask-size: 2525px;
  z-index: 10;
}
@media (max-width: 849px) {
  .wp-block-masthead-slider .slick-list::before,
  .wp-block-masthead-slider
    .masthead-slider__wrapper
    > .slides:not(.slick-initialized)::before {
    height: 75px;
    -webkit-mask-size: 1894px;
    mask-size: 1894px;
  }
}
@media (max-width: 639px) {
  .wp-block-masthead-slider .slick-list::before,
  .wp-block-masthead-slider
    .masthead-slider__wrapper
    > .slides:not(.slick-initialized)::before {
    -webkit-mask-position: 100% bottom;
    mask-position: 100% bottom;
  }
}
.wp-block-masthead-slider .slick-slide .btn {
  display: none;
}
.wp-block-masthead-slider .slick-initialized h2,
.wp-block-masthead-slider .slick-initialized p {
  transition: all 0.6s ease-out 0.4s;
}
.wp-block-masthead-slider .slick-initialized + .mobile-btn-wrapper {
  display: block;
  z-index: 99;
  position: absolute;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
}
.wp-block-masthead-slider .slick-initialized + .mobile-btn-wrapper.gone {
  opacity: 0;
}
.wp-block-masthead-slider .slick-initialized + .mobile-btn-wrapper > .btn {
  margin: 0 auto;
}
@media (min-width: 850px) {
  .wp-block-masthead-slider .slick-initialized + .mobile-btn-wrapper {
    display: none !important;
  }
}
.wp-block-masthead-slider [aria-hidden="true"] h2,
.wp-block-masthead-slider [aria-hidden="true"] p {
  opacity: 0;
  transform: translateY(-1.4rem);
}
.wp-block-masthead-slider [aria-hidden="true"] p {
  transform: translateY(1.4rem);
}
.wp-block-masthead-slider .slick-arrow {
  background: rgba(255, 255, 255, 0.1);
  right: 1px;
  top: 44%;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.wp-block-masthead-slider .slick-arrow::before {
  background: #fff;
  -webkit-mask-image: url("../images/arrow-right.svg");
  mask-image: url("../images/arrow-right.svg");
  right: 0.9375rem;
  top: 0.9375rem;
}
.wp-block-masthead-slider .slick-arrow.slick-prev {
  left: 1px;
  right: auto !important;
}
.wp-block-masthead-slider .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
.wp-block-masthead-slider .slick-arrow:active {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 1120px) {
  .wp-block-masthead-slider .slick-arrow {
    right: 10px;
  }
  .wp-block-masthead-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
.wp-block-masthead-slider .slick-dots {
  position: absolute;
  bottom: 0;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 850px) {
  .wp-block-masthead-slider .slick-dots {
    bottom: 24px;
  }
}
@media (min-width: 1120px) {
  .wp-block-masthead-slider .slick-dots {
    justify-content: flex-start;
    padding-left: min(8vw, 105px);
    bottom: 75px;
  }
}
.wp-block-carousel {
  position: relative;
  overflow: hidden;
}
.wp-block-carousel > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.wp-block-carousel__inner {
  padding-top: 1.25rem;
  padding-bottom: 4rem;
  z-index: 1;
}
.wp-block-carousel__inner:not([data-slide-count="2"]) {
  -webkit-mask-image: linear-gradient(
    to left,
    transparent 0%,
    transparent 1%,
    black 8%,
    black 91%,
    transparent 99%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to left,
    transparent 0%,
    transparent 1%,
    black 8%,
    black 91%,
    transparent 99%,
    transparent 100%
  );
}
@media (min-width: 850px) {
  .wp-block-carousel__inner:not([data-slide-count="2"]) .slick-track {
    margin-left: 25%;
  }
}
.wp-block-carousel .content-item--source {
  align-items: center;
  display: flex;
  padding: 1.25rem 1.5rem 1.875rem;
}
@media (min-width: 850px) {
  .wp-block-carousel .content-item--source {
    padding: 1.5rem 2.1875rem 2.1875rem;
  }
}
.wp-block-carousel .content-item--source-thumb > img {
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  display: block;
  width: 4.375rem;
  aspect-ratio: 1;
  margin-right: 1.25rem;
  max-width: none;
}
@media (min-width: 850px) {
  .wp-block-carousel .content-item--source-thumb > img {
    width: 6.25rem;
  }
}
.wp-block-carousel .content-item--source-thumb.no-encircle > img {
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: auto;
}
.wp-block-carousel .content-item--source-info > p {
  line-height: 1.2;
  margin: 0;
}
.wp-block-carousel .content-item--source-info > p:nth-child(1) {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.1875rem;
  color: #739d00;
}
@media (min-width: 640px) {
  .wp-block-carousel .content-item--source-info > p:nth-child(1) {
    font-size: 1.5rem;
  }
}
.wp-block-carousel .content-item--source-info > p:nth-child(2) {
  font-size: 0.875rem;
}
.wp-block-carousel .content-item--text {
  padding: 1.25rem 1.5625rem 0;
}
.wp-block-carousel .content-item--text p {
  font-size: 1.125rem;
  line-height: 1.4;
}
.wp-block-carousel .content-item--text p:first-child {
  text-indent: -0.45rem;
}
.wp-block-carousel .content-item--text p > a {
  text-decoration: none;
  font-weight: bold;
}
.wp-block-carousel .content-item--text p > a:hover {
  text-decoration: underline;
}
@media (min-width: 850px) {
  .wp-block-carousel .content-item--text {
    padding: 2.1875rem 2.5rem 0;
  }
  .wp-block-carousel .content-item--text p {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.wp-block-carousel .content-item--video {
  position: relative;
}
.wp-block-carousel .content-item--video a,
.wp-block-carousel .content-item--video img {
  color: var(--wp--preset--color--secondary);
  display: block;
  width: 100%;
}
.wp-block-carousel .content-item--video a:hover,
.wp-block-carousel .content-item--video img:hover {
  color: var(--wp--preset--color--magenta);
}
.wp-block-carousel .content-item--video a:hover i,
.wp-block-carousel .content-item--video img:hover i {
  text-shadow: 0 0 35px #fff;
}
.wp-block-carousel .content-item--video i {
  position: absolute;
  font-size: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 35px #212121;
  transition: all 0.1s ease;
}
.wp-block-carousel .content-item--video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.wp-block-carousel.is-style-smaller .content-item--text p {
  font-size: 1rem;
  line-height: 1.3;
}
@media (min-width: 850px) {
  .wp-block-carousel.is-style-smaller .content-item--text p {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.wp-block-carousel.is-style-smaller .content-item--source-thumb > img {
  height: 3.75rem;
  width: 3.75rem;
  margin-right: 0.875rem;
}
@media (min-width: 850px) {
  .wp-block-carousel.is-style-smaller .content-item--source-thumb > img {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.wp-block-carousel.is-style-smaller
  .content-item--source-info
  > p:nth-child(1) {
  font-size: 1.3125rem;
}
.wp-block-carousel.is-style-singular .wp-block-carousel__inner {
  -webkit-mask-image: none;
  mask-image: none;
  padding-bottom: 0;
}
.wp-block-carousel.is-style-singular .slick-slider {
  width: calc(100% - 120px);
  margin: 0 auto;
}
@media (max-width: 639px) {
  .wp-block-carousel.is-style-singular .slick-slider {
    width: 100%;
  }
}
.wp-block-carousel.is-style-singular .slick-list {
  overflow: hidden !important;
}
.wp-block-carousel.is-style-singular .slick-track {
  margin-left: 0 !important;
}
@media (min-width: 640px) {
  .wp-block-carousel.is-style-singular .slick-arrow {
    bottom: calc(50% + 30px);
    left: -60px;
  }
  .wp-block-carousel.is-style-singular .slick-arrow.slick-next {
    left: auto;
    right: -60px;
  }
}
.wp-block-carousel .slick-list {
  margin: 0 0;
  overflow: visible;
}
.wp-block-carousel .slick-track {
  padding-bottom: 3.75rem;
  display: flex !important;
}
.wp-block-carousel:not(.is-style-singular) .slick-slide {
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  margin: 0 9px;
  overflow: hidden;
  height: inherit !important;
  transition: opacity 300ms ease, box-shadow 300ms ease, transform 300ms ease,
    filter 300ms ease;
  opacity: 0.7;
  transform: scale(0.95);
  filter: grayscale(60%) blur(0.5px);
}
.wp-block-carousel:not(.is-style-singular) .slick-current,
.wp-block-carousel [data-slide-count="2"] .slick-slide {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0.375rem 0.375rem 0.875rem rgba(0, 0, 0, 0.1);
  filter: grayscale(0) blur(0);
}
.wp-block-carousel .slick-arrow {
  left: calc(50% + 12px);
  bottom: -20px;
}
.wp-block-carousel .slick-prev {
  left: calc(50% - 62px);
}
@media (max-width: 639px) {
  .wp-block-carousel__inner {
    padding-top: 4.375rem;
  }
  .wp-block-carousel .slick-arrow {
    right: auto;
    top: -70px;
  }
}
.wp-block-carousel .slick-dots {
  margin: 0 auto;
  transform: translateY(-45px);
}
.wp-block-podcast.alignnone {
  max-width: 56.25rem !important;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-podcast > ol,
.wp-block-podcast > ol > li {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 0;
}
.podcast-episode {
  text-align: left;
  padding: 1.875rem 0;
  border-top: 2px solid #f5f6f6;
}
.podcast-title {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.2;
}
.podcast-title > a {
  text-decoration: none;
}
.podcast-title > a:hover {
  color: #991e66;
}
.podcast-title > a::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 80%;
  padding-left: 0.375rem;
  transform: translateX(90%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  text-decoration: none !important;
}
.podcast-title > a:hover::after {
  opacity: 1;
  text-decoration: none !important;
  transform: translateX(0);
}
.podcast-content {
  margin: 1.2rem 0;
}
.podcast-content p {
  margin: 0.2rem 0;
  font-size: 1.0625rem;
  line-height: 1.5;
}
.podcast-date {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  text-transform: uppercase;
  color: #739d00;
}
.podcast-date:after {
  content: "";
  background-color: #a6ce39;
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 2rem;
  width: 2.3125rem;
}
.em-post-tiles {
  position: relative;
  overflow: hidden;
}
.em-post-tiles__background-image {
  background-color: #00455f;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}
.em-post-tiles__background-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  bottom: -15%;
  height: 100%;
  position: absolute;
  display: block;
  opacity: 0.1 !important;
}
.em-post-tiles__inner {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
.em-post-tiles__inner[data-has-background="1"] {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
.em-post-tiles__inner[data-has-background="1"][data-has-tag-line="1"] {
  padding-top: 5.25rem;
}
.em-post-tiles__inner[data-has-background="1"] .em-post-tiles__title {
  color: #fff;
  font-size: 2.625rem;
  margin-bottom: 1.3125rem;
}
.em-post-tiles__inner[data-has-background="1"] .em-post-tiles__link {
  margin-bottom: 3.75rem;
  margin-top: 1.875rem;
}
@media (min-width: 850px) {
  .em-post-tiles__inner[data-has-background="1"] .em-post-tiles__link {
    margin-bottom: 0;
    margin-top: 0.75rem;
  }
}
.em-post-tiles__inner[data-has-background="1"] .em-post-tiles__link > a {
  border-color: #fff;
  color: #fff;
}
.em-post-tiles__inner[data-has-background="1"] .em-post-tiles__link > a:hover {
  background-color: #fff;
  color: #00455f;
}
.em-post-tiles__wrapper {
  position: relative;
}
.em-post-tiles__tag-line {
  position: relative;
  margin-bottom: 2.625rem;
}
.em-post-tiles__tag-line p,
.em-post-tiles__tag-line h3 {
  color: #a6ce39;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  text-align: center;
  transition-property: font-size;
}
@media (min-width: 640px) {
  .em-post-tiles__tag-line p,
  .em-post-tiles__tag-line h3 {
    font-size: 1.1875rem;
  }
}
.em-post-tiles__tag-line:after {
  content: " ";
  background-color: #a6ce39;
  height: 0.1875rem;
  left: calc(50% - 38px);
  margin-top: 1.125rem;
  position: absolute;
  width: 4.75rem;
}
.em-post-tiles__top-content {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 850px) {
  .em-post-tiles__top-content {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.em-post-tiles__title {
  color: #00455f;
  font-weight: normal;
  margin-bottom: 1.6875rem;
}
@media (min-width: 640px) {
  .em-post-tiles__title {
    margin-bottom: 1.5rem;
  }
}
.em-post-tiles__link {
  margin-bottom: 2.5rem;
}
@media (min-width: 850px) {
  .em-post-tiles__link {
    margin-bottom: 0;
  }
}
.em-post-tiles__content-container {
  margin: 1.5625rem auto 0;
  display: grid;
  gap: 1.5625rem;
  justify-content: center;
  place-items: stretch;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 240px;
  position: relative;
}
.em-post-tiles__content-container.post-count-1 {
  grid-template-columns: 600px;
  grid-template-rows: 440px;
}
.em-post-tiles__content-container.post-count-2 {
  grid-template-columns: 1fr 375px 375px 1fr;
  grid-template-rows: 330px;
}
.em-post-tiles__content-container.post-count-2 > *:nth-child(1) {
  grid-column-start: 2;
}
.em-post-tiles__content-container.post-count-3,
.em-post-tiles__content-container.post-count-6 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 875px;
}
.em-post-tiles__content-container.post-count-5,
.em-post-tiles__content-container.post-count-6,
.em-post-tiles__content-container.post-count-7,
.em-post-tiles__content-container.post-count-8 {
  grid-template-rows: repeat(2, 240px);
}
.em-post-tiles__content-container.post-count-5 > *:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (min-width: 640px) {
  .em-post-tiles__content-container.post-count-5 > *:nth-child(1),
  .em-post-tiles__content-container.post-count-1 > * {
    font-size: 1.375rem;
  }
  .em-post-tiles__content-container.post-count-5
    > *:nth-child(1)
    .em-post-tiles__content-item--container,
  .em-post-tiles__content-container.post-count-1
    > *
    .em-post-tiles__content-item--container {
    padding: 2.1875rem;
  }
  .em-post-tiles__content-container.post-count-5
    > *:nth-child(1)
    .em-post-tiles__content-item--title,
  .em-post-tiles__content-container.post-count-1
    > *
    .em-post-tiles__content-item--title {
    bottom: 2.875rem;
  }
  .em-post-tiles__content-container.post-count-5 > *:nth-child(1) > span,
  .em-post-tiles__content-container.post-count-1 > * > span {
    bottom: 3.125rem;
    padding-right: 1.625rem;
  }
  .em-post-tiles__content-container.post-count-5 > *:nth-child(1) > span > span,
  .em-post-tiles__content-container.post-count-1 > * > span > span {
    font-size: 1rem;
    margin-bottom: 1.8125rem;
  }
}
@media (max-width: 849px) {
  .em-post-tiles__content-container:not(.post-count-3) {
    width: 580px;
    max-width: 90vw;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 240px;
  }
}
@media (max-width: 639px) {
  .em-post-tiles__content-container.post-count-3 {
    grid-template-columns: 300px;
    grid-auto-rows: 240px;
  }
}
@media (max-width: 489px) {
  .em-post-tiles__content-container {
    max-width: 90vw !important;
    grid-template-columns: 300px !important;
  }
  .em-post-tiles__content-container.post-count-5 > *:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.em-post-tiles__content-item {
  color: #fff;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0;
}
.em-post-tiles__content-item:before,
.em-post-tiles__content-item:after {
  display: none;
}
.em-post-tiles__content-item:hover {
  color: #fff;
}
.em-post-tiles__content-item:hover
  .em-post-tiles__content-item--container:before {
  opacity: 0;
}
.em-post-tiles__content-item:hover img {
  transform: scale(1.07);
}
.em-post-tiles__content-item:focus {
  outline: 0;
}
.em-post-tiles__content-item--container {
  bottom: 0;
  left: 0;
  padding: 1.1875rem;
  position: absolute;
  right: 0;
  top: 0;
}
.em-post-tiles__content-item--container::before,
.em-post-tiles__content-item--container::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.em-post-tiles__content-item--container:after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.85) 100%
  );
  z-index: 2;
}
.em-post-tiles__content-item--container:before {
  background-color: #000;
  opacity: 0.25;
  transition: opacity 0.25s ease;
  z-index: 2;
}
.em-post-tiles__content-item--image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.em-post-tiles__content-item--image img {
  transition: transform 0.25s ease;
}
.em-post-tiles__content-item--title {
  bottom: 1rem;
  position: absolute;
  padding-right: 1.1875rem;
  z-index: 5;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.5);
}
.em-post-tiles__content-item--title > span {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  text-transform: uppercase;
}
.em-post-tiles__content-item--title > span:after {
  content: "";
  background-color: #a6ce39;
  height: 0.1875rem;
  left: 0;
  position: absolute;
  top: 1.625rem;
  width: 3.125rem;
}
.em-products {
  position: relative;
  overflow: hidden;
  max-width: 75.3125rem !important;
}
.em-products__inner {
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 759px) {
  .em-products__inner {
    padding-top: 4.375rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1120px) {
  .em-products__inner {
    padding-top: 0;
  }
}
.em-products__title {
  color: #00708b;
  font-size: 1.875rem;
  text-align: center;
}
@media (min-width: 759px) {
  .em-products__title {
    font-size: 3rem;
  }
}
.em-products__description {
  color: #212121;
  text-align: center;
  transition-property: font;
}
.em-products__description p {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 759px) {
  .em-products__description p {
    font-size: 1.75rem;
  }
}
.em-products__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  max-width: 400px;
  margin: 1.875rem auto 0;
}
@media (min-width: 640px) {
  .em-products__content {
    grid-template-columns: 1fr 1fr;
    max-width: 825px;
    margin: 3.75rem auto;
  }
}
@media (min-width: 1120px) {
  .em-products__content {
    max-width: 1175px;
    margin: 6.25rem auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }
}
.em-products__content > a {
  text-decoration: none !important;
  transition: transform 0.25s ease;
  display: block;
  cursor: pointer;
}
.em-products__content > a:hover {
  transform: scale(1.04);
}
.em-products__content > a:hover > * {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  background-color: #4c9dbb;
}
.em-products__content > a:hover .em-products__content--image {
  transform: translateY(-4%) scale(1.1);
}
.em-products__content > a:hover .em-products__content--title * {
  color: #fff !important;
}
.em-products__content > a:hover .btn {
  background-color: #fff !important;
  border-color: #991e66 !important;
  color: #991e66 !important;
}
.em-products__content .em-products__content--container {
  border-radius: 0.25rem;
  background-color: #ebf0f2;
  text-align: center;
  padding: 0 0.875rem;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  height: 100%;
}
.em-products__content .em-products__content--container > * {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.em-products__content--info {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
}
.em-products__content--title {
  margin-bottom: 0.625rem;
  margin-top: 1.25rem;
}
.em-products__content--title h2 {
  color: #56565b;
  font-size: 1.1875rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: bold;
  transition: color 0.25s ease;
}
.em-products__content--title h2 > strong {
  font-size: 1.875rem;
  color: #00708b;
  display: block;
  transition: color 0.25s ease;
}
.em-products__content--description {
  flex: 1 0 auto;
}
.em-products__content--description p {
  color: #56565b;
  font-size: 1rem;
  line-height: 1.375;
}
.em-products__content--link {
  flex: 0 0 auto;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.em-products__content--image {
  width: 100%;
  max-width: 300px;
  margin-top: 0.625rem;
  position: relative;
  transition: transform 0.25s ease;
  aspect-ratio: 1/0.73;
}
.em-products__content--image::before {
  content: "";
  width: 73%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 7px solid #fff;
  box-shadow: 0 0 0 3px var(--wp--preset--color--secondary, #a6ce39);
  background-color: var(--wp--preset--color--primary-d, #00455f);
  background: linear-gradient(
    180deg,
    var(--wp--preset--color--primary-d, #00455f) 0%,
    var(--wp--preset--color--primary-l, #4c9dbb) 100%
  );
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1120px) {
  .em-products__content--image {
    margin-top: -13%;
  }
}
.em-products__content--image img {
  position: relative;
  z-index: 10;
  aspect-ratio: 1/0.73;
  -o-object-fit: contain;
  object-fit: contain;
}
.em-products__content--image > img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.em-products__content--container[data-image-circle="no"]
  .em-products__content--image::before {
  display: none;
}
.em-related-products {
  position: relative;
  overflow: hidden;
  background-color: #ebf0f2;
  padding: 3.75rem 0;
}
.em-related-products.em-mb--none {
  padding-bottom: 0 !important;
}
.em-related-products.em-mt--none {
  padding-top: 0 !important;
}
.em-related-products__background-image {
  position: absolute;
  height: 100%;
  bottom: -12.5rem;
  width: 100%;
  z-index: 0;
  opacity: 0.5;
}
.em-related-products__background-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
}
.em-related-products__inner {
  position: relative;
  z-index: 1;
}
.em-related-products__title {
  color: #56565b;
  font-weight: normal;
  text-align: center;
  transition-property: text-align;
}
@media (min-width: 640px) {
  .em-related-products__title {
    text-align: left;
    transition-property: text-align;
  }
}
@media (min-width: 850px) {
  .em-related-products__content-container {
    margin-top: 1.875rem;
  }
}
.em-related-products__content {
  padding-top: 1.25rem;
}
@media (min-width: 640px) {
  .em-related-products__content {
    padding-top: 0;
    position: initial !important;
  }
}
.em-related-products__content[data-content-count="1"] .slick-track,
.em-related-products__content[data-content-count="2"] .slick-track {
  margin-left: inherit;
  margin-right: inherit;
}
.em-related-products__content-item {
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  padding: 1rem 1.2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.em-related-products__content-item > picture {
  flex: 0 0 auto;
}
.em-related-products__content-item > div {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.em-related-products__content-item:focus {
  outline: 0;
}
.em-related-products__content-item:hover {
  transform: scale(1.03);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.em-related-products__content-item:hover span {
  color: #991e66;
}
.em-related-products__content-item:hover span:after {
  color: #991e66;
}
.em-related-products__content-item:active {
  transform: scale(0.97);
}
.em-related-products__content-item span::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 80%;
  padding-left: 0.375rem;
  transform: translateX(90%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  text-decoration: none !important;
}
.em-related-products__content-item:hover span::after {
  opacity: 1;
  text-decoration: none !important;
  transform: translateX(0);
}
.em-related-products__content-item span {
  display: block;
  font-size: 1.3125rem;
  margin-top: 0.875rem;
  transition-property: color;
  line-height: 1.15;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.em-related-products__content-item span:after {
  position: absolute;
  bottom: 0.1875rem;
}
.em-related-products__content-item > span::after {
  display: inline;
}
.em-related-products__content-item img {
  border-radius: 50%;
  height: 6.25rem;
  margin: 0 auto;
  width: 6.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.em-related-products [data-content-count="1"] .slick-track {
  text-align: center;
  width: 100% !important;
}
.em-related-products [data-content-count="1"] .slick-track > div {
  display: inline-block;
  float: none;
  width: auto !important;
}
.em-related-products .slick-list {
  margin: 0 -10px;
}
@media (max-width: 639px) {
  .em-related-products .slick-list {
    width: 76% !important;
    margin: 0 auto;
  }
}
.em-related-products .slick-track {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex !important;
}
.em-related-products .slick-slide {
  margin: 0 10px 5px;
  height: inherit !important;
}
.em-related-products .slick-slide > div {
  height: 100%;
  padding: 5px 0 10px;
}
.em-related-products .slick-arrow {
  right: 0;
  top: 6.4375rem;
}
@media (min-width: 640px) {
  .em-related-products .slick-arrow {
    top: 0;
    right: 1.25rem;
  }
}
.em-related-products .slick-prev {
  left: 0;
}
@media (min-width: 640px) {
  .em-related-products .slick-prev {
    left: auto;
    right: 5.625rem;
  }
}
.em-resource-posts-slider {
  background-color: #fff;
  padding: 2.625rem 0 2.5rem;
  position: relative;
  overflow: hidden;
}
.em-resource-posts-slider.em-mb--none {
  padding-bottom: 0 !important;
}
.em-resource-posts-slider.em-mt--none {
  padding-top: 0 !important;
}
.em-resource-posts-slider__background-image {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 0;
}
.em-resource-posts-slider__background-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
}
.em-resource-posts-slider__inner {
  position: relative;
  z-index: 1;
}
.em-resource-posts-slider__tag-line {
  position: relative;
  color: #a6ce39;
  font-size: 0.8125rem;
  font-weight: bold;
  left: 0.9375rem;
  letter-spacing: 0.03125rem;
  margin-bottom: 3.1875rem;
  margin-left: 0;
  text-transform: uppercase;
  text-align: left;
  top: 0;
  transition-property: font-size;
  width: 7.25rem;
}
@media (min-width: 490px) {
  .em-resource-posts-slider__tag-line {
    position: absolute;
  }
}
@media (min-width: 640px) {
  .em-resource-posts-slider__tag-line {
    font-size: 1rem;
    text-align: center;
    width: auto;
  }
}
@media (min-width: 850px) {
  .em-resource-posts-slider__tag-line {
    top: 4.75rem;
  }
}
.em-resource-posts-slider__tag-line p {
  line-height: 1.2;
  text-align: left;
}
.em-resource-posts-slider__tag-line:after {
  content: " ";
  background-color: #a6ce39;
  height: 0.0625rem;
  left: 0;
  margin-top: 1.3125rem;
  position: absolute;
  right: 0;
  width: 50%;
}
.em-resource-posts-slider__container {
  position: relative;
}
.em-resource-posts-slider__container > *:first-child {
  padding-top: 4.625rem;
  transition-property: width;
}
.em-resource-posts-slider__container .slick-list {
  overflow: visible !important;
}
.em-resource-posts-slider__content-item {
  display: flex !important;
  flex-flow: wrap;
  padding: 0 3.125rem 1.25rem 0;
  transition-property: padding;
}
.em-resource-posts-slider__content-item > * {
  flex: 1 0 100%;
}
@media (min-width: 850px) {
  .em-resource-posts-slider__content-item > * {
    max-width: 50%;
  }
}
.em-resource-posts-slider__content-item > * + .em-resource-posts-slider__image {
  padding-left: 30px;
  position: relative;
}
@media (min-width: 850px) {
  .em-resource-posts-slider__content-item {
    padding: 0 3.125rem 1.25rem 9.625rem;
    transition-property: padding;
  }
}
.em-resource-posts-slider__content-item--title {
  font-weight: bold;
  margin-bottom: 2.8125rem;
}
.em-resource-posts-slider__content-item--title > span {
  color: #00708b;
}
@media (max-width: 639px) {
  .em-resource-posts-slider__content-item--title {
    font-size: 1.5625rem;
  }
}
.em-resource-posts-slider__content-item--link {
  border: 0.0625rem solid #00708b;
  border-radius: 1.875rem;
  color: #00708b;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.9375rem 2.25rem;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  transition-property: color, background-color, border-color;
}
.em-resource-posts-slider__content-item--link:hover {
  color: #fff;
  background-color: #00455f;
  border-color: #00455f;
}
.em-resource-posts-slider__content-item--link:focus {
  outline: 0;
}
@media (max-width: 849px) {
  .em-resource-posts-slider__image {
    display: none;
  }
}
@media (min-width: 850px) {
  .em-resource-posts-slider__image {
    transition-property: margin;
    min-height: 300px;
    margin-top: -100px;
  }
}
.em-resource-posts-slider__image--item img,
.em-resource-posts-slider__image--item svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.em-resource-posts-slider__image--item svg {
  position: relative;
  top: 10px;
  width: 65% !important;
  height: auto !important;
}
.em-resource-posts-slider .slick-arrow {
  top: 0;
}
@media (max-width: 489px) {
  .em-resource-posts-slider .slick-arrow {
    left: 0;
  }
}
@media (max-width: 849px) {
  .em-resource-posts-slider .slick-arrow {
    right: 0;
  }
}
@media (min-width: 850px) {
  .em-resource-posts-slider .slick-arrow {
    left: 0;
    top: 10.75rem;
  }
  .em-resource-posts-slider .slick-arrow:before {
    transform: rotate(90deg);
  }
}
@media (max-width: 489px) {
  .em-resource-posts-slider .slick-next {
    left: 6.25rem;
  }
}
@media (min-width: 850px) {
  .em-resource-posts-slider .slick-next {
    top: 15.4375rem;
  }
}
@media (max-width: 489px) {
  .em-resource-posts-slider .slick-prev {
    left: 0;
  }
}
@media (max-width: 849px) {
  .em-resource-posts-slider .slick-prev {
    right: 6.25rem;
  }
}
.em-rich-text > * {
  margin-top: 1em !important;
  margin-bottom: 0.9375rem !important;
}
.em-rich-text + p,
.em-rich-text + ul {
  margin-top: 0;
}
.em-simple-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding: 4.0625rem 0;
}
.em-simple-cta .alignwide {
  max-width: 61.5rem;
}
.em-simple-cta .background-image,
.em-simple-cta .background-video {
  background-color: #00455f;
}
.em-simple-cta:not(.is-style-clean) .background-image:after,
.em-simple-cta:not(.is-style-clean) .background-video:after {
  content: " ";
  background-color: #000;
  bottom: 0;
  position: absolute;
  left: 0;
  opacity: 0.35;
  right: 0;
  top: 0;
}
.em-simple-cta .background-image[data-image-type="default"] img {
  bottom: 72%;
  transform: scale(3.5);
  transition-property: transform;
}
@media (min-width: 640px) {
  .em-simple-cta .background-image[data-image-type="default"] img {
    transform: scale(2);
  }
}
@media (min-width: 850px) {
  .em-simple-cta .background-image[data-image-type="default"] img {
    bottom: 28%;
    transform: scale(1);
  }
}
.em-simple-cta__wrapper {
  text-align: center;
}
.em-simple-cta__tag-line {
  position: relative;
  color: #a6ce39;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.03125rem;
  margin: 0 auto 3.1875rem auto;
  text-transform: uppercase;
  text-align: center;
  transition-property: font-size;
}
@media (min-width: 640px) {
  .em-simple-cta__tag-line {
    font-size: 1rem;
    width: auto;
  }
}
.em-simple-cta__tag-line:after {
  content: " ";
  background-color: #a6ce39;
  height: 0.1875rem;
  left: 0;
  margin: 0.875rem auto 0;
  position: absolute;
  right: 0;
  width: 4.6875rem;
}
.em-simple-cta__title {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .em-simple-cta__description {
    margin: 0 auto;
    width: 80%;
  }
}
.em-simple-cta__description > p {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .em-simple-cta__description > p {
    font-size: 1.5rem;
  }
}
.em-simple-cta__button {
  color: #fff !important;
  margin-top: 2.5rem;
}
.em-support-downloads {
  position: relative;
  overflow: hidden;
}
.em-support-downloads.em-mb--none .em-support-downloads__inner {
  padding-bottom: 0 !important;
}
.em-support-downloads.em-mt--none .em-support-downloads__inner {
  padding-top: 0.125rem !important;
}
.em-support-downloads__inner {
  padding: 2.8125rem 0;
}
@media (min-width: 850px) {
  .em-support-downloads__inner {
    padding: 5rem 0;
  }
}
.em-support-downloads__inner.no-title {
  padding-top: 1.875rem;
}
.em-support-downloads__heading-container {
  display: flex;
  flex-flow: column nowrap;
}
.em-support-downloads__heading-container > *:not(:first-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 850px) {
  .em-support-downloads__heading-container {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.em-support-downloads__title {
  color: #00455f;
  margin-bottom: 1.875rem !important;
}
.em-support-downloads__content {
  display: flex;
  flex-flow: row wrap;
}
.em-support-downloads__content > * {
  align-items: center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  color: #00455f;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: 1.3125rem;
  padding: 1.125rem 1.3125rem 1rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
  background-color: #fff;
}
.em-support-downloads__content > * span:first-child {
  width: 84%;
  transition: color 0.25s ease;
}
.em-support-downloads__content > * span:last-child {
  background: url("../images/download-icon.svg");
  background-position: -2.0625rem -0.125rem;
  background-size: 4.125rem;
  background-repeat: no-repeat;
  display: block;
  height: 1.875rem;
  overflow: hidden;
  width: 2.125rem;
}
@media (min-width: 850px) {
  .em-support-downloads__content > * {
    width: 48.8%;
  }
  .em-support-downloads__content > *:nth-child(odd) {
    margin-right: 2.4%;
  }
}
.em-support-downloads__content > *:focus {
  outline: 0;
}
.em-support-downloads__content > *:hover {
  color: #00708b;
  transform: scale(1.02);
  box-shadow: var(--shadow-soft);
}
.em-support-downloads__content > *:hover span {
  color: #991e66;
}
.ie .em-support-downloads__content > * span:last-child {
  background-size: 3.4375rem;
  position: relative;
  top: -0.5625rem;
}
@keyframes displayTabContent {
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.em-tabbed-content {
  position: relative;
  overflow: hidden;
}
.em-tabbed-content__background-color {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.em-tabbed-content__background-image {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.em-tabbed-content__background-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  height: auto;
  transform: scale(1.5);
  transition-property: transform;
  width: 100%;
}
@media (min-width: 850px) {
  .em-tabbed-content__background-image img {
    transform: scale(0.9);
  }
}
@media (min-width: 850px) {
  .em-tabbed-content__background-image img {
    height: initial;
    width: auto;
  }
}
.em-tabbed-content__inner {
  padding-top: 1.1875rem;
  padding-bottom: 1.3125rem;
  position: relative;
}
@media (min-width: 850px) {
  .em-tabbed-content__inner {
    padding-top: 4.3125rem;
    padding-bottom: 3.8125rem;
  }
}
.em-tabbed-content__header-container {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 1.6875rem;
}
@media (min-width: 850px) {
  .em-tabbed-content__header-container {
    align-items: flex-start;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.em-tabbed-content__header-container > *:first-child {
  width: 100%;
}
@media (min-width: 850px) {
  .em-tabbed-content__header-container > *:first-child {
    width: 72%;
  }
}
@media (min-width: 850px) {
  .em-tabbed-content__view-all-link {
    margin-top: 0.5rem;
  }
}
.em-tabbed-content__title {
  color: #00455f;
  font-weight: normal;
}
.em-tabbed-content__title[data-has-description="1"] {
  margin-bottom: 0.9375rem !important;
}
@media (max-width: 849px) {
  .em-tabbed-content__title[data-has-link="1"] {
    margin-bottom: 0.9375rem !important;
  }
}
.em-tabbed-content__description {
  color: #00455f;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 0.9375rem;
}
@media (min-width: 850px) {
  .em-tabbed-content__description {
    margin-bottom: 0;
  }
}
.em-tabbed-content__tabs-container {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 850px) {
  .em-tabbed-content__tabs-container {
    flex-flow: row nowrap;
  }
}
@media (max-width: 849px) {
  .em-tabbed-content__tabs-container.loaded
    .em-tabbed-content__tab-content--container {
    display: none;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
  }
}
.em-tabbed-content__tabs-container > *:first-child {
  width: 100%;
}
@media (min-width: 850px) {
  .em-tabbed-content__tabs-container > *:first-child {
    padding-right: 2.375rem;
    width: 31.111%;
  }
  .em-tabbed-content__tabs-container > *:first-child > *:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.em-tabbed-content__tabs-container > *:last-child {
  width: 100%;
}
@media (min-width: 850px) {
  .em-tabbed-content__tabs-container > *:last-child {
    width: 68.89%;
  }
}
.em-tabbed-content.is-style-horiz-left .em-tabbed-content__tabs-container,
.em-tabbed-content.is-style-horiz-stretch .em-tabbed-content__tabs-container {
  flex-flow: column nowrap !important;
}
.em-tabbed-content.is-style-horiz-left
  .em-tabbed-content__tabs-container
  > div:first-child,
.em-tabbed-content.is-style-horiz-left
  .em-tabbed-content__tabs-container
  > div:last-child,
.em-tabbed-content.is-style-horiz-stretch
  .em-tabbed-content__tabs-container
  > div:first-child,
.em-tabbed-content.is-style-horiz-stretch
  .em-tabbed-content__tabs-container
  > div:last-child {
  width: 100% !important;
  padding-right: 0;
}
.em-tabbed-content.is-style-horiz-left
  .em-tabbed-content__tabs-container
  > div:first-child,
.em-tabbed-content.is-style-horiz-stretch
  .em-tabbed-content__tabs-container
  > div:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.25rem;
  padding-bottom: 2.1875rem;
}
.em-tabbed-content.is-style-horiz-left
  .em-tabbed-content__tabs-container
  .em-tabbed-content__tab,
.em-tabbed-content.is-style-horiz-stretch
  .em-tabbed-content__tabs-container
  .em-tabbed-content__tab {
  text-align: center;
  margin-top: 0;
  flex: 0 1 auto;
}
.em-tabbed-content.is-style-horiz-left
  .em-tabbed-content__tabs-container
  .em-tabbed-content__tab--label,
.em-tabbed-content.is-style-horiz-stretch
  .em-tabbed-content__tabs-container
  .em-tabbed-content__tab--label {
  line-height: 1.1;
  display: none;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 850px) {
  .em-tabbed-content.is-style-horiz-left
    .em-tabbed-content__tabs-container
    .em-tabbed-content__tab--label,
  .em-tabbed-content.is-style-horiz-stretch
    .em-tabbed-content__tabs-container
    .em-tabbed-content__tab--label {
    display: flex;
  }
}
.em-tabbed-content.is-style-horiz-left
  .em-tabbed-content__tabs-container
  .em-tabbed-content__tab[data-focus="true"]
  > span:last-child,
.em-tabbed-content.is-style-horiz-stretch
  .em-tabbed-content__tabs-container
  .em-tabbed-content__tab[data-focus="true"]
  > span:last-child {
  right: auto;
  left: 50%;
  top: auto;
  bottom: 0;
  transform: translate(-50%, -50%);
  height: auto;
}
.em-tabbed-content.is-style-horiz-stretch
  .em-tabbed-content__tabs-container
  > div:first-child {
  justify-content: space-between;
}
.em-tabbed-content.is-style-horiz-stretch
  .em-tabbed-content__tabs-container
  > div:first-child
  > .em-tabbed-content__tab {
  flex-grow: 1;
  width: 0;
}
.em-tabbed-content__tab {
  box-shadow: -0.0625rem 0.0625rem 1.0625rem 0.1875rem rgba(0, 0, 0, 0.14);
  position: relative;
}
.em-tabbed-content__tab[data-focus="true"] > *:first-child {
  background-color: #00708b;
  color: #fff !important;
  z-index: 1;
}
.em-tabbed-content__tab[data-focus="true"] > *:first-child:hover {
  background-color: #00455f;
  color: #fff;
}
.em-tabbed-content__tab[data-focus="true"] > *:last-child {
  align-items: center;
  display: none;
  height: 100%;
  position: absolute;
  right: -0.4375rem;
  text-align: center;
  top: 0;
  width: 1.4375rem;
  z-index: 0;
}
@media (min-width: 850px) {
  .em-tabbed-content__tab[data-focus="true"] > *:last-child {
    display: flex;
  }
}
.em-tabbed-content__tab[data-focus="true"] > *:last-child:after {
  content: " ";
  background-color: #00708b;
  display: inline-block;
  height: 1.4375rem;
  position: absolute;
  transform: rotate(45deg);
  transition-property: background-color;
  width: 1.4375rem;
}
.em-tabbed-content__tab[data-focus="true"]:hover > *:last-child:after {
  background-color: #00455f;
}
.em-tabbed-content__tab--label {
  background-color: #fff;
  color: #991e66 !important;
  cursor: pointer;
  display: none;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 1.25rem 1.25rem 1.125rem;
  position: relative;
  text-transform: uppercase;
  transition-property: background-color, color;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 850px) {
  .em-tabbed-content__tab--label {
    display: block;
  }
}
.em-tabbed-content__tab:hover .em-tabbed-content__tab--label {
  background-color: #00708b;
  color: #fff !important;
}
.em-tabbed-content__tab-content {
  margin-bottom: 0.625rem;
}
.em-tabbed-content__tab-content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .em-tabbed-content__tab-content[data-focus="false"] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.em-tabbed-content__tab-content[data-focus="true"]
  .em-tabbed-content__tab-content--accordion-title
  span:after {
  background-color: #fff;
}
.em-tabbed-content__tab-content[data-focus="true"]
  .em-tabbed-content__tab-content--accordion-title
  span:before {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 850px) {
  .em-tabbed-content__tab-content[data-focus="true"]
    .em-tabbed-content__tab-content--container {
    animation: displayTabContent;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-delay: 100ms;
    display: block;
  }
}
@media (min-width: 850px) {
  .em-tabbed-content__tab-content {
    margin-top: 0;
  }
}
.em-tabbed-content__tab-content--accordion-title {
  align-items: center;
  background-color: #991e66;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  padding: 0.75rem 3.125rem 0.75rem 0.9375rem;
  position: relative;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 2px;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 850px) {
  .em-tabbed-content__tab-content--accordion-title {
    display: none;
  }
}
.em-tabbed-content__tab-content--accordion-title span {
  height: 1.125rem;
  position: absolute;
  right: 3%;
  width: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.em-tabbed-content__tab-content--accordion-title span:after,
.em-tabbed-content__tab-content--accordion-title span:before {
  content: " ";
  background-color: #fff;
  display: block;
  position: relative;
  transition-property: background-color, opacity, visibility;
}
.em-tabbed-content__tab-content--accordion-title span:after {
  height: 0.125rem;
  top: -0.625rem;
  width: 1.125rem;
}
.em-tabbed-content__tab-content--accordion-title span:before {
  height: 1.125rem;
  left: 0.5rem;
  width: 0.125rem;
}
.em-tabbed-content__tab-content--container {
  display: none;
  padding: 0.9375rem 0.1875rem 0;
}
@media (min-width: 850px) {
  .em-tabbed-content__tab-content--container {
    max-height: initial;
    opacity: 0;
    padding: 0 0 0 0;
    transition-property: height;
    visibility: hidden;
  }
}
.em-tabbed-content__tab-content--container img {
  position: relative;
}
.em-tabbed-content__tab-content--title {
  color: #00708b;
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 850px) {
  .em-tabbed-content__tab-content--title {
    font-size: 1.9375rem;
    margin-bottom: 2rem;
  }
}
.em-tabbed-content__tab-content--content {
  margin-bottom: 1.875rem;
}
.em-tabbed-content__tab-content--content h2,
.em-tabbed-content__tab-content--content h3,
.em-tabbed-content__tab-content--content h4,
.em-tabbed-content__tab-content--content h5,
.em-tabbed-content__tab-content--content h6 {
  color: #00455f;
  font-size: 1.3125rem;
  position: relative;
}
.em-tabbed-content__tab-content--content ul > *:first-child,
.em-tabbed-content__tab-content--content ol > *:first-child {
  margin-top: 0;
}
.em-tabbed-content__tab-content--content ul {
  list-style: none;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding: 0;
}
.em-tabbed-content__tab-content--content ul.consecutive {
  counter-reset: auto;
}
.em-tabbed-content__tab-content--content ul:first-child {
  margin-top: 0;
}
.em-tabbed-content__tab-content--content ul:last-child {
  margin-bottom: 0;
}
.editor-styles .em-tabbed-content__tab-content--content ul {
  overflow: hidden;
}
.em-tabbed-content__tab-content--content ul li,
.em-tabbed-content__tab-content--content ul li li:first-child {
  margin-top: 0.5rem;
}
.em-tabbed-content__tab-content--content ul li:first-child {
  padding-top: 0;
}
.em-tabbed-content__tab-content--content ul li {
  font-size: 1rem;
  padding-left: 1.3125rem;
  position: relative;
}
@media (min-width: 640px) {
  .em-tabbed-content__tab-content--content ul li {
    font-size: 1.125rem;
  }
}
.em-tabbed-content__tab-content--content ul li:before {
  content: "•";
  color: #a6ce39;
  display: inline-block;
  font-size: 1.75rem;
  position: absolute;
  left: 0.125rem;
  top: -0.6875rem;
  text-shadow: 0 0 1px #00708b;
  width: 1.75rem;
}
.em-tabbed-content__tab-content--content ul ul,
.em-tabbed-content__tab-content--content ul ol {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.em-tabbed-content__tab-content--content
  + .em-tabbed-content__tab-content--video
  .em-video-slider__slider {
  padding-top: 5rem;
}
@media (min-width: 850px) {
  .em-tabbed-content__tab-content--content
    + .em-tabbed-content__tab-content--video
    .em-video-slider__slider
    .slick-arrow {
    top: 0;
  }
}
.em-tabbed-content__tab-content--content .content-column {
  padding-right: 2em;
}
.em-tabbed-content__tab-content--table:not(:last-child) {
  margin-bottom: 2.5rem;
}
.em-tabbed-content__tab-content--table .em-tables__inner .em-tables__title {
  color: #00455f;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 1.875rem;
}
@media (min-width: 850px) {
  .em-tabbed-content__tab-content--table .em-tables__inner .em-tables__title {
    font-size: 1.5rem;
  }
}
.em-tabbed-content__tab-content--video .em-video-slider__inner {
  padding: 0 !important;
}
.em-tabbed-content__tab-content--table
  + .em-tabbed-content__tab-content--content {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.em-tabbed-content__tab-content--table
  + .em-tabbed-content__tab-content--table
  .em-tables__title {
  margin-top: 2.5rem;
}
.ie .em-tabbed-content__tab[data-focus="true"] > :last-child {
  top: -0.625rem;
}
.em-tables {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
.em-tables.em-mb--none {
  padding-bottom: 0 !important;
}
.em-tables.em-mt--none {
  padding-top: 0 !important;
}
.em-tables__title {
  color: #00455f;
  font-weight: normal;
}
.em-tables__tables[data-layout="two_column"] {
  display: flex;
  flex-flow: row wrap;
}
.em-tables__tables[data-layout="two_column"] > * {
  width: 50%;
}
.em-video-slider {
  position: relative;
  overflow: hidden;
  background-color: #ebf0f2;
  padding: 2.5rem 0;
}
@media (min-width: 640px) {
  .em-video-slider {
    padding: 5rem 0;
  }
}
@media (min-width: 850px) {
  .em-video-slider {
    padding: 5rem 0 6.25rem;
  }
}
.em-video-slider.em-mb--none {
  padding-bottom: 0 !important;
}
.em-video-slider.em-mt--none {
  padding-top: 0 !important;
}
.em-video-slider__background-image {
  bottom: 0;
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
@media (min-width: 850px) {
  .em-video-slider__background-image {
    display: block;
  }
}
.em-video-slider__background-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  bottom: -33.33%;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.em-video-slider__inner {
  position: relative;
  z-index: 1;
}
.em-video-slider__title {
  color: #00455f;
  font-weight: normal;
}
.em-video-slider__description p {
  color: #00455f;
  font-size: 1.125rem;
}
.em-video-slider__content-list {
  display: flex;
  flex-flow: row wrap;
  margin-top: 2.5625rem;
}
.em-video-slider__content-item {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 2.3125rem;
  width: 100%;
}
@media (min-width: 850px) {
  .em-video-slider__content-item {
    width: 47%;
  }
  .em-video-slider__content-item:nth-child(odd) {
    margin-right: 6%;
  }
}
.em-video-slider__content-item--number {
  color: #a6ce39;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.125rem;
  margin-right: 0.6875rem;
}
.em-video-slider__content-item--number.no-title {
  margin-top: 0.375rem;
}
.em-video-slider__content-item--content h3 {
  color: #00455f;
  font-size: 1.3125rem;
  font-weight: bold;
}
.em-video-slider__content-item--content h3 > a {
  color: #00455f;
  text-decoration: none;
}
.em-video-slider__content-item--content h3 > a:hover {
  color: #00708b;
}
.em-video-slider__content-item--content article p {
  color: #00455f;
}
.em-video-slider__slider {
  margin: 5.625rem auto 2.5rem;
  max-width: 51.25rem;
}
.em-video-slider__slider[data-remove-margin="true"] {
  margin-top: 5rem;
}
@media (min-width: 640px) {
  .em-video-slider__slider[data-remove-margin="true"] {
    margin-top: 0;
  }
}
.em-video-slider__slider .slick-arrow {
  left: 50%;
  transform: translateX(15%);
  top: -4.375rem;
}
@media (min-width: 850px) {
  .em-video-slider__slider .slick-arrow {
    left: auto;
    right: 0.5rem;
  }
}
.em-video-slider__slider .slick-arrow:hover {
  transform: translateX(15%) scale(1.09);
}
.em-video-slider__slider .slick-arrow:active {
  transform: translateX(15%) scale(1.09) translateY(2px);
}
.em-video-slider__slider .slick-prev {
  transform: translateX(-115%);
}
.em-video-slider__slider .slick-prev:hover {
  transform: translateX(-115%) scale(1.09);
}
.em-video-slider__slider .slick-prev:active {
  transform: translateX(-115%) scale(1.09) translateY(2px);
}
.em-video-slider__slide {
  color: #fff;
  display: block;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.em-video-slider__slide:hover {
  color: #fff;
}
.em-video-slider__slide:hover > img,
.em-video-slider__slide:hover > picture img {
  filter: grayscale(0%);
  opacity: 1;
}
.em-video-slider__slide:hover .em-video-slider__slide--overlay {
  opacity: 0.75;
}
.em-video-slider__slide::before,
.em-video-slider__slide::after {
  display: none !important;
}
.em-video-slider__slide > img,
.em-video-slider__slide > picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.em-video-slider__slide--overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 15%, transparent 100%);
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  transition-property: opacity;
  width: 100%;
}
.em-video-slider__slide--top-heading-title {
  background-color: #a6ce39;
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  padding: 0.125rem 1.5625rem 0.0625rem;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}
@media (max-width: 639px) {
  .em-video-slider__slide--top-heading-title {
    font-size: 0.9375rem;
  }
}
.em-video-slider__slide--video-title {
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  padding: 1.8125rem 1.5625rem;
  position: absolute;
}
.em-video-slider__slide--video-title i {
  color: #fff;
  font-size: 4.0625rem;
  margin-right: 1.5625rem;
}
@media (max-width: 639px) {
  .em-video-slider__slide--video-title i {
    font-size: 2.1875rem;
  }
}
.em-video-slider__slide--video-title span {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
}
.em-video-slider__slide--video-title span > span {
  display: block;
}
.em-video-slider__slide--video-title span > span:first-child {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.em-video-slider__slide--video-title span > span:last-child {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.2;
}
.site-content > [class*="wp-block"] {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 850px) {
  .site-content > [class*="wp-block"] {
    margin-top: 3.75rem;
  }
}
@media (min-width: 850px) {
  .site-content > [class*="wp-block"] {
    margin-bottom: 3.75rem;
  }
}
.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  display: flex;
  justify-content: center;
  min-height: 26.875rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wp-block-cover.has-left-content,
.wp-block-cover-image.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover.has-right-content,
.wp-block-cover-image.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2 {
  margin-left: 0;
  text-align: right;
}
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  max-width: 38.125rem;
  padding: 0.9375rem;
  text-align: center;
  z-index: 1;
}
.wp-block-cover.has-parallax,
.wp-block-cover-image.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover.has-parallax,
  .wp-block-cover-image.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover.has-background-dim::before,
.wp-block-cover-image.has-background-dim::before {
  background-color: inherit;
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.wp-block-cover.has-background-dim-10::before,
.wp-block-cover-image.has-background-dim-10::before {
  opacity: 0.1;
}
.wp-block-cover.has-background-dim-20::before,
.wp-block-cover-image.has-background-dim-20::before {
  opacity: 0.2;
}
.wp-block-cover.has-background-dim-30::before,
.wp-block-cover-image.has-background-dim-30::before {
  opacity: 0.3;
}
.wp-block-cover.has-background-dim-40::before,
.wp-block-cover-image.has-background-dim-40::before {
  opacity: 0.4;
}
.wp-block-cover.has-background-dim-50::before,
.wp-block-cover-image.has-background-dim-50::before {
  opacity: 0.5;
}
.wp-block-cover.has-background-dim-60::before,
.wp-block-cover-image.has-background-dim-60::before {
  opacity: 0.6;
}
.wp-block-cover.has-background-dim-70::before,
.wp-block-cover-image.has-background-dim-70::before {
  opacity: 0.7;
}
.wp-block-cover.has-background-dim-80::before,
.wp-block-cover-image.has-background-dim-80::before {
  opacity: 0.8;
}
.wp-block-cover.has-background-dim-90::before,
.wp-block-cover-image.has-background-dim-90::before {
  opacity: 0.9;
}
.wp-block-cover.has-background-dim-1::before,
.wp-block-cover-image.has-background-dim-1::before {
  opacity: 1;
}
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  display: flex;
}
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  max-width: 19.0625rem;
  width: 100%;
}
.wp-block-cover::after,
.wp-block-cover-image::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  .wp-block-cover::after,
  .wp-block-cover-image::after {
    content: none;
  }
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: calc(100% - 4.375rem);
  z-index: 1;
  color: #f8f9f9;
}
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p,
.wp-block-cover a,
.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover-image a {
  color: inherit;
}
.wp-block-cover__video-background {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper {
  height: 0;
  position: relative;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  padding-top: 56.25%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-top: 75%;
}
.site-content > .wp-block-embed:not(.aligndefault):not(.alignfull) {
  padding-right: 18.5rem;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file .wp-block-file__button {
  background: #a6ce39;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
}
.wp-block-file .wp-block-file__button:hover {
  opacity: 0.75;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.9375rem;
}
.wp-block-gallery,
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  margin: 0 0.9375rem 0.9375rem 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure,
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img,
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img {
    width: auto;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 2.5rem 0.625rem 0.5625rem;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline;
}
.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,
.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 {
  width: 100%;
}
@supports (position: sticky) {
  .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,
  .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 {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  width: calc(50% - 0.9375rem);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item,
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 640px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item,
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333333333% - 0.625rem);
    margin-right: 0.9375rem;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item,
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.703125rem);
    margin-right: 0.9375rem;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item,
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.75rem);
    margin-right: 0.9375rem;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item,
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 0.78125rem);
    margin-right: 0.9375rem;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item,
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 0.8035714286rem);
    margin-right: 0.9375rem;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item,
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.8203125rem);
    margin-right: 0.9375rem;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-caption,
.blocks-gallery-grid .blocks-gallery-caption {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
  max-width: 19.375rem;
  width: 100%;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure,
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-caption {
  max-width: 100%;
}
.flickity-page-dots {
  left: 0;
}
.wp-block-group.alignfull > .wp-block-group__inner-container {
  max-width: 92vw;
  margin: 0 auto;
}
.wp-block-image:not([class*="align"]) figcaption {
  text-align: center;
}
.wp-block-image .alignleft {
  margin-right: 1.875rem;
}
.wp-block-image .alignright {
  margin-left: 1.875rem;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img,
.wp-block-image.full-width img {
  max-width: none;
  width: 100%;
}
.wp-block-image.is-style-rounded img {
  border-radius: 100%;
}
.wp-block-list {
  list-style: none;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding: 0;
}
.wp-block-list.consecutive {
  counter-reset: auto;
}
.wp-block-list:first-child {
  margin-top: 0;
}
.wp-block-list:last-child {
  margin-bottom: 0;
}
.editor-styles .wp-block-list {
  overflow: hidden;
}
.wp-block-list li,
.wp-block-list li li:first-child {
  margin-top: 0.5rem;
}
.wp-block-list li:first-child {
  padding-top: 0;
}
.wp-block-list li {
  font-size: 1rem;
  padding-left: 1.3125rem;
  position: relative;
}
@media (min-width: 640px) {
  .wp-block-list li {
    font-size: 1.125rem;
  }
}
.wp-block-list li:before {
  content: "•";
  color: #a6ce39;
  display: inline-block;
  font-size: 1.75rem;
  position: absolute;
  left: 0.125rem;
  top: -0.6875rem;
  text-shadow: 0 0 1px #00708b;
  width: 1.75rem;
}
.wp-block-list ul,
.wp-block-list ol {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.wp-block-list ol {
  counter-reset: li;
}
.wp-block-list ol ol {
  counter-reset: li;
}
.wp-block-list ol > li:before,
.wp-block-list ol ol > li:before {
  content: "." counter(li);
  counter-increment: li;
  direction: rtl;
  font-size: 1.125rem;
  font-weight: 500;
  left: -0.9375rem;
  text-align: right;
  top: 0;
}
.wp-block-list ol[start="2"] {
  counter-reset: li 1;
}
.wp-block-list ol[start="3"] {
  counter-reset: li 2;
}
.wp-block-list ol[start="4"] {
  counter-reset: li 3;
}
.wp-block-list ol[start="5"] {
  counter-reset: li 4;
}
.wp-block-list ol[start="6"] {
  counter-reset: li 5;
}
.wp-block-list ol[start="7"] {
  counter-reset: li 6;
}
.wp-block-list ol[start="8"] {
  counter-reset: li 7;
}
.wp-block-list ol[start="9"] {
  counter-reset: li 8;
}
.wp-block-list ol[start="10"] {
  counter-reset: li 9;
}
.wp-block-list ol[start="11"] {
  counter-reset: li 10;
}
.wp-block-list ol[start="12"] {
  counter-reset: li 11;
}
.wp-block-list ol[start="13"] {
  counter-reset: li 12;
}
.wp-block-list ol[start="14"] {
  counter-reset: li 13;
}
.wp-block-list ol[start="15"] {
  counter-reset: li 14;
}
.wp-block-list ol[start="16"] {
  counter-reset: li 15;
}
.wp-block-list ol[start="17"] {
  counter-reset: li 16;
}
.wp-block-list ol[start="18"] {
  counter-reset: li 17;
}
.wp-block-list ol[start="19"] {
  counter-reset: li 18;
}
.wp-block-list ol[start="20"] {
  counter-reset: li 19;
}
.wp-block-list ol[start="21"] {
  counter-reset: li 20;
}
.wp-block-list ol[start="22"] {
  counter-reset: li 21;
}
.wp-block-list ol[start="23"] {
  counter-reset: li 22;
}
.wp-block-list ol[start="24"] {
  counter-reset: li 23;
}
.wp-block-list ol[start="25"] {
  counter-reset: li 24;
}
ol.wp-block-list {
  counter-reset: li;
}
ol.wp-block-list ol {
  counter-reset: li;
}
ol.wp-block-list > li:before,
ol.wp-block-list ol > li:before {
  content: "." counter(li);
  counter-increment: li;
  direction: rtl;
  font-size: 1.125rem;
  font-weight: 500;
  left: -0.9375rem;
  text-align: right;
  top: 0;
}
ol.wp-block-list[start="2"] {
  counter-reset: li 1;
}
ol.wp-block-list[start="3"] {
  counter-reset: li 2;
}
ol.wp-block-list[start="4"] {
  counter-reset: li 3;
}
ol.wp-block-list[start="5"] {
  counter-reset: li 4;
}
ol.wp-block-list[start="6"] {
  counter-reset: li 5;
}
ol.wp-block-list[start="7"] {
  counter-reset: li 6;
}
ol.wp-block-list[start="8"] {
  counter-reset: li 7;
}
ol.wp-block-list[start="9"] {
  counter-reset: li 8;
}
ol.wp-block-list[start="10"] {
  counter-reset: li 9;
}
ol.wp-block-list[start="11"] {
  counter-reset: li 10;
}
ol.wp-block-list[start="12"] {
  counter-reset: li 11;
}
ol.wp-block-list[start="13"] {
  counter-reset: li 12;
}
ol.wp-block-list[start="14"] {
  counter-reset: li 13;
}
ol.wp-block-list[start="15"] {
  counter-reset: li 14;
}
ol.wp-block-list[start="16"] {
  counter-reset: li 15;
}
ol.wp-block-list[start="17"] {
  counter-reset: li 16;
}
ol.wp-block-list[start="18"] {
  counter-reset: li 17;
}
ol.wp-block-list[start="19"] {
  counter-reset: li 18;
}
ol.wp-block-list[start="20"] {
  counter-reset: li 19;
}
ol.wp-block-list[start="21"] {
  counter-reset: li 20;
}
ol.wp-block-list[start="22"] {
  counter-reset: li 21;
}
ol.wp-block-list[start="23"] {
  counter-reset: li 22;
}
ol.wp-block-list[start="24"] {
  counter-reset: li 23;
}
ol.wp-block-list[start="25"] {
  counter-reset: li 24;
}
ol ul {
  list-style: none;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding: 0;
}
ol ul.consecutive {
  counter-reset: auto;
}
ol ul:first-child {
  margin-top: 0;
}
ol ul:last-child {
  margin-bottom: 0;
}
.editor-styles ol ul {
  overflow: hidden;
}
ol ul li,
ol ul li li:first-child {
  margin-top: 0.5rem;
}
ol ul li:first-child {
  padding-top: 0;
}
ol ul li {
  font-size: 1rem;
  padding-left: 1.3125rem;
  position: relative;
}
@media (min-width: 640px) {
  ol ul li {
    font-size: 1.125rem;
  }
}
ol ul li:before {
  content: "•";
  color: #a6ce39;
  display: inline-block;
  font-size: 1.75rem;
  position: absolute;
  left: 0.125rem;
  top: -0.6875rem;
  text-shadow: 0 0 1px #00708b;
  width: 1.75rem;
}
ol ul ul,
ol ul ol {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.wp-block-media-text[style*="grid-template-columns"] {
  display: grid;
}
.wp-block-media-text.is-vertically-aligned-center {
  align-items: center;
}
.wp-block-quote {
  margin: 1.5rem 0;
}
.wp-block-quote p {
  color: #00708b;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}
.wp-block-quote cite {
  color: #c2c3c2;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 640px) {
  .wp-block-quote {
    display: flex;
    align-items: flex-start;
  }
}
.wp-block-quote svg {
  margin-bottom: 0.46875rem;
  height: auto;
  width: 3.125rem;
}
@media (min-width: 640px) {
  .wp-block-quote svg {
    flex: none;
    margin: 0 0.9375rem 0 0;
    position: relative;
  }
}
.wp-block-quote svg path {
  fill: #00708b;
}
.wp-block-nstg-sdses > .wp-block-group {
  padding: 25px 20px;
}
.filterable-filters {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.filterable-filters > div {
  flex: 1 1 auto;
}
.filtertable-table-container {
  max-width: 100vw !important;
  overflow: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.filterable-list td {
  vertical-align: middle;
  line-height: 1.1;
}
.filterable-list td > .btn {
  padding: 0.5rem 0.8125rem;
  word-break: unset;
}
.pagination {
  text-align: center;
  margin: 0 auto;
  justify-content: center;
}
.pagination li {
  list-style-type: none;
  float: left;
}
.pagination li a {
  padding: 0 0.4375rem;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
.pagination li.active a {
  cursor: default;
  color: #767676;
}
.sorting {
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE5IDE5Ij48cG9seWdvbiBmaWxsPSIjZWJmMGYyIiBwb2ludHM9IjkuNzcgMS41MSA1LjI3IDguNTEgMTQuMjcgOC41MSA5Ljc3IDEuNTEiLz48cG9seWdvbiBmaWxsPSIjZWJmMGYyIiBwb2ludHM9IjkuNzcgMTcuNTEgMTQuMjcgMTAuNTEgNS4yNyAxMC41MSA5Ljc3IDE3LjUxIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 19px 19px;
}
.sorting-desc {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE5IDE5Ij48cG9seWdvbiBmaWxsPSIjYTZjZTM5IiBwb2ludHM9IjkuNzcgMTcuNTEgMTQuMjcgMTAuNTEgNS4yNyAxMC41MSA5Ljc3IDE3LjUxIi8+PC9zdmc+");
}
.sorting-asc {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE5IDE5Ij48cG9seWdvbiBmaWxsPSIjYTZjZTM5IiBwb2ludHM9IjkuNzcgMS41MSA1LjI3IDguNTEgMTQuMjcgOC41MSA5Ljc3IDEuNTEiLz48L3N2Zz4=");
}
.datatable-load-bar {
  width: 100%;
  margin: 8px 0;
  border: 1px solid #767676;
  height: 10px;
}
.datatable-load-bar .bar {
  height: 10px;
  background-color: #a6ce39;
}
hr.wp-block-separator {
  border: none;
  border-top: 4px solid #a6ce39;
}
hr.wp-block-separator.is-style-wide {
  max-width: 100%;
}
hr.wp-block-separator.is-style-dots {
  text-align: center;
}
hr.wp-block-separator.is-style-dots::before {
  border: none;
  color: #c2c3c2;
  font-size: 2.5rem;
  letter-spacing: 3rem;
  line-height: 0;
  padding-left: 2.4rem;
}
.wp-block-emagine-spacer {
  height: 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wp-block-emagine-spacer.wp-block-emagine-spacer--sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wp-block-emagine-spacer.wp-block-emagine-spacer--md {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wp-block-emagine-spacer.wp-block-emagine-spacer--lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.wp-block-emagine-spacer.wp-block-emagine-spacer--xl {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.wp-block-group.is-style-padded {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.wp-block-group.is-style-padded > .wp-block-group__inner-container {
  width: 94vw;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.is-style-narrow > .wp-block-group__inner-container,
.wp-block-group.is-style-standard > .wp-block-group__inner-container,
.wp-block-group.is-style-wide > .wp-block-group__inner-container {
  width: 94vw;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.is-style-standard > .wp-block-group__inner-container {
  max-width: 900px;
}
.wp-block-group.is-style-wide > .wp-block-group__inner-container {
  max-width: 1140px;
}
.wp-block-group.is-style-banner-cta {
  background-color: var(--wp--preset--color--gray-xl, #f5f6f6);
}
.block-editor__container .is-style-banner-cta {
  padding: 32px;
}
.is-style-banner-cta > .wp-block-group__inner-container {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.is-style-banner-cta > .wp-block-group__inner-container > * {
  flex: 0 1 auto;
  margin: 0;
}
.is-style-banner-cta p {
  line-height: 1.2;
}
.is-style-banner-cta .btn {
  white-space: nowrap;
}
.is-style-3d-tilt img {
  box-shadow: var(--shadow-soft);
  transform: perspective(900px) rotateY(15deg) scaleX(0.9);
  margin-bottom: 2rem;
}
.is-style-3d-tilt figcaption {
  text-align: center !important;
}
.is-style-circular img {
  border-radius: 50% !important;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.is-style-circular figure {
  position: relative;
}
.is-style-circular figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center bottom;
  transform: scale(1, 0.06) translateY(50%);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video video {
  max-width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video figcaption {
  color: #767676;
  font-size: 0.875rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  text-align: center;
}
.schema-faq-section {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.archive-title {
  color: #fff !important;
  text-align: left;
}
.author-card {
  margin: 3.75rem 0;
}
.author-header {
  text-align: center;
}
.author-image,
.author-name {
  display: inline-block;
  vertical-align: middle;
}
.author-description {
  margin: 0.9375rem;
  text-align: center;
}
.author-social ul,
.author-social li {
  list-style: none;
  padding: 0;
  text-align: center;
}
.author-social li {
  border-right: 0.0625rem solid #c2c3c2;
  display: inline-block;
  line-height: 0;
  padding: 0 0.9375rem;
  vertical-align: middle;
}
.author-social li:last-child {
  border: none;
}
.author-social a {
  font-size: 0;
}
.author-social svg {
  max-height: 1.5rem;
  max-width: 1.5rem;
  width: 100%;
}
.blog .block__sidebar > *:not(:last-child),
.post .block__sidebar > *:not(:last-child) {
  margin-bottom: 1.6875rem;
}
.blog .block__sidebar .widget,
.post .block__sidebar .widget {
  padding-top: 1.375rem;
  padding-left: 1.875rem;
  position: relative;
}
.blog .block__sidebar .widget:first-child,
.post .block__sidebar .widget:first-child {
  padding-top: 0;
}
.blog .block__sidebar .widget__title,
.post .block__sidebar .widget__title {
  color: #00455f;
  font-size: 1rem;
  text-transform: uppercase;
}
.blog .block__sidebar .widget ul,
.post .block__sidebar .widget ul {
  padding: 0;
  list-style-type: none;
}
.blog .block__sidebar .widget li > a,
.post .block__sidebar .widget li > a {
  color: #00455f;
  font-size: 1rem;
  text-decoration: none;
}
.blog .block__sidebar .widget li > a:hover,
.post .block__sidebar .widget li > a:hover {
  color: #991e66;
  text-decoration: underline;
}
.blog .block__sidebar .widget.widget_custom_html a,
.post .block__sidebar .widget.widget_custom_html a {
  color: #00455f;
  text-decoration: none;
}
.blog .block__sidebar .widget.widget_custom_html a:hover,
.post .block__sidebar .widget.widget_custom_html a:hover {
  color: #00708b;
}
@media (min-width: 850px) {
  .blog .media-object__container {
    margin-top: 1.875rem;
  }
}
.blog .site-content .page-header {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1171) {
  .blog .site-content .page-header {
    max-width: 71.25rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.blog .site-content .media-list {
  display: flex;
  flex-flow: column wrap;
  margin-top: 0;
  margin-bottom: -1.875rem;
}
@media (min-width: 850px) {
  .blog .site-content .media-list {
    flex-flow: row wrap;
  }
}
.blog .site-content .media-list > * {
  margin-bottom: 1.875rem;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 850px) {
  .blog .site-content .media-list > * {
    width: 47%;
  }
  .blog .site-content .media-list > *:nth-child(odd) {
    margin-right: 1.5%;
  }
  .blog .site-content .media-list > *:nth-child(even) {
    margin-left: 1.5%;
  }
}
.blog .site-content .media-object {
  display: flex;
}
.blog .site-content .media-object > div {
  flex-basis: 100%;
}
.blog .site-content .media-object__media {
  float: none;
  margin: 0;
  max-width: 15.625rem;
  padding-left: 20px;
  order: 2;
}
.blog .site-content .media-object__categories {
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
  margin-top: 0.46875rem;
}
.blog .site-content .media-object__categories > span {
  margin-left: 0.2rem;
  line-height: 1.2;
  font-style: italic;
}
.blog .site-content .media-object__categories-label {
  text-transform: uppercase;
  color: #212121;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 0.46875rem;
}
.blog .site-content .media-object__meta,
.blog .site-content .media-object__author {
  color: #739d00;
  font-size: 1.1875rem;
  font-weight: bold;
  margin: 0.625rem 0 2.8125rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.blog .site-content .media-object__meta::after,
.blog .site-content .media-object__author::after {
  content: "";
  background-color: #739d00;
  height: 0.1875rem;
  margin-top: calc(1.1875rem + 1.7rem);
  position: absolute;
  width: 4.75rem;
  left: calc(50% - 38px);
  top: 0;
}
.blog .site-content .media-object__author {
  margin-top: 3.75rem;
  padding-top: 0;
  border-top: none;
  line-height: 1;
}
.blog .site-content .media-object__author::after {
  margin-top: -1.25rem;
}
.blog .site-content .media-object__content {
  font-size: 1.125rem;
}
.blog .site-content .media-object__content > p,
.blog .site-content .media-object__content li {
  color: #56565b;
  line-height: 1.5;
  font-size: 1.125rem;
}
.blog .site-content .media-object__body {
  max-width: 100%;
  order: 1;
}
.blog .site-content .media-object__products {
  margin: 2rem 0;
  text-align: center;
}
.blog .site-content .media-object__products-label {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 0.234375rem;
}
.blog .site-content .media-object__products a {
  margin-bottom: 4px;
}
.blog.single .media-object__container {
  flex-direction: column;
}
.blog.single .media-object__main-content {
  width: 100%;
  margin: 0 auto;
  max-width: 820px;
}
.blog.single .shared-counts-wrap {
  display: flex;
  justify-content: center;
}
.blog.single .media-object__sidebar {
  background-color: #ebf0f2;
  padding: 3.125rem 1.875rem;
}
.blog.single .widget__title {
  color: #739d00;
  text-align: center;
  position: relative;
  font-size: 1.125rem;
  margin-bottom: 60px;
}
.blog.single .widget__title:after {
  position: absolute;
  height: 3px;
  width: 76px;
  background-color: #739d00;
  left: calc(50% - 38px);
  top: 40px;
  content: "";
}
.blog.single .widget_categories {
  padding-left: 0;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .blog.single .widget_categories ul {
    max-width: 71.25rem;
    margin: 0 auto;
    -moz-columns: 250px 4;
    columns: 250px 4;
    text-align: left;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
}
.blog h2 {
  font-size: 2.4rem;
}
.blog h3:not(.schema-faq-question) {
  font-size: 1.9rem;
}
@media (min-width: 1066px) {
  .blog .media-object__content .alignwide {
    width: 1066px;
    margin-left: -123px;
    margin-right: -123px;
  }
}
.blog .is-style-styled {
  --gkt-styled-lists-dotted--decoration__top: 0.3em;
  --gkt-styled-lists-dotted--decoration__left: 0.7em;
  --gkt-styled-lists-dotted--decoration__background-color: #a6ce39;
}
.archive-title {
  text-align: left;
}
.ruo_disclaimer {
  background-color: #ebf0f2;
  padding: 1.875rem 0.75rem;
  text-align: center;
  text-transform: uppercase;
  color: #212121;
  font-size: 0.9375rem;
  line-height: 1.1;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 2px solid #c2c3c2;
  border-top: none;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4px 0 4px 8px;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #991e66;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") -42px
    1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==")
    no-repeat 0 9px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==")
    no-repeat 100% -20px;
  font-size: 1em;
  font-family: "proxima-nova", "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -3px;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #991e66;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 2px 5px;
  width: 100%;
  height: auto;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  border-radius: 5px;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 30px;
  outline: 0;
  border: none !important;
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: "proxima-nova", "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 4px 22px 3px 7px;
  border: none;
  max-width: 100%;
  border-radius: 3px;
  background-color: #ebf0f2;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #991e66;
  line-height: 1.125rem;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 50%;
  transform: translateY(-5px);
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") -42px
    1px no-repeat;
  font-size: 1px;
  transition: none;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 2px solid #00708b;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #c2c3c2;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: rgba(0, 0, 0, 0);
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 9px;
}
.chosen-container-active .chosen-choices {
  border: 2px solid #00708b;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==")
    no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABKCAQAAAD9cdkXAAACqUlEQVRo3u2av2/TQBTHI8FQCYYguoLCyOY/IQNk6NSF3RNzBmZ04oe/JwFSp0owtSNb/oT8B8mIBIioAyuWrA7pD4fns+vkzvZQ1+3lne57UoZXJfan79333ovT6zGTDGUsg0o0oGjY4yfCWdEykBROFg954hhIJQ4/pI0bL5E0HIryAgpMpGqEW9HpAAktzjg1SNxxGpH44hRIiYaTsMZxDsixknPMFKzaNgSEQwcrBtklMLDW+mBRV5lYtAaaqvdPrTWnGNYCDdtdOtq/+oRo39r4gEkFZ9LusqK/zjcWom9pwKOq1w0xbrsDILR/i7Bmit3cSG4H2icN7CEturIDDWhqD2jYnR1srm6t4XpIk5vYQff2b2oUjuJRxRRGAUXDph0Qt7eD2xbhrGgZSAoni4d31LJ0jGMglTjNSNuqjRsvkTQcivICCkykaoTZ+GAAJLQ449QgccdpROKLUyAlGk7CGsc5IMdKzjFTcMy2nTtY3Wt9XGtOW44PW490vQHPy8vLy8vLy2ubJfrRGHP6RjxVaxaNu31kdseipxdXj93SYq3kP4tPL24mhAqAMHApL+QFvRZQCHlmJ8/MGX7jtXz64Yl8K39hmUOyy5Loq2JLcYoDsVNCPpbfcKqyFDPbS9FYldpSftHjr+7JQ5xnWYrGrIDkLNs5+PnmQSV3OzhR+2jOC0jtn/os4F1uD+yAcPn+Wd3fPr4kz2MK9NwpoMaSkwxLrmh3foiHFVPYxYkCmnGz7fxQ/SruGx53zNK21cGaqoP1WOyWeXskv6uDdYUluyaVWh/V5OAcf+QnvIj28Bl/8+woyzji2JwWranWnK5/YsMPqRgf0o3hgYqNNVI24GVtUL4wzwY8HLFGqi1Gj8QNae4ckiPfCa2Req5I9XyNv1n+D6RKWo1cTsbTAAAAAElFTkSuQmCC") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.gform_wrapper.gravity-theme {
  width: 90vw;
  max-width: 760px;
  margin: 0 auto;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 1.5em;
}
.gform_wrapper.gravity-theme .gfield_label {
  padding-left: 0.3em;
  font-size: 1.1em;
  margin-bottom: 0.25em;
}
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="file"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  color: #000;
  padding: 0.5em 1.1em;
  border: 1px solid #e6e6e6;
  border-radius: 0.357em;
  border-width: 0.143em;
  font-size: 1em;
}
.gform_wrapper.gravity-theme input[type="date"]:focus,
.gform_wrapper.gravity-theme input[type="date"]:hover,
.gform_wrapper.gravity-theme input[type="email"]:focus,
.gform_wrapper.gravity-theme input[type="email"]:hover,
.gform_wrapper.gravity-theme input[type="number"]:focus,
.gform_wrapper.gravity-theme input[type="number"]:hover,
.gform_wrapper.gravity-theme input[type="tel"]:focus,
.gform_wrapper.gravity-theme input[type="tel"]:hover,
.gform_wrapper.gravity-theme input[type="date"]:focus,
.gform_wrapper.gravity-theme input[type="date"]:hover,
.gform_wrapper.gravity-theme input[type="text"]:focus,
.gform_wrapper.gravity-theme input[type="text"]:hover,
.gform_wrapper.gravity-theme input[type="url"]:focus,
.gform_wrapper.gravity-theme input[type="url"]:hover,
.gform_wrapper.gravity-theme input[type="file"]:focus,
.gform_wrapper.gravity-theme input[type="file"]:hover,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme select:hover,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper.gravity-theme textarea:hover {
  border-color: #00708b;
}
.gform_wrapper.gravity-theme ::-moz-placeholder {
  color: #6f6f6f;
}
.gform_wrapper.gravity-theme ::placeholder {
  color: #6f6f6f;
}
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gform_fileupload_rules {
  font-style: italic;
  padding-top: 0.3125em;
  padding-left: 0.5em;
  margin-top: 0;
  line-height: 1.2;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  display: grid;
}
.gform_wrapper.gravity-theme .gsection {
  border-bottom: none;
  padding: 1.3em 0 0 0.2em;
}
.gform_wrapper.gravity-theme .gsection_title {
  font-size: 1.6em;
}
.gform_wrapper.gravity-theme .gform_footer > input {
  margin: 0 auto;
}
@keyframes displaySearch {
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.search-form__inner {
  display: flex;
}
.search-form__scope {
  display: flex;
  gap: 0.9375rem;
  margin-top: 0.625rem;
}
.search-form label {
  margin: 0;
  font-size: 0.9375rem;
  cursor: pointer;
}
.search-form input[type="radio"] {
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(16%);
}
.search-form input[type="radio"]::before {
  width: 0.75rem;
  height: 0.75rem;
}
@media (max-width: 959px), (hover: none) {
  .search-form .search-field {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
    font-size: 1.1875rem;
    height: auto;
    padding: 0.4375rem 0.5rem;
  }
  .search-form .search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 1.125rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 0.5rem 1.125rem;
  }
}
.basicLightbox .search-form {
  width: 90vw;
  max-width: 600px;
  margin-bottom: 3rem;
}
.basicLightbox .search-form label {
  color: #fff;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.basicLightbox .search-form input[type="radio"] {
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.basicLightbox .search-form__inner {
  display: flex;
  gap: 0.625rem;
}
.basicLightbox .search-form__inner > input {
  flex: 1 1 auto;
}
.basicLightbox .search-field {
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  font-size: 1.375rem;
}
.basicLightbox .search-submit {
  width: 100px;
  border-radius: 100px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1.25rem;
}
.basicLightbox .search-submit:hover {
  background-color: #a6ce39 !important;
  border-color: #a6ce39 !important;
  color: #56565b !important;
}
.site-content .search-form-wrapper {
  width: 100%;
}
.site-content .search-form__scope {
  padding: 0 5px;
  justify-content: center;
}
@media (max-width: 639px) {
  .site-content .search-form__scope {
    display: none;
  }
}
.site-content .search-form__inner {
  padding: 0 5px;
  gap: 1rem;
}
@media (max-width: 959px), (hover: none) {
  .site-content .search-form__inner {
    gap: 0;
  }
}
.site-content .search-form__inner button {
  align-items: center;
  display: flex;
  font-size: 1.4375rem;
  justify-content: center;
}
.site-content .search-form__inner input {
  border-width: 0.125rem;
  font-size: 1.375rem;
}
.site-content .search-form__inner input::-moz-placeholder {
  color: #939393;
  opacity: 1;
}
.site-content .search-form__inner input::placeholder {
  color: #939393;
  opacity: 1;
}
.site-content .search-form__inner input:hover,
.site-content .search-form__inner input:focus {
  border-color: #00708b;
}
.media-list {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 850px) {
  .media-list {
    margin-top: 3.75rem;
  }
}
@media (min-width: 850px) {
  .media-list {
    margin-bottom: 3.75rem;
  }
}
.media-list .media-object {
  border-bottom: 1px solid #ebf0f2;
  padding-bottom: 2rem;
}
.media-list .media-object + .media-object {
  padding-top: 2rem;
}
.search-results .media-list {
  max-width: 980px !important;
}
.menu {
  margin: 0;
  padding: 0;
}
.menu .menu-item {
  font-size: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu .menu-item a {
  display: block;
  text-decoration: none;
}
.menu .sub-menu {
  margin: 0;
  padding: 0;
}
.menu-item-disabled > a {
  pointer-events: none !important;
}
.footer-menu {
  -moz-columns: 120px 2;
  columns: 120px 2;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  max-width: 340px;
}
.footer-menu .menu-item > a {
  font-size: 1rem;
  transition-property: color;
  display: inline-block;
}
.footer-menu .menu-item > a:hover {
  color: #991e66;
  text-decoration: underline;
}
@media (max-width: 959px), (hover: none) {
  .site-header__navigation ul {
    transition: transform 0.25s ease;
  }
  .site-header__navigation ul > li > :not(ul) {
    transition: all 0.25s ease;
  }
  .site-header__navigation ul.opened {
    transform: translateX(-100vw);
    overflow: visible !important;
  }
  .site-header__navigation ul.opened > li > :not(ul) {
    filter: blur(4px);
  }
  .html--menu-open .main-menu > .menu-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
.main-menu {
  transition-property: margin;
  width: 100%;
  z-index: 3;
}
.main-menu .menu-item {
  font-size: 1.0625rem;
}
.main-menu .menu-item a {
  padding: 0.9375rem 0.9375rem;
  color: #00708b;
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu .menu-item a {
    padding: 0;
    position: relative;
  }
}
.main-menu .menu-item a:focus {
  outline: 0;
}
@media (max-width: 959px), (hover: none) {
  .main-menu .menu-item-has-children > a {
    position: relative;
  }
  .main-menu .menu-item-has-children > a::after {
    content: " ";
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.main-menu .menu-item__trigger {
  flex: 0 0 3.125rem;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  color: #991e66;
  font-size: 1.25rem;
  height: 3.625rem;
  padding: 0.9375rem 0.9375rem;
  text-align: center;
  transition-property: background-color, border-color;
  width: 3.125rem;
}
.main-menu .menu-item__trigger::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 6 Free";
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu .menu-item__trigger {
    display: none;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0 0.3125rem;
    position: absolute;
    top: 50%;
    right: 0.4125rem;
    z-index: -1;
    transform: translateY(-50%);
  }
}
.main-menu .menu-item__trigger:focus {
  outline-offset: -2px;
  outline-width: 1px;
  outline-style: solid;
}
.main-menu .menu-item__trigger .screen-reader-text {
  outline: none;
}
.main-menu .menu-item .mini {
  border-radius: 99px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu .menu-item__back,
  .main-menu .menu-item-utility {
    display: none !important;
    visibility: hidden;
  }
  .main-menu .menu-item:hover::before {
    pointer-events: auto;
  }
  .main-menu .menu-item:hover > .sub-menu,
  .main-menu .menu-item:hover > .sub-menu--mega-menu {
    opacity: 1;
    pointer-events: all;
    height: 340px;
  }
  .main-menu .menu-item a:hover {
    color: #a6ce39;
  }
}
@media (max-width: 959px), (hover: none) {
  .main-menu .menu-item {
    display: flex;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .main-menu .menu-item > a {
    flex: 1 1 auto;
  }
  .main-menu .menu-item.open > .sub-menu {
    width: 100vw;
  }
  .main-menu .menu-item.open > .sub-menu > .menu-item {
    opacity: 1 !important;
    transform: none !important;
  }
  .main-menu .menu-item__back {
    text-transform: uppercase;
    color: #fff;
    background-color: #00708b;
    background-image: linear-gradient(to right, #00708b, #a6ce39);
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  }
  .main-menu .menu-item__back > a {
    color: currentColor;
    font-weight: bold;
  }
  .main-menu .menu-item__back::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding: 1.1875rem 0 0 0.9375rem;
    content: "";
    font-family: "Font Awesome 6 Free";
  }
}
.main-menu > .menu-item {
  background-color: #fff;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
.main-menu > .menu-item > a {
  font-weight: bold;
  text-transform: uppercase;
}
.main-menu > .menu-item > a::before {
  content: "";
  position: absolute;
  opacity: 0;
  background-color: #a6ce39;
}
.main-menu > .menu-item-utility > a {
  font-weight: normal;
  position: relative;
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu > .menu-item {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none;
    display: inline-block;
  }
  .main-menu > .menu-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .main-menu > .menu-item > a {
    color: #fff;
    transition-property: color;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
    position: relative;
    line-height: 1.875rem;
  }
  .main-menu > .menu-item > a:before {
    height: 0;
    left: 0.625rem;
    right: 0.625rem;
    top: -8px;
    transition: opacity 0.25s ease, height 0.25s ease, top 0.25s ease;
  }
  .scrolled .main-menu > .menu-item > a:before {
    top: -3px;
  }
  .main-menu > .menu-item > a:hover {
    color: #a6ce39;
  }
  .main-menu > .menu-item > a:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    border: solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 13px;
    margin-left: -13px;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .scrolled .main-menu > .menu-item > a:after {
    border-width: 9px;
    margin-left: -9px;
    bottom: -5px;
  }
  .main-menu > .menu-item[class*="current-menu-"] > a::before {
    height: 3px;
    opacity: 1;
  }
  .main-menu > .menu-item[class*="current-menu-"] > a:hover {
    color: #a6ce39 !important;
  }
  .main-menu > .menu-item:hover > a:after {
    opacity: 1;
    z-index: 505;
  }
}
@media (max-width: 959px), (hover: none) {
  .main-menu > .menu-item {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 0.25s ease;
  }
  .main-menu > .menu-item:nth-child(1) {
    transition-delay: 0.15s;
  }
  .main-menu > .menu-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .main-menu > .menu-item:nth-child(3) {
    transition-delay: 0.25s;
  }
  .main-menu > .menu-item:nth-child(4) {
    transition-delay: 0.3s;
  }
  .main-menu > .menu-item:nth-child(5) {
    transition-delay: 0.35s;
  }
  .main-menu > .menu-item:nth-child(6) {
    transition-delay: 0.4s;
  }
  .main-menu > .menu-item:nth-child(7) {
    transition-delay: 0.45s;
  }
  .main-menu > .menu-item:nth-child(8) {
    transition-delay: 0.5s;
  }
  .main-menu > .menu-item:nth-child(9) {
    transition-delay: 0.55s;
  }
  .main-menu > .menu-item:nth-child(10) {
    transition-delay: 0.6s;
  }
  .main-menu > .menu-item > ul > li > a {
    font-weight: bold;
  }
  .main-menu > .menu-item[class*="current-menu-"] > a::before {
    width: 4px;
    height: 60%;
    left: 0;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
  }
}
.main-menu > .menu-item.open > a {
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
.main-menu > .menu-item.lang-item {
  float: left;
}
.main-menu > .menu-item.lang-item img {
  margin: 0 auto;
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu > .menu-item + .menu-item {
    margin-left: 1.4375em;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu > .menu-item > .menu-item__trigger {
    display: none;
  }
}
.main-menu > .menu-item .sub-menu {
  background-color: #fff;
  position: absolute;
  top: 0;
  padding: 0;
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu > .menu-item .sub-menu {
    opacity: 0;
    left: 0;
    right: 0;
    z-index: 500;
    display: none;
  }
}
@media (max-width: 959px), (hover: none) {
  .main-menu > .menu-item .sub-menu {
    width: 0;
    right: -100vw;
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    overflow-y: auto;
    height: calc(var(--doc-height, 100vh) - 3.125rem - 102px);
  }
  .main-menu
    > .menu-item
    .sub-menu
    .menu-item[class*="current-menu-"]
    > a::before {
    content: "";
    width: 4px;
    height: 60%;
    position: absolute;
    background: #a6ce39;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.main-menu > .menu-item .sub-menu .menu-item.with-thumb > a {
  display: flex;
  gap: 0.625rem;
  font-size: 1.1875rem;
  font-weight: 400;
  white-space: normal;
  align-items: center;
  line-height: 1.1;
  padding: 0.5rem 0.8125rem;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back) {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  transform: translateX(-10%);
  opacity: 0;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(1) {
  transition-delay: 0.15s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(2) {
  transition-delay: 0.2s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(3) {
  transition-delay: 0.25s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(4) {
  transition-delay: 0.3s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(5) {
  transition-delay: 0.35s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(6) {
  transition-delay: 0.4s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(7) {
  transition-delay: 0.45s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(8) {
  transition-delay: 0.5s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(9) {
  transition-delay: 0.55s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(10) {
  transition-delay: 0.6s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(11) {
  transition-delay: 0.65s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(12) {
  transition-delay: 0.7s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(13) {
  transition-delay: 0.75s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(14) {
  transition-delay: 0.8s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(15) {
  transition-delay: 0.85s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(16) {
  transition-delay: 0.9s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(17) {
  transition-delay: 0.95s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(18) {
  transition-delay: 1s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(19) {
  transition-delay: 1.05s;
}
.main-menu
  > .menu-item
  .sub-menu
  .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):nth-child(20) {
  transition-delay: 1.1s;
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu
    > .menu-item
    .sub-menu
    .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back) {
    border-top: none;
    display: block;
    font-size: 1rem;
    padding: 0.4375rem 1.25rem;
    width: calc(67% - 1.5625rem);
    float: left;
  }
  .main-menu
    > .menu-item
    .sub-menu
    .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back).with-thumb {
    width: calc(33% - 0.9375rem);
  }
  .main-menu
    > .menu-item
    .sub-menu
    .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back).with-thumb
    > a {
    width: 100%;
  }
}
@media (max-width: 959px), (hover: none) {
  .main-menu
    > .menu-item
    .sub-menu
    .menu-item:not(.menu-item-type-sidebar):not(.menu-item__back):last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu
    > .menu-item
    .sub-menu
    .sub-menu
    > .menu-item[class*="current-menu-"]
    > a {
    text-decoration: underline;
    color: #739d00 !important;
  }
  .main-menu
    > .menu-item
    .sub-menu
    .sub-menu
    > .menu-item[class*="current-menu-"]
    > a:hover {
    color: #a6ce39 !important;
  }
}
@media (max-width: 959px), (hover: none) {
  .main-menu > .menu-item .sub-menu .sub-menu > .menu-item > a:not(.backlink) {
    font-size: 1.0625rem;
    position: relative;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu > .menu-item > .sub-menu {
    border-radius: 0.25rem;
    box-shadow: 0 0.8125rem 2.875rem 0 rgba(0, 0, 0, 0.39);
    top: calc(100% + 0.3125rem);
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.25s ease, height 0.5s ease;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu > .menu-item .sub-menu--mega-menu {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
    display: block;
    font-size: 1.125rem;
    background: #fff;
    border-radius: 0.25rem;
    padding: 0;
    height: 6.25rem;
  }
  .main-menu > .menu-item .sub-menu--mega-menu .menu-item {
    position: static !important;
  }
  .main-menu > .menu-item .sub-menu--mega-menu .menu-item__back + .menu-item,
  .main-menu
    > .menu-item
    .sub-menu--mega-menu
    .menu-item__back
    + .menu-item.with-thumb
    + .with-thumb {
    margin-top: 1.5625rem;
  }
  .main-menu
    > .menu-item
    .sub-menu--mega-menu
    .menu-item-type-sidebar
    > *:first-child {
    padding: 0.9375rem;
  }
  .main-menu
    > .menu-item
    .sub-menu--mega-menu
    .menu-item-type-sidebar
    > *:first-child
    .wp-block-group__inner-container {
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .main-menu > .menu-item .sub-menu--mega-menu > .menu-item {
    padding: 0 !important;
  }
  .main-menu > .menu-item .sub-menu--mega-menu > .menu-item > a {
    background: rgba(0, 0, 0, 0);
    color: #00708b;
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.625rem 0.8125rem;
    position: relative;
    width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main-menu > .menu-item .sub-menu--mega-menu > .menu-item > a small {
    font-weight: normal;
  }
  .main-menu > .menu-item .sub-menu--mega-menu > .menu-item > a::before,
  .main-menu > .menu-item .sub-menu--mega-menu > .menu-item > a::after {
    content: "";
    position: absolute;
    right: 0;
  }
  .main-menu > .menu-item .sub-menu--mega-menu > .menu-item > a::before {
    width: 2px;
    height: auto;
    top: 0;
    bottom: 0;
    background-color: #ebf0f2;
    z-index: -1;
  }
  .main-menu > .menu-item .sub-menu--mega-menu > .menu-item > a::after {
    width: 0;
    height: 0;
    border: solid rgba(0, 0, 0, 0);
    border-width: 12px;
    border-color: rgba(166, 206, 57, 0);
    border-left-color: #a6ce39;
    top: 50%;
    margin-top: -12px;
    display: block;
    opacity: 0;
    z-index: 2;
    right: -12px;
  }
  .main-menu
    > .menu-item
    .sub-menu--mega-menu
    > .menu-item:not(.menu-item-has-children)
    > a:after {
    display: none;
  }
  .main-menu
    > .menu-item
    .sub-menu--mega-menu
    > .menu-item.with-thumb:nth-child(2n)
    > a:before {
    display: none;
  }
  .main-menu
    > .menu-item
    .sub-menu--mega-menu
    > .menu-item.current-menu-ancestor
    > a,
  .main-menu
    > .menu-item
    .sub-menu--mega-menu
    > .menu-item.current-menu-item
    > a {
    background-color: #ebf0f2;
  }
  .main-menu > .menu-item .sub-menu--mega-menu > .menu-item.hovered > a,
  .main-menu
    > .menu-item
    .sub-menu--mega-menu
    > .menu-item:not(.menu-item-has-children):hover
    > a {
    color: #fff !important;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
    background-color: #4c9dbb;
    background-image: linear-gradient(to right, #00708b, #a6ce39);
  }
  .main-menu > .menu-item .sub-menu--mega-menu > .menu-item.hovered > a::after,
  .main-menu
    > .menu-item
    .sub-menu--mega-menu
    > .menu-item:not(.menu-item-has-children):hover
    > a::after {
    opacity: 1;
    right: -23px;
  }
  .main-menu > .menu-item .sub-menu--mega-menu .menu-item__trigger {
    display: none;
  }
  .main-menu > .menu-item .sub-menu--mega-menu .sub-menu {
    display: flex;
    flex-flow: column nowrap;
    font-size: 1rem;
    left: 68%;
    padding: 1.5625rem 0.9375rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transition: opacity 0s ease-out, transform 0s ease-out;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transform: translateX(-8%);
    pointer-events: none;
  }
  .main-menu > .menu-item .sub-menu--mega-menu .sub-menu .menu-item {
    width: 100% !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0;
  }
  .main-menu > .menu-item .sub-menu--mega-menu .sub-menu .menu-item a {
    color: #00455f;
    transition-property: color;
    font-size: 1.0625rem;
    line-height: 1.2;
    padding: 0.375rem 0.3125rem;
    display: block;
  }
  .main-menu > .menu-item .sub-menu--mega-menu .sub-menu .menu-item a:hover {
    color: #739d00;
    text-decoration: underline;
  }
  .main-menu > .menu-item .sub-menu--mega-menu .sub-menu .menu-item a:after {
    display: none !important;
  }
  .main-menu > .menu-item .sub-menu--mega-menu .sub-menu .sub-menu {
    display: none !important;
  }
}
.main-menu > .menu-item .menu-item-type-sidebar .wp-block-image {
  position: relative;
  max-width: 92%;
  margin: 0 auto 0;
}
.main-menu > .menu-item .menu-item-type-sidebar .wp-block-image a > img {
  transition: transform 0.25s ease;
}
.main-menu > .menu-item .menu-item-type-sidebar .wp-block-image a > img:hover {
  transform: scale(1.06);
}
.main-menu > .menu-item .menu-item-type-sidebar .wp-block-image img {
  max-height: 250px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-menu > .menu-item .menu-item-type-sidebar h4,
.main-menu > .menu-item .menu-item-type-sidebar h5 {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.1;
  max-width: 92%;
}
.main-menu > .menu-item .menu-item-type-sidebar p {
  width: 92%;
  margin-top: 0;
  max-width: 290px;
  font-size: 1.0625rem;
  line-height: 1.2;
}
.main-menu > .menu-item .menu-item-type-sidebar .promo-heading {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.1;
  max-width: 92%;
  font-weight: bold;
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu > .menu-item .menu-item-type-sidebar {
    float: left;
    height: 100%;
    width: 33%;
    margin-right: 2%;
    background-color: #ebf0f2;
    padding: 0.625rem;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    opacity: 0;
    transform: translateX(-33%);
  }
  .main-menu > .menu-item .menu-item-type-sidebar .wp-block-image::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 170px;
    height: 170px;
    left: calc(50% - 85px);
    top: calc(50% - 85px);
    border-radius: 999px;
    z-index: 0;
  }
}
@media (max-width: 959px), (hover: none) {
  .main-menu > .menu-item .menu-item-type-sidebar {
    order: 99;
    margin-top: auto;
    position: relative;
  }
  .main-menu > .menu-item .menu-item-type-sidebar::before,
  .main-menu > .menu-item .menu-item-type-sidebar::after {
    content: "";
    position: absolute;
    width: 100vw;
    left: 0;
    height: 3.75rem;
    background: linear-gradient(
      to bottom,
      rgba(0, 69, 95, 0.15),
      rgba(0, 69, 95, 0)
    );
    pointer-events: none;
  }
  .main-menu > .menu-item .menu-item-type-sidebar::after {
    background: linear-gradient(
      to top,
      rgba(0, 69, 95, 0.1),
      rgba(0, 69, 95, 0)
    );
    bottom: 0;
    height: 1.875rem;
  }
  .main-menu > .menu-item .menu-item-type-sidebar .wp-block-image img {
    max-width: 90vw;
    margin: 0 auto;
    max-height: 220px;
  }
  .main-menu > .menu-item .menu-item-type-sidebar a {
    padding: 0.75rem;
  }
  .main-menu
    > .menu-item
    .menu-item-type-sidebar
    .wp-block-group__inner-container {
    padding-bottom: 1.5rem;
    width: 100vw;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu > .menu-item:hover .menu-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .main-menu > .menu-item .sub-menu > .menu-item.hovered > .sub-menu,
  .main-menu > .menu-item .sub-menu > .current_menu--open > .sub-menu {
    opacity: 1 !important;
    transform: translateX(0) !important;
    z-index: 10;
    pointer-events: all;
    transition-duration: 0.25s;
  }
}
.main-menu.lang-items-1 .lang-item {
  width: 100%;
}
.main-menu.lang-items-2 .lang-item {
  width: 50%;
}
.main-menu.lang-items-3 .lang-item {
  width: 33.3333333333%;
}
.main-menu.lang-items-4 .lang-item {
  width: 25%;
}
.social-media-menu {
  margin: 0 -0.3125rem 0;
  display: flex;
  flex-wrap: wrap;
}
.social-media-menu .icon {
  height: 1.5625rem;
  width: 1.5625rem;
}
.social-media-menu .menu-item {
  display: inline-block;
  margin: 0.3125rem;
}
.social-media-menu a {
  align-items: center;
  border: 0.125rem solid #739d00;
  border-radius: 50%;
  display: flex !important;
  height: 2.8125rem;
  justify-content: center;
  outline: 0;
  transition-property: border-color;
  width: 2.8125rem;
}
@media (min-width: 640px) {
  .social-media-menu a {
    border: 0.0625rem solid #a6ce39;
  }
}
.social-media-menu a .icon {
  display: block;
  fill: #739d00;
  transition-property: fill;
}
@media (min-width: 640px) {
  .social-media-menu a .icon {
    fill: #a6ce39;
  }
}
.social-media-menu a:hover {
  border-color: #a6ce39;
}
.social-media-menu a:hover .icon {
  fill: #a6ce39;
}
@media (min-width: 640px) {
  .social-media-menu a:hover {
    border-color: #739d00;
  }
  .social-media-menu a:hover .icon {
    fill: #739d00;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .utility-menu {
    display: flex;
    align-items: stretch;
  }
  .utility-menu > .lang-item {
    display: flex !important;
  }
  .utility-menu > .lang-item > a {
    display: flex;
    align-items: center;
  }
  .utility-menu > .no-translation img {
    opacity: 0.7;
  }
}
.utility-menu .menu-item {
  display: inline-block;
  position: relative;
}
.utility-menu .menu-item:not(:last-child) {
  margin-right: 1rem;
}
.utility-menu a {
  color: #fff;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.875rem;
  position: relative;
  padding: 0 0.3em;
}
.utility-menu a::before {
  content: "";
  position: absolute;
  opacity: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #a6ce39;
  transition: opacity 0.25s ease, height 0.25s ease;
}
.utility-menu a:hover {
  color: #a6ce39;
  text-decoration: none;
}
.utility-menu a:hover::before {
  height: 3px;
  opacity: 1;
}
.utility-menu a:focus {
  box-shadow: none;
  outline: 0;
}
@media (max-width: 959px), (hover: none) {
  .utility-menu {
    margin-top: 1.875rem;
    margin-bottom: 0.46875rem;
    margin-left: 1rem;
  }
  .utility-menu a {
    color: #00708b;
  }
}
.utility-menu + .search-form-wrapper {
  z-index: 1;
}
@media (max-width: 959px), (hover: none) {
  .utility-menu + .search-form-wrapper {
    padding: 0 0.9375rem;
    position: relative;
    margin-bottom: 9rem;
  }
}
.widget__title {
  margin: 0.5em 0 0.25em;
}
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
}
.widget_recent_entries li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_entries li + li {
  border-top: 1px solid #ebf0f2;
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
}
.widget_recent_entries a {
  text-decoration: none;
}
.widget_recent_entries .post-date {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
  font-size: 0.875rem;
  text-transform: none;
}
.home .alignwide {
  max-width: 75.0625rem;
}
.script-content-icon {
  display: inline;
  width: 60px;
  vertical-align: middle;
}
.page-geoscript-hub .icon-tile {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  min-height: 10.375rem;
  padding: 1.1875rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.page-geoscript-hub .icon-tile:hover {
  transform: scale(1.03);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.page-geoscript-hub .icon-tile img {
  display: inline-block;
}
.page-geoscript-hub .icon-tile h3 {
  color: #00708b;
  font-size: inherit;
  position: relative;
}
.page-geoscript-hub .icon-tile h3::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 80%;
  padding-left: 0.375rem;
  transform: translateX(90%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  text-decoration: none !important;
}
.page-geoscript-hub .icon-tile h3:hover::after {
  opacity: 1;
  text-decoration: none !important;
  transform: translateX(0);
}
.page-geoscript-hub .icon-tile h3::after {
  position: absolute;
  color: #991e66;
  bottom: 3px;
}
.page-geoscript-hub .icon-tile a {
  color: #00708b;
  text-decoration: none;
}
.page-geoscript-hub .icon-tile a:hover {
  color: #991e66;
}
.page-geoscript-hub .icon-tile + p {
  line-height: 1.4;
}
.page-geoscript-hub .icon-tile + p + .wp-block-emagine-button {
  text-align: center;
}
.page-geoscript-hub #modal-root {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(1000px, 92vw);
  height: min(800px, 92vh);
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  padding: 0;
}
.page-geoscript-hub #modal-root:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  background: rgba(0, 0, 0, 0.8);
}
.page-geoscript-hub #modal-root > *:first-child {
  overflow: scroll;
  padding: 2.5em 2.5em 1em;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #fff;
}
.page-geoscript-hub #modal-root a.modal-close {
  position: absolute;
  z-index: 999999;
  top: 0.625rem;
  right: 0.625rem;
  width: 2.5vmax;
  height: 2.5vmax;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  font-size: 2.5vmax;
  line-height: 0;
  text-decoration: none;
}
.page-geoscript-hub #modal-root a.modal-close > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-geoscript-hub #modal-root .em-tabbed-content__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.page-geoscript-hub #modal-root .em-tabbed-content {
  overflow: visible;
}
.page-geoscript-hub #modal-root .em-tabbed-content__description {
  color: #56565b;
}
.page-geoscript-hub #modal-root .em-tabbed-content__inner {
  padding-top: 1.4rem;
}
.page-geoscript-hub
  #modal-root
  .em-tabbed-content__header-container
  > *:first-child {
  width: 100%;
}
.event__location,
.event__speakers {
  font-size: 1.3125rem;
}
.event__location div {
  display: inline;
}
.single-nstg_event .masthead__title {
  font-weight: bold;
}
.event-body {
  max-width: 1140px !important;
}
.event-headings,
.event-body > .event-content {
  max-width: 51.25rem;
  margin: 3rem auto 0;
}
.event-content > .wp-block-emagine-grid {
  margin-bottom: 2.5rem;
}
.event-columns-wrapper {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 849px) {
  .event-columns-wrapper {
    flex-direction: column;
  }
  .event-columns-wrapper > .event-registration-form {
    flex: 1 1 100%;
    margin: 2.5rem auto;
  }
}
.event-columns-wrapper > .event-content {
  max-width: 720px;
}
.event-registration-form {
  background-color: var(--wp--preset--color--off-white, #ebf0f2);
  padding: 1rem 8px;
  flex: 0 0 360px;
  order: 99;
  border-radius: 0.25rem;
}
.event-registration-form > .reg-heading {
  text-align: center;
  color: var(--wp--preset--color--primary, #00455f);
  font-size: 2rem;
}
.event-registration-form .mktoFieldWrap {
  margin-bottom: 2px !important;
}
.event-registration-form > blockquote > p {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 1rem;
  font-style: italic;
  color: var(--wp--preset--color--magenta, #991e66);
}
.event-headings {
  margin-bottom: 1rem;
}
.event-datetime {
  color: #739d00;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.625rem 0 2.8125rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  line-height: 1;
  margin-bottom: 2.6rem;
  display: block;
}
.event-datetime::after {
  content: "";
  background-color: #739d00;
  height: 0.1875rem;
  margin-top: calc(1.5rem + 1.7rem);
  position: absolute;
  width: 4.75rem;
  left: calc(50% - 38px);
  top: 0;
}
.event-datetime:after {
  bottom: -24px;
  top: auto;
}
.event-location {
  text-align: center;
  font-weight: bold;
  font-size: 111%;
  line-height: 1.4;
}
.event-location > a {
  padding-left: 0.6em;
}
.event-register-jump {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 850px) {
  .event-register-jump {
    display: none !important;
  }
}
.event-reg {
  margin: 2rem auto 3rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: stretch;
}
.multi-reg {
  background-color: var(--wp--preset--color--off-white, #ebf0f2);
  padding: 1rem;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.speakers {
  background-color: var(--wp--preset--color--off-white, #ebf0f2);
  padding: 3rem 0;
  text-align: center;
  margin-top: 3rem;
}
.speaker {
  background-color: #fff;
  border-radius: 0.5rem;
  width: 94vw;
  max-width: 51.25rem;
  margin: 1rem auto;
  display: flex;
  padding: 2rem;
  text-align: left;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: var(--shadow-soft);
}
.speaker > img {
  width: 180px;
  aspect-ratio: 1;
}
.speaker > div {
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.speaker h3 {
  font-size: 1.75rem;
  margin-bottom: 0.4rem;
}
.speaker h4 {
  font-size: 1.25rem;
  margin-top: 0;
}
.speaker p {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
}
@media (max-width: 758px) {
  .speaker {
    flex-direction: column;
  }
  .speaker > img {
    margin: 0 auto;
  }
  .speaker h3,
  .speaker h4 {
    text-align: center;
  }
}
.single-nstg_grant .masthead__title {
  font-weight: bold;
}
.grant-body > section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.grant-body > section h2 {
  text-align: center;
}
.grant-body .grecaptcha-badge {
  right: 0 !important;
}
.grant-headings {
  max-width: 51.25rem;
  margin: 3rem auto 1rem;
}
.grant-closed {
  font-style: italic;
}
.grant-terms p {
  font-size: 1rem;
  line-height: 1.5;
}
.grant-content > .wp-block-emagine-grid {
  margin-bottom: 2.5rem;
}
.deadline {
  color: #739d00;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.625rem 0 2.8125rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  line-height: 1;
  margin-bottom: 2.6rem;
  display: block;
}
.deadline::after {
  content: "";
  background-color: #739d00;
  height: 0.1875rem;
  margin-top: calc(1.5rem + 1.7rem);
  position: absolute;
  width: 4.75rem;
  left: calc(50% - 38px);
  top: 0;
}
.deadline:after {
  bottom: -24px;
  top: auto;
}
.grant-geo {
  text-align: center;
  font-weight: bold;
  font-size: 111%;
  line-height: 1.4;
}
.grant-application-jump {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.basicLightbox {
  max-width: 100vw;
}
.basicLightbox__placeholder {
  padding: 2rem 15px 0;
}
.basicLightbox__image {
  position: relative;
}
.basicLightbox__video {
  width: 80vw;
  max-width: 61.25rem;
}
.basicLightbox__close {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0.9375rem;
  transition: opacity 0.3s ease-in-out;
}
.basicLightbox__close:hover {
  opacity: 0.5;
}
.basicLightbox__prev,
.basicLightbox__next {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.3125rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition-property: background;
}
.basicLightbox__prev .dashicons,
.basicLightbox__next .dashicons {
  height: auto;
  width: auto;
}
.basicLightbox__prev:hover,
.basicLightbox__next:hover {
  background: #00708b;
}
.basicLightbox__next {
  left: auto;
  right: 0;
}
.basicLightbox img {
  max-height: 80vh;
  max-width: 80vw;
}
.basicLightbox iframe {
  max-width: 100%;
}
@media only screen and (orientation: portrait) {
  .ios .basicLightbox__placeholder {
    margin-bottom: 5.625rem;
  }
}
.basicLightbox__form {
  max-height: 90vh;
  background-color: #ebf0f2;
  padding: 1.5rem;
  overflow: scroll;
  border-radius: 0.25rem;
}
.cookie-notification {
  background: rgba(0, 112, 139, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: fixed;
  max-width: 1900px;
}
.cookie-notification__inner {
  padding: 1.125rem 1.125rem;
}
.cookie-notification__content {
  max-width: none;
}
.cookie-notification--bottom {
  bottom: 0;
}
.cookie-notification .btn {
  background: #991e66 !important;
  color: #fff !important;
  border-color: #991e66 !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.cookie-notification .btn:hover {
  background: #fff;
  color: #991e66;
}
.cookie-notification p {
  line-height: normal;
  font-size: 1.0625rem;
  margin: 0 auto;
}
.cookie-notification a {
  color: #fff;
}
.wp-block-emagine-accordions .em-panel {
  position: relative;
}
.wp-block-emagine-accordions .em-panel__title {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.wp-block-emagine-accordions .em-panel__title button {
  font-size: 1.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
  flex-basis: 100%;
  padding-left: 0;
}
.wp-block-emagine-accordions .em-panel__content p {
  font-size: 1.0625rem;
  line-height: 1.5;
}
.gated-content-confirmation {
  margin-bottom: 30px;
}
.nstg-gated-content ~ .support-document-download-button {
  display: none;
}
.modern-footnotes-footnote {
  font-size: 78%;
  font-weight: bold;
}
.modern-footnotes-footnote__note--expandable {
  border: 0.0625rem solid #ebf0f2;
  padding: 1em;
  border-radius: 0.25rem;
}
.modern-footnotes-list > li {
  font-size: var(--wp--preset--font-size--small, 14px) !important;
}
.modern-footnotes-list > li > span {
  margin-right: 0.7em;
  width: 1.3em;
  text-align: right;
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  color: #739d00;
  font-weight: bold;
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 7;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slick-arrow.slick-disabled {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
}
.slick-arrow.slick-disabled:focus {
  outline: none;
  border: none;
}
.slick-dots {
  align-content: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 1px auto;
  gap: 0.375rem;
}
.slick-dots li {
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1;
}
.slick-dots li.slick-active button::before {
  background-color: #a6ce39;
  border: 2px solid #a6ce39 !important;
}
.slick-dots li button {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  text-indent: 200%;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  -webkit-appearance: none;
  transition: transform 0.25s ease;
  display: block;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:active {
  transform: scale(0.9);
}
.slick-dots li button::before {
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  transition: all 0.25s ease;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
}
.slick-dots li button:hover::before {
  border: 2px solid #991e66;
}
.aligndefault,
.site-content > .alignnone {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 53.125rem;
}
.aligndefault .aligndefault,
.site-content > .alignnone .aligndefault {
  padding-left: 0;
  padding-right: 0;
}
.alignwide {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 73.125rem;
}
.alignwide .alignwide {
  padding-right: 0;
  padding-left: 0;
}
.alignfull {
  max-width: 100%;
}
.aligncenter {
  display: block;
  margin: 0 auto 0.9375rem;
  text-align: center;
}
@media (max-width: 489px) {
  .aligncenter--mobile {
    text-align: center !important;
  }
}
@media (max-width: 639px) {
  .aligncenter--tablet {
    text-align: center !important;
  }
}
.alignleft {
  text-align: left;
}
@media (max-width: 489px) {
  .alignleft--mobile {
    text-align: left !important;
  }
}
@media (max-width: 639px) {
  .alignleft--tablet {
    text-align: left !important;
  }
}
.alignright {
  text-align: right;
}
@media (max-width: 489px) {
  .alignright--mobile {
    text-align: right !important;
  }
}
@media (max-width: 639px) {
  .alignright--tablet {
    text-align: right !important;
  }
}
.alignleft,
.alignright {
  display: block;
  margin-bottom: 0.9375rem;
}
.alignleft img {
  display: block;
  float: left;
  margin-right: 1em;
}
.alignright img {
  display: block;
  float: right;
  margin-left: 1em;
}
.alignright figcaption,
.alignleft figcaption {
  font-size: 75%;
  color: gray;
  margin-bottom: 1em;
}
.alignleft figcaption {
  clear: left;
  margin-right: 1em;
}
.alignright figcaption {
  clear: right;
  margin-left: 1em;
}
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 490px) {
  .alignleft,
  .alignright {
    max-width: 60% !important;
    position: relative;
    top: 0.3125rem;
  }
  .alignleft.btn,
  .alignright.btn {
    float: none;
    min-width: 100% !important;
    margin-right: 0;
    margin-left: 0;
    position: static;
  }
  .alignleft {
    float: left;
    margin-right: 1.875rem;
  }
  .alignright {
    float: right;
    margin-left: 1.875rem;
  }
}
@media (min-width: 640px) {
  .alignleft,
  .alignright {
    max-width: calc(100% - 18.75rem) !important;
  }
  .alignleft.btn,
  .alignright.btn {
    max-width: 100% !important;
  }
}
.full-width {
  width: 100%;
  height: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.collapse-margin-top {
  margin-top: -1.875rem;
}
@media (min-width: 850px) {
  .collapse-margin-top {
    margin-top: -3.75rem;
  }
}
.collapse-margin-bottom {
  margin-bottom: -1.875rem;
}
@media (min-width: 850px) {
  .collapse-margin-bottom {
    margin-bottom: -3.75rem;
  }
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.vertical-align-middle,
.vertical-align-children-middle * {
  vertical-align: middle;
}
.display-none,
.hidden {
  display: none !important;
}
.wp-admin .display-none,
.wp-admin .hidden {
  display: block !important;
}
.external-link {
  position: relative;
}
.external-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 6 Free";
  padding-left: 0.375rem;
}
.no-button-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.no-link-style {
  color: inherit;
  text-decoration: none !important;
}
.no-link-style:hover {
  color: inherit;
  text-decoration: none !important;
}
.no-list-style {
  list-style: none;
}
.no-list-style li {
  margin-top: 0;
  padding-left: 0;
}
.no-list-style li:before {
  display: none;
}
.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-fit--top-left.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
}
.object-fit--top-left.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top left;
  object-position: top left;
}
.object-fit--top-center.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.object-fit--top-center.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
}
.object-fit--top-right.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
}
.object-fit--top-right.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top right;
  object-position: top right;
}
.object-fit--center-left.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center left;
  object-position: center left;
}
.object-fit--center-left.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center left;
  object-position: center left;
}
.object-fit--center-center.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.object-fit--center-center.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.object-fit--center-right.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
}
.object-fit--center-right.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center right;
  object-position: center right;
}
.object-fit--bottom-left.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom left;
  object-position: bottom left;
}
.object-fit--bottom-left.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom left;
  object-position: bottom left;
}
.object-fit--bottom-center.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}
.object-fit--bottom-center.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}
.object-fit--bottom-right.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right;
}
.object-fit--bottom-right.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}
[class*="object-fit"] {
  width: 100%;
  height: 100%;
}
.responsive-video {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.responsive-video iframe,
.responsive-video video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.screen-reader-text,
.nstg-block-filterable-events .em-filterable-content__list-title {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
  color: #000;
  background-color: #fff;
}
.scrollfade {
  white-space: nowrap;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollfade::-webkit-scrollbar {
  display: none;
}
.scrollfade.sf-right {
  -webkit-mask-image: linear-gradient(
    to right,
    rgb(0, 0, 0) 90%,
    rgba(0, 0, 0, 0) 99%
  );
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 99%);
}
.scrollfade.sf-left {
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 1%,
    rgb(0, 0, 0) 10%
  );
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgb(0, 0, 0) 10%);
}
.scrollfade.sf-left.sf-right {
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 1%,
    rgb(0, 0, 0) 10%,
    rgb(0, 0, 0) 90%,
    rgba(0, 0, 0, 0) 99%
  );
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 1%,
    rgb(0, 0, 0) 10%,
    rgb(0, 0, 0) 90%,
    rgba(0, 0, 0, 0) 99%
  );
}
.em-mt--none {
  margin-top: 0rem !important;
}
.em-mt--none > .em-tabbed-content__inner {
  margin-top: 0rem !important;
}
.em-mr--none {
  margin-right: 0rem !important;
}
.em-mr--none > .em-tabbed-content__inner {
  margin-right: 0rem !important;
}
.em-mb--none {
  margin-bottom: 0rem !important;
}
.em-mb--none > .em-tabbed-content__inner {
  margin-bottom: 0rem !important;
}
.em-ml--none {
  margin-left: 0rem !important;
}
.em-ml--none > .em-tabbed-content__inner {
  margin-left: 0rem !important;
}
.em-pt--none {
  padding-top: 0rem !important;
}
.em-pt--none > .em-tabbed-content__inner {
  padding-top: 0rem !important;
}
.em-pr--none {
  padding-right: 0rem !important;
}
.em-pr--none > .em-tabbed-content__inner {
  padding-right: 0rem !important;
}
.em-pb--none {
  padding-bottom: 0rem !important;
}
.em-pb--none > .em-tabbed-content__inner {
  padding-bottom: 0rem !important;
}
.em-pl--none {
  padding-left: 0rem !important;
}
.em-pl--none > .em-tabbed-content__inner {
  padding-left: 0rem !important;
}
.em-mt--sm {
  margin-top: calc(0.46875rem / 16) rem !important;
}
.em-mt--sm > .em-tabbed-content__inner {
  margin-top: calc(0.46875rem / 16) rem !important;
}
.em-mr--sm {
  margin-right: calc(0.46875rem / 16) rem !important;
}
.em-mr--sm > .em-tabbed-content__inner {
  margin-right: calc(0.46875rem / 16) rem !important;
}
.em-mb--sm {
  margin-bottom: calc(0.46875rem / 16) rem !important;
}
.em-mb--sm > .em-tabbed-content__inner {
  margin-bottom: calc(0.46875rem / 16) rem !important;
}
.em-ml--sm {
  margin-left: calc(0.46875rem / 16) rem !important;
}
.em-ml--sm > .em-tabbed-content__inner {
  margin-left: calc(0.46875rem / 16) rem !important;
}
.em-pt--sm {
  padding-top: calc(0.46875rem / 16) rem !important;
}
.em-pt--sm > .em-tabbed-content__inner {
  padding-top: calc(0.46875rem / 16) rem !important;
}
.em-pr--sm {
  padding-right: calc(0.46875rem / 16) rem !important;
}
.em-pr--sm > .em-tabbed-content__inner {
  padding-right: calc(0.46875rem / 16) rem !important;
}
.em-pb--sm {
  padding-bottom: calc(0.46875rem / 16) rem !important;
}
.em-pb--sm > .em-tabbed-content__inner {
  padding-bottom: calc(0.46875rem / 16) rem !important;
}
.em-pl--sm {
  padding-left: calc(0.46875rem / 16) rem !important;
}
.em-pl--sm > .em-tabbed-content__inner {
  padding-left: calc(0.46875rem / 16) rem !important;
}
.em-mt--md {
  margin-top: calc(0.9375rem / 16) rem !important;
}
.em-mt--md > .em-tabbed-content__inner {
  margin-top: calc(0.9375rem / 16) rem !important;
}
.em-mr--md {
  margin-right: calc(0.9375rem / 16) rem !important;
}
.em-mr--md > .em-tabbed-content__inner {
  margin-right: calc(0.9375rem / 16) rem !important;
}
.em-mb--md {
  margin-bottom: calc(0.9375rem / 16) rem !important;
}
.em-mb--md > .em-tabbed-content__inner {
  margin-bottom: calc(0.9375rem / 16) rem !important;
}
.em-ml--md {
  margin-left: calc(0.9375rem / 16) rem !important;
}
.em-ml--md > .em-tabbed-content__inner {
  margin-left: calc(0.9375rem / 16) rem !important;
}
.em-pt--md {
  padding-top: calc(0.9375rem / 16) rem !important;
}
.em-pt--md > .em-tabbed-content__inner {
  padding-top: calc(0.9375rem / 16) rem !important;
}
.em-pr--md {
  padding-right: calc(0.9375rem / 16) rem !important;
}
.em-pr--md > .em-tabbed-content__inner {
  padding-right: calc(0.9375rem / 16) rem !important;
}
.em-pb--md {
  padding-bottom: calc(0.9375rem / 16) rem !important;
}
.em-pb--md > .em-tabbed-content__inner {
  padding-bottom: calc(0.9375rem / 16) rem !important;
}
.em-pl--md {
  padding-left: calc(0.9375rem / 16) rem !important;
}
.em-pl--md > .em-tabbed-content__inner {
  padding-left: calc(0.9375rem / 16) rem !important;
}
.em-mt--lg {
  margin-top: calc(1.875rem / 16) rem !important;
}
.em-mt--lg > .em-tabbed-content__inner {
  margin-top: calc(1.875rem / 16) rem !important;
}
.em-mr--lg {
  margin-right: calc(1.875rem / 16) rem !important;
}
.em-mr--lg > .em-tabbed-content__inner {
  margin-right: calc(1.875rem / 16) rem !important;
}
.em-mb--lg {
  margin-bottom: calc(1.875rem / 16) rem !important;
}
.em-mb--lg > .em-tabbed-content__inner {
  margin-bottom: calc(1.875rem / 16) rem !important;
}
.em-ml--lg {
  margin-left: calc(1.875rem / 16) rem !important;
}
.em-ml--lg > .em-tabbed-content__inner {
  margin-left: calc(1.875rem / 16) rem !important;
}
.em-pt--lg {
  padding-top: calc(1.875rem / 16) rem !important;
}
.em-pt--lg > .em-tabbed-content__inner {
  padding-top: calc(1.875rem / 16) rem !important;
}
.em-pr--lg {
  padding-right: calc(1.875rem / 16) rem !important;
}
.em-pr--lg > .em-tabbed-content__inner {
  padding-right: calc(1.875rem / 16) rem !important;
}
.em-pb--lg {
  padding-bottom: calc(1.875rem / 16) rem !important;
}
.em-pb--lg > .em-tabbed-content__inner {
  padding-bottom: calc(1.875rem / 16) rem !important;
}
.em-pl--lg {
  padding-left: calc(1.875rem / 16) rem !important;
}
.em-pl--lg > .em-tabbed-content__inner {
  padding-left: calc(1.875rem / 16) rem !important;
}
.em-mt--xl {
  margin-top: calc(3.75rem / 16) rem !important;
}
.em-mt--xl > .em-tabbed-content__inner {
  margin-top: calc(3.75rem / 16) rem !important;
}
.em-mr--xl {
  margin-right: calc(3.75rem / 16) rem !important;
}
.em-mr--xl > .em-tabbed-content__inner {
  margin-right: calc(3.75rem / 16) rem !important;
}
.em-mb--xl {
  margin-bottom: calc(3.75rem / 16) rem !important;
}
.em-mb--xl > .em-tabbed-content__inner {
  margin-bottom: calc(3.75rem / 16) rem !important;
}
.em-ml--xl {
  margin-left: calc(3.75rem / 16) rem !important;
}
.em-ml--xl > .em-tabbed-content__inner {
  margin-left: calc(3.75rem / 16) rem !important;
}
.em-pt--xl {
  padding-top: calc(3.75rem / 16) rem !important;
}
.em-pt--xl > .em-tabbed-content__inner {
  padding-top: calc(3.75rem / 16) rem !important;
}
.em-pr--xl {
  padding-right: calc(3.75rem / 16) rem !important;
}
.em-pr--xl > .em-tabbed-content__inner {
  padding-right: calc(3.75rem / 16) rem !important;
}
.em-pb--xl {
  padding-bottom: calc(3.75rem / 16) rem !important;
}
.em-pb--xl > .em-tabbed-content__inner {
  padding-bottom: calc(3.75rem / 16) rem !important;
}
.em-pl--xl {
  padding-left: calc(3.75rem / 16) rem !important;
}
.em-pl--xl > .em-tabbed-content__inner {
  padding-left: calc(3.75rem / 16) rem !important;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}
.has-white-color {
  color: #fff !important;
}
.has-white-color a {
  color: inherit;
}
.has-black-color {
  color: #212121 !important;
}
.has-gray-xl-color {
  color: #f5f6f6 !important;
}
.has-gray-l-color {
  color: #ebf0f2 !important;
}
.has-gray-color {
  color: #c2c3c2 !important;
}
.has-gray-d-color {
  color: #767676 !important;
}
.has-gray-xd-color {
  color: #515250 !important;
}
.has-primary-d-color {
  color: #00455f !important;
}
.has-primary-color {
  color: #00708b !important;
}
.has-primary-l-color {
  color: #4c9dbb !important;
}
.has-secondary-d-color {
  color: #739d00 !important;
}
.has-secondary-color {
  color: #a6ce39 !important;
}
.has-secondary-l-color {
  color: #c1dd74 !important;
}
.has-secondary-xd-color {
  color: #52661c !important;
}
.has-off-white-color {
  color: #ebf0f2 !important;
}
.has-orange-color {
  color: #f2a900 !important;
}
.has-magenta-color {
  color: #991e66 !important;
}
.has-white-text-color {
  color: #fff !important;
}
.has-white-text-color a {
  color: inherit;
}
.has-black-text-color {
  color: #212121 !important;
}
.has-gray-xl-text-color {
  color: #f5f6f6 !important;
}
.has-gray-l-text-color {
  color: #ebf0f2 !important;
}
.has-gray-text-color {
  color: #c2c3c2 !important;
}
.has-gray-d-text-color {
  color: #767676 !important;
}
.has-gray-xd-text-color {
  color: #515250 !important;
}
.has-primary-d-text-color {
  color: #00455f !important;
}
.has-primary-text-color {
  color: #00708b !important;
}
.has-primary-l-text-color {
  color: #4c9dbb !important;
}
.has-secondary-d-text-color {
  color: #739d00 !important;
}
.has-secondary-text-color {
  color: #a6ce39 !important;
}
.has-secondary-l-text-color {
  color: #c1dd74 !important;
}
.has-secondary-xd-text-color {
  color: #52661c !important;
}
.has-off-white-text-color {
  color: #ebf0f2 !important;
}
.has-orange-text-color {
  color: #f2a900 !important;
}
.has-magenta-text-color {
  color: #991e66 !important;
}
.has-white-background-color {
  background-color: #fff !important;
  color: #212121;
}
.has-white-border-color {
  border-color: #fff !important;
}
.has-opaque-white-background {
  background-color: rgba(255, 255, 255, 0.05);
}
.has-black-background-color {
  background-color: #212121 !important;
  color: #fff;
}
.has-black-background-color *:not(.card),
.has-black-background-color *:not(.card *) {
  color: inherit;
}
.has-black-border-color {
  border-color: #212121 !important;
}
.has-opaque-black-background {
  background-color: rgba(33, 33, 33, 0.05);
}
.has-gray-xl-background-color {
  background-color: #f5f6f6 !important;
}
.has-gray-xl-border-color {
  border-color: #f5f6f6 !important;
}
.has-opaque-gray-xl-background {
  background-color: rgba(245, 246, 246, 0.05);
}
.has-gray-l-background-color {
  background-color: #ebf0f2 !important;
}
.has-gray-l-border-color {
  border-color: #ebf0f2 !important;
}
.has-opaque-gray-l-background {
  background-color: rgba(235, 240, 242, 0.05);
}
.has-gray-background-color {
  background-color: #c2c3c2 !important;
  color: #fff;
}
.has-gray-background-color *:not(.card),
.has-gray-background-color *:not(.card *) {
  color: inherit;
}
.has-gray-border-color {
  border-color: #c2c3c2 !important;
}
.has-opaque-gray-background {
  background-color: rgba(194, 195, 194, 0.05);
}
.has-gray-d-background-color {
  background-color: #767676 !important;
  color: #fff;
}
.has-gray-d-background-color *:not(.card),
.has-gray-d-background-color *:not(.card *) {
  color: inherit;
}
.has-gray-d-border-color {
  border-color: #767676 !important;
}
.has-opaque-gray-d-background {
  background-color: rgba(118, 118, 118, 0.05);
}
.has-gray-xd-background-color {
  background-color: #515250 !important;
  color: #fff;
}
.has-gray-xd-background-color *:not(.card),
.has-gray-xd-background-color *:not(.card *) {
  color: inherit;
}
.has-gray-xd-border-color {
  border-color: #515250 !important;
}
.has-opaque-gray-xd-background {
  background-color: rgba(81, 82, 80, 0.05);
}
.has-primary-d-background-color {
  background-color: #00455f !important;
  color: #fff;
}
.has-primary-d-background-color *:not(.card),
.has-primary-d-background-color *:not(.card *) {
  color: inherit;
}
.has-primary-d-border-color {
  border-color: #00455f !important;
}
.has-opaque-primary-d-background {
  background-color: rgba(0, 69, 95, 0.05);
}
.has-primary-background-color {
  background-color: #00708b !important;
  color: #fff;
}
.has-primary-background-color *:not(.card),
.has-primary-background-color *:not(.card *) {
  color: inherit;
}
.has-primary-border-color {
  border-color: #00708b !important;
}
.has-opaque-primary-background {
  background-color: rgba(0, 112, 139, 0.05);
}
.has-primary-l-background-color {
  background-color: #4c9dbb !important;
  color: #fff;
}
.has-primary-l-background-color *:not(.card),
.has-primary-l-background-color *:not(.card *) {
  color: inherit;
}
.has-primary-l-border-color {
  border-color: #4c9dbb !important;
}
.has-opaque-primary-l-background {
  background-color: rgba(76, 157, 187, 0.05);
}
.has-secondary-d-background-color {
  background-color: #739d00 !important;
  color: #fff;
}
.has-secondary-d-background-color *:not(.card),
.has-secondary-d-background-color *:not(.card *) {
  color: inherit;
}
.has-secondary-d-border-color {
  border-color: #739d00 !important;
}
.has-opaque-secondary-d-background {
  background-color: rgba(115, 157, 0, 0.05);
}
.has-secondary-background-color {
  background-color: #a6ce39 !important;
  color: #fff;
}
.has-secondary-background-color *:not(.card),
.has-secondary-background-color *:not(.card *) {
  color: inherit;
}
.has-secondary-border-color {
  border-color: #a6ce39 !important;
}
.has-opaque-secondary-background {
  background-color: rgba(166, 206, 57, 0.05);
}
.has-secondary-l-background-color {
  background-color: #c1dd74 !important;
  color: #fff;
}
.has-secondary-l-background-color *:not(.card),
.has-secondary-l-background-color *:not(.card *) {
  color: inherit;
}
.has-secondary-l-border-color {
  border-color: #c1dd74 !important;
}
.has-opaque-secondary-l-background {
  background-color: rgba(193, 221, 116, 0.05);
}
.has-secondary-xd-background-color {
  background-color: #52661c !important;
  color: #fff;
}
.has-secondary-xd-background-color *:not(.card),
.has-secondary-xd-background-color *:not(.card *) {
  color: inherit;
}
.has-secondary-xd-border-color {
  border-color: #52661c !important;
}
.has-opaque-secondary-xd-background {
  background-color: rgba(82, 102, 28, 0.05);
}
.has-off-white-background-color {
  background-color: #ebf0f2 !important;
}
.has-off-white-border-color {
  border-color: #ebf0f2 !important;
}
.has-opaque-off-white-background {
  background-color: rgba(235, 240, 242, 0.05);
}
.has-orange-background-color {
  background-color: #f2a900 !important;
  color: #fff;
}
.has-orange-background-color *:not(.card),
.has-orange-background-color *:not(.card *) {
  color: inherit;
}
.has-orange-border-color {
  border-color: #f2a900 !important;
}
.has-opaque-orange-background {
  background-color: rgba(242, 169, 0, 0.05);
}
.has-magenta-background-color {
  background-color: #991e66 !important;
  color: #fff;
}
.has-magenta-background-color *:not(.card),
.has-magenta-background-color *:not(.card *) {
  color: inherit;
}
.has-magenta-border-color {
  border-color: #991e66 !important;
}
.has-opaque-magenta-background {
  background-color: rgba(153, 30, 102, 0.05);
}
.has-background-dim::before {
  background-color: inherit;
  opacity: 0.5;
}
.has-background-dim-10::before {
  opacity: 0.1;
}
.has-background-dim-20::before {
  opacity: 0.2;
}
.has-background-dim-30::before {
  opacity: 0.3;
}
.has-background-dim-40::before {
  opacity: 0.4;
}
.has-background-dim-60::before {
  opacity: 0.6;
}
.has-background-dim-70::before {
  opacity: 0.7;
}
.has-background-dim-80::before {
  opacity: 0.8;
}
.has-background-dim-90::before {
  opacity: 0.9;
}
.has-background-dim-100::before {
  opacity: 1;
}
.has-small-font-size {
  font-size: 80%;
}
.has-medium-font-size {
  font-size: 125%;
}
.has-large-font-size {
  font-size: 150%;
}
.has-huge-font-size {
  font-size: 200%;
}
.has-weight-light {
  font-weight: 300;
}
.has-weight-normal {
  font-weight: 400;
}
.has-weight-semi-bold {
  font-weight: 500;
}
.has-weight-bold {
  font-weight: 700;
}
.has-weight-extra-bold {
  font-weight: 900;
}
.wp-caption {
  background: #f5f6f6;
}
.wp-caption-text {
  font-size: 0.875rem;
  font-style: italic;
  padding: 10px;
}
/*# sourceMappingURL=../maps/main.css.map */
