.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* FEATURED TILE CUSTOM */
.thematic-investing-featured {
  margin-bottom: 35px;
}
.thematic-investing-featured:nth-of-type(odd) {
  background-color: #d7e6f4;
}
.thematic-investing-featured:nth-of-type(even) {
  background-color: #e7d2d9;
}
.thematic-china-a {
  background: url(https://us.allianzgi.com/-/media/allianzgi/na/us/editorial/2304x1296-still-image-doug-eu.jpg);
}
.thematic-renewables {
  background: url(https://us.allianzgi.com/-/media/allianzgi/na/us/editorial/investment-intelligence/2304x1296-armin-video-still.jpg);
}
.thematic-investing-featured:nth-of-type(odd) .thematic-investing-photo {
  float: right;
  width: 50%;
  background-size: cover;
  background-position: 50%;
  box-shadow: inset 0px 0px 0px 1px rgba(225, 225, 225, 1);
}
.thematic-investing-featured:nth-of-type(even) .thematic-investing-photo {
  float: left;
  width: 50%;
  background-size: cover;
  background-position: 50%;
}
.thematic-investing-audio {
  float: right;
  width: 50%;
}
.thematic-investing-photo a {
  width: 100%;
  display: inline-block;
}
.thematic-investing-photo a.thematic-video {
  min-height: 350px;
}
.thematic-investing-photo a.thematic-video-large {
  min-height: 415px;
}
.thematic-investing-photo a .c-icon--play-button {
  position: absolute;
  font-size: 50px;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  transition: all 0.25s ease;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.38);
  pointer-events: none;
}
.thematic-investing-photo a:hover .c-icon--play-button {
  opacity: .6;
}
.thematic-investing-promo-text {
  width: 50%;
  display: inline-block;
}
.thematic-investing-promo-text div {
  padding: 30px 35px;
}
.thematic-investing-promo-text div h3 {
  font-size: 26px;
  line-height: 39px;
  color: #333;
  margin-bottom: 23px;
}
.thematic-investing-promo-text div a.body-one {
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  padding-left: 33px;
  position: relative;
}
.thematic-investing-promo-text div a.body-one:last-of-type {
  margin-bottom: 0px;
}
.thematic-investing-promo-text div a.body-one .c-icon {
  margin-right: 8px;
  font-size: 22px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media only screen and (max-width: 1050px) {
  .thematic-investing-featured:nth-of-type(odd) .thematic-investing-photo, .thematic-investing-featured:nth-of-type(even) .thematic-investing-photo, .thematic-investing-photo a.thematic-video, .thematic-investing-photo a.thematic-video-large {
    float: none;
    width: 100%;
    min-height: 430px;
  }
  .thematic-investing-promo-text, .thematic-investing-audio {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .thematic-investing-featured:nth-of-type(odd) .thematic-investing-photo, .thematic-investing-featured:nth-of-type(even) .thematic-investing-photo, .thematic-investing-photo a.thematic-video, .thematic-investing-photo a.thematic-video-large {
    min-height: 230px;
  }
}