.field_featured_image {
  width:  100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.25rem;
  
  @supports not (aspect-ratio: 16 / 9) {
  	&::before {
	    float: left;
	    padding-top: 56.25%;
	    content: "";
	  }
	
	  &::after {
	    display: block;
	    content: "";
	    clear: both;
	  }
	}
	
	& > img {
		width: 100%;
		height: 100%;
	  object-fit: cover;
	}
}

.field_name,
.field_course_name,
.field_destination {
    margin-bottom: 1rem;
}

.field_name > div:first-child,
.field_course_name > div:first-child,
.field_destination > div:first-child {
    font-weight: bold;
    display: inline-block;
}

.field_name > div:first-child::after,
.field_course_name > div:first-child::after,
.field_destination > div:first-child::after {
    content: ": "
}


.field_photo_gallery > div:first-child {
	font-weight: bold;
	margin-top: 3rem;
	margin-bottom: 0.5rem;
	font-size: 2rem;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  color: #141B4D;
}

.group--slide-standard > div.background-image {
    border-radius: 0.25rem;
}

/* Photo Gallery Carousel */
.slick-dots li.slick-active button {
    width: 4rem;
}
.slick-dots li button {
    background-color: #8A704C;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    -webkit-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 2rem;
    height: 0.5rem;
    padding: 0;
    opacity: 0.5;
    border-radius: 0;
}

.slick-dots li.slick-active button {
    background-color: #8A704C;
    opacity: 1
}

/* Views: Sidebar Menu */
.menu-sidebar ul li span.field-content {
    padding: 0;
}

.menu-sidebar ul li {
	padding: 0 0 2px 0 !important;
}