/* Base Layout */
#nav-marker {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 400px;
}

.container {
  max-width: 1180px;
}

#page .site-container {
  padding-top: 59px;
  z-index: 10;
  overflow-x: hidden;
}
#page .site-container #main {
  padding: 0;
  position: relative;
}
#page .site-container #main .post-container {
  margin-top: 30px;
}
#page .site-container #main .post-container > article {
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #page .site-container #main .post-container {
    grid-template-columns: 1fr !important;
    grid-template-areas: "main" "sidebar" !important;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  #page .site-container #main .post-container {
    gap: 70px;
  }
}

.page-template-default #page .container {
  max-width: 100% !important;
}

.search #page #main {
  margin-top: 30px;
}

.home #page .container {
  max-width: 100% !important;
  padding: 0;
}

.page-template-full-width-template article > header {
  margin: 0 16px;
}
.page-template-full-width-template p {
  margin: 16px;
}

.single #main .article-container {
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .home #page .site-container {
    padding-top: 120px;
  }
}
@media (min-width: 712px) and (max-width: 735px) {
  #page .site-container {
    padding-top: 200px;
  }
}
@media (min-width: 810px) and (max-width: 810px) {
  #page .site-container {
    padding-top: 200px;
  }
}
@media (min-width: 992px) {
  #nav-marker {
    top: 250px;
  }
  #page .site-container {
    padding-top: 291px !important;
    transition: all 0.5s linear;
  }
}
@media (min-width: 992px) and (min-width: 1024px) and (max-width: 1279.98px) {
  #page .site-container {
    padding-top: 170px !important;
  }
}
@media (min-width: 992px) and (min-width: 1280.99px) and (max-width: 1366px) {
  #page .site-container {
    padding-top: 345px;
  }
}
@media (min-width: 992px) {
  #page .site-container .post-container.grid {
    background: #ffffff;
    z-index: 1;
    position: relative;
  }
  #page .site-container .post-container {
    grid-template-columns: 720px 330px;
    grid-template-areas: "main sidebar";
    column-gap: 70px;
    justify-content: center;
  }
  #page .site-container .post-container > article {
    grid-area: main;
    padding: 0 !important;
    margin-bottom: 2rem !important;
  }
  #page .site-container .post-container > .sidebar {
    grid-area: sidebar;
  }
  #page .site-container .post-container > .sidebar .widget-list {
    padding-left: 0;
  }
  #page.scrolled .site-container {
    padding-top: 152px !important;
    transition: all 0.5s linear;
  }
}
@media (min-width: 992px) and (min-width: 1024px) and (max-width: 1279.98px) {
  #page.scrolled .site-container {
    padding-top: 0 !important;
  }
}
@media (min-width: 1010px) and (max-width: 1279.98px) {
  #page .site-container .post-container {
    grid-template-columns: 1fr !important;
    grid-template-areas: "main" "sidebar" !important;
    padding: 0 10px;
  }
}
/* Ads */
/* stylelint-disable selector-class-pattern */
#page .post-container.article-container article .dfp-ad {
  display: inline-block;
  width: 100%;
}
#page .dfp-ad {
  text-align: center;
}
#page .dfp-ad > div {
  position: relative;
}
#page .dfp-ad > div::before {
  content: "ADVERTISEMENT";
  margin-bottom: 5px;
  font-family: var(--font-family);
  font-size: 9px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  color: var(--light-grey);
  display: block;
}
@media (max-width: 320px) {
  #page .dfp-ad > div {
    max-width: 320px;
  }
}
#page .dfp-ad.dfp-native_1 iframe {
  margin-bottom: 12px;
}
#page .dfp-ad.dfp-native_1 > div {
  border-top: solid 1px var(--slate) !important;
  padding-top: 5px;
}
#page .dfp-ad iframe {
  display: block;
  margin: 0 auto;
}
#page .dfp-ad.dfp-leaderboard_top {
  transition: all 0s linear 0s;
  position: fixed;
  background: var(--ice);
  min-height: 142px;
  width: 100%;
  z-index: 20;
  padding: 15px 0 0;
}
#page .dfp-ad.dfp-leaderboard_top > div {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}
#page .dfp-ad.dfp-leaderboard_top.isMobile {
  padding: 0;
  width: 0;
  min-height: 0;
  transition: none;
  position: static;
  display: none;
}
@media (min-width: 712px) and (max-width: 767px) {
  #page .dfp-ad.dfp-leaderboard_top {
    top: 59px;
  }
}
@media (min-width: 810px) and (max-width: 810px) {
  #page .dfp-ad.dfp-leaderboard_top {
    top: 59px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #page .dfp-ad.dfp-leaderboard_top {
    top: 0;
    min-height: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 1010px) {
  #page .dfp-ad.dfp-leaderboard_top {
    top: 148px;
  }
}
#page .dfp-ad.dfp-mobile_leaderboard {
  background: var(--ice);
  position: fixed;
  min-height: 74px;
  width: 100%;
  z-index: 30;
  padding: 6px 0 0;
}
#page .dfp-ad.dfp-mobile_leaderboard > div {
  margin: 0 auto;
}
#page .dfp-ad.dfp-stickyfooter {
  background: var(--ice);
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
#page .dfp-ad.dfp-stickyfooter > div {
  max-width: 320px;
  margin: 0 auto;
}
#page .dfp-ad.dfp-leaderboard_bottom > div, #page .dfp-ad.dfp-in_article_1 > div, #page .dfp-ad.dfp-in_article_2 > div, #page .dfp-ad.dfp-in_article_3 > div, #page .dfp-ad.dfp-box_1 > div, #page .dfp-ad.dfp-box_2 > div, #page .dfp-ad.dfp-box_3 > div {
  background: var(--ice);
  display: block !important;
  width: auto !important;
  height: auto !important;
}
#page .dfp-ad.dfp-box_1 > div, #page .dfp-ad.dfp-box_2 > div, #page .dfp-ad.dfp-box_3 > div {
  padding: 15px;
  display: inline-block;
}
@media (max-width: 329.98px) {
  #page .dfp-ad.dfp-box_1 > div, #page .dfp-ad.dfp-box_2 > div, #page .dfp-ad.dfp-box_3 > div {
    padding: 0;
    margin-left: -5px;
  }
}
#page .dfp-ad.dfp-in_article_1, #page .dfp-ad.dfp-in_article_2, #page .dfp-ad.dfp-box_1, #page .dfp-ad.dfp-box_2 {
  min-height: 250px;
}
@media (max-width: 768px) {
  #page .dfp-ad.dfp-box_2 {
    min-height: unset;
  }
}
#page .dfp-ad.dfp-in_article_1 iframe, #page .dfp-ad.dfp-in_article_2 iframe, #page .dfp-ad.dfp-in_article_3 iframe {
  margin-bottom: 12px;
}
#page .dfp-ad.dfp-in_article_1 > div, #page .dfp-ad.dfp-in_article_2 > div, #page .dfp-ad.dfp-in_article_3 > div {
  padding: 10px 15px 15px;
}
@media (max-width: 329.98px) {
  #page .dfp-ad.dfp-in_article_1 > div, #page .dfp-ad.dfp-in_article_2 > div, #page .dfp-ad.dfp-in_article_3 > div {
    padding: 0;
    margin-left: -5px;
  }
}
#page .dfp-ad.dfp-leaderboard_bottom > div {
  padding: 10px 15px 30px;
}
#page.scrolled .dfp-ad.dfp-leaderboard_top {
  transform: translateY(-99%);
  transition: all 0.4s linear 0s;
  height: 0;
  top: 0;
  z-index: 9;
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1280px) {
  #page.scrolled .dfp-ad.dfp-leaderboard_top {
    top: -60px;
  }
}
#page.scrolled .dfp-ad.dfp-mobile_leaderboard {
  transform: translateY(-100%);
  transition: all 0.5s linear;
}
#page .slide.-ad {
  min-height: 300px;
}
#page .slide.-ad .slide-ad {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 300px;
  min-width: 300px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#page .slide.-ad .slide-ad .ad-countdown {
  margin-bottom: 0.75em;
}
#page .slide.-ad .slide-ad .ad-countdown span {
  font-weight: bold;
}
#page .slide.-ad .slide-ad div[class^="dfp-ad dfp-native"] {
  height: 100%;
  width: 100%;
}
#page .post-content p + .dfp-ad {
  padding-top: 10px;
  padding-bottom: 22px;
}
@media (min-width: 992px) {
  #page .post-content p + .dfp-ad {
    padding-top: 14px;
    padding-bottom: 30px;
  }
}
#page .post-content p + .dfp-ad.dfp-native_1 {
  padding-top: 9px;
  padding-bottom: 18px;
}

.single-ppc-post #page .dfp-ad.dfp-leaderboard_top {
  padding: 0;
}
@media (min-width: 769px) {
  .single-ppc-post #page .dfp-ad.dfp-leaderboard_top {
    background: var(--ice);
    top: 0;
    min-height: 142px;
    width: 100%;
    z-index: 30;
    padding: 15px 0 0;
    position: unset;
  }
  .single-ppc-post #page .dfp-ad.dfp-leaderboard_top > div {
    margin: 0 auto;
  }
}
.single-ppc-post #page .dfp-ad.dfp-bonus_1 {
  padding-top: 70px;
}
.single-ppc-post #page .dfp-ad.dfp-box_2 {
  min-height: 250px;
}
.single-ppc-post #page .dfp-ad.dfp-box_3 {
  min-height: 250px;
}

