/** Shopify CDN: Minification failed

Line 922:1 Expected "}" to go with "{"

**/
.expert-advice-page {
  width: 100%;
}

.expert-advice-container {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}

.expert-advice-header {
  margin-bottom: 42px;
}

.expert-advice-heading-bar {
  background: #3f7cb5;
  padding: 9px 14px;
}

.expert-advice-heading-bar h1 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.expert-advice-hero {
  width: 100%;
  margin: 0;
}

.expert-advice-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
}

.expert-advice-intro {
  max-width: 880px;
  margin: 30px auto 22px;
  text-align: center;
}

.expert-advice-intro h2 {
  margin: 0 0 10px;
  font-size: clamp(16px, 3vw, 22px);
  line-height: 1.25;
}

.expert-advice-intro__text {
  font-size: 16px;
  line-height: 1.65;
}

.expert-advice-intro__text p {
  margin: 0;
}

.expert-advice-feature-nav {
  margin: 28px auto 50px;
}

.expert-advice-section {
  scroll-margin-top: 120px;
  margin: 0 0 66px;
}

.expert-advice-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 26px;
  margin-bottom: 22px;
  padding-left: 14px;
  border-left: 3px solid #3f7cb5;
}

.expert-advice-section__heading-group {
  max-width: 860px;
}

.expert-advice-section__heading {
  margin: 0;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.2;
}

.expert-advice-section__description {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.expert-advice-section__view-all {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.expert-advice-section__view-all:hover {
  text-decoration: underline;
}

.expert-advice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 24px;
}

.expert-advice-card {
  min-width: 0;
}

.expert-advice-card__image-link {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
  background: #f3f3f3;
  aspect-ratio: 32 / 9;
}

.expert-advice-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.expert-advice-card__image-link:hover .expert-advice-card__image {
  transform: scale(1.02);
}

.expert-advice-card__meta {
  margin-bottom: 7px;
  font-size: 12px;
  opacity: 0.72;
}

.expert-advice-card__title {
  margin: 0 0 9px;
  font-size: 17px;
  line-height: 1.35;
}

.expert-advice-card__title a {
  color: inherit;
  text-decoration: none;
}

.expert-advice-card__title a:hover {
  text-decoration: underline;
}

.expert-advice-card__excerpt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.55;
}

.expert-advice-card__read-more {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.expert-advice-card__read-more:hover {
  text-decoration: underline;
}

.expert-advice-empty {
  grid-column: 1 / -1;
  padding: 20px;
  background: #f7f7f7;
}

.expert-advice-faq {
  max-width: 900px;
  margin: 70px auto 40px;
}

.expert-advice-faq h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.5vw, 30px);
}

.expert-advice-faq details {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 18px 0;
}

.expert-advice-faq details:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.expert-advice-faq summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.4;
}

.expert-advice-faq p {
  margin: 12px 0 0;
  line-height: 1.6;
}

.expert-advice-return-top {
  margin: 50px 0 28px;
  text-align: center;
}

.expert-advice-return-top a {
  display: inline-block;
  padding: 11px 24px;
  background: #003366;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
}

.expert-advice-return-top a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 989px) {
  .expert-advice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .expert-advice-section__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .expert-advice-section__view-all {
    white-space: normal;
  }
}

@media screen and (max-width: 749px) {
  .expert-advice-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .expert-advice-heading-bar h1 {
    font-size: 18px;
  }

  .expert-advice-header {
    margin-bottom: 34px;
  }

  .expert-advice-intro {
    margin-top: 24px;
  }

  .expert-advice-intro__text {
    font-size: 15px;
  }

  .expert-advice-section {
    margin-bottom: 52px;
  }

  .expert-advice-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .expert-advice-card__title {
    font-size: 16px;
  }
}

/* Expert Advice category section styling */
.expert-advice-section {
  background: #ffffff;
}

.expert-advice-section__header {
  border-left-color: #19b6fa;
}

.expert-advice-section__heading {
  color: #007bc7;
}

