.usa-list--unstyled {
  margin-top: -1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.heading-description h2 {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 35px;
}

.usa-layout-docs__sidenav {
  order: 0;
  padding-top: 2rem;
}

.highlight {
  color: #ffffff;
  padding: 8px 17px;
  width: 100%;
  background-color: #592c81;
}

.landing-page-header {
  border: 1px solid #ffffff;
  border-top: 2px solid #00aeef;
  background: linear-gradient(to right, #fff 0, #fff 33%, #fff 56%, rgba(255, 255, 255, 0.32) 74%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
  padding: 1.2rem 0;
}

.landing-page-header .heading-description {
  padding: 0;
}

.grid-container.cards-container {
  padding-left: 0;
  padding-right: 0;
}

.card-image img {
  width: 100%;
  height: 100%;
}

.tablet\:grid-col img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.usa-card--flag .usa-card__img {
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.usa-card__img img {
  display: block;
  height: 100%;
  width: 100%;
}

.usa-card.usa-card--flag.flex-1 {
  flex: 1 1 100%;
}

.usa-card__container {
  border-width: 1px;
  border-color: #b4b4b4;
  border-style: solid;
  border-radius: 0;
}

.no-borders {
  border: none;
}

.usa-card__heading {
  font-size: 1.65rem;
  font-weight: bold;
}

h2.usa-card__heading {
  font-size: 1.35rem;
  font-weight: bold;
  margin-left: 0;
}

.usa-card__body p {
  font-weight: 300;
  font-size: 1.2rem;
}

.usa-card__body a:link {
  font-weight: 300;
  font-size: 1.2rem;
}

.pdf-icon {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 8px;
}



.padding-25 {
  padding: 18px 25px;
}

.padding-30px-all {
  padding: 30px;
}

.summary-text-box {
  padding: 1.5rem 1.85rem 0.65rem;
  margin-bottom: 1.25rem;
}

.d-flex {
  display: flex;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.font-weight-500 {
  font-weight: 500;
}

.text-small {
  font-size: 12px;
  line-height: 22px;
}

.text-medium {
  font-size: 18px;
  line-height: 28px;
}

.text-large {
  font-size: 24px;
  line-height: 22px;
}

.text-dark {
  color: #232323;
}

.text-deco {
  text-decoration: none;
}

.margin-left-2 {
  display: block;
  margin-left: 2rem;
}

.bg-dark-violet {
  background-color: #592c81;
}

.bg-light-violet {
  background-color: #D4CAFA;
}

.bg-light-pink {
  background-color: #eddcdb;
}

.bg-light-gray {
  background-color: #dcdcdc;
}

.bg-cdc-blue {
  background-color: #0860a0;
}

.bg-dark-slate-blue {
  background-color: #1f232c;
}

.bg-dark-blue {
  background-color: #1e375a;
}

.bg-light-blue {
  background-color: #b8cbd9;
}

.bg-dark-green {
  background-color: #307162;
}

.bg-light-beige {
  background-color: #ede5dd;
}

.usa-card__container {
  border-width: 0;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 0.85rem;
}

.usa-card__body {
  border-radius: 0.45rem;
  padding: 1.5rem;
}

.usa-card__body p {
  line-height: 1.3em;
  font-weight: 200;
  font-size: 0.9rem;
}

.usa-card__heading {
  padding-bottom: 1rem;
}

.usa-card__img {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
}

 h2.usa-card__heading {
  font-size: 1.34rem;
  line-height: 1.2;
  margin: 0;
}

.usa-summary-box {
  padding-bottom: 0.5rem;
}

.lightbulb-icon {
  width: 80px;
  float: left;
  margin-right: 20px;
  margin-top: -1rem;
}

.square-img {
  display: block;
  height: 275px;
  width: 275px;
  object-fit: cover;
}

.qa-container h2 {
font-weight: 700;
margin: 0;
font-size: 18px;
color: #ffffff;
padding: 1.2em 4em 1.2em 1em;
background-color: #593080;
}

.qa-container.answer {
display: block;
padding: 15px;
border: 1px solid #ccc;
border-top: none;
}

.usa-card--flag .usa-card__media {
    width: 21rem;
}

.usa-card__header {
    margin-left: 12rem !important;
}

.usa-card__body {
    margin-left: 19rem !important;
}

.card-details a {
	text-decoration: none;
}

.card-category-style-01 .card-details {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


.card-category-style-02 .card-details {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.card-category-style-01 .card-details:hover {
  background-color: #0d6b9b;
  color: #ffffff;
}

.card-category-style-02 .card-details:hover {
  background-color: #D4CAFA;
  color: #592c81;
}

.center {
  display: grid;
  place-items: center;
}