/* Wellness Site Styles (created by SMG 7-2024) */
/* Please note: Direct edits in Sitefinity will get overwritten with next offsite SCSS compile. Please make updates in SCSS instead. */
#ZoneEditorToolboxContainer div[caption^=grid],
#ZoneEditorToolboxContainer div[caption^=Background],
#ZoneEditorToolboxContainer div[caption^="Card -"],
#ZoneEditorToolboxContainer div[caption^=IFEBP],
#ZoneEditorToolboxContainer div[caption^=CEBS],
#ZoneEditorToolboxContainer div[caption^=ISCEBS] {
  display: none;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 15pt;
  line-height: 24pt;
  color: #262626;
}
body h1,
body h2,
body h3,
body .h1,
body .h2,
body .h3 {
  font-family: "Lora", serif;
  font-weight: 600;
}
body h4,
body h5,
body h6,
body .h4,
body .h5,
body .h6 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
body h1,
body .h1,
body .page-title {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 480px) {
  body h1,
  body .h1,
  body .page-title {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  body h1,
  body .h1,
  body .page-title {
    font-size: 56px;
  }
}
body h2,
body .h2 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  body h2,
  body .h2 {
    font-size: 38px;
  }
}
body h3,
body .h3 {
  font-size: 32px;
  line-height: 1.4;
}
body h4,
body .h4 {
  font-size: 30px;
  line-height: 1.4;
}
body h5,
body .h5 {
  font-size: 25px;
  line-height: 1.5;
}
body h6,
body .h6 {
  font-size: 21px;
  line-height: 1.5;
}
body h1,
body .h1,
body .page-title {
  color: #005d7a;
}
body h2,
body .h2,
body h3,
body .h3 {
  color: #00a2ad;
}
body h4,
body h5,
body h6,
body .h4,
body .h5,
body .h6 {
  color: #262626;
}
body a {
  color: #0072c6;
}
body a:hover, body a:focus {
  color: #0072c6;
  text-decoration: underline;
}
body button,
body .btn,
body .button {
  background-color: #005d7a;
  font-weight: 600;
}
body button:hover, body button:focus,
body .btn:hover,
body .btn:focus,
body .button:hover,
body .button:focus {
  background-color: #005570;
}
body button.button--secondary,
body .btn.button--secondary,
body .button.button--secondary {
  background-color: transparent;
  border-color: white;
  color: white;
}
body button.button--secondary:hover, body button.button--secondary:focus,
body .btn.button--secondary:hover,
body .btn.button--secondary:focus,
body .button.button--secondary:hover,
body .button.button--secondary:focus {
  background-color: white;
  color: #005d7a;
}
body button.button--cancel,
body .btn.button--cancel,
body .button.button--cancel {
  background-color: white;
  border-color: #ededed;
  color: #262626;
  font-weight: 400;
}
body button.button--cancel:hover, body button.button--cancel:focus,
body .btn.button--cancel:hover,
body .btn.button--cancel:focus,
body .button.button--cancel:hover,
body .button.button--cancel:focus {
  border-color: #005d7a;
  color: #005d7a;
}
body .callout-box {
  border: 1px solid #c6d72f;
  background-color: rgba(198, 215, 47, 0.1);
  padding: 1.5rem 2rem;
  margin: 3rem 0;
}

