/* 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: rgb(0, 85.2245901639, 111.8);
}
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 {
  margin-top: 0;
}

.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;
}

.horizontal-nav button#in-this-section {
  background: none;
  color: #262626;
}
.horizontal-nav .horizontal-nav__toggle .toggle-indicator__piece::before {
  background-color: #262626;
}

.pull-quote {
  border-top: 5px solid #005d7a;
}
.pull-quote::before {
  background: #005d7a;
}
.pull-quote .pull-quote__attribution {
  color: #005d7a;
}

body .subhead,
body .note {
  font-family: "Lato", sans-serif;
  color: #262626;
}
body .note {
  line-height: 1.4;
  display: block;
}
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;
}

/* Custom styles to prevent > 100% headshots */
.horizontal--speakers .horizontal__media img[src*="/headshots/"],
.horizontal--speakers .horizontal__media img[src*=userpicture-notfound],
.speaker-grid-list .item-list__media img[src*="/headshots/"],
.speaker-grid-list .item-list__media img[src*=userpicture-notfound] {
  max-width: 250px !important;
  max-height: 315px !important;
  margin: 0;
}

.horizontal--speakers .horizontal__media {
  height: 315px;
  padding-bottom: 0;
}

.speaker-grid-list {
  display: inline-block;
}
.speaker-grid-list .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 2.5rem;
}

.item-list--agenda .item-list--speakers .item-list__media {
  max-height: none;
}

/* Custom Styles for Hiding based on class (TPB 1-2024) */
.hide-h4 h4,
.hide-h4 .h4 {
  display: none;
}

/* Update session rollup styles (SMG 4-2025) */
.agenda-list button.item-list__header {
  background: #00a2ad;
  padding: 18px 24px;
}
.agenda-list button.item-list__header span {
  color: white !important;
}
.agenda-list .item-list--agenda {
  padding: 0;
}
.agenda-list .item-list--agenda .item-list__item {
  padding: 36px;
  border-top-color: #ededed;
}
.agenda-list .item-list--agenda .item-list__item .item-list__title {
  font-weight: 600;
}
.agenda-list .item-list--agenda .item-list__item .item-list--speakers {
  grid-gap: 0;
}
.agenda-list .item-list--agenda .item-list__item .item-list--speakers .item-list__item {
  border: none;
  padding: 24px 0 0;
}

.accordion__label {
  font-size: inherit;
  line-height: inherit;
}

.accordion__content {
  padding: 24px;
}

.course-cards ul.item-list,
.resource-cards ul.item-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 2.5rem;
  align-items: start;
}
.course-cards ul.item-list li.item-list__item,
.resource-cards 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;
}
.course-cards ul.item-list li.item-list__item a.item-list__link:hover .item-list__media, .course-cards ul.item-list li.item-list__item a.item-list__link:focus .item-list__media,
.resource-cards ul.item-list li.item-list__item a.item-list__link:hover .item-list__media,
.resource-cards ul.item-list li.item-list__item a.item-list__link:focus .item-list__media {
  opacity: 0.8;
}
.course-cards ul.item-list li.item-list__item a.item-list__link .item-list__media,
.course-cards ul.item-list li.item-list__item a.item-list__link .item-list__content,
.resource-cards ul.item-list li.item-list__item a.item-list__link .item-list__media,
.resource-cards ul.item-list li.item-list__item a.item-list__link .item-list__content {
  width: 100%;
  padding: 0;
  margin: 0;
}
.course-cards ul.item-list li.item-list__item a.item-list__link .item-list__media,
.resource-cards ul.item-list li.item-list__item a.item-list__link .item-list__media {
  max-width: none;
}
.course-cards ul.item-list li.item-list__item a.item-list__link .item-list__content,
.resource-cards ul.item-list li.item-list__item a.item-list__link .item-list__content {
  padding: 2rem;
}
.course-cards ul.item-list li.item-list__item a.item-list__link .item-list__content .item-list__title,
.resource-cards 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;
}
.course-cards ul.item-list li.item-list__item a.item-list__link .item-list__content .item-list__date,
.course-cards ul.item-list li.item-list__item a.item-list__link .item-list__content .item-list__description,
.resource-cards ul.item-list li.item-list__item a.item-list__link .item-list__content .item-list__date,
.resource-cards ul.item-list li.item-list__item a.item-list__link .item-list__content .item-list__description {
  font-size: 1rem;
  line-height: 1.5;
}

.course-categories,
.resource-categories {
  color: #666666;
  font-style: italic;
  font-size: 12pt;
  line-height: 1.4;
}

main.content p + h1, main.content p + h2, main.content p + h3, main.content p + h4, main.content p + h5, main.content p + h6,
main.content ol + h1,
main.content ol + h2,
main.content ol + h3,
main.content ol + h4,
main.content ol + h5,
main.content ol + h6,
main.content ul + h1,
main.content ul + h2,
main.content ul + h3,
main.content ul + h4,
main.content ul + h5,
main.content ul + h6 {
  padding-top: 24px;
}

