:root {
--orange: #ec7422;
--blue: #0b3b70;
--grey: #9b9b9b;
--light-blue: #10539e;
--dark-orange: #ca5c11;
}

.Wrapper {
    position: relative;
}

.heroImage {
    position: relative;
	z-index:0;
	background-color: var(--blue);
}

.heroImage .heroBackground {
    width: 100%;
    height: 75vh;
    object-fit: cover;
    opacity: 0.3;
}

.heroContent {
    height: 75vh;
    position: absolute;
    top: 0;
	width:100%;
}

.heroContent .container {
    height: 100%;
}

.heroContent .row {
    height: 100%;
    align-content: center;
}

.heroContent h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
}

.heroContent h2 {
    font-weight: bold;
    color: #ec7422;
    text-transform: none;
}

.heroContent h2 .preText, .heroContent h2 .postText {
    font-size: 1.25rem;
}

.heroContent p {
    font-size: 1rem;
    color: #fff;
}

.heroContent .buttonReview {
    display: flex;
    flex-flow: column wrap;
    align-content: flex-end;
	justify-content: space-between;
	align-items:flex-end;
}

.heroContent .buttonReview .Button {
    padding: 0.7rem 1.5rem;
    font-size: 1.333333rem;
    text-align: center;
    border-radius: 0.5rem;
    background-color: #ec7422;
    margin: 0;
    line-height: unset;
}

.heroContent .buttonReview .Button:hover{
	background-color: var(--dark-orange)
}

.heroContent .buttonReview  .kaddi {
    border-radius: 0.5rem;
	width: 150px;
}

.introContent {
    position: relative;
    padding: 5% 0;
}

.introContent .copy {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding-right: 5%;
}

.introContent h2 {
    text-transform: none;
    font-size: 1.777777rem;
    font-weight: bold;
    margin-bottom: 3%;
}

.Orange.Button {
    padding: 0.7rem 1.5rem;
    font-size: 1.333333rem;
    text-align: center;
    border-radius: 0.5rem;
    background-color: #ec7422;
    margin: 0;
    line-height: unset;
    max-width: fit-content;
	margin-top: 1.5%;
}

.Orange.Button:hover{
	background-color: var(--dark-orange)
}

.introContent .introImage {
    width: 100%;
    height: 500px;
    object-fit: cover;
border-radius: 20px;
    box-shadow: 2px 2px 20px #999;
}

.landingPageCarousel.HeroCarousel .container-fluid{
	padding:0;
}

.landingPageCarousel.HeroCarousel .col-12{
	padding: 0;
}

.landingPageCarousel.HeroCarousel {
    position: relative;
    max-height: unset;
    overflow: unset;
}

.landingPageCarousel.HeroCarousel ul {
    padding:0;
}

.landingPageCarousel.HeroCarousel .HeroCarousel-slide {
    height: 600px;
}

.landingPageCarousel.HeroCarousel .HeroCarousel-slideImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landingPageCarousel.HeroCarousel .HeroCarousel-nav {
	background:none;
	-webkit-box-shadow: none;
    	box-shadow: none;
}

.landingPageCarousel.HeroCarousel .HeroCarousel-nav img {
    width: 20px;
}

.landingPageCarousel.HeroCarousel ul.slick-dots {
	position: absolute;
	width:100%;
	bottom: 0;
}

.landingPageCarousel.HeroCarousel li button {
    background: #f7f7f7;
    width: 15px;
    height: 15px;
    border: none;
	opacity:0.7;
}

.landingPageCarousel.HeroCarousel ul.slick-dots li.slick-active button {
    background: var(--orange);
    border: none;
    opacity:1;
}

.accordionSection {
    padding: 3% 0 5%;
}

.accordionSection h2 {
    text-transform: none;
    font-size: 1.777777rem;
    font-weight: bold;
    margin-bottom: 3%;
}

.accordionSection .col-12.col-lg-5 {
    padding-left: 5%;
}

.accordionSection .accordionImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 2px 2px 20px #999;
}

.accordion-button{
	color: var(--blue)!important;
	font-size:1.333333rem!important;
}
	