/* Accessibility updates */
.hide-visually {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body {
  color: #262626;
}

a {
  color: #0072c6;
}

a:hover,
a:focus {
  color: #0072c6;
  text-decoration: underline;
}

a.item-list__link:hover,
a.item-list__link:focus,
a.card__link:hover,
a.card__link:focus,
a.tiled-list__link:hover,
a.tiled-list__link:focus {
  text-decoration: none;
}

.item-list__title {
  color: #262626;
}

a.item-list__link .item-list__title,
a.item-list__title {
  color: #0072c6;
}

a.item-list__link:hover .item-list__title,
a.item-list__link:focus .item-list__title,
a.card__link:hover button.more,
a.card__link:focus button.more,
a.tiled-list__link:hover button.more,
a.tiled-list__link:focus button.more {
  color: #0072c6;
  text-decoration: underline;
}

a.card__link:hover button.more,
a.card__link:focus button.more,
a.tiled-list__link:hover button.more,
a.tiled-list__link:focus button.more {
  color: inherit;
}

a.tiled-list__link:hover .tiled-list__title,
a.tiled-list__link:focus .tiled-list__title {
  text-decoration: underline;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
textarea,
select {
  border: 1px solid #cecece;
  background-color: white;
  padding: 1rem;
  font-family: "Lato", sans-serif;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #00a2ad;
}

select:hover {
  cursor: pointer;
}

.page-title + .breadcrumbs a {
  text-decoration: underline;
  display: inline-block;
}

.page-title + .breadcrumbs a:hover,
.page-title + .breadcrumbs a:focus {
  text-decoration: none;
}

figcaption,
.note,
.pull-quote__org {
  color: #707070;
}

.title-block {
  background: #005d7a;
}

.title-block .page-title,
.title-block__content {
  text-shadow: none;
}

.title-block .breadcrumbs,
.title-block .breadcrumbs a {
  font-weight: 600;
}

.card .note {
  color: #707070;
}

.note a {
  text-decoration: underline;
}

.header-utility ul a {
  padding: 12px;
}

.header-utility ul a,
.header-user__welcome,
.header-user__welcome a,
.page-footer a {
  color: #707070;
}

.header-utility ul a:hover,
.header-utility ul a:focus,
.header-user__welcome a:hover,
.header-user__welcome a:focus,
.page-footer a:hover,
.page-footer a:focus {
  color: #0072c6;
  text-decoration: underline;
}

.btn,
.header-utility .header-user .btn {
  background-color: #637d2c;
}

.item-list__date {
  color: #707070;
}

.button,
.button--small,
.button--tiny {
  font-size: 14pt;
}

.in-this-section a {
  color: #0072c6;
}

.in-this-section .is-current > a {
  color: #0072c6;
  font-weight: 600;
}

.speaker-grid-list .speakers__name,
.horizontal--speakers .speakers__name {
  color: #262626;
}

.speaker-grid-list a .speakers__name,
.horizontal--speakers a .speakers__name,
.horizontal-nav__item .horizontal-nav__link,
.horizontal-nav__item.is-current .horizontal-nav__link,
.horizontal-nav__item .horizontal-nav__link:hover,
.horizontal-nav__item .horizontal-nav__link:focus {
  color: #0072c6;
}

.speaker-grid-list a:hover .speakers__name,
.speaker-grid-list a:focus .speakers__name .horizontal--speakers a:hover .speakers__name,
.horizontal--speakers a:focus .speakers__name {
  color: #0072c6;
  text-decoration: underline;
}

.speakers__org {
  color: #707070;
}

.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #0072c6;
  opacity: 1;
}

.breadcrumbs span,
.tiled-list__date {
  opacity: 1;
}

.blog ul.item-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  align-items: start;
  grid-gap: 2rem;
}
.blog ul.item-list li.item-list__item {
  margin: 0;
  height: 100%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}
.blog ul.item-list li.item-list__item a.item-list__link:hover .item-list__media, .blog ul.item-list li.item-list__item a.item-list__link:focus .item-list__media {
  opacity: 0.8;
}
.blog ul.item-list li.item-list__item a.item-list__link .item-list__media,
.blog ul.item-list li.item-list__item a.item-list__link .item-list__content {
  width: 100%;
  padding: 0;
  margin: 0;
}
.blog ul.item-list li.item-list__item a.item-list__link .item-list__media {
  max-width: none;
}
.blog ul.item-list li.item-list__item a.item-list__link .item-list__content {
  padding: 2rem;
}
.blog ul.item-list li.item-list__item a.item-list__link .item-list__content .item-list__title {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0 6px;
}
.blog ul.item-list li.item-list__item a.item-list__link .item-list__content .item-list__date,
.blog ul.item-list li.item-list__item a.item-list__link .item-list__content .item-list__description {
  font-size: 1rem;
  line-height: 1.5;
}

