/*-- Hero Slider Settings --*/

.slick-slider{/*--position:relative;--*/display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparentl; overflow: hidden;
}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;
display:block;padding:0;cursor:pointer;color:transparent;border:none;outline:0;background:0 0;}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:22px; font-weight: 800;line-height:0.5;color:#FFF!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[dir=rtl] .slick-prev{right:0px;left:auto}.slick-prev:before{content:'‹'}[dir=rtl] .slick-prev:before{content:'›'}.slick-next{right:0px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'›'}[dir=rtl] .slick-next:before{content:'‹'}.slick-dots{writing-mode: vertical-lr;bottom:50px;display:block;width:auto;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative; z-index: 5; display:inline-block;width:20px;height:20px;margin: 5px;padding:0;cursor:pointer}.slick-dots li button{background-color: black;font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{background: rgba(255, 255, 255, 0.22); content:"";border-radius:30px; position:absolute;top:0;left:0;width:15px;height:15px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{background:#fff; border:2px solid #fff}

#testimonials .slick-dots {
    display: flex;
    flex-direction: column;
	    left: 5%;
    position: relative;    bottom: 70px;
}

#wrapper {
position: relative;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
background-position: center 0px;
height: 100%;
}

#page {
display: table;
margin: 0px;
}

 .button a {
border-bottom: 2px solid #0000000d; text-decoration: none; padding-bottom: 15px; font-size: 18px;
}

.button a svg {
    height: 24px;
    width: auto;
    margin-left: 7px;
    position: relative;
    top: 6px;
}


#hero:after {
background: linear-gradient(178deg, rgba(0, 0, 0, 0.00) -1.14%, rgba(0, 0, 0, 0.50) 81.12%);
content: ""; position: absolute; width: 100%; height: 100%; z-index: 2;
}

#hero {
width:100%;
margin: 0px;
height: 100%; height: 100vh; height: 100dvh;
position: relative;
background: #333;
box-shadow: 0px 2.822px 21.167px 0px rgba(0, 0, 0, 0.25);

.play a {
    position: absolute;
    width: 100%;
    height: 100%;	
}

.tag-line {
    position: absolute;
    z-index: 999;
    bottom: 70px;
    width: 100%;
    text-align: center;
	color: #FFF;
	display: flex;         justify-content: center;
        flex-direction: column;
        align-items: center;
		max-width: 1000px;
left: 50%;
transform: translateX(-50%);

}

.buttons {
    display: flex;
    flex-direction: row;
}

.buttons .button {
margin: 0px 15px;
}

.buttons .button a:link,
.buttons .button a:visited {
	color: #FFF;font-size: 22px;
}
	
h2 {
font-size: 50px;
        font-weight: 400;
        width: 100%; color: #FFF;
}

h3 {
    font-size: 60px;
    color: #FFF;
    font-weight: 500;
}

.transparent-logo {
position: absolute;
    bottom: 50px;
    right: 50px; z-index: 9;
}

.transparent-logo img {
width: 150px;
}

.play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); z-index: 9;
}

.play svg {
height: 105px; width: auto;
}

}

.fancybox-content {
    width: 675px;
    height: 380px;
}

.fancybox-close-small {
background: #FFF;border-radius: 100%;    right: 10px !important;
    top: 10px !;opacity: 1;
}


/*-- Video --*/

.vimeo-wrapper {
position: absolute;
width: 100%;
height: 100%;
height: 100vh;
height: 100dvh;
z-index: -1;
pointer-events: none;
overflow: hidden;
z-index: 1;
}

.vimeo-wrapper iframe {
width: 100vw;
height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
min-height: 100vh;
min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top: 100px;
}

body.smaller .vimeo-wrapper iframe {
opacity: 0.5;
}

/*-- Rules --*/

section {
padding: 100px 0px;
position: relative;
}

.green { background: #265847; }
.gold { background: #9D7B48; }

h2 {
font-weight: 500;
font-size: 60px;
margin: 0px 0px 20px 0px;
}

.colour h2 {
color: #FFF;
}

section p {
font-size: 19px;
}

.colour p {
color: #FFF; 
}

.title {
text-align: center;
width: 100%; margin-bottom: 35px;
}



/*-- Blocks --*/

.image-block:hover img {
transform: scale(1.03);
}

.image-block {
    background: #333;
    width: 30%;
	margin: 50px 1.5% 0px;
	position: relative;
	height: 100%; 
	padding-bottom: 30%;
box-shadow: 10px 5px 25px 6px rgba(0, 0, 0, 0.12);
border-radius: 10px;
	
img {
border-radius: 10px;
height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
	position: absolute;
}
	
.desc {
position: absolute; bottom: 30px;
}
	
p,h3 {
color: #FFF; text-align: center;        font-size: 20px;
        text-align: center;
        font-weight: 700;
}

}

/*-- Events --*/

#events {
	
	.title {
	text-align: left;
	}
	
}

#events .container {
width: 90%; max-width: 1400px;
}


