.display-none {
	display: none !important;
}
.atg-link-box {
  display: block;
  margin: 0 auto 40px auto;
  width: 100%;
  max-width:250px;
  text-decoration: none !important;
  transition: transform 0.3s cubic-bezier(.25,.8,.25,1), box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%), 0 6px 12px rgb(0 0 0 / 20%);
}
.atg-link-box:hover {
  transform: translate(0,-2px);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%), 0 10px 20px rgb(0 0 0 / 20%);
  text-decoration: underline !important;
}
.link-box-image {
  width: 100%;
  max-height: 145px;
  overflow: hidden;
}
.link-box-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.link-box-title {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 72px;
  margin: 0;
  padding: 10px;
  background-color: #00447b;
}
/* Added to allow different h tags but same affect fixes ADA tag order issue Tim Keener*/
.link-box-title h2 {
  width: 100%;
  text-align: center;
  color: white !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 0;
  line-height: 1.66em !important;
}
.link-box-title h3 {
  width: 100%;
  text-align: center;
  color: white !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 0;
  line-height: 1.66em !important;
}