/* Vaccine Advisor Landing Page */
.vaccine-header {
  min-height: 85px;
  background-image: linear-gradient(to bottom, #cecae5 0%, #f3f5fa 100%);
}
.vaccine-header .top-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 9px 11px;
}
.vaccine-header .top-container .vaccine-content {
  display: none;
  color: #000000;
  line-height: 1.2;
}
.vaccine-header .top-container .vaccine-logo {
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
}
.vaccine-header .top-container .vaccine-logo .mpr-logo {
  display: none;
}
.vaccine-header .vaccine-nav {
  margin-bottom: 10px;
  height: 35px;
  max-height: 35px;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu {
  position: relative;
  height: 35px;
  max-height: 35px;
  background: var(--haymarket-blue);
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu.page-menu {
  background: #6c62be;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu.page-menu ul li {
  position: relative;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu.page-menu ul li.current-menu-item {
  background: #6c62be;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu.nav-open li {
  display: block;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu.nav-open li .chevron {
  transform: rotate(-90deg);
  background-position: 15px 50%;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li {
  position: relative;
  display: none;
  list-style: none;
  margin: 0;
  text-align: center;
  background: #ffffff;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li.current-menu-item {
  background: var(--haymarket-blue);
  display: inline-block;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li.current-menu-item a {
  pointer-events: none;
  color: #ffffff;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li .chevron {
  content: " ";
  transform: rotate(90deg);
  background-image: url("https://www.empr.com/wp-content/themes/hm-mpr-child/assets/svg/white-chevron.svg");
  background-size: 9px;
  background-position: 50% 15px;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  color: var(--haymarket-blue);
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li a:hover {
  text-decoration: none;
}
.vaccine-header.vaccine-page-header {
  padding: 5px 0 0;
  background-image: linear-gradient(to bottom, #cecae5 0%, #f3f5fa 100%);
}
.vaccine-header.vaccine-page-header .top-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}
.vaccine-header.vaccine-page-header .top-container .va-logo {
  display: block;
  text-align: center;
}
.vaccine-header.vaccine-page-header .top-container .va-logo img {
  width: 120px;
}
.vaccine-header.vaccine-page-header .top-container .vaccine-heading {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: var(--haymarket-blue);
}
.vaccine-header.vaccine-page-header .vaccine-nav {
  box-shadow: none;
}
.vaccine-header.vaccine-page-header .vaccine-nav #va-header-menu.va-header-menu ul li a:focus {
  background: transparent !important;
}

@media (min-width: 813px) {
  .vaccine-header {
    min-height: 168px;
    padding: 18px 0 0;
    margin-bottom: 45px;
  }
  .vaccine-header.vaccine-page-header {
    min-height: 165px;
    padding: 7px 0 0;
  }
  .vaccine-header.vaccine-page-header .top-container {
    display: block;
    text-align: center;
  }
  .vaccine-header.vaccine-page-header .top-container .va-logo {
    max-width: 230px;
    margin: 0 auto 6px;
  }
  .vaccine-header.vaccine-page-header .top-container .va-logo img {
    width: 230px;
  }
  .vaccine-header.vaccine-page-header .top-container .vaccine-heading {
    font-size: 47px;
    line-height: 52px;
    color: var(--haymarket-blue);
    margin-bottom: 10px;
  }
  .vaccine-header.vaccine-page-header .vaccine-nav {
    background: transparent;
  }
  .vaccine-header.vaccine-page-header .vaccine-nav .va-header-menu {
    background: transparent !important;
  }
  .vaccine-header.vaccine-page-header .vaccine-nav .va-header-menu ul {
    background: transparent !important;
    border-top: 1px solid #000000;
  }
  .vaccine-header.vaccine-page-header .vaccine-nav .va-header-menu ul li {
    display: flex !important;
    align-items: center;
  }
  .vaccine-header.vaccine-page-header .vaccine-nav .va-header-menu ul li a {
    background: transparent !important;
  }
  .vaccine-header.vaccine-page-header .vaccine-nav .va-header-menu ul li.current-menu-item {
    background: transparent !important;
  }
  .vaccine-header.vaccine-page-header .vaccine-nav .va-header-menu ul li.current-menu-item a {
    line-height: 32px !important;
    padding: 0 8px;
    border-radius: 5px;
    color: #ffffff !important;
    background: var(--haymarket-blue) !important;
  }
  .vaccine-header .top-container {
    grid-template-columns: 350px 1fr;
    display: grid;
    column-gap: 57px;
    margin: 0 auto 20px;
    padding: 0;
  }
  .vaccine-header .top-container .vaccine-content {
    display: block;
    text-align: left;
  }
  .vaccine-header .top-container .vaccine-logo {
    max-width: 350px;
  }
  .vaccine-header .top-container .vaccine-logo .va-logo {
    display: block;
    margin-bottom: 10px;
  }
  .vaccine-header .top-container .vaccine-logo .mpr-logo {
    display: inline-block;
    width: 125px;
  }
  .vaccine-header .vaccine-nav {
    height: 55px;
    max-height: 55px;
    background: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .vaccine-header .vaccine-nav #va-header-menu.va-header-menu {
    position: relative;
    height: 55px;
    max-height: 55px;
    background: #ffffff;
  }
  .vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul {
    flex-direction: row;
    position: static;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
  }
  .vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li {
    display: inline-block;
    background: transparent;
  }
  .vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li.current-menu-item a {
    color: var(--haymarket-blue);
    font-weight: 700;
    background: #ffffff;
    pointer-events: initial;
    cursor: pointer;
  }
  .vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li .chevron {
    content: none;
    background: none;
  }
  .vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 55px;
    background: #ffffff;
  }
  .vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li a:focus {
    background: #ffffff !important;
  }
  .vaccine-header .vaccine-nav #va-header-menu.va-header-menu ul li a:hover {
    text-decoration: none;
  }
}
.va-topics-module {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .va-topics-module {
    padding: 0 20px 32px;
  }
}
@media (min-width: 992px) {
  .va-topics-module {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .va-topics-module {
    padding: 0 10px;
  }
}
.va-topics-module .topics-header {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 3px var(--haymarket-blue);
  margin-bottom: 27px;
}
.va-topics-module .topics-header h2 {
  color: var(--haymarket-blue);
  margin-bottom: 3px;
}
.va-topics-module .topics-header .topics-link {
  text-align: right;
  color: var(--haymarket-blue);
  font-weight: bold;
}
@media (min-width: 768px) {
  .va-topics-module .topics-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .va-topics-module .topics-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .va-topics-module .topics-content {
    opacity: 0;
    visibility: hidden;
  }
  .va-topics-module .topics-content.slick-initialized {
    visibility: visible;
    opacity: 1;
  }
}
.va-topics-module .topics-content .slick-dots button {
  width: 13px;
  height: 13px;
  border: 1px solid #d9d9d9 !important;
  background: #d9d9d9 !important;
}
.va-topics-module .topics-content .slick-dots button::before {
  opacity: 0 !important;
}
.va-topics-module .topics-content .slick-dots .slick-active button {
  border: 1px solid var(--haymarket-blue) !important;
  background: var(--haymarket-blue) !important;
}
.va-topics-module .topics-content .topic-meta {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.va-topics-module .topics-content .topic-meta .topic-detail .topic-image-container {
  background: #333333;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .va-topics-module .topics-content .topic-meta .topic-detail .topic-image-container {
    background: none;
  }
  .va-topics-module .topics-content .topic-meta .topic-detail .topic-image-container img {
    opacity: 1 !important;
  }
}
.va-topics-module .topics-content .topic-meta .topic-detail .topic-image-container:hover {
  background: none;
  transition: 0.5s;
}
.va-topics-module .topics-content .topic-meta .topic-detail .topic-image-container:hover img {
  opacity: 1;
}
.va-topics-module .topics-content .topic-meta .topic-detail .topic-image-container:hover .topic-title {
  background: #333333;
  padding: 15px;
  border-radius: 15px;
  opacity: 0.7;
}
.va-topics-module .topics-content .topic-meta .topic-detail .topic-image-container img {
  width: 100%;
  border-radius: 20px;
  opacity: 0.3;
  max-width: 350px;
  min-height: 250px;
  max-height: 250px;
}
@media (min-width: 768px) {
  .va-topics-module .topics-content .topic-meta .topic-detail .topic-image-container img {
    max-width: 100%;
    max-height: 270px;
  }
}
@media (min-width: 992px) {
  .va-topics-module .topics-content .topic-meta .topic-detail .topic-image-container img {
    max-width: 380px;
    max-height: 270px;
  }
}
.va-topics-module .topics-content .topic-meta .topic-detail .topic-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white !important;
  font-size: 30px !important;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .va-topics-module .topics-content .topic-meta .topic-detail .topic-title {
    background: #333333;
    padding: 15px;
    border-radius: 15px;
    opacity: 0.7;
  }
}

.social-links {
  opacity: 0;
  border-top: 1px solid var(--slate);
  border-bottom: 1px solid var(--slate);
  margin-bottom: 22px;
}
.social-links > ul {
  display: flex;
  flex-direction: row;
  padding: 12px 0 0;
  margin-bottom: 21px;
}
.social-links > ul > li {
  border: 1px solid var(--slate);
  list-style: none;
}
.social-links > ul > li > a {
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 32px;
  text-align: center;
}
.social-links > .social-links-heading {
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-top: 22px;
}

@media (min-width: 992px) {
  .social-links {
    border-top: none;
    border-bottom: none;
    position: absolute;
    left: 0;
    top: 240px;
    z-index: 2;
  }
  .social-links > ul {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 45px;
    padding: 0;
    background-color: white;
  }
  .social-links > ul > li {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  .social-links > ul > li > a.link {
    border-radius: 0;
    border: none;
    display: inline-block;
    transition-property: none;
    height: 45px !important;
    width: 45px !important;
    text-align: center;
    line-height: 45px;
    outline-offset: 0.5px;
  }
  .social-links > ul > li > a.link:hover {
    background-color: #f0edf0;
    opacity: 0.8;
  }
  .social-links > ul li:last-child {
    border-bottom: 1px solid var(--slate);
  }
  .social-links-heading {
    display: none;
  }
}
/* Feature Section */
.va-feature-articles-module {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.va-feature-articles-module .feature-header {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid var(--haymarket-blue);
}
.va-feature-articles-module .feature-header h2 {
  margin-bottom: 0;
}
.va-feature-articles-module .feature-header .more-feature {
  font-size: 14px;
  font-weight: 600;
}
.va-feature-articles-module .feature-header .more-feature::after {
  content: "";
  border: solid var(--haymarket-blue);
  border-width: 0 1.4px 1.4px 0;
  display: inline-block;
  padding: 2.8px;
  transform: rotate(-45deg);
  border-inline-color: var(--haymarket-blue);
  margin-left: 5px;
  margin-bottom: 2px;
}
.va-feature-articles-module .slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
.va-feature-articles-module .slider .card-wrapper {
  padding-top: 24px;
}
.va-feature-articles-module .slider .card-wrapper img {
  display: block;
  padding-bottom: 10px;
  margin: 0 auto;
  min-height: auto;
  max-width: 350px;
  max-height: 250px;
  width: auto;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.va-feature-articles-module .slider .card-wrapper .post-title {
  font-family: var(--font-family-serif);
  font-size: 20px;
  font-weight: 600;
  max-width: 350px;
  display: block;
  margin: 0 auto;
}
.va-feature-articles-module .slider .card-wrapper .author-info,
.va-feature-articles-module .slider .card-wrapper .va-topic-link {
  display: none;
}
.va-feature-articles-module .slider.slick-initialized {
  visibility: visible;
  opacity: 1;
  margin-bottom: 92px;
}
.va-feature-articles-module .slider.slick-initialized .slick-list {
  padding: 0 !important;
}
.va-feature-articles-module .slider.slick-initialized .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 16px;
}
.va-feature-articles-module .slider.slick-initialized .slick-dots li button {
  border-color: transparent !important;
  background: transparent !important;
  border-radius: 7px !important;
  width: 14px;
  height: 14px;
}
.va-feature-articles-module .slider.slick-initialized .slick-dots li button::before {
  font-size: 14px;
  line-height: 14px;
  width: 14px;
  height: 14px;
}
.va-feature-articles-module .slider.slick-initialized .slick-dots li button:focus {
  box-shadow: none !important;
}
> .va-feature-articles-module .slider.slick-initialized .slick-dots li:only-child {
  display: none;
}
.va-feature-articles-module .slider.slick-initialized .slick-dots .slick-active button::before {
  color: var(--haymarket-blue) !important;
}
.va-feature-articles-module.filtered-features {
  /* stylelint-disable */
  /* stylelint-enable */
}
.va-feature-articles-module.filtered-features .dfp-ad.dfp-in_article_1 {
  order: 3;
}

@media (min-width: 768px) {
  .va-feature-articles-module {
    max-width: 720px;
    margin: 0 auto;
    /* stylelint-disable */
    /* stylelint-enable */
  }
  .va-feature-articles-module .dfp-ad.dfp-in_article_1 {
    min-height: 0 !important;
  }
  .va-feature-articles-module .feature-header {
    margin-top: 0;
  }
  .va-feature-articles-module .slider {
    opacity: 1;
    visibility: visible;
    display: grid;
    grid-template-columns: 400px 300px;
    gap: 20px;
    justify-content: center;
  }
  .va-feature-articles-module .slider .card-wrapper {
    padding-right: 0;
  }
  .va-feature-articles-module .slider .card-wrapper img {
    max-width: 300px;
    max-height: 180px;
    aspect-ratio: 16/9;
  }
  .va-feature-articles-module .slider .card-wrapper:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3;
  }
  .va-feature-articles-module .slider .card-wrapper:nth-child(1) .author-info {
    display: block;
    text-align: center;
  }
  .va-feature-articles-module .slider .card-wrapper:nth-child(1) .va-topic-link {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0 auto;
    width: 170px;
    border-bottom: 1px solid var(--haymarket-blue);
    color: var(--haymarket-blue);
  }
  .va-feature-articles-module .slider .card-wrapper:nth-child(1) .post-title {
    display: block;
    font-size: 28px;
    text-align: center;
    max-width: 400px;
  }
  .va-feature-articles-module .slider .card-wrapper:nth-child(1) img {
    max-width: 400px;
    max-height: 250px;
    width: auto;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
.va-conference-module {
  width: 100%;
}
.va-conference-module .header {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 3px #261656;
  margin-bottom: 29px;
  align-items: baseline;
}
.va-conference-module .header .headline {
  font-size: 18px !important;
  font-weight: bold;
  color: #261656;
  margin-bottom: 12px !important;
}
@media (min-width: 992px) {
  .va-conference-module .header .headline {
    font-size: 30px;
  }
}
.va-conference-module .header .visit-site {
  color: #261656;
  font-weight: bold;
  font-size: 14px;
}
.va-conference-module .conf-wrapper {
  grid-template-columns: auto;
  display: grid;
}
@media (min-width: 640px) {
  .va-conference-module .conf-wrapper {
    grid-template-columns: 350px auto;
    column-gap: 20px;
    display: grid;
  }
}
.va-conference-module .conf-wrapper .conf-image {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 640px) {
  .va-conference-module .conf-wrapper .conf-image {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .va-conference-module .conf-wrapper .conf-image {
    margin-bottom: 0 !important;
  }
}
.va-conference-module .conf-wrapper .conf-image .conf-link-image {
  position: relative;
  display: block;
}
.va-conference-module .conf-wrapper .conf-image .conf-link-image img {
  width: 100%;
  max-width: 300px;
  height: 192px;
  aspect-ratio: 1.82;
  object-fit: cover;
}
@media (min-width: 640px) {
  .va-conference-module .conf-wrapper .conf-image .conf-link-image img {
    max-width: 350px;
  }
}
.va-conference-module .conf-wrapper .conf-image .conf-link-image.conf-link-image::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}
.va-conference-module .conf-wrapper .conf-image .conf-abb {
  z-index: 99;
  color: #ffffff;
  position: absolute;
  padding: 0 10px;
  font-size: 40px;
  font-weight: 600;
  top: 52%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  text-transform: uppercase;
}
.va-conference-module .conf-wrapper .conf-title-col .conf-abb-year {
  color: #000000;
  margin-bottom: 0 !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.va-conference-module .conf-wrapper .conf-title-col .conf-abb-year::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 75%;
  max-width: 216px;
  border-bottom: solid 3px #6c62be;
}
.va-conference-module .conf-wrapper .conf-title-col .conf-title {
  font-size: 28px;
  font-family: var(--font-family-serif);
  font-weight: 600;
  line-height: 1.43;
  margin: 14px 0;
  letter-spacing: normal;
  text-align: center;
}
.va-conference-module .conf-wrapper .conf-title-col .conf-title a {
  color: #261656;
}
.va-conference-module .conf-wrapper .conf-title-col .conf-title a:hover {
  color: #261656;
}

.va-latest-news-module {
  min-height: 404px;
  width: 100%;
  margin: 0 auto;
  padding: 42px 0 25px;
}
.va-latest-news-module .news-module .news-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid var(--haymarket-blue);
}
.va-latest-news-module .news-module .news-header h2 {
  margin-bottom: 0;
  font-size: 18px !important;
  font-weight: bold;
  color: #261656;
}
.va-latest-news-module .news-module .news-header .more-news {
  font-size: 14px;
  font-weight: 600;
}
.va-latest-news-module .news-module .news-header .more-news::after {
  content: "";
  border: solid var(--haymarket-blue);
  border-width: 0 1.4px 1.4px 0;
  display: inline-block;
  padding: 2.8px;
  transform: rotate(-45deg);
  border-inline-color: var(--haymarket-blue);
  margin-left: 5px;
  margin-bottom: 2px;
}
.va-latest-news-module .news-module .articles-wrapper .slide-one .news-info {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--haymarket-blue);
  /* stylelint-disable */
  /* stylelint-enable */
}
.va-latest-news-module .news-module .articles-wrapper .slide-one .news-info .post-title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-family-serif);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.va-latest-news-module .news-module .articles-wrapper .slide-one .news-info .news-excerpt {
  color: var(--haymarket-blue);
  font-family: var(--font-family-serif);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: none;
}
.va-latest-news-module .news-module .articles-wrapper .slide-one .news-info:nth-child(4),
.va-latest-news-module .news-module .articles-wrapper .slide-one .news-info:nth-child(5) {
  display: none;
}

@media (min-width: 992px) {
  .va-latest-news-module {
    min-height: 545px;
    margin-bottom: 48px;
    padding: 66px 0 48px;
  }
  .va-latest-news-module .news-module {
    grid-area: news;
  }
  .va-latest-news-module .news-module .news-header h2 {
    font-size: 30px;
  }
  .va-latest-news-module .news-module .articles-wrapper .slide-one .news-info {
    margin-bottom: 0;
    padding-bottom: 20px;
    /* stylelint-disable */
    /* stylelint-enable */
  }
  .va-latest-news-module .news-module .articles-wrapper .slide-one .news-info .post-title {
    display: block;
    margin-bottom: 10px;
  }
  .va-latest-news-module .news-module .articles-wrapper .slide-one .news-info .news-excerpt {
    display: block;
    display: -webkit-box;
    font-size: 18px !important;
    margin: 0;
  }
  .va-latest-news-module .news-module .articles-wrapper .slide-one .news-info:nth-child(4),
  .va-latest-news-module .news-module .articles-wrapper .slide-one .news-info:nth-child(5) {
    display: block;
  }
}
@media (min-width: 1367px) and (max-width: 1536px) {
  .va-latest-news-module li a {
    font-size: 20px;
  }
}

/*# sourceMappingURL=va-landing.min.css.map */
