	/* homepage CSS styles */
/* DR - change caret for Outbreak hover */
html.home-2022 .nav-btn .bg-white:hover .card-title::after {
  content: "\f426";
  font-family: 'cdciconfont';
  font-size: 17px;
  right: 8px;
  top: 2px;
}

/* new colors on HP */
html.home-2022 .left-image.force-horizontal .card-title.h4 {
  color: #333333;
}
html.home-2022 .cdc-slider-desktop-view a.card {
  color: #333333;
}
html.home-2022 .feature-title .title.gray-title {
  font-size: 1rem;
  color: #333333;
}
html.home-2022 .card .h2 {
  color: #333333;
}
html.home-2022 .card .text {
  color: #333333;
}
html.home-2022 .research-row .block-list a {
  color: #333333;
}

/* removing bottom border on mobile footer */
.card.footer-mobile_language .card-header {
	border-bottom: 0!important;
}


/* mobile footer arrow size */
footer .footer-mobile .accordion .card .card-header::after {
    font-size: 1rem;
}