/** panel title **/
.contentRender_name_plugins_nav_custom_related_content h3 {
    width: 100%;
    padding: 0;
    font-size: 38px;
    line-height: 1;
    font-family: 'Embedded-DINWebPro-Bold','DIN Next W01 Bold', Arial, sans-serif;
    color: #000;
    text-align: center;
    margin: .5em 0;
}

@media only screen and (max-width: 640px) {
  /* @T320515 - reduce title size on mobile */
  .contentRender_name_plugins_nav_custom_related_content h3 {
    font-size: 22px;
  }
}

.panel_custom_one_col.full-width .related-widgets-wrapper.row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.collections_template_custom_related_content {margin-bottom: 20px;}
.collections_template_custom_related_content.slider { position: relative; }
.collections_template_custom_related_content.slider .slides{opacity: 0;}
.collections_template_custom_related_content.slider .slides.slick-initialized{opacity: 1;}
.collections_template_custom_related_content .text_container { padding: 5px 18px; }
.collections_template_custom_related_content .text_container p { margin: 0; }
.collections_template_custom_related_content img { width: 100%; }
.collections_template_custom_related_content ul{}
.collections_template_custom_related_content li {text-indent: 0; padding: 0;}
.collections_template_custom_related_content li::before{display: none;}
.collections_template_custom_related_content [class*="block-grid-"] > li {
  padding-left: 0;
  padding-right: 0;
}
.collections_template_custom_related_content a,
.collections_template_custom_related_content a:active,
.collections_template_custom_related_content a:visited,
.collections_template_custom_related_content a:focus {color: inherit;}

.collections_template_custom_related_content .related-item:hover .text_container a {
  color: #ed3426;
}

.collections_template_custom_related_content .related-item:hover .links{
  bottom: 0;
}