table.membership-table {
  width: 100%;
  max-width: 700px;
}
table.membership-table tr:nth-of-type(odd) td {
  background: rgba(0, 0, 0, 0.025);
}
table.membership-table tr th,
table.membership-table tr td {
  text-align: center;
  width: 50%;
  padding: 12px;
  border: 1px solid #ededed;
}
table.membership-table tr th {
  background-color: #005d7a;
  border-color: #005d7a;
  border-bottom-color: #ededed;
  color: white;
}
table.membership-table tr th:first-of-type {
  border-right-color: #ededed;
}

body .subhead,
body .note {
  font-family: "Lato", sans-serif;
  color: #262626;
}
body main.content {
  padding-top: calc(64px + 3rem);
}
@media (min-width: 1200px) {
  body main.content {
    padding-top: calc(193px + 4rem);
  }
}
@media (min-width: 1376px) {
  body main.content {
    padding-top: calc(137px + 4rem);
  }
}
body main.content .page-bounds .title-block {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
}
body main.content .page-bounds .title-block .title-block__content,
body main.content .page-bounds .title-block .title-block__content a,
body main.content .page-bounds .title-block .breadcrumbs a,
body main.content .page-bounds .title-block .page-title {
  color: #262626;
}
body main.content .page-bounds .title-block .title-block__content,
body main.content .page-bounds .title-block .title-block__content::before {
  background: rgba(255, 255, 255, 0.6);
}
@media (min-width: 960px) {
  body main.content .page-bounds .title-block .title-block__content {
    border-radius: 0;
    max-width: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
body .card,
body .item-list__item {
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid #ededed;
  border-left: 10px solid #c6d72f;
}
body .card .card__body,
body .item-list__item .card__body {
  padding: 2rem;
}
body .card .card__body h2,
body .card .card__body h3,
body .card .card__body h4,
body .card .card__body h5,
body .card .card__body h6,
body .card .card__body .h2,
body .card .card__body .h3,
body .card .card__body .h4,
body .card .card__body .h5,
body .card .card__body .h6,
body .item-list__item .card__body h2,
body .item-list__item .card__body h3,
body .item-list__item .card__body h4,
body .item-list__item .card__body h5,
body .item-list__item .card__body h6,
body .item-list__item .card__body .h2,
body .item-list__item .card__body .h3,
body .item-list__item .card__body .h4,
body .item-list__item .card__body .h5,
body .item-list__item .card__body .h6 {
  font-family: "Lato", sans-serif;
  color: #262626;
}
body .card .item-list__title,
body .item-list__item .item-list__title {
  font-family: "Lato", sans-serif;
}
body .interior-layout__nav,
body .interior-layout__aside {
  overflow: visible;
}
body .title-block {
  margin-top: -3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  body .title-block {
    margin-top: -4rem;
    margin-bottom: 4rem;
  }
}
body #tracking-consent-dialog {
  position: fixed !important;
  bottom: 0;
  width: 100%;
}
body .item-list__media img {
  transition: none;
}
body .item-list__link:hover .item-list__media img,
body .item-list__link:focus .item-list__media img {
  transform: none;
  opacity: 0.8;
}

header.page-header {
  background-image: url("/images/wellnesslibraries/site-images/header-bg-2.jpg");
  background-position: center 75%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: none;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1200px) and (max-width: 1376px) {
  header.page-header {
    padding-bottom: 56px;
  }
}
header.page-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media (min-width: 1200px) {
  header.page-header .header-logo {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  header.page-header .header-logo a {
    display: flex;
    padding: 22px 0;
  }
}
@media screen and (min-width: 480px) {
  header.page-header .header-logo a:first-of-type {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  header.page-header .header-logo a:first-of-type {
    display: block;
  }
}
header.page-header .header-logo a:last-of-type {
  display: none;
}
@media screen and (min-width: 480px) {
  header.page-header .header-logo a:last-of-type {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  header.page-header .header-logo a:last-of-type {
    display: none;
  }
}
header.page-header .header-logo a img {
  max-height: 40px;
}
@media screen and (min-width: 1200px) {
  header.page-header .header-logo a img {
    max-height: 100%;
  }
}
header.page-header .page-header__toggle {
  font-size: 0;
  margin: 0;
}
header.page-header .page-header__toggle .toggle-indicator {
  margin: 0;
}
header.page-header .page-header__toggle:not(.mobile-menu-is-open) {
  background-color: transparent;
  color: #005d7a;
}
header.page-header .page-header__toggle:not(.mobile-menu-is-open) .toggle-indicator .toggle-indicator__piece::before {
  background: #005d7a;
}
header.page-header .page-header__toggle:not(.mobile-menu-is-open):hover {
  background-color: transparent;
  color: #00a2ad;
}
header.page-header .page-header__toggle:not(.mobile-menu-is-open):hover .toggle-indicator .toggle-indicator__piece::before {
  background: #00a2ad;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content {
    display: grid;
    align-items: end;
    justify-content: end;
  }
}
header.page-header .page-header__content .header-region {
  display: none;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content .header-utility {
    position: fixed;
    z-index: 1;
    align-self: start;
    right: 0;
    padding: 0 48px 0 24px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 0 20px;
  }
}
header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item a.header-utility__link::before,
header.page-header .page-header__content .header-utility .header-user button::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin: 0 7px 0 0;
}
header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item a.header-utility__link {
  color: #262626;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 12px 0;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item a.header-utility__link {
    padding: 12px 9px;
  }
}
header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item a.header-utility__link::before {
  content: "\f2bb";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin: 0 7px 0 0;
  display: inline-block;
}
header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item a.header-utility__link:hover, header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item a.header-utility__link:focus {
  color: #262626;
}
header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item a.header-utility__link i {
  font-size: 11px;
  line-height: 1;
  position: relative;
  top: -1px;
}
header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item:nth-of-type(1) a.header-utility__link::before {
  content: "\f0e0";
}
header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item:nth-of-type(2) a.header-utility__link::before {
  content: "\f2bb";
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item ul.header-utility__list-2 {
    background-color: #005d7a;
    border: none;
    transform: translateX(-50%);
  }
}
header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item ul.header-utility__list-2::before, header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item ul.header-utility__list-2::after {
  border-bottom-color: #005d7a;
}
header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item ul.header-utility__list-2 li.header-utility__item-2 a.header-utility__link-2 {
  font-size: 14px;
  line-height: 22px;
  color: #262626;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item ul.header-utility__list-2 li.header-utility__item-2 a.header-utility__link-2 {
    font-weight: 600;
    padding: 3px 18px;
    color: white;
  }
}
header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item ul.header-utility__list-2 li.header-utility__item-2 a.header-utility__link-2:hover, header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item ul.header-utility__list-2 li.header-utility__item-2 a.header-utility__link-2:focus {
  color: #262626;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item ul.header-utility__list-2 li.header-utility__item-2 a.header-utility__link-2:hover, header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item ul.header-utility__list-2 li.header-utility__item-2 a.header-utility__link-2:focus {
    color: #fff163;
  }
}
header.page-header .page-header__content .header-utility .header-user button {
  padding: 3px 18px;
  border-radius: 50px;
  background-color: #c6d72f;
  color: #262626;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content .header-utility .header-user button {
    margin-left: 6px;
  }
}
header.page-header .page-header__content .header-utility .header-user button:hover, header.page-header .page-header__content .header-utility .header-user button:focus {
  text-decoration: underline;
  background-color: #d2df5a;
}
header.page-header .page-header__content .header-utility .header-user button::before {
  content: "\f2f6";
  display: inline-block;
}
@media screen and (min-width: 1200px) and (max-width: 1376px) {
  header.page-header .page-header__content .header-search {
    margin-top: 26px;
  }
}
@media screen and (min-width: 1376px) {
  header.page-header .page-header__content .header-search {
    bottom: 30px;
  }
}
header.page-header .page-header__content .header-search label.header-search__label,
header.page-header .page-header__content .header-search button.header-search__submit {
  color: #005d7a;
}
header.page-header .page-header__content .header-search label.header-search__label:hover, header.page-header .page-header__content .header-search label.header-search__label:focus, header.page-header .page-header__content .header-search label.header-search__label.is-focused,
header.page-header .page-header__content .header-search button.header-search__submit:hover,
header.page-header .page-header__content .header-search button.header-search__submit:focus,
header.page-header .page-header__content .header-search button.header-search__submit.is-focused {
  color: #00a2ad;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content .header-search label.header-search__label {
    left: 24px;
  }
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content .header-search label.header-search__label.is-focused {
    left: 0;
  }
}
header.page-header .page-header__content .header-search input[type=text].header-search__input {
  background-color: rgba(0, 0, 0, 0.02);
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content .header-search input[type=text].header-search__input {
    background-color: white;
    border-radius: 50px;
    width: 100%;
  }
}
header.page-header .page-header__content .header-search.is-focused input[type=text].header-search__input {
  box-shadow: none;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content .header-search:not(.is-focused) input[type=text].header-search__input {
    padding: 0 !important;
    transition: padding 0s ease-out;
  }
}
header.page-header .page-header__content nav.header-nav {
  grid-area: nav;
}
@media (min-width: 1200px) {
  header.page-header .page-header__content nav.header-nav {
    padding-right: 36px;
  }
}
@media (min-width: 1200px) {
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list {
    justify-content: end;
  }
}
@media (min-width: 1200px) {
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item {
    flex-grow: 0;
  }
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item:hover, header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item:focus {
    cursor: pointer;
  }
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item:hover a.header-nav__main-link, header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item:focus a.header-nav__main-link {
    text-decoration: underline;
  }
}
header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item a.header-nav__main-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #005d7a;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item a.header-nav__main-link {
    padding: 1rem 18px;
  }
}
@media screen and (min-width: 1376px) and (max-width: 1575px) {
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item a.header-nav__main-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item a.header-nav__main-link::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item a.header-nav__main-link::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 6px;
    left: 0;
    background: none;
    font-size: 11px;
    line-height: 1;
    transform: none;
    transition: none;
    z-index: 1;
    bottom: auto;
    margin: 0;
    float: right;
  }
}
header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item a.header-nav__main-link:hover, header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item a.header-nav__main-link:focus {
  color: #00a2ad;
}
@media (min-width: 1200px) {
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item ul.header-nav__list-2 {
    padding: 9px 0;
    border: 1px solid #ededed;
    border-left: 10px solid #c6d72f;
    border-top: none;
    background-color: white;
  }
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item ul.header-nav__list-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 7px);
  }
}
header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item ul.header-nav__list-2 li.header-nav__item-2 a.header-nav__link-2 {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  font-weight: 600;
}
@media (min-width: 1200px) {
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item ul.header-nav__list-2 li.header-nav__item-2 a.header-nav__link-2 {
    padding: 12px 18px;
  }
}
header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item ul.header-nav__list-2 li.header-nav__item-2 a.header-nav__link-2:hover, header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item ul.header-nav__list-2 li.header-nav__item-2 a.header-nav__link-2:focus {
  color: #262626;
  background: linear-gradient(to right, rgba(198, 215, 47, 0.1) 0%, rgba(198, 215, 47, 0) 100%);
}
header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item button.header-nav__toggle:hover, header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item button.header-nav__toggle:focus {
  background-color: #ededed;
}
header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item button.header-nav__toggle::before {
  border-top-color: #005d7a;
}
header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item button.header-nav__toggle.is-active::before {
  border-top-color: #005d7a;
}
@media (min-width: 1200px) {
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list li.header-nav__main-item:not(:last-child) ul.header-nav__list-2 {
    left: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  body.is-scrolled header.page-header .header-logo a {
    height: 84px;
  }
  body.is-scrolled header.page-header .header-logo a:first-of-type {
    display: none;
  }
  body.is-scrolled header.page-header .header-logo a:last-of-type {
    display: block;
  }
}
@media screen and (min-width: 1376px) {
  body.is-scrolled header.page-header .header-search .header-search__label.is-focused {
    left: 350px;
  }
  body.is-scrolled header.page-header .header-search input[type=text].header-search__input {
    width: calc(100% - 350px);
  }
}

footer.page-footer {
  background: linear-gradient(to bottom, #005d7a 0%, #004a61 100%);
  border-top: 5px solid #c6d72f;
  margin-top: 48px;
  color: white;
}
footer.page-footer a {
  color: white;
}
footer.page-footer .footer-logo img {
  width: 100%;
  max-width: 320px;
  max-height: none;
}
@media screen and (min-width: 1200px) {
  footer.page-footer .footer-logo img {
    max-width: 380px;
  }
}
footer.page-footer .footer-actions .footer-actions__section {
  margin-bottom: 0;
}
footer.page-footer .footer-actions .footer-actions__section:nth-of-type(2) {
  margin-bottom: 36px;
}
footer.page-footer .footer-actions .footer-actions__section a {
  color: white;
}
footer.page-footer .footer-actions .footer-actions__section a:hover, footer.page-footer .footer-actions .footer-actions__section a:focus {
  color: #88cdd3;
  text-decoration: underline;
}
footer.page-footer .footer-actions .footer-actions__section a.button {
  background-color: #c6d72f;
  color: #262626;
}
footer.page-footer .footer-actions .footer-actions__section a.button:hover, footer.page-footer .footer-actions .footer-actions__section a.button:focus {
  background-color: #d2df5a;
  color: #262626;
}
footer.page-footer .footer-actions .footer-actions__section a.footer-social__icon {
  font-size: 1.75rem;
  line-height: 1.3;
}
footer.page-footer .footer-actions .footer-actions__section a.footer-social__icon:hover, footer.page-footer .footer-actions .footer-actions__section a.footer-social__icon:focus {
  color: #88cdd3;
}
footer.page-footer .footer-actions .footer-actions__section ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #9FD5DB;
}
footer.page-footer .footer-actions .footer-actions__section ul li a:hover, footer.page-footer .footer-actions .footer-actions__section ul li a:focus {
  color: white;
}
footer.page-footer .footer-copyright {
  font-size: 0.9rem;
  line-height: 1.4;
  background-color: transparent;
  padding-top: 48px;
  margin-top: 0;
  text-align: center;
}
footer.page-footer .footer-copyright::before, footer.page-footer .footer-copyright::after {
  display: none;
}
footer.page-footer .footer-copyright a {
  text-decoration: underline;
}
footer.page-footer .footer-copyright a:hover, footer.page-footer .footer-copyright a:focus {
  color: white;
  text-decoration: none;
}

header.page-header .page-header__content .header-utility ul.header-utility__list + .header-user {
  display: none;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content .header-utility ul.header-utility__list li.header-utility__item:last-of-type a {
    padding-right: 0;
  }
}
header.page-header .page-header__content .header-search {
  display: none;
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content nav.header-nav {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  header.page-header .page-header__content nav.header-nav ul.header-nav__main-list {
    margin-right: -18px;
  }
}

@media (min-width: 1200px) {
  .header-utility__list-2 {
    min-width: 10em;
  }
}/*# sourceMappingURL=main.css.map */