/* STYLESHEET FOR TWO COLUMN PROMO BLOCK */
.twoColPromo {
  padding: 70px 13.6%;
  max-width: unset !important;
  margin: 0 !important;
  position: relative;
}
.twoColPromoBkg {
  position: absolute;
  top: 0;
  left: 0;
  height: 320px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.twoColPromo h2 {
  padding-bottom: 24px !important;
  margin-bottom: 29px !important;
  margin-top: 20px !important;
  position: relative;
  text-align: center;
}
.twoColPromo h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 100%;
  max-width: 256px;
  background: #fff;
}
.twoColPromo h2 + p {
  text-align: center;
  margin-bottom: 25px !important;
  position: relative;
}
.twoCPCintroContent p {
  font-family: 'Gotham A', 'Gotham B' !important;
  font-size: 16px !important;
  color: #ffffff !important;
  line-height: 25px;
  text-align: center;
  margin-bottom: 50px !important;
}
.twoCPCgrid {
  display: grid;
  grid-gap: 44px 34px;
  position: relative;
}
.twoCPCimage {
  height: 295px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.twoCPCimage.contain {
  background-size: contain;
  height: 108px;
}
.twoCPCcontent {
  background: rgba(0, 0, 0, 0.85);
  padding: 14px 26px 0 19px;
  width: 90%;
  position: relative;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.micro-page .twoCPCcontent {
  top: 10px;
}
.twoCPCcontent h3 {
  position: relative;
  padding-bottom: 19px !important;
  margin-bottom: 20px !important;
}
.micro-page .twoCPCcontent h3 {
  font-size: 22px !important;
  line-height: 31px;
}
.twoCPCcontent h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 110%;
  background: #4a667d;
}
.twoCPCwysiwyg p,
.twoCPCwysiwyg ul,
.twoCPCwysiwyg h4 {
  color: #fff !important;
  margin-bottom: 20px;
}
.twoCPCwysiwyg h5 {
  margin-bottom: 7px;
}
.twoCPCwysiwyg h6 {
  margin-bottom: 15px;
}
.twoCPCwysiwyg ul {
  padding-left: 30px !important;
}
.twoCPCwysiwyg ul li:not(:last-of-type) {
  padding-bottom: 10px;
}
.twoCPCwysiwyg h4 {
  margin-bottom: 15px !important;
  font-family: 'BauerBodoniStdBlack' !important;
  font-weight: 900;
  font-size: 22px !important;
  color: #ffffff !important;
  line-height: 25px;
}
.twoCPCwysiwyg a {
  color: #7bafd4 !important;
}
.twoCPCcontent .twoCPCbutton {
  background: rgba(0, 0, 0, 0.1) !important;
  margin: 25px 0 0 0 !important;
  text-align: center;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 500px){
  .twoCPCcontent .twoCPCbutton{
    display: flex;
  }
}
.twoCPCbutton a {
  font-family: 'Gotham A', 'Gotham B' !important;
  font-size: 15px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #b2b2b2 !important;
  padding: 8px 18.4px !important;
}
@media only screen and (max-width: 1300px) {
  .twoColPromo {
    padding: 35px 15px 45px 15px;
  }
}
@media only screen and (max-width: 900px) {
  .twoCPCgrid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media only screen and (max-width: 700px) {
  .twoCPCgrid {
    grid-template-columns: 1fr !important;
  }
}