.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.chevron::after {
  position: absolute;
  content: "";
  top: 0;
  width: 8px;
  height: 8px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  transition: 0.2s;
}

.chevron-big::after {
  position: absolute;
  content: "";
  top: 0;
  width: 12px;
  height: 12px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  transition: 0.2s;
}

:root {
  --breakpoint-_: 0;
  --breakpoint-xs: 480px;
  --breakpoint-s: 576px;
  --breakpoint-m: 768px;
  --breakpoint-l: 1024px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "museo-sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --tec-color-background-events-bar-submit-button: #005941;
  --tec-color-background-events-bar-submit-button-hover: #072a1b;
  --tec-color-background-events-bar-submit-button-active: #072a1b;
  --tec-color-accent-primary: #005941;
  --tec-color-accent-primary-hover: rgba($color-forest-green,.8);
  --tec-color-button-primary: #005941;
  --tec-color-button-primary-hover: rgba($color-forest-green,.8);
}

body.m-open {
  overflow: hidden;
}

.field {
  position: relative;
}
.field label {
  width: 100%;
}

.field-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

input[type=text], input[type=email], input[type=search], input[type=tel], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=time], input[type=url], input[type=week] {
  font-size: 14px;
  line-height: 1.571;
  font-weight: 500;
  color: #4f4f4f;
  background: #ebebeb;
  border-radius: 0;
  border: 1px solid transparent;
  padding: 12px 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  input[type=text], input[type=email], input[type=search], input[type=tel], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=time], input[type=url], input[type=week] {
    font-size: 16px;
    line-height: 1.563;
  }
}
input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: #005941 solid 5px;
  border-radius: 50% !important;
  box-shadow: inset 1em 1em #f3cf1e;
}
input[type=checkbox], input[type=radio], input .gfield-choice-input {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
  vertical-align: top !important;
  width: 1.1rem !important;
  height: 1.1rem !important;
  padding: 0;
  overflow: visible !important;
  clip: unset;
  white-space: nowrap;
  clip-path: none;
  background: #ebebeb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0.4rem;
  transform: translateY(0.32em);
}
input[type=checkbox] + label, input[type=radio] + label, input .gfield-choice-input + label {
  display: inline-block;
  width: calc(100% - 2rem);
}
input[type=checkbox]:checked::before {
  display: flex;
  flex-direction: row;
  align-items: center;
  content: "\f15e";
  font-family: "dashicons";
  font-size: 1.1rem;
  color: #f3cf1e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 1.1rem 1.1rem #005941;
}

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.571;
  color: #4f4f4f;
  background: #ebebeb url(../src/img/svg/chevron-down.svg) no-repeat right 0.6rem top 55%;
  background-size: 0.8rem;
  border-radius: 0;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 12px 2rem 12px 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  select:not([multiple]) {
    font-size: 16px;
    line-height: 1.563;
  }
}
select:not([multiple]).styled {
  position: relative;
  background: #fff url(../src/img/svg/chevron-down.svg) no-repeat right 0.6rem top 55%;
  background-size: 0.8rem;
  border: 2px solid #005941;
  border-radius: 0;
  font-size: 18px;
  line-height: 23px;
  margin-top: 8px;
  padding: 13px 50px 13px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #005941;
  overflow: hidden;
  transition: 0.2s;
}

.select.custom {
  position: relative;
  outline: 0;
}
.select.custom .select-styled {
  position: relative;
  background: #fff;
  border: 2px solid #005941;
  border-radius: 0;
  font-size: 18px;
  line-height: 23px;
  padding: 13px 50px 13px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #005941;
  overflow: hidden;
  transition: 0.2s;
}
.select.custom .select-styled::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  right: 20px;
  top: 17px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #005941;
  transform: rotate(135deg);
}
.select .select-options {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  background: #f8f8f8;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
}
@media (max-width: 767.98px) {
  .select .select-options {
    margin-top: 10px;
  }
}
.select .select-options li {
  color: #005941;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  padding: 0 26px 0 16px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
  transition: 0.2s;
}
.select .select-options li:hover {
  background: #005941;
  color: #fff;
}
@media (min-width: 768px) {
  .select .select-options {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
  }
}

.gform_wrapper .gform_heading {
  max-width: 100%;
}
.gform_wrapper .gform_heading h2 {
  font-weight: bolder;
}
.gform_wrapper.gravity-theme .ginput_complex {
  margin-top: 3px;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
  min-width: 30%;
  max-width: 32%;
}
.gform_wrapper.gravity-theme .gfield-choice-input,
.gform_wrapper.gravity-theme .ginput_container_consent input[type=checkbox] {
  position: relative;
  width: 1.4rem;
  height: 1rem;
  padding: 0;
  overflow: hidden;
  clip: unset;
  white-space: nowrap;
  clip-path: none;
  border: 0;
}
.gform_wrapper.gravity-theme .gfield_signature_ui_container > div:not(:first-child) {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
  flex-basis: auto !important;
  max-width: 32% !important;
  width: 100%;
}

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

html {
  font-family: "museo-sans", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[lang] {
  margin-top: 0 !important;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "museo-sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.563;
  color: #000;
  text-align: left;
  background-color: #fff;
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
    line-height: 1.556;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #005941;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #072a1b;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

.rounded img {
  border-radius: 1rem;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 20px;
  font-weight: 300;
}

small {
  font-size: 80%;
  font-weight: 400;
}

.body-1 {
  font-size: 16px;
  line-height: 1.563;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .body-1 {
    font-size: 18px;
    line-height: 1.556;
  }
}

.small, .page-sidebar .sidebar .sidebar-content .sidebar-links a {
  font-size: 14px;
  line-height: 1.571;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .small, .page-sidebar .sidebar .sidebar-content .sidebar-links a {
    font-size: 16px;
    line-height: 1.563;
  }
}

.tiny,
.p-tiny {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .tiny,
  .p-tiny {
    font-size: 14px;
  }
}

.medium {
  font-size: 16px;
  line-height: 1.571;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .medium {
    font-size: 18px;
    line-height: 1.563;
  }
}

.large {
  font-size: 18px;
  line-height: 1.556;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .large {
    font-size: 21px;
    line-height: 1.571;
  }
}

.factoid {
  font-size: 42px;
  line-height: 44px;
  font-weight: 900;
  word-break: break-word;
}
@media (min-width: 768px) {
  .factoid {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .factoid {
    font-size: 55px;
    line-height: 55px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1.forest-green,
h2.forest-green,
h3.forest-green,
h4.forest-green,
h5.forest-green,
h6.forest-green {
  color: #005941;
}
h1.forest-night,
h2.forest-night,
h3.forest-night,
h4.forest-night,
h5.forest-night,
h6.forest-night {
  color: #072a1b;
}
h1.sunshine,
h2.sunshine,
h3.sunshine,
h4.sunshine,
h5.sunshine,
h6.sunshine {
  color: #f3cf1e;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 1.083;
  font-weight: 300;
}
@media (min-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 1.089;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 65px;
    line-height: 1.092;
  }
}

h2 {
  font-size: 24px;
  line-height: 1.167;
  font-weight: 300;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 36px;
    line-height: 1.194;
  }
}

h3 {
  font-size: 18px;
  line-height: 1.278;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3 {
    font-size: 21px;
    line-height: 1.286;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 24px;
    line-height: 1.292;
  }
}

h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 1.278;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 21px;
    line-height: 1.286;
  }
}

h5,
h6 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
@media (min-width: 1024px) {
  h5,
  h6 {
    font-size: 18px;
    line-height: 1.278;
  }
}

.wrapper, .module-common.image .wp-block-image.in-container, .single-post .reduced-wrapper.with-header-img .module-common.image, .single-news_article .reduced-wrapper.with-header-img .module-common.image, .single-post .module-common.image, .single-news_article .module-common.image, .module-common.separator .wp-block-separator.contained {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .wrapper, .module-common.image .wp-block-image.in-container, .single-post .reduced-wrapper.with-header-img .module-common.image, .single-news_article .reduced-wrapper.with-header-img .module-common.image, .single-post .module-common.image, .single-news_article .module-common.image, .module-common.separator .wp-block-separator.contained {
    max-width: 1240px;
  }
}

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

.wrapper-semifluid,
.wrapper.semifull,
.module-common.image .semifull.wp-block-image.in-container,
.single-post .reduced-wrapper.with-header-img .semifull.module-common.image,
.single-news_article .reduced-wrapper.with-header-img .semifull.module-common.image,
.single-post .semifull.module-common.image,
.single-news_article .semifull.module-common.image,
.module-common.separator .semifull.wp-block-separator.contained {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1040px;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=_] {
  padding-right: 0;
  padding-left: 0;
}

._xl,
._xl-auto, ._xl12, ._xl11, ._xl10, ._xl9, ._xl8, ._xl7, ._xl6, ._xl5, ._xl4, ._xl3, ._xl2, ._xl1, ._l,
._l-auto, ._l12, ._l11, ._l10, ._l9, ._l8, ._l7, ._l6, ._l5, ._l4, ._l3, ._l2, ._l1, ._m,
._m-auto, ._m12, ._m11, ._m10, ._m9, ._m8, ._m7, ._m6, ._m5, ._m4, ._m3, ._m2, ._m1, ._s,
._s-auto, ._s12, ._s11, ._s10, ._s9, ._s8, ._s7, ._s6, ._s5, ._s4, ._s3, ._s2, ._s1, ._xs,
._xs-auto, ._xs12, ._xs11, ._xs10, ._xs9, ._xs8, ._xs7, ._xs6, ._xs5, ._xs4, ._xs3, ._xs2, ._xs1, ._,
._-auto, ._12, ._11, ._10, ._9, ._8, ._7, ._6, ._5, ._4, ._3, ._2, ._1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

._ {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.__auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

._1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

._2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

._3 {
  flex: 0 0 25%;
  max-width: 25%;
}

._4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

._5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

._6 {
  flex: 0 0 50%;
  max-width: 50%;
}

._7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

._8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

._9 {
  flex: 0 0 75%;
  max-width: 75%;
}

._10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

._11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

._12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.ord__first {
  order: -1;
}

.ord__last {
  order: 13;
}

.ord_0 {
  order: 0;
}

.ord_1 {
  order: 1;
}

.ord_2 {
  order: 2;
}

.ord_3 {
  order: 3;
}

.ord_4 {
  order: 4;
}

.ord_5 {
  order: 5;
}

.ord_6 {
  order: 6;
}

.ord_7 {
  order: 7;
}

.ord_8 {
  order: 8;
}

.ord_9 {
  order: 9;
}

.ord_10 {
  order: 10;
}

.ord_11 {
  order: 11;
}

.ord_12 {
  order: 12;
}

.ofs_1 {
  margin-left: 8.3333333333%;
}

.ofs_2 {
  margin-left: 16.6666666667%;
}

.ofs_3 {
  margin-left: 25%;
}

.ofs_4 {
  margin-left: 33.3333333333%;
}

.ofs_5 {
  margin-left: 41.6666666667%;
}

.ofs_6 {
  margin-left: 50%;
}

.ofs_7 {
  margin-left: 58.3333333333%;
}

.ofs_8 {
  margin-left: 66.6666666667%;
}

.ofs_9 {
  margin-left: 75%;
}

.ofs_10 {
  margin-left: 83.3333333333%;
}

.ofs_11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 480px) {
  ._xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._xs_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._xs1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._xs2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._xs3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._xs4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._xs5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._xs6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._xs7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._xs8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._xs9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._xs10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._xs11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._xs12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_xs_first {
    order: -1;
  }
  .ord_xs_last {
    order: 13;
  }
  .ord_xs0 {
    order: 0;
  }
  .ord_xs1 {
    order: 1;
  }
  .ord_xs2 {
    order: 2;
  }
  .ord_xs3 {
    order: 3;
  }
  .ord_xs4 {
    order: 4;
  }
  .ord_xs5 {
    order: 5;
  }
  .ord_xs6 {
    order: 6;
  }
  .ord_xs7 {
    order: 7;
  }
  .ord_xs8 {
    order: 8;
  }
  .ord_xs9 {
    order: 9;
  }
  .ord_xs10 {
    order: 10;
  }
  .ord_xs11 {
    order: 11;
  }
  .ord_xs12 {
    order: 12;
  }
  .ofs_xs0 {
    margin-left: 0;
  }
  .ofs_xs1 {
    margin-left: 8.3333333333%;
  }
  .ofs_xs2 {
    margin-left: 16.6666666667%;
  }
  .ofs_xs3 {
    margin-left: 25%;
  }
  .ofs_xs4 {
    margin-left: 33.3333333333%;
  }
  .ofs_xs5 {
    margin-left: 41.6666666667%;
  }
  .ofs_xs6 {
    margin-left: 50%;
  }
  .ofs_xs7 {
    margin-left: 58.3333333333%;
  }
  .ofs_xs8 {
    margin-left: 66.6666666667%;
  }
  .ofs_xs9 {
    margin-left: 75%;
  }
  .ofs_xs10 {
    margin-left: 83.3333333333%;
  }
  .ofs_xs11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  ._s {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._s_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._s1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._s2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._s3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._s4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._s5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._s6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._s7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._s8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._s9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._s10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._s11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._s12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_s_first {
    order: -1;
  }
  .ord_s_last {
    order: 13;
  }
  .ord_s0 {
    order: 0;
  }
  .ord_s1 {
    order: 1;
  }
  .ord_s2 {
    order: 2;
  }
  .ord_s3 {
    order: 3;
  }
  .ord_s4 {
    order: 4;
  }
  .ord_s5 {
    order: 5;
  }
  .ord_s6 {
    order: 6;
  }
  .ord_s7 {
    order: 7;
  }
  .ord_s8 {
    order: 8;
  }
  .ord_s9 {
    order: 9;
  }
  .ord_s10 {
    order: 10;
  }
  .ord_s11 {
    order: 11;
  }
  .ord_s12 {
    order: 12;
  }
  .ofs_s0 {
    margin-left: 0;
  }
  .ofs_s1 {
    margin-left: 8.3333333333%;
  }
  .ofs_s2 {
    margin-left: 16.6666666667%;
  }
  .ofs_s3 {
    margin-left: 25%;
  }
  .ofs_s4 {
    margin-left: 33.3333333333%;
  }
  .ofs_s5 {
    margin-left: 41.6666666667%;
  }
  .ofs_s6 {
    margin-left: 50%;
  }
  .ofs_s7 {
    margin-left: 58.3333333333%;
  }
  .ofs_s8 {
    margin-left: 66.6666666667%;
  }
  .ofs_s9 {
    margin-left: 75%;
  }
  .ofs_s10 {
    margin-left: 83.3333333333%;
  }
  .ofs_s11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  ._m {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._m_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._m1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._m2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._m3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._m4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._m5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._m6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._m7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._m8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._m9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._m10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._m11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._m12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_m_first {
    order: -1;
  }
  .ord_m_last {
    order: 13;
  }
  .ord_m0 {
    order: 0;
  }
  .ord_m1 {
    order: 1;
  }
  .ord_m2 {
    order: 2;
  }
  .ord_m3 {
    order: 3;
  }
  .ord_m4 {
    order: 4;
  }
  .ord_m5 {
    order: 5;
  }
  .ord_m6 {
    order: 6;
  }
  .ord_m7 {
    order: 7;
  }
  .ord_m8 {
    order: 8;
  }
  .ord_m9 {
    order: 9;
  }
  .ord_m10 {
    order: 10;
  }
  .ord_m11 {
    order: 11;
  }
  .ord_m12 {
    order: 12;
  }
  .ofs_m0 {
    margin-left: 0;
  }
  .ofs_m1 {
    margin-left: 8.3333333333%;
  }
  .ofs_m2 {
    margin-left: 16.6666666667%;
  }
  .ofs_m3 {
    margin-left: 25%;
  }
  .ofs_m4 {
    margin-left: 33.3333333333%;
  }
  .ofs_m5 {
    margin-left: 41.6666666667%;
  }
  .ofs_m6 {
    margin-left: 50%;
  }
  .ofs_m7 {
    margin-left: 58.3333333333%;
  }
  .ofs_m8 {
    margin-left: 66.6666666667%;
  }
  .ofs_m9 {
    margin-left: 75%;
  }
  .ofs_m10 {
    margin-left: 83.3333333333%;
  }
  .ofs_m11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  ._l {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._l_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._l1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._l2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._l3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._l4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._l5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._l6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._l7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._l8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._l9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._l10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._l11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._l12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_l_first {
    order: -1;
  }
  .ord_l_last {
    order: 13;
  }
  .ord_l0 {
    order: 0;
  }
  .ord_l1 {
    order: 1;
  }
  .ord_l2 {
    order: 2;
  }
  .ord_l3 {
    order: 3;
  }
  .ord_l4 {
    order: 4;
  }
  .ord_l5 {
    order: 5;
  }
  .ord_l6 {
    order: 6;
  }
  .ord_l7 {
    order: 7;
  }
  .ord_l8 {
    order: 8;
  }
  .ord_l9 {
    order: 9;
  }
  .ord_l10 {
    order: 10;
  }
  .ord_l11 {
    order: 11;
  }
  .ord_l12 {
    order: 12;
  }
  .ofs_l0 {
    margin-left: 0;
  }
  .ofs_l1 {
    margin-left: 8.3333333333%;
  }
  .ofs_l2 {
    margin-left: 16.6666666667%;
  }
  .ofs_l3 {
    margin-left: 25%;
  }
  .ofs_l4 {
    margin-left: 33.3333333333%;
  }
  .ofs_l5 {
    margin-left: 41.6666666667%;
  }
  .ofs_l6 {
    margin-left: 50%;
  }
  .ofs_l7 {
    margin-left: 58.3333333333%;
  }
  .ofs_l8 {
    margin-left: 66.6666666667%;
  }
  .ofs_l9 {
    margin-left: 75%;
  }
  .ofs_l10 {
    margin-left: 83.3333333333%;
  }
  .ofs_l11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  ._xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._xl_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._xl1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._xl2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._xl3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._xl4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._xl5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._xl6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._xl7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._xl8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._xl9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._xl10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._xl11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._xl12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_xl_first {
    order: -1;
  }
  .ord_xl_last {
    order: 13;
  }
  .ord_xl0 {
    order: 0;
  }
  .ord_xl1 {
    order: 1;
  }
  .ord_xl2 {
    order: 2;
  }
  .ord_xl3 {
    order: 3;
  }
  .ord_xl4 {
    order: 4;
  }
  .ord_xl5 {
    order: 5;
  }
  .ord_xl6 {
    order: 6;
  }
  .ord_xl7 {
    order: 7;
  }
  .ord_xl8 {
    order: 8;
  }
  .ord_xl9 {
    order: 9;
  }
  .ord_xl10 {
    order: 10;
  }
  .ord_xl11 {
    order: 11;
  }
  .ord_xl12 {
    order: 12;
  }
  .ofs_xl0 {
    margin-left: 0;
  }
  .ofs_xl1 {
    margin-left: 8.3333333333%;
  }
  .ofs_xl2 {
    margin-left: 16.6666666667%;
  }
  .ofs_xl3 {
    margin-left: 25%;
  }
  .ofs_xl4 {
    margin-left: 33.3333333333%;
  }
  .ofs_xl5 {
    margin-left: 41.6666666667%;
  }
  .ofs_xl6 {
    margin-left: 50%;
  }
  .ofs_xl7 {
    margin-left: 58.3333333333%;
  }
  .ofs_xl8 {
    margin-left: 66.6666666667%;
  }
  .ofs_xl9 {
    margin-left: 75%;
  }
  .ofs_xl10 {
    margin-left: 83.3333333333%;
  }
  .ofs_xl11 {
    margin-left: 91.6666666667%;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

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

.carousel__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 24px);
  height: var(--carousel-button-svg-height, 24px);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
  outline: none;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 64px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1053;
  color: var(--fancybox-color, currentColor);
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  transition: opacity var(--fancybox-ts, 0.25s) ease;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=true] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=true] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=true] .carousel__dots, .fancybox__container.is-animated[aria-hidden=true] .carousel__button.is-close {
  transition: opacity 0.2s ease;
  opacity: 0;
}

.fancybox-fadeIn {
  animation: 0.2s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.2s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.2s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.2s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.2s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  20% {
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  20% {
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel .is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .carousel__slide:not(.has-image) .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .carousel__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .carousel__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__image {
  background: transparent;
  user-select: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  min-height: 1px;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  min-height: 1px;
  object-fit: contain;
  background: transparent;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  min-height: 1px;
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  min-height: 1px;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__thumbs {
  transition: unset;
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  transition: opacity var(--fancybox-ts, 0.25s) ease-in;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide.is-nav-selected::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-bottom: 3px solid currentColor;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
}

.site {
  display: flex;
  flex-direction: column;
  justify-items: flex-end;
  min-height: 100vh;
  height: 100%;
  padding-top: 0;
}
@media (min-width: 768px) {
  .site {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .site {
    padding-top: 0;
  }
}
.site .site-content {
  flex: 1;
  min-height: 100vh;
}
.site .site-content .site-main {
  /* a:not(.btn):not(.quote) {
      color: $black;
      transition: .2s;

      &:hover {
          color: $color-forest-green;
      }
  } */
}
.site .site-content .site-main .inner-wrapper .wrapper-pretend {
  overflow-x: hidden;
}
.site .site-content .site-main a:not(.btn):not([class^=heateor_])[target=_blank]::after {
  display: inline-block;
  content: "\f504";
  font-family: "dashicons";
  margin-left: 0.2rem;
  font-weight: 500;
}
.site .site-content .site-main a:not(.btn):not([class^=heateor_]).img-link {
  display: inline-block;
  border-bottom: none;
}
.site .site-content .site-main a:not(.btn):not([class^=heateor_]).img-link[target=_blank]::after {
  display: none;
  content: "";
}
.site .site-content .site-main a:not(.btn):not([class^=heateor_]):has(> img) {
  display: inline-block;
  border-bottom: none;
}
.site .site-content .site-main a:not(.btn):not([class^=heateor_]):has(> img)[target=_blank]::after {
  display: none;
  content: "";
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site .site-content {
    flex-basis: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .site .site-content {
    flex-basis: auto;
  }
}

footer {
  display: block;
  position: relative;
  margin-top: 80px;
}
footer .site-footer {
  position: relative;
  padding-top: 70px;
  background: #072a1b;
  clip-path: polygon(100% 99.78142857%, 0% 99.78142857%, 0% 5.428571429%, 0.02% 5.438571429%, 0.091111111% 5.464285714%, 0.233333333% 5.505714286%, 0.468888889% 5.558571429%, 0.813333333% 5.622857143%, 1.288888889% 5.692857143%, 1.913333333% 5.768571429%, 2.706666667% 5.845714286%, 3.691111111% 5.924285714%, 4.882222222% 6%, 6.3% 6.07%, 7.966666667% 6.134285714%, 9.9% 6.187142857%, 12.12% 6.228571429%, 14.64666667% 6.254285714%, 17.49777778% 6.264285714%, 21.10666667% 6.194285714%, 24.71333333% 5.994285714%, 28.32888889% 5.685714286%, 31.96666667% 5.285714286%, 35.64222222% 4.811428571%, 39.36222222% 4.281428571%, 43.14444444% 3.715714286%, 47.00222222% 3.131428571%, 50.94444444% 2.548571429%, 54.98666667% 1.981428571%, 59.14% 1.452857143%, 63.41777778% 0.978571429%, 67.83555556% 0.578571429%, 72.40222222% 0.268571429%, 77.13111111% 0.07%, 82.03777778% 0%, 84.04% 0.01%, 85.94444444% 0.037142857%, 87.74888889% 0.078571429%, 89.44888889% 0.134285714%, 91.04% 0.198571429%, 92.51777778% 0.271428571%, 93.87777778% 0.348571429%, 95.11111111% 0.428571429%, 96.22% 0.508571429%, 97.19555556% 0.585714286%, 98.03333333% 0.658571429%, 98.72888889% 0.722857143%, 99.27777778% 0.778571429%, 99.67555556% 0.82%, 99.91777778% 0.847142857%, 100% 0.857142857%, 100% 99.78142857%);
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  footer .site-footer {
    text-align: left;
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  footer .site-footer {
    padding-top: 120px;
    clip-path: polygon(0% 17.55454545%, 0.007291667% 17.56818182%, 0.0296875% 17.60909091%, 0.069270833% 17.675%, 0.127604167% 17.76590909%, 0.207291667% 17.87727273%, 0.309895833% 18.00681818%, 0.436979167% 18.15454545%, 0.590625% 18.32045455%, 0.772916667% 18.5%, 0.984895833% 18.69090909%, 1.2296875% 18.89318182%, 1.508333333% 19.10454545%, 1.822916667% 19.32272727%, 2.175% 19.54772727%, 2.5671875% 19.775%, 3.000520833% 20.00454545%, 3.477083333% 20.23409091%, 3.998958333% 20.46136364%, 4.568229167% 20.68409091%, 5.186458333% 20.90454545%, 5.855208333% 21.11590909%, 6.577083333% 21.31818182%, 7.353125% 21.50909091%, 8.1859375% 21.68863636%, 9.077083333% 21.85227273%, 10.02864583% 22.00227273%, 11.04166667% 22.13181818%, 12.11875% 22.24318182%, 13.26197917% 22.33181818%, 14.47291667% 22.39772727%, 15.753125% 22.43863636%, 17.1046875% 22.45454545%, 18.9453125% 22.38863636%, 20.76614583% 22.20227273%, 22.56979167% 21.89772727%, 24.3578125% 21.48863636%, 26.13125% 20.97954545%, 27.89270833% 20.38181818%, 29.64322917% 19.7%, 31.38489583% 18.94545455%, 33.11927083% 18.125%, 34.84791667% 17.24545455%, 36.57239583% 16.31818182%, 38.29479167% 15.35%, 40.0171875% 14.34772727%, 41.74010417% 13.32045455%, 43.46614583% 12.27727273%, 45.19739583% 11.22727273%, 46.934375% 10.175%, 48.67916667% 9.131818182%, 50.434375% 8.106818182%, 52.20052083% 7.104545455%, 53.9796875% 6.136363636%, 55.77395833% 5.206818182%, 57.58489583% 4.329545455%, 59.41354167% 3.509090909%, 61.2625% 2.752272727%, 63.1328125% 2.072727273%, 65.02708333% 1.472727273%, 66.94583333% 0.965909091%, 68.89114583% 0.554545455%, 70.865625% 0.252272727%, 72.86979167% 0.063636364%, 74.90572917% 0%, 76.09791667% 0.020454545%, 77.2859375% 0.081818182%, 78.46666667% 0.179545455%, 79.63958333% 0.311363636%, 80.80104167% 0.475%, 81.94947917% 0.668181818%, 83.08229167% 0.886363636%, 84.19791667% 1.129545455%, 85.29375% 1.393181818%, 86.3671875% 1.677272727%, 87.4171875% 1.975%, 88.440625% 2.288636364%, 89.43541667% 2.611363636%, 90.39947917% 2.940909091%, 91.33072917% 3.277272727%, 92.22708333% 3.615909091%, 93.0859375% 3.954545455%, 93.90520833% 4.290909091%, 94.68333333% 4.620454545%, 95.41666667% 4.943181818%, 96.1046875% 5.254545455%, 96.74427083% 5.554545455%, 97.33333333% 5.836363636%, 97.86927083% 6.1%, 98.35104167% 6.343181818%, 98.775% 6.563636364%, 99.14010417% 6.756818182%, 99.44375% 6.920454545%, 99.68385417% 7.052272727%, 99.8578125% 7.15%, 99.9640625% 7.209090909%, 100% 7.231818182%, 100% 100%, 0% 100%);
  }
}
footer .site-footer p:last-child {
  margin: 0;
}
footer .site-footer .block-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
footer .site-footer .top img {
  max-height: 54px;
  max-width: 220px;
}
@media (min-width: 1024px) {
  footer .site-footer .top img {
    max-width: 200px;
    max-height: 49px;
  }
}
footer .site-footer .block-title {
  margin: 0 0 8px;
}
footer .site-footer .blocks {
  margin-top: 30px;
}
@media (min-width: 768px) {
  footer .site-footer .blocks {
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  footer .site-footer .blocks {
    margin-top: 0;
  }
}
footer .site-footer .blocks a {
  color: #fff;
  transition: 0.2s;
}
footer .site-footer .blocks a:hover {
  color: #f3cf1e;
}
@media (max-width: 767.98px) {
  footer .site-footer .blocks .init-blocks .block:not(:first-child) {
    margin-top: 33px;
  }
}
@media (min-width: 768px) {
  footer .site-footer .blocks .init-blocks .block:not(:first-child) {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  footer .site-footer .blocks .init-blocks .block:not(:first-child) {
    margin-top: 0;
  }
}
footer .site-footer .blocks .campus-info {
  margin-top: 33px;
}
@media (min-width: 768px) {
  footer .site-footer .blocks .campus-info {
    margin-top: 0;
  }
}
footer .site-footer .blocks p:not(:last-child) {
  margin: 0 0 8px;
}
footer .site-footer .copy {
  background: #005941;
  padding: 12px 0;
  margin-top: 30px;
}
@media (min-width: 768px) {
  footer .site-footer .copy {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  footer .site-footer .copy {
    margin-top: 40px;
    padding: 8px 0;
  }
}
footer .site-footer .copy .copy-text {
  font-size: 12px;
}
footer .site-footer .copy a {
  color: #fff;
  transition: 0.2s;
  font-weight: 700;
}
footer .site-footer .copy a:hover {
  color: #f3cf1e;
}
@media (min-width: 1024px) {
  footer .site-footer .copy a {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  footer .site-footer .copy .copy-link {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  footer .site-footer .copy .copy-link {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  footer .site-footer .copy .wrap {
    justify-content: center;
    align-items: center;
  }
}
footer .site-footer .bot {
  padding: 0 0 12px;
  background: #000;
}
footer .site-footer .bot.admin {
  padding-bottom: 36px;
}
@media (min-width: 1024px) {
  footer .site-footer .bot {
    padding: 0 0 8px;
  }
}
footer .site-footer .bot a {
  color: #fff;
  transition: 0.2s;
  font-weight: 700;
}
footer .site-footer .bot a:hover {
  color: #f3cf1e;
}
@media (min-width: 1024px) {
  footer .site-footer .bot a {
    font-size: 12px;
  }
}
footer .site-footer .bot li {
  margin: 12px 12px 0;
}
@media (min-width: 1024px) {
  footer .site-footer .bot li {
    margin-top: 9px;
  }
}
footer .site-footer .bot ul.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  footer .site-footer .bot ul.menu {
    justify-content: flex-start;
  }
}
footer .site-footer .bot ul.menu ul {
  display: none;
}
@media (min-width: 768px) {
  footer .site-footer .bot .right-menu ul.menu {
    justify-content: flex-end;
  }
}
footer .site-footer .site-info {
  background: #000;
  padding: 12px 0;
}
footer .site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer:not(.entry-footer)::before {
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: -70px;
  right: 70px;
  content: "";
  background-image: url("../src/img/svg/topographic-map.svg");
  background-color: #86a879;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(0% 99.78142857%, 100% 99.78142857%, 100% 5.428571429%, 99.98% 5.438571429%, 99.90888889% 5.464285714%, 99.76666667% 5.505714286%, 99.53111111% 5.558571429%, 99.18666667% 5.622857143%, 98.71111111% 5.692857143%, 98.08666667% 5.768571429%, 97.29333333% 5.845714286%, 96.30888889% 5.924285714%, 95.11777778% 6%, 93.7% 6.07%, 92.03333333% 6.134285714%, 90.1% 6.187142857%, 87.88% 6.228571429%, 85.35333333% 6.254285714%, 82.50222222% 6.264285714%, 78.89333333% 6.194285714%, 75.28666667% 5.994285714%, 71.67111111% 5.685714286%, 68.03333333% 5.285714286%, 64.35777778% 4.811428571%, 60.63777778% 4.281428571%, 56.85555556% 3.715714286%, 52.99777778% 3.131428571%, 49.05555556% 2.548571429%, 45.01333333% 1.981428571%, 40.86% 1.452857143%, 36.58222222% 0.978571429%, 32.16444444% 0.578571429%, 27.59777778% 0.268571429%, 22.86888889% 0.07%, 17.96222222% 0%, 15.96% 0.01%, 14.05555556% 0.037142857%, 12.25111111% 0.078571429%, 10.55111111% 0.134285714%, 8.96% 0.198571429%, 7.482222222% 0.271428571%, 6.122222222% 0.348571429%, 4.888888889% 0.428571429%, 3.78% 0.508571429%, 2.804444444% 0.585714286%, 1.966666667% 0.658571429%, 1.271111111% 0.722857143%, 0.722222222% 0.778571429%, 0.324444444% 0.82%, 0.082222222% 0.847142857%, 0% 0.857142857%);
}
@media (min-width: 1024px) {
  footer:not(.entry-footer)::before {
    left: -120px;
    right: 120px;
    clip-path: polygon(0% 100%, 100% 100%, 100% 17.55454545%, 99.99270833% 17.56818182%, 99.9703125% 17.60909091%, 99.93072917% 17.675%, 99.87239583% 17.76590909%, 99.79270833% 17.87727273%, 99.69010417% 18.00681818%, 99.56302083% 18.15454545%, 99.409375% 18.32045455%, 99.22708333% 18.5%, 99.01510417% 18.69090909%, 98.7703125% 18.89318182%, 98.49166667% 19.10454545%, 98.17708333% 19.32272727%, 97.825% 19.54772727%, 97.4328125% 19.775%, 96.99947917% 20.00454545%, 96.52291667% 20.23409091%, 96.00104167% 20.46136364%, 95.43177083% 20.68409091%, 94.81354167% 20.90454545%, 94.14479167% 21.11590909%, 93.42291667% 21.31818182%, 92.646875% 21.50909091%, 91.8140625% 21.68863636%, 90.92291667% 21.85227273%, 89.97135417% 22.00227273%, 88.95833333% 22.13181818%, 87.88125% 22.24318182%, 86.73802083% 22.33181818%, 85.52708333% 22.39772727%, 84.246875% 22.43863636%, 82.8953125% 22.45454545%, 81.0546875% 22.38863636%, 79.23385417% 22.20227273%, 77.43020833% 21.89772727%, 75.6421875% 21.48863636%, 73.86875% 20.97954545%, 72.10729167% 20.38181818%, 70.35677083% 19.7%, 68.61510417% 18.94545455%, 66.88072917% 18.125%, 65.15208333% 17.24545455%, 63.42760417% 16.31818182%, 61.70520833% 15.35%, 59.9828125% 14.34772727%, 58.25989583% 13.32045455%, 56.53385417% 12.27727273%, 54.80260417% 11.22727273%, 53.065625% 10.175%, 51.32083333% 9.131818182%, 49.565625% 8.106818182%, 47.79947917% 7.104545455%, 46.0203125% 6.136363636%, 44.22604167% 5.206818182%, 42.41510417% 4.329545455%, 40.58645833% 3.509090909%, 38.7375% 2.752272727%, 36.8671875% 2.072727273%, 34.97291667% 1.472727273%, 33.05416667% 0.965909091%, 31.10885417% 0.554545455%, 29.134375% 0.252272727%, 27.13020833% 0.063636364%, 25.09427083% 0%, 23.90208333% 0.020454545%, 22.7140625% 0.081818182%, 21.53333333% 0.179545455%, 20.36041667% 0.311363636%, 19.19895833% 0.475%, 18.05052083% 0.668181818%, 16.91770833% 0.886363636%, 15.80208333% 1.129545455%, 14.70625% 1.393181818%, 13.6328125% 1.677272727%, 12.5828125% 1.975%, 11.559375% 2.288636364%, 10.56458333% 2.611363636%, 9.600520833% 2.940909091%, 8.669270833% 3.277272727%, 7.772916667% 3.615909091%, 6.9140625% 3.954545455%, 6.094791667% 4.290909091%, 5.316666667% 4.620454545%, 4.583333333% 4.943181818%, 3.8953125% 5.254545455%, 3.255729167% 5.554545455%, 2.666666667% 5.836363636%, 2.130729167% 6.1%, 1.648958333% 6.343181818%, 1.225% 6.563636364%, 0.859895833% 6.756818182%, 0.55625% 6.920454545%, 0.316145833% 7.052272727%, 0.1421875% 7.15%, 0.0359375% 7.209090909%, 0% 7.231818182%);
  }
}

.masthead-container {
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  min-height: 56px;
  overflow: visible;
  z-index: 30;
}
@media (min-width: 768px) {
  .masthead-container {
    min-height: 60px;
  }
}
@media (min-width: 1024px) {
  .masthead-container {
    min-height: 120px;
  }
}
.masthead-container .site-header {
  position: relative;
  background: #fff;
  transition: 0.2s;
}
@media (max-width: 767.98px) {
  .fixed-nav .masthead-container .site-header {
    box-shadow: 0 2px 4px #efeaea;
  }
}
@media (min-width: 1024px) {
  .fixed-nav .masthead-container .site-header {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  }
}
.masthead-container .site-header .header-wrapper {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: 0.2s;
  align-items: center;
}
@media (min-width: 1024px) {
  .masthead-container .site-header .header-wrapper {
    padding-top: 24px;
    padding-bottom: 0;
    align-items: flex-start;
  }
  .slideUp .masthead-container .site-header .header-wrapper {
    padding-top: 8px;
  }
}
.masthead-container .site-header .site-logo {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .masthead-container .site-header .site-logo {
    padding-top: 8px;
    width: 100%;
    max-width: 25%;
    flex: 0 0 25%;
  }
}
.masthead-container .site-header .site-logo img {
  transition: 0.2s;
  height: 32px;
}
@media (min-width: 768px) {
  .masthead-container .site-header .site-logo img {
    height: 36px;
  }
}
@media (min-width: 1024px) {
  .masthead-container .site-header .site-logo img {
    height: 60px;
  }
  .slideUp .masthead-container .site-header .site-logo img {
    height: 39px;
  }
}
.masthead-container .site-header .right-part {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex: 1;
  padding-left: 20px;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .masthead-container .site-header .right-part {
    flex: 0 0 75%;
    max-width: 75%;
    padding-top: 32px;
  }
  .slideUp .masthead-container .site-header .right-part {
    padding-top: 0;
  }
}
.masthead-container .site-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .masthead-container .site-header .mobile-only,
  .masthead-container .site-header .mobile-button {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .site-navigation {
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.3s cubic-bezier(0.99, 0.04, 0.87, 1);
    opacity: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    visibility: hidden;
    width: 0;
    z-index: 10;
  }
  .site-navigation .m-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  .m-open .site-navigation {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .site-navigation .main-navigation {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #000;
    margin-left: auto;
    width: calc(100% - 40px);
    height: 100%;
    z-index: 2;
  }
}
@media (max-width: 1023.98px) and (min-width: 480px) {
  .site-navigation .main-navigation {
    max-width: calc(100% - 92px);
  }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
  .site-navigation .main-navigation {
    max-width: 437px;
  }
}
@media (max-width: 1023.98px) {
  .site-navigation .main-navigation .mobile-menu-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 21px 16px 0 25px;
  }
  .site-navigation .main-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    margin-top: 18px;
    padding: 0 16px 0 25px;
    overflow-y: auto;
  }
  .site-navigation .menu {
    margin-top: 15px;
  }
  .site-navigation .menu .menu-trigger {
    display: none;
  }
  .site-navigation .submenu-trigger {
    position: absolute;
    height: 36px;
    width: 36px;
    right: 2px;
    top: 1px;
    cursor: pointer;
    transition: 0.2s;
  }
  .site-navigation .submenu-trigger::before, .site-navigation .submenu-trigger::after {
    position: absolute;
    content: "";
    background: #f3cf1e;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .site-navigation .submenu-trigger::before {
    height: 2px;
    width: 12px;
  }
  .site-navigation .submenu-trigger::after {
    width: 2px;
    height: 12px;
  }
  .site-navigation .submenus {
    max-height: 0;
    padding-left: 14px;
    transition: 0.2s;
    overflow: hidden;
  }
  .site-navigation .submenus .left {
    display: none;
  }
  .site-navigation .submenus .wrapper, .site-navigation .submenus .module-common.image .wp-block-image.in-container, .module-common.image .site-navigation .submenus .wp-block-image.in-container, .site-navigation .submenus .single-post .module-common.image, .single-post .site-navigation .submenus .module-common.image, .site-navigation .submenus .single-news_article .module-common.image, .single-news_article .site-navigation .submenus .module-common.image, .site-navigation .submenus .module-common.separator .wp-block-separator.contained, .module-common.separator .site-navigation .submenus .wp-block-separator.contained {
    padding: 0;
  }
  .site-navigation .menu-item {
    position: relative;
  }
  .site-navigation .menu-item > a, .site-navigation .menu-item > span {
    position: relative;
    display: block;
    color: #005941;
    font-weight: 700;
    padding: 10px 7px 9px;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.89px;
  }
  .site-navigation .menu-item > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 50px;
  }
  .site-navigation .menu-item > a {
    padding-right: 50px;
  }
  .site-navigation .menu-item > a > span {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-right: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .site-navigation .menu-item:not(:last-child) {
    border-bottom: 1px solid #E6DDB3;
  }
  .site-navigation .menu-item:not(:last-child) > a, .site-navigation .menu-item:not(:last-child) > span {
    padding-bottom: 7px;
  }
  .site-navigation .menu-item.active .submenu-trigger::before {
    transform: rotate(-45deg) translate(-4px, -5px);
  }
  .site-navigation .menu-item.active .submenu-trigger::after {
    transform: rotate(-45deg) translate(3px, -5px);
  }
  .site-navigation .menu-item.active .submenus {
    padding-bottom: 10px;
  }
  .site-navigation .r.sub-menu {
    margin-top: 10px;
  }
  .site-navigation .submenu {
    padding-left: 16px;
  }
  .site-navigation .submenu:not(:first-child) .submenu-item.main {
    padding-top: 18px;
  }
  .site-navigation .submenu .submenu-item.main {
    display: none;
  }
  .site-navigation .submenu .submenu-item:not(:first-child) {
    margin-top: 10px;
  }
  .site-navigation .submenu-item {
    padding-right: 11px;
  }
  .site-navigation .submenu-item span {
    line-height: 1;
    color: #000;
  }
  .site-navigation .submenu-item a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding-right: 30px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .site-navigation .submenu-item:not(.main) {
    line-height: 27px;
  }
  .site-navigation .submenu-item.main + .submenu-item {
    border-top: 0;
    line-height: 28px;
  }
  .site-navigation .search {
    position: relative;
    margin: 18px 16px 0 25px;
  }
  .site-navigation .search input {
    padding-right: 50px;
  }
  .site-navigation .search::before {
    position: absolute;
    content: "";
    right: 25px;
    top: 13px;
    width: 15px;
    height: 15px;
    border: 3px solid #005941;
    border-radius: 50%;
    z-index: 5;
  }
  .site-navigation .search::after {
    position: absolute;
    content: "";
    right: 23px;
    top: 23px;
    width: 3px;
    height: 12px;
    background: #005941;
    transform: rotate(-45deg);
    z-index: 5;
  }
  .site-navigation .search .submit-button {
    opacity: 0;
    position: absolute;
    width: 50px;
    height: 46px;
    cursor: pointer;
    right: 2px;
    top: 2px;
    padding: 0;
    border: 0;
    z-index: 25;
  }
  .site-navigation .more-info {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
  }
  .site-navigation .more-info .top .btn, .site-navigation .more-info .top .gform_wrapper input[type=submit], .gform_wrapper .site-navigation .more-info .top input[type=submit], .site-navigation .more-info .top .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .site-navigation .more-info .top a {
    width: 100%;
  }
  .site-navigation .more-info .above-splits {
    padding: 0 !important;
  }
  .site-navigation .more-info .above-splits .login-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-navigation .more-info .above-splits .login-button svg {
    color: inherit;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }
  .site-navigation .more-info .split-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
  }
  .site-navigation .more-info .split-links .give-now-btn {
    display: none;
  }
  .site-navigation .more-info .btn-wrapper {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 4px;
    margin-top: 8px;
  }
  .site-navigation .more-info .btn-wrapper.big {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .site-navigation .more-info .bot {
    position: relative;
    flex: 1;
    margin-top: 28px;
    padding-top: 32px;
  }
  .site-navigation .more-info .bot .quick-links {
    margin: 0 -16px 0 -25px;
    background: #005941;
    padding: 25px 0;
  }
  .site-navigation .more-info .bot .quick-links .links-info {
    width: 100%;
    color: #f3cf1e;
  }
  .site-navigation .more-info .bot .quick-links .links-info h5 {
    font-weight: 700;
  }
  .site-navigation .more-info .bot .quick-links .links-data {
    margin-top: 17px;
  }
  .site-navigation .more-info .bot .quick-links .links-data .link {
    margin-top: 5px;
  }
  .site-navigation .more-info .bot .quick-links a {
    color: #fff;
    transition: 0.2s;
    line-height: 16px;
  }
  .site-navigation .more-info .bot .quick-links a:hover {
    color: #f3cf1e;
  }
  .site-navigation .more-info .bot .campus-links {
    padding: 25px 0;
  }
  .site-navigation .more-info .bot .campus-links .links-info {
    width: 100%;
  }
  .site-navigation .more-info .bot .campus-links .links-data {
    margin-top: 15px;
  }
  .site-navigation .more-info .bot .campus-links .links-data .link-wrapper {
    margin-top: 5px;
  }
  .site-navigation .more-info .bot .campus-links .links-data .link-wrapper a {
    color: #fff;
  }
  .site-navigation .more-info .bot .campus-links .links-data .link-wrapper a:hover {
    color: #f3cf1e;
  }
  .site-navigation .more-info .bot .social-inner-nav {
    padding: 25px 0;
  }
  .site-navigation .more-info .bot .social-inner-nav .social {
    justify-content: flex-start;
    margin-left: -5px;
  }
  .site-navigation .more-info .bot .social-inner-nav .social a {
    width: 25px;
    height: 25px;
  }
  .site-navigation .more-info .bot .social-inner-nav .social a svg {
    width: 14px;
    height: 14px;
  }
  .site-navigation .more-info .bot .social-inner-nav .links-data {
    width: 100%;
    margin-top: 6px;
  }
  .site-navigation .more-info .bot .night-links {
    margin: 0 -16px 0 -25px;
    background: #072a1b;
  }
  .site-navigation .more-info .bot .night-links .links-info {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
  }
  .site-navigation .more-info .bot .in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
  }
  .site-navigation .more-info .bot .in .links {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .site-navigation .more-info .bot .in .links a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  .site-navigation {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: auto;
    margin-top: 6px;
  }
  .slideUp .site-navigation {
    margin-top: 0;
  }
  .site-navigation .menu {
    position: relative;
    display: flex;
    align-items: center;
  }
  .site-navigation .menu .menu-item {
    padding: 9px 0 0;
    transition: 0.2s;
  }
  .site-navigation .menu .menu-item .s-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }
  .slideUp .site-navigation .menu .menu-item {
    padding-top: 12px;
  }
  .site-navigation .menu .menu-item:not(:first-child) {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .site-navigation .menu .menu-item:not(:first-child) {
    margin-left: 24px;
  }
}
@media (min-width: 1024px) {
  .site-navigation .menu .menu-item.additional {
    display: none;
  }
  .site-navigation .menu .menu-item.menu-trigger {
    padding-top: 0;
    margin-top: -11px;
  }
  .site-navigation .menu .menu-item > a, .site-navigation .menu .menu-item > span {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #072a1b;
    letter-spacing: 0.89px;
    font-weight: 700;
    transition: 0.2s;
    line-height: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0 18px;
    border-bottom: 7px solid transparent;
  }
  .slideUp .site-navigation .menu .menu-item > a, .slideUp .site-navigation .menu .menu-item > span {
    padding-bottom: 17px;
  }
  .site-navigation .menu .menu-item:hover > a, .site-navigation .menu .menu-item:hover > span {
    text-decoration: none;
    border-bottom-color: #f3cf1e;
  }
  .site-navigation .menu .menu-item:hover .submenus {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .dark-nav .site-navigation .menu .menu-item .icon span {
    background: #fff;
  }
  .fixed-nav .dark-nav .site-navigation .menu .menu-item .icon span {
    background: #f3cf1e;
  }
  .site-navigation .mobile-only {
    display: none;
  }
  .site-navigation .submenus {
    position: fixed;
    display: flex;
    left: 0;
    top: 120px;
    right: 0;
    width: 100%;
    background: #f8f8f8;
    box-shadow: 6px 10px 13px 0 rgba(0, 0, 0, 0.25);
    max-height: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s;
  }
  .slideUp .site-navigation .submenus {
    top: 68px;
  }
  .site-navigation .submenus .submenus-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .site-navigation .submenus .left {
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .site-navigation .submenus .left .in {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: 50%/cover no-repeat;
    height: 100%;
    padding: 47px 8px 25px 0;
  }
  .site-navigation .submenus .left .in > div {
    position: relative;
  }
  .site-navigation .submenus .left .left-title h3 {
    margin: 0;
    color: #005941;
  }
  .site-navigation .submenus .left .left-text {
    margin-top: 5px;
    color: #000;
  }
  .site-navigation .submenus .left .left-text p {
    margin: 0;
    font-weight: 300;
  }
  .site-navigation .submenus .left .left-link {
    margin-top: 15px;
  }
  .site-navigation .submenus .right {
    width: 100%;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .site-navigation .submenus .right .in-right {
    display: flex;
    padding: 61px 94px 54px 44px;
    width: 100%;
  }
  .site-navigation .submenus .right .sub-menu {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .site-navigation .submenus .right .sub-menu {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .site-navigation .submenus .right .sub-menu.l {
    padding-right: 32px;
  }
  .site-navigation .submenus .right .sub-menu.r {
    padding-left: 32px;
  }
  .site-navigation .submenus .right .submenu-item.main {
    margin: 0 0 5px;
  }
  .site-navigation .submenus .right .submenu-item:last-child > a {
    border-bottom: 0;
  }
  .site-navigation .submenus .right .submenu-item > a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(134, 168, 121, 0.4);
    letter-spacing: 0.5px;
    color: #000;
    transition: 0.2s;
  }
  .site-navigation .submenus .right .submenu-item > a:hover {
    text-decoration: none;
    color: #005941;
  }
}

.menu-trigger {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}
@media (min-width: 1024px) {
  .menu-trigger {
    z-index: 0;
  }
  .menu-trigger#main-popup-button {
    display: none;
  }
}
.menu-trigger .icon {
  width: 27px;
  background: transparent;
  box-shadow: none;
  all: unset;
  border: 0;
  cursor: pointer;
  padding: 0;
  outline: inherit;
}
.menu-trigger .icon span {
  position: relative;
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 1.5px;
  background: #005941;
  transition: 0.2s;
}
.menu-trigger .icon span:nth-child(2) {
  margin: 5px 0;
}
.menu-trigger .icon.-close span {
  height: 3px;
}
.menu-trigger .icon.-close span:first-child {
  top: 8px;
  border-radius: 5px;
  transform: rotate(-45deg);
}
.menu-trigger .icon.-close span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.menu-trigger .icon.-close span:last-child {
  bottom: 8px;
  border-radius: 5px;
  transform: rotate(45deg);
}

.navigation-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  background: #fff;
  transition: 0.6s;
  z-index: 20;
}
.navigation-popup .menu-trigger {
  display: flex !important;
}
.navigation-popup .menu-trigger .close {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.navigation-popup .outer-wrapper {
  position: relative;
  height: 100%;
}
.navigation-popup .outer-wrapper .outer-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: 50%/cover no-repeat;
}
.navigation-popup .outer-wrapper .outer-image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 89, 65, 0.9);
}
.navigation-popup .outer-wrapper .outer-svg {
  position: absolute;
  right: 50%;
  bottom: 0;
  height: 100%;
  opacity: 0.1;
  pointer-events: none;
}
.navigation-popup .wrapper, .navigation-popup .module-common.image .wp-block-image.in-container, .module-common.image .navigation-popup .wp-block-image.in-container, .navigation-popup .single-post .reduced-wrapper.with-header-img .module-common.image, .single-post .reduced-wrapper.with-header-img .navigation-popup .module-common.image, .navigation-popup .single-news_article .reduced-wrapper.with-header-img .module-common.image, .single-news_article .reduced-wrapper.with-header-img .navigation-popup .module-common.image, .navigation-popup .single-post .module-common.image, .single-post .navigation-popup .module-common.image, .navigation-popup .single-news_article .module-common.image, .single-news_article .navigation-popup .module-common.image, .navigation-popup .module-common.separator .wp-block-separator.contained, .module-common.separator .navigation-popup .wp-block-separator.contained {
  position: relative;
  height: 100%;
}
.navigation-popup .in {
  display: flex;
  width: 100%;
  height: 100%;
}
.navigation-popup .left {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.navigation-popup .left .i {
  padding: 50px 30px;
  width: 100%;
}
@media (min-width: 1200px) {
  .navigation-popup .left .i {
    padding: 50px 70px 50px 0;
  }
}
.navigation-popup .left .info-box .tiny {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 12px;
}
.navigation-popup .left .info-box .info-menu {
  margin-top: 9px;
}
@media (min-width: 992px) and (max-height: 650px) {
  .navigation-popup .left .info-box .info-menu .submenu-item h4 {
    line-height: 20px;
  }
}
.navigation-popup .left .info-box .info-menu .submenu-item a {
  display: inline-block;
  color: #fff;
  padding: 0 0 5px;
  border-bottom: 5px solid transparent;
  text-decoration: none;
  transition: 0.2s;
}
@media (min-width: 992px) and (max-height: 650px) {
  .navigation-popup .left .info-box .info-menu .submenu-item a {
    font-size: 16px;
    line-height: 18px;
  }
}
.navigation-popup .left .info-box .info-menu .submenu-item a:hover {
  border-bottom-color: #f3cf1e;
}
.navigation-popup .left .info-box .info-menu .submenu-item:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 992px) and (max-height: 650px) {
  .navigation-popup .left .info-box .info-menu .submenu-item:not(:first-child) {
    margin-top: 4px;
  }
}
.navigation-popup .right {
  position: relative;
  padding-top: 50px;
  width: 100%;
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}
.navigation-popup .right::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: -3000px;
  background: #fff;
}
.navigation-popup .right .i {
  position: relative;
}
.navigation-popup .right .i .content {
  position: relative;
  padding: 0 25px 30px 40px;
  max-height: inherit;
  overflow: auto;
}
@media (min-width: 1200px) {
  .navigation-popup .right .i .content {
    padding-left: 94px;
  }
}
.navigation-popup .right .i .inner-in {
  max-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}
.navigation-popup .right .i .inner-in .content > div {
  position: relative;
}
.navigation-popup .right .campus-info {
  width: 100%;
  padding-left: 40px;
  padding-right: 75px;
}
@media (min-width: 1200px) {
  .navigation-popup .right .campus-info {
    padding-left: 94px;
  }
}
.navigation-popup .right .campus-info .btn-wrapper {
  display: inline-block;
}
.navigation-popup .right .campus-info .btn-wrapper:not(:last-child) {
  margin-right: 28px;
}
.navigation-popup .right .campus-info a {
  color: #000;
}
.navigation-popup .right .top {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
  padding-right: 25px;
}
@media (min-width: 1200px) {
  .navigation-popup .right .top {
    padding-left: 94px;
  }
}
.navigation-popup .right .top .search {
  position: relative;
}
.navigation-popup .right .top .search .submit-button {
  opacity: 0;
  position: absolute;
  width: 50px;
  height: 44px;
  cursor: pointer;
  right: 0;
  top: 0;
  padding: 0;
  border: 0;
  z-index: 10;
}
.navigation-popup .right .top .search input {
  padding: 9px 50px 10px 15px;
}
.navigation-popup .right .top .search::before {
  position: absolute;
  content: "";
  right: 22px;
  top: 10px;
  width: 15px;
  height: 15px;
  border: 3px solid #005941;
  border-radius: 50%;
  z-index: 5;
}
@media (min-width: 1024px) {
  .navigation-popup .right .top .search::before {
    top: 12px;
    right: 26px;
  }
}
.navigation-popup .right .top .search::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 20px;
  width: 3px;
  height: 12px;
  background: #005941;
  transform: rotate(-45deg);
  z-index: 5;
}
@media (min-width: 1024px) {
  .navigation-popup .right .top .search::after {
    top: 22px;
    right: 24px;
  }
}
.navigation-popup .right .mid {
  margin-top: 36px;
}
.navigation-popup .right .mid .btn-wrapper {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(134, 168, 121, 0.4);
}
.navigation-popup .right .mid h2 {
  font-weight: 700;
}
.navigation-popup .right .mid h2 a {
  color: #005941;
  text-decoration: none;
  transition: 0.2s;
}
.navigation-popup .right .mid h2 a:hover {
  color: #86a879;
}
.navigation-popup .right .bot {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 32px;
  background: #fff;
}
.navigation-popup .right .bot > div {
  position: relative;
}
.navigation-popup .right .bot h3 {
  color: #005941;
}
.navigation-popup .right .bot .links-data {
  margin-top: 15px;
}
.navigation-popup .right .bot .links-data .link:not(:first-child) {
  margin-top: 10px;
}
.navigation-popup .right .bot a {
  color: #000;
  transition: 0.2s;
}
.navigation-popup .right .bot a:hover {
  color: #072a1b;
}
.navigation-popup .right .bot a::after {
  top: 0;
}
.navigation-popup .right .bot .social-inner-nav {
  margin-top: 35px;
}
.navigation-popup .right .bot .social-inner-nav h3 {
  display: none;
}
.navigation-popup .right .bot .social-inner-nav .social-network {
  margin-top: 10px;
}
.navigation-popup .right .bot .social-inner-nav .social-network a {
  background: #072a1b;
  color: #fff;
}
.navigation-popup .right .bot .social-inner-nav .social-network a:hover {
  background: #005941;
}
.navigation-popup .close-popup {
  position: absolute;
  top: 55px;
  right: 25px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .m-open .navigation-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
}

.search .pf-search.search-bar {
  padding-top: 50px;
}
.search .pf-search.search-bar + .search-empty {
  margin-top: 20px;
}
.search .pf-search.search-bar + .search-empty h3 {
  color: #005941;
}
.search .pf-search.search-bar + .search-empty .page-content {
  margin-top: 5px;
  font-weight: 400;
}
.search .pf-search.search-bar .in {
  width: auto;
}
.search .pf-search.search-bar .mobile-only {
  display: flex;
  align-items: center;
  width: 100%;
}
.search .pf-search.search-bar .mobile-only .pf-search-field {
  width: 100%;
}
.search .pf-search.search-bar .mobile-only input[type=text] {
  padding: 13px 20px 12px;
}
.search .pf-search.search-bar .mobile-only .submit-btn {
  margin-top: 0;
  margin-left: 15px;
  flex-shrink: 0;
}
.search .pf-search.search-bar .-search {
  color: #005941;
}
@media (max-width: 767.98px) {
  .search .pf-search.search-bar .left {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .search .pf-search.search-bar .right {
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .search .pf-search.search-bar .in {
    align-items: center;
  }
}
.search .pf-search.search-bar .in .inner {
  justify-content: center;
}
.search .pf-search.search-bar .in span {
  font-weight: 400;
}
.search .pf-search .pf-search-field::before {
  display: none;
}
.search .pf-search .pf-search-field::after {
  display: none;
}
.search .pf-search .pf-search-field input[type=text] {
  padding: 18px 50px 18px 20px;
}
.search .site-content {
  padding-bottom: 60px;
}
.search .search-results {
  margin-top: 50px;
}
.search .search-results .pagination {
  margin-top: 2rem;
  text-align: center;
}
.search .search-results .pagination .page-numbers {
  margin: 0.2rem;
  padding: 0.5rem 0.8rem;
  border: #f3cf1e solid 2px;
  color: #072a1b;
  background-color: #f3cf1e;
  transition: 0.2s;
}
.search .search-results .pagination .page-numbers:hover {
  background-color: #fff;
  text-decoration: none;
}
.search .search-results .pagination .page-numbers.current {
  border-color: #072a1b;
  background-color: #072a1b;
  color: #fff;
}
.search .search-results .pagination .page-numbers.dots {
  border-color: transparent;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .search .search-results .in {
    flex-wrap: nowrap;
  }
}
.search .search-post.hidden {
  display: none;
}
.search .search-post .icon {
  position: relative;
  width: 30px;
  height: 40px;
  margin: -10px 10px 0 0;
}
@media (min-width: 768px) {
  .search .search-post .icon {
    width: 50px;
    height: 40px;
    margin: -4px 0 0;
  }
}
.search .search-post .icon::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 28px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: 50%/cover no-repeat;
}
@media (min-width: 1024px) {
  .search .search-post .icon::before {
    height: 30px;
  }
}
.search .search-post:not(:first-child) {
  margin-top: 50px;
}
.search .search-post.type-post .icon::before {
  background-image: url(../img/svg/icon-pencil.svg);
}
.search .search-post.type-tribe_events .icon::before {
  background-image: url(../img/svg/icon-calendar.svg);
}
.search .search-post.type-page .icon::before, .search .search-post.type-news_article .icon::before {
  background-image: url(../img/svg/icon-page.svg);
}
.search .search-post.type-academic_program .icon::before {
  background-image: url(../img/svg/icon-program.svg);
}
.search .search-post.type-umfk_user .icon::before {
  background-image: url(../img/svg/icon-profile.svg);
}
.search .in {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search .in a {
  position: relative;
  display: block;
  color: #005941;
  text-decoration: none;
}
.search .in a .date {
  display: none;
}
.search .in a:hover {
  color: #072a1b;
}
.search .in a .desc {
  color: #000;
}
.search .in a .post-type {
  color: #000;
}
.search .rich-content {
  width: 100%;
}
@media (min-width: 768px) {
  .search .rich-content {
    width: calc(100% - 90px);
  }
}
.search .rich-content h3 {
  margin: 0 0 10px;
  transition: 0.2s;
}
.search .desc {
  margin: 0 0 10px 50px;
}
.search .desc a {
  display: inline;
  color: #000;
  border-bottom: #000 dotted 1px;
}
.search .desc a:hover {
  text-decoration: none;
  border-bottom: #000 solid 1px;
}
.search .desc p {
  font-weight: 300;
  margin: 0;
}
.search .date {
  line-height: 1;
  margin: 0 0 5px;
}
.search .post-type {
  display: block;
  width: 100%;
  line-height: 1;
  margin-left: 50px;
}
.search .load-more-wrapper {
  margin-top: 50px;
  text-align: center;
}
.search .load-more-wrapper .btn, .search .load-more-wrapper .gform_wrapper input[type=submit], .gform_wrapper .search .load-more-wrapper input[type=submit], .search .load-more-wrapper .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .search .load-more-wrapper a {
  border-radius: 18px;
  padding: 11px 50px;
}

.header-section {
  position: relative;
}

.header-landing {
  position: relative;
  background: #072a1b;
  color: #fff;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 1% 100%, 2% 100%, 3% 99.9019607843%, 4% 99.9019607843%, 5% 99.8039215686%, 6% 99.7058823529%, 7% 99.6078431373%, 8% 99.4117647059%, 9% 99.3137254902%, 10% 99.2156862745%, 11% 99.0196078431%, 12% 98.8235294118%, 13% 98.7254901961%, 14% 98.5294117647%, 15% 98.3333333333%, 16% 98.137254902%, 17% 97.9411764706%, 18% 97.7450980392%, 19% 97.5490196078%, 20% 97.3529411765%, 21% 97.2549019608%, 22% 97.0588235294%, 23% 96.862745098%, 24% 96.7647058824%, 25% 96.6666666667%, 26% 96.4705882353%, 27% 96.3725490196%, 28% 96.2745098039%, 29% 96.1764705882%, 30% 96.1764705882%, 31% 96.0784313725%, 32% 96.0784313725%, 33% 96.0784313725%, 34% 96.0784313725%, 35% 96.0784313725%, 36% 96.1764705882%, 37% 96.1764705882%, 38% 96.2745098039%, 39% 96.3725490196%, 40% 96.4705882353%, 41% 96.6666666667%, 42% 96.7647058824%, 43% 96.862745098%, 44% 97.0588235294%, 45% 97.2549019608%, 46% 97.3529411765%, 47% 97.5490196078%, 48% 97.7450980392%, 49% 97.9411764706%, 50% 98.137254902%, 51% 98.3333333333%, 52% 98.5294117647%, 53% 98.7254901961%, 54% 98.8235294118%, 55% 99.0196078431%, 56% 99.2156862745%, 57% 99.3137254902%, 58% 99.5098039216%, 59% 99.6078431373%, 60% 99.7058823529%, 61% 99.8039215686%, 62% 99.9019607843%, 63% 99.9019607843%, 64% 100%, 65% 100%, 66% 100%, 67% 100%, 68% 100%, 69% 99.9019607843%, 70% 99.9019607843%, 71% 99.8039215686%, 72% 99.7058823529%, 73% 99.6078431373%, 74% 99.4117647059%, 75% 99.3137254902%, 76% 99.2156862745%, 77% 99.0196078431%, 78% 98.8235294118%, 79% 98.6274509804%, 80% 98.5294117647%, 81% 98.3333333333%, 82% 98.137254902%, 83% 97.9411764706%, 84% 97.7450980392%, 85% 97.5490196078%, 86% 97.3529411765%, 87% 97.2549019608%, 88% 97.0588235294%, 89% 96.862745098%, 90% 96.7647058824%, 91% 96.568627451%, 92% 96.4705882353%, 93% 96.3725490196%, 94% 96.2745098039%, 95% 96.1764705882%, 96% 96.1764705882%, 97% 96.0784313725%, 98% 96.0784313725%, 99% 96.0784313725%, 100% 96.0784313725%);
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .header-landing {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 1% 100%, 2% 99.95%, 3% 99.9%, 4% 99.8%, 5% 99.7%, 6% 99.55%, 7% 99.35%, 8% 99.2%, 9% 99%, 10% 98.75%, 11% 98.5%, 12% 98.25%, 13% 98%, 14% 97.7%, 15% 97.45%, 16% 97.15%, 17% 96.85%, 18% 96.55%, 19% 96.25%, 20% 95.9%, 21% 95.65%, 22% 95.35%, 23% 95.05%, 24% 94.8%, 25% 94.55%, 26% 94.3%, 27% 94.05%, 28% 93.85%, 29% 93.65%, 30% 93.5%, 31% 93.35%, 32% 93.25%, 33% 93.15%, 34% 93.05%, 35% 93%, 36% 93%, 37% 93%, 38% 93.05%, 39% 93.1%, 40% 93.2%, 41% 93.3%, 42% 93.45%, 43% 93.6%, 44% 93.75%, 45% 93.95%, 46% 94.2%, 47% 94.45%, 48% 94.7%, 49% 94.95%, 50% 95.25%, 51% 95.5%, 52% 95.8%, 53% 96.1%, 54% 96.4%, 55% 96.7%, 56% 97%, 57% 97.3%, 58% 97.6%, 59% 97.9%, 60% 98.15%, 61% 98.45%, 62% 98.65%, 63% 98.9%, 64% 99.1%, 65% 99.3%, 66% 99.5%, 67% 99.6%, 68% 99.75%, 69% 99.85%, 70% 99.95%, 71% 99.95%, 72% 100%, 73% 100%, 74% 99.95%, 75% 99.9%, 76% 99.85%, 77% 99.7%, 78% 99.6%, 79% 99.45%, 80% 99.25%, 81% 99.05%, 82% 98.85%, 83% 98.6%, 84% 98.35%, 85% 98.1%, 86% 97.85%, 87% 97.55%, 88% 97.25%, 89% 96.95%, 90% 96.65%, 91% 96.35%, 92% 96.05%, 93% 95.75%, 94% 95.45%, 95% 95.15%, 96% 94.9%, 97% 94.6%, 98% 94.35%, 99% 94.15%, 100% 93.95%);
  }
}
.header-landing strong {
  font-weight: 700;
}
.header-landing.no-settings, .header-landing.four-0-4 {
  background: #fff;
}
@media (min-width: 768px) {
  .header-landing.header-short .content {
    min-height: 180px;
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-short .content {
    min-height: 250px;
    padding: 90px 0;
  }
}
.header-landing.solidGreen {
  background: #005941;
}
.header-landing.topMap {
  background: #005941;
  overflow: hidden;
}
.header-landing.imageMap .img {
  opacity: 0.6;
  filter: grayscale(100%);
}
.header-landing.imageMap .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 89, 65, 0.8);
  mix-blend-mode: multiply;
}
.header-landing.imageMap .shape {
  opacity: 0.1;
}
@media (min-width: 1024px) {
  .header-landing.fullImage {
    text-align: left;
  }
  .header-landing.fullImage .content {
    max-width: 66.66%;
    padding: 91px 0;
  }
  .header-landing.fullImage .content .title {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  }
  .header-landing.fullImage .content .subhead {
    margin-left: 0;
    max-width: 100%;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  }
  .header-landing.fullImage .content .links {
    justify-content: flex-start;
    margin-left: -7px;
  }
  .header-landing.fullImage .content .mini-factoid {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 768px) {
  .header-landing.fullImage .img {
    background-position: 100% 50%;
  }
}
.header-landing.fullImage .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
@media (min-width: 1024px) {
  .header-landing.fullImage .overlay {
    width: 66.66%;
    background: linear-gradient(268.36deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  }
}
@media (min-width: 1024px) {
  .header-landing.semiImage {
    text-align: left;
  }
  .header-landing.semiImage .content {
    max-width: 66.66%;
    padding: 63px 0;
  }
  .header-landing.semiImage .content .title {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .header-landing.semiImage .content .subhead {
    margin-left: 0;
    max-width: 100%;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .header-landing.semiImage .content .links {
    justify-content: flex-start;
    margin-left: -7px;
  }
}
@media (min-width: 1024px) {
  .header-landing.semiImage .img {
    left: 33.33%;
    width: 66.67%;
  }
}
.header-landing.semiImage .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 89, 65, 0.7) 0%, #005941 100%);
}
@media (min-width: 1024px) {
  .header-landing.semiImage .overlay {
    left: auto;
    right: 33.33%;
    width: 66.67%;
    background: linear-gradient(270deg, rgba(0, 89, 65, 0) 0%, #005941 50%, #005941 100%);
  }
}
.header-landing .header-title {
  font-size: 36px;
  line-height: 1.083;
  font-weight: 300;
}
@media (min-width: 768px) {
  .header-landing .header-title {
    font-size: 45px;
    line-height: 1.089;
  }
}
@media (min-width: 1024px) {
  .header-landing .header-title {
    font-size: 65px;
    line-height: 1.092;
  }
}
.header-landing .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50%/cover no-repeat;
}
.header-landing .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0.15;
}
.header-landing .content-wrapper {
  position: relative;
}
.header-landing .content {
  padding: 50px 0 54px;
}
@media (min-width: 480px) {
  .header-landing .content {
    padding: 68px 0;
  }
}
@media (min-width: 768px) {
  .header-landing .content {
    padding: 89px 0;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header-landing .content {
    padding: 115px 0;
    min-height: 455px;
  }
}
.header-landing .content .subhead {
  margin-top: 16px;
}
.header-landing .content .subhead p:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .header-landing .content .subhead {
    max-width: 83.33%;
    margin-left: 8.33%;
  }
}
@media (min-width: 1024px) {
  .header-landing .content .mini-factoid-row {
    max-width: 83.33%;
    margin-left: 8.33%;
  }
}
.header-landing .content.left {
  text-align: left;
}
@media (min-width: 1024px) {
  .header-landing .content.left .subhead {
    margin-left: 2.33%;
  }
}
@media (min-width: 1024px) {
  .header-landing .content.left .mini-factoid-row {
    margin-left: calc(2.33% + 5px);
  }
}
.header-landing .content.right {
  text-align: right;
}
.header-landing .content .links {
  margin-top: 20px;
}
.header-landing .content .links .btn:not(.white):hover, .header-landing .content .links .gform_wrapper input[type=submit]:not(.white):hover, .gform_wrapper .header-landing .content .links input[type=submit]:not(.white):hover, .header-landing.header-event .content .links .event-cta a:not(.white):hover, .header-landing.header-event .event-cta .content .links a:not(.white):hover {
  background: #fff;
}
@media (max-width: 479.98px) {
  .header-landing .content .links .link .btn, .header-landing .content .links .link .gform_wrapper input[type=submit], .gform_wrapper .header-landing .content .links .link input[type=submit], .header-landing.header-event .content .links .link .event-cta a, .header-landing.header-event .event-cta .content .links .link a {
    width: 100%;
  }
  .header-landing .content .links .link:not(:first-child) {
    margin-top: 15px;
  }
}
@media (min-width: 480px) {
  .header-landing .content .links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-landing .content .links.left {
    align-items: left;
    justify-content: left;
  }
}
@media (min-width: 480px) and (min-width: 1024px) {
  .header-landing .content .links.left {
    margin-left: 2.33%;
  }
}
@media (min-width: 480px) {
  .header-landing .content .links.right {
    align-items: right;
    justify-content: right;
  }
  .header-landing .content .links .link {
    margin: 0 7px;
  }
}

.header-landing.header-inner.no-settings .content.with-crumbs {
  padding-top: 0;
}
.header-landing.header-inner.no-settings .content.with-crumbs .m-brc .wrapper, .header-landing.header-inner.no-settings .content.with-crumbs .m-brc .module-common.image .wp-block-image.in-container, .module-common.image .header-landing.header-inner.no-settings .content.with-crumbs .m-brc .wp-block-image.in-container, .header-landing.header-inner.no-settings .content.with-crumbs .m-brc .single-post .module-common.image, .single-post .header-landing.header-inner.no-settings .content.with-crumbs .m-brc .module-common.image, .header-landing.header-inner.no-settings .content.with-crumbs .m-brc .single-news_article .module-common.image, .single-news_article .header-landing.header-inner.no-settings .content.with-crumbs .m-brc .module-common.image, .header-landing.header-inner.no-settings .content.with-crumbs .m-brc .module-common.separator .wp-block-separator.contained, .module-common.separator .header-landing.header-inner.no-settings .content.with-crumbs .m-brc .wp-block-separator.contained {
  padding: 0;
}
@media (min-width: 1024px) {
  .header-landing.header-inner.no-settings .content {
    text-align: left;
    min-height: 300px;
  }
}
.header-landing.header-inner.no-settings h1 {
  color: #005941;
  font-size: 32px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .header-landing.header-inner.no-settings h1 {
    font-size: 36px;
    line-height: 39px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-inner.no-settings h1 {
    font-size: 48px;
    line-height: 1.1;
  }
}
.header-landing.header-inner.no-settings .subhead {
  color: #000;
}
@media (min-width: 1024px) {
  .header-landing.header-inner.no-settings .subhead {
    margin-left: 0;
    max-width: 66.66%;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-inner.no-settings .buttons {
    justify-content: flex-start;
    margin-left: -7px;
  }
}
.header-landing.header-inner.no-settings .buttons .link .btn.white, .header-landing.header-inner.no-settings .buttons .link .gform_wrapper input.white[type=submit], .gform_wrapper .header-landing.header-inner.no-settings .buttons .link input.white[type=submit], .header-landing.header-inner.no-settings .buttons .link .header-landing.header-event .event-cta a.white, .header-landing.header-event .event-cta .header-landing.header-inner.no-settings .buttons .link a.white {
  background: #005941;
  border-color: #005941;
  color: #fff;
}
.header-landing.header-inner.no-settings .buttons .link .btn.white:hover, .header-landing.header-inner.no-settings .buttons .link .gform_wrapper input.white[type=submit]:hover, .gform_wrapper .header-landing.header-inner.no-settings .buttons .link input.white[type=submit]:hover, .header-landing.header-inner.no-settings .buttons .link .header-landing.header-event .event-cta a.white:hover, .header-landing.header-event .event-cta .header-landing.header-inner.no-settings .buttons .link a.white:hover {
  background: transparent;
  color: #005941;
}
.header-landing.header-inner.four-0-4 {
  color: #000;
}
.header-landing.header-inner.four-0-4 .content {
  text-align: center;
  align-items: center;
}
.header-landing.header-inner.four-0-4 h2 {
  margin: 0 0 20px;
  color: #005941;
  font-weight: 700;
}
.header-landing.header-inner.four-0-4 .btn, .header-landing.header-inner.four-0-4 .gform_wrapper input[type=submit], .gform_wrapper .header-landing.header-inner.four-0-4 input[type=submit], .header-landing.header-inner.four-0-4 .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .header-landing.header-inner.four-0-4 a {
  width: auto;
}
.header-landing.header-inner.four-0-4 p {
  font-style: italic;
  margin: 0 0 24px;
}

.header-landing.header-event {
  clip-path: none;
  background: #fff;
}
.header-landing.header-event.noImage {
  padding-top: 36px;
}
.header-landing.header-event .event-cta {
  margin-top: 32px;
}
.header-landing.header-event .event-cta a {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 19px !important;
}
@media (max-width: 767.98px) {
  .header-landing.header-event .event-cta a {
    width: 100%;
  }
}
.header-landing.header-event .img-box {
  position: relative;
  height: 197px;
  margin: 0 0 32px;
}
@media (min-width: 1024px) {
  .header-landing.header-event .img-box {
    height: 370px;
  }
}
.header-landing.header-event .content-wrapper .content {
  padding: 0;
  min-height: auto;
}
@media (min-width: 768px) {
  .header-landing.header-event .content-wrapper .content {
    text-align: left;
  }
}
.header-landing.header-event .content-wrapper .content .breadcrumbs {
  text-align: left;
}
.header-landing.header-event .content-wrapper .content .breadcrumbs a {
  text-decoration: none;
  color: #005941;
}
.header-landing.header-event .content-wrapper .content .title {
  text-shadow: none;
}
.header-landing.header-event .content-wrapper .content h1 {
  margin: 0;
  color: #005941;
  font-family: "museo-sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .header-landing.header-event .content-wrapper .content h1 {
    font-size: 36px;
    line-height: 39px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-event .content-wrapper .content h1 {
    font-size: 48px;
    line-height: 1.1;
  }
}

.header-landing.header-event {
  clip-path: none;
}
.header-landing.header-event.-program {
  background-color: #fff;
}
@media (min-width: 768px) {
  .header-landing.header-event.-program {
    padding: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-event.-program {
    padding: 0 0 60px;
  }
}
.header-landing.header-event.-program .content-wrapper {
  padding: 40px 0;
  color: #000;
  max-width: 715px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header-landing.header-event.-program .content-wrapper {
    padding: 50px 0 15px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-event.-program .content-wrapper {
    padding: 60px 0 15px;
  }
}
.header-landing.header-event.-program .content-wrapper .content {
  text-align: center;
  max-width: 100%;
}
.header-landing.header-event.-program .content-wrapper .content h1 {
  font-size: 36px;
  line-height: 39px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .header-landing.header-event.-program .content-wrapper .content h1 {
    font-size: 45px;
    line-height: 49px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-event.-program .content-wrapper .content h1 {
    font-size: 65px;
    line-height: 71px;
  }
}
.header-landing.header-event.-program .content-wrapper .degrees {
  margin: 20px 0 0;
  text-transform: uppercase;
}
.header-landing.header-event.-program .content-wrapper .subhead {
  font-size: 18px;
  line-height: 28px;
  margin: 15px auto 0;
  text-shadow: none;
}
@media (min-width: 1024px) {
  .header-landing.header-event.-program .content-wrapper .subhead {
    font-size: 21px;
    line-height: 33px;
  }
}
.header-landing.header-event.-program .content-wrapper .program-cta {
  margin-top: 15px;
}
.header-landing.header-event.-program .img-box {
  margin: 37px 0 0;
  clip-path: polygon(0% 15%, 1% 14.975%, 2% 14.9%, 3% 14.8%, 4% 14.65%, 5% 14.45%, 6% 14.225%, 7% 13.95%, 8% 13.625%, 9% 13.275%, 10% 12.9%, 11% 12.475%, 12% 12.025%, 13% 11.55%, 14% 11.05%, 15% 10.525%, 16% 10%, 17% 9.45%, 18% 8.9%, 19% 8.325%, 20% 7.75%, 21% 7.175%, 22% 6.6%, 23% 6.025%, 24% 5.45%, 25% 4.9%, 26% 4.375%, 27% 3.875%, 28% 3.375%, 29% 2.9%, 30% 2.45%, 31% 2.05%, 32% 1.675%, 33% 1.325%, 34% 1.025%, 35% 0.75%, 36% 0.525%, 37% 0.325%, 38% 0.175%, 39% 0.075%, 40% 0.025%, 41% 0%, 42% 0.025%, 43% 0.1%, 44% 0.225%, 45% 0.375%, 46% 0.575%, 47% 0.825%, 48% 1.1%, 49% 1.425%, 50% 1.775%, 51% 2.175%, 52% 2.6%, 53% 3.05%, 54% 3.525%, 55% 4.025%, 56% 4.55%, 57% 5.075%, 58% 5.65%, 59% 6.2%, 60% 6.775%, 61% 7.35%, 62% 7.925%, 63% 8.5%, 64% 9.075%, 65% 9.625%, 66% 10.175%, 67% 10.7%, 68% 11.225%, 69% 11.7%, 70% 12.175%, 71% 12.6%, 72% 13.025%, 73% 13.4%, 74% 13.725%, 75% 14.025%, 76% 14.3%, 77% 14.525%, 78% 14.7%, 79% 14.85%, 80% 14.925%, 81% 15%, 82% 15%, 83% 14.95%, 84% 14.875%, 85% 14.75%, 86% 14.6%, 87% 14.375%, 88% 14.125%, 89% 13.85%, 90% 13.525%, 91% 13.15%, 92% 12.75%, 93% 12.325%, 94% 11.875%, 95% 11.4%, 96% 10.9%, 97% 10.375%, 98% 9.825%, 99% 9.275%, 100% 8.7%, 100% 100%, 0% 100%);
}
@media (min-width: 768px) {
  .header-landing.header-event.-program .img-box {
    margin: 16px 0 0;
  }
}
.header-landing.header-news {
  clip-path: none;
  background: #fff;
}
.header-landing.header-news.noImage .content-wrapper .content {
  margin-top: 0;
}
.header-landing.header-news .img-box {
  margin: 0;
  height: 250px;
}
@media (min-width: 768px) {
  .header-landing.header-news .img-box {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-news .img-box {
    height: 430px;
  }
}
.header-landing.header-news .content-wrapper .content {
  text-align: left;
  margin-top: -50px;
  background: #fff;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .header-landing.header-news .content-wrapper .content {
    padding: 30px 124px 30px 62px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-news .content-wrapper .content {
    padding: 30px 168px 30px 84px;
  }
}
@media (min-width: 768px) {
  .header-landing.header-news .content-wrapper .top-content {
    margin-bottom: 50px;
  }
}
.header-landing.header-news .content-wrapper .top-content .post-social-share {
  margin-top: 0;
}
@media (min-width: 768px) {
  .header-landing.header-news .content-wrapper .top-content .post-social-share {
    position: relative;
    top: 7px;
    transform: translateX(62px);
  }
}
@media (min-width: 1024px) {
  .header-landing.header-news .content-wrapper .top-content .post-social-share {
    transform: translateX(84px);
  }
}
.header-landing.header-news .content-wrapper .top-content .post-social-share .social {
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .header-landing.header-news .content-wrapper .top-content .post-social-share .social li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .header-landing.header-news .content-wrapper .top-content .post-social-share .social {
    justify-content: flex-end;
    margin: 0;
  }
  .header-landing.header-news .content-wrapper .top-content .post-social-share .social li:last-child {
    margin-right: 0;
  }
}
.header-landing.header-news .content-wrapper .top-content .post-social-share .social a {
  background: #86a879;
  color: #fff;
}
.header-landing.header-news .content-wrapper .top-content .post-social-share .social a:hover {
  background: #005941;
}
.header-landing.header-news .content-wrapper .bc-wrapper .wrapper, .header-landing.header-news .content-wrapper .bc-wrapper .module-common.image .wp-block-image.in-container, .module-common.image .header-landing.header-news .content-wrapper .bc-wrapper .wp-block-image.in-container, .header-landing.header-news .content-wrapper .bc-wrapper .single-post .module-common.image, .single-post .header-landing.header-news .content-wrapper .bc-wrapper .module-common.image, .header-landing.header-news .content-wrapper .bc-wrapper .single-news_article .module-common.image, .single-news_article .header-landing.header-news .content-wrapper .bc-wrapper .module-common.image, .header-landing.header-news .content-wrapper .bc-wrapper .module-common.separator .wp-block-separator.contained, .module-common.separator .header-landing.header-news .content-wrapper .bc-wrapper .wp-block-separator.contained {
  padding-left: 0;
}
@media (min-width: 768px) {
  .header-landing.header-news .content-wrapper .bc-wrapper .content-crumbs {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .header-landing.header-news .content-wrapper .bc-wrapper .content-crumbs li {
    white-space: nowrap;
    overflow: hidden;
    flex-shrink: 0;
    flex-wrap: nowrap;
    text-overflow: ellipsis;
  }
  .header-landing.header-news .content-wrapper .bc-wrapper .content-crumbs li a {
    flex-shrink: 0;
  }
}
.header-landing.header-news .content-wrapper .bc-wrapper .m-brc {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .header-landing.header-news .content-wrapper .bc-wrapper .m-brc {
    padding: 0;
  }
}
.header-landing.header-news .content-wrapper .date {
  margin: 0 0 18px;
}
.header-landing.header-news .content-wrapper .date .small, .header-landing.header-news .content-wrapper .date .page-sidebar .sidebar .sidebar-content .sidebar-links a, .page-sidebar .sidebar .sidebar-content .sidebar-links .header-landing.header-news .content-wrapper .date a {
  color: #000;
  margin: 0;
}
.header-landing.header-news .content-wrapper h1 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .header-landing.header-news .content-wrapper h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
.header-landing.header-news .content-wrapper .tags-wrapper {
  margin: 15px 0 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.header-landing.header-news .content-wrapper .tags-wrapper li {
  margin-top: 5px;
}
.header-landing.header-news .content-wrapper .tags-wrapper li:not(:last-child) {
  margin-right: 10px;
}

.header-landing.header-policy {
  clip-path: none;
}
.header-landing.header-policy.noImage .content-wrapper .content {
  margin-top: 0;
}
.header-landing.header-policy .img-box {
  margin: 0;
  height: 250px;
}
@media (min-width: 768px) {
  .header-landing.header-policy .img-box {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-policy .img-box {
    height: 430px;
  }
}
.header-landing.header-policy .img-box .img {
  opacity: 1;
  filter: none;
}
.header-landing.header-policy .img-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
}
.header-landing.header-policy .content-wrapper .content {
  text-align: left;
  margin-top: -50px;
  background: #fff;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .header-landing.header-policy .content-wrapper .content {
    padding: 30px 124px 30px 62px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-policy .content-wrapper .content {
    padding: 30px 168px 30px 84px;
  }
}
@media (min-width: 768px) {
  .header-landing.header-policy .content-wrapper .top-content {
    margin-bottom: 50px;
  }
}
.header-landing.header-policy .content-wrapper .top-content .post-social-share {
  margin-top: 0;
}
@media (min-width: 768px) {
  .header-landing.header-policy .content-wrapper .top-content .post-social-share {
    position: relative;
    top: 7px;
    transform: translateX(62px);
  }
}
@media (min-width: 1024px) {
  .header-landing.header-policy .content-wrapper .top-content .post-social-share {
    transform: translateX(84px);
  }
}
.header-landing.header-policy .content-wrapper .top-content .post-social-share .social {
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .header-landing.header-policy .content-wrapper .top-content .post-social-share .social li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .header-landing.header-policy .content-wrapper .top-content .post-social-share .social {
    justify-content: flex-end;
    margin: 0;
  }
  .header-landing.header-policy .content-wrapper .top-content .post-social-share .social li:last-child {
    margin-right: 0;
  }
}
.header-landing.header-policy .content-wrapper .top-content .post-social-share .social a {
  background: #86a879;
  color: #fff;
}
.header-landing.header-policy .content-wrapper .top-content .post-social-share .social a:hover {
  background: #005941;
}
.header-landing.header-policy .content-wrapper .bc-wrapper .wrapper, .header-landing.header-policy .content-wrapper .bc-wrapper .module-common.image .wp-block-image.in-container, .module-common.image .header-landing.header-policy .content-wrapper .bc-wrapper .wp-block-image.in-container, .header-landing.header-policy .content-wrapper .bc-wrapper .single-post .module-common.image, .single-post .header-landing.header-policy .content-wrapper .bc-wrapper .module-common.image, .header-landing.header-policy .content-wrapper .bc-wrapper .single-news_article .module-common.image, .single-news_article .header-landing.header-policy .content-wrapper .bc-wrapper .module-common.image, .header-landing.header-policy .content-wrapper .bc-wrapper .module-common.separator .wp-block-separator.contained, .module-common.separator .header-landing.header-policy .content-wrapper .bc-wrapper .wp-block-separator.contained {
  padding-left: 0;
}
@media (min-width: 768px) {
  .header-landing.header-policy .content-wrapper .bc-wrapper .content-crumbs {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .header-landing.header-policy .content-wrapper .bc-wrapper .content-crumbs li {
    white-space: nowrap;
    overflow: hidden;
    flex-shrink: 0;
    flex-wrap: nowrap;
    text-overflow: ellipsis;
  }
  .header-landing.header-policy .content-wrapper .bc-wrapper .content-crumbs li a {
    flex-shrink: 0;
  }
}
.header-landing.header-policy .content-wrapper .bc-wrapper .m-brc {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .header-landing.header-policy .content-wrapper .bc-wrapper .m-brc {
    padding: 0;
  }
}
.header-landing.header-policy .content-wrapper .date {
  margin: 0 0 18px 0;
}
@media (min-width: 768px) {
  .header-landing.header-policy .content-wrapper .date {
    margin: 0 -62px 18px 0;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-policy .content-wrapper .date {
    margin: 0 -84px 18px 0;
  }
}
.header-landing.header-policy .content-wrapper .date .small, .header-landing.header-policy .content-wrapper .date .page-sidebar .sidebar .sidebar-content .sidebar-links a, .page-sidebar .sidebar .sidebar-content .sidebar-links .header-landing.header-policy .content-wrapper .date a {
  color: #000;
  margin: 0;
}
.header-landing.header-policy .content-wrapper .date .date-left {
  text-align: center;
}
@media (min-width: 768px) {
  .header-landing.header-policy .content-wrapper .date .date-left {
    float: left;
    text-align: left;
  }
}
.header-landing.header-policy .content-wrapper .date .date-right {
  text-align: center;
}
@media (min-width: 768px) {
  .header-landing.header-policy .content-wrapper .date .date-right {
    float: right;
    text-align: right;
  }
}
.header-landing.header-policy .content-wrapper .title {
  text-align: center;
}
@media (min-width: 768px) {
  .header-landing.header-policy .content-wrapper .title {
    margin-right: -62px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-policy .content-wrapper .title {
    margin-right: -84px;
  }
}
.header-landing.header-policy .content-wrapper .title .subhead {
  text-align: center;
  color: #000;
  font-weight: 700;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.header-landing.header-policy .content-wrapper .date-review {
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .header-landing.header-policy .content-wrapper .date-review {
    margin-right: -62px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-policy .content-wrapper .date-review {
    margin-right: -84px;
  }
}
.header-landing.header-policy .content-wrapper .tags-wrapper {
  margin: 15px 0 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.header-landing.header-policy .content-wrapper .tags-wrapper li {
  margin-top: 5px;
}
.header-landing.header-policy .content-wrapper .tags-wrapper li:not(:last-child) {
  margin-right: 10px;
}

.header-user {
  position: relative;
  background: #edebe8;
  margin-bottom: 0;
  overflow: hidden;
  padding: 50px;
  background: url(../img/bg/profile_bg_sm.jpg) 0 0/100% 100% no-repeat;
  border-width: 1px 0 5px;
  border-style: solid;
  border-top-color: #eee;
  border-bottom-color: #005941;
}
@media (min-width: 560px) and (max-height: 480px) and (orientation: landscape) {
  .header-user {
    background-image: url(../img/bg/profile_bg_lg.jpg);
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  .header-user {
    background-image: url(../img/bg/profile_bg_lg.jpg);
    background-size: 100% auto;
    background-position: 50%;
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .header-user {
    text-align: center;
  }
  .header-user .wrapper, .header-user .module-common.image .wp-block-image.in-container, .module-common.image .header-user .wp-block-image.in-container, .header-user .single-post .reduced-wrapper.with-header-img .module-common.image, .single-post .reduced-wrapper.with-header-img .header-user .module-common.image, .header-user .single-news_article .reduced-wrapper.with-header-img .module-common.image, .single-news_article .reduced-wrapper.with-header-img .header-user .module-common.image, .header-user .single-post .module-common.image, .single-post .header-user .module-common.image, .header-user .single-news_article .module-common.image, .single-news_article .header-user .module-common.image, .header-user .module-common.separator .wp-block-separator.contained, .module-common.separator .header-user .wp-block-separator.contained {
    padding: 0;
  }
}
.header-user p {
  margin: 0;
}
.header-user .info {
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .header-user .info {
    padding: 0;
  }
}
.header-user .meta {
  display: flex;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .header-user .meta {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .header-user .meta {
    margin-top: -10px;
  }
}
.header-user .meta .small, .header-user .meta .page-sidebar .sidebar .sidebar-content .sidebar-links a, .page-sidebar .sidebar .sidebar-content .sidebar-links .header-user .meta a {
  position: relative;
  display: inline-block;
  margin: 20px 15px 0 0;
  padding-right: 15px;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.header-user .meta .small:last-child, .header-user .meta .page-sidebar .sidebar .sidebar-content .sidebar-links a:last-child, .page-sidebar .sidebar .sidebar-content .sidebar-links .header-user .meta a:last-child {
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header-user .meta .small, .header-user .meta .page-sidebar .sidebar .sidebar-content .sidebar-links a, .page-sidebar .sidebar .sidebar-content .sidebar-links .header-user .meta a {
    margin: 10px 15px 0 0;
    font-size: 16px;
    line-height: 25px;
  }
}
.header-user .meta .small:not(:last-child)::before, .header-user .meta .page-sidebar .sidebar .sidebar-content .sidebar-links a:not(:last-child)::before, .page-sidebar .sidebar .sidebar-content .sidebar-links .header-user .meta a:not(:last-child)::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 3px;
  height: 19px;
  width: 1px;
  background: #072a1b;
}
.header-user .meta .small a, .header-user .meta .page-sidebar .sidebar .sidebar-content .sidebar-links a a, .page-sidebar .sidebar .sidebar-content .sidebar-links .header-user .meta a a {
  color: inherit;
}
.header-user .meta .small a:hover, .header-user .meta .page-sidebar .sidebar .sidebar-content .sidebar-links a a:hover, .page-sidebar .sidebar .sidebar-content .sidebar-links .header-user .meta a a:hover {
  text-decoration: underline;
}
.header-user .wrapper, .header-user .module-common.image .wp-block-image.in-container, .module-common.image .header-user .wp-block-image.in-container, .header-user .single-post .reduced-wrapper.with-header-img .module-common.image, .single-post .reduced-wrapper.with-header-img .header-user .module-common.image, .header-user .single-news_article .reduced-wrapper.with-header-img .module-common.image, .single-news_article .reduced-wrapper.with-header-img .header-user .module-common.image, .header-user .single-post .module-common.image, .single-post .header-user .module-common.image, .header-user .single-news_article .module-common.image, .single-news_article .header-user .module-common.image, .header-user .module-common.separator .wp-block-separator.contained, .module-common.separator .header-user .wp-block-separator.contained {
  position: relative;
}
.header-user .wrapper .in, .header-user .module-common.image .wp-block-image.in-container .in, .module-common.image .header-user .wp-block-image.in-container .in, .header-user .single-post .module-common.image .in, .single-post .header-user .module-common.image .in, .header-user .single-news_article .module-common.image .in, .single-news_article .header-user .module-common.image .in, .header-user .module-common.separator .wp-block-separator.contained .in, .module-common.separator .header-user .wp-block-separator.contained .in {
  padding: 0;
  align-items: flex-start;
}
.header-user .wrapper .in .img, .header-user .module-common.image .wp-block-image.in-container .in .img, .module-common.image .header-user .wp-block-image.in-container .in .img, .header-user .single-post .module-common.image .in .img, .single-post .header-user .module-common.image .in .img, .header-user .single-news_article .module-common.image .in .img, .single-news_article .header-user .module-common.image .in .img, .header-user .module-common.separator .wp-block-separator.contained .in .img, .module-common.separator .header-user .wp-block-separator.contained .in .img {
  position: relative;
  z-index: 5;
  height: 287px;
  background: url(../img/default_profile_image.png) 50% 0/auto 100% no-repeat;
}
.header-user .wrapper .in .img-wrapper, .header-user .module-common.image .wp-block-image.in-container .in .img-wrapper, .module-common.image .header-user .wp-block-image.in-container .in .img-wrapper, .header-user .single-post .module-common.image .in .img-wrapper, .single-post .header-user .module-common.image .in .img-wrapper, .header-user .single-news_article .module-common.image .in .img-wrapper, .single-news_article .header-user .module-common.image .in .img-wrapper, .header-user .module-common.separator .wp-block-separator.contained .in .img-wrapper, .module-common.separator .header-user .wp-block-separator.contained .in .img-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .header-user .wrapper .in .img-wrapper, .header-user .module-common.image .wp-block-image.in-container .in .img-wrapper, .module-common.image .header-user .wp-block-image.in-container .in .img-wrapper, .header-user .single-post .module-common.image .in .img-wrapper, .single-post .header-user .module-common.image .in .img-wrapper, .header-user .single-news_article .module-common.image .in .img-wrapper, .single-news_article .header-user .module-common.image .in .img-wrapper, .header-user .module-common.separator .wp-block-separator.contained .in .img-wrapper, .module-common.separator .header-user .wp-block-separator.contained .in .img-wrapper {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
.header-user .wrapper .in .content-box, .header-user .module-common.image .wp-block-image.in-container .in .content-box, .module-common.image .header-user .wp-block-image.in-container .in .content-box, .header-user .single-post .module-common.image .in .content-box, .single-post .header-user .module-common.image .in .content-box, .header-user .single-news_article .module-common.image .in .content-box, .single-news_article .header-user .module-common.image .in .content-box, .header-user .module-common.separator .wp-block-separator.contained .in .content-box, .module-common.separator .header-user .wp-block-separator.contained .in .content-box {
  position: relative;
}
@media (min-width: 768px) {
  .header-user .wrapper .in, .header-user .module-common.image .wp-block-image.in-container .in, .module-common.image .header-user .wp-block-image.in-container .in, .header-user .single-post .module-common.image .in, .single-post .header-user .module-common.image .in, .header-user .single-news_article .module-common.image .in, .single-news_article .header-user .module-common.image .in, .header-user .module-common.separator .wp-block-separator.contained .in, .module-common.separator .header-user .wp-block-separator.contained .in {
    display: flex;
    width: 100%;
    padding: 40px 0;
  }
  .header-user .wrapper .in .img, .header-user .module-common.image .wp-block-image.in-container .in .img, .module-common.image .header-user .wp-block-image.in-container .in .img, .header-user .single-post .module-common.image .in .img, .single-post .header-user .module-common.image .in .img, .header-user .single-news_article .module-common.image .in .img, .single-news_article .header-user .module-common.image .in .img, .header-user .module-common.separator .wp-block-separator.contained .in .img, .module-common.separator .header-user .wp-block-separator.contained .in .img {
    height: 0;
    padding: 0 0 56%;
    background-size: cover;
  }
  .header-user .wrapper .in .img.oversize, .header-user .module-common.image .wp-block-image.in-container .in .img.oversize, .module-common.image .header-user .wp-block-image.in-container .in .img.oversize, .header-user .single-post .module-common.image .in .img.oversize, .single-post .header-user .module-common.image .in .img.oversize, .header-user .single-news_article .module-common.image .in .img.oversize, .single-news_article .header-user .module-common.image .in .img.oversize, .header-user .module-common.separator .wp-block-separator.contained .in .img.oversize, .module-common.separator .header-user .wp-block-separator.contained .in .img.oversize {
    background-size: 110%;
  }
  .header-user .wrapper .in .content-box, .header-user .module-common.image .wp-block-image.in-container .in .content-box, .module-common.image .header-user .wp-block-image.in-container .in .content-box, .header-user .single-post .module-common.image .in .content-box, .single-post .header-user .module-common.image .in .content-box, .header-user .single-news_article .module-common.image .in .content-box, .single-news_article .header-user .module-common.image .in .content-box, .header-user .module-common.separator .wp-block-separator.contained .in .content-box, .module-common.separator .header-user .wp-block-separator.contained .in .content-box {
    flex: 1;
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  .header-user .wrapper .in .content-box, .header-user .module-common.image .wp-block-image.in-container .in .content-box, .module-common.image .header-user .wp-block-image.in-container .in .content-box, .header-user .single-post .module-common.image .in .content-box, .single-post .header-user .module-common.image .in .content-box, .header-user .single-news_article .module-common.image .in .content-box, .single-news_article .header-user .module-common.image .in .content-box, .header-user .module-common.separator .wp-block-separator.contained .in .content-box, .module-common.separator .header-user .wp-block-separator.contained .in .content-box {
    padding-top: 5px;
    padding-left: 8px;
  }
  .header-user .wrapper .in .content-box.student, .header-user .module-common.image .wp-block-image.in-container .in .content-box.student, .module-common.image .header-user .wp-block-image.in-container .in .content-box.student, .header-user .single-post .module-common.image .in .content-box.student, .single-post .header-user .module-common.image .in .content-box.student, .header-user .single-news_article .module-common.image .in .content-box.student, .single-news_article .header-user .module-common.image .in .content-box.student, .header-user .module-common.separator .wp-block-separator.contained .in .content-box.student, .module-common.separator .header-user .wp-block-separator.contained .in .content-box.student {
    padding-top: 0;
  }
  .header-user .wrapper .in .img-wrapper, .header-user .module-common.image .wp-block-image.in-container .in .img-wrapper, .module-common.image .header-user .wp-block-image.in-container .in .img-wrapper, .header-user .single-post .module-common.image .in .img-wrapper, .single-post .header-user .module-common.image .in .img-wrapper, .header-user .single-news_article .module-common.image .in .img-wrapper, .single-news_article .header-user .module-common.image .in .img-wrapper, .header-user .module-common.separator .wp-block-separator.contained .in .img-wrapper, .module-common.separator .header-user .wp-block-separator.contained .in .img-wrapper {
    padding-right: 8px;
  }
}
@media (min-width: 1200px) {
  .header-user .wrapper .in .img, .header-user .module-common.image .wp-block-image.in-container .in .img, .module-common.image .header-user .wp-block-image.in-container .in .img, .header-user .single-post .module-common.image .in .img, .single-post .header-user .module-common.image .in .img, .header-user .single-news_article .module-common.image .in .img, .single-news_article .header-user .module-common.image .in .img, .header-user .module-common.separator .wp-block-separator.contained .in .img, .module-common.separator .header-user .wp-block-separator.contained .in .img {
    height: 0;
    padding: 0 0 56.25%;
  }
}
.header-user .name-box {
  margin-top: 5px;
}
.header-user .name-box h1 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  color: #005941;
}
@media (min-width: 768px) {
  .header-user .name-box h1 {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 1024px) {
  .header-user .name-box h1 {
    font-size: 48px;
    line-height: 57px;
  }
}
.header-user .name-box h1 .mid-span {
  font-weight: 300;
}
.header-user h1 {
  margin: 0;
  font-weight: 400;
}
.header-user .title-box {
  position: relative;
  margin-top: 6px;
  padding: 0 0 15px;
}
@media (max-width: 767.98px) {
  .header-user .title-box {
    padding: 0 0 18px;
  }
}
.header-user .title-box .title-span {
  color: #005941;
  letter-spacing: 0.5px;
  font-style: italic;
  font-weight: 500;
}
.header-user .title-box::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 48px;
  height: 4px;
  background: #f3cf1e;
}
@media (max-width: 767.98px) {
  .header-user .title-box::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .header-user .title-box::before {
    width: 64px;
  }
}
.header-user .add-data {
  margin-top: 15px;
}
.header-user .add {
  font-size: 12px;
  line-height: 18px;
}
.header-user .add a:hover {
  text-decoration: underline;
}
.header-user .add:not(:first-child) {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .header-user .add:not(:first-child) {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .header-user .add {
    font-size: 14px;
    line-height: 21px;
  }
}
.header-user .add span,
.header-user .add a {
  color: #072a1b;
  position: relative;
  display: inline-block;
}
.header-user .add span.email,
.header-user .add a.email {
  color: #005941;
  text-decoration: underline;
}
.header-user .social-data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}
.header-user .social-data .s:not(:last-child) {
  margin-right: 5.5px;
}
@media (min-width: 1024px) {
  .header-user .social-data .s:not(:last-child) {
    margin-right: 8px;
  }
}
.header-user .social-data .s svg {
  height: 25px;
  width: 25px;
}
@media (min-width: 1024px) {
  .header-user .social-data .s svg {
    height: 30px;
    width: 30px;
  }
}
.header-user .social-data .s svg .hover-change {
  transition: 0.2s;
}
.header-landing.header-home .images {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.header-landing.header-home .images .swiper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.header-landing.header-home .images .swiper .swiper-button-wrapper {
  left: 50%;
  bottom: 43px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .header-landing.header-home .images .swiper .swiper-button-wrapper {
    bottom: 50px;
  }
}
.header-landing.header-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 56.76%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
  z-index: 2;
  pointer-events: none;
}
.header-landing.header-home .buttons a {
  pointer-events: all;
}
.header-landing.header-home .content-wrapper {
  pointer-events: none;
  z-index: 5;
}
.header-landing.header-home .content-wrapper .content {
  padding: 80px 0 108px;
}
@media (min-width: 768px) {
  .header-landing.header-home .content-wrapper .content {
    padding: 100px 0 169px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-home .content-wrapper .content {
    padding: 170px 0 179px;
  }
}
.header-landing.header-home .content-wrapper h1 {
  font-size: 65px;
  line-height: 55px;
  font-weight: 300;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  pointer-events: all;
}
.header-landing.header-home .content-wrapper h1 strong {
  font-weight: 900;
}
@media (min-width: 768px) {
  .header-landing.header-home .content-wrapper h1 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media (min-width: 1024px) {
  .header-landing.header-home .content-wrapper h1 {
    font-size: 100px;
    line-height: 90px;
  }
}

.single-umfk_user .user-section {
  position: relative;
}
.single-umfk_user .user-section.bio {
  padding: 50px 0;
}
.single-umfk_user .user-section.bio .m-title h2 {
  color: #005941;
}
.single-umfk_user .user-section.bio .m-title h2 strong {
  font-weight: 700;
}
.single-umfk_user .user-section.bio .breadcrumbs {
  padding-top: 0;
}
.single-umfk_user .user-section.bio .breadcrumbs .content-crumbs a {
  color: #005941;
  font-size: 16px;
  line-height: 18px;
}
.single-umfk_user .user-section.bio .in {
  margin-top: 30px;
}
.single-umfk_user .user-section.bio .in a {
  color: #005941;
  text-decoration: underline;
}
.single-umfk_user .user-section.bio .in a:hover {
  color: #072a1b;
}
@media (min-width: 768px) {
  .single-umfk_user .user-section.bio .to-be-reduced {
    padding-right: 48px;
  }
}
@media (min-width: 1024px) {
  .single-umfk_user .user-section.bio .to-be-reduced {
    padding-right: 176px;
  }
}
@media (min-width: 1200px) {
  .single-umfk_user .user-section.bio .to-be-reduced {
    padding-right: 360px;
  }
}
.single-umfk_user .user-section.res-crs {
  padding: 60px 0;
  background: #005941;
  color: #fff;
}
.single-umfk_user .user-section.res-crs .m-subtitle {
  margin: 0 0 20px;
}
.single-umfk_user .user-section.res-crs .m-subtitle h3 {
  font-weight: 300;
  color: #f3cf1e;
}
.single-umfk_user .user-section.res-crs .m-subtitle h3 strong {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .single-umfk_user .user-section.res-crs .m-subtitle h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.single-umfk_user .user-section.res-crs .rich-content .arrow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-umfk_user .user-section.res-crs .rich-content .arrow-list li {
  line-height: 1;
}
.single-umfk_user .user-section.res-crs .rich-content .arrow-list li span {
  font-size: 16px;
  line-height: 22px;
}
.single-umfk_user .user-section.res-crs .rich-content .arrow-list li span::after {
  display: inline-block;
  margin-left: 10px;
  width: 9px;
  height: 9px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f3cf1e;
  transform: rotate(45deg);
}
.single-umfk_user .user-section.res-crs .rich-content .arrow-list li:not(:first-child) {
  margin-top: 12px;
}
.single-umfk_user .user-section.res-crs .rich-content .interest {
  font-size: 16px;
  line-height: 22px;
}
.single-umfk_user .user-section.res-crs .rich-content .interest:not(:first-child) {
  margin-top: 12px;
}
.single-umfk_user .user-section.m-quote .author {
  margin-top: 56px;
}
.single-umfk_user .user-section.awards {
  margin: 50px 0;
  padding: 0;
}
.single-umfk_user .user-section.awards:not(:last-child) .wrapper-content {
  border-bottom: 1px solid #f3cf1e;
  padding: 0 0 50px;
}
.single-umfk_user .user-section.awards h2 {
  color: #005941;
}
.single-umfk_user .user-section.awards h2 strong {
  font-weight: 700;
}
.single-umfk_user .user-section.awards .m-subtitle {
  margin: 0 0 20px;
}
.single-umfk_user .user-section.awards .m-subtitle h4 {
  margin: 0;
  font-weight: 600;
}
.single-umfk_user .user-section.awards .in {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .single-umfk_user .user-section.awards .in {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .single-umfk_user .user-section.awards .in::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    height: 2px;
  }
}
.single-umfk_user .user-section.awards .in .award {
  width: 100%;
  margin-top: 11px;
}
.single-umfk_user .user-section.awards .in .award .award-in {
  padding: 0 0 9px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 1;
  word-wrap: break-word;
}
@media (max-width: 767.98px) {
  .single-umfk_user .user-section.awards .in .award:last-child .award-in {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .single-umfk_user .user-section.awards .in .award:last-child .award-in, .single-umfk_user .user-section.awards .in .award:nth-last-child(2):nth-child(odd) .award-in {
    border-bottom: 0;
  }
}
.single-umfk_user .user-section.awards .in .award span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .single-umfk_user .user-section.awards .in .award {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .single-umfk_user .user-section.awards .in .award:nth-child(odd) {
    padding-right: 15px;
  }
  .single-umfk_user .user-section.awards .in .award:nth-child(even) {
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .single-umfk_user .user-section.awards .in .award {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .single-umfk_user .user-section.awards .in .award:nth-child(odd) {
    padding-right: 0;
  }
  .single-umfk_user .user-section.awards .in .award:nth-child(even) {
    padding-left: 0;
  }
  .single-umfk_user .user-section.awards .in .award:nth-child(3n+2) {
    padding: 0 15px;
  }
}
.single-umfk_user .user-section.awards.education .m-subtitle {
  margin: 0 0 5px;
}
.single-umfk_user .user-section.awards.education .education {
  width: 100%;
  margin: 25px 0 0;
}
@media (min-width: 768px) {
  .single-umfk_user .user-section.awards.education .education {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-umfk_user .user-section.awards.education .education:nth-child(odd) {
    padding-right: 15px;
  }
  .single-umfk_user .user-section.awards.education .education:nth-child(even) {
    padding-left: 15px;
  }
}
.single-umfk_user .user-section.awards.education .education .degree {
  font-size: 18px;
}
.single-umfk_user .user-section.awards.education .education .edu {
  line-height: 22px;
  font-size: 16px;
}
.single-umfk_user .user-section.awards.publications .award-in {
  height: 100%;
}
.single-umfk_user .user-section.awards.publications .in .award {
  width: 100%;
}
.single-umfk_user .user-section.awards.publications .in .award a {
  color: #005941;
  text-decoration: underline;
}
.single-umfk_user .user-section.awards.publications .in .award a:hover {
  color: #86a879;
}
.single-umfk_user .user-section.awards.publications .in .award p:last-child, .single-umfk_user .user-section.awards.publications .in .award p:last-of-type {
  margin: 0;
}

.latest-news .m-feature.-spotlight {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .latest-news .m-feature.-spotlight .left {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .latest-news .m-feature.-spotlight .left {
    padding-top: 50px;
  }
}
.latest-news .m-feature.-spotlight .in {
  color: #000;
}
.latest-news .m-feature.-spotlight .in:hover .title {
  text-decoration: underline;
}
.latest-news .m-feature.-spotlight .date {
  display: block;
  font-size: 16px;
  line-height: 22.4px;
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .latest-news .m-feature.-spotlight .date {
    margin: 0 0 10px;
  }
}
.latest-news .m-feature.-spotlight .subtitle {
  font-size: 14px;
  margin: 10px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 24px;
  max-height: 48px;
}
@media (min-width: 1024px) {
  .latest-news .m-feature.-spotlight .subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 27px;
    max-height: 54px;
  }
}
.latest-news .latest-news-stories {
  padding: 30px 0 60px;
}
.latest-news .latest-news-stories.archive-mode {
  padding-top: 0;
}
.latest-news .latest-news-stories.archive-mode .stories-data {
  margin: 0;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
}
@media (min-width: 768px) {
  .latest-news .latest-news-stories.archive-mode .stories-data {
    padding-top: 45px;
  }
}
@media (min-width: 1024px) {
  .latest-news .latest-news-stories.archive-mode .stories-data {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .latest-news .latest-news-stories {
    padding: 45px 0 60px;
  }
}
.latest-news .latest-news-stories .pf-search.-news-control .btn, .latest-news .latest-news-stories .pf-search.-news-control .gform_wrapper input[type=submit], .gform_wrapper .latest-news .latest-news-stories .pf-search.-news-control input[type=submit], .latest-news .latest-news-stories .pf-search.-news-control .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .latest-news .latest-news-stories .pf-search.-news-control a {
  position: relative;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .latest-news .latest-news-stories .pf-search.-news-control .btn, .latest-news .latest-news-stories .pf-search.-news-control .gform_wrapper input[type=submit], .gform_wrapper .latest-news .latest-news-stories .pf-search.-news-control input[type=submit], .latest-news .latest-news-stories .pf-search.-news-control .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .latest-news .latest-news-stories .pf-search.-news-control a {
    margin-bottom: -5px;
  }
}
.latest-news .latest-news-stories .pf-search.-news-control .btn:hover, .latest-news .latest-news-stories .pf-search.-news-control .gform_wrapper input[type=submit]:hover, .gform_wrapper .latest-news .latest-news-stories .pf-search.-news-control input[type=submit]:hover, .latest-news .latest-news-stories .pf-search.-news-control .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .latest-news .latest-news-stories .pf-search.-news-control a:hover {
  color: #000 !important;
}
.latest-news .latest-news-stories .pf-search.-news-control .btn.active, .latest-news .latest-news-stories .pf-search.-news-control .gform_wrapper input.active[type=submit], .gform_wrapper .latest-news .latest-news-stories .pf-search.-news-control input.active[type=submit], .latest-news .latest-news-stories .pf-search.-news-control .header-landing.header-event .event-cta a.active, .header-landing.header-event .event-cta .latest-news .latest-news-stories .pf-search.-news-control a.active {
  background: #005941 !important;
  color: #fff !important;
  border-color: #005941 !important;
}
.latest-news .latest-news-stories .pf-search.-news-control .left {
  text-align: center;
}
.latest-news .latest-news-stories .pf-search.-news-control .right {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .latest-news .latest-news-stories .pf-search.-news-control .right {
    margin-top: 0;
  }
}
.latest-news .latest-news-stories .pf-search.-news-control .in {
  color: #000;
  padding: 5px 0;
  background-color: #86a879;
  border-bottom: #f3cf1e solid 2px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .latest-news .latest-news-stories .pf-search.-news-control .in {
    align-items: center;
  }
}
.latest-news .latest-news-stories .pf-search.-news-control .in .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.15;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023.98px) {
  .latest-news .latest-news-stories .pf-search .left {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .latest-news .latest-news-stories .pf-search .left .btn, .latest-news .latest-news-stories .pf-search .left .gform_wrapper input[type=submit], .gform_wrapper .latest-news .latest-news-stories .pf-search .left input[type=submit], .latest-news .latest-news-stories .pf-search .left .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .latest-news .latest-news-stories .pf-search .left a {
    padding: 12px 14px;
  }
}
@media (min-width: 1024px) {
  .latest-news .latest-news-stories .pf-search .left .btn, .latest-news .latest-news-stories .pf-search .left .gform_wrapper input[type=submit], .gform_wrapper .latest-news .latest-news-stories .pf-search .left input[type=submit], .latest-news .latest-news-stories .pf-search .left .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .latest-news .latest-news-stories .pf-search .left a {
    font-size: 16px;
  }
}
.latest-news .latest-news-stories .pf-search .left .btn:not(:last-child), .latest-news .latest-news-stories .pf-search .left .gform_wrapper input[type=submit]:not(:last-child), .gform_wrapper .latest-news .latest-news-stories .pf-search .left input[type=submit]:not(:last-child), .latest-news .latest-news-stories .pf-search .left .header-landing.header-event .event-cta a:not(:last-child), .header-landing.header-event .event-cta .latest-news .latest-news-stories .pf-search .left a:not(:last-child) {
  margin-right: 3px;
}
.latest-news .latest-news-stories .pf-search .left .btn:hover, .latest-news .latest-news-stories .pf-search .left .gform_wrapper input[type=submit]:hover, .gform_wrapper .latest-news .latest-news-stories .pf-search .left input[type=submit]:hover, .latest-news .latest-news-stories .pf-search .left .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .latest-news .latest-news-stories .pf-search .left a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .latest-news .latest-news-stories .pf-search .right {
    margin-top: 0;
  }
}
.latest-news .latest-news-stories .pf-search .right .pf-search-field::before {
  top: calc(50% - 10.5px);
  border-color: #000;
}
.latest-news .latest-news-stories .pf-search .right .pf-search-field::after {
  top: 50%;
  background: #000;
}
.latest-news .stories-data {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .latest-news .stories-data {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  .latest-news .stories-data {
    margin-top: 60px;
  }
}
.latest-news .stories-data .load-more-wrapper {
  text-align: center;
}
.latest-news .stories-data .story.hidden, .latest-news .stories-data .story.hidden-toggle {
  display: none;
}
@media (min-width: 768px) {
  .latest-news .stories-data .story {
    padding: 0;
  }
}
.latest-news .stories-data .story h3 {
  margin: 0;
}
.latest-news .stories-data .story .date {
  color: #464646;
}
.latest-news .stories-data .story .in {
  display: block;
  text-decoration: none;
  color: #000;
}
.latest-news .stories-data .story .in:hover h3 {
  color: #005941;
  border-bottom: #005941 solid 1px;
}
.latest-news .stories-data .story .story-title h3 {
  position: relative;
  display: inline;
  border-bottom: #000 dotted 1px;
}
.latest-news .stories-data .story .subhead {
  margin: 2px 0 0;
}
@media (min-width: 768px) {
  .latest-news .stories-data .story .subhead {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 44.8px;
  }
}
@media (min-width: 1024px) {
  .latest-news .stories-data .story .subhead {
    max-height: 58.8px;
  }
}
.latest-news .stories-data .story .img {
  background: 50%/cover no-repeat;
  height: 0;
  padding: 0 0 66.42%;
}
.latest-news .stories-data .story .img.no-img {
  border: 1px solid #f0f0f0;
}
@media (max-width: 767.98px) {
  .latest-news .stories-data .story .right {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .latest-news .stories-data .story .right {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1024px) {
  .latest-news .stories-data .story .in {
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
}
.latest-news .stories-data .story:first-child {
  padding: 0 0 25px;
}
@media (min-width: 1024px) {
  .latest-news .stories-data .story:first-child {
    padding: 0 0 50px;
  }
}
.latest-news .stories-data .story:not(:first-child) .in {
  border-top: 1px solid #eee;
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .latest-news .stories-data .story:not(:first-child) .in {
    padding: 50px 0;
  }
}
.latest-news .stories-data .story .date {
  display: block;
  font-size: 16px;
  line-height: 22.4px;
  margin: 0 0 5px;
}

.i-want-to.modal .custom-close-btn, .pf-cards .card-result .close-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  color: #fff;
  transition: 0.2s;
  z-index: 5;
}
@media (min-width: 768px) {
  .i-want-to.modal .custom-close-btn, .pf-cards .card-result .close-btn {
    right: 0;
    top: 0;
  }
}
.i-want-to.modal .custom-close-btn:hover, .pf-cards .card-result .close-btn:hover {
  color: #aed459;
}
.i-want-to.modal .custom-close-btn::before, .pf-cards .card-result .close-btn::before, .i-want-to.modal .custom-close-btn::after, .pf-cards .card-result .close-btn::after {
  position: relative;
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background: currentColor;
}
.i-want-to.modal .custom-close-btn::before, .pf-cards .card-result .close-btn::before {
  top: 16px;
  left: 7px;
  border-radius: 5px;
  transform: rotate(-45deg);
}
.i-want-to.modal .custom-close-btn::after, .pf-cards .card-result .close-btn::after {
  bottom: -13px;
  left: 7px;
  border-radius: 5px;
  transform: rotate(45deg);
}

.pf-results {
  padding-top: 50px;
  padding-bottom: 120px;
}
.pf-cards .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .pf-cards .card {
    min-height: 286px;
  }
}
@media (min-width: 1024px) {
  .pf-cards .card {
    min-height: 300px;
  }
}
.pf-cards .card.hidden {
  display: none !important;
}
.pf-cards .card.hidden-search {
  display: none;
}
.pf-cards .card.choice-active {
  display: none;
}
.pf-cards .card.choice-active:not(.hidden-search).show-choice {
  display: flex;
}
@media (min-width: 768px) {
  .pf-cards .card {
    min-height: 230px;
  }
}
@media (min-width: 1024px) {
  .pf-cards .card {
    min-height: 280px;
  }
}
@media (max-width: 1023.98px) {
  .pf-cards .card:focus .in, .pf-cards .card:hover .in {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-color: transparent;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .pf-cards .card {
    position: relative;
  }
  .pf-cards .card:hover .in {
    color: #fff;
  }
  .pf-cards .card:hover .in .pf-title {
    color: #fff;
  }
  .pf-cards .card:hover .in .pf-title .img {
    opacity: 0.6;
    filter: grayscale(0%);
  }
  .pf-cards .card:hover .in .pf-title .overlay {
    display: none;
  }
  .pf-cards .card:hover .in .info {
    color: #fff;
  }
}
.pf-cards .card .in {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #efeaea;
  padding: 35px 20px 31px;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .pf-cards .card .in {
    padding: 35px 25px;
  }
}
@media (min-width: 1024px) {
  .pf-cards .card .in {
    padding: 35px 25px 30px;
  }
}
@media (min-width: 1200px) {
  .pf-cards .card .in {
    padding: 50px 30px 30px;
  }
}
.pf-cards .card .in-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  z-index: 2;
}
.pf-cards .card .in-content .degrees {
  position: relative;
  flex: 1;
}
.pf-cards .card .in-content .degrees p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .pf-cards .card .in-content .degrees p {
    min-height: 46px;
  }
}
@media (min-width: 1024px) {
  .pf-cards .card .in-content .degrees p {
    min-height: 54px;
  }
}
.pf-cards .card .in-content .available {
  margin-top: 60px;
}
.pf-cards .card .in:hover {
  background: #005941;
  color: #fff;
}
.pf-cards .card .in:hover::after {
  opacity: 1;
}
.pf-cards .pf-title {
  position: relative;
  background-color: #000;
  color: #fff;
  transition: 0.2s;
  text-align: center;
  margin: -35px -20px 1rem;
  min-height: 80px;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 1% 100%, 2% 99.95%, 3% 99.9%, 4% 99.8%, 5% 99.7%, 6% 99.55%, 7% 99.35%, 8% 99.2%, 9% 99%, 10% 98.75%, 11% 98.5%, 12% 98.25%, 13% 98%, 14% 97.7%, 15% 97.45%, 16% 97.15%, 17% 96.85%, 18% 96.55%, 19% 96.25%, 20% 95.9%, 21% 95.65%, 22% 95.35%, 23% 95.05%, 24% 94.8%, 25% 94.55%, 26% 94.3%, 27% 94.05%, 28% 93.85%, 29% 93.65%, 30% 93.5%, 31% 93.35%, 32% 93.25%, 33% 93.15%, 34% 93.05%, 35% 93%, 36% 93%, 37% 93%, 38% 93.05%, 39% 93.1%, 40% 93.2%, 41% 93.3%, 42% 93.45%, 43% 93.6%, 44% 93.75%, 45% 93.95%, 46% 94.2%, 47% 94.45%, 48% 94.7%, 49% 94.95%, 50% 95.25%, 51% 95.5%, 52% 95.8%, 53% 96.1%, 54% 96.4%, 55% 96.7%, 56% 97%, 57% 97.3%, 58% 97.6%, 59% 97.9%, 60% 98.15%, 61% 98.45%, 62% 98.65%, 63% 98.9%, 64% 99.1%, 65% 99.3%, 66% 99.5%, 67% 99.6%, 68% 99.75%, 69% 99.85%, 70% 99.95%, 71% 99.95%, 72% 100%, 73% 100%, 74% 99.95%, 75% 99.9%, 76% 99.85%, 77% 99.7%, 78% 99.6%, 79% 99.45%, 80% 99.25%, 81% 99.05%, 82% 98.85%, 83% 98.6%, 84% 98.35%, 85% 98.1%, 86% 97.85%, 87% 97.55%, 88% 97.25%, 89% 96.95%, 90% 96.65%, 91% 96.35%, 92% 96.05%, 93% 95.75%, 94% 95.45%, 95% 95.15%, 96% 94.9%, 97% 94.6%, 98% 94.35%, 99% 94.15%, 100% 93.95%);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .pf-cards .pf-title {
    margin: -35px -25px 1rem;
  }
}
@media (min-width: 1024px) {
  .pf-cards .pf-title {
    margin: -35px -25px 1rem;
  }
}
@media (min-width: 1200px) {
  .pf-cards .pf-title {
    margin: -50px -30px 1rem;
  }
}
.pf-cards .pf-title .img {
  position: absolute;
  top: -35px;
  left: -20px;
  bottom: -35px;
  right: -20px;
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
@media (min-width: 1200px) {
  .pf-cards .pf-title .img {
    top: -50px;
    left: -30px;
    bottom: -50px;
    right: -30px;
  }
}
.pf-cards .pf-title .overlay {
  position: absolute;
  top: -35px;
  left: -20px;
  bottom: -35px;
  right: -20px;
  background: rgba(0, 89, 65, 0.8);
  mix-blend-mode: multiply;
}
@media (min-width: 1200px) {
  .pf-cards .pf-title .overlay {
    top: -50px;
    left: -30px;
    bottom: -50px;
    right: -30px;
  }
}
.pf-cards .pf-title h2 {
  font-size: 21px;
  line-height: 1.286;
  font-weight: 700;
  position: relative;
  padding: 35px 20px;
}
@media (min-width: 1024px) {
  .pf-cards .pf-title h2 {
    font-size: 24px;
    line-height: 1.292;
  }
}
@media (min-width: 1200px) {
  .pf-cards .pf-title h2 {
    padding: 50px 30px;
  }
}
.pf-cards .info {
  margin-top: 6px;
  transition: 0.2s;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pf-cards .info p {
  margin: 0;
}
.pf-cards .card-result {
  position: relative;
  width: 100%;
  display: none;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .pf-cards .card-result {
    padding: 0;
    margin-top: 30px;
  }
}
.pf-cards .card-result.active {
  display: block;
}
.pf-cards .card-result .info-box {
  font-family: "museo-sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  color: #f3cf1e;
  font-size: 16px;
  line-height: 20px;
}
.pf-cards .card-result .info-box span {
  display: inline-block;
}
.pf-cards .card-result .info-box .sep {
  margin: 0 10px;
}
.pf-cards .card-result .rt-title {
  position: relative;
}
.pf-cards .card-result .rt-title h2 {
  margin: 0;
  color: #005941;
}
.pf-cards .card-result .rt-title h2 strong {
  font-weight: 700;
}
.pf-cards .card-result .rt-intro {
  margin-top: 20px;
}
.pf-cards .card-result .rt-intro p:last-child {
  margin: 0;
}
.pf-cards .card-result .rt-cta {
  padding-top: 25px;
}
.pf-cards .card-result .res-in {
  position: relative;
}
.pf-cards .card-result .res-in .res-in-wrapper {
  position: relative;
}
@media (max-width: 767.98px) {
  .pf-cards .card-result .res-in .res-in-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .pf-cards .card-result .res-in .res-in-wrapper {
    padding-left: 50px;
  }
}
.pf-cards .card-result .res-in .res-in-border {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .pf-cards .card-result .res-in .res-in-border {
    padding: 0;
  }
}
.pf-cards .card-result .res-in .res-in-border .border {
  height: 5px;
  background: #005941;
}
@media (min-width: 1200px) {
  .pf-cards .card-result .res-in {
    min-width: calc(100vw - 16px);
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pf-cards .card-result .res-left {
  position: relative;
}
@media (max-width: 767.98px) {
  .pf-cards .card-result .res-left {
    padding: 40px 0 0;
  }
}
.pf-cards .card-result .res-left .img {
  position: relative;
  background: 50%/cover no-repeat;
}
@media (max-width: 1023.98px) {
  .pf-cards .card-result .res-left .img {
    height: 0;
    padding: 0 0 80.3%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .pf-cards .card-result .res-left {
    display: none;
  }
}
@media (min-width: 1024px) {
  .pf-cards .card-result .res-left {
    flex-shrink: 0;
    padding: 0 15px 0 0;
  }
  .pf-cards .card-result .res-left .imgWrapper {
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 25px;
    right: 15px;
  }
  .pf-cards .card-result .res-left .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .pf-cards .card-result .res-right {
    padding: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .pf-cards .card-result .res-right {
    padding-right: 60px;
  }
  .pf-cards .card-result .res-right.no-img .rt-right {
    min-height: 0;
  }
}
.pf-cards .card-result .res-right .rt-left {
  position: relative;
  display: none;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .pf-cards .card-result .res-right .rt-left {
    display: block;
    width: 32.8%;
    flex-shrink: 0;
  }
  .pf-cards .card-result .res-right .rt-left::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 30px;
    bottom: 0;
    background: #f3cf1e;
  }
  .pf-cards .card-result .res-right .rt-left .img {
    position: absolute;
    left: 15px;
    top: 25px;
    bottom: 25px;
    right: 0;
    background: 50%/cover no-repeat;
  }
}
@media (min-width: 768px) {
  .pf-cards .card-result .res-right .rt-left {
    min-height: 220px;
  }
}
@media (min-width: 768px) {
  .pf-cards .card-result .res-right .rt-right {
    min-height: 381px;
  }
  .pf-cards .card-result .res-right .rt-right .meta {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
.pf-cards .card-result .res-right .rt-right .rt-right-img {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .pf-cards .card-result .res-right .rt-right .rt-right-img {
    display: block;
    margin: 0 0 36px;
  }
  .pf-cards .card-result .res-right .rt-right .rt-right-img .right-img {
    height: 250px;
    background: 50%/cover no-repeat;
  }
}
@media (min-width: 768px) {
  .pf-cards .card-result .res-top {
    display: flex;
  }
}
.pf-cards .card-result .res-top .rt-deg {
  position: relative;
  margin-top: 5px;
}
.pf-cards .card-result .res-top .rt-deg p {
  margin: 0;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 5px solid #f3cf1e;
}
.pf-cards .card-result .btn, .pf-cards .card-result .gform_wrapper input[type=submit], .gform_wrapper .pf-cards .card-result input[type=submit], .pf-cards .card-result .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .pf-cards .card-result a {
  font-size: 16px;
  line-height: 18px;
  padding: 13px 37px;
}
.pf-cards .card-result .res-bot {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .pf-cards .card-result .res-bot {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .pf-cards .card-result .res-bot {
    margin-top: 38px;
  }
}
.pf-cards .card-result .res-bot .desc-title h3 {
  margin: 0;
  color: #005941;
}
.pf-cards .card-result .res-bot .desc {
  margin-top: 10px;
}
.pf-cards .card-result .res-bot .desc p {
  margin: 0;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .pf-cards .card-result .close-btn {
    color: #005941;
  }
}
@media (min-width: 768px) {
  .pf-cards .card-result .close-btn {
    right: 20px;
    background: #005941;
  }
}

.i-want-to.modal {
  display: none;
}
@media (min-width: 768px) {
  .i-want-to.modal {
    min-width: 600px;
  }
}
@media (min-width: 1024px) {
  .i-want-to.modal {
    width: 100%;
    min-width: 730px;
    max-width: 730px;
  }
}
.i-want-to.modal .fancybox-close-small {
  display: none;
}
.i-want-to.modal .inner a {
  text-decoration: none;
}
.i-want-to.modal .inner-title {
  margin: 0 0 20px;
  text-align: center;
}
.i-want-to.modal .inner-title h3 {
  margin: 0 0 30px;
  color: #005941;
}
.i-want-to.modal .custom-close-btn {
  color: #000;
  top: 40px;
  right: 20px;
}
.i-want-to.modal .content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.i-want-to.modal .content .field {
  width: 100%;
  margin: 8px 0 0;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .i-want-to.modal .content .field {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.i-want-to.modal .apply {
  margin-top: 40px;
}
.i-want-to.modal .apply a {
  width: 100%;
}
.i-want-to.modal .label {
  position: relative;
  cursor: pointer;
  padding: 0;
  line-height: 24px;
}
.i-want-to.modal .label::after, .i-want-to.modal .label::before {
  display: none;
}

.program-finder-page-finder .pf-search {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .program-finder-page-finder .pf-search {
    margin-top: 40px;
  }
}
.program-finder-page-finder .pf-search .pf-search-field::before {
  width: 10px;
  height: 10px;
  right: 15px;
  top: 17px;
  border-width: 2px;
  border-color: #072a1b;
}
.program-finder-page-finder .pf-search .pf-search-field::after {
  right: 14px;
  top: 23px;
  width: 2px;
  height: 9px;
  background: #072a1b;
}
.program-finder-page-finder .pf-search .pf-search-field .loop {
  position: absolute;
  right: 3px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #6ba38c;
}
.program-finder-page-finder .pf-search .pf-search-field input[type=text] {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #1c3a2e;
  line-height: 24px;
  padding: 11px 50px 9px 3px;
}
.pf-search form {
  position: relative;
}
.pf-search form .submit-button {
  opacity: 0;
  position: absolute;
  width: 50px;
  height: 44px;
  cursor: pointer;
  right: 0;
  top: 0;
  padding: 0;
  border: 0;
  z-index: 5;
}
.pf-search .pf-search-field {
  position: relative;
  transition: 0.2s;
}
.pf-search .pf-search-field::before {
  position: absolute;
  content: "";
  right: 22px;
  top: 9px;
  width: 15px;
  height: 15px;
  border: 3px solid #86a879;
  border-radius: 50%;
  z-index: 5;
}
.pf-search .pf-search-field::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 19px;
  width: 3px;
  height: 12px;
  background: #86a879;
  transform: rotate(-45deg);
  z-index: 5;
}
.pf-search .pf-search-field input[type=text] {
  background: #f1f1f1;
  color: #000;
  line-height: 24px;
  padding: 11px 50px 9px 14px;
}
.pf-search .pf-search-field .ajax-loader {
  position: absolute;
  left: calc(100% + 10px);
  top: 3px;
  width: 32px;
  height: 32px;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.pf-search .pf-search-field.disabled {
  pointer-events: none;
}
.pf-search .pf-search-field.disabled input {
  opacity: 0.5;
  pointer-events: none;
}
.pf-search .pf-search-field.disabled .ajax-loader {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.pf-search .pf-field-group {
  flex: 0 0 100%;
  max-width: 100%;
}
.pf-search .pf-field-group .field {
  margin-top: 15px;
  margin-right: 20px;
}
.pf-search .total {
  display: none;
  font-size: 26px;
  font-weight: 600;
  margin-top: 30px;
  letter-spacing: 0.02em;
}
.pf-search .total.-search {
  font-size: 20px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .pf-search .total {
    margin-top: 50px;
  }
  .pf-search .total.-search {
    margin: 0;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .pf-search .total {
    font-size: 38px;
  }
}
.pf-search .total.active {
  display: block;
}
@media (min-width: 576px) {
  .pf-search .left {
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  .pf-search .left {
    max-width: 60%;
  }
}
@media (min-width: 1024px) {
  .pf-search .left {
    max-width: 100%;
  }
}
.pf-search .right .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .pf-search .right .inner {
    justify-content: flex-end;
  }
}
.pf-search .info {
  display: inline-block;
  margin: 10px 20px 0 0;
}
@media (min-width: 1024px) {
  .pf-search .info {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .pf-search .info {
    margin-right: 25px;
  }
}
.pf-search .btn, .pf-search .gform_wrapper input[type=submit], .gform_wrapper .pf-search input[type=submit], .pf-search .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .pf-search a {
  position: relative;
  background: #f3cf1e;
  border: 2px solid #f3cf1e;
  padding: 12px 20px;
  margin: 10px 0 0;
}
.pf-search .btn.disabled, .pf-search .gform_wrapper input.disabled[type=submit], .gform_wrapper .pf-search input.disabled[type=submit], .pf-search .header-landing.header-event .event-cta a.disabled, .header-landing.header-event .event-cta .pf-search a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pf-search .btn.outline, .pf-search .gform_wrapper input.outline[type=submit], .gform_wrapper .pf-search input.outline[type=submit], .pf-search .header-landing.header-event .event-cta a.outline, .header-landing.header-event .event-cta .pf-search a.outline {
  background: #fff;
  color: #005941;
  padding-top: 17px;
  padding-bottom: 16px;
  font-size: 13px;
}
.pf-search .btn.outline:hover, .pf-search .gform_wrapper input.outline[type=submit]:hover, .gform_wrapper .pf-search input.outline[type=submit]:hover, .pf-search .header-landing.header-event .event-cta a.outline:hover, .header-landing.header-event .event-cta .pf-search a.outline:hover {
  background: #005941;
  color: #fff;
}
@media (min-width: 1024px) {
  .pf-search .btn, .pf-search .gform_wrapper input[type=submit], .gform_wrapper .pf-search input[type=submit], .pf-search .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .pf-search a {
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .pf-search .btn, .pf-search .gform_wrapper input[type=submit], .gform_wrapper .pf-search input[type=submit], .pf-search .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .pf-search a {
    padding: 12px 15px;
    font-size: 12px;
  }
}
.pf-search .btn:not(:last-child), .pf-search .gform_wrapper input[type=submit]:not(:last-child), .gform_wrapper .pf-search input[type=submit]:not(:last-child), .pf-search .header-landing.header-event .event-cta a:not(:last-child), .header-landing.header-event .event-cta .pf-search a:not(:last-child) {
  margin-right: 12px;
}
.pf-search .select {
  display: inline-block;
  line-height: 1;
  margin: 10px 0 0;
}
@media (max-width: 575.98px) {
  .pf-search .select {
    width: 100%;
    margin-right: 0 !important;
  }
}
.pf-search .select:not(:last-child) {
  margin-right: 12px;
  z-index: 5;
}
.pf-search .select:last-child {
  z-index: 3;
}
@media (min-width: 1024px) {
  .pf-search .select {
    margin-top: 0;
  }
}
.pf-search .select .select-styled {
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 50px 12px 20px;
}
@media (min-width: 768px) {
  .pf-search .select .select-styled {
    min-width: 180px;
  }
}
.pf-search .select .select-styled::before {
  width: 9px;
  height: 9px;
  top: 16px;
}
.pf-search .select .select-styled:hover {
  background: #005941;
  color: #fff;
}
.pf-search .select .select-styled:hover::before {
  border-color: #fff;
}
.pf-search .select .select-styled.active::before {
  top: 21px;
  transform: rotate(-45deg);
}
.pf-search .select .select-styled + .select-options {
  position: absolute;
  left: 0;
  top: 100%;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 576px) {
  .pf-search .select .select-styled + .select-options {
    min-width: 220px;
    width: auto;
  }
}
.pf-search .select .select-styled + .select-options li {
  font-size: 14px;
  line-height: 24px;
}

.db-search .db-search-bar .db-search-field {
  margin: 8px 0;
}
.db-search .db-search-bar .db-search-field::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 17px;
  border: 2px solid #072a1b;
  border-radius: 50%;
  z-index: 5;
}
.db-search .db-search-bar .db-search-field::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 23px;
  width: 2px;
  height: 9px;
  background: #072a1b;
  transform: rotate(-45deg);
  z-index: 5;
}
.db-search .db-search-bar .db-search-field .loop {
  position: absolute;
  right: 3px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #86a879;
}
.db-search .db-search-bar .db-search-field input[type=text] {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #072a1b;
  line-height: 24px;
  padding: 11px 50px 9px 3px;
}
.db-search .db-search-bar .search-or {
  display: flex;
  align-items: center;
}
.db-search .db-search-bar .search-or > span {
  flex: 1;
  text-align: center;
}
.db-search .db-search-bar .select.custom {
  margin: 8px 0;
}

.db-list-inner h2 {
  position: relative;
  margin: 3rem 0 10px !important;
  padding: 0 1.2rem 0 0.8rem;
  border-left: #f3cf1e solid 5px;
  color: #072a1b;
}
.db-list-inner h2.hidden {
  display: none;
}
.db-list-inner .js-db-listing.hidden {
  display: none;
}

.media-search .media-search-bar .media-search-field {
  margin: 8px 0;
  flex: 1;
}
.media-search .media-search-bar .media-search-field input[type=text] {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #072a1b;
  line-height: 24px;
  padding: 11px 50px 9px 3px;
}
.media-search .media-search-bar .media-search-btn {
  position: relative;
  margin: 1.3rem 0 0;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #86a879;
}
.media-search .media-search-bar .media-search-btn::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 13px;
  top: 8px;
  border: 2px solid #072a1b;
  border-radius: 50%;
  z-index: 5;
}
.media-search .media-search-bar .media-search-btn::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 14px;
  width: 2px;
  height: 9px;
  background: #072a1b;
  transform: rotate(-45deg);
  z-index: 5;
}
.media-search .media-search-bar .media-search-btn > span {
  margin-left: 30px;
}
.media-search .media-search-bar .select.custom {
  margin: 8px 0;
  flex: 1;
}

.media-list-inner h2 {
  position: relative;
  margin: 3rem 0 10px !important;
  padding: 0 1.2rem 0 0.8rem;
  border-left: #f3cf1e solid 5px;
  color: #072a1b;
}
.media-list-inner h2.hidden {
  display: none;
}
.media-list-inner .js-media-listing.hidden {
  display: none;
}

.media-results {
  padding-top: 50px;
  padding-bottom: 120px;
}
.media-cards .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}
.media-cards .card.hidden {
  display: none !important;
}
.media-cards .card.hidden-search {
  display: none;
}
.media-cards .card.choice-active {
  display: none;
}
.media-cards .card.choice-active:not(.hidden-search).show-choice {
  display: flex;
}
@media (max-width: 1023.98px) {
  .media-cards .card:focus .in, .media-cards .card:hover .in {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-color: transparent;
  }
}
@media (min-width: 1024px) {
  .media-cards .card {
    position: relative;
  }
  .media-cards .card:hover .in {
    background: #005941;
    color: #fff;
  }
  .media-cards .card:hover .in .media-title {
    color: #fff;
  }
  .media-cards .card:hover .in .info {
    color: #fff;
  }
}
.media-cards .card .in {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #efeaea;
  padding: 25px;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
.media-cards .card .in-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  z-index: 2;
  overflow: hidden;
}
.media-cards .card .in-content .available {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.media-cards .card .in:hover::after {
  opacity: 1;
}
.media-cards .media-title {
  color: #005941;
  transition: 0.2s;
}
.media-cards .media-title h3 {
  font-size: 1.25rem;
}
.media-cards .info {
  margin-top: 6px;
  color: #000;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.media-cards .info p {
  margin: 0;
}
.media-cards .info .type {
  flex: 1;
}

.media-cards .results-container {
  flex: 1;
}

.journals-search .journals-search-bar .journals-search-field {
  margin: 8px 0;
  flex: 1;
}
.journals-search .journals-search-bar .journals-search-field input[type=text] {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #072a1b;
  line-height: 24px;
  padding: 11px 50px 9px 3px;
}
.journals-search .journals-search-bar .journals-search-btn {
  position: relative;
  margin: 1.3rem 0 0;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #86a879;
}
.journals-search .journals-search-bar .journals-search-btn::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 13px;
  top: 8px;
  border: 2px solid #072a1b;
  border-radius: 50%;
  z-index: 5;
}
.journals-search .journals-search-bar .journals-search-btn::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 14px;
  width: 2px;
  height: 9px;
  background: #072a1b;
  transform: rotate(-45deg);
  z-index: 5;
}
.journals-search .journals-search-bar .journals-search-btn > span {
  margin-left: 30px;
}
.journals-search .journals-search-bar .select.custom {
  margin: 8px 0;
}
.journals-search .journals-search-bar .journals-search-subject.hidden,
.journals-search .journals-search-bar .journals-search-title.hidden {
  display: none;
}
.journals-search .letter-bar-heading {
  padding: 4rem 0 1rem 0;
}
.journals-search .letter-bar {
  display: flex;
  flex-wrap: wrap;
}
.journals-search .letter-bar .letter-btn {
  display: inline-block;
  border: #072a1b solid 2px;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  padding: 8px 4px;
  margin: -1px;
  font-weight: 700;
  color: #072a1b;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none !important;
  flex: 1;
}
.journals-search .letter-bar .letter-btn:hover {
  color: #fff;
  background: #072a1b;
}

.ff-search .ff-search-bar .hidden {
  display: none;
}
.ff-search .ff-search-bar .ff-search-field {
  margin: 8px 0;
  flex: 1;
}
.ff-search .ff-search-bar .ff-search-field input[type=text] {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #072a1b;
  line-height: 24px;
  padding: 11px 50px 9px 3px;
}
.ff-search .ff-search-bar .ff-search-btn {
  position: relative;
  margin: 1.3rem 0 0;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #86a879;
}
.ff-search .ff-search-bar .ff-search-btn::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 13px;
  top: 8px;
  border: 2px solid #072a1b;
  border-radius: 50%;
  z-index: 5;
}
.ff-search .ff-search-bar .ff-search-btn::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 14px;
  width: 2px;
  height: 9px;
  background: #072a1b;
  transform: rotate(-45deg);
  z-index: 5;
}
.ff-search .ff-search-bar .ff-search-btn > span {
  margin-left: 30px;
}
.ff-search .ff-search-bar .select.custom {
  margin: 8px 0;
  flex: 1;
}

.ff-index-inner {
  position: relative;
  min-height: 200px;
}
.ff-index-inner .spinner-container {
  display: none;
}
.ff-index-inner.loading::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.ff-index-inner.loading .spinner-container {
  display: block;
  z-index: 11;
}
.ff-index-inner h2 {
  position: relative;
  margin: 3rem 0 10px !important;
  color: #072a1b;
}
.ff-index-inner h2.hidden {
  display: none;
}
.ff-index-inner .js-ff-listing.hidden {
  display: none;
}

.ff-results {
  padding-top: 50px;
  padding-bottom: 120px;
}
.ff-listings .listing {
  width: 100%;
  margin-top: 2rem;
  padding-left: 8px;
  padding-right: 8px;
}
.ff-listings .listing.hidden {
  display: none !important;
}
.ff-listings .listing.hidden-search {
  display: none;
}
.ff-listings .ff-title {
  color: #005941;
  transition: 0.2s;
}
.ff-listings .ff-title h3 {
  font-size: 1.25rem;
}
.ff-listings .ff-title h3 a {
  text-decoration: underline;
}
.ff-listings .info {
  margin-top: 6px;
  color: #000;
  transition: 0.2s;
}
.ff-listings .info .teaser {
  margin-top: 1.2rem;
}

.ff-listings .results-container {
  flex: 1;
}

.violette-search .violette-search-form .inner.wrap {
  flex: 1;
}
.violette-search .violette-search-form .violette-search-field {
  margin: 8px 0;
  flex: 1;
}
.violette-search .violette-search-form .violette-search-field input[type=text] {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #072a1b;
  line-height: 24px;
  padding: 11px 50px 9px 3px;
}
.violette-search .violette-search-form .violette-search-btn {
  position: relative;
  margin: 1.3rem 0 0;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #86a879;
}
.violette-search .violette-search-form .violette-search-btn::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 13px;
  top: 8px;
  border: 2px solid #072a1b;
  border-radius: 50%;
  z-index: 5;
}
.violette-search .violette-search-form .violette-search-btn::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 14px;
  width: 2px;
  height: 9px;
  background: #072a1b;
  transform: rotate(-45deg);
  z-index: 5;
}
.violette-search .violette-search-form .violette-search-btn > span {
  margin-left: 30px;
}
.violette-search .violette-search-form .select.custom {
  margin: 8px 0;
  flex: 1;
}

.violette-list-inner h2 {
  position: relative;
  margin: 3rem 0 10px !important;
  padding: 0 1.2rem 0 0.8rem;
  border-left: #f3cf1e solid 5px;
  color: #072a1b;
}
.violette-list-inner h2.hidden {
  display: none;
}
.violette-list-inner .js-violette-listing.hidden {
  display: none;
}

.violette-results {
  padding-bottom: 120px;
}
.violette-cards {
  padding-top: 2rem;
}
.violette-cards .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}
.violette-cards .card.hidden {
  display: none !important;
}
.violette-cards .card.hidden-search {
  display: none;
}
.violette-cards .card.choice-active {
  display: none;
}
.violette-cards .card.choice-active:not(.hidden-search).show-choice {
  display: flex;
}
@media (max-width: 1023.98px) {
  .violette-cards .card:focus .in, .violette-cards .card:hover .in {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-color: transparent;
  }
}
@media (min-width: 1024px) {
  .violette-cards .card {
    position: relative;
  }
  .violette-cards .card:hover .in {
    background: #005941;
    color: #fff;
  }
  .violette-cards .card:hover .in .violette-title {
    color: #fff;
  }
  .violette-cards .card:hover .in .info {
    color: #fff;
  }
}
.violette-cards .card .in {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #efeaea;
  padding: 25px;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
.violette-cards .card .in-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  z-index: 2;
  overflow: hidden;
}
.violette-cards .card .in-content .available {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.violette-cards .card .in:hover::after {
  opacity: 1;
}
.violette-cards .violette-title {
  color: #005941;
  transition: 0.2s;
}
.violette-cards .violette-title h3 {
  font-size: 1.25rem;
}
.violette-cards .info {
  margin-top: 6px;
  color: #000;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.violette-cards .info p {
  margin: 0;
}
.violette-cards .info .type {
  flex: 1;
}

.violette-cards .results-container {
  flex: 1;
}

.top-links {
  display: none;
}
@media (min-width: 1024px) {
  .top-links {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    transition: 0.2s;
  }
  .top-links .btn, .top-links .gform_wrapper input[type=submit], .gform_wrapper .top-links input[type=submit], .top-links .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .top-links a {
    min-width: 74px;
  }
  .top-links .btn:not(:last-child), .top-links .gform_wrapper input[type=submit]:not(:last-child), .gform_wrapper .top-links input[type=submit]:not(:last-child), .top-links .header-landing.header-event .event-cta a:not(:last-child), .header-landing.header-event .event-cta .top-links a:not(:last-child) {
    margin-right: 11px;
  }
  .slideUp .top-links {
    transform: translateY(-200%);
  }
}
.top-links .circle-btn {
  position: relative;
  width: 30px;
  height: 30px;
  background: #005941;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
.top-links .circle-btn a {
  text-decoration: none;
}
.top-links .circle-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.top-links .circle-btn:hover {
  background: #000;
}
.top-links .login-button {
  display: flex;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.top-links .login-button svg {
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
}
.top-links .cart-button {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
.top-links .cart-button::before {
  content: "\f174";
  font-family: "dashicons";
  font-size: 16px;
  padding-right: 0.3rem;
  margin-top: -0.1rem;
  font-weight: 500;
}
.top-links .search-icon {
  height: 30px;
}
.top-links .search-icon a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  border: 0;
  z-index: 10;
}
.top-links .search-icon a::before {
  position: absolute;
  content: "";
  right: 10px;
  top: 7px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 5;
}
.top-links .search-icon a::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 15px;
  width: 2px;
  height: 8px;
  background: #fff;
  transform: rotate(-45deg);
  z-index: 5;
}

.social-network {
  margin-top: 33px;
}
@media (min-width: 768px) {
  .social-network {
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  .social-network {
    margin-top: 0;
  }
}
.social-network .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .social-network .social {
    justify-content: flex-start;
    margin-left: -2px;
  }
}
.social-network .social li {
  margin: 0 5px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .social-network .social li {
    margin: 0 2px;
  }
}
.social-network .social a {
  position: relative;
  display: block;
  border-radius: 50%;
  background: #fff;
  color: #072a1b;
  width: 32px;
  height: 32px;
  transition: 0.2s;
}
.social-network .social a:hover {
  background: #f3cf1e;
}
.social-network .social a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
}

.fts-instagram-inline-block-centered {
  color: white;
}
.fts-instagram-inline-block-centered .fts-instagram-wrapper .fts-instagram-img-link {
  color: white !important;
}
.fts-instagram-inline-block-centered .fts-instagram-wrapper .fts-instagram-img-link:hover {
  color: #aed459 !important;
}

.instagram-social-btn-bottom {
  width: 250px !important;
  border-radius: 0 !important;
  font-weight: 500;
  background: #005941 !important;
  color: white;
  text-transform: uppercase;
  transition: 0.2s;
}
.instagram-social-btn-bottom:hover {
  background: #f3cf1e !important;
  color: #072a1b;
}
.instagram-social-btn-bottom:hover > a {
  color: #072a1b !important;
}
.instagram-social-btn-bottom > a {
  color: white;
}

.fts-jal-fb-group-display {
  clear: unset !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fts-jal-fb-group-display .fts-jal-single-fb-post {
  width: 100%;
  padding: 10px !important;
}
@media (min-width: 576px) {
  .fts-jal-fb-group-display .fts-jal-single-fb-post {
    width: 50%;
  }
}
.fts-jal-fb-group-display .fts-jal-single-fb-post .fts-jal-fb-top-wrap .fts-jal-fb-post-time {
  margin: 6px 0;
}
.fts-jal-fb-group-display .fts-jal-single-fb-post .fts-jal-fb-message {
  line-height: unset;
  font-size: 1rem;
}
.fts-jal-fb-group-display .fts-jal-single-fb-post .fts-jal-fb-message a {
  text-decoration: underline !important;
}
.fts-jal-fb-group-display .fts-jal-single-fb-post .fts-jal-fb-description {
  color: #000;
}
.fts-jal-fb-group-display .fts-jal-single-fb-post .fts-jal-fb-description a {
  text-decoration: underline !important;
}
.fts-jal-fb-group-display .fts-jal-single-fb-post .fts-jal-fb-link-wrap > a {
  width: 100%;
}
.fts-jal-fb-group-display .fts-jal-single-fb-post .fts-jal-fb-link-wrap .fts-jal-fb-description-wrap {
  padding: 15px 0 0 !important;
}

@media (min-width: 1024px) {
  .slicker-instagram-placeholder {
    min-height: 33vw;
  }
}
@media (min-width: 1200px) {
  .slicker-instagram-placeholder {
    min-height: 318px;
  }
}

.rich-content figure {
  width: inherit;
}
.rich-content figure.alignright {
  float: right;
  padding-left: 1rem;
}
.rich-content figure.alignleft {
  float: left;
  padding-right: 1rem;
}
.rich-content figure.aligncenter {
  float: none;
  margin: 0 0 2rem;
}
.rich-content figure.alignright, .rich-content figure.alignleft {
  max-width: 400px;
  margin: 0 1rem 1rem;
}
@media (max-width: 767.98px) {
  .rich-content figure.alignright, .rich-content figure.alignleft {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0 0 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.rich-content figcaption {
  font-size: 14px;
  margin: 1rem 0;
  padding: 0 0.8rem;
  border-left: #f3cf1e solid 8px;
}
.rich-content img {
  width: 100%;
}
.rich-content img.alignright {
  float: right;
  padding-left: 1rem;
}
.rich-content img.alignleft {
  float: left;
  padding-right: 1rem;
}
.rich-content img.aligncenter {
  float: none;
  margin: 0 0 2rem;
}
.rich-content img.alignright, .rich-content img.alignleft {
  max-width: 400px;
  margin: 0 1rem 1rem;
}
@media (max-width: 767.98px) {
  .rich-content img.alignright, .rich-content img.alignleft {
    float: none;
    margin: 0 0 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.rich-content .promo-space .promo-desktop {
  display: none;
}
@media (min-width: 768px) {
  .rich-content .promo-space .promo-desktop {
    display: block;
  }
}
.rich-content .promo-space .promo-mobile {
  display: block;
}
@media (min-width: 768px) {
  .rich-content .promo-space .promo-mobile {
    display: none;
  }
}

.lightweight-accordion {
  margin-bottom: 0.4rem;
}
.lightweight-accordion.ash-white > details > summary.lightweight-accordion-title {
  background: #f8f4ef;
  color: #000;
}
.lightweight-accordion.ash-white.bordered > details > .lightweight-accordion-body {
  border-color: #f8f4ef;
}
.lightweight-accordion.forest-green > details > summary.lightweight-accordion-title {
  background: #005941;
  color: #fff;
}
.lightweight-accordion.forest-green > details > summary::before {
  color: #f3cf1e;
}
.lightweight-accordion.forest-green.bordered > details > .lightweight-accordion-body {
  border-color: #005941;
}
.lightweight-accordion.forest-night > details > summary.lightweight-accordion-title {
  background: #072a1b;
  color: #fff;
}
.lightweight-accordion.forest-night > details > summary::before {
  color: #f3cf1e;
}
.lightweight-accordion.forest-night.bordered > details > .lightweight-accordion-body {
  border-color: #072a1b;
}
.lightweight-accordion.sunshine > details > summary.lightweight-accordion-title {
  background: #f3cf1e;
  color: #072a1b;
}
.lightweight-accordion.sunshine.bordered > details > .lightweight-accordion-body {
  border-color: #f3cf1e;
}
.lightweight-accordion.transparent > details > summary.lightweight-accordion-title {
  background-color: transparent;
  padding: 0;
}
.lightweight-accordion.transparent > details > .lightweight-accordion-body {
  padding: 10px 1.2rem;
}
.lightweight-accordion.transparent.bordered > details > .lightweight-accordion-body {
  border-color: transparent;
}
.lightweight-accordion.bordered > details > .lightweight-accordion-body {
  border-width: 2px;
  border-style: solid;
}
.lightweight-accordion details > summary::-webkit-details-marker, .lightweight-accordion details > summary::marker {
  display: none;
  visibility: hidden;
  content: "";
}
.lightweight-accordion details > summary::before {
  display: inline-block;
  width: 1.1rem;
  content: "+";
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 0.2rem;
}
.lightweight-accordion details > summary.lightweight-accordion-title {
  display: block;
  padding: 10px 12px 10px 18px;
}
.lightweight-accordion details > summary.lightweight-accordion-title h1, .lightweight-accordion details > summary.lightweight-accordion-title h2, .lightweight-accordion details > summary.lightweight-accordion-title h3, .lightweight-accordion details > summary.lightweight-accordion-title h4, .lightweight-accordion details > summary.lightweight-accordion-title p, .lightweight-accordion details > summary.lightweight-accordion-title span {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
}
.lightweight-accordion details > .lightweight-accordion-body {
  padding: 10px calc(10px + 1.8rem);
}
.lightweight-accordion details > .lightweight-accordion-body .btn-row {
  text-align: center;
}
@media (min-width: 768px) {
  .lightweight-accordion details > .lightweight-accordion-body .btn-row {
    display: flex;
    flex-wrap: wrap;
  }
}
.lightweight-accordion details > .lightweight-accordion-body .btn-row .btn, .lightweight-accordion details > .lightweight-accordion-body .btn-row .gform_wrapper input[type=submit], .gform_wrapper .lightweight-accordion details > .lightweight-accordion-body .btn-row input[type=submit], .lightweight-accordion details > .lightweight-accordion-body .btn-row .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .lightweight-accordion details > .lightweight-accordion-body .btn-row a {
  margin: 1rem 0;
  display: block;
}
@media (min-width: 768px) {
  .lightweight-accordion details > .lightweight-accordion-body .btn-row .btn, .lightweight-accordion details > .lightweight-accordion-body .btn-row .gform_wrapper input[type=submit], .gform_wrapper .lightweight-accordion details > .lightweight-accordion-body .btn-row input[type=submit], .lightweight-accordion details > .lightweight-accordion-body .btn-row .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .lightweight-accordion details > .lightweight-accordion-body .btn-row a {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .lightweight-accordion details > .lightweight-accordion-body .btn-row .btn::before, .lightweight-accordion details > .lightweight-accordion-body .btn-row .gform_wrapper input[type=submit]::before, .gform_wrapper .lightweight-accordion details > .lightweight-accordion-body .btn-row input[type=submit]::before, .lightweight-accordion details > .lightweight-accordion-body .btn-row .header-landing.header-event .event-cta a::before, .header-landing.header-event .event-cta .lightweight-accordion details > .lightweight-accordion-body .btn-row a::before {
    content: "";
    flex: 1;
  }
  .lightweight-accordion details > .lightweight-accordion-body .btn-row .btn::after, .lightweight-accordion details > .lightweight-accordion-body .btn-row .gform_wrapper input[type=submit]::after, .gform_wrapper .lightweight-accordion details > .lightweight-accordion-body .btn-row input[type=submit]::after, .lightweight-accordion details > .lightweight-accordion-body .btn-row .header-landing.header-event .event-cta a::after, .header-landing.header-event .event-cta .lightweight-accordion details > .lightweight-accordion-body .btn-row a::after {
    content: "";
    flex: 1;
  }
  .lightweight-accordion details > .lightweight-accordion-body .btn-row .btn:not(:first-child), .lightweight-accordion details > .lightweight-accordion-body .btn-row .gform_wrapper input[type=submit]:not(:first-child), .gform_wrapper .lightweight-accordion details > .lightweight-accordion-body .btn-row input[type=submit]:not(:first-child), .lightweight-accordion details > .lightweight-accordion-body .btn-row .header-landing.header-event .event-cta a:not(:first-child), .header-landing.header-event .event-cta .lightweight-accordion details > .lightweight-accordion-body .btn-row a:not(:first-child) {
    margin-left: 0.5rem;
  }
  .lightweight-accordion details > .lightweight-accordion-body .btn-row .btn:not(:last-child), .lightweight-accordion details > .lightweight-accordion-body .btn-row .gform_wrapper input[type=submit]:not(:last-child), .gform_wrapper .lightweight-accordion details > .lightweight-accordion-body .btn-row input[type=submit]:not(:last-child), .lightweight-accordion details > .lightweight-accordion-body .btn-row .header-landing.header-event .event-cta a:not(:last-child), .header-landing.header-event .event-cta .lightweight-accordion details > .lightweight-accordion-body .btn-row a:not(:last-child) {
    margin-right: 0.5rem;
  }
}
.lightweight-accordion details[open] > summary ~ * {
  animation: lwopen 0.5s ease-in-out;
}
.lightweight-accordion details[open] > summary::before {
  content: "-";
}

@keyframes lwopen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rich-content .video-thumbnail {
  display: inline-block;
  margin: auto;
  position: relative;
  cursor: pointer;
  z-index: 3;
}
.rich-content .video-thumbnail.add-margin {
  margin-bottom: 2rem;
}
.rich-content .video-thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  height: 24%;
  background-image: url(../src/img/svg/icon-play.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: hard-light;
  z-index: 2;
}
.rich-content .video-thumbnail.hide-play-btn::before {
  display: none;
}
.rich-content .video-thumbnail img {
  margin-bottom: 0;
  z-index: 1;
  max-width: 600px;
  height: auto;
}

.kaltura-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
}

.ays_image_window, .ays_minimal_window {
  margin: 40px auto !important;
}
@media (max-width: 575.98px) {
  .ays_image_window, .ays_minimal_window {
    margin: 0 auto !important;
  }
}
.ays_image_window.forest-green, .ays_minimal_window.forest-green {
  background: #005941 !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.563;
  color: #fff;
  text-align: left;
}
@media (min-width: 1024px) {
  .ays_image_window.forest-green, .ays_minimal_window.forest-green {
    font-size: 18px;
    line-height: 1.556;
  }
}
.ays_image_window.forest-green .ays_image_main, .ays_image_window.forest-green .ays_minimal_main, .ays_minimal_window.forest-green .ays_image_main, .ays_minimal_window.forest-green .ays_minimal_main {
  font-family: "museo-sans", -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: normal;
}
.ays_image_window.forest-green .ays_image_main h2,
.ays_image_window.forest-green .ays_image_main h3,
.ays_image_window.forest-green .ays_image_main h4,
.ays_image_window.forest-green .ays_image_main h5,
.ays_image_window.forest-green .ays_image_main h6, .ays_image_window.forest-green .ays_minimal_main h2,
.ays_image_window.forest-green .ays_minimal_main h3,
.ays_image_window.forest-green .ays_minimal_main h4,
.ays_image_window.forest-green .ays_minimal_main h5,
.ays_image_window.forest-green .ays_minimal_main h6, .ays_minimal_window.forest-green .ays_image_main h2,
.ays_minimal_window.forest-green .ays_image_main h3,
.ays_minimal_window.forest-green .ays_image_main h4,
.ays_minimal_window.forest-green .ays_image_main h5,
.ays_minimal_window.forest-green .ays_image_main h6, .ays_minimal_window.forest-green .ays_minimal_main h2,
.ays_minimal_window.forest-green .ays_minimal_main h3,
.ays_minimal_window.forest-green .ays_minimal_main h4,
.ays_minimal_window.forest-green .ays_minimal_main h5,
.ays_minimal_window.forest-green .ays_minimal_main h6 {
  color: #f3cf1e !important;
}
.ays_image_window.forest-green .ays_image_main strong, .ays_image_window.forest-green .ays_minimal_main strong, .ays_minimal_window.forest-green .ays_image_main strong, .ays_minimal_window.forest-green .ays_minimal_main strong {
  font-weight: 700;
}
.ays_image_window.forest-green .ays_image_main .gform_wrapper p, .ays_image_window.forest-green .ays_minimal_main .gform_wrapper p, .ays_minimal_window.forest-green .ays_image_main .gform_wrapper p, .ays_minimal_window.forest-green .ays_minimal_main .gform_wrapper p {
  color: #000 !important;
}
.ays_image_window.narrow-form .gform-theme--foundation .gform_fields, .ays_minimal_window.narrow-form .gform-theme--foundation .gform_fields {
  -moz-column-gap: 0;
  column-gap: 0;
}
.ays_image_window.narrow-form .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto, .ays_minimal_window.narrow-form .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
  flex: none;
  inline-size: unset;
  width: 100%;
}
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-full,
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-eleven-twelfths,
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-five-sixths,
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-three-quarter,
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-two-thirds,
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-seven-twelfths,
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-half,
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-five-twelfths,
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-third,
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-quarter,
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-one-sixth,
.ays_image_window.narrow-form .gform-theme--foundation .gfield--width-one-twelfth, .ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-full,
.ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-eleven-twelfths,
.ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-five-sixths,
.ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-three-quarter,
.ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-two-thirds,
.ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-seven-twelfths,
.ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-half,
.ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-five-twelfths,
.ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-third,
.ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-quarter,
.ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-one-sixth,
.ays_minimal_window.narrow-form .gform-theme--foundation .gfield--width-one-twelfth {
  grid-column: span 12;
}
.ays_image_window .close-image-btn, .ays_image_window .close-minimal-btn, .ays_minimal_window .close-image-btn, .ays_minimal_window .close-minimal-btn {
  font-size: 22px !important;
}
@media (min-width: 1200px) {
  .ays_image_window .close-image-btn, .ays_image_window .close-minimal-btn, .ays_minimal_window .close-image-btn, .ays_minimal_window .close-minimal-btn {
    font-size: 30px !important;
  }
}

.mini-factoid-row, .m-mini-fact {
  display: flex;
}
.mini-factoid-row .mini-factoid, .m-mini-fact .mini-factoid {
  display: inline-block;
  font-size: 18px;
  line-height: 1.278;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 1.2rem 0 0.8rem;
  border-left: #f3cf1e solid 5px;
  text-align: left;
}
@media (min-width: 1024px) {
  .mini-factoid-row .mini-factoid, .m-mini-fact .mini-factoid {
    font-size: 21px;
    line-height: 1.286;
  }
}
.mini-factoid-row .mini-factoid .heading, .m-mini-fact .mini-factoid .heading {
  font-weight: 500;
}
.mini-factoid-row .mini-factoid .fact, .m-mini-fact .mini-factoid .fact {
  font-size: 30px;
  font-weight: 700;
}
.mini-factoid-row .mini-factoid .caption, .m-mini-fact .mini-factoid .caption {
  font-size: 14px;
  font-weight: 300;
}
.mini-factoid-row.full, .m-mini-fact.full {
  display: block;
}
.mini-factoid-row.full .mini-factoid, .m-mini-fact.full .mini-factoid {
  width: 100%;
}

.mini-factoid-row .mini-factoid:not(:first-child) {
  margin-left: 0.5rem;
}
.mini-factoid-row .mini-factoid:not(:last-child) {
  margin-right: 0.5rem;
}

.m-mini-fact {
  padding: 50px 0;
}
.m-mini-fact .fact {
  color: #005941;
}

.forest-night .m-mini-fact .mini-factoid, .forest-dusk .m-mini-fact .mini-factoid, .forest-green .m-mini-fact .mini-factoid {
  border-left-color: #aed459;
}
.forest-night .m-mini-fact .mini-factoid .fact, .forest-dusk .m-mini-fact .mini-factoid .fact, .forest-green .m-mini-fact .mini-factoid .fact {
  color: #f3cf1e;
}

.sunshine .m-mini-fact .mini-factoid {
  border-left-color: #005941;
}

.rounded .mini-factoid {
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
}
.rounded .mini-factoid .fact {
  font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: normal;
}
.rounded .m-mini-fact .mini-factoid {
  background-color: #ffe994;
}

.page-sidebar {
  padding: 45px 0 60px;
}
.page-sidebar .wrapper .m-spotlights .wrapper, .page-sidebar .module-common.image .wp-block-image.in-container .m-spotlights .wrapper, .module-common.image .page-sidebar .wp-block-image.in-container .m-spotlights .wrapper, .page-sidebar .wrapper .m-spotlights .module-common.image .wp-block-image.in-container, .module-common.image .page-sidebar .wrapper .m-spotlights .wp-block-image.in-container, .page-sidebar .module-common.image .wp-block-image.in-container .m-spotlights .wp-block-image.in-container, .module-common.image .page-sidebar .wp-block-image.in-container .m-spotlights .wp-block-image.in-container, .page-sidebar .single-post .module-common.image .m-spotlights .wrapper, .page-sidebar .single-post .module-common.image .m-spotlights .wp-block-image.in-container, .single-post .page-sidebar .module-common.image .m-spotlights .wrapper, .single-post .page-sidebar .module-common.image .m-spotlights .wp-block-image.in-container, .page-sidebar .single-news_article .module-common.image .m-spotlights .wrapper, .page-sidebar .single-news_article .module-common.image .m-spotlights .wp-block-image.in-container, .single-news_article .page-sidebar .module-common.image .m-spotlights .wrapper, .single-news_article .page-sidebar .module-common.image .m-spotlights .wp-block-image.in-container, .page-sidebar .wrapper .m-spotlights .single-post .module-common.image, .page-sidebar .module-common.image .wp-block-image.in-container .m-spotlights .single-post .module-common.image, .module-common.image .page-sidebar .wp-block-image.in-container .m-spotlights .single-post .module-common.image, .single-post .page-sidebar .wrapper .m-spotlights .module-common.image, .module-common.image .single-post .page-sidebar .wp-block-image.in-container .m-spotlights .module-common.image, .page-sidebar .single-post .module-common.image .m-spotlights .module-common.image, .single-post .page-sidebar .module-common.image .m-spotlights .module-common.image, .page-sidebar .wrapper .m-spotlights .single-news_article .module-common.image, .page-sidebar .module-common.image .wp-block-image.in-container .m-spotlights .single-news_article .module-common.image, .module-common.image .page-sidebar .wp-block-image.in-container .m-spotlights .single-news_article .module-common.image, .single-news_article .page-sidebar .wrapper .m-spotlights .module-common.image, .module-common.image .single-news_article .page-sidebar .wp-block-image.in-container .m-spotlights .module-common.image, .page-sidebar .single-news_article .module-common.image .m-spotlights .module-common.image, .single-news_article .page-sidebar .module-common.image .m-spotlights .module-common.image, .page-sidebar .module-common.separator .wp-block-separator.contained .m-spotlights .wrapper, .page-sidebar .module-common.separator .wp-block-separator.contained .m-spotlights .module-common.image .wp-block-image.in-container, .module-common.image .page-sidebar .module-common.separator .wp-block-separator.contained .m-spotlights .wp-block-image.in-container, .page-sidebar .module-common.separator .wp-block-separator.contained .m-spotlights .single-post .module-common.image, .single-post .page-sidebar .module-common.separator .wp-block-separator.contained .m-spotlights .module-common.image, .page-sidebar .module-common.separator .wp-block-separator.contained .m-spotlights .single-news_article .module-common.image, .single-news_article .page-sidebar .module-common.separator .wp-block-separator.contained .m-spotlights .module-common.image, .module-common.separator .page-sidebar .wp-block-separator.contained .m-spotlights .wrapper, .module-common.separator .page-sidebar .wp-block-separator.contained .m-spotlights .module-common.image .wp-block-image.in-container, .module-common.image .module-common.separator .page-sidebar .wp-block-separator.contained .m-spotlights .wp-block-image.in-container, .module-common.separator .page-sidebar .wp-block-separator.contained .m-spotlights .single-post .module-common.image, .single-post .module-common.separator .page-sidebar .wp-block-separator.contained .m-spotlights .module-common.image, .module-common.separator .page-sidebar .wp-block-separator.contained .m-spotlights .single-news_article .module-common.image, .single-news_article .module-common.separator .page-sidebar .wp-block-separator.contained .m-spotlights .module-common.image, .page-sidebar .wrapper .m-spotlights .module-common.separator .wp-block-separator.contained, .page-sidebar .module-common.image .wp-block-image.in-container .m-spotlights .module-common.separator .wp-block-separator.contained, .module-common.image .page-sidebar .wp-block-image.in-container .m-spotlights .module-common.separator .wp-block-separator.contained, .page-sidebar .single-post .module-common.image .m-spotlights .module-common.separator .wp-block-separator.contained, .single-post .page-sidebar .module-common.image .m-spotlights .module-common.separator .wp-block-separator.contained, .page-sidebar .single-news_article .module-common.image .m-spotlights .module-common.separator .wp-block-separator.contained, .single-news_article .page-sidebar .module-common.image .m-spotlights .module-common.separator .wp-block-separator.contained, .module-common.separator .page-sidebar .wrapper .m-spotlights .wp-block-separator.contained, .module-common.separator .page-sidebar .module-common.image .wp-block-image.in-container .m-spotlights .wp-block-separator.contained, .module-common.image .module-common.separator .page-sidebar .wp-block-image.in-container .m-spotlights .wp-block-separator.contained, .module-common.separator .page-sidebar .single-post .module-common.image .m-spotlights .wp-block-separator.contained, .single-post .module-common.separator .page-sidebar .module-common.image .m-spotlights .wp-block-separator.contained, .module-common.separator .page-sidebar .single-news_article .module-common.image .m-spotlights .wp-block-separator.contained, .single-news_article .module-common.separator .page-sidebar .module-common.image .m-spotlights .wp-block-separator.contained, .page-sidebar .module-common.separator .wp-block-separator.contained .m-spotlights .wp-block-separator.contained, .module-common.separator .page-sidebar .wp-block-separator.contained .m-spotlights .wp-block-separator.contained {
  padding-left: 20px !important;
}
.page-sidebar .wrapper .wrapper, .page-sidebar .module-common.image .wp-block-image.in-container .wrapper, .module-common.image .page-sidebar .wp-block-image.in-container .wrapper, .page-sidebar .wrapper .module-common.image .wp-block-image.in-container, .module-common.image .page-sidebar .wrapper .wp-block-image.in-container, .page-sidebar .module-common.image .wp-block-image.in-container .wp-block-image.in-container, .module-common.image .page-sidebar .wp-block-image.in-container .wp-block-image.in-container, .page-sidebar .single-post .module-common.image .wrapper, .page-sidebar .single-post .module-common.image .wp-block-image.in-container, .single-post .page-sidebar .module-common.image .wrapper, .single-post .page-sidebar .module-common.image .wp-block-image.in-container, .page-sidebar .single-news_article .module-common.image .wrapper, .page-sidebar .single-news_article .module-common.image .wp-block-image.in-container, .single-news_article .page-sidebar .module-common.image .wrapper, .single-news_article .page-sidebar .module-common.image .wp-block-image.in-container, .page-sidebar .wrapper .single-post .module-common.image, .page-sidebar .module-common.image .wp-block-image.in-container .single-post .module-common.image, .module-common.image .page-sidebar .wp-block-image.in-container .single-post .module-common.image, .single-post .page-sidebar .wrapper .module-common.image, .module-common.image .single-post .page-sidebar .wp-block-image.in-container .module-common.image, .page-sidebar .single-post .module-common.image .module-common.image, .single-post .page-sidebar .module-common.image .module-common.image, .page-sidebar .wrapper .single-news_article .module-common.image, .page-sidebar .module-common.image .wp-block-image.in-container .single-news_article .module-common.image, .module-common.image .page-sidebar .wp-block-image.in-container .single-news_article .module-common.image, .single-news_article .page-sidebar .wrapper .module-common.image, .module-common.image .single-news_article .page-sidebar .wp-block-image.in-container .module-common.image, .page-sidebar .single-news_article .module-common.image .module-common.image, .single-news_article .page-sidebar .module-common.image .module-common.image, .page-sidebar .module-common.separator .wp-block-separator.contained .wrapper, .page-sidebar .module-common.separator .wp-block-separator.contained .module-common.image .wp-block-image.in-container, .module-common.image .page-sidebar .module-common.separator .wp-block-separator.contained .wp-block-image.in-container, .page-sidebar .module-common.separator .wp-block-separator.contained .single-post .module-common.image, .single-post .page-sidebar .module-common.separator .wp-block-separator.contained .module-common.image, .page-sidebar .module-common.separator .wp-block-separator.contained .single-news_article .module-common.image, .single-news_article .page-sidebar .module-common.separator .wp-block-separator.contained .module-common.image, .module-common.separator .page-sidebar .wp-block-separator.contained .wrapper, .module-common.separator .page-sidebar .wp-block-separator.contained .module-common.image .wp-block-image.in-container, .module-common.image .module-common.separator .page-sidebar .wp-block-separator.contained .wp-block-image.in-container, .module-common.separator .page-sidebar .wp-block-separator.contained .single-post .module-common.image, .single-post .module-common.separator .page-sidebar .wp-block-separator.contained .module-common.image, .module-common.separator .page-sidebar .wp-block-separator.contained .single-news_article .module-common.image, .single-news_article .module-common.separator .page-sidebar .wp-block-separator.contained .module-common.image, .page-sidebar .wrapper .module-common.separator .wp-block-separator.contained, .page-sidebar .module-common.image .wp-block-image.in-container .module-common.separator .wp-block-separator.contained, .module-common.image .page-sidebar .wp-block-image.in-container .module-common.separator .wp-block-separator.contained, .page-sidebar .single-post .module-common.image .module-common.separator .wp-block-separator.contained, .single-post .page-sidebar .module-common.image .module-common.separator .wp-block-separator.contained, .page-sidebar .single-news_article .module-common.image .module-common.separator .wp-block-separator.contained, .single-news_article .page-sidebar .module-common.image .module-common.separator .wp-block-separator.contained, .module-common.separator .page-sidebar .wrapper .wp-block-separator.contained, .module-common.separator .page-sidebar .module-common.image .wp-block-image.in-container .wp-block-separator.contained, .module-common.image .module-common.separator .page-sidebar .wp-block-image.in-container .wp-block-separator.contained, .module-common.separator .page-sidebar .single-post .module-common.image .wp-block-separator.contained, .single-post .module-common.separator .page-sidebar .module-common.image .wp-block-separator.contained, .module-common.separator .page-sidebar .single-news_article .module-common.image .wp-block-separator.contained, .single-news_article .module-common.separator .page-sidebar .module-common.image .wp-block-separator.contained, .page-sidebar .module-common.separator .wp-block-separator.contained .wp-block-separator.contained, .module-common.separator .page-sidebar .wp-block-separator.contained .wp-block-separator.contained {
  padding: 0;
}
@media (min-width: 768px) {
  .page-sidebar > .wrapper > .wrap > .left, .module-common.image .page-sidebar > .wp-block-image.in-container > .wrap > .left, .single-post .page-sidebar > .module-common.image > .wrap > .left, .single-news_article .page-sidebar > .module-common.image > .wrap > .left, .module-common.separator .page-sidebar > .wp-block-separator.contained > .wrap > .left {
    padding-right: 36px;
  }
}
@media (min-width: 1024px) {
  .page-sidebar > .wrapper > .wrap > .left, .module-common.image .page-sidebar > .wp-block-image.in-container > .wrap > .left, .single-post .page-sidebar > .module-common.image > .wrap > .left, .single-news_article .page-sidebar > .module-common.image > .wrap > .left, .module-common.separator .page-sidebar > .wp-block-separator.contained > .wrap > .left {
    padding-right: 48px;
  }
}
@media (max-width: 767.98px) {
  .page-sidebar {
    padding: 30px 0 60px;
  }
  .page-sidebar .left {
    order: 1;
  }
  .page-sidebar .right {
    order: 0;
  }
  .page-sidebar .bot {
    order: 2;
  }
}
.page-sidebar .right {
  margin: 0 0 20px;
}
.page-sidebar .bot {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-sidebar .bot {
    display: none;
  }
}
.page-sidebar .add-sidebar-content {
  border-top: 10px solid #86a879;
  padding-top: 30px;
}
.page-sidebar .add-sidebar-content .sidebar-block {
  margin-bottom: 1.2rem;
}
.page-sidebar .add-sidebar-content .sidebar-block .block-title {
  font-weight: 700;
  margin: 0 0 5px;
}
.page-sidebar .add-sidebar-content .sidebar-block .block-content p:last-child {
  margin: 0;
}
.page-sidebar .add-sidebar-content h5 {
  color: #005941;
  margin: 0 0 15px;
}
@media (max-width: 767.98px) {
  .page-sidebar .sidebar .add-sidebar-content {
    display: none;
  }
  .page-sidebar .sidebar .sidebar-content {
    display: none;
    background: #f0f0f0;
    padding: 15px 20px;
  }
  .page-sidebar .sidebar.active .sidebar-content {
    display: block;
  }
  .page-sidebar .sidebar.active .sidebar-title::after {
    transform: rotate(45deg) translate(-1px, -3px) scale(-1);
  }
}
@media (min-width: 768px) {
  .page-sidebar .sidebar .add-sidebar-content {
    margin-top: 24px;
  }
}
.page-sidebar .sidebar .sidebar-title {
  position: relative;
  color: #005941;
}
.page-sidebar .sidebar .sidebar-title h4, .page-sidebar .sidebar .sidebar-title h2 {
  font-weight: 700;
}
.page-sidebar .sidebar .sidebar-title h2 {
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .page-sidebar .sidebar .sidebar-title {
    padding: 15px 50px 15px 16px;
    border: 2px solid #005941;
    width: 100%;
    cursor: pointer;
  }
  .page-sidebar .sidebar .sidebar-title::after {
    right: 20px;
    top: 50%;
    border-color: #005941;
    transform: rotate(45deg) translate(-5px, -7px);
  }
}
@media (min-width: 768px) {
  .page-sidebar .sidebar .sidebar-title {
    margin: 0 0 15px;
  }
  .page-sidebar .sidebar .sidebar-title h2 {
    font-size: 18px;
    line-height: 1.278;
  }
  .page-sidebar .sidebar .sidebar-title::after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-sidebar .sidebar .sidebar-title {
    margin: 0 0 15px;
  }
  .page-sidebar .sidebar .sidebar-title h2 {
    font-size: 21px;
    line-height: 1.286;
  }
  .page-sidebar .sidebar .sidebar-title::after {
    display: none;
  }
}
.page-sidebar .sidebar .sidebar-content .sidebar-links a {
  display: block;
  width: 100%;
  padding: 8px 0 6px;
  line-height: 1.2;
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}
.page-sidebar .sidebar .sidebar-content .sidebar-links a:hover {
  text-decoration: underline;
  color: #005941;
}
.page-sidebar .sidebar .sidebar-content .page_item:not(.current_page_item) ul {
  display: none;
}
.page-sidebar .sidebar .sidebar-content .current_page_item > a,
.page-sidebar .sidebar .sidebar-content .active > a {
  font-weight: 700;
  color: #005941;
  text-decoration: none !important;
}
.page-sidebar .sidebar .sidebar-content .in {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-sidebar .sidebar .sidebar-content .in > div {
  width: 100%;
}
.page-sidebar .sidebar .sidebar-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-sidebar .sidebar .sidebar-content ul.menu > li:not(:last-child) > a {
  border-bottom: 2px solid #86a879;
}
.page-sidebar .sidebar .sidebar-content ul.menu:not(.show-children-only) ul.children {
  padding-left: 28px;
  margin-top: 8px;
  padding-bottom: 6px;
  border-bottom: 2px solid #86a879;
}
@media (min-width: 768px) {
  .page-sidebar .sidebar .sidebar-content ul.menu:not(.show-children-only) ul.children {
    padding-left: 20px;
  }
}
.page-sidebar .sidebar .sidebar-content ul.menu:not(.show-children-only) ul.children li:not(:first-child) {
  margin-top: 6px;
}
.page-sidebar .sidebar .sidebar-content ul.menu:not(.show-children-only) ul.children li a {
  padding: 0;
  line-height: 1.5;
}
.page-sidebar .sidebar .sidebar-content ul.show-children-only > li:not(.current_page_item) {
  display: none;
}
.page-sidebar .sidebar .sidebar-content ul.show-children-only .current_page_item > a {
  display: none;
}
@media (max-width: 767.98px) {
  .page-sidebar .sidebar .sidebar-content ul.show-children-only .current_page_item .children > li:not(:last-child) > a {
    border-bottom: 2px solid #86a879;
  }
}
@media (min-width: 768px) {
  .page-sidebar .sidebar .sidebar-content ul.show-children-only .current_page_item .children > li:not(:first-child:last-child) > a {
    border-bottom: 2px solid #86a879;
  }
}
.page-sidebar .sidebar .add-sidebar-content a:not(.btn) {
  text-decoration: none;
  color: #005941;
  border-bottom-color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  transition: 0.2s;
}
.page-sidebar .sidebar .add-sidebar-content a:not(.btn):hover {
  color: #072a1b;
  border-bottom-style: solid;
  text-decoration: none;
}

.single-tribe_events .tribe-events-pg-template {
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.single-tribe_events .selune-tribe-events .sidebar {
  border-top: 10px solid #005941;
  padding-top: 30px;
}
.single-tribe_events .selune-tribe-events .sidebar .title-3 {
  font-weight: 700;
}
.single-tribe_events .selune-tribe-events .sidebar .map-li {
  margin-top: 10px;
}
.single-tribe_events .selune-tribe-events .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-tribe_events .selune-tribe-events .sidebar ul a {
  border-bottom: 1px solid #979797;
  color: #000;
}
.single-tribe_events .selune-tribe-events .wrapper.to-be-reduced, .single-tribe_events .selune-tribe-events .module-common.image .to-be-reduced.wp-block-image.in-container, .module-common.image .single-tribe_events .selune-tribe-events .to-be-reduced.wp-block-image.in-container, .single-tribe_events .selune-tribe-events .single-post .to-be-reduced.module-common.image, .single-post .single-tribe_events .selune-tribe-events .to-be-reduced.module-common.image, .single-tribe_events .selune-tribe-events .single-news_article .to-be-reduced.module-common.image, .single-news_article .single-tribe_events .selune-tribe-events .to-be-reduced.module-common.image, .single-tribe_events .selune-tribe-events .module-common.separator .to-be-reduced.wp-block-separator.contained, .module-common.separator .single-tribe_events .selune-tribe-events .to-be-reduced.wp-block-separator.contained {
  padding-left: 0;
}
.single-tribe_events .selune-tribe-events .tribe-events-single-event-description .tags a,
.single-tribe_events .selune-tribe-events .tribe-events-single-event-description .tags span {
  margin: 0 4px;
}
.single-tribe_events #tribe-events-footer {
  padding-top: 10px;
  border-top: 0;
}
.single-tribe_events .tribe-events-meta-group {
  position: relative;
}
.single-tribe_events .tribe-events-meta-group:not(:first-child)::before {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 1px solid #e4e4e4;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title,
.single-tribe_events .tribe-events-meta-group dt {
  font-size: 16px;
  font-family: "museo-sans", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 22.4px;
  letter-spacing: initial;
  font-weight: 700;
  text-transform: none;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
  display: none;
}
.single-tribe_events .tribe-events-meta-group dd {
  font-family: "museo-sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 22.4px;
}
.single-tribe_events .tribe-events-meta-group abbr {
  text-decoration: none;
}

.tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .tags {
  margin-bottom: var(--tec-spacer-3);
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .tags a,
.tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .tags span {
  margin: 0 4px;
  padding: 5px 8px;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .tags a:first-child,
.tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .tags span:first-child {
  margin-left: 0;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .tags a:last-child,
.tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .tags span:last-child {
  margin-right: 0;
}

.ics-calendar.layout-list .ics-calendar-list-wrapper .ics-calendar-date-wrapper {
  margin: 1rem 0;
  background: #efeaea;
  border-top: #005941 solid 0.3rem;
  position: relative;
  display: flex;
}
.ics-calendar.layout-list .ics-calendar-list-wrapper .ics-calendar-date-wrapper .ics-calendar-date {
  position: relative;
  width: 4rem;
  max-height: 4rem;
  padding: 0.2rem;
  margin: 0.8rem;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-weight: 900;
}
.ics-calendar.layout-list .ics-calendar-list-wrapper .ics-calendar-date-wrapper .ics-calendar-date > span:first-child:not(.multiday-start), .ics-calendar.layout-list .ics-calendar-list-wrapper .ics-calendar-date-wrapper .ics-calendar-date .ics-day-full, .ics-calendar.layout-list .ics-calendar-list-wrapper .ics-calendar-date-wrapper .ics-calendar-date .multiday-start > span:first-child {
  display: block;
  position: relative;
  background-color: #6c0000;
  padding: 0.2rem;
  margin: -0.2rem -0.2rem 0.2rem;
  color: #fff;
  font-size: 0.9rem;
}
.ics-calendar.layout-list .ics-calendar-list-wrapper .ics-calendar-date-wrapper .ics-calendar-date .multiday-sep, .ics-calendar.layout-list .ics-calendar-list-wrapper .ics-calendar-date-wrapper .ics-calendar-date .multiday-end {
  display: none;
  visibility: hidden;
}
.ics-calendar.layout-list .ics-calendar-list-wrapper .ics-calendar-date-wrapper dl.events {
  position: relative;
  flex: 1;
  vertical-align: top;
  padding: 0.8rem 0.8rem 0.8rem 0;
  margin: 0 !important;
}
.ics-calendar.layout-list .ics-calendar-list-wrapper .ics-calendar-date-wrapper dl.events .title {
  word-break: keep-all;
}
.ics-calendar.layout-month .ics-calendar-month-wrapper .ics-calendar-month-grid th, .ics-calendar.layout-month .ics-calendar-week-wrapper .ics-calendar-month-grid th, .ics-calendar.layout-week .ics-calendar-month-wrapper .ics-calendar-month-grid th, .ics-calendar.layout-week .ics-calendar-week-wrapper .ics-calendar-month-grid th {
  color: unset;
  padding: 8px 11px !important;
  background: unset;
}
.ics-calendar.layout-month .ics-calendar-month-wrapper .ics-calendar-month-grid .off, .ics-calendar.layout-month .ics-calendar-week-wrapper .ics-calendar-month-grid .off, .ics-calendar.layout-week .ics-calendar-month-wrapper .ics-calendar-month-grid .off, .ics-calendar.layout-week .ics-calendar-week-wrapper .ics-calendar-month-grid .off {
  background: #f8f4ef;
  color: #343a40;
}
.ics-calendar.layout-month .ics-calendar-month-wrapper .ics-calendar-month-grid .day, .ics-calendar.layout-month .ics-calendar-week-wrapper .ics-calendar-month-grid .day, .ics-calendar.layout-week .ics-calendar-month-wrapper .ics-calendar-month-grid .day, .ics-calendar.layout-week .ics-calendar-week-wrapper .ics-calendar-month-grid .day {
  background: #f8f4ef;
}
.ics-calendar.layout-month .ics-calendar-month-wrapper .ics-calendar-month-grid .today .day, .ics-calendar.layout-month .ics-calendar-week-wrapper .ics-calendar-month-grid .today .day, .ics-calendar.layout-week .ics-calendar-month-wrapper .ics-calendar-month-grid .today .day, .ics-calendar.layout-week .ics-calendar-week-wrapper .ics-calendar-month-grid .today .day {
  background: #005941;
  border-bottom: #f3cf1e solid 4px;
}
.ics-calendar.layout-month .ics-calendar-past-events-toggle > a, .ics-calendar.layout-week .ics-calendar-past-events-toggle > a {
  padding: 0.7rem;
  border: #072a1b solid 2px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 80%;
  color: #fff !important;
  background: #072a1b;
}
.ics-calendar.layout-month .ics-calendar-past-events-toggle > a:hover, .ics-calendar.layout-week .ics-calendar-past-events-toggle > a:hover {
  color: #072a1b !important;
  background: #f3cf1e;
}
.ics-calendar h3.ics-calendar-label {
  padding-top: 2rem;
}

/* Net Price Calculator Styles */
.npc-app .npc-page-wrapper {
  overflow-x: hidden;
}
.npc-app .npc-page-wrapper .header-wrapper {
  text-align: center;
}
.npc-app .npc-page-wrapper .header-wrapper h2 {
  font-weight: 700;
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}
@media (min-width: 576px) {
  .npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 0;
    right: calc(50% + 2rem);
    border-bottom: #ced4da solid 1px;
  }
}
@media (min-width: 576px) {
  .npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step::after {
    content: "";
    position: absolute;
    top: 2rem;
    left: calc(50% + 2rem);
    right: 0;
    border-bottom: #ced4da solid 1px;
  }
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step .npc-step-circle {
  position: relative;
  margin: 0.6rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  border: #000 solid 2px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step .npc-step-circle {
    font-size: 0.9rem;
    max-width: 2.2rem;
    max-height: 2.2rem;
  }
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step .npc-step-circle > span {
  width: 100%;
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step.active .npc-step-circle {
  color: #005941;
  background-color: #f3cf1e;
  border-color: #005941;
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step.active .npc-step-circle::before {
  content: "\f464";
  font-family: "dashicons";
  font-size: larger;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step.active .npc-step-circle > span {
  display: none;
  visibility: hidden;
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step.done .npc-step-circle {
  border-color: #005941;
  background-color: #005941;
  color: #f3cf1e;
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step.done .npc-step-circle::before {
  content: "\f15e";
  font-family: "dashicons";
  font-size: larger;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step.done .npc-step-circle > span {
  display: none;
  visibility: hidden;
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step .npc-step-title {
  word-break: normal;
  word-wrap: normal;
}
@media (max-width: 767.98px) {
  .npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step .npc-step-title {
    font-size: 0.9rem;
  }
}
.npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step .npc-step-bar-left, .npc-app .npc-page-wrapper .container .home-wrapper .npc-stepper-wrapper .npc-step .npc-step-bar-right {
  display: none;
  visibility: hidden;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-section-description {
  text-align: center;
  font-style: italic;
  font-size: 94%;
  margin-bottom: 2rem;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .agreement-text-wrapper, .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .general-explanations {
  border: #f3cf1e solid 2px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-question-stepper-wrapper .npc-question-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-question-stepper-wrapper .npc-question-wrapper .section-wrapper, .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-question-stepper-wrapper .npc-question-wrapper .question-wrapper {
  flex-basis: 50%;
  padding: 0 1rem;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-question-stepper-wrapper .npc-question-wrapper .section-wrapper {
  text-align: right;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-question-stepper-wrapper .npc-question-wrapper .section-wrapper > h2 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-question-stepper-wrapper .npc-question-wrapper .question-wrapper {
  border-left: #aed459 solid 2px;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .answer-row {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .answer-row .section-title, .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .answer-row .answer-question {
  flex-basis: 50%;
  padding: 0 1rem;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .answer-row .section-title {
  text-align: right;
  font-weight: 500;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .answer-row .section-title > h2 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .answer-row .section-title > span:not(:first-child) {
  display: block;
  font-size: 90%;
  font-weight: 300;
  font-style: italic;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .answer-row .answer-question {
  border-left: #aed459 solid 2px;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .action-wrapper, .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-action-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 2rem 0;
}
.npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .action-wrapper .btn, .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .action-wrapper .gform_wrapper input[type=submit], .gform_wrapper .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .action-wrapper input[type=submit], .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .action-wrapper .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .action-wrapper a, .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-action-wrapper .btn, .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-action-wrapper .gform_wrapper input[type=submit], .gform_wrapper .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-action-wrapper input[type=submit], .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-action-wrapper .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .npc-app .npc-page-wrapper .container .home-wrapper .step-container .step-wrapper .npc-action-wrapper a {
  margin: 0 0.5rem;
}

.npc-nav-button-row {
  margin-top: 2rem;
  text-align: center;
}

.home-icon {
  position: relative;
  top: 4px;
  line-height: 16px;
}
.home-icon svg {
  height: 18px;
}
.home-icon::after {
  top: 1px !important;
}

.swiper-button-wrapper {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 120px;
  height: 40px;
  z-index: 10;
}
.swiper-button-wrapper .swiper-button {
  position: relative;
  width: 40px;
  height: 40px;
  background: #005941;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
}
.swiper-button-wrapper .swiper-button:not(.swiper-button-disabled):hover {
  background: #072a1b;
}
.swiper-button-wrapper .swiper-button.swiper-button-prev::after {
  position: absolute;
  content: "";
  top: 0;
  width: 13px;
  height: 13px;
  border: solid currentColor;
  border-width: 0 3px 3px 0;
  transform: rotate(135deg);
  transition: 0.2s;
}
.swiper-button-wrapper .swiper-button.swiper-button-prev::after {
  right: 11px;
  top: 13px;
}
.swiper-button-wrapper .swiper-button.swiper-button-next::after {
  position: absolute;
  content: "";
  top: 0;
  width: 13px;
  height: 13px;
  border: solid currentColor;
  border-width: 0 3px 3px 0;
  transform: rotate(-45deg);
  transition: 0.2s;
}
.swiper-button-wrapper .swiper-button.swiper-button-next::after {
  left: 11px;
  top: 13px;
}
.swiper-button-wrapper .swiper-button.swiper-button-disabled {
  background: #6ba38c;
  cursor: default;
  opacity: 1;
}

.tags a,
.tags span {
  display: inline-block;
  background: #aed459;
  border: #aed459 solid 1px;
  color: #072a1b;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 5px 8px;
  text-decoration: none;
  transition: 0.2s;
}
.tags a:hover,
.tags span:hover {
  background: #072a1b;
  border-color: #072a1b;
  color: #fff;
}
.tags .tag-secondary {
  background: #f3cf1e;
  border: #f3cf1e solid 1px;
}
.tags .tag-secondary:hover {
  background: #f8f4ef;
  border-color: #072a1b;
  color: #072a1b;
}

.page-template-template-directory .header-inner,
.page-template-template-faculty-directory .header-inner {
  padding: 0 0 40px;
}
.page-template-template-directory .header-inner .content,
.page-template-template-faculty-directory .header-inner .content {
  min-height: auto !important;
  padding-bottom: 0 !important;
}

.directory {
  padding: 0 0 100px;
}
@media (min-width: 768px) {
  .directory:not(.-full) .in {
    max-width: 75%;
  }
}
.directory .inner-form {
  display: flex;
  flex-wrap: wrap;
}
.directory .inner-form .field {
  margin-top: 15px;
}
.directory .inner-form .field input[type=text] {
  width: 100%;
  font-size: 16px;
  padding-right: 50px;
}
.directory .inner-form .input-field {
  position: relative;
  flex: 1;
}
.directory .inner-form .input-field label {
  width: 100%;
  display: block;
}
.directory .inner-form .input-field::before {
  position: absolute;
  content: "";
  right: 25px;
  top: 15px;
  width: 15px;
  height: 15px;
  border: 3px solid #005941;
  border-radius: 50%;
  pointer-events: none;
  z-index: 5;
}
.directory .inner-form .input-field::after {
  position: absolute;
  content: "";
  right: 23px;
  top: 25px;
  width: 3px;
  height: 12px;
  background: #005941;
  transform: rotate(-45deg);
  pointer-events: none;
  z-index: 5;
}
.directory .inner-form .submit-field {
  margin-left: 15px;
  flex: 0 0 98px;
  max-width: 98px;
}
.directory .inner-form .field-group {
  flex: 0 0 100%;
  max-width: 100%;
}
.directory .inner-form .field-group .field {
  margin-right: 20px;
}
.directory .result-info {
  margin: 56px 0 28px;
  font-weight: 300;
  color: #005941;
  padding-bottom: 10px;
  border-bottom: 2px solid #f3cf1e;
}
.directory .result-info .js-searchNumber {
  font-weight: 700;
}
.directory .result-info .infoValue {
  font-weight: 700;
}
.directory .directory-listing {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .directory .directory-listing {
    margin-top: 10px;
  }
}
.directory .category-list {
  margin: 50px 0 100px;
}
@media (min-width: 768px) {
  .directory .category-list {
    margin: 65px 0 130px;
  }
}
.directory .category-list.removed {
  display: none;
}
.directory .category-list .cat-name {
  text-align: center;
  font-weight: 700;
  margin: 0 0 25px;
  color: #005941;
}
.directory .person-card {
  margin-top: 20px;
}
.directory .person-card.hidden, .directory .person-card.removed {
  display: none;
}
.directory .person-card .inner-card {
  display: flex;
  color: #000;
}
.directory .person-card .inner-card p {
  margin: 0;
}
.directory .person-card .inner-card h3 {
  display: inline-block;
  color: #005941;
  transition: 0.2s;
}
.directory .person-card .inner-card h3:hover {
  text-decoration: underline;
}
.directory .person-card .inner-card .email a {
  color: #005941;
  text-decoration: underline;
  transition: 0.2s;
}
.directory .person-card .inner-card .email a:hover {
  color: #072a1b;
}
.directory .person-card .left {
  max-width: 58px;
  flex: 0 0 58px;
  padding: 0 8px 0 0;
}
@media (min-width: 1024px) {
  .directory .person-card .left {
    max-width: 68px;
    flex: 0 0 68px;
  }
}
.directory .person-card .left img {
  border-radius: 50%;
  width: 100%;
}
.directory .person-card .right h3 {
  margin: 0 0 3px;
}
.directory .person-card .right .body-1 p {
  margin: 0;
}
.directory .person-card .right .profile-info {
  margin: 3px 0 0;
}
.directory .directory-load-more {
  margin-top: 30px;
  text-align: center;
}
.directory .directory-load-more.hidden {
  display: none;
}

.heading-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .heading-links.-break {
    flex-direction: row;
  }
  .heading-links.-break .link {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .heading-links {
    flex-direction: row;
    margin-top: 20px;
  }
}
.heading-links .link {
  position: relative;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .heading-links .link {
    margin: 10px 30px 0 0;
  }
}
@media (min-width: 768px) {
  .heading-links .link:last-child {
    margin-right: 0;
  }
}
.heading-links .link .link-arrow {
  color: #000;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .heading-links .link .link-arrow {
    font-size: 16px;
  }
}
.heading-links .link .link-arrow::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #005941;
  transform: rotate(45deg);
}

.site-alert-bars {
  position: relative;
  color: #000;
  z-index: 5;
  background: #f8f4ef;
}
.site-alert-bars a:not(.btn) {
  text-decoration: underline;
  color: inherit;
}
.site-alert-bars .type {
  margin: 0;
}
.site-alert-bars .type .alert-type::before {
  font-family: "dashicons";
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 0.5rem;
}
.site-alert-bars .type .headline {
  font-weight: 700;
}
.site-alert-bars .type .dt_posted::after {
  display: inline;
  content: "|";
  padding: 0 0.5rem;
}
.site-alert-bars .forest-green {
  background: #005941;
  color: #fff;
}
.site-alert-bars .forest-green .btn, .site-alert-bars .forest-green .gform_wrapper input[type=submit], .gform_wrapper .site-alert-bars .forest-green input[type=submit], .site-alert-bars .forest-green .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .site-alert-bars .forest-green a {
  border-color: #fff;
  background: #005941;
  color: #fff;
}
.site-alert-bars .forest-green .btn:hover, .site-alert-bars .forest-green .gform_wrapper input[type=submit]:hover, .gform_wrapper .site-alert-bars .forest-green input[type=submit]:hover, .site-alert-bars .forest-green .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .site-alert-bars .forest-green a:hover {
  background: #fff;
  color: #005941;
}
.site-alert-bars .forest-green .title {
  color: #fff;
}
.site-alert-bars .forest-night {
  background: #072a1b;
  color: #fff;
}
.site-alert-bars .forest-night .btn, .site-alert-bars .forest-night .gform_wrapper input[type=submit], .gform_wrapper .site-alert-bars .forest-night input[type=submit], .site-alert-bars .forest-night .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .site-alert-bars .forest-night a {
  border-color: #fff;
  background: #072a1b;
  color: #fff;
}
.site-alert-bars .forest-night .btn:hover, .site-alert-bars .forest-night .gform_wrapper input[type=submit]:hover, .gform_wrapper .site-alert-bars .forest-night input[type=submit]:hover, .site-alert-bars .forest-night .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .site-alert-bars .forest-night a:hover {
  background: #fff;
  color: #072a1b;
}
.site-alert-bars .forest-night .title {
  color: #fff;
}
.site-alert-bars .fern {
  background: #aed459;
}
.site-alert-bars .fern .alert-type::before {
  content: "\f16d";
}
.site-alert-bars .fern .title {
  color: #000;
}
.site-alert-bars .fern .btn, .site-alert-bars .fern .gform_wrapper input[type=submit], .gform_wrapper .site-alert-bars .fern input[type=submit], .site-alert-bars .fern .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .site-alert-bars .fern a {
  border-color: #072a1b;
  background: #aed459;
  color: #072a1b;
}
.site-alert-bars .fern .btn:hover, .site-alert-bars .fern .gform_wrapper input[type=submit]:hover, .gform_wrapper .site-alert-bars .fern input[type=submit]:hover, .site-alert-bars .fern .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .site-alert-bars .fern a:hover {
  background: #072a1b;
  color: #aed459;
}
.site-alert-bars .sunshine {
  background: #f3cf1e;
}
.site-alert-bars .sunshine .alert-type::before {
  content: "\f348";
}
.site-alert-bars .sunshine .title {
  color: #000;
}
.site-alert-bars .sunshine .btn, .site-alert-bars .sunshine .gform_wrapper input[type=submit], .gform_wrapper .site-alert-bars .sunshine input[type=submit], .site-alert-bars .sunshine .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .site-alert-bars .sunshine a {
  border-color: #072a1b;
  background: #f3cf1e;
  color: #072a1b;
}
.site-alert-bars .sunshine .btn:hover, .site-alert-bars .sunshine .gform_wrapper input[type=submit]:hover, .gform_wrapper .site-alert-bars .sunshine input[type=submit]:hover, .site-alert-bars .sunshine .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .site-alert-bars .sunshine a:hover {
  background: #072a1b;
  color: #f3cf1e;
}
.site-alert-bars .maroon {
  background: #6c0000;
  color: #fff;
}
.site-alert-bars .maroon .alert-type::before {
  content: "\f534";
}
.site-alert-bars .maroon .title {
  color: #fff;
}
.site-alert-bars .maroon .btn, .site-alert-bars .maroon .gform_wrapper input[type=submit], .gform_wrapper .site-alert-bars .maroon input[type=submit], .site-alert-bars .maroon .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .site-alert-bars .maroon a {
  border-color: #fff;
  background: #6c0000;
  color: #fff;
}
.site-alert-bars .maroon .btn:hover, .site-alert-bars .maroon .gform_wrapper input[type=submit]:hover, .gform_wrapper .site-alert-bars .maroon input[type=submit]:hover, .site-alert-bars .maroon .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .site-alert-bars .maroon a:hover {
  background: #fff;
  color: #6c0000;
}
.site-alert-bars .trigger {
  padding-top: 17px;
  padding-bottom: 17px;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .site-alert-bars .trigger {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.site-alert-bars .type {
  font-size: 16px;
  line-height: 1.6rem;
  display: flex;
  align-items: flex-start;
}
.site-alert-bars .data {
  display: none;
  padding-bottom: 35px;
}
@media (max-width: 767.98px) {
  .site-alert-bars .img-data {
    margin: 0 0 15px;
  }
}
.site-alert-bars .alert-bar.active .trigger {
  padding-top: 30px;
}
.site-alert-bars .alert-bar.active .data,
.site-alert-bars .alert-bar.active .icon {
  display: block;
}
.site-alert-bars .alert-bar.active .visual-icon {
  display: none;
}
.site-alert-bars .alert-bar + .alert-bar {
  border-top: 1px solid #f0f0f0;
}
.site-alert-bars .title {
  color: #005941;
}
.site-alert-bars .title h3 {
  margin: 0;
}
.site-alert-bars .title + .alert-text {
  margin-top: 8px;
}
.site-alert-bars .title a {
  text-decoration: underline;
}
.site-alert-bars .cta {
  margin-top: 30px;
}
.site-alert-bars .body a {
  text-decoration: underline;
}
.site-alert-bars .body p {
  margin: 0;
  font-size: 14px;
  line-height: 23.8px;
}
@media (min-width: 1024px) {
  .site-alert-bars .body p {
    font-size: 16px;
    line-height: 27.2px;
  }
}
.site-alert-bars .visual-icon {
  position: absolute;
  right: 12px;
  top: 0px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(135deg);
}
.site-alert-bars .icon {
  display: none;
  position: absolute;
  right: 12px;
  top: 0;
  width: 14px;
  height: 14px;
}
.site-alert-bars .icon span {
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background: currentColor;
  transition: 0.2s;
}
.site-alert-bars .icon span:first-child {
  top: 7px;
  left: 0;
  transform: rotate(-45deg);
}
.site-alert-bars .icon span:last-child {
  top: 5px;
  left: 0;
  transform: rotate(45deg);
}

.gform_wrapper {
  padding: 40px 20px 30px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  /*input[type=radio], input[type=checkbox] {
  	position: relative;
  	width: 1rem;
  	height: 1rem;
  	padding: 0;
  	clip: unset;
  	white-space: nowrap;
  	clip-path: none;
  	border: black solid 1px;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	margin-right: .4rem;
  	transform: translateY(-0.075em);
  }

  input[type=radio] {
  	border-radius: 50%;
  }*/
}
.gform_wrapper.no-title_wrapper.no-description_wrapper .gform_description {
  display: none;
  visibility: hidden;
}
.gform_wrapper.no-title_wrapper .gform_heading {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #9f0000 !important;
}
.gform_wrapper.gravity-theme .gfield_visibility_administrative {
  display: none;
}
.gform_wrapper.gravity-theme .gform_page_footer input[type=button] + input[type=submit] {
  margin-top: 2rem;
  margin-left: 0;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_0 span {
  color: #343a40 !important;
}
@media (min-width: 768px) {
  .gform_wrapper {
    padding: 44px 30px 35px;
  }
}
@media (min-width: 1024px) {
  .gform_wrapper {
    padding: 44px 50px 36px;
  }
}
.gform_wrapper .gform_heading {
  max-width: 508px;
  margin: 0 auto 38px;
}
.gform_wrapper .gform-body {
  text-align: left;
}
.gform_wrapper .gsection_title {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  left: -37px !important;
}
.gform_wrapper.gravity-theme .gfield_description, .gform_wrapper .small, .gform_wrapper .page-sidebar .sidebar .sidebar-content .sidebar-links a, .page-sidebar .sidebar .sidebar-content .sidebar-links .gform_wrapper a {
  font-size: 13px !important;
}
.gform_wrapper a:not(.btn) {
  color: #005941 !important;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=search], .gform_wrapper input[type=tel], .gform_wrapper input[type=color], .gform_wrapper input[type=date], .gform_wrapper input[type=datetime-local], .gform_wrapper input[type=datetime], .gform_wrapper input[type=month], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=range], .gform_wrapper input[type=search], .gform_wrapper input[type=time], .gform_wrapper input[type=url], .gform_wrapper input[type=week] {
  color: #212529;
}
.gform_wrapper input[type=submit] {
  font-size: 16px !important;
  line-height: 17px !important;
  padding: 15px 16px !important;
  margin-left: 0 !important;
  width: 100% !important;
  background: #005941 !important;
  border-color: #005941 !important;
  color: #fff !important;
}
.gform_wrapper input[type=submit]:hover {
  background: transparent !important;
  color: #005941 !important;
}
.gform_wrapper .xdsoft_datetimepicker.xdsoft_inline {
  display: flex;
  flex: 1;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev {
  background: unset;
  opacity: 100%;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.6rem);
  bottom: calc(50% - 0.6rem);
  border-right: #005941 solid 0.6rem;
  border-top: transparent solid 0.6rem;
  border-bottom: transparent solid 0.6rem;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev:hover::before {
  border-right-color: #86a879;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next {
  background: unset;
  opacity: 100%;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.6rem);
  bottom: calc(50% - 0.6rem);
  border-left: #005941 solid 0.6rem;
  border-top: transparent solid 0.6rem;
  border-bottom: transparent solid 0.6rem;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next:hover::before {
  border-left-color: #86a879;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button {
  background: unset;
  display: inline-block;
  opacity: 100%;
  width: unset;
  min-width: 2rem;
  text-indent: unset;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button::before {
  content: "\f463";
  font-family: "dashicons";
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #005941;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button:hover::before {
  color: #86a879;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker.active {
  flex-basis: 75%;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_calendar thead {
  border-bottom: #f3cf1e solid 3px;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_calendar th {
  background-color: #005941;
  color: white;
  font-weight: 700;
  border-bottom: #f3cf1e solid 1px;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_calendar td.xdsoft_current {
  background-color: #aed459;
  color: #072a1b;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_calendar td:not(.xdsoft_disabled) {
  font-weight: 700;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_calendar td:hover {
  background-color: #f3cf1e !important;
  color: #072a1b !important;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active {
  flex-basis: 25%;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active .xdsoft_prev {
  background: unset;
  margin: 0 0 0.5rem;
  width: 100%;
  opacity: 100%;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active .xdsoft_prev::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.6rem);
  right: calc(50% - 0.6rem);
  border-bottom: #005941 solid 0.6rem;
  border-left: transparent solid 0.6rem;
  border-right: transparent solid 0.6rem;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active .xdsoft_prev:hover::before {
  border-bottom-color: #86a879;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active .xdsoft_next {
  background: unset;
  margin: 0.5rem 0 0;
  width: 100%;
  opacity: 100%;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active .xdsoft_next::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.6rem);
  right: calc(50% - 0.6rem);
  border-top: #005941 solid 0.6rem;
  border-left: transparent solid 0.6rem;
  border-right: transparent solid 0.6rem;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active .xdsoft_next:hover::before {
  border-top-color: #86a879;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active .xdsoft_time_box .xdsoft_time_variant .xdsoft_scrollbar > .xdsoft_scroller {
  background-color: #86a879 !important;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active .xdsoft_time_box .xdsoft_time_variant .xdsoft_scrollbar > .xdsoft_scroller:hover {
  background-color: #aed459 !important;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active .xdsoft_time_box .xdsoft_time_variant .xdsoft_time.xdsoft_current {
  background-color: #aed459;
  color: #072a1b;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active .xdsoft_time_box .xdsoft_time_variant .xdsoft_time:hover {
  background-color: #f3cf1e !important;
  color: #072a1b !important;
}
.gform_wrapper .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:not(.xdsoft_time):hover {
  background: #86a879 !important;
}

.gform_wrapper.gravity-theme .gfield_description {
  font-size: 0.92rem !important;
}

.gf_repeater2_add {
  background-color: #aed459 !important;
  color: #072a1b !important;
  font-size: 1.3rem;
  line-height: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  border: 2px solid #aed459 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.gf_repeater2_add:hover {
  background: #005941 !important;
  color: #fff !important;
  border-color: #005941 !important;
}

.gf_repeater2_remove {
  background-color: #9f0000 !important;
  color: #fff !important;
  font-size: 1.3rem;
  line-height: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  border: 2px solid #9f0000 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.gf_repeater2_remove:hover {
  background-color: #6c0000 !important;
  border-color: #6c0000 !important;
}

.gf_repeater2_child_field .gsection_title {
  font-size: 18px;
}

.gf_repeater2_spacer {
  margin-bottom: 1rem;
}

.gf_repeater2_spacer::after {
  position: relative;
  display: block;
  content: "";
  border-top: #aed459 solid 1px;
  margin-top: 2rem;
}

.gfield--type-repeater_start > .gfield_label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .gfield--type-repeater_start > .gfield_label {
    font-size: 18px !important;
    line-height: 1.278;
  }
}
@media (min-width: 1024px) {
  .gfield--type-repeater_start > .gfield_label {
    font-size: 21px !important;
    line-height: 1.286;
  }
}

.gfield--type-repeater_end {
  margin-left: -15px;
  margin-right: -15px;
}
.gfield--type-repeater_end > .gfield_label {
  display: none !important;
}
.gfield--type-repeater_end .ginput_container .repeater-field-warp-item-data .repeater-field-warp-item .repeater-field-item {
  margin-bottom: 2rem;
}
.gfield--type-repeater_end .ginput_container .repeater-field-warp-item-data .repeater-field-warp-item .repeater-field-item > .repeater-field-header {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0.4rem 0.2rem 0.4rem 0.6rem;
  margin-bottom: 1rem;
  background-color: #005941;
  color: #fff;
}
.gfield--type-repeater_end .ginput_container .repeater-field-warp-item-data .repeater-field-footer .gf-repeater-field-button-add {
  display: inline-block;
  border: 2px solid #f3cf1e;
  box-shadow: none;
  border-radius: 0 !important;
  font-size: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  background-color: #f3cf1e !important;
  padding: 8px 15px !important;
  font-weight: 700;
  color: #072a1b;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.gfield--type-repeater_end .ginput_container .repeater-field-warp-item-data .repeater-field-footer .gf-repeater-field-button-add:hover {
  background: #fff !important;
  color: #072a1b;
  box-shadow: none !important;
}

.has-sunshine-background-color {
  background-color: #f3cf1e !important;
}

.has-sunshine-color {
  color: #f3cf1e !important;
}

.has-forest-green-background-color {
  background-color: #005941 !important;
}

.has-forest-green-color {
  color: #005941 !important;
}

.has-forest-night-background-color {
  background-color: #072a1b !important;
}

.has-forest-night-color {
  color: #072a1b !important;
}

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

.has-ash-white-color {
  color: #f8f4ef !important;
}

.has-sage-background-color {
  background-color: #86a879 !important;
}

.has-sage-color {
  color: #86a879 !important;
}

.has-fern-background-color {
  background-color: #aed459 !important;
}

.has-fern-color {
  color: #aed459 !important;
}

.has-midnight-background-color {
  background-color: #000 !important;
}

.has-midnight-color {
  color: #000 !important;
}

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

.has-grey-color {
  color: #f0f0f0 !important;
}

.skip-link-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.btn, .header-landing.header-event .event-cta a, .gform_wrapper input[type=submit], .button:not(.label) {
  display: inline-block;
  border: 2px solid #f3cf1e;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  background: #f3cf1e;
  padding: 8px 15px;
  font-weight: 700;
  color: #1c3a2e;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none !important;
}
.btn.big, .header-landing.header-event .event-cta a.big, .gform_wrapper input.big[type=submit], .btn.lg, .header-landing.header-event .event-cta a.lg, .gform_wrapper input.lg[type=submit], .button:not(.label).big, .button:not(.label).lg {
  font-size: 16px;
  line-height: 1.4rem;
  padding: 15px 16px;
}
.btn.full, .header-landing.header-event .event-cta a.full, .gform_wrapper input.full[type=submit], .btn.full-width, .header-landing.header-event .event-cta a.full-width, .gform_wrapper input.full-width[type=submit], .button:not(.label).full, .button:not(.label).full-width {
  width: 100%;
}
.btn:hover, .header-landing.header-event .event-cta a:hover, .gform_wrapper input[type=submit]:hover, .button:not(.label):hover {
  background: transparent;
  color: #1c3a2e;
}
.btn.sunshine:hover, .header-landing.header-event .event-cta a.sunshine:hover, .gform_wrapper input.sunshine[type=submit]:hover, .button:not(.label).sunshine:hover {
  background: #fff;
  color: #072a1b !important;
}
.btn.night, .header-landing.header-event .event-cta a.night, .gform_wrapper input.night[type=submit], .button:not(.label).night {
  background: #072a1b;
  border-color: #072a1b;
  color: #fff;
}
.btn.night:hover, .header-landing.header-event .event-cta a.night:hover, .gform_wrapper input.night[type=submit]:hover, .button:not(.label).night:hover {
  background: transparent;
  color: #1c3a2e;
}
.btn.night.solid:hover, .header-landing.header-event .event-cta a.night.solid:hover, .gform_wrapper input.night.solid[type=submit]:hover, .button:not(.label).night.solid:hover {
  background: #fff;
  color: #1c3a2e;
}
.btn.green, .header-landing.header-event .event-cta a.green, .gform_wrapper input.green[type=submit], .button:not(.label).green {
  background: #005941;
  border-color: #005941;
  color: #fff;
}
.btn.green:hover, .header-landing.header-event .event-cta a.green:hover, .gform_wrapper input.green[type=submit]:hover, .button:not(.label).green:hover {
  background: transparent;
  color: #005941;
}
.btn.green.solid:hover, .header-landing.header-event .event-cta a.green.solid:hover, .gform_wrapper input.green.solid[type=submit]:hover, .button:not(.label).green.solid:hover {
  background: #fff;
  color: #005941;
}
.btn.white, .header-landing.header-event .event-cta a.white, .gform_wrapper input.white[type=submit], .button:not(.label).white {
  background: #fff;
  color: #072a1b;
  border-color: #fff;
}
.btn.white:hover, .header-landing.header-event .event-cta a.white:hover, .gform_wrapper input.white[type=submit]:hover, .button:not(.label).white:hover {
  background: #072a1b;
  color: #fff !important;
  border-color: #fff;
}
.btn.sage, .header-landing.header-event .event-cta a.sage, .gform_wrapper input.sage[type=submit], .button:not(.label).sage {
  background: #86a879;
  color: #fff;
  border-color: #86a879;
}
.btn.sage:hover, .header-landing.header-event .event-cta a.sage:hover, .gform_wrapper input.sage[type=submit]:hover, .button:not(.label).sage:hover {
  background: #072a1b;
  border-color: #86a879;
}
.btn.fern, .header-landing.header-event .event-cta a.fern, .gform_wrapper input.fern[type=submit], .button:not(.label).fern {
  background: #aed459;
  color: #072a1b;
  border-color: #aed459;
}
.btn.fern:hover, .header-landing.header-event .event-cta a.fern:hover, .gform_wrapper input.fern[type=submit]:hover, .button:not(.label).fern:hover {
  background: #072a1b;
  color: #aed459;
  border-color: #aed459;
}

.rounded .btn, .rounded .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .rounded a, .rounded .gform_wrapper input[type=submit], .gform_wrapper .rounded input[type=submit] {
  border-radius: 4rem;
}

.gswpts_tables_container {
  padding: 0;
  margin: 0;
}
.gswpts_tables_container .table_customizer_link {
  display: inline-block;
  border: 2px solid #f3cf1e;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  background: #f3cf1e;
  padding: 8px 15px;
  font-weight: 700;
  color: #005941;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none !important;
}
.gswpts_tables_container .table_customizer_link:hover {
  background: #fff;
  color: #072a1b !important;
}
.gswpts_tables_container .gswpts_tables_content .dataTables_wrapper .bottom_options .pagination.menu {
  margin: 1rem 0;
}
.gswpts_tables_container .gswpts_tables_content .dataTables_wrapper .bottom_options .pagination.menu .paginate_button {
  box-shadow: none;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  background: #072a1b;
  border-color: #072a1b;
  padding: 8px 15px;
  font-weight: 700;
  color: #fff;
}
.gswpts_tables_container .gswpts_tables_content .dataTables_wrapper .bottom_options .pagination.menu .paginate_button.active {
  background: #aed459;
  color: #072a1b;
}
.gswpts_tables_container .gswpts_tables_content .dataTables_wrapper .bottom_options .pagination.menu .paginate_button.disabled {
  background: #f0f0f0;
  border-color: #495057;
  color: #495057;
}
.gswpts_tables_container .gswpts_tables_content .dataTables_wrapper .bottom_options .pagination.menu .paginate_button.disabled:hover {
  background: #f0f0f0;
  border-color: #495057;
  color: #495057;
}
.gswpts_tables_container .gswpts_tables_content .dataTables_wrapper .bottom_options .pagination.menu .paginate_button:hover {
  background: transparent;
  color: #072a1b;
}
.gswpts_tables_container .gswpts_tables_content .dataTables_wrapper .bottom_options .pagination.menu > *:first-child {
  border-radius: 0;
}
.gswpts_tables_container .gswpts_tables_content .dataTables_wrapper .bottom_options .pagination.menu:last-child {
  border-radius: 0;
}
.gswpts_tables_container .gswpts_tables_content .dataTables_wrapper .bottom_options .pagination #create_tables_paginate {
  padding: 0;
}

.archive.category .site-content .header-section.no-settings, .archive.tag .site-content .header-section.no-settings {
  color: #fff;
  background-color: #005941;
}
.archive.category .site-content .header-section.no-settings .content.with-crumbs, .archive.tag .site-content .header-section.no-settings .content.with-crumbs {
  min-height: unset;
  padding-top: 3rem;
  padding-bottom: 8rem;
}
.archive.category .site-content .header-section.no-settings h1, .archive.tag .site-content .header-section.no-settings h1 {
  color: #fff;
}
.archive.category .site-content .header-section.no-settings a, .archive.tag .site-content .header-section.no-settings a {
  color: white;
}
.archive.category .site-content main, .archive.tag .site-content main {
  margin-top: 4rem;
}
.archive.category .site-content main .post .entry-header .entry-title, .archive.tag .site-content main .post .entry-header .entry-title {
  font-weight: 700;
}
.archive.category .site-content main .post .entry-content .module-common.classic, .archive.tag .site-content main .post .entry-content .module-common.classic {
  padding: 50px 0 20px;
}
.archive.category .site-content main .post .entry-footer, .archive.tag .site-content main .post .entry-footer {
  padding: 10px 10px 73px;
  margin: 0 10px;
  border-top: #86a879 solid 1px;
}
.archive.category .site-content main .post .entry-footer .cat-links:not(:first-child), .archive.category .site-content main .post .entry-footer .tags-links:not(:first-child), .archive.category .site-content main .post .entry-footer .edit-link:not(:first-child), .archive.tag .site-content main .post .entry-footer .cat-links:not(:first-child), .archive.tag .site-content main .post .entry-footer .tags-links:not(:first-child), .archive.tag .site-content main .post .entry-footer .edit-link:not(:first-child) {
  padding-left: 1.2rem;
}
.archive.category .site-content main .post .entry-footer .cat-links:not(:last-child), .archive.category .site-content main .post .entry-footer .tags-links:not(:last-child), .archive.category .site-content main .post .entry-footer .edit-link:not(:last-child), .archive.tag .site-content main .post .entry-footer .cat-links:not(:last-child), .archive.tag .site-content main .post .entry-footer .tags-links:not(:last-child), .archive.tag .site-content main .post .entry-footer .edit-link:not(:last-child) {
  padding-right: 1.2rem;
  border-right: #aed459 solid 1px;
}
.archive.category .site-content main .post .entry-footer .cat-links a, .archive.category .site-content main .post .entry-footer .tags-links a, .archive.category .site-content main .post .entry-footer .edit-link a, .archive.tag .site-content main .post .entry-footer .cat-links a, .archive.tag .site-content main .post .entry-footer .tags-links a, .archive.tag .site-content main .post .entry-footer .edit-link a {
  text-decoration: underline;
}
.archive.category .site-content main .posts-navigation, .archive.tag .site-content main .posts-navigation {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.archive.category .site-content main .posts-navigation .nav-links, .archive.tag .site-content main .posts-navigation .nav-links {
  display: flex;
  flex-direction: row-reverse;
}
.archive.category .site-content main .posts-navigation .nav-links .nav-previous, .archive.category .site-content main .posts-navigation .nav-links .nav-next, .archive.tag .site-content main .posts-navigation .nav-links .nav-previous, .archive.tag .site-content main .posts-navigation .nav-links .nav-next {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.archive.category .site-content main .posts-navigation .nav-links .nav-previous, .archive.tag .site-content main .posts-navigation .nav-links .nav-previous {
  align-items: flex-end;
  padding-right: 1.2rem;
}
.archive.category .site-content main .posts-navigation .nav-links .nav-previous::after, .archive.tag .site-content main .posts-navigation .nav-links .nav-previous::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  border-left: #f3cf1e solid 10px;
  border-top: transparent solid 0.6rem;
  border-bottom: transparent solid 0.6rem;
}
.archive.category .site-content main .posts-navigation .nav-links .nav-next, .archive.tag .site-content main .posts-navigation .nav-links .nav-next {
  align-items: flex-start;
  padding-left: 1.2rem;
}
.archive.category .site-content main .posts-navigation .nav-links .nav-next::before, .archive.tag .site-content main .posts-navigation .nav-links .nav-next::before {
  content: "";
  position: absolute;
  left: 0;
  border-right: #f3cf1e solid 10px;
  top: 4px;
  bottom: 4px;
  border-top: transparent solid 0.6rem;
  border-bottom: transparent solid 0.6rem;
}

.xo-slider {
  margin: 50px 0;
}
.xo-slider:first-child {
  margin-top: 0;
}
.xo-slider .swiper-wrapper {
  padding-bottom: 0.4rem;
}
.xo-slider .swiper-wrapper .swiper-slide {
  border: #adb5bd solid 0.5px;
}
.xo-slider .swiper-wrapper .swiper-slide a {
  display: block !important;
  position: relative;
  z-index: 2;
}
.xo-slider .swiper-button-prev {
  top: calc(50% - 0.5rem);
  color: #005941;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  /* &::before {
  	font-family: 'dashicons' !important;
  	content: '\f141' !important;
  	font-size: 2rem;
  	line-height: 2rem;
  	text-shadow: none;
  	position: absolute;
  	top: calc(50% - 1rem);
  	right: 0;
  } */
}
.xo-slider .swiper-button-prev:hover {
  background-color: rgba(174, 212, 89, 0.7);
}
.xo-slider .swiper-button-prev::after {
  font-family: "dashicons" !important;
  content: "\f341" !important;
  font-size: 2rem;
  line-height: 2rem;
  text-shadow: none;
  position: absolute;
  top: calc(50% - 1rem);
}
.xo-slider .swiper-button-next {
  top: calc(50% - 0.5rem);
  color: #005941;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  /* &::before {
  	font-family: 'dashicons' !important;
  	content: '\f139' !important;
  	font-size: 2rem;
  	line-height: 2rem;
  	text-shadow: none;
  	position: absolute;
  	top: calc(50% - 1rem);
  	left: 0;
  } */
}
.xo-slider .swiper-button-next:hover {
  background-color: rgba(174, 212, 89, 0.7);
}
.xo-slider .swiper-button-next::after {
  font-family: "dashicons" !important;
  content: "\f345" !important;
  font-size: 2rem;
  line-height: 2rem;
  text-shadow: none;
  position: absolute;
  top: calc(50% - 1rem);
}
.xo-slider .swiper-pagination {
  bottom: -1.4rem;
}
.xo-slider .swiper-pagination .swiper-pagination-bullet {
  background: #005941;
  opacity: 1 !important;
}
.xo-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #aed459;
  border: #005941 solid 2px;
}
.xo-slider .swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translate3d(0px, 448px, -428px) rotateX(89.99deg) rotateZ(0deg) scale(0.94);
  opacity: 0.4;
}
.xo-slider .swiper-fade {
  overflow: visible;
}
.xo-slider .swiper-fade::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: #000;
  transform: translate3d(0px, 1.5rem, -4rem) rotateX(0deg) rotateZ(0deg) rotateY(0deg) scale(0.94);
  opacity: 0.4;
  filter: blur(15px);
}

.sidebar-block .opening-hours {
  width: 100%;
}
.sidebar-block .opening-hours th, .sidebar-block .opening-hours td {
  padding: 0 0.6rem 0 0;
  white-space: break-spaces;
  border-bottom: #86a879 solid 1px;
  font-weight: 300;
}

.rich-content .opening-hours .day-name {
  background: #aed459;
  color: #072a1b;
  border-left-width: 2px !important;
}
@media (min-width: 768px) {
  .rich-content .opening-hours .day-name {
    width: 25%;
  }
}

.primo-search-box .primo-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 2rem 2px;
}
.primo-search-box .primo-container #primoQueryTemp,
.primo-search-box .primo-container #primoScope,
.primo-search-box .primo-container #go {
  padding: 0.5rem 1.2rem;
  border: none;
  background-color: #ebebeb;
}
.primo-search-box .primo-container #primoQueryTemp {
  flex: 1;
  border-radius: 4px;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
@media (min-width: 576px) {
  .primo-search-box .primo-container #primoQueryTemp {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.primo-search-box .primo-container #primoScope {
  position: relative;
  flex: 1;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  width: fit-content;
  padding-right: 2.2rem;
}
@media (min-width: 576px) {
  .primo-search-box .primo-container #primoScope {
    flex: 0;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.primo-search-box .primo-container #go {
  position: relative;
  width: 4rem;
  display: flex;
  align-items: center;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-left: #f0f0f0 solid 1px;
}
.primo-search-box .primo-container #go::before {
  content: "\f179";
  font-family: "Dashicons";
  font-size: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575.98px) {
  .primo-search-box .primo-container .row-break {
    flex-basis: 100%;
    height: 0;
    margin-bottom: 2rem;
  }
}

/* styles for SpinKit loader */
.spinner-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  margin: auto;
}
.sk-chase .sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}
.sk-chase .sk-chase-dot::before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #6c757d;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.sk-chase .sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase .sk-chase-dot:nth-child(1)::before {
  animation-delay: -1.1s;
}
.sk-chase .sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase .sk-chase-dot:nth-child(2)::before {
  animation-delay: -1s;
}
.sk-chase .sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase .sk-chase-dot:nth-child(3)::before {
  animation-delay: -0.9s;
}
.sk-chase .sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase .sk-chase-dot:nth-child(4)::before {
  animation-delay: -0.8s;
}
.sk-chase .sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase .sk-chase-dot:nth-child(5)::before {
  animation-delay: -0.7s;
}
.sk-chase .sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase .sk-chase-dot:nth-child(6)::before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.woocommerce-pagination {
  display: flex;
}
.woocommerce-pagination .page-numbers {
  list-style: none;
  padding: 0;
  display: flex;
  margin: auto;
}
.woocommerce-pagination .page-numbers > li {
  margin: 2px;
}
.woocommerce-pagination .page-numbers > li .page-numbers {
  padding: 0.4rem 1rem;
  border: #86a879 solid 1px;
  font-weight: 700;
  color: #072a1b;
  background-color: #aed459;
}
.woocommerce-pagination .page-numbers > li .page-numbers.current {
  background-color: #fff;
}
.woocommerce-pagination .page-numbers > li .page-numbers:hover {
  text-decoration: none;
  color: #005941;
}

.wc-block-components-button {
  background-color: #f3cf1e;
  border: #f3cf1e solid 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.5px;
  text-align: center;
  color: #072a1b;
  font-weight: 700;
  min-height: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: 0.2s;
  cursor: pointer;
}
.wc-block-components-button:hover {
  background-color: #fff;
  border: #072a1b solid 2px;
  text-decoration: none;
}

.wc-block-components-title {
  font-weight: 700;
  text-transform: capitalize;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
  line-height: 1.8rem !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
  vertical-align: top !important;
  width: 1.1rem !important;
  height: 1.1rem !important;
  padding: 0;
  overflow: visible !important;
  clip: unset;
  white-space: nowrap;
  clip-path: none;
  background: #ebebeb !important;
  margin: 0 0.4rem 0 0 !important;
  transform: translateY(0.32em);
  border: unset !important;
  border-radius: 0 !important;
  box-sizing: unset !important;
  font-size: unset !important;
  min-height: unset !important;
  min-width: unset !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked::before {
  content: "\f15e" !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]::after {
  content: unset !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  display: none;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  border: none !important;
  top: auto !important;
  width: 1.1rem !important;
  height: 1.1rem !important;
  padding: 0;
  overflow: visible !important;
  clip: unset;
  white-space: nowrap;
  clip-path: none;
  background: #ebebeb !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: translateY(0.32em) !important;
  left: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
  position: absolute !important;
  top: 0.5rem !important;
  left: 0.5rem !important;
  height: 1.1rem !important;
  width: 1.15rem !important;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__input {
  left: 1rem !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
  padding-left: 0 !important;
  padding-right: 0;
}

.wc-block-components-checkout-step__container .wc-block-components-radio-control .wc-block-components-radio-control__option-layout {
  padding-left: calc(1.1rem + 10px);
}

.wc-block-components-radio-control-accordion-content {
  padding: 8px 0 !important;
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__option, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__option {
  padding: 0.75rem !important;
}
.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__input, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__input {
  left: 16px !important;
  margin-top: 0 !important;
}
.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__description-group, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__description-group {
  margin-left: 0;
  padding: 0;
  width: auto;
}
.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group {
  margin-left: 0.1875em;
  width: auto !important;
}

.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: none !important;
  border: #86a879 solid 2px;
  padding: 1rem;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: none !important;
  border: #86a879 solid 2px;
  padding: 1rem;
}

.wc-block-components-address-card {
  box-shadow: none !important;
  border: #86a879 solid 2px !important;
  padding: 1rem !important;
}

.wc-block-components-shipping-calculator-address .wc-blocks-components-select__container, .wc-block-components-totals-coupon__form .wc-blocks-components-select__container, .wc-block-components-form .wc-blocks-components-select__container {
  background: unset !important;
  border: unset !important;
  border-radius: unset !important;
  height: unset !important;
}
.wc-block-components-shipping-calculator-address .wc-blocks-components-select__container select:not([multiple]), .wc-block-components-totals-coupon__form .wc-blocks-components-select__container select:not([multiple]), .wc-block-components-form .wc-blocks-components-select__container select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.571;
  color: #4f4f4f;
  background: #ebebeb url(../src/img/svg/chevron-down.svg) no-repeat right 0.6rem top 55%;
  background-size: 0.8rem;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 20px 2rem 12px 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .wc-block-components-shipping-calculator-address .wc-blocks-components-select__container select:not([multiple]), .wc-block-components-totals-coupon__form .wc-blocks-components-select__container select:not([multiple]), .wc-block-components-form .wc-blocks-components-select__container select:not([multiple]) {
    font-size: 16px;
    line-height: 1.563;
  }
}
.wc-block-components-shipping-calculator-address .wc-blocks-components-select__container .wc-blocks-components-select__expand, .wc-block-components-totals-coupon__form .wc-blocks-components-select__container .wc-blocks-components-select__expand, .wc-block-components-form .wc-blocks-components-select__container .wc-blocks-components-select__expand {
  display: none;
}
.wc-block-components-shipping-calculator-address .wc-block-components-text-input input[type=text], .wc-block-components-shipping-calculator-address .wc-block-components-text-input input[type=email], .wc-block-components-shipping-calculator-address .wc-block-components-text-input input[type=tel], .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=text], .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=email], .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=tel] {
  color: #4f4f4f !important;
  background-color: #ebebeb !important;
  border: unset !important;
  border-radius: unset !important;
  height: unset !important;
  border: 1px solid transparent;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.is-large.wc-block-cart .wc-block-cart-items {
  border-bottom-color: #86a879 !important;
}
.is-large.wc-block-cart .wc-block-cart-items td {
  border-top-color: #86a879 !important;
}
.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border-color: #86a879 !important;
  background-color: #f8f4ef;
}
.is-large .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__quantity {
  background-color: #6c0000;
  color: #fff;
}

.wp-block-woocommerce-empty-cart-block h2.with-empty-cart-icon::before {
  color: #86a879;
}

.wc-block-checkout__shipping-method-option {
  border: #072a1b solid 2px !important;
  border-radius: 0 !important;
  color: #072a1b !important;
}
.wc-block-checkout__shipping-method-option:hover {
  background-color: #aed459 !important;
}
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
  background-color: #aed459 !important;
}

.wc-block-components-totals-wrapper, .wp-block-woocommerce-cart-order-summary-totals-block, .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top-color: #86a879 !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-top-color: #86a879 !important;
}

.wc-block-checkout__terms a {
  border-bottom: #005941 dotted 1px;
}
.wc-block-checkout__terms a:hover {
  text-decoration: none;
  border-bottom: #072a1b solid 1px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: 700;
}

.product .woocommerce-product-gallery img {
  height: auto;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border: #86a879 solid 1px;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div img {
  width: 100%;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1px;
  left: 9px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  padding-left: 3rem;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  text-decoration: none;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "\f179";
  font-family: "dashicons";
  font-size: 2rem;
  color: #fff;
  position: absolute;
  left: 0.5rem;
  top: 0.1rem;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  content: "";
}
.product .summary table.variations {
  width: 100%;
}
.product .summary table.variations > tbody tr {
  display: flex;
  flex: 1;
}
.product .summary table.variations > tbody tr:not(first-child) {
  margin-top: 0.7rem;
}
.product .summary table.variations > tbody tr > th.label {
  padding-right: 1rem;
  align-content: center;
}
.product .summary table.variations > tbody tr > td:not(.value) {
  display: flex;
  flex: 1;
}
.product .summary table.variations > tbody tr > td.value {
  flex: content;
}
.product .summary table.variations > tbody tr > td .reset_variations {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 700;
  padding: 0.3rem 0.6rem;
  text-transform: uppercase;
  margin-top: 0;
  flex: 1;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  border: #000 solid 1px;
  transition: 0.2s;
}
.product .summary table.variations > tbody tr > td .reset_variations:hover {
  background: #072a1b;
  color: #fff;
  text-decoration: none;
}
.product .summary .single_variation_wrap {
  margin-top: 1.4rem;
}
.product .summary button {
  margin-top: 1.4rem;
}
.product .summary .product_meta {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  font-style: italic;
}
.product .summary .product_meta > span[class*=_wrapper] {
  display: block;
  width: 100%;
  padding: 0.2rem 0;
}
.product .woocommerce-tabs {
  width: 100%;
  margin-top: 1.4rem;
}
.product .woocommerce-tabs .wc-tabs {
  list-style: none;
  padding: 0 0.4rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: #072a1b solid 1px;
}
.product .woocommerce-tabs .wc-tabs > li[class*=_tab] {
  padding: 0.3rem 0.8rem;
  margin: 0 0.2rem -1px 0.2rem;
  border: #072a1b solid 1px;
  background-color: #aed459;
  font-weight: 700;
  color: #072a1b;
}
.product .woocommerce-tabs .wc-tabs > li[class*=_tab]:hover {
  background-color: #072a1b;
  color: #fff;
}
.product .woocommerce-tabs .wc-tabs > li[class*=_tab]:hover > a {
  color: #fff;
}
.product .woocommerce-tabs .wc-tabs > li[class*=_tab].active {
  border-bottom: #fff solid 1px;
  background-color: #fff;
}
.product .woocommerce-tabs .wc-tabs > li[class*=_tab].active:hover {
  color: #005941;
}
.product .woocommerce-tabs .wc-tabs > li[class*=_tab].active:hover > a {
  color: #005941;
}
.product .woocommerce-tabs .wc-tabs > li[class*=_tab] > a {
  color: #072a1b;
}
.product .woocommerce-tabs .wc-tabs > li[class*=_tab] > a:hover {
  text-decoration: none;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel .module-common.classic {
  padding: 0 0 1rem;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes {
  width: 100%;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tbody {
  display: flex;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tbody .woocommerce-product-attributes-item {
  display: flex;
  flex: 1;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tbody .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
  padding-right: 1rem;
  flex-basis: 15%;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tbody .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value {
  flex: 1;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tbody .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value > p:first-child {
  margin-bottom: 0;
}
.product .related.products {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: #86a879 solid 4px;
  width: 100%;
}
.product .related.products > h2 {
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.product .related.products > ul.products {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.product .related.products > ul.products > li {
  position: relative;
  flex-basis: calc(50% - 0.8rem);
  max-width: 50%;
  margin: 0.4rem;
  margin-top: 1.4rem;
  padding-bottom: 3.2rem;
  border: #86a879 solid 1px;
  background-color: #f8f4ef;
}
@media (min-width: 576px) {
  .product .related.products > ul.products > li {
    flex-basis: calc(33.333% - 0.8rem);
    max-width: 33.333%;
  }
}
.product .related.products > ul.products > li a:hover {
  text-decoration: none;
}
.product .related.products > ul.products > li .woocommerce-loop-product__link {
  display: block;
  margin: -1rem 1rem 1rem;
}
.product .related.products > ul.products > li .woocommerce-loop-product__link img {
  height: auto;
  border: #86a879 solid 1px;
  border-bottom: #86a879 solid 8px;
}
.product .related.products > ul.products > li .woocommerce-loop-product__title {
  font-size: 1.4rem;
  line-height: 1.292;
  font-weight: 700;
  margin: 0.4rem;
}
.product .related.products > ul.products > li .woocommerce-Price-amount {
  margin: 0.4rem;
}
.product .related.products > ul.products > li .product_type_simple.add_to_cart_button, .product .related.products > ul.products > li .product_type_variable.add_to_cart_button {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  right: 0.4rem;
}
.product .related.products > ul.products > li .product_type_external {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  right: 0.4rem;
}
.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  padding-top: 0.2rem;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.product .woocommerce-product-gallery .flex-control-thumbs > li {
  flex-basis: 25%;
  padding: 0.2rem;
}
.product .woocommerce-product-gallery .flex-control-thumbs > li > img {
  border: #86a879 solid 1px;
  width: 100%;
}

.g-content .woocommerce h2 {
  font-size: 1.25em;
  font-weight: 700;
  text-transform: capitalize;
  margin: 1rem 0 8px;
}
.g-content .woocommerce .woocommerce-notices-wrapper a:not(.btn), .g-content .woocommerce .u-columns a:not(.btn) {
  border-bottom: #005941 dotted 1px;
}
.g-content .woocommerce .woocommerce-notices-wrapper a:not(.btn):hover, .g-content .woocommerce .u-columns a:not(.btn):hover {
  text-decoration: none;
  border-bottom: #072a1b solid 1px;
}
.g-content .col2-set {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.g-content .col2-set div[class*=col-] {
  flex-basis: 100%;
}
@media (min-width: 576px) {
  .g-content .col2-set div[class*=col-] {
    flex-basis: calc(50% - 0.5rem);
  }
}
.g-content .columns-3 > ul.products {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.g-content .columns-3 > ul.products > li {
  position: relative;
  flex-basis: calc(50% - 0.8rem);
  max-width: 50%;
  margin: 0.4rem;
  margin-top: 1.4rem;
  border: #86a879 solid 1px;
  background-color: #f8f4ef;
}
@media (min-width: 576px) {
  .g-content .columns-3 > ul.products > li {
    flex-basis: calc(33.333% - 0.8rem);
    max-width: 33.333%;
  }
}
.g-content .columns-3 > ul.products > li:not(.product-category) {
  padding-bottom: 3.2rem;
}
.g-content .columns-3 > ul.products > li .woocommerce-loop-product__link {
  display: block;
  margin: -1.4rem 0.6rem 1rem;
}
.g-content .columns-3 > ul.products > li .woocommerce-loop-product__link img {
  height: auto;
  border: #86a879 solid 1px;
  border-bottom: #86a879 solid 8px;
}
.g-content .columns-3 > ul.products > li.product-category > a:first-child {
  display: block;
  margin: -1.4rem 0.6rem 0;
}
.g-content .columns-3 > ul.products > li.product-category > a:first-child img {
  height: auto;
  border: #86a879 solid 1px;
  border-bottom: #86a879 solid 8px;
}
.g-content .columns-3 > ul.products > li a:hover {
  text-decoration: none;
}
.g-content .columns-3 > ul.products > li .woocommerce-loop-category__title {
  font-size: 1.4rem;
  line-height: 1.292;
  font-weight: 700;
  padding: 0.4rem;
  text-align: center;
}
.g-content .columns-3 > ul.products > li .woocommerce-loop-category__title mark {
  display: none;
}
.g-content .columns-3 > ul.products > li .woocommerce-loop-product__title {
  font-size: 1.4rem;
  line-height: 1.292;
  font-weight: 700;
  margin: 0.4rem;
}
.g-content .columns-3 > ul.products > li .woocommerce-Price-amount {
  margin: 0.4rem;
}
.g-content .columns-3 > ul.products > li .product_type_simple.add_to_cart_button, .g-content .columns-3 > ul.products > li .product_type_variable.add_to_cart_button {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  right: 0.4rem;
}
.g-content .columns-3 > ul.products > li .product_type_external {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  right: 0.4rem;
}
.g-content .columns-3 > ul.products > li:hover .woocommerce-loop-category__title {
  color: #072a1b;
}
.g-content .woocommerce-result-count {
  font-weight: 700;
  color: #005941;
}
.g-content .woocommerce-ordering {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: #86a879 solid 4px;
}
.g-content .wc-block-grid .wc-block-sort-select {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: #86a879 solid 4px;
}
.g-content .wc-block-grid > ul.wc-block-grid__products {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.g-content .wc-block-grid > ul.wc-block-grid__products > li {
  position: relative;
  flex-basis: calc(50% - 0.8rem);
  max-width: 50%;
  margin: 0.4rem;
  margin-top: 1.4rem;
  padding-bottom: 3.2rem;
  border: #86a879 solid 1px;
  background-color: #f8f4ef;
}
@media (min-width: 576px) {
  .g-content .wc-block-grid > ul.wc-block-grid__products > li {
    flex-basis: calc(33.333% - 0.8rem);
    max-width: 33.333%;
  }
}
@media (min-width: 768px) {
  .g-content .wc-block-grid > ul.wc-block-grid__products > li {
    flex-basis: calc(25% - 0.8rem);
    max-width: 25%;
  }
}
.g-content .wc-block-grid > ul.wc-block-grid__products > li a {
  width: 100%;
}
.g-content .wc-block-grid > ul.wc-block-grid__products > li a:hover {
  text-decoration: none;
}
.g-content .wc-block-grid > ul.wc-block-grid__products > li .wc-block-grid__product-title {
  font-size: 1.4rem;
  line-height: 1.292;
  font-weight: 700;
  margin: 0.4rem;
  color: #005941;
}
.g-content .wc-block-grid > ul.wc-block-grid__products > li .wc-block-grid__product-image {
  margin: -1rem 1rem 1rem;
}
.g-content .wc-block-grid > ul.wc-block-grid__products > li .wc-block-grid__product-image img {
  width: 100%;
  height: auto;
  border: #86a879 solid 1px;
  border-bottom: #86a879 solid 8px;
}
.g-content .wc-block-grid > ul.wc-block-grid__products > li .wc-block-grid__product-add-to-cart {
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  margin: 0;
  font-size: var(--wp--preset--font-size--small) !important;
}
.g-content .wc-block-grid > ul.wc-block-grid__products > li .wc-block-grid__product-add-to-cart > button, .g-content .wc-block-grid > ul.wc-block-grid__products > li .wc-block-grid__product-add-to-cart > a {
  display: block;
  width: 100%;
  border: 2px solid #f3cf1e;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  background: #f3cf1e;
  padding: 8px 15px;
  font-weight: 700;
  color: #072a1b;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none !important;
}
.g-content .wc-block-grid > ul.wc-block-grid__products > li .wc-block-grid__product-add-to-cart > button:hover, .g-content .wc-block-grid > ul.wc-block-grid__products > li .wc-block-grid__product-add-to-cart > a:hover {
  background: #fff;
}
.g-content .wc-block-product-template__responsive {
  grid-gap: 0;
}
.g-content .wc-block-product-template__responsive > li {
  position: relative;
  flex: 1;
  margin: 0.4rem;
  margin-top: 1.4rem;
  padding-bottom: 3.2rem;
  border: #86a879 solid 1px;
  background-color: #f8f4ef;
}
.g-content .wc-block-product-template__responsive > li .wc-block-grid__product-image {
  margin: -1rem 1rem 1rem;
}
.g-content .wc-block-product-template__responsive > li .wc-block-grid__product-image img {
  height: auto;
  border: #86a879 solid 1px;
  border-bottom: #86a879 solid 8px;
}
.g-content .wc-block-product-template__responsive > li a:hover {
  text-decoration: none;
}
.g-content .wc-block-product-template__responsive > li .wc-block-components-product-button {
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  margin: 0;
  font-size: var(--wp--preset--font-size--small) !important;
}
.g-content .wc-block-product-template__responsive > li .wc-block-components-product-button > button, .g-content .wc-block-product-template__responsive > li .wc-block-components-product-button > a {
  display: block;
  width: 100%;
  border: 2px solid #f3cf1e;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  background: #f3cf1e;
  padding: 8px 15px;
  font-weight: 700;
  color: #072a1b;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none !important;
}
.g-content .wc-block-product-template__responsive > li .wc-block-components-product-button > button:hover, .g-content .wc-block-product-template__responsive > li .wc-block-components-product-button > a:hover {
  background: #fff;
}
.g-content .woocommerce-MyAccount-navigation {
  width: 100%;
  margin-top: 1.4rem;
}
.g-content .woocommerce-MyAccount-navigation > ul {
  list-style: none;
  padding: 0 0.4rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: #072a1b solid 1px;
}
.g-content .woocommerce-MyAccount-navigation > ul > li {
  padding: 0.3rem 0.8rem;
  margin: 0 0.2rem -1px 0.2rem;
  border: #072a1b solid 1px;
  background-color: #aed459;
  font-weight: 700;
  color: #072a1b;
}
.g-content .woocommerce-MyAccount-navigation > ul > li:hover {
  background-color: #072a1b;
  color: #fff;
}
.g-content .woocommerce-MyAccount-navigation > ul > li:hover > a {
  color: #fff;
}
.g-content .woocommerce-MyAccount-navigation > ul > li.is-active {
  border-bottom: #fff solid 1px;
  background-color: #fff;
}
.g-content .woocommerce-MyAccount-navigation > ul > li.is-active:hover {
  color: #005941;
}
.g-content .woocommerce-MyAccount-navigation > ul > li.is-active:hover > a {
  color: #005941;
}
.g-content .woocommerce-MyAccount-navigation > ul > li > a {
  color: #072a1b;
}
.g-content .woocommerce-MyAccount-navigation > ul > li > a:hover {
  text-decoration: none;
}
.g-content .woocommerce-MyAccount-content fieldset legend {
  font-size: 1.3rem;
  font-weight: 700;
}
.g-content .woocommerce-MyAccount-content .select2-selection {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.571;
  color: #4f4f4f;
  background: #ebebeb url(../src/img/svg/chevron-down.svg) no-repeat right 0.6rem top 55%;
  background-size: 0.8rem;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 12px 2rem 12px 10px;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .g-content .woocommerce-MyAccount-content .select2-selection {
    font-size: 16px;
    line-height: 1.563;
  }
}
.g-content .woocommerce-MyAccount-content .select2-selection .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
}
.g-content .woocommerce-MyAccount-content .select2-selection .select2-selection__arrow {
  display: none;
}
.g-content .woocommerce-MyAccount-content a:not(.button):not(.edit) {
  border-bottom: #005941 dotted 1px;
}
.g-content .woocommerce-MyAccount-content a:not(.button):not(.edit):hover {
  text-decoration: none;
  border-bottom: #072a1b solid 1px;
}
.g-content .woocommerce-MyAccount-content a.edit {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 700;
  padding: 0.4rem 0.8rem;
  text-transform: uppercase;
  background: #fff;
  border: #000 solid 1px;
  transition: 0.2s;
}
.g-content .woocommerce-MyAccount-content a.edit:hover {
  text-decoration: none;
  background: #072a1b;
  color: #fff;
}
.g-content address {
  margin: 0.8rem 0;
}

.woocommerce-orders-table__header:not(:first-child), .woocommerce-orders-table__cell:not(:first-child) {
  padding: 2px 0.3rem;
}

.woocommerce-order .woocommerce-notice {
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
}

.woocommerce-order-details {
  margin-bottom: 2rem;
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 1.25em;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.woocommerce-order-details a {
  border-bottom: #005941 dotted 1px;
}
.woocommerce-order-details a:hover {
  text-decoration: none;
  border-bottom: #072a1b solid 1px;
}
.woocommerce-order-details table {
  width: 100%;
}
.woocommerce-order-details table thead tr:first-child th {
  text-transform: uppercase;
  border-bottom: #86a879 solid 1px;
  font-size: 1rem;
  margin: 8px 0;
}
.woocommerce-order-details table tbody tr th, .woocommerce-order-details table tbody tr td {
  margin: 8px 0;
}
.woocommerce-order-details table tfoot tr:last-child th, .woocommerce-order-details table tfoot tr:last-child td {
  font-weight: 700;
  border-top: #86a879 solid 1px;
  margin: 8px 0;
}

.woocommerce-customer-details .woocommerce-columns {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  flex-basis: 100%;
  border: #86a879 solid 1px;
  padding: 1rem;
  border-radius: 5px;
  margin: 8px;
  background-color: #f8f4ef;
}
.woocommerce-customer-details .woocommerce-columns .woocommerce-column .woocommerce-column__title {
  font-size: 1.25em;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: #86a879 solid 1px;
}
@media (min-width: 768px) {
  .woocommerce-customer-details .woocommerce-columns.woocommerce-columns--2 .woocommerce-column {
    flex-basis: calc(50% - 16px);
  }
}

.store-slider {
  position: relative;
  background: #072a1b;
  color: #fff;
  overflow: hidden;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 1% 100%, 2% 100%, 3% 99.9019607843%, 4% 99.9019607843%, 5% 99.8039215686%, 6% 99.7058823529%, 7% 99.6078431373%, 8% 99.4117647059%, 9% 99.3137254902%, 10% 99.2156862745%, 11% 99.0196078431%, 12% 98.8235294118%, 13% 98.7254901961%, 14% 98.5294117647%, 15% 98.3333333333%, 16% 98.137254902%, 17% 97.9411764706%, 18% 97.7450980392%, 19% 97.5490196078%, 20% 97.3529411765%, 21% 97.2549019608%, 22% 97.0588235294%, 23% 96.862745098%, 24% 96.7647058824%, 25% 96.6666666667%, 26% 96.4705882353%, 27% 96.3725490196%, 28% 96.2745098039%, 29% 96.1764705882%, 30% 96.1764705882%, 31% 96.0784313725%, 32% 96.0784313725%, 33% 96.0784313725%, 34% 96.0784313725%, 35% 96.0784313725%, 36% 96.1764705882%, 37% 96.1764705882%, 38% 96.2745098039%, 39% 96.3725490196%, 40% 96.4705882353%, 41% 96.6666666667%, 42% 96.7647058824%, 43% 96.862745098%, 44% 97.0588235294%, 45% 97.2549019608%, 46% 97.3529411765%, 47% 97.5490196078%, 48% 97.7450980392%, 49% 97.9411764706%, 50% 98.137254902%, 51% 98.3333333333%, 52% 98.5294117647%, 53% 98.7254901961%, 54% 98.8235294118%, 55% 99.0196078431%, 56% 99.2156862745%, 57% 99.3137254902%, 58% 99.5098039216%, 59% 99.6078431373%, 60% 99.7058823529%, 61% 99.8039215686%, 62% 99.9019607843%, 63% 99.9019607843%, 64% 100%, 65% 100%, 66% 100%, 67% 100%, 68% 100%, 69% 99.9019607843%, 70% 99.9019607843%, 71% 99.8039215686%, 72% 99.7058823529%, 73% 99.6078431373%, 74% 99.4117647059%, 75% 99.3137254902%, 76% 99.2156862745%, 77% 99.0196078431%, 78% 98.8235294118%, 79% 98.6274509804%, 80% 98.5294117647%, 81% 98.3333333333%, 82% 98.137254902%, 83% 97.9411764706%, 84% 97.7450980392%, 85% 97.5490196078%, 86% 97.3529411765%, 87% 97.2549019608%, 88% 97.0588235294%, 89% 96.862745098%, 90% 96.7647058824%, 91% 96.568627451%, 92% 96.4705882353%, 93% 96.3725490196%, 94% 96.2745098039%, 95% 96.1764705882%, 96% 96.1764705882%, 97% 96.0784313725%, 98% 96.0784313725%, 99% 96.0784313725%, 100% 96.0784313725%);
  text-align: center;
}
@media (min-width: 1024px) {
  .store-slider {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 1% 100%, 2% 99.95%, 3% 99.9%, 4% 99.8%, 5% 99.7%, 6% 99.55%, 7% 99.35%, 8% 99.2%, 9% 99%, 10% 98.75%, 11% 98.5%, 12% 98.25%, 13% 98%, 14% 97.7%, 15% 97.45%, 16% 97.15%, 17% 96.85%, 18% 96.55%, 19% 96.25%, 20% 95.9%, 21% 95.65%, 22% 95.35%, 23% 95.05%, 24% 94.8%, 25% 94.55%, 26% 94.3%, 27% 94.05%, 28% 93.85%, 29% 93.65%, 30% 93.5%, 31% 93.35%, 32% 93.25%, 33% 93.15%, 34% 93.05%, 35% 93%, 36% 93%, 37% 93%, 38% 93.05%, 39% 93.1%, 40% 93.2%, 41% 93.3%, 42% 93.45%, 43% 93.6%, 44% 93.75%, 45% 93.95%, 46% 94.2%, 47% 94.45%, 48% 94.7%, 49% 94.95%, 50% 95.25%, 51% 95.5%, 52% 95.8%, 53% 96.1%, 54% 96.4%, 55% 96.7%, 56% 97%, 57% 97.3%, 58% 97.6%, 59% 97.9%, 60% 98.15%, 61% 98.45%, 62% 98.65%, 63% 98.9%, 64% 99.1%, 65% 99.3%, 66% 99.5%, 67% 99.6%, 68% 99.75%, 69% 99.85%, 70% 99.95%, 71% 99.95%, 72% 100%, 73% 100%, 74% 99.95%, 75% 99.9%, 76% 99.85%, 77% 99.7%, 78% 99.6%, 79% 99.45%, 80% 99.25%, 81% 99.05%, 82% 98.85%, 83% 98.6%, 84% 98.35%, 85% 98.1%, 86% 97.85%, 87% 97.55%, 88% 97.25%, 89% 96.95%, 90% 96.65%, 91% 96.35%, 92% 96.05%, 93% 95.75%, 94% 95.45%, 95% 95.15%, 96% 94.9%, 97% 94.6%, 98% 94.35%, 99% 94.15%, 100% 93.95%);
  }
}
.store-slider .slide-content {
  top: unset !important;
  bottom: 0;
  height: auto !important;
  padding-bottom: 4rem !important;
  padding-top: 2rem !important;
  text-align: center !important;
}
.store-slider .slide-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(7, 42, 27, 0.7);
  backdrop-filter: blur(8px);
  clip-path: polygon(100% 100%, 0% 100%, 0% 9.901%, 0% 9.901%, 0.55% 9.624%, 2.178% 8.871%, 4.849% 7.762%, 8.533% 6.416%, 13.193% 4.95%, 18.799% 3.485%, 25.315% 2.139%, 32.71% 1.03%, 40.949% 0.277%, 50% 0%, 50% 0%, 59.051% 0.277%, 67.29% 1.03%, 74.685% 2.139%, 81.201% 3.485%, 86.807% 4.95%, 91.468% 6.416%, 95.151% 7.762%, 97.823% 8.871%, 99.45% 9.624%, 100% 9.901%, 100% 100%);
}
.store-slider .slide-content .slide-content-title, .store-slider .slide-content .slide-content-subtitle {
  position: relative;
  z-index: 1;
  text-shadow: 0px 10px 10px #000;
}
.store-slider .slide-content .slide-content-title {
  color: #f3cf1e;
}
.store-slider .slide-content .slide-content-button {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.store-slider .slide-content .slide-content-button .slide-button-main {
  border-radius: 0;
  text-transform: uppercase;
  background-color: #fff;
  color: #072a1b;
}
.store-slider .slide-content .slide-content-button .slide-button-main:hover {
  background-color: #072a1b;
  color: #fff;
}

body table.toplevel th, body table.toplevel td {
  word-break: normal;
}

@media (max-width: 767.98px) {
  #acalog-client-header .masthead-container .site-header .site-logo > img {
    height: 32px !important;
  }
}
#acalog-client-header .menu-trigger .icon {
  position: relative;
  width: 27px !important;
}
#acalog-client-header .menu-trigger .icon:not(.-close) {
  height: 12px;
  border-top: #005941 solid 2px;
  border-bottom: #005941 solid 2px;
}
#acalog-client-header .menu-trigger .icon:not(.-close)::after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  border-bottom: #005941 solid 2px;
}
#acalog-client-header .menu-trigger .icon.-close {
  height: 27px;
}
#acalog-client-header .menu-trigger .icon.-close::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  border-bottom: #005941 solid 2px;
  transform: rotate(-45deg);
}
#acalog-client-header .menu-trigger .icon.-close::after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  border-bottom: #005941 solid 2px;
  transform: rotate(45deg);
}

.acalog-social-media-links > div {
  width: 4rem;
}

#keyword-submit-icon .acalog-icons-visible {
  font-size: 15px;
}

#gateway-popup #course_search td:last-child, #gateway-page #course_search td:last-child {
  border: #005941 solid 1px;
}
#gateway-popup .gateway-toolbar-share-contents, #gateway-page .gateway-toolbar-share-contents {
  height: 3rem;
}
#gateway-popup .gateway-toolbar, #gateway-page .gateway-toolbar {
  height: 3rem;
  position: relative;
  bottom: auto !important;
}
@media (max-width: 575.98px) {
  #gateway-popup .gateway-toolbar, #gateway-page .gateway-toolbar {
    display: block;
    float: none;
  }
}
#gateway-popup .gateway-toolbar .gateway-toolbar-item, #gateway-page .gateway-toolbar .gateway-toolbar-item {
  width: 4rem;
  height: 3rem;
  border: #005941 solid 1px;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-item a.acalog-icon, #gateway-popup .gateway-toolbar .gateway-toolbar-item a.acalog-share, #gateway-popup .gateway-toolbar .gateway-toolbar-item button.acalog-icon, #gateway-popup .gateway-toolbar .gateway-toolbar-item button.acalog-share, #gateway-page .gateway-toolbar .gateway-toolbar-item a.acalog-icon, #gateway-page .gateway-toolbar .gateway-toolbar-item a.acalog-share, #gateway-page .gateway-toolbar .gateway-toolbar-item button.acalog-icon, #gateway-page .gateway-toolbar .gateway-toolbar-item button.acalog-share {
  color: #005941 !important;
  border: none !important;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-item a.acalog-icon:hover, #gateway-popup .gateway-toolbar .gateway-toolbar-item a.acalog-share:hover, #gateway-popup .gateway-toolbar .gateway-toolbar-item button.acalog-icon:hover, #gateway-popup .gateway-toolbar .gateway-toolbar-item button.acalog-share:hover, #gateway-page .gateway-toolbar .gateway-toolbar-item a.acalog-icon:hover, #gateway-page .gateway-toolbar .gateway-toolbar-item a.acalog-share:hover, #gateway-page .gateway-toolbar .gateway-toolbar-item button.acalog-icon:hover, #gateway-page .gateway-toolbar .gateway-toolbar-item button.acalog-share:hover {
  background-color: #005941;
  color: #fff !important;
}
#gateway-popup label.n2_search, #gateway-page label.n2_search {
  color: #000;
  display: inline;
}
#gateway-popup .block_n2_search span.n2_search a, #gateway-page .block_n2_search span.n2_search a {
  color: #000;
  font-size: 16px;
  border-bottom: #000 dotted 1px;
  transition: 0.2s;
}
#gateway-popup .block_n2_search span.n2_search a:hover, #gateway-page .block_n2_search span.n2_search a:hover {
  color: #005941;
  border-bottom: #005941 solid 1px;
}
@media (max-width: 767.98px) {
  #gateway-popup .block_n2_search, #gateway-page .block_n2_search {
    background: #f8f4ef;
  }
}
#gateway-popup .n2_links, #gateway-page .n2_links {
  padding-left: 0;
  margin-left: 0;
}
#gateway-popup .n2_links#gateway-nav-current a, #gateway-page .n2_links#gateway-nav-current a {
  font-weight: 700;
}
#gateway-popup .n2_links#gateway-nav-current a:link, #gateway-popup .n2_links#gateway-nav-current a:visited, #gateway-page .n2_links#gateway-nav-current a:link, #gateway-page .n2_links#gateway-nav-current a:visited {
  color: #005941;
}
#gateway-popup table.block_n2_and_content, #gateway-page table.block_n2_and_content {
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
#gateway-popup table.block_n2_and_content .n2_search_header, #gateway-page table.block_n2_and_content .n2_search_header {
  font-size: 18px;
  line-height: 1.278;
  color: #005941;
}
@media (min-width: 1024px) {
  #gateway-popup table.block_n2_and_content .n2_search_header, #gateway-page table.block_n2_and_content .n2_search_header {
    font-size: 21px;
    line-height: 1.286;
  }
}
#gateway-popup table.block_n2_and_content td, #gateway-page table.block_n2_and_content td {
  font-size: 18px;
  line-height: 1.556;
}
@media (max-width: 767.98px) {
  #gateway-popup table.block_n2_and_content td.block_n3_off.block_n3_right.float_right, #gateway-page table.block_n2_and_content td.block_n3_off.block_n3_right.float_right {
    background: #072a1b;
    padding-right: 0;
  }
}
#gateway-popup table.block_n2_and_content a:link, #gateway-popup table.block_n2_and_content a:visited, #gateway-page table.block_n2_and_content a:link, #gateway-page table.block_n2_and_content a:visited {
  font-size: 18px;
  border-bottom: #005941 dotted 1px;
}
#gateway-popup table.block_n2_and_content a:hover, #gateway-page table.block_n2_and_content a:hover {
  text-decoration: none;
  border-bottom: #005941 solid 1px;
}
#gateway-popup table.block_n2_and_content a.navbar, #gateway-page table.block_n2_and_content a.navbar {
  display: block;
  width: 100%;
  padding: 8px 0 6px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.2s;
  font-size: 16px;
  font-weight: 500;
  border-bottom: #86a879 solid 2px;
}
#gateway-popup table.block_n2_and_content a.navbar:visited, #gateway-popup table.block_n2_and_content a.navbar:link, #gateway-page table.block_n2_and_content a.navbar:visited, #gateway-page table.block_n2_and_content a.navbar:link {
  color: #000;
}
#gateway-popup table.block_n2_and_content a.navbar:hover, #gateway-page table.block_n2_and_content a.navbar:hover {
  color: #005941;
  text-decoration: underline;
}
#gateway-popup table.block_n2_and_content > tbody > tr > td.block_content_outer table, #gateway-page table.block_n2_and_content > tbody > tr > td.block_content_outer table {
  width: 100% !important;
}
#gateway-popup table.block_n2_and_content > tbody > tr > td.block_content_outer table > thead > tr > th, #gateway-popup table.block_n2_and_content > tbody > tr > td.block_content_outer table > thead > tr > td, #gateway-popup table.block_n2_and_content > tbody > tr > td.block_content_outer table > tbody > tr > th, #gateway-popup table.block_n2_and_content > tbody > tr > td.block_content_outer table > tbody > tr > td, #gateway-page table.block_n2_and_content > tbody > tr > td.block_content_outer table > thead > tr > th, #gateway-page table.block_n2_and_content > tbody > tr > td.block_content_outer table > thead > tr > td, #gateway-page table.block_n2_and_content > tbody > tr > td.block_content_outer table > tbody > tr > th, #gateway-page table.block_n2_and_content > tbody > tr > td.block_content_outer table > tbody > tr > td {
  padding: 0 0.5rem;
}
@media (max-width: 767.98px) {
  #gateway-popup table.block_n2_and_content > tbody > tr > td.block_content_outer table.acalog-export-remove > tbody > tr > td, #gateway-page table.block_n2_and_content > tbody > tr > td.block_content_outer table.acalog-export-remove > tbody > tr > td {
    display: block;
  }
}
#gateway-popup table.block_n2_and_content > tbody > tr > td.block_n2, #gateway-page table.block_n2_and_content > tbody > tr > td.block_n2 {
  background: unset;
}
#gateway-popup table.block_n2_and_content > tbody > tr > td.block_n2::after, #gateway-page table.block_n2_and_content > tbody > tr > td.block_n2::after {
  content: "";
  display: none;
}
@media (min-width: 768px) {
  #gateway-popup table.block_n2_and_content, #gateway-page table.block_n2_and_content {
    display: flex;
  }
  #gateway-popup table.block_n2_and_content > tbody, #gateway-page table.block_n2_and_content > tbody {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  #gateway-popup table.block_n2_and_content > tbody > tr, #gateway-page table.block_n2_and_content > tbody > tr {
    display: flex;
    flex: 1;
  }
  #gateway-popup table.block_n2_and_content > tbody > tr > td, #gateway-page table.block_n2_and_content > tbody > tr > td {
    flex: 1;
  }
  #gateway-popup table.block_n2_and_content > tbody > tr > td.block_content_outer, #gateway-page table.block_n2_and_content > tbody > tr > td.block_content_outer {
    flex-basis: 75%;
    padding-right: 48px;
  }
  #gateway-popup table.block_n2_and_content > tbody > tr > td.block_n2, #gateway-page table.block_n2_and_content > tbody > tr > td.block_n2 {
    flex-basis: 25%;
  }
}
#gateway-popup .tooltip .n2_search_header, #gateway-popup .toplevel_popup .n2_search_header, #gateway-page .tooltip .n2_search_header, #gateway-page .toplevel_popup .n2_search_header {
  font-size: 18px;
  line-height: 1.278;
  color: #005941;
}
@media (min-width: 1024px) {
  #gateway-popup .tooltip .n2_search_header, #gateway-popup .toplevel_popup .n2_search_header, #gateway-page .tooltip .n2_search_header, #gateway-page .toplevel_popup .n2_search_header {
    font-size: 21px;
    line-height: 1.286;
  }
}
#gateway-popup .block_n2 hr, #gateway-page .block_n2 hr {
  border-color: unset;
  display: none;
}
@media (max-width: 767.98px) {
  #gateway-popup .mobile-menu-toggle, #gateway-page .mobile-menu-toggle {
    margin: 1em;
    margin-bottom: 0;
    background: #fff;
    color: #005941;
    font-weight: 500;
    border: #005941 solid 2px;
  }
}
#gateway-popup .block_content hr, #gateway-page .block_content hr {
  border-color: #f3cf1e;
}
@media (max-width: 767.98px) {
  #gateway-popup .block_n2_content.links_table, #gateway-page .block_n2_content.links_table {
    margin-bottom: 4rem;
  }
  #gateway-popup .block_n2_content.links_table #acalog-navigation, #gateway-page .block_n2_content.links_table #acalog-navigation {
    padding: 1em 1em 0;
  }
  #gateway-popup .block_n2_content.links_table .block_n2_tools, #gateway-page .block_n2_content.links_table .block_n2_tools {
    padding: 0 1em 1em;
  }
}

#exact_match_n2 + label, #exact_match + label, #filter_course + label, #filter_program + label, #filter_entity + label, #filter_other + label {
  display: inline;
}
@media (min-width: 768px) {
  #exact_match_n2, #exact_match, #filter_course, #filter_program, #filter_entity, #filter_other {
    margin-top: 0.25rem;
  }
}
@media (max-width: 767.98px) {
  #exact_match_n2, #exact_match, #filter_course, #filter_program, #filter_entity, #filter_other {
    padding: unset;
    margin-top: 0.8rem;
    margin-left: 0.6rem;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

#gateway-footer-copyright {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 2rem;
}
#gateway-footer-copyright a:link, #gateway-footer-copyright a:visited {
  color: #aed459;
  border-bottom: #aed459 dotted 1px;
}
#gateway-footer-copyright a:hover {
  border-bottom: #aed459 solid 1px;
  text-decoration: none;
}

#return-to-top::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: #fff solid 4px;
  border-right: #fff solid 4px;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 7px);
}

.module-common.module:not(section), .module-common.classic {
  position: relative;
  color: #000;
  padding: 50px 0 73px;
}
.module-common.module:not(section) strong, .module-common.classic strong {
  font-weight: 700;
}
.module-common.module:not(section) .split, .module-common.classic .split {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767.98px) {
  .module-common.module:not(section) .rich-content.right, .module-common.classic .rich-content.right {
    margin-top: 30px;
  }
}
.module-common.module:not(section) .rich-content h1,
.module-common.module:not(section) .rich-content h2,
.module-common.module:not(section) .rich-content h3,
.module-common.module:not(section) .rich-content h4,
.module-common.module:not(section) .rich-content h5,
.module-common.module:not(section) .rich-content h6, .module-common.classic .rich-content h1,
.module-common.classic .rich-content h2,
.module-common.classic .rich-content h3,
.module-common.classic .rich-content h4,
.module-common.classic .rich-content h5,
.module-common.classic .rich-content h6 {
  margin: 0 0 20px;
}
.module-common.module:not(section) .rich-content h1 strong,
.module-common.module:not(section) .rich-content h2 strong,
.module-common.module:not(section) .rich-content h3 strong,
.module-common.module:not(section) .rich-content h4 strong,
.module-common.module:not(section) .rich-content h5 strong,
.module-common.module:not(section) .rich-content h6 strong, .module-common.classic .rich-content h1 strong,
.module-common.classic .rich-content h2 strong,
.module-common.classic .rich-content h3 strong,
.module-common.classic .rich-content h4 strong,
.module-common.classic .rich-content h5 strong,
.module-common.classic .rich-content h6 strong {
  font-weight: 700;
}
.module-common.module:not(section) .rich-content p:not(:last-child), .module-common.classic .rich-content p:not(:last-child) {
  margin-bottom: 14px;
}
.module-common.module:not(section) .rich-content blockquote, .module-common.classic .rich-content blockquote {
  font-size: 18px;
  line-height: 33px;
  font-style: italic;
  font-weight: 300;
  margin-right: 0;
}
.module-common.module:not(section) .rich-content .icon-infobox, .module-common.classic .rich-content .icon-infobox {
  display: flex;
  max-width: 650px;
  margin: auto;
  padding: 2rem;
  border: #072a1b solid 2px;
  background-color: #f8f9fa;
  color: #005941;
  text-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .module-common.module:not(section) .rich-content .icon-infobox, .module-common.classic .rich-content .icon-infobox {
    max-width: 400px;
  }
}
.module-common.module:not(section) .rich-content .icon-infobox .info-left, .module-common.module:not(section) .rich-content .icon-infobox .info-right, .module-common.classic .rich-content .icon-infobox .info-left, .module-common.classic .rich-content .icon-infobox .info-right {
  width: 40%;
}
@media (max-width: 767.98px) {
  .module-common.module:not(section) .rich-content .icon-infobox .info-left, .module-common.module:not(section) .rich-content .icon-infobox .info-right, .module-common.classic .rich-content .icon-infobox .info-left, .module-common.classic .rich-content .icon-infobox .info-right {
    width: 100%;
  }
}
.module-common.module:not(section) .rich-content .icon-infobox .info-left h4, .module-common.module:not(section) .rich-content .icon-infobox .info-right h4, .module-common.classic .rich-content .icon-infobox .info-left h4, .module-common.classic .rich-content .icon-infobox .info-right h4 {
  font-size: 21px;
  line-height: 1.286;
}
.module-common.module:not(section) .rich-content .icon-infobox .info-left .date, .module-common.module:not(section) .rich-content .icon-infobox .info-right .date, .module-common.classic .rich-content .icon-infobox .info-left .date, .module-common.classic .rich-content .icon-infobox .info-right .date {
  font-size: 30px;
}
.module-common.module:not(section) .rich-content .icon-infobox .icon-container, .module-common.classic .rich-content .icon-infobox .icon-container {
  flex: 1;
}
@media (max-width: 767.98px) {
  .module-common.module:not(section) .rich-content .icon-infobox .icon-container, .module-common.classic .rich-content .icon-infobox .icon-container {
    width: 80px;
    flex: none;
    margin: auto;
  }
}
.module-common.module:not(section) .rich-content .icon-infobox .icon-container img, .module-common.classic .rich-content .icon-infobox .icon-container img {
  width: 80%;
  height: auto;
}
.module-common.module:not(section) .rich-content .icon-infobox h3, .module-common.module:not(section) .rich-content .icon-infobox h4, .module-common.classic .rich-content .icon-infobox h3, .module-common.classic .rich-content .icon-infobox h4 {
  margin-bottom: 0.5rem;
}
.module-common.module:not(section) a:not(.btn), .module-common.classic a:not(.btn) {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
  border-bottom-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.module-common.module:not(section) a:not(.btn):hover, .module-common.classic a:not(.btn):hover {
  color: #005941;
  border-bottom-style: solid;
  text-decoration: none;
}
.module-common.module:not(section) a:not(.btn).img-link, .module-common.classic a:not(.btn).img-link {
  border-bottom: none;
}
.module-common.module:not(section).bg-light, .module-common.classic.bg-light {
  background: #f8f4ef;
}
.module-common.module:not(section).bg-dark, .module-common.classic.bg-dark {
  background: #005941;
  color: #fff;
}
.module-common.module:not(section).bg-dark a:not(.btn), .module-common.classic.bg-dark a:not(.btn) {
  color: #f3cf1e;
}
.module-common.module:not(section).bg-dark a:not(.btn):hover, .module-common.classic.bg-dark a:not(.btn):hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .module-common.module:not(section).narrowWidth .solo, .module-common.classic.narrowWidth .solo {
    max-width: 83.3333333333%;
  }
}
@media (min-width: 1024px) {
  .module-common.module:not(section).narrowWidth .solo, .module-common.classic.narrowWidth .solo {
    max-width: 75%;
  }
}
.single-tribe_events .module-common {
  max-width: 100%;
}
.single-tribe_events .module-common > .wrapper, .single-tribe_events .module-common.image .module-common > .wp-block-image.in-container, .module-common.image .single-tribe_events .module-common > .wp-block-image.in-container, .single-tribe_events .single-post .module-common > .module-common.image, .single-post .single-tribe_events .module-common > .module-common.image, .single-tribe_events .single-news_article .module-common > .module-common.image, .single-news_article .single-tribe_events .module-common > .module-common.image, .single-tribe_events .module-common.separator .module-common > .wp-block-separator.contained, .module-common.separator .single-tribe_events .module-common > .wp-block-separator.contained {
  max-width: 100%;
  padding: 0;
}
.single-tribe_events .module-common blockquote {
  font-style: italic;
}
.reduced-wrapper .single-tribe_events .module-common .in {
  max-width: 100%;
}
.single-tribe_events .module-common .wrapper, .single-tribe_events .module-common.image .wp-block-image.in-container, .single-tribe_events .module-common .single-post .module-common.image, .single-post .single-tribe_events .module-common .module-common.image, .single-tribe_events .module-common .single-news_article .module-common.image, .single-news_article .single-tribe_events .module-common .module-common.image, .single-tribe_events .module-common.separator .wp-block-separator.contained {
  position: relative;
}
.single-tribe_events .module-common a {
  text-decoration: underline;
}
.single-tribe_events .module-common img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}
.single-tribe_events .module-common .split {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.single-tribe_events .module-common .split .rich-content {
  width: 100%;
}
.single-tribe_events .module-common .split .rich-content.right {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .single-tribe_events .module-common .split .rich-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-tribe_events .module-common .split .rich-content.left {
    padding-right: 20px;
  }
  .single-tribe_events .module-common .split .rich-content.right {
    margin-top: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .single-tribe_events .module-common .split .rich-content.left {
    padding-right: 40px;
  }
  .single-tribe_events .module-common .split .rich-content.right {
    margin-top: 0;
    padding-left: 40px;
  }
}

.module-common.cover .wp-block-cover .wp-block-cover__inner-container .btn.night, .module-common.cover .wp-block-cover .wp-block-cover__inner-container .header-landing.header-event .event-cta a.night, .header-landing.header-event .event-cta .module-common.cover .wp-block-cover .wp-block-cover__inner-container a.night, .module-common.cover .wp-block-cover .wp-block-cover__inner-container .gform_wrapper input.night[type=submit], .gform_wrapper .module-common.cover .wp-block-cover .wp-block-cover__inner-container input.night[type=submit] {
  background: #072a1b;
  border-color: #072a1b;
  color: #fff;
}
.module-common.cover .wp-block-cover .wp-block-cover__inner-container .btn.night:hover, .module-common.cover .wp-block-cover .wp-block-cover__inner-container .header-landing.header-event .event-cta a.night:hover, .header-landing.header-event .event-cta .module-common.cover .wp-block-cover .wp-block-cover__inner-container a.night:hover, .module-common.cover .wp-block-cover .wp-block-cover__inner-container .gform_wrapper input.night[type=submit]:hover, .gform_wrapper .module-common.cover .wp-block-cover .wp-block-cover__inner-container input.night[type=submit]:hover {
  background: #fff;
  color: #1c3a2e;
}
.module-common.cover .wp-block-cover .wp-block-cover__inner-container .btn.green, .module-common.cover .wp-block-cover .wp-block-cover__inner-container .header-landing.header-event .event-cta a.green, .header-landing.header-event .event-cta .module-common.cover .wp-block-cover .wp-block-cover__inner-container a.green, .module-common.cover .wp-block-cover .wp-block-cover__inner-container .gform_wrapper input.green[type=submit], .gform_wrapper .module-common.cover .wp-block-cover .wp-block-cover__inner-container input.green[type=submit] {
  background: #005941;
  border-color: #005941;
  color: #fff;
}
.module-common.cover .wp-block-cover .wp-block-cover__inner-container .btn.green:hover, .module-common.cover .wp-block-cover .wp-block-cover__inner-container .header-landing.header-event .event-cta a.green:hover, .header-landing.header-event .event-cta .module-common.cover .wp-block-cover .wp-block-cover__inner-container a.green:hover, .module-common.cover .wp-block-cover .wp-block-cover__inner-container .gform_wrapper input.green[type=submit]:hover, .gform_wrapper .module-common.cover .wp-block-cover .wp-block-cover__inner-container input.green[type=submit]:hover {
  background: #fff;
  color: #005941;
}

.m-quote {
  position: relative;
  text-align: center;
  background: #f8f4ef;
  color: #000;
  padding: 50px 0;
  overflow: hidden;
}
.m-quote .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0.05;
  pointer-events: none;
}
.m-quote .icon {
  margin: 0 0 10px;
}
.m-quote .icon svg path,
.m-quote .icon svg circle {
  stroke: #005941;
}
.m-quote .icon svg path {
  fill: #005941;
}
.m-quote .wrapper, .m-quote .module-common.image .wp-block-image.in-container, .module-common.image .m-quote .wp-block-image.in-container, .m-quote .single-post .reduced-wrapper.with-header-img .module-common.image, .single-post .reduced-wrapper.with-header-img .m-quote .module-common.image, .m-quote .single-news_article .reduced-wrapper.with-header-img .module-common.image, .single-news_article .reduced-wrapper.with-header-img .m-quote .module-common.image, .m-quote .single-post .module-common.image, .single-post .m-quote .module-common.image, .m-quote .single-news_article .module-common.image, .single-news_article .m-quote .module-common.image, .m-quote .module-common.separator .wp-block-separator.contained, .module-common.separator .m-quote .wp-block-separator.contained {
  position: relative;
}
.m-quote .swiper-buttons .swiper-button {
  color: #005941;
  top: calc(100% - 50px);
}
.m-quote.forest-green {
  background: #005941;
  color: #fff;
}
.m-quote.forest-green .swiper-buttons .swiper-button {
  color: #f3cf1e;
}
.m-quote.forest-green .shape {
  opacity: 0.15;
}
.m-quote.forest-green .icon svg path,
.m-quote.forest-green .icon svg circle {
  stroke: #f3cf1e;
}
.m-quote.forest-green .icon svg path {
  fill: #f3cf1e;
}
.m-quote.forest-green .quote .author {
  color: #f3cf1e;
}
.m-quote.sage {
  background: #86a879;
  color: #1c3a2e;
}
.m-quote.sage .swiper-buttons .swiper-button {
  color: #fff;
}
.m-quote.sage .shape {
  opacity: 0.1;
}
.m-quote.sage .icon svg path,
.m-quote.sage .icon svg circle {
  stroke: #fff;
}
.m-quote.sage .icon svg path {
  fill: #fff;
}
.m-quote.sage .quote .author {
  color: #fff;
}
.m-quote.sage .quote .author h4, .m-quote.sage .quote .author .author-inner {
  color: #1c3a2e;
}
.m-quote.fern {
  background: #aed459;
  color: #1c3a2e;
}
.m-quote.fern .swiper-buttons .swiper-button {
  color: #f3cf1e;
}
.m-quote.fern .shape {
  opacity: 0.1;
}
.m-quote.fern .icon svg path,
.m-quote.fern .icon svg circle {
  stroke: #005941;
}
.m-quote.fern .icon svg path {
  fill: #005941;
}
.m-quote.fern .quote .author {
  color: #f3cf1e;
}
.m-quote.fern .quote .author h4, .m-quote.fern .quote .author .author-inner {
  color: #1c3a2e;
}
@media (min-width: 768px) {
  .m-quote .inner {
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
}
.m-quote .quote blockquote {
  font-size: 21px;
  line-height: 28px;
  margin: 0;
  font-weight: 300;
}
.m-quote .quote blockquote strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .m-quote .quote blockquote {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .m-quote .quote blockquote {
    font-size: 28px;
    line-height: 38px;
  }
}
.m-quote .quote .author {
  position: relative;
  margin: 18px 0 6px;
  padding-top: 18px;
  color: #005941;
}
.m-quote .quote .author h4, .m-quote .quote .author .author-inner {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 768px) {
  .m-quote .quote .author h4, .m-quote .quote .author .author-inner {
    font-size: 18px;
    line-height: 1.278;
  }
}
@media (min-width: 1024px) {
  .m-quote .quote .author h4, .m-quote .quote .author .author-inner {
    font-size: 21px;
    line-height: 1.286;
  }
}
.m-quote .quote .author::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -2px;
  width: 64px;
  height: 4px;
  background: currentColor;
  transform: translateX(-50%);
}
.m-quote .quote .small, .m-quote .quote .page-sidebar .sidebar .sidebar-content .sidebar-links a, .page-sidebar .sidebar .sidebar-content .sidebar-links .m-quote .quote a {
  margin: 0;
  font-weight: 500;
  font-style: italic;
}

.m-brc {
  padding: 24px 0 36px;
}
.m-brc ul,
.m-brc li {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 100%;
}
.m-brc a {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  margin-right: 10px;
  margin-top: 12px;
  font-weight: 300;
  font-size: 16px;
  opacity: 0.5;
  line-height: 18px;
  transition: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #072a1b;
  text-decoration: none;
}
.m-brc a::after {
  position: absolute;
  content: ">";
  right: 0;
  top: 0;
}
.m-brc a:hover {
  opacity: 1;
}
.m-brc .content-crumbs {
  text-align: left;
}
.m-brc li {
  display: inline-flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
.m-brc li.current_page_item > a {
  font-weight: 700;
  opacity: 1;
}
.m-brc li.current_page_item > a::after {
  display: none;
}
.m-brc .page_item.current_page_ancestor > a {
  opacity: 1;
}
.m-brc .page_item.current_page_ancestor > a:hover, .m-brc .page_item.current_page_ancestor > a:focus {
  color: #005941;
}
.m-brc .page_item:not(.current_page_ancestor):not(.current_page_item) {
  display: none;
}
.no-image-billboard .m-brc.global-brc {
  padding: 0;
}
.yes-image-billboard .m-brc.global-brc {
  padding-bottom: 20px;
}

.global-bc {
  max-width: 100%;
}

.m-spotlights {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: url(../../src/img/spotlight_bg_sm.jpg) 0 0/cover no-repeat;
}
@media (min-width: 480px) {
  .m-spotlights {
    padding: 120px 0;
  }
}
@media (min-width: 768px) {
  .m-spotlights {
    padding: 90px 0 160px;
    background-image: url(../../src/img/spotlight_bg_md.jpg);
  }
}
@media (min-width: 1024px) {
  .m-spotlights {
    background-image: url(../../src/img/spotlight_bg_lg.jpg);
  }
}
.m-spotlights .slick-list {
  position: relative;
}
@media (min-width: 768px) {
  .m-spotlights .slick-list {
    margin-top: -50px;
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .m-spotlights .slick-list {
    padding: 50px 0 50px 50px;
  }
}
.m-spotlights .spotlights {
  position: relative;
  padding: 30px 30px 50px 0;
}
.m-spotlights .wrapper, .m-spotlights .module-common.image .wp-block-image.in-container, .module-common.image .m-spotlights .wp-block-image.in-container, .m-spotlights .single-post .reduced-wrapper.with-header-img .module-common.image, .single-post .reduced-wrapper.with-header-img .m-spotlights .module-common.image, .m-spotlights .single-news_article .reduced-wrapper.with-header-img .module-common.image, .single-news_article .reduced-wrapper.with-header-img .m-spotlights .module-common.image, .m-spotlights .single-post .module-common.image, .single-post .m-spotlights .module-common.image, .m-spotlights .single-news_article .module-common.image, .single-news_article .m-spotlights .module-common.image, .m-spotlights .module-common.separator .wp-block-separator.contained, .module-common.separator .m-spotlights .wp-block-separator.contained {
  position: relative;
  padding-right: 0;
}
.m-spotlights .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .m-spotlights .inner-wrapper {
    align-items: center;
  }
}
.m-spotlights .inner-wrapper > div {
  width: 100%;
}
@media (min-width: 768px) {
  .m-spotlights .inner-wrapper .title-wrapper {
    display: flex;
    align-items: center;
    padding-right: 17px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .m-spotlights .inner-wrapper .content {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 6000px;
  }
}
@media (min-width: 1024px) {
  .m-spotlights .inner-wrapper .title-wrapper {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .m-spotlights .inner-wrapper {
    flex-wrap: nowrap;
  }
  .m-spotlights .inner-wrapper .title-wrapper {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .m-spotlights .inner-wrapper .content {
    max-width: calc(50vw + 180px);
  }
}
.m-spotlights .swiper-slide {
  height: auto;
  width: 280px !important;
  flex-shrink: 0;
}
@media (min-width: 375px) {
  .m-spotlights .swiper-slide {
    width: 300px !important;
  }
}
@media (min-width: 480px) {
  .m-spotlights .swiper-slide {
    width: 360px !important;
  }
}
.m-spotlights .swiper-button-wrapper {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.m-spotlights .swiper-wrapper {
  padding: 20px;
  display: flex;
  box-sizing: border-box;
}
.m-spotlights .spotlight {
  display: flex;
  flex-direction: column;
  position: relative;
  outline: 0;
  transition: 0.2s;
  text-decoration: none;
  height: 100%;
}
.m-spotlights .spotlight:hover {
  z-index: 5;
  transform: scale(1.03);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.m-spotlights .spotlight.profile {
  border: 2px solid #005941;
  background: #fff;
}
.m-spotlights .spotlight.profile .user-tag {
  right: 50%;
  top: auto;
  bottom: 0;
  transform: translate(50%, 50%);
}
.m-spotlights .spotlight.profile .img {
  position: relative;
}
.m-spotlights .spotlight.profile:hover .read-more .btn, .m-spotlights .spotlight.profile:hover .read-more .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .m-spotlights .spotlight.profile:hover .read-more a, .m-spotlights .spotlight.profile:hover .read-more .gform_wrapper input[type=submit], .gform_wrapper .m-spotlights .spotlight.profile:hover .read-more input[type=submit] {
  background: #fff;
  color: #005941;
}
.m-spotlights .spotlight.quote {
  align-items: center;
  padding: 94px 20px 55px;
  color: #fff;
  background: url(../../src/img/quote_bg.jpg) 100% 0/100% 100% no-repeat;
}
.m-spotlights .spotlight.quote .title-box {
  color: #fff;
}
.m-spotlights .spotlight.quote svg {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 60px;
  width: 60px;
}
.m-spotlights .spotlight.quote svg circle,
.m-spotlights .spotlight.quote svg path {
  stroke: #f3cf1e;
}
.m-spotlights .spotlight.quote svg path {
  fill: #f3cf1e;
}
.m-spotlights .spotlight.quote .user-tag {
  color: #fff;
}
.m-spotlights .spotlight.quote .quote {
  font-size: 21px;
  line-height: 33px;
  font-weight: 300;
}
.m-spotlights .spotlight.quote .quote strong {
  font-weight: 700;
}
.m-spotlights .spotlight.quote.shorter-quote .quote {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 30px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  max-height: 240px;
}
@media (min-width: 1024px) {
  .m-spotlights .spotlight.quote.shorter-quote .quote {
    font-size: 24px;
  }
}
.m-spotlights .spotlight.quote .person-info {
  margin-top: auto;
  padding-top: 18px;
  font-weight: 700;
}
.m-spotlights .spotlight.quote .person-info .person-info-inner {
  position: relative;
  padding-top: 18px;
}
.m-spotlights .spotlight.quote .person-info .person-info-inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60px;
  height: 4px;
  background: #f3cf1e;
}
.m-spotlights .img {
  outline: 0;
  display: block;
  height: 210px;
  background: url(../../src/img/default-umfk-user-image.png) 50% 20%/cover no-repeat;
}
.m-spotlights .in {
  outline: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.m-spotlights .info {
  outline: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  background: #fff;
  padding: 30px 25px;
  text-align: center;
}
.m-spotlights .user-tag {
  position: absolute;
  right: 20px;
  top: 15px;
  left: auto;
  display: inline-block !important;
  color: #fff;
  width: 90% !important;
  text-align: center;
}
.m-spotlights .bg-svg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  opacity: 0.05;
}
.m-spotlights .name-box h3, .m-spotlights .name-box h4 {
  color: #005941;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.286;
}
.m-spotlights .title-box {
  color: #000;
  margin: 3px 0 0;
}
.m-spotlights .title-box p {
  margin: 0;
}
.m-spotlights .bio-box {
  margin-top: 15px;
  color: #000;
  font-weight: 300;
}
.m-spotlights .bio-box p {
  margin: 0;
  font-weight: 300;
}
.m-spotlights .read-more {
  display: block;
  align-self: flex-start;
  justify-content: center;
  margin-top: auto;
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .m-spotlights .title-wrapper {
    padding-right: 20px;
  }
}
.m-spotlights .title-wrapper h2 {
  color: #005941;
  font-weight: 300;
}
.m-spotlights .title-wrapper h2 p {
  margin: 0;
}
.m-spotlights .title-wrapper h2 strong {
  font-weight: 700;
}
.m-spotlights .title-wrapper .m-subtitle {
  margin-top: 15px;
}
.m-spotlights .title-wrapper .m-subtitle p {
  margin: 0;
}
.m-spotlights .title-wrapper .m-cta {
  margin-top: 10px;
}
.m-spotlights .title-wrapper .m-cta .link {
  margin-top: 10px;
}
.m-spotlights .content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .m-spotlights .content {
    margin: 0;
  }
}

.m-feature {
  position: relative;
  padding: 40px 0;
  color: #000;
  overflow: hidden;
}
@media (min-width: 768px) {
  .m-feature {
    padding: 80px 0;
  }
  .m-feature .wrap {
    align-items: flex-start;
  }
}
.m-feature .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0.05;
  pointer-events: none;
}
.m-feature.default {
  background: #fff;
}
.m-feature.dark {
  background: #005941;
  color: #fff;
}
.m-feature.dark .shape {
  opacity: 0.15;
}
.m-feature.dark .title {
  color: #fff;
}
.m-feature.dark .btn:hover, .m-feature.dark .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .m-feature.dark a:hover, .m-feature.dark .gform_wrapper input[type=submit]:hover, .gform_wrapper .m-feature.dark input[type=submit]:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.m-feature.dark a:not(.btn) {
  color: #fff;
  text-decoration: none;
  border-bottom-color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  transition: 0.2s;
}
.m-feature.dark a:not(.btn):hover {
  color: #f3cf1e;
  border-bottom-style: solid;
  text-decoration: none;
}
.m-feature.dark .left .in .text {
  margin-top: 8px;
}
.m-feature.light {
  background: #f8f4ef;
}
.m-feature.light a:not(.btn) {
  color: #005941;
  text-decoration: none;
  border-bottom-color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  transition: 0.2s;
}
.m-feature.light a:not(.btn):hover {
  color: #072a1b;
  border-bottom-style: solid;
  text-decoration: none;
}
.m-feature.light .left .in .text {
  margin-top: 8px;
}
.m-feature .img-wrapper {
  position: relative;
}
.m-feature .title {
  color: #000;
  font-weight: 300;
}
.m-feature .title strong {
  font-weight: 700;
}
.m-feature .inner {
  position: relative;
}
@media (min-width: 768px) {
  .m-feature .right .in {
    padding-left: 10px;
  }
  .m-feature .right .in a:not(.btn) {
    border: none;
  }
  .m-feature.swap-sides .left {
    order: 1;
  }
  .m-feature.swap-sides .right {
    order: 0;
  }
  .m-feature.swap-sides .right .in {
    padding-left: 0;
    padding-right: 20px;
  }
  .m-feature.swap-sides .right .in a:not(.btn) {
    border: none;
  }
}
.m-feature a:not(.btn) {
  color: #005941;
  text-decoration: none;
  border-bottom-color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  transition: 0.2s;
}
.m-feature a:not(.btn):hover {
  color: #072a1b;
  border-bottom-style: solid;
  text-decoration: none;
}
.m-feature .left .in .title.-text {
  margin-top: 24px;
  font-weight: 700;
}
.m-feature .left .in .subhead {
  margin-top: 10px;
}
.m-feature .left .in .text {
  margin-top: 8px;
}
.m-feature h2 {
  margin: 0;
  font-size: 1.8rem;
}
.m-feature .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  z-index: 3;
}
@media (min-width: 1024px) {
  .m-feature .play-icon {
    width: 60px;
    height: 60px;
  }
}
.m-feature .media:not(.btn) {
  display: block;
}
.m-feature .media:not(.btn):hover svg {
  opacity: 1;
}
.m-feature .img {
  position: relative;
  background: 50%/cover no-repeat;
}
.m-feature .img.old-img {
  height: 0;
  padding: 0 0 75%;
}
.m-feature p {
  margin: 0;
}
.m-feature .subtitle {
  margin-top: 15px;
}
.m-feature .subtitle + .introduction {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .m-feature .subtitle + .introduction {
    margin-top: 20px;
  }
}
.m-feature .link {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .m-feature .left {
    order: 1;
    margin-top: 40px;
  }
  .m-feature .right {
    order: 0;
    margin: 0;
  }
  .m-feature .right a:not(.btn) {
    border: none;
  }
}
.m-feature.-spotlight a:not(.btn) {
  color: #212529;
  text-decoration: none;
}
.m-feature.-spotlight h2 {
  margin-top: 10px;
  font-weight: 700;
  display: inline;
  border-bottom: #000 dotted 1px;
}
.m-feature.-spotlight h2:hover {
  border-bottom: #000 solid 1px;
}
.m-feature.-spotlight p.body-2 {
  margin: 15px 0 0;
}

[class*=_m] .m-feature {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
}
[class*=_m] .m-feature:not(:first-child) {
  margin-top: 2rem;
}
[class*=_m] .m-feature.default.textured {
  border: #ced4da solid 1px;
}

.m-cta-bar {
  background: #fff;
  text-align: center;
  /* &.texture:not(.dark) {
      background: url(../img/bg/profile_bg_sm.jpg) 0 0 / 100% 100% no-repeat;

      @include media-landscape {
          background-image: url(../img/bg/profile_bg_lg.jpg);
          background-size: 100% auto;
      }

      @include media-down(m) {
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
      }

      @include media-up(m) {
          background-image: url(../img/bg/profile_bg_lg.jpg);
          background-size: 100% auto;
          background-position: 50%;
          padding: 50px 0;
      }
  } */
}
.m-cta-bar.dark, .m-cta-bar.forest-green {
  background: #005941;
  color: #fff;
}
.m-cta-bar.dark a:not(.btn), .m-cta-bar.forest-green a:not(.btn) {
  color: #f3cf1e;
}
.m-cta-bar.dark.texture .shape, .m-cta-bar.forest-green.texture .shape {
  opacity: 0.15;
}
.m-cta-bar.dark.cta-bar h2, .m-cta-bar.forest-green.cta-bar h2 {
  color: #fff;
}
.m-cta-bar.dark.cta-bar .btn:hover, .m-cta-bar.dark.cta-bar .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .m-cta-bar.dark.cta-bar a:hover, .m-cta-bar.dark.cta-bar .gform_wrapper input[type=submit]:hover, .gform_wrapper .m-cta-bar.dark.cta-bar input[type=submit]:hover, .m-cta-bar.forest-green.cta-bar .btn:hover, .m-cta-bar.forest-green.cta-bar .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .m-cta-bar.forest-green.cta-bar a:hover, .m-cta-bar.forest-green.cta-bar .gform_wrapper input[type=submit]:hover, .gform_wrapper .m-cta-bar.forest-green.cta-bar input[type=submit]:hover {
  color: #f3cf1e;
}
.m-cta-bar.sunshine {
  background: #f3cf1e;
  color: #072a1b;
}
.m-cta-bar.sunshine a:not(.btn) {
  color: #005941;
}
.m-cta-bar.sunshine.cta-bar h2 {
  color: #072a1b;
}
.m-cta-bar.sunshine.cta-bar .btn, .m-cta-bar.sunshine.cta-bar .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .m-cta-bar.sunshine.cta-bar a, .m-cta-bar.sunshine.cta-bar .gform_wrapper input[type=submit], .gform_wrapper .m-cta-bar.sunshine.cta-bar input[type=submit] {
  background: #005941;
  border-color: #005941;
  color: #fff;
}
.m-cta-bar.sunshine.cta-bar .btn:hover, .m-cta-bar.sunshine.cta-bar .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .m-cta-bar.sunshine.cta-bar a:hover, .m-cta-bar.sunshine.cta-bar .gform_wrapper input[type=submit]:hover, .gform_wrapper .m-cta-bar.sunshine.cta-bar input[type=submit]:hover {
  background: transparent;
  border-color: #072a1b;
  color: #072a1b;
}
.m-cta-bar.texture {
  position: relative;
  overflow: hidden;
}
.m-cta-bar.texture .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0.08;
}
.page-template-template-inner .m-cta-bar {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .page-template-template-inner .m-cta-bar {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.m-cta-bar .content {
  position: relative;
  padding: 50px 0;
}
.m-cta-bar .content > div p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .m-cta-bar .content {
    padding: 60px 50px;
  }
}
@media (min-width: 1024px) {
  .m-cta-bar .content {
    padding: 75px 0;
  }
}
.m-cta-bar.cta-bar .wrapper, .m-cta-bar.cta-bar .module-common.image .wp-block-image.in-container, .module-common.image .m-cta-bar.cta-bar .wp-block-image.in-container, .m-cta-bar.cta-bar .single-post .module-common.image, .single-post .m-cta-bar.cta-bar .module-common.image, .m-cta-bar.cta-bar .single-news_article .module-common.image, .single-news_article .m-cta-bar.cta-bar .module-common.image, .m-cta-bar.cta-bar .module-common.separator .wp-block-separator.contained, .module-common.separator .m-cta-bar.cta-bar .wp-block-separator.contained {
  position: relative;
}
.m-cta-bar.cta-bar h2 {
  position: relative;
  margin: 0 0 10px;
  color: #005941;
}
.m-cta-bar.cta-bar h2 strong {
  font-weight: 700;
}
.m-cta-bar.cta-bar .heading-links {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: unset;
}
.m-cta-bar.cta-bar .heading-links .link {
  margin: 10px 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .m-cta-bar.cta-bar .heading-links .link {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .m-cta-bar.cta-bar .heading-links .link {
    flex-basis: 33%;
  }
}
@media (min-width: 1024px) {
  .m-cta-bar.cta-bar .heading-links .link {
    flex-basis: 25%;
  }
}
.m-cta-bar.cta-bar .heading-links .link:last-child {
  margin-right: 15px;
}
.m-cta-bar.cta-bar .heading-links .link a.btn, .m-cta-bar.cta-bar .heading-links .link .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .m-cta-bar.cta-bar .heading-links .link a {
  flex: 1;
  display: flex;
  align-items: center;
}
.m-cta-bar.cta-bar .heading-links .link a.btn::before, .m-cta-bar.cta-bar .heading-links .link .header-landing.header-event .event-cta a::before, .header-landing.header-event .event-cta .m-cta-bar.cta-bar .heading-links .link a::before {
  content: "";
  flex: 1;
}
.m-cta-bar.cta-bar .heading-links .link a.btn::after, .m-cta-bar.cta-bar .heading-links .link .header-landing.header-event .event-cta a::after, .header-landing.header-event .event-cta .m-cta-bar.cta-bar .heading-links .link a::after {
  content: "";
  flex: 1;
}
.m-cta-bar.cta-bar p {
  margin: 0;
}
.m-cta-bar .formShortcode {
  margin: 40px auto 0;
  max-width: 83.3333333333%;
}
.m-cta-bar .formShortcode.hideTitle .gform_title {
  display: none;
}

[class*=_m] .m-cta-bar {
  padding-left: 2rem;
  padding-right: 2rem;
}

.m-smart {
  position: relative;
  padding: 60px 0;
}
.m-smart.light {
  background: #f8f4ef;
}
.m-smart.dark {
  background: #005941;
  color: #fff;
}
.m-smart.dark .title-content {
  color: #fff;
}
.m-smart.dark .btn:hover, .m-smart.dark .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .m-smart.dark a:hover, .m-smart.dark .gform_wrapper input[type=submit]:hover, .gform_wrapper .m-smart.dark input[type=submit]:hover {
  color: #fff;
}
.m-smart .inner {
  position: relative;
}
.m-smart .teasers {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -40px;
}
.m-smart .teaser {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 40px;
}
.m-smart .teaser a.only-image {
  cursor: default;
}
.m-smart .teaser .in .media > a {
  display: block !important;
}
.m-smart .teaser .in .media > a:hover svg {
  opacity: 1;
}
.m-smart .teaser .in .content a:not(.btn) {
  border-bottom: #005941 dotted 1px;
}
.m-smart .teaser .in .content a:not(.btn):hover {
  text-decoration: none;
  border-bottom: #072a1b solid 1px;
}
.m-smart .teaser.gallery .in .media > a, .m-smart .teaser.video .in .media > a {
  position: relative;
}
.m-smart .teaser.gallery .in .media > a::before, .m-smart .teaser.video .in .media > a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  transition: 0.2s;
  z-index: 3;
}
.m-smart .teaser.gallery .in .media > a .title-1, .m-smart .teaser.video .in .media > a .title-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  text-transform: uppercase;
  color: #005941;
  transition: 0.2s;
  white-space: nowrap;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transform: translate(-50%, -50%);
  z-index: 4;
}
.m-smart .teaser.gallery .in .media > a:hover::before, .m-smart .teaser.video .in .media > a:hover::before {
  opacity: 0.6;
}
.m-smart .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: 50%/cover no-repeat;
  opacity: 0.2;
  pointer-events: none;
}
.m-smart .img {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  background: 50%/cover no-repeat;
  z-index: 2;
}
.m-smart .content {
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .m-smart .content.center-align {
    text-align: center;
  }
  .m-smart .content.center-align .link .btn, .m-smart .content.center-align .link .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .m-smart .content.center-align .link a, .m-smart .content.center-align .link .gform_wrapper input[type=submit], .gform_wrapper .m-smart .content.center-align .link input[type=submit] {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .m-smart .content.center-align {
    text-align: center;
  }
  .m-smart .content.center-align .link .btn, .m-smart .content.center-align .link .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .m-smart .content.center-align .link a, .m-smart .content.center-align .link .gform_wrapper input[type=submit], .gform_wrapper .m-smart .content.center-align .link input[type=submit] {
    width: 100%;
  }
}
.m-smart .title-content {
  color: #005941;
  margin: 0;
}
.m-smart .rich-content {
  margin-top: 10px;
}
.m-smart .rich-content p:last-child {
  margin: 0;
}
.m-smart .link {
  margin-top: 30px;
}
.m-smart .media svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  z-index: 3;
}
@media (min-width: 1024px) {
  .m-smart .media svg {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .m-smart.count-2 .teaser .in, .m-smart.count-3 .teaser .in, .m-smart.count-4 .teaser .in {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  .m-smart.count-2 .teaser .media,
  .m-smart.count-2 .teaser .content, .m-smart.count-3 .teaser .media,
  .m-smart.count-3 .teaser .content, .m-smart.count-4 .teaser .media,
  .m-smart.count-4 .teaser .content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-smart.count-2 .teaser .content, .m-smart.count-3 .teaser .content, .m-smart.count-4 .teaser .content {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .m-smart.count-2 .teasers, .m-smart.count-3 .teasers, .m-smart.count-4 .teasers {
    margin-top: -84px;
  }
  .m-smart.count-2 .teaser, .m-smart.count-3 .teaser, .m-smart.count-4 .teaser {
    margin-top: 84px;
  }
}
@media (min-width: 1024px) {
  .m-smart.count-2 .teaser .in, .m-smart.count-3 .teaser .in, .m-smart.count-4 .teaser .in {
    flex-direction: column;
    min-height: 100%;
  }
  .m-smart.count-2 .teaser .media, .m-smart.count-3 .teaser .media, .m-smart.count-4 .teaser .media {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .m-smart.count-2 .teaser .content, .m-smart.count-3 .teaser .content, .m-smart.count-4 .teaser .content {
    flex: 1;
    max-width: 100%;
    margin: 20px 0 0;
    padding-bottom: 5rem;
  }
  .m-smart.count-2 .teaser .content .link, .m-smart.count-3 .teaser .content .link, .m-smart.count-4 .teaser .content .link {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 6px;
    right: 6px;
  }
}
@media (min-width: 768px) {
  .m-smart.count-1 .teaser .in {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  .m-smart.count-1 .teaser .media,
  .m-smart.count-1 .teaser .content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-smart.count-1 .teaser .content {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .m-smart.count-2 .teaser {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .m-smart.count-3 .teaser {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .m-smart.count-4 .teaser {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .m-smart.count-4 .content .title-content {
    font-size: 21px;
  }
}

[class*=_m] .m-smart {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
}
[class*=_m] .m-smart:not(:first-child) {
  margin-top: 2rem;
}

.m-ib {
  padding: 90px 0 80px;
}
.m-ib.center-align {
  text-align: center;
}
@media (min-width: 1024px) {
  .m-ib.center-align .content {
    margin: 0 auto;
  }
}
.m-ib .content h2 {
  margin: 0 0 15px;
  color: #072a1b;
  font-weight: 300;
}
.m-ib .content h2 strong {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .m-ib .content {
    max-width: 83.3333333333%;
  }
}

.m-iwl {
  position: relative;
  text-align: center;
  padding: 90px 0 80px;
}
@media (min-width: 1024px) {
  .m-iwl .content {
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
}
.m-iwl h2 {
  color: #072a1b;
  font-weight: 300;
}
.m-iwl h2 strong {
  font-weight: 700;
}
.m-iwl h2 + .large {
  margin-top: 15px;
  font-weight: 300;
}
.m-iwl .link-span {
  font-weight: 500;
}
.m-iwl .wrapper, .m-iwl .module-common.image .wp-block-image.in-container, .module-common.image .m-iwl .wp-block-image.in-container, .m-iwl .single-post .reduced-wrapper.with-header-img .module-common.image, .single-post .reduced-wrapper.with-header-img .m-iwl .module-common.image, .m-iwl .single-news_article .reduced-wrapper.with-header-img .module-common.image, .single-news_article .reduced-wrapper.with-header-img .m-iwl .module-common.image, .m-iwl .single-post .module-common.image, .single-post .m-iwl .module-common.image, .m-iwl .single-news_article .module-common.image, .single-news_article .m-iwl .module-common.image, .m-iwl .module-common.separator .wp-block-separator.contained, .module-common.separator .m-iwl .wp-block-separator.contained {
  position: relative;
}
.m-iwl .introduction {
  margin: 0;
}
@media (min-width: 1024px) {
  .m-iwl .introduction {
    line-height: 45px;
  }
}

.m-lb {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #072a1b;
}
.m-lb a:hover {
  text-decoration: none;
  text-shadow: 6px 6px 10px #000;
}
.m-lb .wrapper, .m-lb .module-common.image .wp-block-image.in-container, .module-common.image .m-lb .wp-block-image.in-container, .m-lb .single-post .reduced-wrapper.with-header-img .module-common.image, .single-post .reduced-wrapper.with-header-img .m-lb .module-common.image, .m-lb .single-news_article .reduced-wrapper.with-header-img .module-common.image, .single-news_article .reduced-wrapper.with-header-img .m-lb .module-common.image, .m-lb .single-post .module-common.image, .single-post .m-lb .module-common.image, .m-lb .single-news_article .module-common.image, .single-news_article .m-lb .module-common.image, .m-lb .module-common.separator .wp-block-separator.contained, .module-common.separator .m-lb .wp-block-separator.contained {
  padding-right: 0;
  padding-left: 0;
}
.m-lb .content {
  position: relative;
  overflow: hidden;
}
.m-lb .content .layer-2 {
  z-index: 2;
}
.m-lb .content .layer-3 {
  z-index: 3;
}
.m-lb .content .layer-2, .m-lb .content .layer-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.m-lb .content .layer-2.img, .m-lb .content .layer-3.img {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.m-lb .content .layer-2.img.left-align, .m-lb .content .layer-3.img.left-align {
  text-align: left;
}
.m-lb .content .layer-2.img.center-align, .m-lb .content .layer-3.img.center-align {
  text-align: center;
}
.m-lb .content .layer-2.img.right-align, .m-lb .content .layer-3.img.right-align {
  text-align: right;
}
.m-lb .content .layer-2 .layer-txt, .m-lb .content .layer-3 .layer-txt {
  position: relative;
}
.m-lb .content .layer-2 .layer-txt.left-align, .m-lb .content .layer-3 .layer-txt.left-align {
  text-align: left;
}
.m-lb .content .layer-2 .layer-txt.center-align, .m-lb .content .layer-3 .layer-txt.center-align {
  text-align: center;
}
.m-lb .content .layer-2 .layer-txt.right-align, .m-lb .content .layer-3 .layer-txt.right-align {
  text-align: right;
}
.m-lb .content .layer-2 .layer-txt h1, .m-lb .content .layer-2 .layer-txt h2, .m-lb .content .layer-3 .layer-txt h1, .m-lb .content .layer-3 .layer-txt h2 {
  font-size: 24px;
  line-height: 1.167;
  margin: 0 0 20px;
  font-weight: 300;
}
.m-lb .content .layer-2 .layer-txt h1 strong, .m-lb .content .layer-2 .layer-txt h2 strong, .m-lb .content .layer-3 .layer-txt h1 strong, .m-lb .content .layer-3 .layer-txt h2 strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .m-lb .content .layer-2 .layer-txt h1, .m-lb .content .layer-2 .layer-txt h2, .m-lb .content .layer-3 .layer-txt h1, .m-lb .content .layer-3 .layer-txt h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .m-lb .content .layer-2 .layer-txt h1, .m-lb .content .layer-2 .layer-txt h2, .m-lb .content .layer-3 .layer-txt h1, .m-lb .content .layer-3 .layer-txt h2 {
    font-size: 36px;
    line-height: 1.194;
    margin-bottom: 10px;
  }
}
.m-lb .content .layer-4 {
  position: relative;
  z-index: 4;
}
.m-lb .content .layer-4.left-align {
  text-align: left;
}
.m-lb .content .layer-4.center-align {
  text-align: center;
}
.m-lb .content .layer-4.right-align {
  text-align: right;
}
.m-lb .content .layer-4 :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.m-lb .content .layer-4 h1, .m-lb .content .layer-4 h2, .m-lb .content .layer-4 div, .m-lb .content .layer-4 p {
  position: relative;
}
.m-lb .content .layer-4 h1, .m-lb .content .layer-4 h2 {
  font-size: 24px;
  line-height: 1.167;
  margin: 0 0 10px;
  font-weight: 300;
}
.m-lb .content .layer-4 h1 strong, .m-lb .content .layer-4 h2 strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .m-lb .content .layer-4 h1, .m-lb .content .layer-4 h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .m-lb .content .layer-4 h1, .m-lb .content .layer-4 h2 {
    font-size: 36px;
    line-height: 1.194;
    margin-bottom: 20px;
  }
}

.m-fact {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.m-fact .intro-wrapper {
  margin: 0 0 30px;
  text-align: center;
}
.m-fact .intro-wrapper h2 {
  margin: 0;
}
.m-fact .intro-wrapper h2 strong {
  font-weight: 900;
}
.m-fact .intro-wrapper p {
  margin: 16px 0 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  .m-fact .intro-wrapper {
    margin: 0 0 50px;
  }
}
.m-fact.white {
  background: #fff;
}
.m-fact.solid-green {
  background: #005941;
}
.m-fact.solid-green .intro-wrapper {
  color: #fff;
}
.m-fact.textured-green {
  background: #005941;
}
.m-fact.textured-green .intro-wrapper {
  color: #fff;
}
.m-fact.solid-fern {
  background: #aed459;
}
.m-fact.solid-fern .intro-wrapper {
  color: #072a1b;
}
.m-fact.textured-fern {
  background: #aed459;
}
.m-fact.textured-fern .intro-wrapper {
  color: #072a1b;
}
.m-fact.textured-gray {
  background: #f8f4ef;
}
.m-fact.textured-gray .shape {
  opacity: 0.08;
}
.m-fact .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.15;
  transform: translate(-50%, -50%);
}
.m-fact .inner {
  position: relative;
  z-index: 5;
}
.m-fact .facts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.m-fact .facts:not(:first-child) {
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .m-fact .facts {
    max-width: 364px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-fact .facts .fact:not(:first-child) {
    margin-top: 16px;
  }
}
.m-fact .facts .fact {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}
.m-fact .facts .fact a {
  text-decoration: none;
}
.m-fact .facts .fact .fact-inner {
  position: relative;
  width: 100%;
  min-height: 242px;
  padding: 50px 25px 20px;
  background: 50%/cover no-repeat;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .m-fact .facts .fact .fact-inner {
    padding: 60px 30px;
  }
}
.m-fact .facts .fact .fact-inner .small, .m-fact .facts .fact .fact-inner .page-sidebar .sidebar .sidebar-content .sidebar-links a, .page-sidebar .sidebar .sidebar-content .sidebar-links .m-fact .facts .fact .fact-inner a {
  font-weight: 300;
}
.m-fact .facts .fact.image-tag {
  overflow: hidden;
}
.m-fact .facts .fact .bg-fact {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50%/cover no-repeat;
}
.m-fact .facts .fact .icon-fact {
  max-height: 80px;
}
.m-fact .facts .fact .icon-fact.no-override {
  margin-bottom: 1rem;
}
.m-fact .facts .fact .in {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.m-fact .facts .fact .in .factoid {
  margin: 0 0 20px;
}
.m-fact .facts .fact .in p:last-child {
  margin: 0;
}
.m-fact .facts .fact.white .fact-inner {
  background: #fff;
}
.m-fact .facts .fact.forest-green .fact-inner {
  background: #005941;
}
.m-fact .facts .fact.forest-green p {
  color: #fff;
}
.m-fact .facts .fact.forest-night .fact-inner {
  background: #072a1b;
}
.m-fact .facts .fact.forest-night p {
  color: #fff;
}
.m-fact .facts .fact.fern .fact-inner {
  background: #aed459;
}
.m-fact .facts .fact.fern p {
  color: #072a1b;
}
@media (min-width: 768px) {
  .m-fact .facts.count-2 .fact {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-fact .facts.count-2 .fact .fact-inner {
    min-height: 285px;
  }
}
@media (min-width: 1024px) {
  .m-fact .facts.count-2 .fact {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .m-fact .facts.count-2 .fact .fact-inner {
    min-height: 275px;
  }
  .m-fact .facts.count-2 .fact.big {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .m-fact .facts.count-2 .fact.big .fact-inner {
    padding: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .m-fact .facts.count-3 .fact {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-fact .facts.count-3 .fact .fact-inner {
    min-height: 285px;
  }
  .m-fact .facts.count-3 .fact:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .m-fact .facts.count-3 .fact {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .m-fact .facts.count-3 .fact .fact-inner {
    min-height: 275px;
  }
  .m-fact .facts.count-3 .fact.big {
    flex: 0 0 44%;
    max-width: 44%;
  }
}

.m-lf {
  position: relative;
  padding: 50px 0;
  background: #fff;
  z-index: 5;
}
@media (min-width: 768px) {
  .m-lf {
    padding: 65px 0;
  }
}
@media (min-width: 1024px) {
  .m-lf {
    padding: 70px 0 100px;
  }
}
.m-lf .title-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .m-lf .title-wrapper {
    max-width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-lf .m-title h2 {
  font-weight: 300;
}
.m-lf .m-title h2 strong {
  font-weight: 700;
}
.m-lf .m-subtitle {
  margin-top: 16px;
}
.m-lf .m-subtitle p {
  margin: 0;
  font-weight: 300;
}
.m-lf .lf-form {
  margin-top: 25px;
}
.m-lf .lf-form .btn, .m-lf .lf-form .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .m-lf .lf-form a, .m-lf .lf-form .gform_wrapper input[type=submit], .gform_wrapper .m-lf .lf-form input[type=submit] {
  font-size: 18px;
  padding: 16px 60px 17px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .m-lf .lf-form .field:not(:first-child) {
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .m-lf .lf-form {
    margin-top: 32px;
  }
  .m-lf .lf-form .in {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
    align-items: center;
  }
  .m-lf .lf-form .in .field {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .m-lf .lf-form .in .p,
  .m-lf .lf-form .in .i {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .m-lf .lf-form .in .l {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .m-lf .lf-form .in .l .btn, .m-lf .lf-form .in .l .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .m-lf .lf-form .in .l a, .m-lf .lf-form .in .l .gform_wrapper input[type=submit], .gform_wrapper .m-lf .lf-form .in .l input[type=submit] {
    padding: 16px 20px 17px;
  }
}

.m-hcards {
  padding: 60px 0;
}
.m-hcards .intro-wrapper {
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .m-hcards .intro-wrapper {
    max-width: 83.3333333333%;
    margin: 0 auto 30px;
  }
}
.m-hcards .intro-wrapper h2 {
  margin: 0;
  color: #005941;
}
.m-hcards .intro-wrapper h2 b, .m-hcards .intro-wrapper h2 strong {
  font-weight: 700;
}
.m-hcards .intro-wrapper p {
  margin: 16px 0 0;
  font-weight: 300;
}
.m-hcards.dark {
  background: #86a879;
}
.m-hcards.dark .intro-wrapper {
  color: #072a1b;
}
.m-hcards.dark h2 {
  color: #072a1b;
}
.m-hcards.dark .card .in {
  border-color: #072a1b;
}
.m-hcards.image {
  position: relative;
}
.m-hcards.image .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: 50%/cover no-repeat;
}
.m-hcards .inner {
  position: relative;
  z-index: 5;
}
.m-hcards .inner.light .intro-wrapper {
  color: #fff;
}
.m-hcards .inner.light h2 {
  color: #fff;
}
.m-hcards .cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.m-hcards .cards > a {
  border-bottom: none !important;
}
.m-hcards .card {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 2rem;
  text-align: center;
  will-change: transform;
  transition: 0.3s;
}
.m-hcards .card .in {
  border: 1px solid #86a879;
  color: #000;
  background: #fff;
}
.m-hcards .card .in a {
  border-bottom: #005941 dotted 1px;
}
.m-hcards .card .in a:hover {
  text-decoration: none;
  border-bottom: #072a1b solid 1px;
}
.m-hcards .card .in h3 {
  color: #005941;
}
.m-hcards .card .in h3 + p {
  margin-top: 5px;
}
.m-hcards .card .in .small, .m-hcards .card .in .page-sidebar .sidebar .sidebar-content .sidebar-links a, .page-sidebar .sidebar .sidebar-content .sidebar-links .m-hcards .card .in a {
  font-weight: 300;
}
.m-hcards .card .in p {
  margin: 0;
}
.m-hcards .card .in.ash-white {
  background: #f8f4ef;
}
.m-hcards .card .in.sunshine {
  background: #f3cf1e;
}
.m-hcards .card .in.sunshine a:not(.btn):hover {
  color: #005941;
}
.m-hcards .card .in.forest-green {
  background: #005941;
  color: #fff;
}
.m-hcards .card .in.forest-green h3 {
  color: #f3cf1e;
}
.m-hcards .card .in.forest-green a:not(.btn) {
  color: #fff;
}
.m-hcards .card .in.forest-green a:not(.btn):hover {
  color: #f3cf1e;
}
.m-hcards .card .in.forest-night {
  background: #072a1b;
  color: #fff;
}
.m-hcards .card .in.forest-night h3 {
  color: #f3cf1e;
}
.m-hcards .card .in.forest-night a:not(.btn) {
  color: #fff;
}
.m-hcards .card .in.forest-night a:not(.btn):hover {
  color: #f3cf1e;
}
.m-hcards .card .in.fern {
  background: #aed459;
  color: #1c3a2e;
}
.m-hcards .card .in.fern h3 {
  color: #072a1b;
}
.m-hcards .card .in.sage {
  background: #86a879;
  color: #1c3a2e;
}
.m-hcards .card .in.sage h3 {
  color: #072a1b;
}
.m-hcards .card:hover {
  transform: scale(1.03);
  z-index: 5;
  text-decoration: none;
}
.m-hcards .card:hover .btn, .m-hcards .card:hover .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .m-hcards .card:hover a, .m-hcards .card:hover .gform_wrapper input[type=submit], .gform_wrapper .m-hcards .card:hover input[type=submit] {
  background: #fff;
}
.m-hcards .card.white {
  background: #fff;
  color: #000;
}
.m-hcards .card.empty-link {
  pointer-events: none;
}
.m-hcards .card .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: 50%/cover no-repeat;
  opacity: 0.1;
}
.m-hcards .card .in {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 47px 20px;
  transform: scale3d(1, 1, 1);
  backface-visibility: hidden;
}
.m-hcards .card .link {
  margin-top: auto;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .m-hcards.count-2 .card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-hcards.count-2 .card .in {
    padding: 50px;
  }
}
@media (min-width: 1024px) {
  .m-hcards.count-2 .card .in {
    padding: 70px 100px;
  }
}
@media (min-width: 768px) {
  .m-hcards.count-3 .card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .m-hcards.count-3 .card .in {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .m-hcards.count-4 .card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-hcards.count-4 .card .in {
    padding: 57px 30px;
  }
}
@media (min-width: 1024px) {
  .m-hcards.count-4 .card {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.m-imghcards {
  padding: 60px 0;
}
.m-imghcards .intro-wrapper {
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .m-imghcards .intro-wrapper {
    max-width: 83.3333333333%;
    margin: 0 auto 30px;
  }
}
.m-imghcards .intro-wrapper h2 {
  margin: 0;
  color: #005941;
}
.m-imghcards .intro-wrapper h2 b, .m-imghcards .intro-wrapper h2 strong {
  font-weight: 700;
}
.m-imghcards .intro-wrapper p {
  margin: 16px 0 0;
  font-weight: 300;
}
.m-imghcards.dark {
  background: #86a879;
}
.m-imghcards.dark .intro-wrapper {
  color: #072a1b;
}
.m-imghcards.dark h2 {
  color: #072a1b;
}
.m-imghcards.dark .card .in {
  border-color: #072a1b;
}
.m-imghcards.image {
  position: relative;
}
.m-imghcards.image .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: 50%/cover no-repeat;
}
.m-imghcards .inner {
  position: relative;
  z-index: 5;
}
.m-imghcards .inner.light .intro-wrapper {
  color: #fff;
}
.m-imghcards .inner.light h2 {
  color: #fff;
}
.m-imghcards .cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.m-imghcards .cards > a {
  border-bottom: none !important;
}
.m-imghcards .card {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 2rem;
  text-align: center;
  will-change: transform;
  transition: 0.3s;
}
.m-imghcards .card .in {
  border: 1px solid #86a879;
  color: #000;
  background: #fff;
}
.m-imghcards .card .in a {
  border-bottom: #005941 dotted 1px;
}
.m-imghcards .card .in a:hover {
  text-decoration: none;
  border-bottom: #072a1b solid 1px;
}
.m-imghcards .card .in img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.m-imghcards .card .in img.img-icon {
  max-width: 240px;
  max-height: 120px;
  margin-top: -6rem;
  padding-top: 2rem;
}
.m-imghcards .card .in h3 {
  color: #005941;
}
.m-imghcards .card .in h3 + p {
  margin-top: 5px;
}
.m-imghcards .card .in .small, .m-imghcards .card .in .page-sidebar .sidebar .sidebar-content .sidebar-links a, .page-sidebar .sidebar .sidebar-content .sidebar-links .m-imghcards .card .in a {
  font-weight: 300;
}
.m-imghcards .card .in p {
  margin: 0;
}
.m-imghcards .card .in.ash-white {
  background: #f8f4ef;
}
.m-imghcards .card .in.sunshine {
  background: #f3cf1e;
}
.m-imghcards .card .in.sunshine a:not(.btn):hover {
  color: #005941;
}
.m-imghcards .card .in.forest-green {
  background: #005941;
  color: #fff;
}
.m-imghcards .card .in.forest-green h3 {
  color: #f3cf1e;
}
.m-imghcards .card .in.forest-green a:not(.btn) {
  color: #fff;
}
.m-imghcards .card .in.forest-green a:not(.btn):hover {
  color: #f3cf1e;
}
.m-imghcards .card .in.forest-night {
  background: #072a1b;
  color: #fff;
}
.m-imghcards .card .in.forest-night h3 {
  color: #f3cf1e;
}
.m-imghcards .card .in.forest-night a:not(.btn) {
  color: #fff;
}
.m-imghcards .card .in.forest-night a:not(.btn):hover {
  color: #f3cf1e;
}
.m-imghcards .card .in.fern {
  background: #aed459;
  color: #1c3a2e;
}
.m-imghcards .card .in.fern h3 {
  color: #072a1b;
}
.m-imghcards .card .in.sage {
  background: #86a879;
  color: #1c3a2e;
}
.m-imghcards .card .in.sage h3 {
  color: #072a1b;
}
.m-imghcards .card:hover {
  transform: scale(1.03);
  z-index: 5;
  text-decoration: none;
}
.m-imghcards .card:hover .btn, .m-imghcards .card:hover .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .m-imghcards .card:hover a, .m-imghcards .card:hover .gform_wrapper input[type=submit], .gform_wrapper .m-imghcards .card:hover input[type=submit] {
  background: #fff;
}
.m-imghcards .card.white {
  background: #fff;
  color: #000;
}
.m-imghcards .card.empty-link {
  pointer-events: none;
}
.m-imghcards .card .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: 50%/cover no-repeat;
  opacity: 0.1;
}
.m-imghcards .card .in {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  transform: scale3d(1, 1, 1);
  backface-visibility: hidden;
}
.m-imghcards .card .link {
  margin-top: auto;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .m-imghcards.count-2 .card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-imghcards.count-2 .card .in {
    padding: 40px 50px;
  }
}
@media (min-width: 768px) {
  .m-imghcards.count-3 .card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .m-imghcards.count-3 .card .in {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .m-imghcards.count-4 .card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-imghcards.count-4 .card .in {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .m-imghcards.count-4 .card {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.module-common.separator .m1.wp-block-separator {
  margin: 10px 0;
}
.module-common.separator .m2.wp-block-separator {
  margin: 20px 0;
}
.module-common.separator .m3.wp-block-separator {
  margin: 30px 0;
}
.module-common.separator .m4.wp-block-separator {
  margin: 40px 0;
}
.module-common.separator .m5.wp-block-separator {
  margin: 50px 0;
}
.module-common.separator .wp-block-separator.is-style-wide {
  border-width: 10px 0 0;
  border-style: solid;
}
.module-common.separator .wp-block-separator.contained {
  margin-left: auto;
  margin-right: auto;
}

.module-common.paragraph {
  /* .has-small-font-size {
      font-size: 12px;
      font-weight: 400;
      line-height: 1.4;

      @include media-up(m) {
          font-size: 14px;
      }

      @include media-up(l) {
          font-size: 16px;
          line-height: 1.3;
      }
  }

  .has-medium-font-size {
      font-size: 18px;
      font-weight: 700;

      @include media-up(m) {
          font-size: 21px;
      }

      @include media-up(l) {
          font-size: 28px;
      }
  }

  .has-large-font-size {
      font-size: 24px;
      font-weight: 700;

      @include media-up(m) {
          font-size: 28px;
      }

      @include media-up(l) {
          font-size: 36px;
          line-height: 1.2;
      }

  }

  .has-huge-font-size {
      font-size: 28px;
      font-weight: 700;

      @include media-up(m) {
          font-size: 36px;
      }

      @include media-up(l) {
          font-size: 42px;
      }
  } */
}
.module-common.paragraph p a {
  color: inherit;
  text-decoration: none;
  border-bottom-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  transition: 0.2s;
}
.module-common.paragraph p a:hover {
  color: #005941;
  border-bottom-style: solid;
  text-decoration: none;
}

.wp-block-verse {
  position: relative;
  padding: 2rem 0 2rem 4rem;
  font-style: italic;
  font-size: 1.3rem;
}
.wp-block-verse.music::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6rem;
  background: url(../src/img/svg/g-clef-fern.svg) no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.2;
}

.module-common.list li:not(:last-child) {
  margin: 0 0 10px;
}
.module-common.list li a {
  color: inherit;
  text-decoration: none;
  border-bottom-color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  transition: 0.2s;
}
.module-common.list li a:hover {
  color: #005941;
  border-bottom-style: solid;
  text-decoration: none;
}

.module-common.tables {
  padding: 10px 0 50px;
}
.module-common.tables .wp-block-table {
  margin: 0;
  border: 0;
}
.module-common.tables .wp-block-table figcaption {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-style: italic;
}
.module-common.tables .wp-block-table thead tr {
  background: #aed459;
  color: #072a1b;
}
.module-common.tables .wp-block-table thead tr th {
  border: #072a1b solid 1px;
}
.module-common.tables .wp-block-table tfoot tr {
  background: #aed459;
  color: #072a1b;
}
.module-common.tables .wp-block-table tfoot tr td {
  border: #072a1b solid 1px;
}
.module-common.tables .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: transparent;
}
.module-common.tables .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background: #f0f0f0;
}

.wrapper .in table, .module-common.image .wp-block-image.in-container .in table, .single-post .reduced-wrapper.with-header-img .module-common.image .in table, .single-news_article .reduced-wrapper.with-header-img .module-common.image .in table, .single-post .module-common.image .in table, .single-news_article .module-common.image .in table, .module-common.separator .wp-block-separator.contained .in table, .wrapper .wp-block-columns table, .module-common.image .wp-block-image.in-container .wp-block-columns table, .single-post .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table, .single-news_article .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table, .single-post .module-common.image .wp-block-columns table, .single-news_article .module-common.image .wp-block-columns table, .module-common.separator .wp-block-separator.contained .wp-block-columns table {
  font-size: 16px;
  line-height: 20px;
  color: inherit;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}
.wrapper .in table thead, .module-common.image .wp-block-image.in-container .in table thead, .single-post .reduced-wrapper.with-header-img .module-common.image .in table thead, .single-news_article .reduced-wrapper.with-header-img .module-common.image .in table thead, .single-post .module-common.image .in table thead, .single-news_article .module-common.image .in table thead, .module-common.separator .wp-block-separator.contained .in table thead, .wrapper .wp-block-columns table thead, .module-common.image .wp-block-image.in-container .wp-block-columns table thead, .single-post .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table thead, .single-news_article .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table thead, .single-post .module-common.image .wp-block-columns table thead, .single-news_article .module-common.image .wp-block-columns table thead, .module-common.separator .wp-block-separator.contained .wp-block-columns table thead {
  border-bottom: 3px solid;
}
.wrapper .in table thead tr, .module-common.image .wp-block-image.in-container .in table thead tr, .single-post .reduced-wrapper.with-header-img .module-common.image .in table thead tr, .single-news_article .reduced-wrapper.with-header-img .module-common.image .in table thead tr, .single-post .module-common.image .in table thead tr, .single-news_article .module-common.image .in table thead tr, .module-common.separator .wp-block-separator.contained .in table thead tr, .wrapper .wp-block-columns table thead tr, .module-common.image .wp-block-image.in-container .wp-block-columns table thead tr, .single-post .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table thead tr, .single-news_article .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table thead tr, .single-post .module-common.image .wp-block-columns table thead tr, .single-news_article .module-common.image .wp-block-columns table thead tr, .module-common.separator .wp-block-separator.contained .wp-block-columns table thead tr {
  background: #aed459;
  color: #072a1b;
}
.wrapper .in table thead tr th, .module-common.image .wp-block-image.in-container .in table thead tr th, .single-post .reduced-wrapper.with-header-img .module-common.image .in table thead tr th, .single-news_article .reduced-wrapper.with-header-img .module-common.image .in table thead tr th, .single-post .module-common.image .in table thead tr th, .single-news_article .module-common.image .in table thead tr th, .module-common.separator .wp-block-separator.contained .in table thead tr th, .wrapper .wp-block-columns table thead tr th, .module-common.image .wp-block-image.in-container .wp-block-columns table thead tr th, .single-post .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table thead tr th, .single-news_article .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table thead tr th, .single-post .module-common.image .wp-block-columns table thead tr th, .single-news_article .module-common.image .wp-block-columns table thead tr th, .module-common.separator .wp-block-separator.contained .wp-block-columns table thead tr th {
  border: #072a1b solid 1px;
}
.wrapper .in table tfoot tr, .module-common.image .wp-block-image.in-container .in table tfoot tr, .single-post .reduced-wrapper.with-header-img .module-common.image .in table tfoot tr, .single-news_article .reduced-wrapper.with-header-img .module-common.image .in table tfoot tr, .single-post .module-common.image .in table tfoot tr, .single-news_article .module-common.image .in table tfoot tr, .module-common.separator .wp-block-separator.contained .in table tfoot tr, .wrapper .wp-block-columns table tfoot tr, .module-common.image .wp-block-image.in-container .wp-block-columns table tfoot tr, .single-post .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table tfoot tr, .single-news_article .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table tfoot tr, .single-post .module-common.image .wp-block-columns table tfoot tr, .single-news_article .module-common.image .wp-block-columns table tfoot tr, .module-common.separator .wp-block-separator.contained .wp-block-columns table tfoot tr {
  background: #aed459;
  color: #072a1b;
}
.wrapper .in table tfoot tr td, .module-common.image .wp-block-image.in-container .in table tfoot tr td, .single-post .reduced-wrapper.with-header-img .module-common.image .in table tfoot tr td, .single-news_article .reduced-wrapper.with-header-img .module-common.image .in table tfoot tr td, .single-post .module-common.image .in table tfoot tr td, .single-news_article .module-common.image .in table tfoot tr td, .module-common.separator .wp-block-separator.contained .in table tfoot tr td, .wrapper .wp-block-columns table tfoot tr td, .module-common.image .wp-block-image.in-container .wp-block-columns table tfoot tr td, .single-post .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table tfoot tr td, .single-news_article .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table tfoot tr td, .single-post .module-common.image .wp-block-columns table tfoot tr td, .single-news_article .module-common.image .wp-block-columns table tfoot tr td, .module-common.separator .wp-block-separator.contained .wp-block-columns table tfoot tr td {
  border: #072a1b solid 1px;
}
.wrapper .in table.is-style-stripes tbody tr:nth-child(odd), .module-common.image .wp-block-image.in-container .in table.is-style-stripes tbody tr:nth-child(odd), .single-post .module-common.image .in table.is-style-stripes tbody tr:nth-child(odd), .single-news_article .module-common.image .in table.is-style-stripes tbody tr:nth-child(odd), .module-common.separator .wp-block-separator.contained .in table.is-style-stripes tbody tr:nth-child(odd), .wrapper .wp-block-columns table.is-style-stripes tbody tr:nth-child(odd), .module-common.image .wp-block-image.in-container .wp-block-columns table.is-style-stripes tbody tr:nth-child(odd), .single-post .module-common.image .wp-block-columns table.is-style-stripes tbody tr:nth-child(odd), .single-news_article .module-common.image .wp-block-columns table.is-style-stripes tbody tr:nth-child(odd), .module-common.separator .wp-block-separator.contained .wp-block-columns table.is-style-stripes tbody tr:nth-child(odd) {
  background: transparent;
}
.wrapper .in table.is-style-stripes tbody tr:nth-child(even), .module-common.image .wp-block-image.in-container .in table.is-style-stripes tbody tr:nth-child(even), .single-post .module-common.image .in table.is-style-stripes tbody tr:nth-child(even), .single-news_article .module-common.image .in table.is-style-stripes tbody tr:nth-child(even), .module-common.separator .wp-block-separator.contained .in table.is-style-stripes tbody tr:nth-child(even), .wrapper .wp-block-columns table.is-style-stripes tbody tr:nth-child(even), .module-common.image .wp-block-image.in-container .wp-block-columns table.is-style-stripes tbody tr:nth-child(even), .single-post .module-common.image .wp-block-columns table.is-style-stripes tbody tr:nth-child(even), .single-news_article .module-common.image .wp-block-columns table.is-style-stripes tbody tr:nth-child(even), .module-common.separator .wp-block-separator.contained .wp-block-columns table.is-style-stripes tbody tr:nth-child(even) {
  background: #f0f0f0;
}
.wrapper .in table td, .module-common.image .wp-block-image.in-container .in table td, .single-post .reduced-wrapper.with-header-img .module-common.image .in table td, .single-news_article .reduced-wrapper.with-header-img .module-common.image .in table td, .single-post .module-common.image .in table td, .single-news_article .module-common.image .in table td, .module-common.separator .wp-block-separator.contained .in table td,
.wrapper .in table th,
.module-common.image .wp-block-image.in-container .in table th,
.single-post .reduced-wrapper.with-header-img .module-common.image .in table th,
.single-news_article .reduced-wrapper.with-header-img .module-common.image .in table th,
.single-post .module-common.image .in table th,
.single-news_article .module-common.image .in table th,
.module-common.separator .wp-block-separator.contained .in table th, .wrapper .wp-block-columns table td, .module-common.image .wp-block-image.in-container .wp-block-columns table td, .single-post .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table td, .single-news_article .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table td, .single-post .module-common.image .wp-block-columns table td, .single-news_article .module-common.image .wp-block-columns table td, .module-common.separator .wp-block-separator.contained .wp-block-columns table td,
.wrapper .wp-block-columns table th,
.module-common.image .wp-block-image.in-container .wp-block-columns table th,
.single-post .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table th,
.single-news_article .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table th,
.single-post .module-common.image .wp-block-columns table th,
.single-news_article .module-common.image .wp-block-columns table th,
.module-common.separator .wp-block-separator.contained .wp-block-columns table th {
  padding: 8px 11px;
  border: 1px solid #000;
  word-break: normal;
}
.wrapper .in table tr, .module-common.image .wp-block-image.in-container .in table tr, .single-post .reduced-wrapper.with-header-img .module-common.image .in table tr, .single-news_article .reduced-wrapper.with-header-img .module-common.image .in table tr, .single-post .module-common.image .in table tr, .single-news_article .module-common.image .in table tr, .module-common.separator .wp-block-separator.contained .in table tr, .wrapper .wp-block-columns table tr, .module-common.image .wp-block-image.in-container .wp-block-columns table tr, .single-post .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table tr, .single-news_article .reduced-wrapper.with-header-img .module-common.image .wp-block-columns table tr, .single-post .module-common.image .wp-block-columns table tr, .single-news_article .module-common.image .wp-block-columns table tr, .module-common.separator .wp-block-separator.contained .wp-block-columns table tr {
  height: auto !important;
}
.wrapper .in table tr.thead, .module-common.image .wp-block-image.in-container .in table tr.thead, .single-post .module-common.image .in table tr.thead, .single-news_article .module-common.image .in table tr.thead, .module-common.separator .wp-block-separator.contained .in table tr.thead, .wrapper .wp-block-columns table tr.thead, .module-common.image .wp-block-image.in-container .wp-block-columns table tr.thead, .single-post .module-common.image .wp-block-columns table tr.thead, .single-news_article .module-common.image .wp-block-columns table tr.thead, .module-common.separator .wp-block-separator.contained .wp-block-columns table tr.thead {
  background: #aed459;
  color: #072a1b;
}
.wrapper .in table tr.thead th, .module-common.image .wp-block-image.in-container .in table tr.thead th, .single-post .module-common.image .in table tr.thead th, .single-news_article .module-common.image .in table tr.thead th, .module-common.separator .wp-block-separator.contained .in table tr.thead th, .wrapper .wp-block-columns table tr.thead th, .module-common.image .wp-block-image.in-container .wp-block-columns table tr.thead th, .single-post .module-common.image .wp-block-columns table tr.thead th, .single-news_article .module-common.image .wp-block-columns table tr.thead th, .module-common.separator .wp-block-separator.contained .wp-block-columns table tr.thead th {
  border: #072a1b solid 1px;
  border-bottom-width: 3px;
}

.single-post .module-common.image.align-block-right, .single-post .module-common.image.align-block-left, .single-news_article .module-common.image.align-block-right, .single-news_article .module-common.image.align-block-left {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .single-post .module-common.image.align-block-right, .single-post .module-common.image.align-block-left, .single-news_article .module-common.image.align-block-right, .single-news_article .module-common.image.align-block-left {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .single-post .module-common.image.align-block-right, .single-post .module-common.image.align-block-left, .single-news_article .module-common.image.align-block-right, .single-news_article .module-common.image.align-block-left {
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media (min-width: 1200px) {
  .single-post .module-common.image.align-block-right, .single-post .module-common.image.align-block-left, .single-news_article .module-common.image.align-block-right, .single-news_article .module-common.image.align-block-left {
    padding-left: 180px;
    padding-right: 180px;
  }
}
.single-post .reduced-wrapper.with-header-img .module-common.image.align-block-right, .single-post .reduced-wrapper.with-header-img .module-common.image.align-block-left, .single-news_article .reduced-wrapper.with-header-img .module-common.image.align-block-right, .single-news_article .reduced-wrapper.with-header-img .module-common.image.align-block-left {
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 768px) {
  .single-post .reduced-wrapper.with-header-img .module-common.image.align-block-right, .single-post .reduced-wrapper.with-header-img .module-common.image.align-block-left, .single-news_article .reduced-wrapper.with-header-img .module-common.image.align-block-right, .single-news_article .reduced-wrapper.with-header-img .module-common.image.align-block-left {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media (min-width: 1024px) {
  .single-post .reduced-wrapper.with-header-img .module-common.image.align-block-right, .single-post .reduced-wrapper.with-header-img .module-common.image.align-block-left, .single-news_article .reduced-wrapper.with-header-img .module-common.image.align-block-right, .single-news_article .reduced-wrapper.with-header-img .module-common.image.align-block-left {
    padding-left: 148px;
    padding-right: 148px;
  }
}
@media (min-width: 1200px) {
  .single-post .reduced-wrapper.with-header-img .module-common.image.align-block-right, .single-post .reduced-wrapper.with-header-img .module-common.image.align-block-left, .single-news_article .reduced-wrapper.with-header-img .module-common.image.align-block-right, .single-news_article .reduced-wrapper.with-header-img .module-common.image.align-block-left {
    padding-left: 180px;
    padding-right: 180px;
  }
}
.module-common.image.align-block-center .wp-block-image {
  margin: 0 auto;
}
.module-common.image .wp-block-image {
  margin: 0;
}
.module-common.image .wp-block-image:not(.in-container) figcaption {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.module-common.image .wp-block-image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.module-common.image .wp-block-image figure {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  float: none !important;
}
.module-common.image .wp-block-image figure.aligncenter {
  text-align: center;
}
.module-common.image .wp-block-image figure.aligncenter figcaption {
  text-align: center;
}
.module-common.image .wp-block-image figcaption {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
  font-style: italic;
}
.module-common.image .wp-block-image figcaption a {
  text-decoration: none;
  color: #f3cf1e;
  border-bottom-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  transition: 0.2s;
}
.module-common.image .wp-block-image figcaption a:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.module-common.heading {
  margin: 0 0 20px;
}

.module-common.m-columns {
  color: #000;
  overflow-x: hidden;
}
.module-common.m-columns strong {
  font-weight: 700;
}
.module-common.m-columns h1,
.module-common.m-columns h2,
.module-common.m-columns h3,
.module-common.m-columns h4,
.module-common.m-columns h5,
.module-common.m-columns h6 {
  margin: 0 0 20px;
}
.module-common.m-columns h1.align-center,
.module-common.m-columns h2.align-center,
.module-common.m-columns h3.align-center,
.module-common.m-columns h4.align-center,
.module-common.m-columns h5.align-center,
.module-common.m-columns h6.align-center {
  text-align: center;
}
.module-common.m-columns h1.col-section-heading,
.module-common.m-columns h2.col-section-heading,
.module-common.m-columns h3.col-section-heading,
.module-common.m-columns h4.col-section-heading,
.module-common.m-columns h5.col-section-heading,
.module-common.m-columns h6.col-section-heading {
  margin-bottom: 2.4rem;
}
.module-common.m-columns h1 strong,
.module-common.m-columns h2 strong,
.module-common.m-columns h3 strong,
.module-common.m-columns h4 strong,
.module-common.m-columns h5 strong,
.module-common.m-columns h6 strong {
  font-weight: 700;
}
.module-common.m-columns.light-text h1.col-section-heading,
.module-common.m-columns.light-text h2.col-section-heading,
.module-common.m-columns.light-text h3.col-section-heading,
.module-common.m-columns.light-text h4.col-section-heading,
.module-common.m-columns.light-text h5.col-section-heading,
.module-common.m-columns.light-text h6.col-section-heading {
  color: #fff;
}
.module-common.m-columns.light-text h1.col-section-heading strong,
.module-common.m-columns.light-text h2.col-section-heading strong,
.module-common.m-columns.light-text h3.col-section-heading strong,
.module-common.m-columns.light-text h4.col-section-heading strong,
.module-common.m-columns.light-text h5.col-section-heading strong,
.module-common.m-columns.light-text h6.col-section-heading strong {
  color: #f3cf1e;
}
.module-common.m-columns.dark-text h1.col-section-heading,
.module-common.m-columns.dark-text h2.col-section-heading,
.module-common.m-columns.dark-text h3.col-section-heading,
.module-common.m-columns.dark-text h4.col-section-heading,
.module-common.m-columns.dark-text h5.col-section-heading,
.module-common.m-columns.dark-text h6.col-section-heading {
  color: #000 !important;
}
.module-common.m-columns.dark-text h1.col-section-heading strong,
.module-common.m-columns.dark-text h2.col-section-heading strong,
.module-common.m-columns.dark-text h3.col-section-heading strong,
.module-common.m-columns.dark-text h4.col-section-heading strong,
.module-common.m-columns.dark-text h5.col-section-heading strong,
.module-common.m-columns.dark-text h6.col-section-heading strong {
  color: #005941;
}
.module-common.m-columns p:not(:last-child) {
  margin-bottom: 14px;
}
.module-common.m-columns blockquote {
  font-size: 18px;
  line-height: 33px;
  font-style: italic;
  font-weight: 300;
  margin-right: 0;
}
.module-common.m-columns a:not(.btn) {
  color: inherit;
  border-bottom-color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  transition: 0.2s;
}
.module-common.m-columns a:not(.btn):hover {
  color: #005941;
  border-bottom-style: solid;
  text-decoration: none;
}
.module-common.m-columns a:not(.btn).img-link {
  display: inline-block;
  border-bottom: none;
}
.module-common.m-columns .wrapper, .module-common.m-columns .module-common.separator .wp-block-separator.contained, .module-common.separator .module-common.m-columns .wp-block-separator.contained, .module-common.m-columns .single-post .module-common.image, .single-post .module-common.m-columns .module-common.image, .module-common.m-columns .single-news_article .module-common.image, .single-news_article .module-common.m-columns .module-common.image, .module-common.m-columns .module-common.image .wp-block-image.in-container, .module-common.image .module-common.m-columns .wp-block-image.in-container {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.module-common.m-columns .wrapper.forest-green, .module-common.m-columns .module-common.separator .forest-green.wp-block-separator.contained, .module-common.separator .module-common.m-columns .forest-green.wp-block-separator.contained, .module-common.m-columns .single-post .forest-green.module-common.image, .single-post .module-common.m-columns .forest-green.module-common.image, .module-common.m-columns .single-news_article .forest-green.module-common.image, .single-news_article .module-common.m-columns .forest-green.module-common.image, .module-common.m-columns .module-common.image .forest-green.wp-block-image.in-container, .module-common.image .module-common.m-columns .forest-green.wp-block-image.in-container {
  background: #005941;
}
.module-common.m-columns .wrapper.forest-dusk, .module-common.m-columns .module-common.separator .forest-dusk.wp-block-separator.contained, .module-common.separator .module-common.m-columns .forest-dusk.wp-block-separator.contained, .module-common.m-columns .single-post .forest-dusk.module-common.image, .single-post .module-common.m-columns .forest-dusk.module-common.image, .module-common.m-columns .single-news_article .forest-dusk.module-common.image, .single-news_article .module-common.m-columns .forest-dusk.module-common.image, .module-common.m-columns .module-common.image .forest-dusk.wp-block-image.in-container, .module-common.image .module-common.m-columns .forest-dusk.wp-block-image.in-container {
  background: #1c3a2e;
}
.module-common.m-columns .wrapper.forest-night, .module-common.m-columns .module-common.separator .forest-night.wp-block-separator.contained, .module-common.separator .module-common.m-columns .forest-night.wp-block-separator.contained, .module-common.m-columns .single-post .forest-night.module-common.image, .single-post .module-common.m-columns .forest-night.module-common.image, .module-common.m-columns .single-news_article .forest-night.module-common.image, .single-news_article .module-common.m-columns .forest-night.module-common.image, .module-common.m-columns .module-common.image .forest-night.wp-block-image.in-container, .module-common.image .module-common.m-columns .forest-night.wp-block-image.in-container {
  background: #072a1b;
}
.module-common.m-columns .wrapper.sunshine, .module-common.m-columns .module-common.separator .sunshine.wp-block-separator.contained, .module-common.separator .module-common.m-columns .sunshine.wp-block-separator.contained, .module-common.m-columns .single-post .sunshine.module-common.image, .single-post .module-common.m-columns .sunshine.module-common.image, .module-common.m-columns .single-news_article .sunshine.module-common.image, .single-news_article .module-common.m-columns .sunshine.module-common.image, .module-common.m-columns .module-common.image .sunshine.wp-block-image.in-container, .module-common.image .module-common.m-columns .sunshine.wp-block-image.in-container {
  background: #f3cf1e;
}
.module-common.m-columns .wrapper.sage, .module-common.m-columns .module-common.separator .sage.wp-block-separator.contained, .module-common.separator .module-common.m-columns .sage.wp-block-separator.contained, .module-common.m-columns .single-post .sage.module-common.image, .single-post .module-common.m-columns .sage.module-common.image, .module-common.m-columns .single-news_article .sage.module-common.image, .single-news_article .module-common.m-columns .sage.module-common.image, .module-common.m-columns .module-common.image .sage.wp-block-image.in-container, .module-common.image .module-common.m-columns .sage.wp-block-image.in-container {
  background: #86a879;
}
.module-common.m-columns .wrapper.fern, .module-common.m-columns .module-common.separator .fern.wp-block-separator.contained, .module-common.separator .module-common.m-columns .fern.wp-block-separator.contained, .module-common.m-columns .single-post .fern.module-common.image, .single-post .module-common.m-columns .fern.module-common.image, .module-common.m-columns .single-news_article .fern.module-common.image, .single-news_article .module-common.m-columns .fern.module-common.image, .module-common.m-columns .module-common.image .fern.wp-block-image.in-container, .module-common.image .module-common.m-columns .fern.wp-block-image.in-container {
  background: #aed459;
}
.module-common.m-columns .wrapper.ash-white, .module-common.m-columns .module-common.separator .ash-white.wp-block-separator.contained, .module-common.separator .module-common.m-columns .ash-white.wp-block-separator.contained, .module-common.m-columns .single-post .ash-white.module-common.image, .single-post .module-common.m-columns .ash-white.module-common.image, .module-common.m-columns .single-news_article .ash-white.module-common.image, .single-news_article .module-common.m-columns .ash-white.module-common.image, .module-common.m-columns .module-common.image .ash-white.wp-block-image.in-container, .module-common.image .module-common.m-columns .ash-white.wp-block-image.in-container {
  background: #f8f4ef;
}
.module-common.m-columns .wrapper .wp-block-columns, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns, .module-common.m-columns .single-post .module-common.image .wp-block-columns, .single-post .module-common.m-columns .module-common.image .wp-block-columns, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns {
  margin-bottom: 0;
}
.module-common.m-columns .wrapper .wp-block-columns.is-layout-flex, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns.is-layout-flex, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns.is-layout-flex, .module-common.m-columns .single-post .module-common.image .wp-block-columns.is-layout-flex, .single-post .module-common.m-columns .module-common.image .wp-block-columns.is-layout-flex, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns.is-layout-flex, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns.is-layout-flex, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns.is-layout-flex, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns.is-layout-flex {
  gap: 0;
  align-items: unset;
}
.module-common.m-columns .wrapper .wp-block-columns.align-top, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns.align-top, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns.align-top, .module-common.m-columns .single-post .module-common.image .wp-block-columns.align-top, .single-post .module-common.m-columns .module-common.image .wp-block-columns.align-top, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns.align-top, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns.align-top, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns.align-top, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns.align-top {
  align-items: start !important;
}
.module-common.m-columns .wrapper .wp-block-columns.align-center, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns.align-center, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns.align-center, .module-common.m-columns .single-post .module-common.image .wp-block-columns.align-center, .single-post .module-common.m-columns .module-common.image .wp-block-columns.align-center, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns.align-center, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns.align-center, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns.align-center, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns.align-center {
  align-items: center !important;
}
.module-common.m-columns .wrapper .wp-block-columns.align-bottom, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns.align-bottom, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns.align-bottom, .module-common.m-columns .single-post .module-common.image .wp-block-columns.align-bottom, .single-post .module-common.m-columns .module-common.image .wp-block-columns.align-bottom, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns.align-bottom, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns.align-bottom, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns.align-bottom, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns.align-bottom {
  align-items: end !important;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column {
  padding: 60px 2rem;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.align-center, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.align-center, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.align-center, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.align-center, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.align-center, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.align-center, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.align-center, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.align-center, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.align-center {
  text-align: center;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.align-right, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.align-right, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.align-right, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.align-right, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.align-right, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.align-right, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.align-right, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.align-right, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.align-right {
  text-align: right;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.no-top-margin, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.no-top-margin, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.no-top-margin, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.no-top-margin, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.no-top-margin, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.no-top-margin, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.no-top-margin, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.no-top-margin, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.no-top-margin {
  margin-top: 0;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.no-top-margin > :first-child, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.no-top-margin > :first-child, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.no-top-margin > :first-child, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.no-top-margin > :first-child, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.no-top-margin > :first-child, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.no-top-margin > :first-child, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.no-top-margin > :first-child, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.no-top-margin > :first-child, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.no-top-margin > :first-child {
  margin-top: 0;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.no-bottom-margin, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.no-bottom-margin, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.no-bottom-margin, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.no-bottom-margin, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.no-bottom-margin, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.no-bottom-margin, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.no-bottom-margin, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.no-bottom-margin, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.no-bottom-margin {
  margin-bottom: 0;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.no-bottom-margin > :last-child, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.no-bottom-margin > :last-child, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.no-bottom-margin > :last-child, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.no-bottom-margin > :last-child, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.no-bottom-margin > :last-child, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.no-bottom-margin > :last-child, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.no-bottom-margin > :last-child, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.no-bottom-margin > :last-child, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.no-bottom-margin > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.col-25, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.col-25, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.col-25, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.col-25, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.col-25, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.col-25, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.col-25, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.col-25, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.col-25 {
    flex-basis: 25% !important;
  }
  .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.col-33, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.col-33, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.col-33, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.col-33, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.col-33, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.col-33, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.col-33, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.col-33, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.col-33 {
    flex-basis: 33.33% !important;
  }
  .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.col-50, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.col-50, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.col-50, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.col-50, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.col-50, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.col-50, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.col-50, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.col-50, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.col-50 {
    flex-basis: 50% !important;
  }
  .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.col-66, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.col-66, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.col-66, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.col-66, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.col-66, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.col-66, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.col-66, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.col-66, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.col-66 {
    flex-basis: 66.66% !important;
  }
  .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.col-75, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.col-75, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.col-75, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.col-75, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.col-75, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.col-75, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.col-75, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.col-75, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.col-75 {
    flex-basis: 75% !important;
  }
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.left, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.left, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.left, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.left, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.left, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.left, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.left, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.left, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.left {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
  flex: 1;
  order: 0;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.left::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.right, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.right, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.right, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.right, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.right, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.right, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.right, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.right, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.right {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
  flex: 1;
  order: 1;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.right::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100%;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green {
  background: #005941;
  color: #fff;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green.left::before {
  background-color: #005941;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green.right::after {
  background-color: #005941;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green h6 {
  color: #f3cf1e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green a:not(.btn), .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green a:not(.btn), .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green a:not(.btn), .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green a:not(.btn), .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green a:not(.btn), .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green a:not(.btn), .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green a:not(.btn), .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green a:not(.btn), .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green a:not(.btn) {
  color: #fff;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green a:not(.btn):hover, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green a:not(.btn):hover, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green a:not(.btn):hover, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green a:not(.btn):hover, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green a:not(.btn):hover, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green a:not(.btn):hover, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green a:not(.btn):hover, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green a:not(.btn):hover, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green a:not(.btn):hover {
  color: #f3cf1e;
  text-decoration: none;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .btn.full.centered, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .btn.full.centered, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .btn.full.centered, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .btn.full.centered, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .btn.full.centered, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green a.full.centered, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green a.full.centered, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green a.full.centered, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green a.full.centered, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green a.full.centered, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit], .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit], .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit], .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit], .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit], .gform_wrapper .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit], .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit], .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit], .gform_wrapper .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit], .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit], .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit] {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .btn.full.centered::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .btn.full.centered::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .btn.full.centered::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .btn.full.centered::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .btn.full.centered::before, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green a.full.centered::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green a.full.centered::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green a.full.centered::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green a.full.centered::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green a.full.centered::before, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::before, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .btn.full.centered::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .btn.full.centered::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .btn.full.centered::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .btn.full.centered::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .btn.full.centered::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .btn.full.centered::after, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green a.full.centered::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green a.full.centered::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green a.full.centered::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green a.full.centered::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green a.full.centered::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green a.full.centered::after, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green input.full.centered[type=submit]::after {
  content: "";
  flex-basis: 25%;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .gform_wrapper h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .gform_wrapper h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .gform_wrapper h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .gform_wrapper h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .gform_wrapper h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-green .gform_wrapper h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-green .gform_wrapper h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-green .gform_wrapper h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-green .gform_wrapper h6 {
  color: #000;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow {
  background: #24914f;
  color: #fff;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow.left::before {
  background-color: #24914f;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow.right::after {
  background-color: #24914f;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow h6 {
  color: #ffe994;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow a:not(.btn), .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow a:not(.btn), .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow a:not(.btn), .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow a:not(.btn), .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow a:not(.btn), .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow a:not(.btn), .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow a:not(.btn), .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow a:not(.btn), .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow a:not(.btn) {
  color: #fff;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow a:not(.btn):hover, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow a:not(.btn):hover, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow a:not(.btn):hover, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow a:not(.btn):hover, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow a:not(.btn):hover, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow a:not(.btn):hover, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow a:not(.btn):hover, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow a:not(.btn):hover, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow a:not(.btn):hover {
  color: #ffe994;
  text-decoration: none;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .btn.full.centered, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .btn.full.centered, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .btn.full.centered, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .btn.full.centered, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .btn.full.centered, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow a.full.centered, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow a.full.centered, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow a.full.centered, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow a.full.centered, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered, .header-landing.header-event .event-cta .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow a.full.centered, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit], .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit], .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit], .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit], .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit], .gform_wrapper .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit], .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit], .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit], .gform_wrapper .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit], .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit], .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit], .gform_wrapper .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit] {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .btn.full.centered::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .btn.full.centered::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .btn.full.centered::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .btn.full.centered::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .btn.full.centered::before, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow a.full.centered::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow a.full.centered::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow a.full.centered::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow a.full.centered::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::before, .header-landing.header-event .event-cta .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow a.full.centered::before, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::before, .gform_wrapper .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::before, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .btn.full.centered::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .btn.full.centered::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .btn.full.centered::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .btn.full.centered::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .btn.full.centered::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .btn.full.centered::after, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow a.full.centered::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow a.full.centered::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow a.full.centered::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow a.full.centered::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow a.full.centered::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .header-landing.header-event .event-cta a.full.centered::after, .header-landing.header-event .event-cta .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow a.full.centered::after, .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper input.full.centered[type=submit]::after, .gform_wrapper .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow input.full.centered[type=submit]::after {
  content: "";
  flex-basis: 25%;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .gform_wrapper h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .gform_wrapper h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .gform_wrapper h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .gform_wrapper h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .gform_wrapper h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.meadow .gform_wrapper h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.meadow .gform_wrapper h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.meadow .gform_wrapper h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.meadow .gform_wrapper h6 {
  color: #000;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk {
  background: #1c3a2e;
  color: #fff;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk.left::before {
  background-color: #1c3a2e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk.right::after {
  background-color: #1c3a2e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk h6 {
  color: #f3cf1e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk a:not(.btn), .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk a:not(.btn), .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk a:not(.btn), .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk a:not(.btn), .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk a:not(.btn), .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk a:not(.btn), .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk a:not(.btn), .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk a:not(.btn), .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk a:not(.btn) {
  color: #fff;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk a:not(.btn):hover, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk a:not(.btn):hover, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk a:not(.btn):hover, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk a:not(.btn):hover, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk a:not(.btn):hover, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk a:not(.btn):hover, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk a:not(.btn):hover, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk a:not(.btn):hover, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk a:not(.btn):hover {
  color: #f3cf1e;
  text-decoration: none;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-dusk .gform_wrapper h6 {
  color: #000;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night {
  background: #072a1b;
  color: #fff;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night.left::before {
  background-color: #072a1b;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night.right::after {
  background-color: #072a1b;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night h6 {
  color: #f3cf1e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night a:not(.btn), .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night a:not(.btn), .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night a:not(.btn), .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night a:not(.btn), .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night a:not(.btn), .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night a:not(.btn), .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night a:not(.btn), .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night a:not(.btn), .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night a:not(.btn) {
  color: #fff;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night a:not(.btn):hover, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night a:not(.btn):hover, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night a:not(.btn):hover, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night a:not(.btn):hover, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night a:not(.btn):hover, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night a:not(.btn):hover, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night a:not(.btn):hover, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night a:not(.btn):hover, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night a:not(.btn):hover {
  color: #f3cf1e;
  text-decoration: none;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night .gform_wrapper h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night .gform_wrapper h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night .gform_wrapper h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night .gform_wrapper h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night .gform_wrapper h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.forest-night .gform_wrapper h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.forest-night .gform_wrapper h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.forest-night .gform_wrapper h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.forest-night .gform_wrapper h6 {
  color: #000;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine {
  background: #f3cf1e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine.left::before {
  background-color: #f3cf1e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine.right::after {
  background-color: #f3cf1e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine h6 {
  color: #1c3a2e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-light, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-light, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-light, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light {
  background: #fffddf;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-light.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-light.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-light.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light.left::before {
  background-color: #fffddf;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-light.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-light.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-light.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light.right::after {
  background-color: #fffddf;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-light h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-light h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-light h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-light h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-light h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-light h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-light h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-light h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-light h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-light h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-light h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-light h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-light h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-light h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-light h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-light h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-light h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-light h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-light h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-light h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-light h6 {
  color: #1c3a2e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-haze, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-haze, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-haze, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze {
  background: #ffe994;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-haze.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-haze.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-haze.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze.left::before {
  background-color: #ffe994;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-haze.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-haze.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-haze.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze.right::after {
  background-color: #ffe994;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-haze h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-haze h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-haze h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-haze h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-haze h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sunshine-haze h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sunshine-haze h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sunshine-haze h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sunshine-haze h6 {
  color: #1c3a2e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-light, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-light, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-light, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light {
  background: #fdb30f;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-light.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-light.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-light.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light.left::before {
  background-color: #fdb30f;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-light.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-light.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-light.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light.right::after {
  background-color: #fdb30f;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-light h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-light h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-light h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-light h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-light h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-light h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-light h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-light h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-light h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-light h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-light h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-light h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-light h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-light h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-light h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-light h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-light h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-light h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-light h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-light h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-light h6 {
  color: #1c3a2e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-dark, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-dark, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-dark, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark {
  background: #f7931e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-dark.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-dark.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-dark.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark.left::before {
  background-color: #f7931e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-dark.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-dark.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-dark.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark.right::after {
  background-color: #f7931e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-dark h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-dark h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-dark h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-dark h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-dark h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-dark h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-dark h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-dark h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-dark h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-dark h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-dark h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-dark h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-dark h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-dark h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-dark h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.bengal-dark h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.bengal-dark h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.bengal-dark h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.bengal-dark h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.bengal-dark h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.bengal-dark h6 {
  color: #1c3a2e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sage, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sage, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sage, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sage, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sage, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sage, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sage {
  background: #86a879;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sage.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sage.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sage.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sage.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sage.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sage.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sage.left::before {
  background-color: #86a879;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sage.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sage.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sage.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sage.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sage.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sage.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sage.right::after {
  background-color: #86a879;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sage h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sage h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sage h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sage h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sage h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sage h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sage h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sage h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sage h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sage h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sage h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sage h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sage h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sage h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sage h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sage h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sage h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sage h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sage h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sage h6 {
  color: #072a1b;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sage a:not(.btn), .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sage a:not(.btn), .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sage a:not(.btn), .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sage a:not(.btn), .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage a:not(.btn), .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sage a:not(.btn), .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage a:not(.btn), .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sage a:not(.btn), .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sage a:not(.btn) {
  color: #fff;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.sage a:not(.btn):hover, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.sage a:not(.btn):hover, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.sage a:not(.btn):hover, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.sage a:not(.btn):hover, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage a:not(.btn):hover, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.sage a:not(.btn):hover, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.sage a:not(.btn):hover, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.sage a:not(.btn):hover, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.sage a:not(.btn):hover {
  color: #f3cf1e;
  text-decoration: none;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.fern, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.fern, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.fern, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.fern, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.fern, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.fern, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.fern {
  background: #aed459;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.fern.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.fern.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.fern.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.fern.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.fern.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.fern.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.fern.left::before {
  background-color: #aed459;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.fern.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.fern.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.fern.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.fern.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.fern.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.fern.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.fern.right::after {
  background-color: #aed459;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.fern h1, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h1, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h1, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.fern h1, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h1, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.fern h1, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h1, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h1, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h1,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.fern h2,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h2,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h2,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.fern h2,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h2,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.fern h2,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h2,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h2,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h2,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.fern h3,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h3,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h3,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.fern h3,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h3,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.fern h3,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h3,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h3,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h3,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.fern h4,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h4,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h4,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.fern h4,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h4,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.fern h4,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h4,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h4,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h4,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.fern h5,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h5,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h5,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.fern h5,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h5,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.fern h5,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h5,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h5,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h5,
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.fern h6,
.module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h6,
.module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.fern h6,
.module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.fern h6,
.single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h6,
.module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.fern h6,
.single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.fern h6,
.module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h6,
.module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.fern h6 {
  color: #1c3a2e;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.ash-white, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.ash-white, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.ash-white, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.ash-white, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.ash-white, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.ash-white, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.ash-white, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.ash-white, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.ash-white {
  background: #f8f4ef;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.ash-white.left::before, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.ash-white.left::before, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.ash-white.left::before, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.ash-white.left::before, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.ash-white.left::before, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.ash-white.left::before, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.ash-white.left::before, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.ash-white.left::before, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.ash-white.left::before {
  background-color: #f8f4ef;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column.ash-white.right::after, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column.ash-white.right::after, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column.ash-white.right::after, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column.ash-white.right::after, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.ash-white.right::after, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column.ash-white.right::after, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column.ash-white.right::after, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column.ash-white.right::after, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column.ash-white.right::after {
  background-color: #f8f4ef;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column .gform_wrapper, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column .gform_wrapper, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column .gform_wrapper, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column .gform_wrapper, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column .gform_wrapper, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column .gform_wrapper, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column .gform_wrapper, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column .gform_wrapper, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column .gform_wrapper {
  color: #000;
}
.module-common.m-columns .wrapper .wp-block-columns .wp-block-column .column-top-spacer, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column .column-top-spacer, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column .column-top-spacer, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column .column-top-spacer, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column .column-top-spacer, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column .column-top-spacer, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column .column-top-spacer, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column .column-top-spacer, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column .column-top-spacer {
  display: none;
}
@media (min-width: 768px) {
  .module-common.m-columns .wrapper .wp-block-columns .wp-block-column .column-top-spacer, .module-common.m-columns .module-common.separator .wp-block-separator.contained .wp-block-columns .wp-block-column .column-top-spacer, .module-common.separator .module-common.m-columns .wp-block-separator.contained .wp-block-columns .wp-block-column .column-top-spacer, .module-common.m-columns .single-post .module-common.image .wp-block-columns .wp-block-column .column-top-spacer, .single-post .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column .column-top-spacer, .module-common.m-columns .single-news_article .module-common.image .wp-block-columns .wp-block-column .column-top-spacer, .single-news_article .module-common.m-columns .module-common.image .wp-block-columns .wp-block-column .column-top-spacer, .module-common.m-columns .module-common.image .wp-block-image.in-container .wp-block-columns .wp-block-column .column-top-spacer, .module-common.image .module-common.m-columns .wp-block-image.in-container .wp-block-columns .wp-block-column .column-top-spacer {
    display: block;
    padding-top: 4rem;
  }
}

iframe {
  width: 100%;
}

.module-common.html iframe {
  width: 100%;
}

.m-spotlights.news-events {
  position: relative;
  background: #fff;
}
.m-spotlights.news-events .bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #005941;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 1% 100%, 2% 99.95%, 3% 99.9%, 4% 99.8%, 5% 99.7%, 6% 99.55%, 7% 99.35%, 8% 99.2%, 9% 99%, 10% 98.75%, 11% 98.5%, 12% 98.25%, 13% 98%, 14% 97.7%, 15% 97.45%, 16% 97.15%, 17% 96.85%, 18% 96.55%, 19% 96.25%, 20% 95.9%, 21% 95.65%, 22% 95.35%, 23% 95.05%, 24% 94.8%, 25% 94.55%, 26% 94.3%, 27% 94.05%, 28% 93.85%, 29% 93.65%, 30% 93.5%, 31% 93.35%, 32% 93.25%, 33% 93.15%, 34% 93.05%, 35% 93%, 36% 93%, 37% 93%, 38% 93.05%, 39% 93.1%, 40% 93.2%, 41% 93.3%, 42% 93.45%, 43% 93.6%, 44% 93.75%, 45% 93.95%, 46% 94.2%, 47% 94.45%, 48% 94.7%, 49% 94.95%, 50% 95.25%, 51% 95.5%, 52% 95.8%, 53% 96.1%, 54% 96.4%, 55% 96.7%, 56% 97%, 57% 97.3%, 58% 97.6%, 59% 97.9%, 60% 98.15%, 61% 98.45%, 62% 98.65%, 63% 98.9%, 64% 99.1%, 65% 99.3%, 66% 99.5%, 67% 99.6%, 68% 99.75%, 69% 99.85%, 70% 99.95%, 71% 99.95%, 72% 100%, 73% 100%, 74% 99.95%, 75% 99.9%, 76% 99.85%, 77% 99.7%, 78% 99.6%, 79% 99.45%, 80% 99.25%, 81% 99.05%, 82% 98.85%, 83% 98.6%, 84% 98.35%, 85% 98.1%, 86% 97.85%, 87% 97.55%, 88% 97.25%, 89% 96.95%, 90% 96.65%, 91% 96.35%, 92% 96.05%, 93% 95.75%, 94% 95.45%, 95% 95.15%, 96% 94.9%, 97% 94.6%, 98% 94.35%, 99% 94.15%, 100% 93.95%);
}
.m-spotlights.news-events .bg-overlay.fern {
  background: #aed459;
}
.m-spotlights.news-events .bg-overlay.ash-white {
  background: #f8f4ef;
}
@media (max-width: 767.98px) {
  .m-spotlights.news-events .bg-overlay {
    height: 50% !important;
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .m-spotlights.news-events .bg-overlay {
    right: auto;
    height: 50vw;
    width: 50%;
    transform: rotate(-90deg) scaleX(-1);
    transform-origin: 0 0;
    pointer-events: none;
  }
}
.m-spotlights.news-events .wrapper, .m-spotlights.news-events .module-common.separator .wp-block-separator.contained, .module-common.separator .m-spotlights.news-events .wp-block-separator.contained, .m-spotlights.news-events .single-post .module-common.image, .single-post .m-spotlights.news-events .module-common.image, .m-spotlights.news-events .single-news_article .module-common.image, .single-news_article .m-spotlights.news-events .module-common.image, .m-spotlights.news-events .module-common.image .wp-block-image.in-container, .module-common.image .m-spotlights.news-events .wp-block-image.in-container {
  position: relative;
}
.m-spotlights.news-events .title-wrapper {
  color: #fff;
  background-color: #005941;
}
.m-spotlights.news-events .title-wrapper h2 {
  color: #fff;
}
.m-spotlights.news-events .title-wrapper .m-cta .link {
  display: inline-block;
}
.m-spotlights.news-events .title-wrapper .m-cta .link:first-child {
  margin-right: 10px;
}
.m-spotlights.news-events .title-wrapper .m-cta .link .btn:hover, .m-spotlights.news-events .title-wrapper .m-cta .link .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .m-spotlights.news-events .title-wrapper .m-cta .link a:hover, .m-spotlights.news-events .title-wrapper .m-cta .link .gform_wrapper input[type=submit]:hover, .gform_wrapper .m-spotlights.news-events .title-wrapper .m-cta .link input[type=submit]:hover {
  color: #fff;
}
.m-spotlights.news-events .title-wrapper.fern {
  color: #1c3a2e;
  background-color: #aed459;
}
.m-spotlights.news-events .title-wrapper.fern h2 {
  color: #1c3a2e;
}
.m-spotlights.news-events .title-wrapper.fern .m-cta .link .btn:hover, .m-spotlights.news-events .title-wrapper.fern .m-cta .link .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .m-spotlights.news-events .title-wrapper.fern .m-cta .link a:hover, .m-spotlights.news-events .title-wrapper.fern .m-cta .link .gform_wrapper input[type=submit]:hover, .gform_wrapper .m-spotlights.news-events .title-wrapper.fern .m-cta .link input[type=submit]:hover {
  color: #1c3a2e;
}
.m-spotlights.news-events .title-wrapper.ash-white {
  color: #005941;
  background-color: #f8f4ef;
}
.m-spotlights.news-events .title-wrapper.ash-white h2 {
  color: #005941;
}
.m-spotlights.news-events .title-wrapper.ash-white .m-cta .link .btn:hover, .m-spotlights.news-events .title-wrapper.ash-white .m-cta .link .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .m-spotlights.news-events .title-wrapper.ash-white .m-cta .link a:hover, .m-spotlights.news-events .title-wrapper.ash-white .m-cta .link .gform_wrapper input[type=submit]:hover, .gform_wrapper .m-spotlights.news-events .title-wrapper.ash-white .m-cta .link input[type=submit]:hover {
  color: #1c3a2e;
}
.m-spotlights.news-events .spotlight {
  border: 0;
  background: transparent;
}
.m-spotlights.news-events .spotlight .user-tag {
  bottom: 32px;
  z-index: 10;
}
.m-spotlights.news-events .spotlight:hover {
  box-shadow: none;
}
.m-spotlights.news-events .spotlight .info {
  position: relative;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: -30px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.m-spotlights.news-events .spotlight.-news h3 {
  color: #005941;
}
.m-spotlights.news-events .spotlight.-news .img {
  background: url(../../src/img/default-umfk-news-card.png) 50% 20%/cover no-repeat;
}
.m-spotlights.news-events .spotlight.-event {
  color: #fff;
}
.m-spotlights.news-events .spotlight.-event .img {
  background: url(../../src/img/default-umfk-event-card.png) 50% 20%/cover no-repeat;
}
.m-spotlights.news-events .spotlight.-event .info {
  background: #005941;
}
.m-spotlights.news-events .spotlight.-event h3 {
  color: #fff;
}
@media (min-width: 1200px) {
  .m-spotlights.news-events .spotlight.-event h3 {
    line-height: 34px;
    font-size: 28px;
  }
}
.m-spotlights.news-events .spotlight.-event .bio-box {
  color: #fff;
}
.m-spotlights.news-events .spotlight.-event:hover .btn.night, .m-spotlights.news-events .spotlight.-event:hover .header-landing.header-event .event-cta a.night, .header-landing.header-event .event-cta .m-spotlights.news-events .spotlight.-event:hover a.night, .m-spotlights.news-events .spotlight.-event:hover .gform_wrapper input.night[type=submit], .gform_wrapper .m-spotlights.news-events .spotlight.-event:hover input.night[type=submit] {
  background: #86a879;
  border-color: #86a879;
  color: #072a1b;
}

.m-contact {
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .m-contact {
    padding: 70px 0;
  }
}
.m-contact.dark {
  background: #005941;
  color: #fff;
}
.m-contact.dark .content-title h2 {
  color: #fff;
}
.m-contact.dark .btn:hover, .m-contact.dark .header-landing.header-event .event-cta a:hover, .header-landing.header-event .event-cta .m-contact.dark a:hover, .m-contact.dark .gform_wrapper input[type=submit]:hover, .gform_wrapper .m-contact.dark input[type=submit]:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.m-contact.dark .in .image a {
  border: 4px solid #fff;
  border-bottom: solid 4px !important;
  transition: 0.2s;
}
.m-contact.dark .in .image a:hover {
  border-color: #f3cf1e;
  border-bottom-color: #f3cf1e;
}
.m-contact.dark .in .c-title h3, .m-contact.dark .in .c-title h4 {
  color: #f3cf1e;
}
@media (min-width: 768px) {
  .m-contact.dark .in .c-title h3, .m-contact.dark .in .c-title h4 {
    font-size: 18px;
    line-height: 1.278;
  }
}
@media (min-width: 1024px) {
  .m-contact.dark .in .c-title h3, .m-contact.dark .in .c-title h4 {
    font-size: 21px;
    line-height: 1.286;
  }
}
.m-contact.dark .in .c-title a:hover h4, .m-contact.dark .in .c-title a:hover h5 {
  text-decoration: underline;
}
.m-contact.dark .in .email a {
  color: #fff;
}
.m-contact.dark .in .email a:hover {
  color: #f3cf1e;
}
.m-contact.light {
  background: #f8f4ef;
}
.m-contact.light .in .email a:hover {
  color: #000;
}
.m-contact .default-one a {
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 4px solid #005941;
  border-bottom: solid 4px !important;
  transition: 0.2s;
  color: #005941;
}
.m-contact .default-one img {
  height: 100%;
  width: 100%;
}
.m-contact h2 {
  color: #005941;
  font-weight: 700;
}
.m-contact .content-text {
  margin-top: 18px;
}
.m-contact img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  transition: 0.2s;
}
.m-contact .image a {
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 4px solid #005941;
  border-bottom: solid 4px !important;
  transition: 0.2s;
}
.m-contact .image a img {
  width: 100%;
  height: 100%;
}
.m-contact a {
  color: #005941;
}
.m-contact a:hover {
  border-color: #f3cf1e;
  border-bottom-color: #f3cf1e !important;
}
.m-contact .c-title {
  margin: 25px 0 0;
}
.m-contact .c-title h3, .m-contact .c-title h4 {
  margin: 0;
  font-weight: 700;
  color: #005941;
}
.m-contact .c-title a:hover h4, .m-contact .c-title a:hover h5 {
  text-decoration: underline;
}
.m-contact .desc {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.m-contact .desc p {
  margin: 0;
}
.m-contact .desc:not(.-custom) {
  font-style: italic;
}
.m-contact .desc a {
  font-weight: 500;
  text-decoration: underline;
  color: #005941;
  white-space: nowrap;
  font-family: "museo-sans", -apple-system, BlinkMacSystemFont, sans-serif;
}
.m-contact .desc a:hover {
  color: #f3cf1e;
}
.m-contact .phone a {
  color: inherit;
  font-weight: 300;
}
.m-contact .email a {
  transition: 0.2s;
  font-weight: 500;
  text-decoration: underline;
  color: #005941;
  white-space: nowrap;
}
.m-contact .email a:hover {
  color: #f3cf1e;
}
.m-contact .contacts {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  justify-content: center;
}
.m-contact .contacts .contact {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 35px;
}
.m-contact .contacts.count-1 {
  justify-content: center;
}
.m-contact .contacts.count-1 .contact {
  max-width: 360px;
  margin: 35px auto 0;
}
@media (min-width: 768px) {
  .m-contact .contacts.count-1 .contact {
    max-width: 50%;
  }
}
.m-contact .contacts.count-2 .contact, .m-contact .contacts.count-4 .contact {
  width: 100%;
}
@media (min-width: 768px) {
  .m-contact .contacts.count-2 .contact, .m-contact .contacts.count-4 .contact {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.m-contact .contacts.count-3 .contact {
  width: 100%;
}
@media (min-width: 768px) {
  .m-contact .contacts.count-3 .contact {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .m-contact .contacts.count-4 .contact {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .page-template-template-inner.no-disabled-sidebar .m-contact .contacts.count-3 .contact, .page-template-default.no-disabled-sidebar .m-contact .contacts.count-3 .contact, .page-template-template-inner.no-disabled-sidebar .m-contact .contacts.count-4 .contact, .page-template-default.no-disabled-sidebar .m-contact .contacts.count-4 .contact {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .m-contact .contacts {
    margin-top: 5px;
  }
}

.m-cd {
  position: relative;
  padding: 70px 0;
}

.m-btn {
  padding: 30px 0;
}
.m-btn .full-width .btn, .m-btn .full-width .header-landing.header-event .event-cta a, .header-landing.header-event .event-cta .m-btn .full-width a, .m-btn .full-width .gform_wrapper input[type=submit], .gform_wrapper .m-btn .full-width input[type=submit] {
  width: 100%;
}
.m-btn .content {
  background: transparent;
}

#wpadminbar {
  top: auto;
  bottom: 0;
  position: fixed;
}
#wpadminbar .menupop .ab-sub-wrapper {
  bottom: 100%;
}
#wpadminbar .shortlink-input {
  bottom: 100%;
}

/*# sourceMappingURL=main.css.map */