.accordion-button::after {
	background-image: url(https://www.diverseschooltravel.co.uk/assets/img/svg/chev-right-blue.svg)!important;
	width: 20px!important;
    height: 20px!important;
    transform: rotate(90deg);
	background-size:contain!important;
	background-position: center;
}

.accordion-button:not(.collapsed) {
    background-color: var(--blue)!important;
    color: #fff!important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(https://www.diverseschooltravel.co.uk/assets/img/svg/chevron-right.svg)!important;
    width: 20px!important;
    height: 20px!important;
    transform: rotate(-90deg)!important;
    background-size: contain!important;
    background-position: center;
}

.accommodation {
    background-color: var(--orange);
    color: #fff;
    padding: 5% 0;
}

.accommodation .copy {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    padding-right: 5%;
}

.accommodation h2 {
    text-transform: none;
    font-size: 1.777777rem;
    font-weight: bold;
    margin-bottom: 3%;
}

.accommodation .accommodationCarousel .HeroCarousel-slide{
	height:100%
}

.accommodationCarousel .HeroCarousel-prev {
    left: 0;
    margin-left: 0;
}

.accommodationCarousel .HeroCarousel-next {
    right: 0;
    margin-right: 0;
}

.accommodationCarousel .js-accommodationCarousel {
    padding: 0;
    margin: 0;
}

.accommodationCarousel .HeroCarousel-nav {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.why{
	padding: 5% 0;
}

.why h2 {
    text-transform: none;
    font-weight: 600;
    font-size: 1.777777rem;
    margin-bottom: 2%;
}

.why .iconsText {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 3% 0 0;
    margin: 0;
}

.why .iconsText li {
    flex-basis: calc(100% / 3.5);
    width: calc(100% / 3.5);
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.why .iconsText .icon {
    width: 150px;
    padding-bottom: 5%;
}

.why .iconsText h3 {
    font-weight: 600;
    font-size: 1.555555rem;
}

.quote {
    padding: 5% 0;
}

.quote .quoteTitle {
    border-top: 1px solid #d6d6d6;
    padding: 3% 0 2%;
}

.quote h2 {
    font-size: 1.777777rem;
    font-weight: bold;
    text-transform: none;
}

.quote .quoteImage {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    box-shadow: 2px 2px 20px #999;
    object-fit: cover;
}

.quote .quoteBlock {
    padding-bottom: 4%;
    border-bottom: 1px solid #d6d6d6;
}

.quote .quoteBlock .quoteTrip {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.quote .quoteBlock .quoteTrip h3 {
    font-size: 1.555555rem;
    font-weight: bold;
}

.quote .quoteBlock .quoteTrip p {
    font-size: 1.333333rem;
}

.quote .quoteBlock .quoteButton {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.tms h3 {
    text-transform: none;
    font-weight: 600;
    font-size: 1.55555rem;
    color: var(--orange);
}

.reviews .reviews-nav {
    height: 100%;
    display: flex;
    margin-bottom: 10px;
    justify-content: end;
    padding: 0 20px;
}

.reviews .reviews-nav .js-reviews-prev.slick-arrow, .reviews .reviews-nav .js-reviews-next.slick-arrow {
    background-color: var(--blue);
    padding: 5px 20px 10px;
    border-radius: 5px;
}

.reviews .reviews-nav  .js-reviews-next.slick-arrow {
    margin-left: 5px;
}

.reviews .js-reviews {
    	display: flex;
	padding:0;
	margin:0;
}

.reviews .js-reviews .slick-track {
    height: 100%;
}

.reviews .js-reviews .review.slick-slide {
    margin: 0 20px;
    height: 100%;
    flex-flow: column;
    display: flex;
    justify-content: space-between;
}

.reviews .js-reviews .review .Testimonial-quote {
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

.reviews .js-reviews .review cite {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    justify-content: flex-end;
    text-transform: none;
    font-style: normal;
}

.Home-grey.landing-page-trips {
    padding: 5% 0;
}

.Home-grey.landing-page-trips h2 {
    text-transform: none;
    font-size: 1.777777rem;
    font-weight: bold;
    padding-bottom: 2%;
}