body.tax-hm-article-type #page .dfp-ad.dfp-in_article_3,
body.category #page .dfp-ad.dfp-in_article_3,
body.tax-resource-center #page .dfp-ad.dfp-in_article_3 {
  min-height: 250px;
}
body.tax-hm-article-type #page .dfp-ad.dfp-in_article_1, body.tax-hm-article-type #page .dfp-ad.dfp-in_article_2, body.tax-hm-article-type #page .dfp-ad.dfp-in_article_3,
body.category #page .dfp-ad.dfp-in_article_1,
body.category #page .dfp-ad.dfp-in_article_2,
body.category #page .dfp-ad.dfp-in_article_3,
body.tax-resource-center #page .dfp-ad.dfp-in_article_1,
body.tax-resource-center #page .dfp-ad.dfp-in_article_2,
body.tax-resource-center #page .dfp-ad.dfp-in_article_3 {
  padding: 23px var(--block-spacing-horizontal) 24px;
}
body.tax-hm-article-type #page .dfp-ad.dfp-in_article_1:empty, body.tax-hm-article-type #page .dfp-ad.dfp-in_article_2:empty, body.tax-hm-article-type #page .dfp-ad.dfp-in_article_3:empty,
body.category #page .dfp-ad.dfp-in_article_1:empty,
body.category #page .dfp-ad.dfp-in_article_2:empty,
body.category #page .dfp-ad.dfp-in_article_3:empty,
body.tax-resource-center #page .dfp-ad.dfp-in_article_1:empty,
body.tax-resource-center #page .dfp-ad.dfp-in_article_2:empty,
body.tax-resource-center #page .dfp-ad.dfp-in_article_3:empty {
  border: none;
}
@media (min-width: 768px) {
  body.tax-hm-article-type #page .dfp-ad.dfp-in_article_1, body.tax-hm-article-type #page .dfp-ad.dfp-in_article_2, body.tax-hm-article-type #page .dfp-ad.dfp-in_article_3,
  body.category #page .dfp-ad.dfp-in_article_1,
  body.category #page .dfp-ad.dfp-in_article_2,
  body.category #page .dfp-ad.dfp-in_article_3,
  body.tax-resource-center #page .dfp-ad.dfp-in_article_1,
  body.tax-resource-center #page .dfp-ad.dfp-in_article_2,
  body.tax-resource-center #page .dfp-ad.dfp-in_article_3 {
    min-height: unset;
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.tax-hm-article-type #page .dfp-ad.dfp-box_1,
  body.category #page .dfp-ad.dfp-box_1,
  body.tax-resource-center #page .dfp-ad.dfp-box_1 {
    min-height: unset;
  }
}

body.tax-hm-article-type #page .dfp-ad.dfp-in_article_1, body.tax-hm-article-type #page .dfp-ad.dfp-in_article_2, body.tax-hm-article-type #page .dfp-ad.dfp-in_article_3,
body.category #page .dfp-ad.dfp-in_article_1,
body.category #page .dfp-ad.dfp-in_article_2,
body.category #page .dfp-ad.dfp-in_article_3 {
  border-bottom: 1px solid var(--slate);
}

div.vaccine-advisor-features-template .dfp-ad.dfp-in_article_3,
div.vaccine-advisor-news-template .dfp-ad.dfp-in_article_3 {
  min-height: 250px;
}
div.vaccine-advisor-features-template .dfp-ad.dfp-in_article_1, div.vaccine-advisor-features-template .dfp-ad.dfp-in_article_2, div.vaccine-advisor-features-template .dfp-ad.dfp-in_article_3,
div.vaccine-advisor-news-template .dfp-ad.dfp-in_article_1,
div.vaccine-advisor-news-template .dfp-ad.dfp-in_article_2,
div.vaccine-advisor-news-template .dfp-ad.dfp-in_article_3 {
  padding: 23px var(--block-spacing-horizontal) 24px;
  border-bottom: 1px solid var(--slate);
}
div.vaccine-advisor-features-template .dfp-ad.dfp-in_article_1:empty, div.vaccine-advisor-features-template .dfp-ad.dfp-in_article_2:empty, div.vaccine-advisor-features-template .dfp-ad.dfp-in_article_3:empty,
div.vaccine-advisor-news-template .dfp-ad.dfp-in_article_1:empty,
div.vaccine-advisor-news-template .dfp-ad.dfp-in_article_2:empty,
div.vaccine-advisor-news-template .dfp-ad.dfp-in_article_3:empty {
  border: none;
}
@media (min-width: 768px) {
  div.vaccine-advisor-features-template .dfp-ad.dfp-in_article_1, div.vaccine-advisor-features-template .dfp-ad.dfp-in_article_2, div.vaccine-advisor-features-template .dfp-ad.dfp-in_article_3,
  div.vaccine-advisor-news-template .dfp-ad.dfp-in_article_1,
  div.vaccine-advisor-news-template .dfp-ad.dfp-in_article_2,
  div.vaccine-advisor-news-template .dfp-ad.dfp-in_article_3 {
    min-height: unset !important;
    padding: 0;
  }
}
@media (max-width: 768px) {
  div.vaccine-advisor-features-template .dfp-ad.dfp-box_1,
  div.vaccine-advisor-news-template .dfp-ad.dfp-box_1 {
    min-height: unset !important;
  }
}

/* On Single expert infocus */
@media (max-width: 768px) {
  body.single-expertinfocus #page .dfp-ad.dfp-leaderboard_middle {
    padding: 0;
  }
}
body.single-expertinfocus #page .dfp-ad.dfp-box_1 {
  min-height: unset;
}
@media (max-width: 768px) {
  body.single-expertinfocus #page .dfp-ad.dfp-box_1 {
    min-height: 250px;
    padding-top: 10px;
    padding-bottom: 22px;
  }
}

/**
* Author Archive
*/
.archive.author .bio {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .archive.author .bio {
    padding: initial;
  }
}
.archive.author .bio::before {
  content: " ";
  display: table;
}
.archive.author .bio > .avatar {
  margin-bottom: 1rem;
  max-width: 96px;
}
@media (min-width: 992px) {
  .archive.author .bio > .avatar {
    float: left;
    margin-right: 1rem;
  }
}
.archive.author .bio > .content {
  overflow: hidden;
}
.archive.author .bio .name {
  display: block;
  margin-bottom: 0;
}
.archive.author .bio .social-links {
  margin-bottom: 0;
  margin-top: 1rem;
}
.archive.author .bio .title {
  display: block;
  margin-bottom: 0;
}
.archive.author .bio .description {
  display: block;
  padding-top: 1rem;
}
.archive.author .posts h2 {
  background: var(--brand-primary);
  color: #ffffff;
  padding: 5px 10px;
}
.archive.author .social-links {
  display: block;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.archive.author .social-links > ul {
  list-style: none;
  margin: 0 -0.5rem;
  padding: 0.25rem;
}
.archive.author .social-links > ul > li {
  display: inline-block;
  padding: 0.25rem;
}
.archive.author .social-links .link {
  align-items: center;
  border: 1px solid var(--color-black);
  border-radius: 50%;
  color: var(--color-black);
  display: flex;
  height: 2.5em;
  justify-content: center;
  transition-property: background-color, color;
  width: 2.5em;
}
.archive.author .social-links .link:hover, .archive.author .social-links .link:focus {
  background-color: var(--color-black);
  color: var(--color-white);
}
.archive.author .social-links .link .icon {
  display: inline-block;
  height: 1em;
  fill: currentcolor;
}

.post-type-archive-chart #page h1,
.post-type-archive-calculator #page h1 {
  font-size: 39px;
  color: #000000;
  margin-bottom: 20px;
}
.post-type-archive-chart #page main,
.post-type-archive-calculator #page main {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

@media (min-width: 992px) {
  #page .custom-archieve-accordion .two-column {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (min-width: 992px) {
  #page .custom-archieve-accordion .two-column .col {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #page .custom-archieve-accordion .two-column .col:first-of-type {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #page .custom-archieve-accordion .two-column .col:last-of-type {
    padding-left: 10px;
  }
}
#page .custom-archieve-accordion details {
  outline: 1px solid #555555;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  outline-offset: -1px;
}
#page .custom-archieve-accordion details summary {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0.8rem;
  margin: 0 !important;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
}
#page .custom-archieve-accordion details summary:focus, #page .custom-archieve-accordion details summary:active {
  box-shadow: none;
}
#page .custom-archieve-accordion details summary:focus:not([role=button]) {
  color: #000000 !important;
}
#page .custom-archieve-accordion details ul {
  margin: 0;
  padding: 0 1rem;
}
#page .custom-archieve-accordion details ul li {
  list-style: none;
  border-top: 1px solid #eeeeee;
  margin: 0;
}
#page .custom-archieve-accordion details ul li a {
  padding: 10px 0;
  font-size: 15px;
  display: block;
  color: #333333;
  text-decoration: none;
}
#page .custom-archieve-accordion details ul li a:hover {
  color: #1292af;
  text-decoration: none;
}
#page .custom-archieve-accordion details ul li a:focus {
  text-decoration: none;
  background-color: rgba(16, 149, 193, 0.125) !important;
  color: #08769b !important;
}