#events {
position: relative;
 overflow: hidden; background-size: cover !important;

.event-header {
 margin-bottom: 50px; display: flex;
}

.title {
display: flex;        justify-content: space-between;
        align-items: center;
}

h2 {
color: #FFF; font-size: 50px;
}

p {
color: #FFF;
}

.eo-no-events {
color: #FFF; text-align: center; font-size: 20px; margin-bottom: 30px;	
}

.button a {
color: #FFF; border-bottom: 2px solid #ffffff30;
}

}

#events {
position: relative; overflow: hidden;

.slick-next, .slick-prev {
background: #ffffff12;
    height: 60px;
    width: 60px;
    border-radius: 100%;
top: calc(50%);
transform: translateY(-50%);
}

.slick-next {
    right: -85px;
}

.slick-prev {
	left: -85px;
}

.container {
margin: 0px auto;
display: block;
position: relative;
width: 84%; z-index: 4;
}

.overflow {position: relative; display: block; width: 100%;
}

.slick-slider {
position: relative; overflow: visible;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 0 0%;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container {
	position: relative;
}

.box {
        display: flex;
		padding: 20px 0px;
        justify-content: center;
        flex-direction: column;
        background: #ffffff2b;
        border-radius: 10px;
                width: 80%;
        left: 10%;
        position: relative;
		        justify-content: space-between;
				height: 280px;
}

.date {
color: #FFF;        
display: flex; 
text-align: center;
flex-direction: column;
text-align: center; line-height: 1.3;
font-size: 19px;
font-weight: 400;
}

.date span {
display: block; width: 100%; clear: both;font-weight: 800;
}

.event-title {
text-align: center;
    width: 100%;
    max-width: 210px;
    line-height: 1.3; padding: 0px 10px;
    margin: 0px auto 0px;height: 130px;
        display: flex;
		overflow: hidden;
        align-items: center;
        align-content: center;
        justify-content: center;
}

.event-title a { 
color: #FFF; text-align: center; font-size: 18px;line-height: 1.5; text-decoration: none; font-weight: 600;
}
	
}

ul.eo-events {
padding: 0px;
}


.overflow:before {
content: "";
    width: 80%;
    height: 3px;
    position: absolute;
    right: 10%;
    top: 176px;
    background: #ffffff1a; z-index: 0;
}

.eo-event-future {
position: relative;	
}

.eo-event-future:after {
	content: "";
    width: 25px;
    height: 25px;
    border-radius: 100%;
position: absolute;
    top: 165px;
    background: #4E4E4E;border: 5px solid #6D6D6D;
    left: 50%;
    transform: translateX(-50%);
}

}


/*-- Values --*/

#values {
	
	h2 {
	color: #3F3F3F;
	}	
	
	.title {
	display: flex;
	flex-direction: column;
	align-items: center;
	}
	
	a.tagline {
	font-size: 50px;
	 color: #265847;
	 line-height: 1.2;
	    max-width: 910px;
	    position: relative;
	    display: flex;
	}
	
	.image-block-cont {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
		justify-content: center;
	}

}


/*-- Discover --*/

#discover .container {
max-width: 1400px;
}

#discover {
	
	.discover-cont {
	display: flex;
	justify-content: center;
	position: relative;
	}
	
	h2 {
	line-height: 1; font-size: 50px;
	}
	
	.desc {
	display: flex;
	justify-content: space-between;
	width: auto;
	padding: 5px 40px;
	align-items: center;        position: absolute;
        bottom: -30px; 
		border-radius: 10px;
		left: 50%;
transform: translateX(-50%);

	}
	
	a {
	position: absolute; z-index: 99;
	width: 100%; height: 100%; 
	}
	
	.desc a {
	position: relative;
	}
	
	.image-block {
	margin-top: 10px;
	}

	.image-block	:hover svg {
	margin-left: -10px;
	}
	
}


/*-- Testimonials --*/

#testimonials {
background: #333;
padding: 0px;

	.title {
	position: absolute; text-align: left; margin-top: 100px;
	}
	
	svg {
	height: 80px; width: auto; margin-bottom: 20px;
	}
	
	h2 {
	color: #fFF; font-size: 50px;
	}
	
	.slide {
	padding: 320px 0px 100px;
	
		p {
		color: #FFF;
		}
		
		img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		max-width: 100%;
		max-height: 100%;
		}
		
		.by {
		font-size: 15px; text-transform: uppercase; letter-spacing: 2px; color: #FFF;
		}
	
	}
	
}
