/* section elements */
.section-wp {
	align-content: center;
	align-items: center;
	display: flex;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 24px;
	height: min-content;
	justify-content: flex-start;
	overflow: visible;
	padding: 0px 0px 60px 0px;
	width: 100%;
	margin-bottom: 15px;

}
.section-title-wp {
	align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 80%;
}

.main-title-wp{
	outline: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-shrink: 0;
	transform: none;
}

.main-title-wp > p {
	font-family: "Roboto", "Roboto Placeholder", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
}

.sub-title-wp{
	outline: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-shrink: 0;
	transform: none;
}

.sub-title-wp > p {
	font-family: "Roboto", "Roboto Placeholder", sans-serif;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
}

.section-map {
	align-content: center;
	align-items: center;
	display: flex;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0px;
	/* height: min-content; */
	justify-content: flex-start;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
	height: 770px;
}

.simple-container-wrapper {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}


#map {
	width: 100% !important;
}

/******** Testimonial *************/
.testimonials-bk-color {
	background-color: #fe9;
}
.testimonial-line {
	display: flex;
	width: 100%;
	margin: 0;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #fe9;
}
.testimonial-box {
	display: flex;
	flex-direction: column;
	margin: 10px;
	width: calc(33% - 20px);
	border: 1px solid  #000000;
	flex:20%;
	padding:32px;
	max-width: 33%;

}
.testimonial-stars{

}
.testimonial-text{
	height: 100px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.testimonial-info{
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.testimonial-picture{
	display: flex;
	height: 100px;
	width: 56px;
	align-items: center;
}
.testimonial-picture > img {
	border-radius: 100%;
	display: flex;
	height: 56px;
	position: relative;
	width: 56px;
}
.testimonial-contact {
	display:flex;
	flex-direction: column;
	gap: 5px;
}
.testimonial-author{
	display: flex;
	height: 50px;
}
.testimonial-author > span {
	align-self:flex-end;
	font-weight: bold;
}
.testimonial-location{
	display: flex;
	height: 50px;
}
.testimonial-location > span {
	align-self:flex-start;
}

.section-button-wp {
	align-content: center;
    align-items: center;
    background-color: #FFEB00;
    border-radius: 40px;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    /*padding: 12px 24px;*/
    position: relative;
    width: 120px;
}

.section-button-text-wp {
	outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
}

.section-button-text-wp > p {
	font-family: "Roboto", "Roboto Placeholder", sans-serif;
	line-height: 150%;
	text-color: rgb(0, 40, 85);
}

.story-grid-wp {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.story-list-wp {
	margin: 1%;
 	flex: 20%;
 	max-width: 25%;
}

.story-list-wp {
	background-color: #ffffff;
	/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);*/
	width: calc(25% - 20px);
	margin: 10px;
 }

 .story-list-wp.video-story-list{
	width: 98%;
}
 .story-list-wp img{
   width: 100%;
   margin: 0;
 }
 .story-list-wp .sl-content{
   padding: 5px;
   position: relative;
 }
 .story-list-wp .sl-content > div {
   /*padding: 10px 10px 0px 10px;*/
 }
 .story-list-wp .sl-content-info {
   /*padding: 0 15px 5px 15px !important;*/
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 993px) {
  .story-list-wp {
    flex: 40%;
    max-width: 50%;
  }
  .testimonial-box {
	  flex: 40%;
	  max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .story-list-wp {
    flex: 100%;
    max-width: 100%;
  }
  .testimonial-box {
	flex: 100%;
	max-width: 100%;
  }
}

/***************** Slideshow container *************************************/
.slide-container {
	width: 100%;
	padding-top: 22.5%; /* 16:9 aspect ratio (9:16 = 56.25%%) times 0.40% carousel image */
	position: relative;
	background-color: white; /* Placeholder */
	top: -1px;
	/*max-height: 650px;*/
	margin-bottom: 100px;
}

.slideshow-container {
   /*position: absolute;
   top: 0;
   left: 0;*/
   width: 100%;
   /*height: 100%;*/
   display: flex;
   margin-bottom: 50px;
}

.image-placeholder {
	padding-top: 25.31%; /* 9 / 16 aspect ratio times 45% image width */
	background-color: white; /* Placeholder */
}

.mySlides {
	display: none;
	width: 100%;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.carousel-wp {
	display: flex;
	overflow: hidden;
	position: relative;
}
.carousel-wp-image {
	width: 45%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: background 0.5s ease-in-out;
	border-right: 10px solid #FFEB00;
}

.carousel-wp-image img {
	vertical-align: middle;
}

.carousel-wp-text {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
	padding: 18px 64px 18px 64px;
	position: relative;
	max-height: 56.25%; /* 16 / 9 aspect ratio for large screens */
}
.nav-container {
	align-self: flex-end;
	height: 32px;
	display: flex;
	align-items: center;
}
.text-container {

}
.carousel-wp-title {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	color: #052759;
	line-height: 46.88px;
	max-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.carousel-wp-description {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #052759;
	line-height: 23px;
	max-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav-lines {
	display: flex;
}
.nav-lines .nav-lines-selector {
	width: 31px;
	height: 2px;
	border-radius: 1px;
	background: #8099B3;
	margin: 5px;
	cursor: pointer;
	transition: background 0.3s;
}

.nav-lines .nav-lines-empty {
	width: 30px;
	height: 0px;
	background: white;
	margin: 5px;
}

.nav-lines .active {
	background: #FFEB00;
}
.nav-buttons {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	top: 50%;
	transform: translateY(-50%);
}

.left-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	width: 32px;
	cursor: pointer;
}
.right-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	width: 32px;
	margin: 20px;
	cursor: pointer;
}

.section-button-wp {
    align-content: center;
    align-items: center;
    background-color: #FFEB00;
    border-radius: 40px;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    /* padding: 12px 24px; */
    position: relative;
    width: 120px;
}
.section-button-text-wp {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
}


/*@media (max-width: 2048px) */
@media (max-width: 1024px) {
  .carousel-wp {
    flex-direction: column;  /* Stack the image and text vertically on small screens */
  }

  .image-placeholder {
  	padding-top: calc(56.25% + 370px); /* 9 / 16 aspect ratio times plus the text... */
  	background-color: white; /* Placeholder */
  }

  .carousel-wp-image {
  	width: 100%;
  }
  .carousel-wp-text {
  	width: 100%;
	padding: 36px 16px 36px 16px;
	height: 370px;
  }

  .carousel-wp-title {
	font-size: 24px;
  	font-weight: 600;
	line-height: 29px;
  }

  .carousel-wp-description {
	font-size: 16px;
    font-weight: 400;
  	line-height: 21px;

  }

}

@media (min-width: 1025px) and (max-width: 1326px) {


  .carousel-wp-description {
    -webkit-line-clamp: 2;
  }

  .carousel-wp-title {
      -webkit-line-clamp: 1;
  }

}