/* Footer */
#page-footer {
  overflow: hidden;
  box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.1);
  padding-top: 34px;
  padding-bottom: 66px;
  margin-top: 10px;
}
#page-footer .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
#page-footer .copyright {
  display: grid;
  padding-top: 30px;
}
#page-footer .copyright img {
  width: 101px;
  height: 22px;
}
#page-footer .copyright p {
  font-size: 11px;
  font-weight: normal;
  color: var(--haymarket-blue);
  padding-top: 15px;
}
#page-footer .copyright a {
  color: var(--haymarket-blue);
  font-weight: bold !important;
  text-decoration: underline;
}
#page-footer .grid-footer .content-sites {
  border-bottom: 1px solid #141a33;
  padding-bottom: 30px;
  padding-top: 30px;
}
#page-footer .grid-footer .content-sites .grid-sites-container {
  display: grid;
  grid-auto-flow: row;
  padding-top: 15px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #page-footer .grid-footer .content-sites .grid-sites-container {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(14, 30px);
  }
}
#page-footer .grid-footer .content-sites .grid-sites-container .grid-item {
  height: 38px;
}
#page-footer .grid-footer .content-sites .grid-sites-container .grid-item a {
  font-size: 11px;
  font-weight: normal;
  color: var(--haymarket-blue);
  text-decoration: underline;
  padding-right: 10px;
}
#page-footer .grid-footer .content-sites .remarkable-healthcare-section img {
  height: 35px;
}
#page-footer .grid-footer .content-sites .remarkable-healthcare-section .remarkable-content {
  font-size: 12px;
  font-weight: bold;
  color: var(--haymarket-blue);
}
#page-footer .grid-footer .social-sites {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid #141a33;
  padding-bottom: 30px;
}
@media (max-width: 320px) {
  #page-footer .grid-footer .social-sites {
    grid-template-columns: 200px 1fr;
  }
}
#page-footer .grid-footer .social-sites .logo-social img {
  height: 35px;
}
#page-footer .grid-footer .social-sites .logo-social .social-links-child {
  display: grid;
  grid-template-columns: 45px 45px 45px;
  padding-top: 24px;
}
#page-footer .grid-footer .social-sites .logo-social .social-links-child img {
  width: 21px;
  height: 21px;
}
#page-footer .grid-footer .social-sites .logo-social .cookie-widget li {
  list-style-type: none;
  padding-top: 24px;
}
#page-footer .grid-footer .social-sites .logo-social .cookie-widget li #ot-sdk-btn {
  font-size: 10px;
  font-weight: normal;
  color: var(--haymarket-blue) !important;
  background: transparent !important;
  border: 1px solid #1d1b3f !important;
  border-radius: unset !important;
  padding: 13.8px 9.6px 12.6px 13.5px !important;
}
#page-footer .grid-footer .social-sites .site-information-menu li {
  list-style-type: none;
}
#page-footer .grid-footer .social-sites .site-information-menu li a {
  font-size: 12px;
  font-weight: bold;
  color: var(--haymarket-blue);
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #page-footer {
    margin-top: 6px;
    padding-bottom: 0;
  }
  #page-footer .container-fluid {
    max-width: 1400px;
  }
  #page-footer .grid-footer {
    display: grid;
    grid-template-columns: 410px 1fr;
    padding-bottom: 20px;
    margin: 30px 0 26px;
    border-bottom: solid 0.8px #565656;
  }
  #page-footer .grid-footer .content-sites {
    display: grid;
    grid-template-columns: 268px 1fr;
    border-bottom: none;
    padding-bottom: inherit;
    padding-top: inherit;
    padding-left: 20px;
  }
  #page-footer .grid-footer .content-sites .grid-sites-container {
    padding-top: inherit;
  }
}
@media (min-width: 992px) and (min-width: 1080px) and (max-width: 1365.98px) {
  #page-footer .grid-footer .content-sites .grid-sites-container {
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(12, auto);
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #page-footer .grid-footer .content-sites .grid-sites-container {
    grid-template-columns: auto auto auto;
    grid-template-rows: repeat(8, 1fr);
  }
}
@media (min-width: 992px) {
  #page-footer .grid-footer .content-sites .grid-sites-container .grid-item {
    height: 42px;
  }
  #page-footer .grid-footer .content-sites .grid-sites-container .grid-item a {
    font-size: 14px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) and (min-width: 1080px) and (max-width: 1365.98px) {
  #page-footer .grid-footer .content-sites .grid-sites-container .grid-item a {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  #page-footer .grid-footer .content-sites .remarkable-healthcare-section {
    padding-left: 20px;
    padding-right: 30px;
  }
  #page-footer .grid-footer .content-sites .remarkable-healthcare-section img {
    height: 40px;
  }
  #page-footer .grid-footer .content-sites .remarkable-healthcare-section .remarkable-content {
    font-size: 13px;
  }
  #page-footer .grid-footer .social-sites {
    border-bottom: none;
    padding-bottom: inherit;
    border-right: solid 0.8px #565656;
    grid-template-columns: 250px 1fr;
  }
  #page-footer .grid-footer .social-sites .logo-social img {
    height: 40px;
  }
  #page-footer .grid-footer .social-sites .logo-social .social-links-child {
    grid-template-columns: 54px 54px 54px;
  }
  #page-footer .grid-footer .social-sites .logo-social .social-links-child img {
    height: 27px;
    width: 27px;
  }
  #page-footer .grid-footer .social-sites .logo-social .cookie-widget li {
    padding-top: 30px;
  }
  #page-footer .grid-footer .social-sites .logo-social .cookie-widget li #ot-sdk-btn {
    font-size: 13px;
  }
  #page-footer .grid-footer .social-sites .site-information-menu li {
    list-style-type: none;
  }
  #page-footer .grid-footer .social-sites .site-information-menu li a {
    font-size: 16px;
  }
  #page-footer .copyright {
    display: grid;
    grid-template-columns: 173px auto;
    padding-top: unset;
  }
  #page-footer .copyright p {
    padding-top: unset;
    font-size: 14px;
    line-height: 1.6;
  }
  #page-footer .copyright img {
    width: 152px;
    height: 33px;
  }
}
.fr-dialogmodal--is-ready {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.fr-dialogmodal--is-ready .fr-dialogmodal-modal {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%); /* Modal blurs when using translate3d */
  transform: translateX(-50%) translateY(-50%); /* Modal blurs when using translate3d */
}

.fr-dialogmodal--is-ready[aria-hidden=true] {
  visibility: hidden;
}

.fr-dialogmodal--is-ready[aria-hidden=false] {
  visibility: visible;
}

.fr-dialogmodal--is-ready {
  transition: background-color 0.15s ease-out, visibility 0.15s ease-out;
  transform: translateZ(0);
}
.fr-dialogmodal--is-ready .fr-dialogmodal-modal {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  max-height: calc(100vh - 3em);
  opacity: 0;
  overflow: auto;
  padding: 0;
  transition: opacity 0.15s ease-out;
  width: 85%;
}
.fr-dialogmodal--is-ready .fr-dialogmodal-modal .HMIRegistration__submit {
  background: #000940 !important;
}
@media all and (min-width: 31.25em) {
  .fr-dialogmodal--is-ready .fr-dialogmodal-modal {
    width: auto;
    max-width: 37em;
    min-width: 25em;
  }
}
.fr-dialogmodal--is-ready[aria-hidden=false] {
  background-color: rgba(34, 34, 34, 0.8);
  transition: background-color 0.15s ease-out;
  z-index: 30;
  display: block;
}
.fr-dialogmodal--is-ready[aria-hidden=false] .fr-dialogmodal-modal {
  opacity: 1;
}

.fr-dialogmodal:not(.fr-dialogmodal--is-ready) .fr-dialogmodal-close {
  display: none;
}

/* Hide div flash before JS is loaded */
.js-fr-dialogmodal {
  display: none;
}
.js-fr-dialogmodal .fr-dialogmodal--is-ready {
  display: block;
}

#modal-register .fr-dialogmodal-modal {
  transform: translate(-50%, calc(-50% + 0.5px));
}
#modal-register .fr-dialogmodal-modal select {
  background-image: none;
}

#modal-register-popup .mbody {
  padding: 25px;
}
#modal-register-popup .mbody select {
  background-image: none;
}

#metered-modal-register select,
#metered-modal-login select {
  background-image: none;
}

.login-modal {
  color: #000000;
  padding: 36px 16px 16px;
}
.login-modal .mhead .fr-dialogmodal-close {
  background: transparent !important;
  border: none !important;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  padding: 0;
}

#gated-modal-register {
  position: absolute;
}

body.-medical.fr-dialogmodal-body--is-active {
  position: relative;
}
body.-medical.fr-dialogmodal-skin #modal-register, body.-medical.fr-dialogmodal-skin #modal-login {
  top: -100px;
  height: calc(100% + 100px);
}
body.-medical #modal-register, body.-medical #modal-login {
  position: absolute;
}
body.-medical .login-modal {
  padding: 0;
}
body.-medical .fr-dialogmodal--is-ready .fr-dialogmodal-modal {
  max-height: none;
  overflow: visible;
  top: 0;
  transform: translate(-50%, 150px) !important;
}
body.-medical .gating-banner {
  padding: 10px;
  border: 1px solid var(--light-grey);
  width: 100%;
  text-align: center;
}
body.-medical .gating-banner.hidden {
  display: none;
}
body.-medical .buttonloginmetered,
body.-medical .buttonregistermetered,
body.-medical .buttonlogingate,
body.-medical .buttonregistergate {
  display: inline-block;
  width: 40%;
  margin-left: 15px;
}
@media (min-width: 992px) {
  body.-medical .buttonloginmetered,
  body.-medical .buttonregistermetered,
  body.-medical .buttonlogingate,
  body.-medical .buttonregistergate {
    margin-left: 30px;
  }
}
body.-medical.-partially-gated [data-gated] {
  overflow: hidden;
  max-height: 200px;
  position: relative;
  user-select: none;
  pointer-events: none;
}
body.-medical.-partially-gated .post-footer {
  display: none;
}

/* Navigation */
#page .site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 30;
  height: max-content;
}
#page .site-header #nav-bar {
  position: relative;
  height: 59px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "main-navigation site-logo sso-toggle";
  align-items: center;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
  padding: 13px 24px 10px;
}
#page .site-header #nav-bar ul,
#page .site-header #nav-bar li {
  flex-direction: column;
  flex-basis: 100%;
  width: 100%;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#page .site-header #nav-bar ul a,
