/*
* awards page
*/
.awards .hero.collection:before {
  background: linear-gradient(76deg, #1B4965 36.15%, rgba(27, 73, 101, 0.00) 94.47%);
}

.awards .hero .text .tag li {
  color: #1B4965;
}

.awards .hero.collection .text h1 {
  /*color: #F4DCAB;*/
  color: #d1bda8;
}

.awards .collections-heading h2 {
  /*color: #BF8400;*/
  color: #8f7e5d;
}

.awards .awards-group {
  display: grid;
  grid-template-columns: repeat(1,1fr);
}

@media (min-width: 1200px) {
  .awards .awards-group {
    gap: 16px;
    grid-template-columns: repeat(5,1fr);
  }
}

.awards .collections .award-item .image {
  border-radius: 2px;
  overflow: hidden;
  position: relative
}

.awards .collections .award-item .image:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, rgba(27, 73, 101, 0.00) 0%, #1B4965 86.69%);  
}

.awards .collections .award-item .image img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.awards .collections .award-item .caption {
  padding: 24px;
}

.awards .award-item .caption .sku {
  /*color: #E3E1DD;*/
  color: #e2e1dd;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase
}

.awards .award-item .caption h3 {
  /*color: #FFE6A7;*/
  color: #d1bda8;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 5px 0;
}

.awards .award-item .caption .price {
  /*color: var(--white);*/
  color: #e2e1dd;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.awards .award-item .info {
  background: var(--white);
  padding: 24px;
  /*color: #1B4965*/
  color: #103246;
}

.awards .award-item .info h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin: 0 0 10px
}

.awards .award-item .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.awards .award-item .info li,
.awards .award-item .info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.awards .award-item .info .btn {
  /*background: #4B96BC;*/
  background: #5097c5;
  /*border-color: #4B96BC;*/
  border-color: #5097c5;
  /*color: var(--white);*/
  color: #e2e1dd;
  font-size: 11px;
  line-height: 16px;
  margin: 20px 0 0;
  padding: 0.4rem 1rem;
}

.awards .award-item .info .scroll {
  height: 160px;
  overflow-x: auto;
}


.awards .award-item .info .scroll li a:hover {
  color: #8f7e5d!important;
}

.awards .award-item .info .scroll::-webkit-scrollbar{
  width: 9px;
  background: #D9D9D9;
}

.awards .award-item .info .scroll::-webkit-scrollbar-track {
  background: #D9D9D9; 
}

.awards .award-item .info .scroll::-webkit-scrollbar-thumb {
  /*background: #4B96BC;*/
  background: #5097c5;
}

.awards .detail #get-this-experience {
  background-color: #1B4965;
}

.awards .detail #collections h2, 
.awards .detail #related-experiences h2,
.awards .detail #experiences-to-choose .tabs-collection .nav a.active {
  color: #1B4965;
}

.awards .detail #experiences-to-choose .grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
}

@media (min-width: 1200px) {
  .awards .detail #experiences-to-choose .grid {
    gap: 14px;
    grid-template-columns: repeat(1,1fr);
  }
}

.awards .detail #experiences-to-choose .grid .experience-item {
  margin: 0 0 5px
}

.awards .detail #experiences-to-choose .image {
  overflow: hidden;
  position: relative;
  width:100%;
  height:200px;
  background:#eee;
}

.awards .detail #experiences-to-choose .image img {
  height: 220px;
  object-fit: cover;
}

.awards .detail #experiences-to-choose .category {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1B4965;
  background: #F4DCAB;
}

.awards .detail #experiences-to-choose .info h3 {
  color: #1B4965;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0;
}

.awards .detail #experiences-to-choose .grid .experience-item a {
	color: #116b8e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin: 10px 0;
	    display: block;
    text-decoration: underline;
}

.awards .detail #experiences-to-choose .info .btn {
  /*background: #4B96BC;
  border-color: #4B96BC;*/
  background: #5097c5;
  border-color: #5097c5;
  /*color: var(--white);*/
  color: #e2e1dd;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  padding: 0.4rem 1rem;
}

.awards .page_navigation { 
  /* your styles here */
}
.awards .page_navigation ul { 
  margin: 10px 0;
  padding:0;
}
.awards .page_navigation li { 
  display:inline;
  padding:10px;
}
.awards .page_navigation li.active_page,
.awards .page_navigation li.next_link:not(.disabled),
.awards .page_navigation li.previous_link:not(.disabled) { 
  color:#4b96bc;
}
.awards .page_navigation li.disabled a {
  color:#CCC;

}

/* mobile */
@media (max-width: 767.98px) {
	#experiences-to-choose h2 {
		font-size: 24px;
	}
	#experiences-to-choose
	color: #116b8e;
}

/* tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
	
}