section.related_ct_wrapper {
  padding: 1rem 0;
}
section.related_ct_wrapper h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding-bottom: 1rem;
  margin: 0;
}

/* // 3 column and 2 column card CSS starts */
section.related_ct_wrapper .rows_ct {
  display: flex;
  display: -webkit-flex;
}
section.related_ct_wrapper .rows_ct .col-card-3 {
  width: calc(100%/3.13);
  margin: 0 3% 0 0;
}
section.related_ct_wrapper .rows_ct .col-card-3:last-child {
  margin: 0;
}
section.related_ct_wrapper .rows_ct .col-card-2 {
  width: calc(100%/2);
  margin: 0 3% 0 0;
}
section.related_ct_wrapper .rows_ct .col-card-2:last-child {
  margin: 0;
}
section.related_ct_wrapper .rows_ct .col-card-3,
section.related_ct_wrapper .rows_ct .col-card-2 {
  background: #ffffff;
  min-height: 200px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);
}
html[data-useragent*='MSIE 10.0'] section.related_ct_wrapper .rows_ct .col-card-3 {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.related_ct_wrapper .rows_ct .col-card-3 {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  }
}
_:-ms-lang(x), section.related_ct_wrapper .rows_ct .col-card-3 {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
}

html[data-useragent*='MSIE 10.0'] section.related_ct_wrapper .rows_ct .col-card-2 {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.related_ct_wrapper .rows_ct .col-card-2 {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  }
}
_:-ms-lang(x), section.related_ct_wrapper .rows_ct .col-card-2 {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
}/* // 3 column and 2 column card CSS end */

section.related_ct_wrapper .rows_ct .ct_card {
  padding: 0 0 2.2rem 0;
  position: relative;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_image {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 240px;
  border-bottom: 1px #e6e5e5 solid;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_image img {
  display: inline-block;
  height: auto;
  width: 100%;
  vertical-align: top;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  -ms-interpolation-mode: bicubic;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.related_ct_wrapper  .ct_wrapper {
  padding: 0.5rem 0.6rem 1.2rem 0.6rem;
}
section.related_ct_wrapper  .ct_wrapper .ct_type {
  color: #f7941d;
  font-size: 15px;
  margin: 0 0 0.2rem 0;
  text-transform: uppercase;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span {
  display: inline-block;
  padding: 0 0 0 27px;
  line-height: 25px;
  background: url(../images/ct_type_icons.png) no-repeat left -25px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_news {
  background-position: left -25px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_publications {
  background-position: left -74px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type spanct_video {
  background-position: left -49px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_feature {
  background-position: left -197px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_resources {
  background-position: left -197px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_events {
  background-position: left -128px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.slideshow {
  background-position: left -193px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_news {
  background-position: left -25px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_publications {
  background-position: left -74px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_video {
  background-position: left -49px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_feature {
  background-position: left -197px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_resources {
  background-position: left -197px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_events {
  background-position: left -128px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.slideshow {
  background-position: left -193px;
}
section.related_ct_wrapper .ct_wrapper .ct_title {
  padding: 0.2rem 0 0.6rem 0;
  font-size: 20px;
  line-height: 1.3em;
}
section.related_ct_wrapper .ct_wrapper .ct_title a {
  color: #037da9;
  font-weight: 400;
}
section.related_ct_wrapper .ct_wrapper .ct_title a:hover {
  color: #1c97c8;
}
section.related_ct_wrapper .ct_wrapper .ct_blurb,
section.related_ct_wrapper .ct_wrapper .ct_blurb p {
  color: #585858;
  font-size: 16px;
  line-height: 1.4em;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_footer {
  width: calc(100% - 36px);
  margin: 0 18px;
  border-top: 1px #cfcfcf solid;
  padding: 0.6rem 0;
  min-height: 30px;
  position: absolute;
  bottom: 0;
  display: flex;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_date {
  width: 55%;
  text-align: left;
  font-size: 16px;
  color: #808080;
  line-height: 18px;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_readmore {
  width: 45%;
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  color: #808080;
}
@media (min-width: 768px) and (max-width: 959px) {
  section.related_ct_wrapper .ct_wrapper .ct_type {
    margin: 0.5rem 0;
    font-size: 14px;
  }
  section.related_ct_wrapper .ct_wrapper .ct_title {
    padding: 0.5rem 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
  section.related_ct_wrapper .ct_wrapper .ct_blurb,
  section.related_ct_wrapper .ct_wrapper .ct_blurb p {
    color: #808080;
    font-size: 14px;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer {
    width: calc(100% - 32px);
    margin: 0 0.8rem;
    padding: 1rem 0;
    position: absolute;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_date {
    width: 50%;
    text-align: left;
    font-size: 0.6rem;
    color: #808080;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_readmore {
    width: 50%;
    text-align: right;
    font-size: 0.6rem;
    color: #808080;
  }
  @media only screen
  and (min-device-width : 768px)
  and (max-device-width : 1024px)
  and (orientation : portrait) {
    section.related_ct_wrapper .rows_ct .ct_card {
      padding: 0 0 4.2rem 0;
      position: relative;
    }
    section.related_ct_wrapper .rows_ct .ct_card .ct_footer {
      flex-wrap: wrap;
    }
  }

}
@media (max-width: 767px) {
  section.related_ct_wrapper .rows_ct {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  section.related_ct_wrapper .rows_ct .ct_card {
    padding: 0 0 3rem 0;
    position: relative;
  }
  section.related_ct_wrapper .rows_ct .col-card-3 {
    width: calc(100%);
    margin: 0 0 1rem 0;
  }
  section.related_ct_wrapper .ct_wrapper {
    padding: 1rem 1rem 1.2rem 1rem;
  }
  section.related_ct_wrapper .ct_wrapper .ct_type {
    font-size: 14px;
    margin: 0.4rem 0;
  }
  section.related_ct_wrapper .ct_wrapper .ct_title {
    font-size: 18px;
    padding: 0.5rem 0 0.8rem 0
  }
  section.related_ct_wrapper .ct_wrapper .ct_blurb,
  section.related_ct_wrapper .ct_wrapper .ct_blurb p {
    color: #808080;
    font-size: 14px;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer {
    width: calc(100% - 32px);
    margin: 0 1rem;
    bottom: 0;
    display: flex;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_date {
    font-size: 14px;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_readmore {
    font-size: 14px;
  }
}
.related_ct_wrapper .media-youtube-video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.related_ct_wrapper .media-youtube-player {
  height: 100% !important;
  width: 100%;
}
.view.view-related-content {
  clear: both;
}

/*---css for relative content custom image start here---*/
section.related_ct_wrapper .rows_ct .ct_card .ct_image {
  padding: 28% 0;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_image img {
  position: absolute;
  left: 0;
  top: 0;
}
/*---css for relative content custom image end here---*/