#page .site-header #nav-bar li a {
  text-transform: capitalize;
}
#page .site-header #nav-bar ul a:focus,
#page .site-header #nav-bar li a:focus {
  background: transparent;
}
#page .site-header #nav-bar ul a:focus,
#page .site-header #nav-bar ul a:active,
#page .site-header #nav-bar ul a:hover,
#page .site-header #nav-bar ul a:is([aria-current]),
#page .site-header #nav-bar li a:focus,
#page .site-header #nav-bar li a:active,
#page .site-header #nav-bar li a:hover,
#page .site-header #nav-bar li a:is([aria-current]) {
  color: #333333;
}
#page .site-header #nav-bar .site-logo {
  grid-area: site-logo;
  text-align: center;
}
#page .site-header #nav-bar .site-logo img {
  height: 35px;
}
#page .site-header #nav-bar #menus-wrapper {
  display: none;
}
#page .site-header #nav-bar #menus-wrapper .sso-buttons.logged-in .buttonaccount {
  padding-left: 0 !important;
  padding-top: 10px;
  margin: 0;
}
#page .site-header #nav-bar #menus-wrapper .sso-buttons.logged-in .buttonaccount:focus {
  background-color: transparent;
}
#page .site-header #nav-bar #nav-toggle {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 15px;
}
#page .site-header #nav-bar #nav-toggle .hamburger-icon {
  background-color: var(--haymarket-blue);
  width: 24px;
  height: 2px;
  overflow: visible;
  top: 15px;
  left: 4px;
}
#page .site-header #nav-bar #nav-toggle .hamburger-icon::before {
  content: "";
  top: -6px;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: var(--haymarket-blue);
}
#page .site-header #nav-bar #nav-toggle .hamburger-icon::after {
  content: "";
  top: 6px;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: var(--haymarket-blue);
}
#page .site-header #nav-bar #nav-toggle span {
  position: absolute;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#page .site-header #nav-bar #sso-menu-wrapper {
  grid-area: sso-menu;
  display: none;
}
#page .site-header #nav-bar #sso-menu-wrapper #hmn-logo {
  display: none;
}
#page .site-header #nav-bar #sso-menu-wrapper.is-active {
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 59px;
  left: 0;
  padding: 32px 0 0;
  background: #ffffff;
  box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, 0.1);
}
#page .site-header #nav-bar #sso-menu-wrapper.is-active .secondary-sso-menu {
  padding: 0 24px;
}
#page .site-header #nav-bar #sso-menu-wrapper.is-active .secondary-sso-menu a {
  color: #656565;
  font-size: 14px;
  font-weight: 600;
}
#page .site-header #nav-bar #sso-menu-wrapper.is-active .sso-buttons {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
#page .site-header #nav-bar #sso-menu-wrapper.is-active .sso-buttons input {
  padding-left: 0;
  text-align: left;
  background: #ffffff;
  color: #656565;
  font-weight: 600;
  border: none;
  margin: 2px 0;
}
#page .site-header #nav-bar #sso-menu-wrapper.is-active .sso-buttons a {
  color: #656565;
  font-size: 14px;
  font-weight: 600;
  padding: 18px;
}
#page .site-header #nav-bar #sso-menu-wrapper.is-active .sso-buttons.logged-in .buttonaccount {
  padding-left: 0;
  padding-top: 10px;
  margin: 0;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] {
  grid-area: main-navigation;
  position: relative;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #nav-toggle {
  width: 36px;
  height: 36px;
  top: auto;
  margin-left: 0;
  position: relative;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #nav-toggle .hamburger-icon {
  background-color: transparent;
  top: 0;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #nav-toggle .hamburger-icon::before {
  content: " ";
  background-image: url("../../assets/svg/cross.svg");
  background-size: 16px;
  background-color: transparent;
  background-position: center;
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  box-shadow: none;
  height: 20px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #nav-toggle .hamburger-icon::after {
  background-color: transparent;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper {
  overflow: scroll;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active {
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 118px;
  left: -24px;
  padding: 0 0 200px;
  background: #ffffff;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu {
  padding: 32px 0 22px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu a,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu a {
  font-size: 14px;
  border-radius: 0;
  margin: 0;
  letter-spacing: -0.02px;
  display: block;
  padding: 12px 12px 12px 16px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu .sub-menu,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu .sub-menu {
  display: none;
  padding-left: 30px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu .menu-item-has-children.expanded > .chevron,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu .menu-item-has-children.expanded > .chevron {
  transform: rotate(180deg);
  background-position: 10px 25px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu .menu-item-has-children.expanded > .sub-menu,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu .menu-item-has-children.expanded > .sub-menu {
  display: block;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu .menu-item-has-children.expanded > .sub-menu a,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu .menu-item-has-children.expanded > .sub-menu a {
  padding: 16px 12px 16px 30px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu .menu-item-has-children.expanded > .sub-menu li.menu-item-has-children.expanded > a,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu .menu-item-has-children.expanded > .sub-menu li.menu-item-has-children.expanded > a {
  background: var(--brand-primary) !important;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu .menu-item-has-children .menu-item-has-children > a::after,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu .menu-item-has-children .menu-item-has-children > a::after {
  content: none;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu .menu-item-has-children .menu-item-has-children.expanded .sub-menu,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu .menu-item-has-children .menu-item-has-children.expanded .sub-menu {
  margin-left: 30px;
  padding-top: 0;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu.is-focus > ul > li > a,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu.is-focus > ul > li > a {
  position: relative;
  font-size: 14px;
  height: 58px !important;
  top: 0;
  margin: 0 !important;
  background: var(--haymarket-blue) !important;
  color: #ffffff !important;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu.is-focus > ul > li > a::before,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu.is-focus > ul > li > a::before {
  content: " ";
  background-image: url("../../assets/svg/back_arrow.svg") !important;
  background-size: 28px 25px !important;
  background-position: 0;
  background-repeat: no-repeat;
  width: 52px !important;
  height: 54px;
  position: absolute;
  left: 16px !important;
  top: 0 !important;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu.is-focus > ul > li > a::after,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu.is-focus > ul > li > a::after {
  content: none;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .primary-menu.is-focus > ul > li > ul,
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .hmn-sites-menu.is-focus > ul > li > ul {
  background: #ffffff;
  padding: 0 20px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #primary-menu > ul li.menu-item-has-children::after {
  content: " ";
  transform: none;
  background-image: url("../../assets/svg/chevron.svg");
  background-size: 20px;
  background-position: 50%;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #primary-menu > ul li a .alert-new {
  color: #6d63bf;
  margin-left: 15px;
  font-weight: 600;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #primary-menu.is-focus > ul > li.expanded::after {
  transform: rotate(180deg);
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #primary-menu.is-focus > ul > li.expanded > a {
  background: var(--brand-primary) !important;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #primary-menu.is-focus > ul > li.expanded .sub-menu {
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
}
@media (min-width: 810px) and (max-width: 810px) {
  #page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #primary-menu.is-focus > ul > li.expanded .sub-menu {
    height: auto !important;
  }
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #primary-menu.is-focus > ul > li > a {
  background: initial !important;
  color: initial !important;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #primary-menu.is-focus > ul > li > a::before {
  background: none;
  width: initial;
  position: initial;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu {
  padding: 16px;
  height: 60px;
  border-top: 1px solid #888888;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu.is-focus {
  padding: 0;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > a {
  color: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0;
  height: 54px;
  line-height: 54px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > a .hmn-sites-open {
  padding: 5px 0 0 70px;
  display: block;
  line-height: 1.3rem;
  height: 58px;
  font-weight: 600;
  font-size: 16px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > a .hmn-sites-open::before {
  left: 16px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > a .hmn-sites-open::after {
  content: "";
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > a .hmn-sites-open .sites-text {
  font-size: 18px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > a::after {
  cursor: pointer;
  content: " ";
  transform: rotate(-90deg);
  background-image: url("../../assets/svg/chevron.svg");
  background-size: 20px;
  background-position: top 30px right 0;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > a::before {
  content: " ";
  background-image: url("../../assets/svg/HMN-logo-1line.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 250px;
  height: 54px;
  position: absolute;
  top: -14px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > ul {
  padding-bottom: 300px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > ul > li a {
  padding: 16px 12px 16px 8px;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .sso-buttons {
  display: flex;
  flex-direction: column;
  padding: 22px 24px;
  border-top: 1px solid #888888;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .sso-buttons input {
  margin: 0;
  padding-left: 0;
  text-align: left;
  background: #ffffff;
  color: #656565;
  font-weight: 600;
  border: none;
}
#page .site-header #nav-bar.nav-open > nav[role=navigation] #menus-wrapper.is-active .sso-buttons a {
  color: #656565;
  font-size: 14px;
  font-weight: 600;
  padding: 18px;
}
#page .site-header #nav-bar.nav-open .search-form {
  display: flex;
}
#page .site-header #nav-bar #search-toggle {
  grid-area: search-toggle;
  display: none;
}
#page .site-header #nav-bar #sso-toggle {
  grid-area: sso-toggle;
  justify-self: self-end;
  background-image: url("../../assets/svg/login.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  margin: 0;
}
#page .site-header .search-form {
  grid-area: search-form;
  display: none;
  width: 100%;
  top: 59px;
  left: 0;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin: 0;
  padding: 17px 24px 0;
  border-bottom: 1px solid #565656;
}
#page .site-header .search-form .search-submit {
  width: 47px;
  height: 38px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1.25px;
  border-radius: 0 8px 8px 0;
  margin-top: 4px;
  border-left: none;
  border: 1px solid #292654;
  background-color: #292654;
  background-image: url("../../assets/svg/search-icon-white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
#page .site-header .search-form .search-submit span {
  display: none;
}
#page .site-header .search-form label {
  margin: 0;
}
#page .site-header .search-form .search-field {
  height: 38px;
  line-height: 38px;
  background: none;
  border-radius: 8px 0 0 8px;
  padding-left: 15px;
  border-right: none;
  border-color: #292654;
}
#page .site-header .search-form .search-field::placeholder {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04px;
}
#page .site-header .search-form .search-field:focus {
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .home #page .site-header {
    position: inherit;
  }
  .home #page .site-header #nav-bar {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    background: #ffffff;
  }
  .home #page .site-header #nav-bar.nav-open + .search-form {
    position: fixed;
    top: 59px;
    z-index: 10;
    margin-top: 0;
  }
  .home #page .site-header .search-form {
    border-bottom: none;
    display: flex;
    margin-top: 59px;
  }
  .home #page .site-container {
    padding-top: 59px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page .site-header #nav-bar {
    z-index: 30 !important;
  }
  #page .site-header #nav-bar .menus-wrapper {
    top: 49px;
  }
  #page .site-header.nav-bar-open {
    /* stylelint-disable */
    /* stylelint-enable */
  }
  #page .site-header.nav-bar-open + .dfp-leaderboard_top {
    display: none;
  }
}
@media (min-width: 992px) {
  #page #masthead.site-header #nav-bar {
    position: relative;
    height: 90px;
    max-width: 100vw;
    padding: 0;
    grid-template: [row1-start] ". main-navigation site-logo sso-menu ." 90px [row1-end] [row2-start] "search-form search-form search-form search-form search-form" auto [row2-end]/24px 1fr 1fr 1fr 24px;
    box-shadow: none;
  }
  #page #masthead.site-header #nav-bar .site-logo img {
    height: 50px;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] {
    grid-area: main-navigation;
    position: static;
    z-index: 40;
    min-height: 30px;
    cursor: pointer;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #nav-toggle {
    top: 30px;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #nav-toggle .toggle-text {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.06px;
    color: var(--haymarket-blue);
    width: auto;
    height: auto;
    left: 40px;
    top: 3px;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #nav-toggle.open {
    top: 0;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active {
    width: 350px;
    height: auto;
    top: 90px;
    left: 0;
    overflow: visible;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 50px;
    padding: 0;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active li a {
    font-size: 18px;
    margin: 0;
    padding: 8px 0 8px 30px;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active li a:hover + .sub-menu + .chevron {
    transform: rotate(90deg);
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active li a:focus {
    color: #ffffff;
    background: var(--haymarket-blue) !important;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu {
    padding: 15px 0 !important;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu > ul > li > a,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > a {
    height: 40px !important;
    line-height: 40px !important;
    margin: 0;
    padding: 0 10px 0 30px !important;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu > ul > li.expanded > a,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li.expanded > a {
    background: var(--haymarket-blue);
    color: #ffffff;
    height: 38px !important;
    line-height: 38px !important;
    margin: 0;
    padding: 0 10px !important;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu .menu-item-has-children > a::after,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu .menu-item-has-children > a::after {
    background-position: 50%;
    height: 38px;
    right: -10px;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu .menu-item-has-children.expanded > a::after,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu .menu-item-has-children.expanded > a::after {
    content: " ";
    transform: none;
    background-image: url("../../assets/svg/white-chevron.svg");
    background-size: 7px;
    background-position: 50%;
    height: 38px;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu .menu-item-has-children.expanded .sub-menu,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu .menu-item-has-children.expanded .sub-menu {
    position: fixed;
    left: 350px;
    top: 90px;
    max-width: 350px;
    border-left: 1px solid #888888;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    padding-bottom: 150px;
    padding-top: 15px;
    background: #ffffff;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu .menu-item-has-children.expanded .sub-menu .menu-item-has-children .chevron,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu .menu-item-has-children.expanded .sub-menu .menu-item-has-children .chevron {
    background-size: 20px 15px;
    background-position: right 12px top 20px;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu .menu-item-has-children.expanded .sub-menu .menu-item-has-children.expanded > a::after,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu .menu-item-has-children.expanded .sub-menu .menu-item-has-children.expanded > a::after {
    content: none !important;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu .menu-item-has-children.expanded .sub-menu .menu-item-has-children.expanded .sub-menu,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu .menu-item-has-children.expanded .sub-menu .menu-item-has-children.expanded .sub-menu {
    left: 700px;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu.is-focus > ul,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu.is-focus > ul {
    position: static;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu.is-focus > ul > li > a::before,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu.is-focus > ul > li > a::before {
    content: none;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu.hmn-sites-menu .menu,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu.hmn-sites-menu .menu {
    justify-content: center;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu.hmn-sites-menu .menu-item-has-children.expanded > a,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu.hmn-sites-menu .menu-item-has-children.expanded > a {
    color: transparent !important;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu.hmn-sites-menu .menu-item-has-children.expanded > a::before,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu.hmn-sites-menu .menu-item-has-children.expanded > a::before {
    content: " ";
    transform: none;
    background-image: url("../../assets/svg/HMN-logo-1line_white.svg") !important;
    background-size: 280px !important;
    background-position: 0;
    background-repeat: no-repeat;
    width: 280px !important;
    max-height: 38px;
    position: absolute;
    left: 25px !important;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu.hmn-sites-menu .menu-item-has-children.expanded .sub-menu,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu.hmn-sites-menu .menu-item-has-children.expanded .sub-menu {
    overflow-y: scroll;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu {
    background-color: transparent;
    border-top: 1px solid #888888;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul {
    position: static;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li {
    position: static;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > a {
    color: transparent !important;
    margin-left: 15px;
    position: relative;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > a::before {
    background-image: url("../../assets/svg/HMN-logo-1line.svg");
    width: 280px;
    max-height: 38px;
    background-size: 280px;
    left: 10px !important;
    top: 0;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #hmn-sites-menu > ul > li > a::after {
    background-image: url("../../assets/svg/chevron.svg");
    background-size: auto;
    transform: rotate(-90deg);
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu {
    padding: 23px 24px 22px;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu a {
    color: #091d27;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu a:hover, #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu a:active, #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu a:focus {
    color: #091d27;
    background: var(--brand-primary) !important;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu ul > li:hover {
    background-color: var(--brand-primary);
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu ul > li.expanded > a {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 10px 0 30px !important;
    color: #091d27;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu ul > li.expanded > a:hover, #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu ul > li.expanded > a:active, #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu ul > li.expanded > a:focus {
    color: #091d27;
    background: var(--brand-primary) !important;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu .menu-item-has-children.expanded .sub-menu {
    overflow: auto;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active #primary-menu .menu-item-has-children::after {
    transform: rotate(-90deg);
    height: 38px;
    width: 38px;
  }
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active .sso-buttons input,
  #page #masthead.site-header #nav-bar > nav[role=navigation] #menus-wrapper.is-active .sso-buttons a {
    font-size: 18px;
    padding-left: 0;
    margin: 0;
  }
  #page #masthead.site-header #nav-bar #search-toggle {
    display: block;
    position: absolute;
    left: -160px;
    top: auto;
    cursor: pointer;
    z-index: 3;
  }
  #page #masthead.site-header #nav-bar #search-toggle::before {
    content: " ";
    background-image: url("../../assets/svg/search-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    display: block;
  }
  #page #masthead.site-header #nav-bar #sso-toggle {
    display: none;
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper {
    display: block;
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper .secondary-sso-menu {
    display: none;
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper .sso-buttons {
    display: flex;
    justify-content: end;
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper .sso-buttons input {
    text-transform: uppercase;
    width: auto;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 0 12px;
    margin-bottom: 0;
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper .sso-buttons input.buttonlogin {
    background: none;
    border: solid 1px #a3a1a1;
    color: var(--haymarket-blue);
    margin-left: 12px;
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper .sso-buttons input.buttonlogin:hover {
    background: var(--stone);
    color: var(--steel);
    border: 1px solid var(--steel);
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper .sso-buttons.logged-in {
    flex-direction: row-reverse;
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper .sso-buttons.logged-in .buttonaccount {
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 12px;
    white-space: nowrap;
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper #hmn-logo {
    display: flex;
    text-align: right;
    white-space: nowrap;
    padding-top: 15px;
    align-items: flex-start;
    justify-content: flex-end;
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper #hmn-logo span {
    color: var(--haymarket-blue);
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper #hmn-logo span.pre-text {
    font-size: 10px;
    margin-right: 5px;
  }
  #page #masthead.site-header #nav-bar #sso-menu-wrapper #hmn-logo a {
    padding: 0;
    margin-left: 5px;
  }
  #page #masthead.site-header #search-form {
    display: flex !important;
    background-color: var(--haymarket-blue);
    top: 0;
    z-index: 30;
    padding: 13px 0;
  }
  #page #masthead.site-header #search-form label:first-child {
    margin: 0 8px 0 0;
  }
  #page #masthead.site-header #search-form label:first-child .search-field {
    height: 32px;
    line-height: 25px;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    background-image: none;
    padding: 4px 16px 4px 12px;
    width: 800px;
    margin: 0 8px 0 0;
  }
  #page #masthead.site-header #search-form label:first-child .search-field::placeholder {
    font-size: 16px;
  }
  #page #masthead.site-header #search-form .search-submit {
    position: relative;
    height: 32px;
    width: 32px;
    font-size: 0;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    background: var(--brand-primary);
  }
  #page #masthead.site-header #search-form .search-submit .search-icon {
    background-image: url("../../assets/svg/search-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
  }
}
/* stylelint-disable selector-id-pattern */
/* stylelint-disable selector-class-pattern */
#newsletter-asset {
  background-color: var(--stone);
  margin-bottom: 22px;
}
#newsletter-asset #HMIRegistration.medical {
  font-family: var(--font-family) !important;
}
@media (min-width: 992px) {
  #newsletter-asset #HMIRegistration.medical {
    max-width: 660px;
  }
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css {
  border: none;
  padding: 22px 37px 0;
}
@media (min-width: 998px) {
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header {
    padding: 0;
  }
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header .HMIRegistration__hero-title {
  display: none;
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header .HMIRegistration__sub-title {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  color: var(--blue) !important;
  position: relative;
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header .HMIRegistration__sub-title .HMIRegistration__sub__signup {
  font-size: 40px;
  margin-left: 40px;
  font-weight: bold;
  white-space: nowrap;
  color: var(--haymarket-blue);
}
@media (min-width: 320px) and (max-width: 991.98px) {
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header .HMIRegistration__sub-title .HMIRegistration__sub__signup {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header .HMIRegistration__sub-title {
    flex-direction: row;
    font-size: 21px;
    padding: 26px 0 22px 74px;
    text-align: left;
    line-height: initial;
  }
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header .HMIRegistration__sub-title::before {
    left: 56px;
  }
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header .HMIRegistration__sub-title .HMIRegistration__sub__signup {
    color: var(--haymarket-blue);
    margin-right: 15px;
  }
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header .HMIRegistration__sub-title::before {
  content: " ";
  background-image: url("../../assets/svg/newsletters_icon.svg");
  background-repeat: no-repeat;
  background-size: 56px;
  background-color: transparent;
  background-position: center;
  position: absolute;
  left: 0;
  top: 10px;
  width: 56px;
  height: 56px;
}
@media (min-width: 360.98px) and (max-width: 767.98px) {
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header .HMIRegistration__sub-title::before {
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header .HMIRegistration__sub-title::before {
    left: 170px;
  }
}
@media (min-width: 992px) {
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__header .HMIRegistration__sub-title::before {
    top: 25px;
    left: 15px;
  }
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form {
  border: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 10px 10px 23px;
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row {
  flex-basis: 100%;
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row .HMIRegistration__input input {
  font-family: var(--font-family);
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row .HMIRegistration__select {
  font-family: var(--font-family);
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(1), #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(2) {
  margin: 0 0 20px;
}
@media (min-width: 998px) {
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(1), #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(2) {
    flex-basis: 50%;
  }
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(1) .HMIRegistration__input input, #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(2) .HMIRegistration__input input {
  border: solid 2px #d8d8d8 !important;
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(3) .HMIRegistration__column .HMIRegistration__checkbox, #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(4) .HMIRegistration__column .HMIRegistration__checkbox {
  justify-content: left;
}
@media (min-width: 998px) {
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(3) .HMIRegistration__column .HMIRegistration__checkbox, #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(4) .HMIRegistration__column .HMIRegistration__checkbox {
    justify-content: center;
  }
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(3) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite, #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(4) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite {
  width: 23px;
  height: 23px;
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(3) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite .HMIRegistration__sprite-border.u-active, #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(4) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite .HMIRegistration__sprite-border.u-active {
  border-color: var(--brand-primary);
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(3) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite .HMIRegistration__sprite-checkmark, #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(4) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite .HMIRegistration__sprite-checkmark {
  left: 3px;
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(3) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite .HMIRegistration__sprite-checkmark .widget-svg, #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(4) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite .HMIRegistration__sprite-checkmark .widget-svg {
  fill: transparent;
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(3) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite .HMIRegistration__sprite-checkmark.u-active .widget-svg, #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(4) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite .HMIRegistration__sprite-checkmark.u-active .widget-svg {
  fill: #ffffff;
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(3) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite .HMIRegistration__sprite-fill.u-active, #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(4) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__sprite .HMIRegistration__sprite-fill.u-active {
  background-color: var(--brand-primary);
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(3) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__text, #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(4) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__text {
  font-size: 16px;
  font-family: var(--font-family);
  font-weight: 500;
  color: var(--blue) !important;
  width: auto !important;
  margin: auto 0;
}
@media (min-width: 992px) {
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(3) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__text, #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row:nth-child(4) .HMIRegistration__column .HMIRegistration__checkbox .HMIRegistration__text {
    font-size: 18px;
  }
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__row .HMIRegistration__select--down-caret {
  display: none;
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__submit {
  width: 183px;
  border-radius: 8px;
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  #newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__submit {
    width: 273px;
  }
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__us_privacy-policy.privacy__terms {
  flex-basis: 100%;
  font-size: 10px;
  letter-spacing: -0.01px;
  text-align: center;
}
#newsletter-asset #HMIRegistration.medical #newsletter-asset-css .HMIRegistration__form .HMIRegistration__us_privacy-policy.privacy__terms a {
  color: var(--blue) !important;
}
#newsletter-asset #HMIRegistration.medical .mpr-newsletter {
  background-color: transparent !important;
}
#newsletter-asset #HMIRegistration.medical .mpr-newsletter .HMIRegistration__form .HMIRegistration__submit {
  color: #ffffff !important;
  font-family: Gotham-Medium, sans-serif !important;
  background-color: var(--brand-primary) !important;
}
#newsletter-asset #HMIRegistration.medical .mpr-newsletter .HMIRegistration__form .HMIRegistration__column.u-col12 {
  color: #333333 !important;
  font-family: var(--font-family);
}
#newsletter-asset .newsletterSucessBorder {
  background-color: var(--stone);
  padding: 42px 52px 36px;
}
#newsletter-asset .newsletterSucessBorder .title {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  color: var(--haymarket-blue);
  margin-bottom: 10px;
  display: block;
  padding-top: 56px;
  position: relative;
}
@media (min-width: 998px) {
  #newsletter-asset .newsletterSucessBorder .title {
    font-size: 40px;
    margin-bottom: 14px;
  }
}
#newsletter-asset .newsletterSucessBorder .title::before {
  content: " ";
  background-image: url("../../assets/svg/newsletters_icon.svg");
  background-repeat: no-repeat;
  background-size: 56px;
  background-color: transparent;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
}
#newsletter-asset .newsletterSucessBorder .msg {
  display: block;
  font-size: 17px;
  text-align: center;
  color: #2c4c92;
}
@media (min-width: 998px) {
  #newsletter-asset .newsletterSucessBorder .msg {
    font-size: 21px;
    line-height: 1.33;
    max-width: 660px;
    margin: 0 auto;
  }
}

.newsletter-section {
  margin-bottom: 0;
}
.newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__form > .HMIRegistration__us_privacy-policy {
  font-size: 10px !important;
}
.newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__form > .HMIRegistration__us_privacy-policy > a {
  font-size: 10px !important;
  font-family: var(--font-family) !important;
  color: var(--blue) !important;
}
.newsletter-section > #newsletter-asset > .newsletterSucessBorder {
  background-color: transparent;
  border: none;
}

@media (min-width: 992px) {
  .newsletter-section > #newsletter-asset {
    background-image: url("../../assets/images/NL-bkgd.jpg");
    min-height: 419px;
    padding: 46px 98px 42px 109px;
    margin-bottom: 12px;
    background-size: 100% auto;
    background-position-y: center;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical {
    max-width: 924px;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__header {
    margin: 0 70px 20px;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__header > .HMIRegistration__sub-title {
    font-size: 27px;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__header > .HMIRegistration__sub-title > .HMIRegistration__sub__signup {
    font-size: 51px;
    margin-left: 20px;
    margin-right: 30px;
    color: var(--haymarket-blue);
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__header > .HMIRegistration__sub-title::before {
    background-size: 75px;
    width: 75px;
    height: 75px;
    top: 18px;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__form {
    padding: 0;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__form > .HMIRegistration__row > .HMIRegistration__column {
    padding: 0;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__form > .HMIRegistration__row > .HMIRegistration__column > .HMIRegistration__input > input {
    border: solid 3px #d8d8d8 !important;
    color: #a3a1a1;
    font-size: 19px;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__form > .HMIRegistration__row > .HMIRegistration__column > .HMIRegistration__form-control {
    width: 96.54%;
    height: 48px;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__form > .HMIRegistration__row > .HMIRegistration__column > .HMIRegistration__form-control > .HMIRegistration__select {
    border: solid 3px #d8d8d8 !important;
    font-size: 19px;
    color: #333333;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__form > .HMIRegistration__submit {
    width: 260px;
    height: 54px;
    font-size: 20px;
    display: block;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__form > .HMIRegistration__submit::after {
    background-image: linear-gradient(to right, var(--brand-secondary) 0%, var(--brand-primary) 100%);
    border-radius: 8px;
    left: 0;
    top: 0;
    padding: 10px;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__form > .HMIRegistration__us_privacy-policy {
    font-size: 14px !important;
  }
  .newsletter-section > #newsletter-asset > #HMIRegistration.medical > .HMIRegistration__wrapper > #newsletter-asset-css > .HMIRegistration__form > .HMIRegistration__us_privacy-policy > a {
    font-size: 14px !important;
    font-family: var(--font-family) !important;
  }
}
.page-links {
  display: block;
}

/* WordPress paginate_links() class structure */
.pagination {
  width: 100%;
  margin: 3.5rem 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
.pagination a:not(.next):not(.last):not(.first):not(.prev) {
  background: var(--ice);
  border-color: #999999;
  color: var(--brand-primary);
  display: inline-block;
  transition-property: background-color, border-color, color;
  padding: 0;
}
.pagination a:not(.next):not(.last):not(.first):not(.prev):hover, .pagination a:not(.next):not(.last):not(.first):not(.prev):focus {
  color: #ffffff;
  background-color: var(--brand-secondary) !important;
}
.pagination a:not(.next):not(.last):not(.first):not(.prev) ~ a {
  margin-left: 0.25em;
}
.pagination > .pages {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: center;
}
.pagination > .pages .post-page-numbers,
.pagination > .pages .page-numbers {
  border-width: 1px;
  border-style: solid;
  border-color: #333333;
  border-radius: var(--border-radius);
  font-weight: bold;
  padding: 0 0.5em;
  min-width: 2rem;
  min-height: 2rem;
  line-height: 2rem;
  display: inline-block;
}
.pagination > .pages .post-page-numbers ~ a, .pagination > .pages .post-page-numbers ~ .page-numbers,
.pagination > .pages .page-numbers ~ a,
.pagination > .pages .page-numbers ~ .page-numbers {
  margin: 0 0.25em;
}
.pagination > .pages .post-page-numbers.current, .pagination > .pages .post-page-numbers.next, .pagination > .pages .post-page-numbers.prev,
.pagination > .pages .page-numbers.current,
.pagination > .pages .page-numbers.next,
.pagination > .pages .page-numbers.prev {
  border-color: transparent;
}
.pagination > .pages .post-page-numbers.current .page-numbers, .pagination > .pages .post-page-numbers.next .page-numbers, .pagination > .pages .post-page-numbers.prev .page-numbers,
.pagination > .pages .page-numbers.current .page-numbers,
.pagination > .pages .page-numbers.next .page-numbers,
.pagination > .pages .page-numbers.prev .page-numbers {
  border-color: transparent;
}
.pagination > .pages .post-page-numbers.last, .pagination > .pages .post-page-numbers.first,
.pagination > .pages .page-numbers.last,
.pagination > .pages .page-numbers.first {
  border-color: transparent;
}
.pagination > .pages .post-page-numbers.last .icon, .pagination > .pages .post-page-numbers.first .icon,
.pagination > .pages .page-numbers.last .icon,
.pagination > .pages .page-numbers.first .icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentcolor;
}
.pagination > .pages > span.page-numbers {
  border-color: transparent;
}

.sidebar .widget-area .widget-list {
  list-style-type: none;
  padding-left: 0;
  list-style-position: inside;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .sidebar .widget-area .widget-list {
    display: block;
  }
}
.sidebar .widget-area .widget-list li {
  list-style: none;
}

.hm-mpr-child #page .sidebar .widget-area .widget-list .widget {
  margin-top: 0 !important;
  padding-top: 30px !important;
  border-top: none !important;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .hm-mpr-child #page .sidebar .widget-area .widget-list .widget {
    padding-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .hm-mpr-child #page .sidebar .widget-area li.widget:first-child {
    padding-top: 0 !important;
  }
}

.conference-coverage {
  min-height: 404px;
  background-color: #f2f3f1;
  padding: 25px 1rem 0;
  width: 100%;
  margin-bottom: 0;
}
.conference-coverage > .header {
  max-width: 576px;
  margin: 0 auto 12px;
}
.conference-coverage > .header > .headline {
  font-size: 20px !important;
  color: var(--haymarket-blue);
  margin-bottom: 12px;
}
.conference-coverage > .header > .headline > a > .arrow {
  border: solid var(--brand-primary);
  border-width: 0 2.8px 2.8px 0;
  display: inline-block;
  padding: 5.6px;
  transform: rotate(-45deg);
  border-inline-color: var(--brand-primary);
}
.conference-coverage > .header > .more-meetings {
  display: none;
}
.conference-coverage > .content {
  position: relative;
  max-width: 576px;
  margin: 0 auto;
}
.conference-coverage > .content > .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 82.47%;
  height: 186px;
  background-color: #ffffff;
  box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  margin: auto;
  top: 123px;
  position: absolute;
  padding: 0 4.09% 0 5.85%;
}
.conference-coverage > .content > .info > .category {
  font-size: 12px !important;
  font-weight: bold;
  color: #0067a5;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.conference-coverage > .content > .info > .article-title {
  font-size: 18px;
  font-family: var(--font-family-serif);
  line-height: 1.28;
  letter-spacing: initial;
  color: #292354;
  margin: 8px 0 17px;
  display: block;
  font-weight: 600;
}
.conference-coverage > .content > .info > a {
  margin-right: 30%;
}
.conference-coverage > .content > .info > a > .cc-btn {
  min-width: 170px;
  font-size: 12px;
  font-weight: 600;
  margin: 0 30% 0 0;
  height: 30px !important;
  line-height: 30px;
  padding: 0;
}

@media (min-width: 992px) {
  .conference-coverage {
    min-height: 500px;
    padding: 50px 1rem 0;
    margin-bottom: 50px;
  }
  .conference-coverage .header {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }
  .conference-coverage .header > .headline {
    font-size: 34px !important;
    margin-right: 25px;
    margin-top: 0;
  }
  .conference-coverage .header > .headline > a .arrow {
    display: none;
  }
  .conference-coverage .header > .more-meetings {
    display: block;
    text-align: right;
    color: #2c4c92;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
  }
  .conference-coverage .content {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .conference-coverage .content > .info {
    width: 39.45%;
    height: 321px;
    margin: 3.42% 0.93% 1.79% 22.75%;
    padding: 0 4.9%;
    top: 0;
    box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.1);
    left: 28%;
  }
  .conference-coverage .content > .info > .category {
    font-size: 15.1px !important;
  }
  .conference-coverage .content > .info > .article-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .conference-coverage .content > .info > a > .cc-btn {
    height: 43px !important;
    font-size: 16px;
  }
  .conference-coverage .content > a img {
    width: 47.14%;
    height: 372px;
    margin: 1.57% 32.8% 0 10.34%;
    object-fit: cover;
  }
}
@media (min-width: 658px) and (max-width: 992px) {
  .conference-coverage .header,
  .conference-coverage .content {
    max-width: 576px;
    margin: 0 auto;
  }
}
@media (min-width: 992.98px) and (max-width: 1366.98px) {
  .conference-coverage .header > .headline {
    font-size: 30px;
  }
  .conference-coverage .content > .info {
    width: 39.45%;
  }
  .conference-coverage .content > .info > .article-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .conference-coverage .content > .info > a > .cc-btn {
    width: 90% !important;
    height: 43px !important;
    font-size: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1536px) {
  .conference-coverage {
    padding: 50px 13.5% 0;
  }
  .conference-coverage .content a img {
    width: 60%;
    margin: 1.57% 32.8% 0 1%;
  }
  .conference-coverage .content .info {
    width: 48%;
  }
}
.advisor-institute {
  min-height: 404px;
  padding: 25px 1rem 0;
  width: 100%;
  margin-bottom: 0;
}
.advisor-institute > .header {
  max-width: 576px;
  margin: 0 auto;
}
.advisor-institute > .header > .headline {
  font-size: 20px !important;
  font-weight: bold;
  letter-spacing: normal;
  color: #261656;
  margin-bottom: 12px !important;
}
.advisor-institute > .header > .headline > a > .arrow {
  border: solid #8f0e7d;
  border-width: 0 2.8px 2.8px 0;
  display: inline-block;
  padding: 5.6px;
  transform: rotate(-45deg);
}
.advisor-institute > .header > .visit-site {
  display: none;
}
.advisor-institute > .content {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.advisor-institute > .content > .info {
  background-color: #f2f3f1;
  padding: 5%;
  height: 215px;
}
.advisor-institute > .content > .info > .category {
  font-family: Gotham, sans-serif;
  font-size: 10px !important;
  font-weight: bold;
  color: #0067a5;
  text-transform: uppercase;
}
.advisor-institute > .content > .info > .article-title {
  font-size: 18px;
  font-family: var(--font-family-serif);
  line-height: 1.28;
  letter-spacing: initial;
  color: #292354;
  margin: 7px 0 17px;
  display: block;
  font-weight: 600;
  padding-bottom: 0;
}
.advisor-institute > .content > .info > a > .ai-btn {
  width: 69.14% !important;
  height: 30px !important;
  padding: 6px 12px !important;
  font-size: 12px;
  font-weight: 600;
  border: none;
}
.advisor-institute > .content > .ai-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 273px;
  height: 119px;
  background-color: #ffffff;
  box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 187px;
  position: absolute;
  padding: 21px 43px 19px;
}
.advisor-institute > .content > .ai-logo > a img {
  width: 100%;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .advisor-institute {
    min-height: 404px;
    padding: 25px 0;
    max-width: 576px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .advisor-institute {
    min-height: 500px;
    padding: 50px 1rem 0;
    margin-bottom: 50px;
  }
  .advisor-institute .header {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  .advisor-institute .header > .headline {
    font-size: 34px !important;
  }
  .advisor-institute .header > .headline > a .arrow {
    display: none;
  }
  .advisor-institute .header > .visit-site {
    display: block;
    text-align: right;
    color: #2c4c92;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
  }
  .advisor-institute .content {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: initial;
  }
  .advisor-institute .content > .info {
    max-width: 670px;
    height: 378px;
    background-color: #f2f3f1;
    padding: 56px 158px 49px 61px;
    margin: 1.57% 32.8% 0 10.34%;
  }
  .advisor-institute .content > .info > .category {
    font-size: 15.1px !important;
    margin: 0 0 21px;
  }
  .advisor-institute .content > .info > .article-title {
    font-size: 30px;
    padding-bottom: 49px;
  }
  .advisor-institute .content > .info > a > .ai-btn {
    width: 57.8% !important;
    height: 43px !important;
    font-size: 16px;
  }
  .advisor-institute .content > .ai-logo {
    width: 39.45%;
    height: 321px;
    padding: 74px 68px 72px 70px;
    top: 0;
    box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.1);
    left: 29%;
    position: absolute;
    margin: 3.42% 0.93% 1.79% 22.75%;
    background: #ffffff;
  }
  .advisor-institute .content > .ai-logo > a img {
    width: 100%;
  }
}
@media (min-width: 992.98px) and (max-width: 1366.98px) {
  .advisor-institute .content > .info > .article-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .advisor-institute .content > .info > a > .ai-btn {
    width: 90% !important;
    height: 43px !important;
    font-size: 15px;
  }
}
@media (min-width: 1024.98px) and (max-width: 1280px) {
  .advisor-institute .content > .ai-logo {
    margin: 3.42% 0.93% 1.79% 22.75%;
    padding: 0 4.9%;
    left: 30%;
  }
}
@media (min-width: 1366px) and (max-width: 1536px) {
  .advisor-institute {
    padding: 50px 13.5% 0;
  }
}
/* Brand Podcasts */
.brand-podcasts-section {
  padding: 0 1rem;
}
.brand-podcasts-section .brand-header {
  margin-bottom: 11px;
  margin-top: 32px;
}
.brand-podcasts-section .brand-header .more-episodes {
  display: none;
}
.brand-podcasts-section .brand-header .brand-heading {
  font-size: 20px;
  font-weight: bold;
  color: #261656;
}
.brand-podcasts-section .brand-header .arrow-class {
  border: solid #8f0e7d;
  border-width: 0 2.8px 2.8px 0;
  display: inline-block;
  padding: 5.6px;
  transform: rotate(-45deg);
  border-inline-color: #c220b4;
}
.brand-podcasts-section .brand-info .brand-podcasts .podcast-content {
  display: none;
}
.brand-podcasts-section .brand-info .brand-podcasts .podcast-content p {
  border-bottom: 1px solid #afc4de;
}
.brand-podcasts-section .brand-info .brand-podcasts .podcast-content p a {
  text-decoration: none !important;
}
.brand-podcasts-section .brand-info .brand-podcasts .podcast-content p a .brand-title {
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: -0.01px;
  color: #292354;
  font-family: var(--font-family-serif);
}
.brand-podcasts-section .brand-info .brand-podcasts .top-posts {
  display: block !important;
  line-height: 1.36;
  letter-spacing: -0.01px;
  color: #292354;
  font-family: var(--font-family-serif);
}
.brand-podcasts-section .brand-info .brand-podcasts .top-posts p {
  padding-top: 12px;
  border-bottom: 1px solid #afc4de;
}
.brand-podcasts-section .brand-info .brand-podcasts .top-posts p .brand-title {
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: -0.01px;
  color: #292354;
  font-family: var(--font-family-serif);
}
.brand-podcasts-section .brand-info .brand-podcasts .top-posts p a {
  text-decoration: none !important;
}

@media (min-width: 992px) {
  .brand-podcasts-section {
    max-width: 1400px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .brand-podcasts-section .brand-header {
    display: grid;
    grid-template-columns: 1fr auto auto;
    margin-bottom: 29px;
  }
  .brand-podcasts-section .brand-header .arrow-class {
    display: none;
  }
  .brand-podcasts-section .brand-header .brand-heading {
    font-family: var(--font-family);
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.14px;
    color: #261656;
  }
  .brand-podcasts-section .brand-header .episode-link {
    margin-top: 12px;
  }
  .brand-podcasts-section .brand-header .episode-link .more-episodes {
    display: block !important;
    text-decoration: underline;
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.23px;
    color: #2c4c92;
  }
  .brand-podcasts-section .brand-div {
    display: grid;
    grid-template-columns: 76.5% 330px;
  }
  .brand-podcasts-section .brand-div .brand-info {
    display: grid;
    grid-template-columns: auto 55%;
    border-bottom: 1px solid #afc4de;
  }
  .brand-podcasts-section .brand-div .brand-info .hr img {
    height: auto;
    object-fit: cover;
    aspect-ratio: 1.65;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts {
    margin-right: 4%;
    margin-bottom: unset;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .podcast-content {
    display: block !important;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .podcast-content p {
    border-top: 1px solid #afc4de;
    padding-top: 12px;
    border-bottom: none !important;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .podcast-content p a {
    text-decoration: none !important;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .slick-arrow {
    position: absolute;
    top: -50px;
    background: #ffffff !important;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.52);
    width: 40px;
    height: 40px;
    border: initial !important;
    border-radius: 20px !important;
    font-size: 14px;
    line-height: 40px;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .slick-arrow::before {
    border: solid #070707;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    padding: 5px;
    width: 8px;
    height: 12px;
    position: absolute;
    left: 14px;
    top: 14px;
    content: " ";
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .slick-prev {
    left: 150px;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .slick-prev::before {
    transform: rotate(137deg);
    left: 17px;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .slick-next {
    left: 205px;
  }
}
@media (min-width: 1367px) and (max-width: 1536px) {
  .brand-podcasts-section {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    min-height: 379px;
    margin-left: 13.5% !important;
    margin-right: 13.5% !important;
  }
  .brand-podcasts-section .brand-div {
    grid-template-columns: 68% 330px;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .podcast-content {
    max-width: 370px;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .slick-prev {
    left: 280px;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .slick-next {
    left: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1536px) {
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .podcast-content p {
    line-height: 1.2 !important;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .podcast-content p a .brand-title {
    font-size: 1.1rem;
  }
  .brand-podcasts-section .brand-div .brand-info .brand-podcasts .top-posts p:nth-child(1) .brand-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .brand-podcasts-section .brand-info .feature-adsection {
    margin-top: 22px;
  }
  .brand-podcasts-section .brand-info .brand-podcasts .top-posts p {
    padding-top: 9px;
    padding-bottom: 8px;
    margin-bottom: 1px !important;
  }
  .brand-podcasts-section .brand-info .brand-podcasts .top-posts p .brand-title {
    font-size: 14px;
  }
  .brand-podcasts-section .brand-info .brand-podcasts .top-posts p:nth-child(1) .brand-title {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.28;
  }
  .brand-podcasts-section .podcast-name {
    display: none;
  }
}
.popular-podcasts-articles {
  margin-top: 15px;
  overflow: hidden;
}
.popular-podcasts-articles .slide {
  display: block;
  width: 267px;
  height: 150px;
  background-size: cover;
}
@media (max-width: 767px) {
  .popular-podcasts-articles .slide {
    width: 242px;
    height: 136px;
  }
}
.popular-podcasts-articles .slide .img {
  position: relative;
  background-size: cover;
  height: 100%;
}
.popular-podcasts-articles .slide .img::before {
  position: absolute;
  background: #000000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  content: "";
}
.popular-podcasts-articles .slide .pod-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  word-break: break-all;
  position: relative;
  z-index: 9;
}
.popular-podcasts-articles .slide .pod-title p {
  text-align: center !important;
  color: white !important;
  font-size: 40px !important;
  font-weight: bold !important;
  margin: 0 !important;
  line-height: 40px !important;
}
.popular-podcasts-articles .podcast-slider {
  margin-top: 20px;
  padding: 0 20px;
}
.popular-podcasts-articles .podcast-slider .slick-track a {
  margin: 3px;
}
@media (max-width: 767px) {
  .popular-podcasts-articles .podcast-slider .slick-track a {
    margin: 9px;
  }
}
.popular-podcasts-articles .podcast-slider .slick-track a:hover {
  text-decoration: none;
}
.popular-podcasts-articles .podcast-slider button:focus {
  box-shadow: none;
}
.popular-podcasts-articles .podcast-slider button.slick-arrow {
  background: none !important;
  border: none !important;
}
.popular-podcasts-articles .podcast-slider button.slick-arrow.slick-disabled {
  opacity: 0;
}
.popular-podcasts-articles .podcast-slider button.slick-arrow::before {
  border: solid #afc4de;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  content: "";
}
.popular-podcasts-articles .podcast-slider button.slick-arrow.slick-next {
  right: 0;
}
.popular-podcasts-articles .podcast-slider button.slick-arrow.slick-next::before {
  transform: rotate(-45deg);
}
.popular-podcasts-articles .podcast-slider button.slick-arrow.slick-prev {
  left: 4px;
  z-index: 99;
}
.popular-podcasts-articles .podcast-slider button.slick-arrow.slick-prev::before {
  transform: rotate(135deg);
}
.popular-podcasts-articles .pod-heading {
  display: inline-block;
  padding-top: 18px;
  margin: 18px 20px 0;
  border-top: 1px solid #afc4de;
}
.popular-podcasts-articles .pod-heading > .link-image {
  width: 50px;
  display: block;
  float: left;
  margin-top: 5px;
  margin-left: 22px;
}
.popular-podcasts-articles .pod-heading > .headline {
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.02px;
  color: #2c4c92;
  font-family: var(--font-family);
}
.popular-podcasts-articles .pod-heading .pod-image {
  max-width: 152px;
  margin: 0;
}
.popular-podcasts-articles > hr {
  width: calc(100% - 44px);
  margin-top: 32px;
  border-top: 1px solid #afc4de;
}
@media (min-width: 1367px) and (max-width: 1536.99px) {
  .popular-podcasts-articles {
    margin-left: 13.5% !important;
    margin-right: 13.5% !important;
    width: inherit;
  }
}
@media (min-width: 991px) {
  .popular-podcasts-articles {
    margin-bottom: 51px;
    padding-top: 20px;
    border-top: 1px solid #afc4de;
  }
  .popular-podcasts-articles .slide {
    width: 230px;
  }
  .popular-podcasts-articles .podcast-slider {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .popular-podcasts-articles .podcast-slider .slick-track a {
    margin: 10px;
  }
  .popular-podcasts-articles .podcast-slider .slick-track a:first-child {
    margin-left: 0;
  }
  .popular-podcasts-articles .podcast-slider .slick-track a:last-child {
    margin-right: 0;
  }
  .popular-podcasts-articles .pod-heading {
    align-items: center;
    display: flex;
    padding: 0 0 25px;
    margin: 0;
    border-top: none;
  }
  .popular-podcasts-articles .pod-heading > .headline {
    font-size: 30px;
    display: block;
    float: left;
    margin-left: 5px;
  }
  .popular-podcasts-articles .pod-heading .pod-image {
    max-width: 201.7px;
    margin-left: 10px;
    margin-top: 0;
  }
  .popular-podcasts-articles .pod-heading .link-image {
    width: 44px;
    display: block;
    margin-top: 0;
    float: left;
    margin-left: 0 !important;
  }
  .popular-podcasts-articles > hr {
    width: 100%;
    margin-top: 28px;
  }
  .popular-podcasts-articles .css-slider {
    display: none;
  }
}
@media (min-width: 1280px) {
  .popular-podcasts-articles .slide {
    width: 267px;
  }
}
@media (min-width: 1366px) {
  .popular-podcasts-articles .slide {
    width: 267px;
  }
}
@media (min-width: 1400px) {
  .popular-podcasts-articles .slide {
    width: 267px;
    height: 150px;
  }
}

.page-template-drug-by-category-template #page .site-container main {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.page-template-drug-by-category-template #page .site-container main .breadcrumb-container {
  display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .page-template-drug-by-category-template #page .site-container main {
    display: grid;
    grid-template-columns: calc(100% - 23.75rem) 23.75rem;
  }
}
.page-template-drug-by-category-template #page .site-container main .hm-container {
  padding: 0 1rem;
}
.page-template-drug-by-category-template #page .site-container main .hm-container h1 {
  font-style: normal;
  color: #000000;
  margin: 20px 0;
}
.page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col details.drug-accordion {
  border: 1px solid #e8c43a;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 0;
}
.page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col details.drug-accordion summary {
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  margin-bottom: 0;
  position: relative;
}
.page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col details.drug-accordion summary h3 {
  font-size: 1rem !important;
  font-weight: 700;
  margin: 0;
  padding: 10px;
}
.page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col details.drug-accordion summary::after {
  background-image: url("../../assets/svg/chevron.svg");
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  top: 20px;
  right: 5px;
  background-size: 20px;
  width: 20px;
}
.page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col details.drug-accordion .accordion-panel {
  padding: 0 1rem;
}
.page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col details.drug-accordion .accordion-panel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col details.drug-accordion .accordion-panel ul li {
  list-style: none;
  border-top: 1px solid #eeeeee;
  margin: 0;
}
.page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col details.drug-accordion .accordion-panel ul li a {
  display: block;
  font-size: 0.95rem;
  padding: 10px 0;
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  font-style: normal;
}
.page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col details.drug-accordion .accordion-panel ul li a:hover {
  color: #1292af;
}
.page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col details[open] > summary::after {
  background-image: url("../../assets/svg/chevron.svg");
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-template-drug-by-category-template #page .site-container main .sidebar {
  display: block;
  position: relative;
  flex-basis: 335px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  width: 335px;
}
@media (min-width: 992px) {
  .page-template-drug-by-category-template #page .site-container main {
    display: grid;
    grid-template-columns: calc(100% - 23.75rem) 23.75rem;
  }
  .page-template-drug-by-category-template #page .site-container main .hm-container h1 {
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 2.441rem;
  }
  .page-template-drug-by-category-template #page .site-container main .hm-container .two-column {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col {
    width: 50%;
  }
  .page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col:first-of-type {
    padding-right: 10px;
  }
  .page-template-drug-by-category-template #page .site-container main .hm-container .two-column .col:last-of-type {
    padding-left: 10px;
  }
}

.premium-search {
  margin-bottom: 24px;
  padding: 12px 0 24px;
  /* stylelint-disable */
}
.premium-search.-gray {
  /* stylelint-enable */
  padding: 12px;
  background: #f9f9f9;
}
.premium-search .header h2 {
  margin-bottom: 5px;
}
.premium-search .header p {
  margin-bottom: 0;
}
.premium-search .main {
  margin: 24px 0;
}
@media (min-width: 70em) {
  .premium-search .main {
    align-items: center;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
  }
}
@media (min-width: 70em) {
  .premium-search .main .search {
    margin: 0 12px 0 0;
  }
}
.premium-search .main .searchform {
  margin-top: 0;
}
.premium-search .main .searchform.focus-label {
  position: relative;
}
@media (min-width: 70em) {
  .premium-search .main .search-by {
    align-self: center;
  }
}
.premium-search .footer {
  text-align: right;
}
@media (min-width: 50em) {
  .premium-search .search {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-top: 18px;
  }
}
@media (min-width: 50em) {
  .premium-search .search p {
    padding-left: 32px;
    width: 50%;
  }
}
.premium-search .box {
  margin-top: 24px;
}
@media (min-width: 70em) {
  .premium-search .box {
    margin-top: 0;
  }
}
.premium-search .box p {
  margin-right: 12px;
}
@media (min-width: 70em) {
  .premium-search .box p {
    width: 100%;
    margin: 0 !important;
  }
}
.premium-search .box a {
  margin-right: 0;
  text-transform: uppercase;
}
.premium-search .box a::after {
  content: "|";
  display: inline-block;
  margin: 0 8px;
}
.premium-search .box a:hover {
  text-decoration: none;
}
.premium-search .box a:last-of-type::after {
  display: none;
}
.premium-search .searchform {
  margin-bottom: 18px;
}
@media (min-width: 50em) {
  .premium-search .searchform {
    align-self: start;
    margin-bottom: 0;
    margin-top: 5px;
    min-width: 300px;
    width: 50%;
  }
}
.premium-search .searchinput {
  width: 100%;
  border: 2px solid #e8c43a;
  font-size: 1rem;
  height: 43px;
  line-height: inherit;
  padding: 0.5em;
  border-radius: 0;
  margin-bottom: 0 !important;
}
.premium-search .submit {
  background-color: #e8c43a !important;
  border: 2px solid #e8c43a !important;
  color: #ffffff !important;
  width: 35px;
  height: 43px;
  border-radius: 0 !important;
  position: relative;
  margin-bottom: 0;
}
.premium-search .submit:hover {
  cursor: pointer;
}
.premium-search .submit .icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.focus-label {
  display: flex;
  position: relative;
}
@media (min-width: 50em) {
  .focus-label > input[type=text] {
    background-color: transparent;
  }
}
.focus-label.hide-label > label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.focus-label > input.focus-visible + label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.focus-label > input.focus-visible + label.focusable:active, .focus-label > input.focus-visible + label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.focus-label > label {
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.focus-label > label:hover {
  cursor: text;
}

/* CPA Brand Group theme TODO We will get group names in the future */
body.brand-1 {
  --brand-primary: #8f0e7d;
  --brand-secondary: #db78fd;
  --bg-gradient-dark: #a0729b;
  --bg-gradient-light: #ceabd8;
}

body.brand-3 {
  --brand-primary: #de392a;
  --brand-secondary: #f27b20;
  --bg-gradient-dark: #e98f83;
  --bg-gradient-light: #f2cfb5;
}

body.brand-5 {
  --brand-primary: #00948f;
  --brand-secondary: #47d4d1;
  --bg-gradient-dark: #5e9a98;
  --bg-gradient-light: #bde1e0;
}

body.brand-6 {
  --brand-primary: #00aac6;
  --brand-secondary: #7dd7e8;
  --bg-gradient-dark: #82bec9;
  --bg-gradient-light: #c8ebf0;
}

body.brand-7 {
  --brand-primary: #14802b;
  --brand-secondary: #94d706;
  --bg-gradient-dark: #709f69;
  --bg-gradient-light: #c6e0a0;
}

body.brand-8 {
  --brand-primary: #e6b72f;
}

body {
  --brand-secondary: #333333;
}

/*# sourceMappingURL=frontend.min.css.map */