/* =========================================================
   EXPERT ADVICE HUB PANEL
   ========================================================= */

.expert-advice-page {
  width: 100%;
  padding-top: 10px;
}

.expert-advice-container {
  background: #ffffff;
  padding-bottom: 25px;
}

/* Category headings */
.expert-advice-section__header {
  border-left-color: #19b6fa;
}

.expert-advice-section__heading {
  color: #007bc7;
}


/* =========================================================
   MOBILE
   White Expert Advice panel goes full width
   ========================================================= */

@media screen and (max-width: 749px) {

  .expert-advice-page {
    padding-top: 10px;
  }

  .expert-advice-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

}

/* 5px side padding for Expert Advice content below hero */
.expert-advice-intro,
.expert-advice-feature-nav,
.expert-advice-section,
.expert-advice-faq,
.expert-advice-return-top {
  margin-left: 15px;
  margin-right: 15px;
}

/* Center Expert Advice intro heading and description */
.expert-advice-intro {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.expert-advice-intro h2,
.expert-advice-intro__text {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.expert-advice-intro h2 {
  margin-bottom: 10px;
}

/* =========================================================
   CONTACT US + TRAINING MATERIALS
   Separate section below Expert Advice Hub
   ========================================================= */

.expert-advice-help {
  width: min(calc(100% - 32px), 1200px);
  margin: 15px auto 0;
  box-sizing: border-box;
}

.expert-advice-help__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 15px;
  width: 100%;
  align-items: stretch;
}

.expert-advice-help__column {
  width: 100%;
  min-width: 0;
  background: #ffffff;
  box-sizing: border-box;
}

.expert-advice-help__heading {
  width: 100%;
  background: #3f7cb5;
  padding: 6px 10px;
  box-sizing: border-box;
}

.expert-advice-help__heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.expert-advice-help__content {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.expert-advice-help__intro {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.55;
}

.expert-advice-help__form,
.expert-advice-help__form .pxFormGenerator {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 749px) {
  .expert-advice-help {
    width: 100%;
    margin-top: 15px;
  }

  .expert-advice-help__grid {
    grid-template-columns: 1fr !important;
    gap: 15px;
  }

  .expert-advice-help__heading h2 {
    font-size: 16px;
  }

  .expert-advice-help__content {
    padding: 10px 5px 15px;
  }
}

/* =========================================================
   INDIVIDUAL EXPERT ADVICE BLOG PAGES
   ========================================================= */

.expert-blog-page {
  width: 100%;
}

.expert-blog-container {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  background: #ffffff;
  padding: 0 0 30px;
  box-sizing: border-box;
}

/* Breadcrumbs */
.expert-blog-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 5px;
  padding: 7px 6px;
  background: transparent;
  font-size: 13px;
  line-height: 1.4;
}

.expert-blog-breadcrumbs a {
  color: #003366;
  text-decoration: none;
}

.expert-blog-breadcrumbs a:hover {
  text-decoration: underline;
}

.expert-blog-breadcrumbs span[aria-current="page"] {
  color: #555555;
}

/* Blog heading */
.expert-blog-header {
  margin: 8px 0 28px;
}

.expert-blog-header h1 {
  margin: 0;
  padding: 7px 10px;
  background: #3f7cb5;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.expert-blog-intro {
  max-width: 900px;
  margin: 14px 0 0 17px;
  font-size: 15px;
  line-height: 1.65;
}

/* Optional tag/topic navigation */
.expert-blog-topic-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}

.expert-blog-topic-nav__item {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  color: #003366;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
}

.expert-blog-topic-nav__item:hover,
.expert-blog-topic-nav__item.is-active {
  background: #dff2ff;
}

/* Articles */
.expert-blog-articles {
  width: 100%;
}

/*
  The shared .expert-advice-grid and card rules already control:
  desktop = 4 columns
  tablet = 2 columns
  mobile = 1 column

  The shared short article-image styling also carries over here.
*/

/* Pagination */
.expert-blog-pagination {
  margin: 45px 0 20px;
}

