.content-width {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.text-lg {
  font-size: 24px;
}

.text-md {
  font-size: 18px;
}

.hero-pad {
  padding-top: 0rem;
  padding-bottom: 1rem;
}

.section-pad {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hrule {
  padding: auto 1rem;
  max-width: 1020px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin: 0 auto;
}

.slim-content-width {
  max-width: 896px;
}

.card {
  width: 100%;
  position: relative;
  background-color: #757575;
}

.a-list {
  display: grid;
  gap: 0.75rem;
  padding-left: 20px;
}

.a-list li {
  font-size: 18px;
}

.img-container {
  max-width: 100%;
}

.card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.card-content h4 {
  color: #EDEDED;
}

.card-content p {
  color: #EDEDED;
}

/*.card-content a {*/
/*  color: #323232;*/
/*}*/

.card-btn {
  width: 100%;
  justify-self: flex-end;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.ion-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 120px;
  margin-bottom: 1.875rem;
}

img.ion-img {
  height: 100%;
}

.l-stripe h1 {
  color: #a56a04;
}

.card-grid h3 {
  color: #323232;
}

.t-heading--medium {
  color: #757575 !important;
}

.c-button--reverse {
  background: #f5a81c !important;
  color: #323232 !important;
}

.c-button--reverse:hover {
  background: #FFFFFF !important;
  border-color: #f5a81c !important;
}

.icon-fix {
  max-height: 80px;
}

/*  I modified the theme file to remove these links from acqusition content types, but doesn't seem to work reliably */
body.path-node.page-node-type-acquisition ul[slot="prospect"] {
  display: none;
}

