.pmd-tiles {
  border: 1px solid white;
}

.pmd-tiles .card {
  /* color: black; */
  color: #ffff;
  margin: 0;
  padding: 0;
  min-height: 100%;
  /* margin: 0 2px; */

}

.pmd-tiles .card:hover {
  cursor: pointer;
}

.pmd-tiles .card-body {
  /* margin-bottom: 5em; */
  padding: 0 0 2em 0;

  /* px-0 pt-0 mb-5 */
}

.card .card-text {
  font-size: 1.1em;
}

.additional-links a {
  background-image: none !important;
  padding: 0.5em 3em;
  /* color: #F2F2F2; */
}

.pmd-contract h1 {
  background-color: #325976;
  color: #F2F2F2;
  font-weight: bolder;
}

.pmd-contract h2 {
  background-color: #325976;
  color: #F2F2F2;
}

.pmd-contract h3 {
  background-color: #6A7C9A;
  color: #F2F2F2;
}

.pmd-contract h4 {
  background-color: #EDEDED;
  color: #282F72;
}

/* ? Use classes below for text color */

.bg-cca-primary-white {
  background-color: #FFFFFF !important;
}
.bg-cca-primary-dark {
  background-color: #000000 !important;
}

.bg-cca-primary-blue {
  background-color: #4F63F9 !important;
}
.bg-cca-secondary-blue {
  background-color: #2E3FBD !important;
}
.bg-cca-gov-blue {
  background-color: #046B99 !important;
}

.bg-cca-primary-blue_black {
  background-color: #2A3653 !important;
}

.bg-cca-magenta {
  background-color: #DC0E7A !important;
}
.bg-cca-secondary-warm-purple {
  background-color: #AD3CA6 !important;
}
.bg-cca-secondary-turqoise {
  background-color: #17B8CA !important;
  /* background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, #17B8CA 100%) 1; */
}

.bg-cca-primary-mc-gold {
  background-color: #F9A71C !important;
}

.bg-cca-secondary-gold {
  background-color: #FFCE56 !important;
}

.bg-cca-light-gray {
  background-color: #EDEDED;
}
.bg-cca-gray-3 {
  background-color: #A2AFCC !important;
}
.bg-cca-gray-4 {
  background-color: #6A7C9A !important;
}


/* ? Use classes below for text color */

.text-cca-light-gray {
  color: #EDEDED;
}
.text-cca-primary-white {
  color: #F2F2F2 !important;
}
.text-cca-black {
  color: #000000 !important;
}
.text-cca-primary-blue {
  color: #4F63F9 !important;
}

.text-cca-secondary-blue {
  color: #2E3FBD !important;
}

.text-cca-gov-blue {
  color: #046B99 !important;
}

.text-cca-primary-blue_black {
  color: #2A3653 !important;
}

.text-cca-magenta {
  color: #DC0E7A !important;
}

.text-cca-secondary-warm-purple {
  color: #AD3CA6 !important;
}

.text-cca-secondary-turqoise {
  color: #17B8CA !important;
  /* background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, #17B8CA 100%) 1; */
}

.text-cca-primary-mc-gold {
  color: #F9A71C !important;
}

.text-cca-secondary-gold {
  color: #FFCE56 !important;
}

.text-cca-gray-3 {
  color: #A2AFCC !important;
}