.pill {
  background: #c6d72f;
  color: #262626;
}

button.in-this-section__toggle {
  background: transparent;
}

.cwp-pathway .pathway-header {
  background: #c6d72f;
  color: #262626;
  text-transform: uppercase;
  font-weight: 600;
  width: auto;
  display: inline-block;
  padding: 3px 24px;
  position: relative;
}
.cwp-pathway .pathway-header::after {
  content: "";
  width: 0;
  height: 0;
  border: 19px solid transparent;
  border-left-color: #c6d72f;
  position: absolute;
  top: 0;
  right: -38px;
}
.cwp-pathway .pathway-subhead {
  color: white;
  background: #00a2ad;
  text-align: center;
  font-weight: bold;
  padding: 18px 24px;
}
.cwp-pathway .pathway-content {
  background: rgba(136, 205, 211, 0.2);
  padding: 18px 24px 24px;
}
.cwp-pathway .pathway-content .option-header {
  text-transform: uppercase;
  text-align: center;
  color: #005d7a;
  margin: 0 0 12px;
  font-size: 16pt;
}
.cwp-pathway .pathway-content .option-header:not(:first-of-type) {
  margin-top: 30px;
}
.cwp-pathway .pathway-content .option-content ul {
  margin-top: -18px;
}

.cwp-steps {
  display: grid;
  justify-content: center;
  grid-gap: 48px;
}
@media screen and (min-width: 1200px) {
  .cwp-steps {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 24px;
    margin: 68px 0;
  }
}
.cwp-steps .cwp-step {
  background-color: black;
  color: white;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 18pt;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
.cwp-steps .cwp-step::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 124px;
  right: -68px;
  background-image: url(https://www.ifebp.org/images/wellnesslibraries/site-images/icons/curved-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
@media screen and (min-width: 1200px) {
  .cwp-steps .cwp-step::before {
    top: -68px;
    right: -124px;
    transform: rotate(0);
  }
}
.cwp-steps .cwp-step:nth-of-type(2), .cwp-steps .cwp-step:nth-of-type(3), .cwp-steps .cwp-step:nth-of-type(4) {
  color: #262626;
}
.cwp-steps .cwp-step:nth-of-type(2)::before, .cwp-steps .cwp-step:nth-of-type(4)::before {
  right: auto;
  left: -68px;
  transform: rotate(-90deg) scale(-1, 1);
}
@media screen and (min-width: 1200px) {
  .cwp-steps .cwp-step:nth-of-type(2)::before, .cwp-steps .cwp-step:nth-of-type(4)::before {
    top: auto;
    bottom: -68px;
    left: auto;
    right: -124px;
    transform: scale(1, -1);
  }
}
.cwp-steps .cwp-step:nth-of-type(5)::before {
  top: auto;
  bottom: 124px;
  transform: rotate(-90deg) scale(1, -1);
}
@media screen and (min-width: 1200px) {
  .cwp-steps .cwp-step:nth-of-type(5)::before {
    top: -68px;
    bottom: auto;
    right: auto;
    left: -124px;
    transform: scale(-1, 1);
  }
}
.cwp-steps .cwp-step:nth-of-type(1) {
  background-color: #005d7a;
}
.cwp-steps .cwp-step:nth-of-type(1)::before {
  filter: invert(11%) sepia(66%) saturate(6606%) hue-rotate(184deg) brightness(102%) contrast(100%);
}
.cwp-steps .cwp-step:nth-of-type(2) {
  background-color: #88cdd3;
}
.cwp-steps .cwp-step:nth-of-type(2)::before {
  filter: invert(93%) sepia(8%) saturate(2135%) hue-rotate(149deg) brightness(88%) contrast(87%);
}
.cwp-steps .cwp-step:nth-of-type(3) {
  background-color: #c6d72f;
}
.cwp-steps .cwp-step:nth-of-type(3)::before {
  filter: invert(71%) sepia(78%) saturate(427%) hue-rotate(18deg) brightness(102%) contrast(89%);
}
.cwp-steps .cwp-step:nth-of-type(4) {
  background-color: #d9bd5b;
}
.cwp-steps .cwp-step:nth-of-type(4)::before {
  filter: invert(100%) sepia(38%) saturate(3645%) hue-rotate(325deg) brightness(92%) contrast(84%);
}
.cwp-steps .cwp-step:nth-of-type(5) {
  background-color: #c28156;
}
.cwp-steps .cwp-step:nth-of-type(5)::before {
  filter: invert(53%) sepia(67%) saturate(337%) hue-rotate(341deg) brightness(92%) contrast(89%);
}

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: rgb(209.7217741935, 223.2258064516, 89.7741935484);
}
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%, rgb(0, 73.5614754098, 96.5) 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: rgb(209.7217741935, 223.2258064516, 89.7741935484);
  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 */