/* FAQ */
.expert-blog-faq {
  margin-top: 65px;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 749px) {

  .expert-blog-page {
  }

  .expert-blog-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .expert-blog-breadcrumbs {
    padding-top: 10px;
    font-size: 12px;
  }

  .expert-blog-header {
    margin-bottom: 24px;
  }

.expert-blog-header h1 {
  padding: 7px 10px;
  font-size: 18px;
}

  .expert-blog-intro {
    margin-left: 13px;
    margin-right: 8px;
    font-size: 14px;
  }

  .expert-blog-topic-nav {
    margin-bottom: 24px;
  }

}

/* =========================================================
   INDIVIDUAL EXPERT ADVICE BLOG
   ========================================================= */

.expert-blog-page {
  width: 100%;

}


/* Breadcrumb lives OUTSIDE the white content panel */
.expert-blog-breadcrumb-row {
  width: min(100% - 32px, 1280px);
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  box-sizing: border-box;
}

.expert-blog-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 5px 0 7px;
  background: transparent;
  font-size: 12px;
  line-height: 1.4;
}

.expert-blog-breadcrumbs a {
  color: #003366;
  text-decoration: none;
}

.expert-blog-breadcrumbs a:hover {
  text-decoration: underline;
}

.expert-blog-breadcrumbs span[aria-current="page"] {
  color: #555555;
}


/* Main white blog panel */
.expert-blog-container {
  width: min(100% - 32px, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 30px;
  background: #ffffff;
  box-sizing: border-box;
}


/* Full-width blue title bar */
.expert-blog-header {
  margin: 0 0 18px;
}

.expert-blog-header h1 {
  width: 100%;
  margin: 0;
  padding: 6px 10px;
  box-sizing: border-box;
  background: #3f7cb5;
  color: #ffffff;

  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}


/* Intro receives padding — NOT the blue title bar */
.expert-blog-intro-wrapper {
  padding: 0 17px;
}

.expert-blog-intro {
  max-width: 900px;
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.65;
}


/* Articles get their own small inner padding */
.expert-blog-articles {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 749px) {

  .expert-blog-page {
    width: 100%;
  
  }

  .expert-blog-breadcrumb-row,
  .expert-blog-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .expert-blog-container {
    padding-left: 0;
    padding-right: 0;
  }

  .expert-blog-breadcrumbs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .expert-blog-header h1 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
  }

  .expert-blog-intro-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .expert-blog-articles {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }

}

@media screen and (max-width: 749px) {

  .expert-blog-page {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .expert-blog-breadcrumb-row,
  .expert-blog-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

}
.expert-blog-breadcrumb-row,
.expert-blog-container {
  width: min(100% - 32px, 1200px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.expert-blog-breadcrumb-row {
  background: transparent;
}

.expert-blog-container {
  padding: 0 0 30px;
  background: #ffffff;
}

.expert-blog-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 5px 0 7px;
  background: transparent;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {

  .expert-blog-page {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .expert-blog-breadcrumb-row,
  .expert-blog-container {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .expert-blog-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}

@media screen and (max-width: 749px) {
    .expert-blog-header h1 {
        padding: 7px 10px;
        font-size: 18px;
    }
}

.expert-blog-feature-buttons__intro {
  max-width: 850px;
  margin: 25px auto 20px;
  padding: 0 10px;
  text-align: center;
}

.expert-blog-feature-buttons__intro h2 {
  margin: 0 0 6px;
  color: #333333;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.expert-blog-feature-buttons__intro p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

/* =========================================================
   EXPERT ADVICE BOTTOM NAV - MOBILE
   ========================================================= */

@media screen and (max-width: 749px) {

  .expert-blog-feature-buttons {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .expert-blog-feature-buttons__intro {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 16px;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
  }

  .expert-blog-feature-buttons__intro h2 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
  }

  .expert-blog-feature-buttons__intro p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }

  .expert-advice-help__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.expert-advice-help__column {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}