body {
	background-color: #db4300;
	font-family: 'ballinger', sans-serif;
	margin-bottom: 68px; 
	-webkit-font-smoothing: antialiased;  
}

body.green {
	background-color: rgb(158, 165, 52);
}

body.green .heading h1 {
	color: rgb(33, 70, 53);
}

/* Defaults */ 
p { 
	color: #f8f5ee;
}

.desktop { 
	display: none; 
}

/* GIF */

figure {
	position: relative;
}

.blank {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.logo {
	width: 70px; 
}

.hero h1 {
	font-size: clamp(1.75rem, 8vw, 3.125rem); 
	line-height: 1;
	font-family: 'wicklow-medium'; 
}

.hero figure figcaption {
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.heading h1 {
	font-size: clamp(2.125rem, 8vw, 4.6875rem); 
	line-height: 1;
}

.overlay:before {
	content: '';
	background: linear-gradient(to bottom,rgba(125,185,232,0) 0%,rgba(0,0,0,.7) 100%);
	height: 100%;  
	bottom: 0;
	z-index: 1000; 
	position: absolute;
	display: block; 
	left: 0;
	width: 100%;
}

.overlay:after {
	content: '';
	background-color: rgba(219,67,0,.5);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	mix-blend-mode: overlay;
}

.imageSlider .swiper-menu {
	position: relative;
	z-index: 99999999;
}

.imageSlider .swiper-slide {
	position: sticky;
	top: 0;
	transform-origin: center top;
}

.swiper-menu button {
	background-color: transparent;
	margin-top: -40px;
}

.alternative.overlay:after {
	background-color: rgba(63,71,43,.5);
}

.heading {
	font-size: clamp(1.375rem, 8vw, 1.875rem); 
	line-height: 1.1;
}

.history .heading {
	font-size: clamp(2.125rem, 8vw, 4.6875rem); 
	line-height: 1.1;
	color: #fcede5;
}

.two-cols.alternative .heading {
	font-size: clamp(2.125rem, 8vw, 4.6875rem); 
	line-height: 1.1;
	color: #fcede5;
	font-family: 'wicklow-medium'; 
}

.subtitle {
	font-size: clamp(1.375rem, 8vw, 1.875rem); 
	line-height: 1.1;
}

.two-cols article p {
	/* font-size: clamp(1.375rem, 8vw, 1.875rem);  */
	font-size: clamp(1rem, 5vw, 1.875rem); 
	line-height: 1.3;
}

.two-cols article p + p {
	margin-top: 20px;
}

.two-cols article blockquote{
	margin: 60px 0;
	max-width: 580px;
}

.two-cols blockquote p {
	font-size: clamp(2.5rem, 8vw, 3.125rem); 
	line-height: 1.2;
}

blockquote p {
	font-size: clamp(2.5rem, 8vw, 3.125rem); 
	line-height: 1;
	font-family: 'wicklow-medium'; 
	color: rgb(0, 0, 0, 0.7)
}

.two-cols.alternative {
	position: relative;
	padding-top: 84px;
	padding-bottom: 84px;
	background: rgb(59, 72, 35);
}

.full-width-image + .two-cols {
	margin-top: 90px;
}

.full-width-image + .two-cols.alternative {
	margin-top: 0;
}

/* .full-width-image.alternative + .two-cols {
	margin-top: 0;
} */

.full-width-image figure figcaption {
	line-height: 1.3;
}

.full-width-image img {
	height: 420px;
	min-height: 420px;
	object-position: top;
	width: 100%;
	filter: grayscale(100%);
}

.imageSlider.alternative {
	background-color: rgb(59,72,35);
}

.imageSlider figure {
	width: 100%;
	overflow: hidden;
}

.imageSlider img {
	height: calc(100vh - 70px);
	/* filter: grayscale(100%); */
	object-fit: contain;
	object-position: 50% 50%;
	width: auto;
	margin: auto;
}

.imageSlider img.blurred {
	object-fit: cover;
	object-position: top;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	filter: blur(15px);
}

.imageSlider.alternative .overlay:after {
	background-color: rgba(63,71,43,.5);
}

.imageSlider figure figcaption {
	line-height: 1.1;
}

.swiper-pagination {
	text-align: center;
	margin-top: 20px;
}

.swiper-pagination span{
	border: 1px solid rgb(255, 255, 255);
	border-radius: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
}

.swiper-button-disabled {
	opacity: 0.5;
}

.swiper-pagination span + span {
	margin-left: 5px;
}

.swiper-pagination span.swiper-pagination-bullet-active {
	background-color: rgb(255, 255, 255);
}

.slider.history .swiper-slide figure img {
	filter: grayscale(100%);
	object-position: top;
} 

.full-width-image.alternative img {
	height: 270px;
	min-height: 270px;
}

figure .credit{
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 10000;
}

.scroll:after {
	content: '';
	width: 17px;
	height: 22px;
	margin: 0 auto;
	display: block;
	background-image: url('../images/icons/down_arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 10px;
}

footer .inner ul li svg{
	width: 20px;
	margin-right: 10px;
	position: relative;
	top: 4px;
	-webkit-transition: 300ms;
}

footer .inner ul li:last-of-type svg{
	width: 10px;
	margin-right: 0;
	margin-left: 10px;
	top: 1px;
}

footer .inner button.active svg {
	transform: rotate(180deg);
}

footer .reveal {
	max-height: 100vh;
	overflow: scroll;
	overscroll-behavior-y: contain;	
	transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
	position:relative;
	pointer-events: none;
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path:inset(100% 0 0 0)
} 

footer .reveal.show {  
	animation-duration: .75s;
	pointer-events: all;
	/* min-height: 50vw; */
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

footer .col .link svg{
	width: 40px;
	margin-left: 20px;
}

footer .reveal ul li {
	font-size: 1.25rem; 
	line-height: 1.2;
	position: relative;
} 

footer .reveal ul li svg {
	display: none;
}

footer .reveal ul li ul {
	/* position: absolute;
	top: 0; 
	left: 7rem; */
	padding: 10px;
}

footer .reveal ul li ul li {
	font-size: 0.875rem;
	line-height: 1.4;
}


article p a {
	color: rgba(0,0,0,.7);
}

footer .reveal { 
	max-height: 0!important;
}

footer .reveal.show {
	max-height: 100vh!important;
}


#irish-clubs-and-societies {
	background-color: #db4300;
}

.plyr--audio .plyr__controls {
	background-color: rgb(22, 22, 28)!important;
	width: 490px!important;
	height: 67px!important;
}

.plyr--audio .plyr__controls ::-webkit-slider-runnable-track {
	background-color: rgb(255,255,255)!important;
}

.plyr__control svg {
	fill: #db4300!important;
}

.plyr__controls__item, .plyr__volume .plyr__control, .plyr__controls .plyr__controls__item.plyr__time {
	color: rgb(255,255,255);
}

.plyr--full-ui input[type=range] {
	color: #db4300!important;
}

.heading .wrap + h3 {
	margin-top: -20px;
}

.heading h3 {
   font-size: clamp(2rem, 6vw, 4rem);
}

@media only screen and (min-width: 1024px) {

	.main-container {
		margin: 0 100px;
		z-index: 2;
		position: relative;
	}

	.full-width-image picture img {
		height: auto!important;
	}
	
	body {
		margin-bottom: 78px;
	}
	
	.desktop {
		display: block;
	}
	
	.controls.mobile {
		display: block;
	}
	
	.controls.desktop {
		display: none;
	}
	
	.logo {
		width: 70px;
	}
	
	.full-width-image + .two-cols {
		margin-top: 160px;
	}
	
	.full-width-image img {
		height: 51.25vw;   
		min-height: 700px;   
	}
	
	.full-width-image.alternative img { 
		height: 700px;
		min-height: 700px;
	}
	
	.full-width-image figcaption { 
		line-height: 1.18;
	}
	
	.two-cols.alternative {
		padding-top: 160px;
		padding-bottom: 160px;
	}
	
	.two-cols.alternative article {
		margin-left: auto;
		margin-top: 50px;
	}
	
	.two-cols.alternative .wrap {
		display: block;
	}
	
	.imageSlider .swiper-slide {
		height: auto !important;
	}
	
	.imageSlider .swiper-pagination {
		text-align: center;
		position: absolute;
		top: calc(50vh - 175px);
		transform: translate(0);
		left: 45px;
		z-index: 1000;
	}
	
	.imageSlider .swiper-pagination span{
		display: block;
		width: 15px;
		height: 15px;
		margin-bottom: 10px;
	}
	
	.imageSlider .swiper-pagination span + span {
		margin-left: 0;
	}
	
	.slider.history article p {
		line-height: 1.5;
		width: 290px; 
	}
	
	footer .inner ul li svg{
		width: 32px;
		margin-right: 16px;
		top: 3px;
	}
	
	footer .inner ul li:last-of-type svg{
		width: 16px;
		margin-right: 0;
		margin-left: 16px;
		top: -2px; 
	}
	
	footer .reveal {
		max-height: 100vh;
		overflow: scroll;
		overscroll-behavior-y: contain;	
	} 
	
	footer .reveal ul li button svg {
		display: block;
		width: 16px;
		position: absolute;
		left: -30px;
		top: 0;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: 300ms;
	}
	
	footer .reveal ul li button.active svg{
		opacity: 1;
	}
	
	footer .reveal ul li ul {
		position: absolute;
		top: 5px;
		left: 16rem;
		padding: 0;
		z-index: 10000;
	}
	
	footer .reveal ul li {
		font-size: 1.625rem;
		line-height: 1.3;
	} 
	
	footer .reveal ul li ul li {
		font-size: 1rem;
	}
	
	footer .reveal.show {
		/* min-height: 400px; */  
	}
	
	footer .col .link {
		padding-left: 50px;
	}
	
	footer .col .link svg{
		width: 40px;
		margin-left: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	.slider.history .swiper-slide figure img {
		max-width: 514px;
		max-height: 514px;
	} 

	.heading .wrap + h3 {
		margin-top: -70px;
	}
}

@media only screen and (min-width:  768px) {

	.two-cols article p {
		font-size: clamp(1.375rem, 8vw, 1.875rem);
	}
}

@media only screen and (min-width: 1280px) {
	
	.controls.mobile {
		display: none;
	}
	
	.controls.desktop {
		display: flex;
		display: -webkit-flex;
	}
	
	.controls .select:after {
		content: '';
		background-image: url('../images/icons/select.svg');
		width: 32px;
		height: 16px;
		display: block;
		position: absolute;
		top: 4px;
		right: 0;
		pointer-events: none;
	}
	
	.slider.history .swiper-container {
		margin-top: -40px;
	}
}