.collections_template_custom_related_content .related-item:hover .links .link-item{
  -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
          transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

.collections_template_custom_related_content .image_container{
	position: relative;
  margin-bottom: 25px;
}
.collections_template_custom_related_content .image-int{
	position: relative;
	overflow: hidden;
}
.collections_template_custom_related_content .image-int a{
  /* @T226826 make image clickable in IE */
  display: block;
}
.collections_template_custom_related_content .image_container.video{
	cursor: pointer;
}
.collections_template_custom_related_content h4 {
  color: #000;
  font-size: 21px;
  line-height: 26px;
  padding: 0;
  margin: 0 0 10px;
  font-family: 'Embedded-DINWebPro-Bold','DIN Next W01 Bold', Arial, sans-serif;
}
.collections_template_custom_related_content h4 a {
  font-weight: normal;
}


.collections_template_custom_related_content .title{
  margin: 0 0 16px;
  padding: 14px 0 18px;
  font-size: 25px;
  line-height: 25px;
}
.collections_template_custom_related_content .play-button{
	position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  background-image: url(/includes/client_public/imageBox/icon-play.png);
  background-size: 100%;
  z-index: 10;

	/* removes the flicker when inside slick slider */
  -webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.collections_template_custom_related_content .date{
	font-size: 14px;
  margin-bottom: 8px;
  color: #9f9f9f;
}

/*********** slider *************/
.collections_template_custom_related_content .slick-slider { margin-bottom: 0; width: 100%; overflow: hidden;}
.collections_template_custom_related_content .related-nav-int{border-top: 1px solid #e1e1e1; padding: 15px 0 80px;}
.collections_template_custom_related_content button {
  position: absolute;
  top: 47%;
  z-index: 400;
  background: rgba(237,52,38,.7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  line-height: 60px;
  font-size: 30px;
  cursor: pointer;
}
/* @T302540 - adjust arrow positions for default style */
.collections_template_custom_related_content.display-default button {
  top: 45%;
}
.collections_template_custom_related_content button:before { content: ""; }
.collections_template_custom_related_content button.slick-disabled{opacity: .75;}
.collections_template_custom_related_content .arrow i {display: none;}

.collections_template_custom_related_content .slick-prev:hover,
.collections_template_custom_related_content .slick-prev:focus,
.collections_template_custom_related_content .slick-prev,
.collections_template_custom_related_content .slick-next:hover,
.collections_template_custom_related_content .slick-next:focus,
.collections_template_custom_related_content .slick-next {
  background: rgba(237,52,38,.7); color: #fff;
}

.collections_template_custom_related_content .slick-prev {
  left: 4px;
}
.collections_template_custom_related_content .slick-next {
  right: 4px;
}

/* @T302540 - adjust arrow positions for default style */
.collections_template_custom_related_content.display-default .slick-prev{left: 2px;}
.collections_template_custom_related_content.display-default .slick-next{right: 2px;}

.collections_template_custom_related_content .links{
	position: absolute;
	padding: 0 10.5px;
	bottom: -50px;
	right: 0px;
	height: 50px;
	display: block;
	z-index: 99;
	background: rgba(51,51,51,.85);
	-webkit-transition: bottom ease .6s;
          transition: bottom ease .6s;
}
.collections_template_custom_related_content .links .link-item{
	display: inline-block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: transform ease .7s;
          transition: transform ease .7s;
	transition-delay: .06s;
  -webkit-transform: translate(0,100%);
      -ms-transform: translate(0,100%);
          transform: translate(0,100%);
  -webkit-transform: translate3d(0,100%,0);
          transform: translate3d(0,100%,0);
}
.collections_template_custom_related_content  .links .pinterest{
	position: relative;
	width: 40px;
	background-image: url(/includes/client_public/icon-pin.png);
}
.collections_template_custom_related_content  .links .pinterest a,
/* T228661 - pinterest's javascript is converting these to spans sometimes */
.collections_template_custom_related_content  .links .pinterest span {
	display: block;
	width: 100% !important;
  height: 100% !important;
	opacity: 0;
	background-image: none !important;
}

.collections_template_custom_related_content .image-int .nav-labels {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

/* @T310942 display video icon for nav items w/ custom "Page Features Video" option selected  */
.collections_template_custom_related_content .image-int .video-label {
  background-color: rgba(140, 140, 140, 0.5);
  font-size: 14px;
  padding: 3px 3px 0 5px;
  text-transform: uppercase;
  line-height: 21px;
  margin-top: 10px;
  margin-right: 10px;
  color: #fff;
  border-radius: 1px;
}
.collections_template_custom_related_content .image-int .video-label i {
  margin-right: 5px;
}
/* fade-in "Video" label to avoid blink in slider */
.collections_template_custom_related_content .slick-slide .image-int .video-label {
  opacity: 0;
  transition: opacity .5s linear;
}
.collections_template_custom_related_content .slick-slide.slick-active .image-int .video-label {
  opacity: 0.9;
}

.collections_template_custom_related_content .related-item .tag {
  z-index: 10;
  padding: 3px 6px 1px;
  margin-top: 2px;
  background: #333;
  opacity: 0.5;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Embedded-DINWebPro', 'DIN Next W01 Regular', Arial, sans-serif;
  text-transform: uppercase;
}

/** no items **/
.collections_template_custom_related_content.no-slides .slick-track,
.collections_template_custom_related_content.no-slides .related-item{
  width: 100% !important;
}
.collections_template_custom_related_content.no-slides h4 {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.collections_template_custom_related_content.no-slides .arrow{
  opacity: .5;
}

/* Custom Related Content Styles: Event Display */
.related-widgets-wrapper .display-event {
  /* @T286353 fix for this style overflowing the container with its padding */
  overflow: hidden;
}

/* T250689: Custom Related Content Styles: Listing Display */

/* hide hover panes */
.collections_template_custom_related_content.display-listing.related-extra-large .related-item .image_container .hover-pane,
.collections_template_custom_related_content.display-listing .related-item .image_container .hover-pane {
  display: none;
}
.collections_template_custom_related_content.display-listing .related-item {
  position: relative;
  margin-bottom: 25px;
}
.collections_template_custom_related_content.display-listing .image_container {
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  height: auto;
}
.collections_template_custom_related_content.display-listing .tripadvisor {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 7;
  display: block;
  width: 136px;
  cursor: auto;
}
.collections_template_custom_related_content.display-listing .tripadvisor img {
  display: block;
  margin-bottom: -5px;
  width: auto;
}
.collections_template_custom_related_content.display-listing .tripadvisor small {
  padding: 3px;
  background: rgba(255,255,255, .35);
  color: #000;
  font-family: 'Embedded-DINWebPro-Bold', 'DIN Next W01 Bold', Arial, sans-serif;
  font-weight: normal;
  font-size: 9px;
}
.collections_template_custom_related_content.display-listing .text_container {
  position: absolute;
  bottom: 0;
  padding: 39px 0 0 67px;
  height: 164px;
  background-color: rgba(0,0,0, 0.59);
}
.collections_template_custom_related_content.display-listing .text_container h4 {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  vertical-align: top;
  font-size: 19px;
}
.collections_template_custom_related_content.display-listing .text_container p {
  position: absolute;
  top: 39px;
  right: 0;
  left: 41.6667%; /* 5 columns */
  max-width: 41.6667%; /* 5 columns */
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}
.collections_template_custom_related_content.display-listing .text_container .location,
.collections_template_custom_related_content.display-listing .text_container .date {
  display: block;
}
.collections_template_custom_related_content.display-listing .text_container .city {
  display: block;
  color: #9f9f9f; /* standard grey #505050 is not visible against the overlay */
  font-size: 14px;
  font-family: 'Embedded-DINWebPro-Medium', 'DIN Next W01 Medium', Arial, sans-serif;
}
.collections_template_custom_related_content.display-listing .text_container .city i {
  margin-right: 5px;
}
.collections_template_custom_related_content.display-listing .tripButtonContainer {
  position: relative;
  display: inline-block;
  width: 40px;
  background-position: 50% 20%;
  background-size: 125%;
  text-indent: -99999px;
  transform: none;
}
.collections_template_custom_related_content.display-listing .tripButtonContainer .tb-btn-add {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255, 0.3);
  background-image: url(/includes/client_public/briefcase3.png);
  background-position: -5px 0;
  background-size: 125%;
  background-repeat: no-repeat;
}
.collections_template_custom_related_content.display-listing .tripButtonContainer .tb-btn-view {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(237,52,38,.62);
  background-image: url(/includes/client_public/briefcase3.png);
  background-position: center;
  background-size: 125%;
  background-repeat: no-repeat;
}

/* @T310660 labels for Related Content Item styles - listing display */
.collections_template_custom_related_content.display-listing .related-item .labels {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.collections_template_custom_related_content.display-listing .related-item .labels img {
  position: relative;
  bottom: 0;
  vertical-align: bottom;
  width: auto;
}
.collections_template_custom_related_content.display-listing .related-item .labels .foodprints,
.collections_template_custom_related_content.display-listing .related-item .labels .foodprints-reversed { 
  height: 45px;
}
.collections_template_custom_related_content.display-listing .related-item .labels .foodprints-reversed {
  display: none;
}
.collections_template_custom_related_content.display-listing.related-trio .related-item .labels .foodprints {
  height: 35px;
}
.collections_template_custom_related_content.display-listing .related-item .labels .green {
  height: 30px;
}

@media only screen and (min-width: 1024px) {
  /* @T310660 display foodprints label for xl version of listings display */
  .collections_template_custom_related_content.display-listing.related-extra-large .related-item .labels {
    margin-right: 67px;
    text-align: center;
    width: 100px;
    margin-bottom: 80px;
    display: block;
  }
  .collections_template_custom_related_content.display-listing.related-extra-large .related-item .labels .foodprints-reversed {
    display: inline-block;
  }

  .collections_template_custom_related_content.display-listing.related-medium .related-item .labels .foodprints,
  .collections_template_custom_related_content.display-listing.related-large .related-item .labels .foodprints {
    height: 50px;
  }
  .collections_template_custom_related_content.display-listing.related-medium .related-item .labels .green,
  .collections_template_custom_related_content.display-listing.related-large .related-item .labels .green,
  .collections_template_custom_related_content.display-listing.related-trio .related-item .labels .green {
    height: auto;
  }
  .collections_template_custom_related_content.display-listing.related-trio .related-item .labels .foodprints {
    height: 45px;
  }
  .collections_template_custom_related_content.display-listing.related-extra-large .related-item .labels .foodprints,
  .collections_template_custom_related_content.display-listing.related-extra-large .related-item .labels .greentravel {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .collections_template_custom_related_content.display-listing.related-trio .related-item .labels .foodprints {
    height: 45px;
  }
}

/* @T310660 adjust position of labels div for IE only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .display-listing.collections_template_custom_related_content .related-item .labels .foodprints {
    margin-right: -12px;
  }
}

.collections_template_custom_related_content.display-listing .related-item .links {
  right: auto;
  bottom: 0;
  left: 67px;
  padding: 0;
  height: 40px;
  background-color: transparent;
}
.collections_template_custom_related_content.display-listing .related-item .links .link-item {
  vertical-align: top;
}
.collections_template_custom_related_content.display-listing.related-extra-large .related-item .links .link-item:first-child {
  margin-right: -2px;
}
.collections_template_custom_related_content.display-listing .related-item .links .link-item i,
.collections_template_custom_related_content.display-listing .related-item:hover .text_container a {
  color: #fff;
}
.collections_template_custom_related_content.display-listing .related-item .pinterest {
  background-image: none;
}
.collections_template_custom_related_content.display-listing .related-item .links .pinterest:before {
  display: inline-block;
  margin-right: 0.5em;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.collections_template_custom_related_content.display-listing .related-item .pinterest a {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.collections_template_custom_related_content.display-listing.related-extra-large .related-item .pinterest .fa-pinterest{
  margin-left: 4px;
}
.collections_template_custom_related_content.display-listing.related-extra-large .related-item .pinterest a {
   background-color: rgba(255,255,255, 0.3);
   opacity: 1;
}
.collections_template_custom_related_content.display-listing .related-item .pinterest i {
  display: inline-block;
}
.collections_template_custom_related_content.display-listing .related-item .pinterest span {
  display: block;
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  opacity: 0;
}
.collections_template_custom_related_content.display-listing .related-item .links,
.collections_template_custom_related_content.display-listing .related-item .pinterest,
.collections_template_custom_related_content.display-listing .related-item.links .link-item {
  transform: none;
}

/* read more */
.collections_template_custom_related_content .related-item .read-more {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: none;
  margin-right: 67px;
  padding: 13px 10px 11px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Embedded-DINWebPro-Bold', 'DIN Next W01 Bold', Arial, sans-serif;
  line-height: 16px;
}
.collections_template_custom_related_content.display-listing.related-extra-large .related-item .read-more {
  display: block;
}

/* Hiding elements introduced w/ listing display style for smallest variation */
.collections_template_custom_related_content.display-default .tripadvisor,
.collections_template_custom_related_content.display-default .text_container .city,
.collections_template_custom_related_content.display-default .text_container .date,
.collections_template_custom_related_content.display-default .text_container .location,
.collections_template_custom_related_content.display-default .links .tripButtonContainer,
.collections_template_custom_related_content.display-default .related-item .pinterest i,
.collections_template_custom_related_content.display-default .related-item .labels {
  display: none;
}

/* hover pane and gradient */

.collections_template_custom_related_content.display-listing .related-item .image_container .hover-pane {
  display: block;
}

.collections_template_custom_related_content.display-listing.related-extra-large [class*="block-grid-"] > li {
  padding-left: 18px;
  padding-right: 18px;
}

.collections_template_custom_related_content.display-listing.slider .slide {
  margin-left: 18px;
  margin-right: 18px;
}
.collections_template_custom_related_content.display-listing.slider.related-trio {
  margin-left: 0;
  margin-right: 0;
}
.collections_template_custom_related_content.display-listing.slider button {
  top: 53%;
}

.collections_template_custom_related_content.display-listing .hover-pane {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 5;
  padding: 55px 40px 40px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.64);
  cursor: pointer;
  -webkit-transition: right .3s ease;
          transition: right .3s ease;
}

/* Limit hover-pane to large breakpoints only */
@media only screen and (min-width: 1024px) {
  .collections_template_custom_related_content.display-listing .related-item:hover .hover-pane > * {
    right: 0 !important;
    -webkit-transition: right .6s ease;
    transition: right .6s ease;
  }
  .collections_template_custom_related_content.display-listing .related-item:hover .hover-pane {
    right: 0;
    -webkit-transition: right .5s ease;
            transition: right .5s ease;
  }
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane a > p {
  right: -60%;
  margin-bottom: 15px;
  color: #fff;
  font-weight: normal;
  font-size: 15.5px;
  line-height: 1.3;
  font-family: 'Embedded-DINWebPro-Medium', 'DIN Next W01 Medium', Arial, sans-serif;
  -webkit-transition-delay: .08s;
          transition-delay: .08s;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane .more {
  right: -60%;
  display: inline-block;
  clear: both;
  margin-bottom: 15px;
  color: #FFF;
  text-decoration: underline;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Embedded-DINWebPro-Medium', 'DIN Next W01 Medium', Arial, sans-serif;
  -webkit-transition-delay: .08s;
          transition-delay: .08s;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > * {
  position: relative;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .bottom-actions {
  position: absolute;
  right: -75%;
  bottom: 0;
  padding: 0;
  width: 100%;
  -webkit-transition-delay: .20s;
  transition-delay: .20s;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .bottom-actions .link-item {
  position: relative;
  float: right;
  margin-right: 1px;
  width: 60px;
  height: 52px;
  background-color: rgba(255,255,255,.3);
  background-position: center;
  background-repeat: no-repeat;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .bottom-actions .tripadvisor-btn {
  background-image: url(/includes/client_public/icon-ta-white.png);
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .bottom-actions .tripadvisor-btn a {
    display: block;
    height: 100%;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .bottom-actions .pinterest {
  background-image: url(/includes/client_public/icon-pin.png);
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .bottom-actions .tripButtonContainer {
  margin-top: 0;
  width: 60px;
  height: 52px;
  text-indent: -9999px;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .bottom-actions .tripButtonContainer .tb-btn-add {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.3);
  background-image: url(/includes/client_public/briefcase3.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .bottom-actions .tripButtonContainer .tb-btn-view {
  background-size: auto;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .price {
  right: -65%;
  color: #fff;
  font-size: 17px;
  font-family: 'Embedded-DINWebPro', 'DIN Next W01 Regular', Arial, sans-serif;
  cursor: default;
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .price .price-preprice,
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .price .price-postprice {
  font-size: 16px;
  font-family: 'Embedded-DINWebPro', 'DIN Next W01 Regular', Arial, sans-serif;
  line-height: 20px;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane > .price .price-pricelink {
  color: #fff;
  font-size: 16px;
  font-family:'Embedded-DINWebPro-Bold', 'DIN Next W01 Bold', Arial, sans-serif;
  line-height: 20px;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane a.price-pricelink:hover { text-decoration: underline; }
.collections_template_custom_related_content.display-listing .related-item .hover-pane .price-preprice { font-family:'Embedded-DINWebPro-Bold', 'DIN Next W01 Bold', Arial, sans-serif; }

.collections_template_custom_related_content.display-listing .related-item .hover-pane .booking {
  right: -70%;
  margin-bottom: .9375rem;
  -webkit-transition-delay: .16s;
  transition-delay: .16s;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane .booking-button {
  display: block;
  float: left;
  clear: both;
  margin-right: 5px;
  padding: 13px 10px 11px;
  border: 1px solid #ed3426;
  color: #ed3426;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Embedded-DINWebPro-Bold', 'DIN Next W01 Bold', Arial, sans-serif;
  line-height: 16px;
}
.collections_template_custom_related_content.display-listing .related-item .hover-pane .booking-button::after {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 5px;
  color: #ed3426;
  content: '\f105 ';
  font-weight: bold;
  font-family: "FontAwesome";
}
.collections_template_custom_related_content.display-listing .related-item .gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(transparent,transparent,transparent, #000000);
  background: -o-linear-gradient(transparent,transparent,transparent, #000000);
  background: -moz-linear-gradient(transparent,transparent,transparent, #000000);
  background: linear-gradient(transparent,transparent,transparent, #000000);
  opacity: 0.8;
}
.collections_template_custom_related_content.related-extra-large .related-item .gradient {
  display: none;
}

/* hide gradient and hover pane from small and xl variations */
.collections_template_custom_related_content.display-listing.related-small .gradient,
.collections_template_custom_related_content.display-listing.related-small .hover-pane,
.collections_template_custom_related_content.display-listing.related-extra-large .gradient,
.collections_template_custom_related_content.display-listing.related-extra-large .hover-pane {
  display: none;
}

/* Small, Medium and Large Variations */
.collections_template_custom_related_content.display-listing.related-small .related-item,
.collections_template_custom_related_content.display-listing.related-medium .related-item,
.collections_template_custom_related_content.display-listing.related-large .related-item {
  margin-bottom: 30px;
  border: 1px solid #d1d1d1;
}

.collections_template_custom_related_content.display-listing.related-small [class*="block-grid-"] > li,
.collections_template_custom_related_content.display-listing.related-medium [class*="block-grid-"] > li,
.collections_template_custom_related_content.display-listing.related-large [class*="block-grid-"] > li {
  padding-left: 18px;
  padding-right: 18px;
}

.collections_template_custom_related_content.display-listing.related-medium .related-item {
  margin-bottom: 15px;
}

.collections_template_custom_related_content.display-listing .image-int img,
    /* object fit - custom syntax for polyfill to provide support for object-fit property in IE and Safari **
     https://www.npmjs.com/package/object-fit-images
     -- Object fit: 'cover'; similar to the background-size property... Allows the image to fill the width and height of the box
     while maintaining its aspect ratio - the image is sometimes cropped to accomplish this.
     -- Object fit has five value settings: fill, contain, cover, none and scale-down
     -- to provide support for IE, the polyfill requires that we use custom css syntax when adding this property.
  */
.collections_template_custom_related_content.display-listing.related-small .image-int img,
.collections_template_custom_related_content.display-listing.related-medium .image-int img,
.collections_template_custom_related_content.display-listing.related-large .image-int img {
  font-family: 'object-fit: cover;';
  object-fit: cover;
}
.collections_template_custom_related_content.display-listing.related-small .text_container,
.collections_template_custom_related_content.display-listing.related-medium .text_container,
.collections_template_custom_related_content.display-listing.related-large .text_container {
  position: relative;
  bottom: 0;
  padding: 8px 15px 0px;
  min-height: 80px;
  height: auto;
  background-color: #fff;
}
.collections_template_custom_related_content.display-listing.related-small .text_container h4,
.collections_template_custom_related_content.display-listing.related-medium .text_container h4,
.collections_template_custom_related_content.display-listing.related-large .text_container h4 {
  color: #000;
  font-size: 22px;
  font-family: 'Embedded-DINWebPro', 'DIN Next W01 Regular', Arial, sans-serif;
}
.collections_template_custom_related_content.display-listing.related-small .text_container h4 a,
.collections_template_custom_related_content.display-listing.related-medium .text_container h4 a,
.collections_template_custom_related_content.display-listing.related-large .text_container h4 a {
  font-family: 'Embedded-DINWebPro-Medium', 'DIN Next W01 Medium', Arial, sans-serif;
}
.collections_template_custom_related_content.display-listing.related-small .text_container h4,
.collections_template_custom_related_content.display-listing.related-small .related-item:hover h4 a,
.collections_template_custom_related_content.display-listing.related-medium .text_container h4,
.collections_template_custom_related_content.display-listing.related-medium .related-item:hover h4 a,
.collections_template_custom_related_content.display-listing.related-large .text_container h4,
.collections_template_custom_related_content.display-listing.related-large .related-item:hover h4 a{
  color: #000;
}
.collections_template_custom_related_content.display-listing.related-small .text_container p,
.collections_template_custom_related_content.display-listing.related-small .image-int .links,
.collections_template_custom_related_content.display-listing.related-medium .text_container p,
.collections_template_custom_related_content.display-listing.related-medium .image-int .links,
.collections_template_custom_related_content.display-listing.related-large .text_container p,
.collections_template_custom_related_content.display-listing.related-large .image-int .links {
  display: none;
}

.collections_template_custom_related_content.display-listing.related-small.medium-6 [class*="block-grid-"] > li:nth-child(odd) {
  padding-bottom: 15px;
}

.collections_template_custom_related_content.display-listing.related-small.medium-6 .image-int img {
  height: 230px;
}


.collections_template_custom_related_content.display-listing.related-small .related-item.slide {
  margin: 0 18px 30px 18px;
}

/* Small Variation */
.collections_template_custom_related_content.display-listing.related-small .tripadvisor {
  z-index: 5;
}
.collections_template_custom_related_content.display-listing.related-small .text_container {
  position: relative;
  padding: 15px;
  height: auto;
}
.collections_template_custom_related_content.display-listing.related-small .related-item .hover-pane {
  padding: 15px;
}
.collections_template_custom_related_content.display-listing.related-small .related-item .hover-pane > .bottom-actions {
  width: 45px;
}
.collections_template_custom_related_content.display-listing.related-small .related-item .hover-pane > .bottom-actions .link-item {
  margin-top: 1px;
  margin-right: 0;
}
.collections_template_custom_related_content.display-listing.related-small .related-item .hover-pane > .bottom-actions .right:last-child .link-item {
  margin-bottom: 0;
}
.collections_template_custom_related_content.display-listing.related-small .related-item .hover-pane > .bottom-actions .tripButtonContainer,
.collections_template_custom_related_content.display-listing.related-small .related-item .hover-pane > .bottom-actions .link-item {
  width: 52px;
  height: 45px;
}

/* 3x1 (trio) Variation */

.collections_template_custom_related_content.display-listing.related-trio .related-item {
  border: 1px solid #d1d1d1;
  margin: 0 18px 30px 18px;
}
.collections_template_custom_related_content.display-listing.related-trio .tripadvisor {
  z-index: 2;
}
.collections_template_custom_related_content.display-listing.related-trio .related-item .links,
.collections_template_custom_related_content.display-listing.related-trio .related-item .read-more,
.collections_template_custom_related_content.display-listing.related-trio .text_container p {
  display: none;
}
.collections_template_custom_related_content.display-listing.related-trio .related-item h4,
.collections_template_custom_related_content.display-listing.related-trio .related-item:hover h4 a {
  color: #000;
}
.collections_template_custom_related_content.display-listing.related-trio .text_container {
  position: relative;
  padding: 15px;
  height: auto;
  color: #000;
  background-color: transparent;
}
.collections_template_custom_related_content.display-listing.related-trio .related-item .hover-pane {
  padding: 15px;
}
.collections_template_custom_related_content.display-listing.related-trio .related-item .hover-pane > .bottom-actions {
  width: 45px;
}
.collections_template_custom_related_content.display-listing.related-trio .related-item .hover-pane > .bottom-actions .link-item {
  margin-top: 1px;
  margin-right: 0;
}
.collections_template_custom_related_content.display-listing.related-trio .related-item .hover-pane > .bottom-actions .right:last-child .link-item {
  margin-bottom: 0;
}
.collections_template_custom_related_content.display-listing.related-trio .related-item .hover-pane > .bottom-actions .tripButtonContainer,
.collections_template_custom_related_content.display-listing.related-trio .related-item .hover-pane > .bottom-actions .link-item {
  width: 52px;
  height: 45px;
}

@media only screen and (min-width: 1025px) {
  /* Listing Display - 4x1 */
  .collections_template_custom_related_content.display-listing.related-quad .related-item .hover-pane .more,
  .collections_template_custom_related_content.display-listing.related-quad .related-item .hover-pane a > p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .collections_template_custom_related_content.display-listing.related-quad .related-item .hover-pane .booking-button {
    padding: 10px 7px;
  }
  .collections_template_custom_related_content.display-listing.related-quad .related-item .price {
    display: none;
  }
}

@media only screen and (min-width: 641px) {
  .collections_template_custom_related_content.display-listing.related-large [class*="block-grid-"] > li {
    padding-bottom: 20px;
  }
  .collections_template_custom_related_content.display-listing.related-medium [class*="block-grid-"] > li {
    padding-bottom: 15px;
  }
  .collections_template_custom_related_content.display-listing.related-small [class*="block-grid-"] > li {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .collections_template_custom_related_content.display-listing.related-small .gradient,
  .collections_template_custom_related_content.display-listing.related-small .hover-pane {
    display: none;
  }
  .collections_template_custom_related_content.display-listing .related-item {
    border: 1px solid #d1d1d1;
  }
  .collections_template_custom_related_content.display-listing.related-small.medium-6 [class*="block-grid-"] > li {
    width: 100%;
  }
  .collections_template_custom_related_content.display-listing.related-extra-large .image-int a img {
      /* object fit - custom syntax for polyfill to provide support for object-fit property in IE and Safari **
     https://www.npmjs.com/package/object-fit-images
     -- Object fit: 'cover'; similar to the background-size property... Allows the image to fill the width and height of the box
     while maintaining its aspect ratio - the image is sometimes cropped to accomplish this.
     -- Object fit has five value settings: fill, contain, cover, none and scale-down
     -- to provide support for IE, the polyfill requires that we use custom css syntax when adding this property.
  */
    font-family: 'object-fit: cover;';
    object-fit: cover;
  }
  .collections_template_custom_related_content.display-listing .tripadvisor {
    width: 91px;
    height: 21px;
  }
  .collections_template_custom_related_content.display-listing.related-small .related-item .text_container h4 {
    max-width: none;
  }
  .collections_template_custom_related_content.display-listing .related-item .text_container h4,
  .collections_template_custom_related_content.display-listing.related-extra-large .related-item:hover .text_container a {
    display: block;
    color: #000;
  }
  .collections_template_custom_related_content.display-listing.related-extra-large .related-item .read-more,
  .collections_template_custom_related_content.display-listing.related-extra-large .related-item:hover a.read-more {
    display: none;
  }
  .collections_template_custom_related_content.display-listing .text_container .city {
    color: #9f9f9f;
  }
  .collections_template_custom_related_content.display-listing .text_container p,
  .collections_template_custom_related_content.display-listing .links .link-item {
    display: none;
  }
  .collections_template_custom_related_content.display-listing .text_container {
    position: relative;
    padding: 15px;
    height: auto;
    background-color: #fff;
  }
  .collections_template_custom_related_content.display-listing.slider.related-extra-large {
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  .collections_template_custom_related_content.display-listing.display-listing [class*="block-grid-"] > li {
    padding-left: 0;
    padding-right: 0;
  }
  
  .collections_template_custom_related_content.display-listing .related-item {
    padding: 0;
  }
  /* @T310660 add padding-bottom to mobile related items w/ labels */
  .collections_template_custom_related_content.display-listing .related-item.hasLabel {
    padding-bottom: 30px;
  }
  .collections_template_custom_related_content.display-listing .tripadvisor {
    position: absolute;
    top: 15px;
    left: 15px;
    width: auto;
  }
  .collections_template_custom_related_content.display-listing.related-medium .related-item {
    margin-bottom: 30px;
  }
  .collections_template_custom_related_content.display-listing .image-int a img {
    height: auto;
  }
  .collections_template_custom_related_content.display-listing.related-small.medium-6 .image-int img {
    width: 100%;
  }
  .collections_template_custom_related_content.display-listing .related-item .text_container h4 {
    max-width:  none;
    font-size: 18px;
    line-height: 20px;
  }
  .collections_template_custom_related_content.display-listing .text_container span {
    line-height: 16px;
  }
  .collections_template_custom_related_content.display-listing .tripadvisor small {
    padding: 3px;
    background: rgba(255,255,255, .35);
    color: #000;
    font-family: 'Embedded-DINWebPro-Bold', 'DIN Next W01 Bold', Arial, sans-serif;
    font-weight: normal;
    font-size: 9px;
  }
  .collections_template_custom_related_content.display-listing.slider .slide {
    margin-left: 0;
    margin-right: 0;
  }
  .collections_template_custom_related_content.display-listing.slider .slides {
    padding: 18px;
  }
  .collections_template_custom_related_content.display-listing.related-trio .related-item,
  .collections_template_custom_related_content.display-listing.related-trio .slides .related-item {
    margin: 0 0 30px 0;
  }
  .collections_template_custom_related_content.display-listing.related-small .related-item.slide {
    margin-left: 0;
    margin-right: 0;
  }

}

/*  T241137 - Custom Related Content: Topic Display */

.collections_template_custom_related_content.display-topic .related-item.has-link {
  cursor: pointer;
}
/* Hide discover link by default */
.collections_template_custom_related_content .discover_topic_display {
  display: none;
}
.collections_template_custom_related_content.display-topic .related-item .discover_topic_display {
  display: none;
}
.collections_template_custom_related_content.display-topic .image_container img {
  /* object fit - custom syntax for polyfill to provide support for object-fit property in IE and Safari **
     https://www.npmjs.com/package/object-fit-images
     -- Object fit: 'cover'; similar to the background-size property... Allows the image to fill the width and height of the box
     while maintaining its aspect ratio - the image is sometimes cropped to accomplish this.
     -- Object fit has five value settings: fill, contain, cover, none and scale-down
     -- to provide support for IE, the polyfill requires that we use custom css syntax when adding this property.
  */
  font-family: 'object-fit: cover;';
  object-fit: cover;
}
.collections_template_custom_related_content.display-topic ul {
  list-style-type: none;
}
.collections_template_custom_related_content.display-topic .text_container h4 {
  text-align: center;
}
.collections_template_custom_related_content.display-topic .text_container p {
  color: #505050;
}

/* XL Display */
.collections_template_custom_related_content.display-topic.related-extra-large img {
  height: 612px;
}
.collections_template_custom_related_content.display-topic.related-extra-large .image_container {
  margin-bottom: 37px;
}
.collections_template_custom_related_content.display-topic.related-extra-large .text_container h4 {
  margin-bottom: 38px;
  font-size: 44px;
  line-height: 48px;
}
.collections_template_custom_related_content.display-topic.related-extra-large .text_container p {
  margin: 0 auto;
  max-width: 66.66667%;
  font-size: 14px;
  line-height: 19px;
}


/* Medium & Large Display */
.collections_template_custom_related_content.display-topic.related-medium .related-item {
  margin-bottom: 20px;
}
.collections_template_custom_related_content.display-topic.related-medium ul .image_container,
.collections_template_custom_related_content.display-topic.related-large ul .image_container {
  margin-bottom: 17px;
}
.collections_template_custom_related_content.display-topic.related-medium .image_container img,
.collections_template_custom_related_content.display-topic.related-large .image_container img {
  height: 360px;
}
.collections_template_custom_related_content.display-topic.related-medium h4,
.collections_template_custom_related_content.display-topic.related-large h4 {
  margin-bottom: 7px;
  font-size: 32px;
  line-height: 48px;
}
.collections_template_custom_related_content.display-topic.related-medium ul p,
.collections_template_custom_related_content.display-topic.related-large ul p {
  margin: 0 auto;
  max-width: 451px;
}

/* @277258 medium topic display with slider */
.collections_template_custom_related_content.display-topic.related-medium .slick-prev {
  left: 2px;
}
.collections_template_custom_related_content.display-topic.related-medium .slick-next {
  right: 2px;
}


/* Small Display */
.collections_template_custom_related_content.display-topic.related-small .image_container {
  margin-bottom: 17px;
}
.collections_template_custom_related_content.display-topic.related-small .image_container img {
  height: 300px;
}
.collections_template_custom_related_content.display-topic.related-small .text_container h4 {
  margin-bottom: 7px;
  font-size: 28px;
  line-height: 1.2;
}
.collections_template_custom_related_content.display-topic.related-small .text_container p {
  max-width: 100%;
  line-height: 19px;
}
.collections_template_custom_related_content.display-topic.related-small.slider .slick-prev,
.collections_template_custom_related_content.display-topic.related-small.slider .slick-next {
  top: 40%;
}

/* Small Display - No Image */
.collections_template_custom_related_content.display-topic.related-small-noImage ul .related-item {
  position: relative;
  width: 91%;
  margin: 0 auto;
  height: 272px;
  background-color: #f9f9f9;
  cursor: pointer;
}
.collections_template_custom_related_content.display-topic.related-small-noImage .related-item .text_container {
  padding: 36px 32px;
}
.collections_template_custom_related_content.display-topic.related-small-noImage h4 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 36px;
}
.collections_template_custom_related_content.display-topic.related-small-noImage .related-item:hover .text_container h4 a {
  color: inherit;
}
.collections_template_custom_related_content.display-topic.related-small-noImage p {
  margin: 0 auto;
  max-width: 206px;
  font-size: 14px;
  line-height: 19px;
}
.collections_template_custom_related_content.display-topic.related-small-noImage .discover_topic_display {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: block;
  width: 100%;
  color: #ec3425;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  line-height: 18px;
}
.collections_template_custom_related_content.display-topic.related-small-noImage .related-item.active {
  background-color: #e8e8e8;
  cursor: default;
}
/* @277258 small no image topic display with slider */
.collections_template_custom_related_content.display-topic.related-small-noImage .slick-prev {
  left: 2px;
}
.collections_template_custom_related_content.display-topic.related-small-noImage .slick-next {
  right: 2px;
}

@media only screen and (max-width: 1024px) {
  /* XL Display */
  .collections_template_custom_related_content.display-topic.related-extra-large ul .image_container {
    margin-bottom: 19px;
  }
  .collections_template_custom_related_content.display-topic.related-extra-large .image_container img {
    height: 348px;
  }
  .collections_template_custom_related_content.display-topic.related-extra-large .text_container h4 {
    margin-bottom: 17px;
    font-size: 44px;
    line-height: 48px;
  }
  /* @277258 large topic display with slider */
  .collections_template_custom_related_content.display-topic.related-extra-large .slick-prev,
  .collections_template_custom_related_content.display-topic.related-extra-large .slick-next {
    top: 39%;
  }
  /* Large & Medium Displays */
  .collections_template_custom_related_content.display-topic.related-medium .related-item,
  .collections_template_custom_related_content.display-topic.related-large .related-item,
  .collections_template_custom_related_content.display-topic.related-quad .related-item  {
    margin-bottom: 32px;
  }
  .collections_template_custom_related_content.display-topic.related-medium .image_container,
  .collections_template_custom_related_content.display-topic.related-large .image_container {
    margin-bottom: 17px;
  }
  .collections_template_custom_related_content.display-topic.related-medium .image_container img,
  .collections_template_custom_related_content.display-topic.related-large .image_container img {
    height: 289px;
  }
  .collections_template_custom_related_content.display-topic.related-medium .text_container h4,
  .collections_template_custom_related_content.display-topic.related-large .text_container h4 {
    margin-bottom: 7px;
    font-size: 32px;
    line-height: 1.3;
  }
  /* @T331189 Topic Display - 4x1 */
  .collections_template_custom_related_content.display-topic.related-quad .text_container h4 {
    font-size: 28px;
    margin-bottom: 13px;
  }
  .collections_template_custom_related_content.display-topic.related-medium .text_container p,
  .collections_template_custom_related_content.display-topic.related-large .text_container p,
  .collections_template_custom_related_content.display-topic.related-quad .text_container p {
    margin: 0 auto;
    max-width: 66.67%;
    font-size: 14px;
    line-height: 19px;
  }
  .collections_template_custom_related_content.display-topic.related-quad .text_container p {
    max-width: 100%;
  }
  /* @277258 large topic display with slider */
  .collections_template_custom_related_content.display-topic.related-large .slick-prev,
  .collections_template_custom_related_content.display-topic.related-large .slick-next {
    top: 39%;
  }
  /* Medium Display */
  .collections_template_custom_related_content.display-topic.related-medium {
    width: 100%;
  }
  /* @277258 Medium topic display with slider */
  .collections_template_custom_related_content.display-topic.related-medium .slick-prev,
  .collections_template_custom_related_content.display-topic.related-medium .slick-next {
    top: 44%;
  }
  /* Small Display */
  .collections_template_custom_related_content.display-topic.related-small .related-item {
    position: relative;
    margin-bottom: 20px;
    min-height: 296px;
  }
  .collections_template_custom_related_content.display-topic.related-small ul .image_container {
    margin-bottom: 16px;
  }
  .collections_template_custom_related_content.display-topic.related-small .image_container img {
    height: 175px;
  }
  .collections_template_custom_related_content.display-topic.related-small .text_container h4 {
    margin: 0;
    margin-bottom: 13px;
    font-size: 24px;
  }
  .collections_template_custom_related_content.display-topic.related-small .text_container p {
    margin: 0 auto;
    max-width: 89%;
    font-size: 14px;
    line-height: 19px;
  }
  /* @277258 small topic display with slider */
  .collections_template_custom_related_content.display-topic.related-small.slider  .slick-prev,
  .collections_template_custom_related_content.display-topic.related-small.slider  .slick-next {
    top: 44%;
  }
  /* Small Display No Image */
  .collections_template_custom_related_content.display-topic.related-small-noImage ul {
    text-align: center;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage li {
    float: none;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage ul .related-item {
    margin-bottom: 8%;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage .text_container h4 {
    margin-bottom: 13px;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage .discover_topic_display {
    bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
   /* XL Display */
  .collections_template_custom_related_content.display-topic.related-extra-large .related-item {
    padding: 0;
  }
  .collections_template_custom_related_content.display-topic.related-extra-large ul .image_container {
    margin-bottom: 19px;
  }
  .collections_template_custom_related_content.display-topic.related-extra-large .image_container img {
    height: 321px;
  }
  .collections_template_custom_related_content.display-topic.related-quad ul > li {
    padding: 0 18px;
  }
  .collections_template_custom_related_content.display-topic.related-quad .image_container {
    margin-bottom: 17px;
  }
  .collections_template_custom_related_content.display-topic.related-quad .image_container img {
    height: 276px;
  }
  .collections_template_custom_related_content.display-topic.related-extra-large .text_container h4 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 42px
  }
  .collections_template_custom_related_content.display-topic.related-extra-large .text_container p {
    max-width: none;
  }

  /* Large & Medium Displays */
  .collections_template_custom_related_content.display-topic .related-item {
    padding: 0;
  }
  .collections_template_custom_related_content.display-topic.slider .related-item {
    padding: 0 18px;
  }
  .collections_template_custom_related_content.display-topic.related-large ul,
  .collections_template_custom_related_content.display-topic.related-medium ul {
    margin: 0;
    padding: 0;
  }
  .collections_template_custom_related_content.display-topic.related-large .image_container,
  .collections_template_custom_related_content.display-topic.related-medium .image_container {
    margin-bottom: 14px;
    padding: 0;
  }
  .collections_template_custom_related_content.display-topic.related-large .image_container img,
  .collections_template_custom_related_content.display-topic.related-medium .image_container img {
    height: 276px;
  }
  .collections_template_custom_related_content.display-topic.related-large .text_container h4,
  .collections_template_custom_related_content.display-topic.related-medium .text_container h4 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 42px;
  }
  /* Small Display */
  .collections_template_custom_related_content.display-topic.related-small .related-item {
    height: auto;
  }
  .collections_template_custom_related_content.display-topic.related-small ul {
    margin: 0;
  }
  .collections_template_custom_related_content.display-topic.related-small ul .image_container {
    padding: 0;
  }
  .collections_template_custom_related_content.display-topic.related-small .image_container img {
    height: 276px;
  }

  /* Small Display No Image */
  .collections_template_custom_related_content.display-topic.related-small-noImage {
    padding: 0 18px;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage ul .related-item {
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage .related-item .text_container {
    padding-bottom: 75px;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage .text_container h4 {
    font-size: 38px;
    line-height: 42px;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage .discover_topic_display {
    bottom: 35px;
  }
}

/* T241078 - Custom Related Content: Article Display */

.collections_template_custom_related_content.display-article .read_more_article_display {
  display: none;
}
.collections_template_custom_related_content.display-article .text_container {
  padding-top: 0;
  padding-bottom: 0;
}
.collections_template_custom_related_content.display-article .related-item:hover .text_container h4 a {
  text-decoration: underline;
}
.collections_template_custom_related_content .related-item.has-link {
  cursor: pointer;
}

/* Xl Display */
.collections_template_custom_related_content.display-article .image_container {
  margin-bottom: 11px;
}
.collections_template_custom_related_content.display-article .text_container h4 {
  margin-bottom: 6px;
  font-size: 32px;
  line-height: 41px;
}
.collections_template_custom_related_content.display-article .text_container p {
  font-size: 14px;
  line-height: 20px;
}
.collections_template_custom_related_content.display-article.related-extra-large .text_container p,
.collections_template_custom_related_content.display-article.related-extra-large .text_container h4 {
  max-width: 58.33333%; /* 7 columns */
}

/* 3x1 Display */
@media only screen and (min-width: 641px) {
  .collections_template_custom_related_content.display-article.related-trio .related-item {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .collections_template_custom_related_content.display-article.related-trio.slider .slick-next,
  .collections_template_custom_related_content.display-article.related-trio.slider .slick-prev {
    top: 33%;
  }
}

@media only screen and (max-width: 640px) {
  .collections_template_custom_related_content.display-article.related-trio.slider .slick-next,
  .collections_template_custom_related_content.display-article.related-trio.slider .slick-prev {
    top: 49%;
  }
}

/* Small Display */
.collections_template_custom_related_content.display-article.related-small .image_container,
.collections_template_custom_related_content.display-article.related-small .text_container {
  padding: 0;
}
.collections_template_custom_related_content.display-article.related-small .image_container {
  margin-bottom: 8px;
}
.collections_template_custom_related_content.display-article.related-small .text_container h4 {
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 36px;
}


@media only screen and (min-width: 641px) {
  .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"] {
    margin: 0;
  }
  /* Left Column */
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small {
    padding-right: .8rem;
  }
  /* first related item */
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"] > li:nth-child(odd) {
    padding-right: .8rem;
  }
  /* second related item */
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"] > li:nth-child(even) {
    padding-left: .8rem;
  }

  /* Right Column */
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small {
    padding-left: .8rem;
  }
  /* first related item */
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"] > li:nth-child(even) {
    padding-left: .8rem;
  }
  /* second related item */
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"] > li:nth-child(odd) {
    padding-right: .8rem;
  }
}

@media only screen and (max-width: 640px) {
  .collections_template_custom_related_content.display-article.related-small .slick-prev.slick-prev,
  .collections_template_custom_related_content.display-article.related-small .slick-next.slick-next {
    top: 56%;
  }
}

/* Small Display Text Only  */
.collections_template_custom_related_content.display-article.related-small-noImage {
  min-height: 245px;
}
.collections_template_custom_related_content.display-article.related-small-noImage .read_more_article_display {
  display: inline;
  margin-top: 15px;
}
.collections_template_custom_related_content.display-article.related-small-noImage .image_container,
.collections_template_custom_related_content.display-article.related-small-noImage .text_container {
  padding: 0;
}
.collections_template_custom_related_content.display-article.related-small-noImage .text_container:first-child {
  padding-top: 20px;
}
.collections_template_custom_related_content.display-article.related-small-noImage .text_container h4 {
  font-size: 28px;
  line-height: 36px;
}
.collections_template_custom_related_content.display-article.related-small-noImage .text_container:first-child .read_more_article_display {
  display: inline-block;
  color: #ed3426;
  text-decoration: underline;
  font-family: 'Embedded-DINWebPro-Bold', 'DIN Next W01 Bold', Arial, sans-serif;
  font-weight: normal;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .collections_template_custom_related_content.display-article.related-small .image_container {
    margin-bottom: 11px;
  }
  .collections_template_custom_related_content.display-article.related-small .text_container h4,
  .collections_template_custom_related_content.display-article.related-medium .text_container h4 {
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 640px) {
  .collections_template_custom_related_content.display-listing [class*="block-grid-"] {
    margin: inherit;
  }
  .collections_template_custom_related_content.display-listing .related-item .text_container {
    min-height: 0;
    padding: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .collections_template_custom_related_content.display-article.related-small .text_container h4,
  .collections_template_custom_related_content.display-article.related-small-noImage .text_container h4,
  .collections_template_custom_related_content.display-article .text_container h4 {
    font-size: 24px;
    line-height: 21px;
  }
  .collections_template_custom_related_content.display-article .text_container p {
    font-size: 12px;
    line-height: 15px;
  }
  .collections_template_custom_related_content.display-article.related-small-noImage .read_more_article_display {
    margin-top: 11px;
  }

  .collections_template_custom_related_content.display-article.related-small-noImage,
  .collections_template_custom_related_content.display-article.related-small,
  .collections_template_custom_related_content.display-article.related-medium,
  .collections_template_custom_related_content.display-article.related-large,
  .collections_template_custom_related_content.display-article.related-extra-large {
    width: 100%;
  }
  .collections_template_custom_related_content.display-article.related-extra-large .text_container p,
  .collections_template_custom_related_content.display-article.related-extra-large .text_container h4 {
    max-width: 100%;
  }
}

/* ========================================== */


/*  T241137 - Custom Related Content: Topic Display */

.collections_template_custom_related_content.display-topic .related-item.has-link {
  cursor: pointer;
}
/* Hide discover link by default */
.collections_template_custom_related_content .discover_topic_display {
  display: none;
}
.collections_template_custom_related_content.display-topic .related-item .discover_topic_display {
  display: none;
}
.collections_template_custom_related_content.display-topic ul {
  list-style-type: none;
}
.collections_template_custom_related_content.display-topic .text_container h4 {
  text-align: center;
}

/* XL Display */
.panel_custom_one_col.full-width .collections_template_custom_related_content.display-topic.related-extra-large ul {
  margin: 0;
}
.collections_template_custom_related_content.display-topic.related-extra-large img {
  height: 612px;
}
.collections_template_custom_related_content.display-topic.related-extra-large .image_container {
  margin-bottom: 37px;
}

/* @T241137 - Wrap text_container in grid dimensions
* - foundation grid classes "columns" and "row" are being overridden here to support the full-width layout */
.collections_template_custom_related_content.display-topic.related-extra-large .text_container {
  padding: 0 18px;
  max-width: 1236px;
  float: none;
  margin: 0 auto;
}

.collections_template_custom_related_content.display-topic.related-extra-large .text_container h4 {
  margin-bottom: 38px;
  font-size: 44px;
  line-height: 48px;
}

/* Medium & Large Display */
.collections_template_custom_related_content.display-topic.related-medium .related-item {
  margin-bottom: 20px;
}
.collections_template_custom_related_content.display-topic.related-medium ul .image_container,
.collections_template_custom_related_content.display-topic.related-large ul .image_container,
.collections_template_custom_related_content.display-topic.related-quad ul .image_container {
  margin-bottom: 17px;
}
.collections_template_custom_related_content.display-topic.related-medium .image_container img,
.collections_template_custom_related_content.display-topic.related-large .image_container img {
  height: 360px;
}
.collections_template_custom_related_content.display-topic.related-medium ul h4,
.collections_template_custom_related_content.display-topic.related-large ul h4 {
  margin-bottom: 7px;
  font-size: 32px;
  line-height: 48px;
}

/* Small Display */
.collections_template_custom_related_content.display-topic.related-small .image_container {
  margin-bottom: 17px;
}
.collections_template_custom_related_content.display-topic.related-small .image_container img {
  height: 300px;
}

/* Small Display - No Image */
.collections_template_custom_related_content.display-topic.related-small-noImage ul .related-item {
  position: relative;
  width: 91%;
  margin: 0 auto;
  height: 272px;
  background-color: #f9f9f9;
  cursor: pointer;
}
.collections_template_custom_related_content.display-topic.related-small-noImage .related-item .text_container {
  padding: 36px 32px;
}
.collections_template_custom_related_content.display-topic.related-small-noImage h4 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 36px;
}
.collections_template_custom_related_content.display-topic.related-small-noImage .related-item:hover .text_container h4 a {
  color: inherit;
}
.collections_template_custom_related_content.display-topic.related-small-noImage .discover_topic_display {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: block;
  width: 100%;
  color: #ec3425;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  line-height: 18px;
}
.collections_template_custom_related_content.display-topic.related-small-noImage .related-item.active {
  background-color: #e8e8e8;
  cursor: default;
}

@media only screen and (max-width: 1024px) {
  /* XL Display */
  .collections_template_custom_related_content.display-topic.related-extra-large ul .image_container {
    margin-bottom: 19px;
  }
  .collections_template_custom_related_content.display-topic.related-extra-large .image_container img {
    height: 348px;
  }
  .collections_template_custom_related_content.display-topic.related-extra-large .text_container {
    padding: 0 30px;
  }
  .collections_template_custom_related_content.display-topic.related-extra-large .text_container h4 {
    margin-bottom: 17px;
    font-size: 44px;
    line-height: 48px;
  }
  /* Large & Medium Displays */
  .collections_template_custom_related_content.display-topic.related-medium .related-item,
  .collections_template_custom_related_content.display-topic.related-large .related-item {
    margin-bottom: 32px;
  }
  .collections_template_custom_related_content.display-topic.related-medium .image_container,
  .collections_template_custom_related_content.display-topic.related-large .image_container {
    margin-bottom: 17px;
  }
  .collections_template_custom_related_content.display-topic.related-medium .image_container img,
  .collections_template_custom_related_content.display-topic.related-large .image_container img {
    height: 289px;
  }

  /* Medium Display */
  .collections_template_custom_related_content.display-topic.related-medium {
    width: 100%;
  }
  /* Small Display */
  .collections_template_custom_related_content.display-topic.related-small .related-item {
    position: relative;
    margin-bottom: 20px;
    min-height: 296px;
  }
  .collections_template_custom_related_content.display-topic.related-small ul .image_container {
    margin-bottom: 16px;
  }
  .collections_template_custom_related_content.display-topic.related-small .image_container img {
    height: 175px;
  }
  /* Small Display No Image */
  .collections_template_custom_related_content.display-topic.related-small-noImage ul {
    text-align: center;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage li {
    float: none;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage ul .related-item {
    margin-bottom: 8%;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage .text_container h4 {
    margin-bottom: 13px;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage .discover_topic_display {
    bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
   /* XL Display */
  .collections_template_custom_related_content.display-topic.related-extra-large .related-item {
    padding: 0;
  }
  .collections_template_custom_related_content.display-topic.related-extra-large ul .image_container {
    margin-bottom: 19px;
  }
  .collections_template_custom_related_content.display-topic.related-extra-large .image_container img {
    height: 321px;
  }
  .collections_template_custom_related_content.display-topic.related-extra-large .text_container h4 {
    max-width: 83.333333333%;
    margin: 0 auto 15px auto;
    font-size: 19px; /* @T320515 - corrected mobile sizes (specs were provided as 2x for retina) */
    line-height: 21px
  }
  .collections_template_custom_related_content.display-topic.related-extra-large .text_container {
    padding: 0 18px;
  }
  /* Large & Medium Displays */
  .collections_template_custom_related_content.display-topic.related-large ul,
  .collections_template_custom_related_content.display-topic.related-medium ul {
    margin: 0;
    padding: 0;
  }
  .collections_template_custom_related_content.display-topic.related-large .image_container,
  .collections_template_custom_related_content.display-topic.related-medium .image_container {
    margin-bottom: 14px;
    padding: 0;
  }
  .collections_template_custom_related_content.display-topic.related-large .image_container img,
  .collections_template_custom_related_content.display-topic.related-medium .image_container img {
    height: 276px;
  }
  .collections_template_custom_related_content.display-topic.related-large .text_container h4,
  .collections_template_custom_related_content.display-topic.related-medium .text_container h4,
  .collections_template_custom_related_content.display-topic.related-quad .text_container h4 {
    margin-bottom: 15px;
    font-size: 19px; /* @T320515 - corrected mobile sizes (specs were provided as 2x for retina) */
    line-height: 21px;
  }
  .collections_template_custom_related_content.display-topic.related-large .text_container p,
  .collections_template_custom_related_content.display-topic.related-medium .text_container p,
  .collections_template_custom_related_content.display-topic.related-quad .text_container p {
    max-width: 100%;
  }
  /* Small Display */
  .collections_template_custom_related_content.display-topic.related-small .related-item {
    height: auto;
  }
  .collections_template_custom_related_content.display-topic.related-small ul {
    margin: 0;
  }
  .collections_template_custom_related_content.display-topic.related-small ul .image_container {
    padding: 0;
  }
  /* @T320515 - added missing mobile sizes for this style */
  .collections_template_custom_related_content.display-topic.related-small .text_container h4 {
      font-size: 19px;
      line-height: 21px;
  }
  .collections_template_custom_related_content.display-topic.related-small .image_container img {
    height: 276px;
  }
  .collections_template_custom_related_content.display-topic.related-small .text_container p  {
    max-width: 100%;
  }

  /* Small Display No Image */
  .collections_template_custom_related_content.display-topic.related-small-noImage {
    padding: 0 18px;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage ul .related-item {
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage .related-item .text_container {
    padding-bottom: 75px;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage .text_container h4 {
    font-size: 38px;
    line-height: 42px;
  }
  .collections_template_custom_related_content.display-topic.related-small-noImage .discover_topic_display {
    bottom: 35px;
  }
}

/* T241078 - Custom Related Content: Article Display */

.collections_template_custom_related_content.display-article .image_container img {
/* object fit - custom syntax for polyfill to provide support for object-fit property in IE and Safari **
   https://www.npmjs.com/package/object-fit-images
   -- Object fit: 'cover'; similar to the background-size property... Allows the image to fill the width and height of the box
   while maintaining its aspect ratio - the image is sometimes cropped to accomplish this.
   -- Object fit has five value settings: fill, contain, cover, none and scale-down
   -- to provide support for IE, the polyfill requires that we use custom css syntax when adding this property.
*/
  font-family: 'object-fit: cover;';
  object-fit: cover;
}

/* Xl Display */

.collections_template_custom_related_content.display-article .image_container {
  margin-bottom: 11px;
}
.collections_template_custom_related_content.display-article .text_container h4 {
  margin-bottom: 6px;
  font-size: 32px;
  line-height: 41px;
}
.collections_template_custom_related_content.display-article .text_container p {
  font-size: 14px;
  line-height: 20px;
}
.collections_template_custom_related_content.display-article.related-extra-large .text_container p,
.collections_template_custom_related_content.display-article.related-extra-large .text_container h4 {
  max-width: 58.33333%; /* 7 columns */
}

/* Large display with sliders */
/* When there is an odd number of slides, we have to make some crazy adjustments to the last 2 slides because of how slick works: */
/* 640 is the smallest width where these images are not full width */
@media only screen and (max-width: 640px) {
  .collections_template_custom_related_content.display-article.related-extra-large .row.slides,
  .collections_template_custom_related_content.display-article.related-large .row.slides,
  .collections_template_custom_related_content.display-article.related-medium .row.slides {
    margin-left: 0;
    margin-right: 0;
  }
  .collections_template_custom_related_content.display-article.related-large .slick-slide.slick-slide {
    padding-right: 0;
    padding-left: 0;
  }
  .collections_template_custom_related_content.display-article.related-large .slick-prev,
  .collections_template_custom_related_content.display-article.related-large .slick-next {
    top: 48%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 869px) {
  .collections_template_custom_related_content.display-article.related-large .slick-prev,
  .collections_template_custom_related_content.display-article.related-large .slick-next {
    top: 34%;
  }
}
@media only screen and (min-width: 870px) and (max-width: 1280px) {
  .collections_template_custom_related_content.display-article.related-large .slick-prev,
  .collections_template_custom_related_content.display-article.related-large .slick-next {
    top: 33%;
  }
}
@media only screen and (min-width: 1096px){
  .collections_template_custom_related_content.display-article.related-large .slick-prev,
  .collections_template_custom_related_content.display-article.related-large .slick-next {
    top: 37%;
  }
}
@media only screen and (min-width: 1230px){
  .collections_template_custom_related_content.display-article.related-large .slick-prev,
  .collections_template_custom_related_content.display-article.related-large .slick-next {
    top: 44%;
  }
}

/*Medium Display */

@media only screen and (max-width: 640px) {
  .collections_template_custom_related_content.display-article.related-medium .slick-prev,
  .collections_template_custom_related_content.display-article.related-medium .slick-next {
    top: 52%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 805px) {
  .collections_template_custom_related_content.display-article.related-medium .slick-prev,
  .collections_template_custom_related_content.display-article.related-medium .slick-next {
    top: 45%;
  }
}

/* Small Display */
.collections_template_custom_related_content.display-article.related-small .image_container,
.collections_template_custom_related_content.display-article.related-small .text_container {
  padding: 0;
}
.collections_template_custom_related_content.display-article.related-small .image_container {
  margin-bottom: 8px;
}
.collections_template_custom_related_content.display-article.related-small .text_container h4 {
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 36px;
}

@media only screen and (min-width: 641px) {
  .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"],
  .collections_template_custom_related_content.display-article.related-small-noImage [class*="block-grid-"] {
    margin: 0;
  }

  /* first related item */
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"] > li:nth-child(odd),
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small-noImage [class*="block-grid-"] > li:nth-child(odd),
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small.slider .slide:nth-child(odd),
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small-noImage.slider .slide:nth-child(odd) {
    padding-right: .8rem;
  }
  /* second related item */
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"] > li:nth-child(even),
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small-noImage [class*="block-grid-"] > li:nth-child(even),
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small.slider .slide:nth-child(even),
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small-noImage.slider .slide:nth-child(even) {
    padding-left: .8rem;
  }

  /* Right Column */
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small,
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small-noImage {
    padding-left: .8rem;
  }
  /* -- @T277258 - with slider */

  /* first related item */
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"] > li:nth-child(even),
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small-noImage [class*="block-grid-"] > li:nth-child(even),
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small.slider .slide:nth-child(even),
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small-noImage.slider .slide:nth-child(even) {
    padding-left: .8rem;
  }
  /* second related item */
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"] > li:nth-child(odd),
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small-noImage [class*="block-grid-"] > li:nth-child(odd),
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small.slider .slide:nth-child(odd),
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small-noImage.slider .slide:nth-child(odd) {
    padding-right: .8rem;
  }
}

/* @277258 small article display with slider */
.collections_template_custom_related_content.display-article.related-small .row.slides,
.collections_template_custom_related_content.display-article.related-small-noImage .row.slides {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .collections_template_custom_related_content.display-article.related-extra-large.slider button {
    top: 50%;
  }
}


/* When there is an odd number of slides, we have to make some crazy adjustments to the last 2 slides because of how slick works: */
@media only screen and (min-width: 641px){
  .collections_template_custom_related_content.display-article.related-small .slick-prev {
    left: -15px;
  }
  .collections_template_custom_related_content.display-article.related-small .slick-next {
    right: -15px;
  }
  .collections_template_custom_related_content.display-article.related-small.related-small .slick-slide.slick-slide.slick-active:nth-of-type(even):nth-last-child(2) {
    padding-right: .8em;
    padding-left: 0;
  }
  .collections_template_custom_related_content.display-article.related-small.related-small .slick-active + .slick-active.slick-active:nth-of-type(even):nth-last-child(2) {
    padding-left: .8em;
    padding-right: 0;
  }
  .collections_template_custom_related_content.display-article.related-small.related-small .slick-slide.slick-slide:nth-of-type(odd):last-child {
    padding-left: .8em !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 640px){
  .collections_template_custom_related_content.display-article.related-small.related-small .slick-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Small Display Text Only  */
.collections_template_custom_related_content.display-article.related-small-noImage {
  min-height: 245px;
}
.collections_template_custom_related_content.display-article.related-small-noImage .read_more_article_display {
  display: inline;
  margin-top: 15px;
}
.collections_template_custom_related_content.display-article.related-small-noImage .text_container:first-child {
  padding-top: 20px;
}
.collections_template_custom_related_content.display-article.related-small-noImage .text_container h4 {
  font-size: 28px;
  line-height: 36px;
}
.collections_template_custom_related_content.display-article.related-small-noImage .text_container:first-child .read_more_article_display {
  display: inline-block;
  color: #ed3426;
  text-decoration: underline;
  font-family: 'Embedded-DINWebPro-Bold', 'DIN Next W01 Bold', Arial, sans-serif;
  font-weight: normal;
}

/* @277258 small article display with slider */
.collections_template_custom_related_content.display-article.related-small .slick-prev {
  left: 4px;
}
.collections_template_custom_related_content.display-article.related-small .slick-next {
  right: 4px;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .collections_template_custom_related_content.display-article.related-small .image_container {
    margin-bottom: 11px;
  }
  .collections_template_custom_related_content.display-article.related-small .text_container h4,
  .collections_template_custom_related_content.display-article.related-medium .text_container h4,
  .collections_template_custom_related_content.display-article.related-trio .text_container h4 {
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 640px) {
  .collections_template_custom_related_content.display-article.related-small .text_container h4,
  .collections_template_custom_related_content.display-article.related-small-noImage .text_container h4,
  .collections_template_custom_related_content.display-article .text_container h4 {
    font-size: 24px;
    line-height: 21px;
  }
  .collections_template_custom_related_content.display-article .text_container p {
    font-size: 12px;
    line-height: 15px;
  }
  .collections_template_custom_related_content.display-article.related-small-noImage .read_more_article_display {
    margin-top: 11px;
  }

  .collections_template_custom_related_content.display-article.related-small-noImage,
  .collections_template_custom_related_content.display-article.related-small,
  .collections_template_custom_related_content.display-article.related-medium,
  .collections_template_custom_related_content.display-article.related-large,
  .collections_template_custom_related_content.display-article.related-extra-large {
    width: 100%;
  }
  .collections_template_custom_related_content.display-article.related-extra-large .text_container p,
  .collections_template_custom_related_content.display-article.related-extra-large .text_container h4 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
	.collections_template_custom_related_content{ width: 100%; }
	.collections_template_custom_related_content ul li {width: 100%; margin: 0 auto; float: none; padding: 0;}
	.collections_template_custom_related_content .related-item{padding: 16px 18px;}
	.collections_template_custom_related_content .image_container{margin-bottom: 8px;}
  .collections_template_custom_related_content .image_container{padding: 0;}
  .collections_template_custom_related_content .text_container { padding: 5px 0; }


	.collections_template_custom_related_content h4 {font-size: 18px;line-height: 24px; margin-bottom: 16px;}
	.collections_template_custom_related_content .text_container p{font-size: 15.5px;line-height: 24px;}

  .collections_template_custom_related_content .play-button{
    width: 55px;
    height: 55px;
  }

  /* @T277258 adjust margins/padding for mobile */
  .collections_template_custom_related_content.display-article.related-extra-large.slider .related-item,
  .collections_template_custom_related_content.display-article.related-medium.slider .related-item {
    padding-left: 0;
    padding-right: 0;
  }
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"] > li:nth-child(even),
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small-noImage [class*="block-grid-"] > li:nth-child(even),
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small.slider .slide:nth-child(even) {
    padding-left: 0;
  }
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small [class*="block-grid-"] > li:nth-child(odd) {
    padding-right: 0;
  }
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small-noImage.slider .slide:nth-child(odd),
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small-noImage.slider .slide:nth-child(even),
  .related-widgets-wrapper div:nth-child(even) .collections_template_custom_related_content.display-article.related-small.slider [class*="block-grid-"] > li:nth-child(odd),
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small-noImage.slider .slide:nth-child(even),
  .related-widgets-wrapper div:nth-child(odd) .collections_template_custom_related_content.display-article.related-small-noImage.slider .slide:nth-child(odd) {
    padding-left: 16px;
    padding-right: 16px;
  }
}