#page {
	max-width: 1100px;
	background-color: #edeee9;
	margin: 0 auto;
}

section.content {
	width: 100%;
	max-width: 956px;
}

section.content .leftContent.flex {
	flex-direction: column;
}
section.content .leftContent .subLinks.flex {
	flex-direction: row;
	margin-top: 40px;
	margin-bottom: 100px;
}

@media all and (max-width: 1024px) {
	section.content .leftContent {
		padding: 0 2rem;
	}
}

.rightContent {
}

section.content .wide1 {
	width: 100%;
	max-width: 136px;
	margin: 0 20px;
	margin: 0 20px;
}
section.content .wide2 {
	width: 100%;
	max-width: 292px;
	margin: 0 20px;
}
section.content .wide3 {
	width: 100%;
	max-width: 448px;
	margin: 0 20px;
}
section.content .wide4 {
	width: 100%;
	max-width: 604px;
	margin: 0 20px;
}
section.content .wide5 {
	width: 100%;
	max-width: 760px;
	margin: 0 20px;
}
section.content .wide6 {
	width: 100%;
	max-width: 916px;
}

.sideBlock {
	text-align: center;
	height: 86px;
	margin-bottom: 20px;
	position: relative;
}
.sideBlock .contents {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	
	font-weight: 700;
	font-size: 1.75rem;
}
.pageContent {
	margin-bottom: 5rem;
}
#headerImage {
	margin-bottom: 5rem;
}
header.articleHeader {
	width: 100%;
	max-width: 1276px;
	height: 354px;
	background-color: #27587b;
	background-position: center center;
	margin: 5rem auto;
	position: relative;
}
header.articleHeader h1 {
	color: #fff;
	font-size: 3.5rem;
	line-height: 3.5rem;
	font-weight: 800;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: 1px;
	text-shadow: 0 0 10px #000;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
header.articleHeader h1 span {
	font-size: 2rem;
}



.home .grid p {
    margin-bottom: 0.75rem;
    line-height: 1.45rem;
    font-size: 1.05rem;
}

.pageContent > p:first-child {
	color: #f08359;
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: 2rem;
}
.pageContent h2 {
	font-size: 2rem;
	line-height: 2.2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
}
#post-96 .pageContent h2 {
	line-height: 2.2rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.pageContent h3 {
	font-size: 1.6rem;
	line-height: 1.8rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
}
.pageContent h4 {
	font-size: 1.4rem;
	line-height: 1.6rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
}
.pageContent h5 {
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
}
.pageContent h6 {
	font-size: 1.1rem;
	line-height: 1.25rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
}
.pageContent p {
	font-size: 1rem;
	line-height: 1.4rem;
	margin-bottom: 1rem;
	font-weight: 400;
}
.pageContent ol,
.pageContent ul {
	margin-left: 1rem;
	margin-bottom: 1rem;
}
.pageContent ol li,
.pageContent ul li {
	margin-left: 1rem;
	margin-bottom: 0.25rem;
	line-height: 1.4rem;
	list-style-type: disc;
}
.pageContent ul li li {
	list-style-type: square;
}
.pageContent ul li li li {
	list-style-type: circle;
}
.pageContent ol li {
	list-style-type: decimal;
}
.pageContent ol li ul {
	margin-left: 0;
}
.pageContent ol li ul li {
	margin-left: 0;
	list-style-type: none;
}
.pageContent p a {
	text-decoration: underline;
}
.pageContent p a:hover {
	background-color: rgba(39,88,123,0.2);
}
.pageContent p a:visited:hover {
	background-color: rgba(240,131,89,0.2);
}

.pageContent ul.blockList {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 2rem;
    padding: 0 0 0 0;
}
.pageContent ul.blockList li {
    list-style-type: none;
    display: block;
    font-size: 1.5rem;
    margin: 0 1rem 2rem;
}
.pageContent ul.blockList li a {
    display: inline-block;
	text-align: center;
    padding: 0.75rem;
    font-size: 1.25rem;
	line-height: 1.5rem;
    font-weight: 500;
    background-color: #fff;
}
.pageContent ul.blockList li a:hover {
	background-color: #f08359;
}
.subLink {
	max-width: 47%;
}
.subLink h2 {
	font-weight: 600;
	text-decoration: underline;
}

.pageContent figure {
	max-width: 100%;
	margin: 0 0 1rem 0;
	padding: 0 0 0 0;
}
.pageContent figure img {
	display: block;
	max-width: 100%;
	margin-bottom: 0.25rem;
}
.pageContent figure figcaption {
	display: block;
	max-width: 100%;
	font-size: 0.75rem;
	font-style: italic;
	
	display: none;
}


/* List start */
.columns.three {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1em;
	/*flex-wrap: wrap;
	justify-content: space-around;*/
  text-align:left;
}
@media all and (max-width: 1024px) {
	.columns.three .list {
		max-width: 250px;
	}
}
@media all and (max-width: 880px) {
	.columns.three .list {
		max-width: 300px;
	}
}
@media all and (max-width: 750px) {
	.columns.three .list {
		max-width: 175px;
	}
}
@media all and (max-width: 600px) {
	.columns.three {
		/*display: block;*/
    grid-template-columns: 1fr;
	}
	.columns.three .list {
		max-width: 100%;
	}
	.columns.three .list .listImage {
		text-align: left;
	}
}
.list {
	max-width: 300px;
  width: 100%;
	text-align: left;
	margin-bottom: 2rem;
	/*margin-right: 1.5rem;*/
}
.list:nth-child(3n+3) {
	/*margin-right: 0;*/
}
.listImage img {
	height: auto;
}
.listText {
	margin-left: 0;
	flex-grow: 1;
}
.listName {
	font-size: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 600;
}
.listInfo p a {
	font-weight: 600;
	text-decoration: none;
}
/*  List end  */
/* Text Columns Start */
.textColumns {
	display: flex;
	justify-content: space-between;
}
.textColumn.four {
	max-width: 22%;
}
.textColumn.three {
	max-width: 35%;
}
.textColumn.two {
	max-width: 48%;
}
.textColumn {
	max-width: 48%;
	margin-bottom: 2rem;
}
.textColumn h2 span {
	font-weight: 400;
	display: block;
}
.textColumn h2 {
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.65rem;
}

@media all and (max-width: 1024px) {
	.textColumns {
		display: block;
	}
	.textColumn {
		max-width: 100%;
		margin-bottom: 2rem;
	}
}

.textColumns .textColumn ol li,
.textColumns .textColumn ul li,
.textColumns .textColumn ol,
.textColumns .textColumn ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.textColumns .textColumn ol {
	counter-reset: list;
}
.textColumns .textColumn ol > li::before {
	content: counter(list) '.';
	counter-increment: list;
	display: inline-block;
	padding-right: 0.2rem;
}
.textColumns .textColumn ol li {
	list-style: none;
	font-weight: 700;
}
.textColumns .textColumn ol li li {
	font-weight: 400;
}
/*  Text Columns End  */
/* Grid start */
.grid {
	display: flex;
	text-align: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.gridItem {
	flex-grow: 1;
	padding: 2rem;
}
.gridImage {
	opacity: 0.9;
}
.gridImage:hover {
	opacity: 1;
}
/*  Grid end */

/* Supporters */
ul.supporters,
ul.supporters li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.supporters {
/*	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
ul.supporters li {
	border: 1px solid;
	margin: 1rem;
	max-width: 250px;
}
ul.supporters li:hover {
	background-color: rgba(255,128,64,0.5);
}
/* End Supporters */

/* Start Blinds */
.blind.active {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0.5rem 0;
	margin-bottom: 1rem;
}
.blind.active h2.clickDown {
	cursor: pointer;
	text-indent: -1.35rem;
	padding-left: 2.5rem;
}
.blind.active h2.clickDown::before {
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	padding-right: 1rem;
	content: '\f055';
}
.blind.active h2.clickDown.remove::before {
	content: '\f056';
}
/*  End blinds  */

/* home Texy */
section.content.statement {
	background: #27587b url(../pics/statement-bg.jpg) no-repeat scroll center top;
}
section.content.statement.altStatement {
	background: #27587b url(../pics/LDP-BG.jpg) no-repeat scroll center top;
}
section.content.statement .spaceOut {
	padding: 2rem;
}
section.content.statement p {
	font-size: 1.7rem;
	line-height: 2.5rem;
	font-weight: 100;
	color: #fff;
	text-align: center;
}

.pageContent blockquote {
	padding-left: 2.5rem;
    padding-right: 5rem;
    border-left: 0.25rem solid;
	margin-bottom: 1.5rem;
}
.pageContent blockquote p {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
    line-height: 1.45rem;
}
.pageContent blockquote p cite {
	font-size: 0.95rem;
	font-style: italic;
}


/* --- */
footer section .flex {
    display: block;
}
footer section #sponsors > ul {
    text-align: center;
}
footer section #sponsors li.sponsorItem {
    display: inline-block;
}
/* --- */

nav.navigation.post-navigation {
	display: none;
}


/* ----------------------- */
/* Start live update pages */
.eventList,
.display-posts-listing.grid {
	display: flex;
	align-items: top;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.eventList .event,
.display-posts-listing.grid .listing-item {
	max-width: 300px;
	text-align: left;
	margin-right: 1.7rem;
}
.eventList .event {
	margin-bottom: 3rem;
}
@media(max-width: 740px) {
	.eventList,
	.display-posts-listing.grid {
		display: block;
		align-items: top;
		justify-content: flex-start;
	}
	.eventList .event,
	.display-posts-listing.grid .listing-item {
		max-width: none;
	}
}
.eventList .event:nth-child(3n+3),
.display-posts-listing.grid .listing-item:nth-child(3n+3) {
	margin-right: 0;
}
@media(max-width:1024px) {
	.eventList .event:nth-child(3n+3),
	.display-posts-listing.grid .listing-item:nth-child(3n+3) {
		margin-right: 1.7rem;
	}
	.eventList .event,
	.display-posts-listing.grid {
		justify-content: space-evenly;
	}
}
.display-posts-listing.grid .listing-item span.excerpt-dash {
	display: none;
}
.display-posts-listing.grid .listing-item span.excerpt a.excerpt-more,
.display-posts-listing.grid .listing-item span.excerpt,
.display-posts-listing.grid .listing-item span.date,
.display-posts-listing.grid .listing-item a.title,
.display-posts-listing.grid .listing-item a.image {
	display: block;
}
/* Vertical positioning */
.display-posts-listing.grid .listing-item {
	display: flex;
	flex-direction: column;
	color: #2f4e70;
	margin-bottom: 3rem;
}
.eventList .event .eLoc,
.eventList .event .eDate,
.display-posts-listing.grid .listing-item span.date {
	order: 2;
	color: #ee8a5a;
	font-weight: bold;
	font-size: 0.9rem;
	margin-bottom: 0.75rem;
}
.eventList .event .eLoc {
	margin-bottom: 0.25rem;
}
.eventList .event .eImage,
.display-posts-listing.grid .listing-item a.image {
	order: 1;
	margin-bottom: 1.5rem;
}
.eventList .event .eName,
.display-posts-listing.grid .listing-item a.title {
	order: 3;
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
	font-weight: bold;
}
.eventList .event .eNotes,
.display-posts-listing.grid .listing-item span.excerpt {
	order: 4;
	margin-bottom: 0.75rem;
}
.eventList .event .eMore,
.display-posts-listing.grid .listing-item span.excerpt a.excerpt-more {
	margin-top: 0.75rem;
	color: #ee8a5a;
	font-weight: bold;
	
}

/*  End live update pages  */
/* ----------------------- */
.wp-block-columns {
    align-items: center;
}

.pageContent > .eLocation {
	font-size: 1.35rem;
	margin-bottom: 0.75rem;
	font-weight: bold;
	color: #2f4e70;
}
.pageContent > .eDate {
	font-size: 1.35rem;
	margin-bottom: 2rem;
	font-weight: bold;
	color: #ee8a5a;
}

.LDPnotice {
	margin-top: 3rem;
	color: #ee8a5a;
}

table.wp-block-table {
	margin: 0 10% 2rem 0;
}
table.wp-block-table tbody tr td {
	padding: 0.25rem 1rem 0.25rem 0;
	border-bottom: 1px dotted #ee8a5a;
}
table.wp-block-table tbody tr:first-child td {
	border-top: 1px dotted #ee8a5a;
}

hr {
	border: 0 none;
	border-bottom: 1px solid #2f4e70;
	width: 75%;
	margin: 2rem auto;
}
p.notaBene {
	font-size: 0.8rem;
}
p.notaBene a:link,
p.notaBene a:visited,
p.notaBene a:active,
p.notaBene a:hover,
p.notaBene a {
	color: #ee8a5a;
	color: #2f4e70;
	font-weight: bold;
}

body .wp-block-cover, body .wp-block-cover-image {
    min-height: 350px;
}


.postid-1823 .pageContent > p:not(:first-child) {
    margin-left: 15%;
    margin-right: 15%;
}
p.hImage {
	margin-top: 4rem;
	padding-top: 3rem;
	font-size: small;
	border-top: 1px solid rgba(0,0,0,0.2);
}


body.post-type-archive-open-day {
	text-align: left;
}
body.post-type-archive-open-day .ldp_event_list {
	margin: 0 4rem;
}
.open-day-template-default .ldp-event h1,
body.post-type-archive-open-day h1 {
    font-size: 3.5rem;
    line-height: 3.75rem;
    font-weight: 800;
    letter-spacing: 1px;
}
.open-day-template-default .ldp-event h1 {
	margin-bottom: 2rem;
}
.ldp-events .ldp-events-content {
	display: flex;
	justify-content: space-between;
	/*align-items: flex-start;*/
	align-items: stretch;
	flex-flow: row wrap;
}

.open-day-template-default .ldp-event {
	margin: 0 4rem 2em;
	text-align: left;
}
.open-day-template-default .ldp-event .thumb {
	margin-bottom: 2rem;
}
.ldp-events .ldp-event footer {
	display: none;
}

.ldp-events .ldp-event {
	flex-basis: 32%;
	background-color: #fcf;
	margin: 0 0 2em;
	padding: 1em 1em 2em;
    box-sizing: border-box;
}
@media all and (max-width: 800px) {
	.ldp-events .ldp-events-content .ldp-event {
		flex-basis: 100%;
	}
}
.ldp-events #ldp-events_filter {
	flex-basis: 100%;
	margin: 0 0 2em;
	padding: 1em 1em 1em 0;
    box-sizing: border-box;
}
#ldp-events_filter button,
#ldp-events_filter select {
    font-size: 1.25em;
    padding: 0.25em;
    background: #fff;
	border: 1px solid #000;
}
#ldp-events_filter button {
	border-radius: 0;
    padding: 0.25em 0.75em;
	cursor: pointer;
}
#ldp-events_filter div > * {
	margin: 0 0.5em 0.5em 0;
}
.ldp-events .ldp-event[data-event-type="Performance"] {
	background-color: #28587b;
	color: #fff;
}
.ldp-events .ldp-event[data-event-type="Workshop"] {
	background-color: #f0835a;
	color: #fff;
}
.ldp-events .ldp-event[data-event-type="Talk"] {
	background-color: #231f20;
	color: #fff;
}
.ldp-events .ldp-event[data-event-type="Film"] {
	background-color: #28535a;
	color: #fff;
}
.ldp-events .ldp-event[data-event-type="Other"] {
	background-color: #f0887b;
	color: #fff;
}
.ldp-event h2,
.ldp-event h3 {
    font-size: 2em;
    line-height: 2rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0.25em;
}
.ldp-event h3 {
    font-size: 1em;
    line-height: 1.25rem;
}
.ldp-event p {
    line-height: 1.25em;
    letter-spacing: 1px;
    margin-bottom: 0.25em;
}
.spEvents_list_location, .spEvents_list_time {
    font-size: 1.15em;
    line-height: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.25em;
}
.booking,
.spEvents_link {
	margin-top: 1em;
}
.booking {
	font-weight: 800;
	margin-bottom: 2em
}
.booking .noLink {
	padding: 0.25em 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.archive .booking .noLink {
	border-color: #fff;
}
.booking a:active,
.booking a:visited,
.booking a,
.spEvents_link a:active,
.spEvents_link a:visited,
.spEvents_link a {
    font-size: 1em;
    padding: 0.25em 0.5em;
	background-color: #edeee9;
	color: #000;
	border: 1px solid #000;
}
.single-open-day .booking a:active,
.single-open-day .booking a:visited,
.single-open-day .booking a {
	background-color: #ffffff;
}
.booking a:active,
.booking a:visited,
.booking a {
    font-size: 1.1em;
}
.single-open-day .booking a:hover,
.booking a:hover,
.spEvents_link a:hover {
	color: #edeee9;
	background-color: #000;
}
.bookings .booking {
	display: inline-block;
	margin-right: 1rem;
}
.hidden {
	display: none;
}

.open-day_location,
.open-day_social {
	display: none;
}
.open-day-template-default .open-day_location,
.open-day-template-default .open-day_social {
	display: inline-block;
	width: 40%;
	margin-right: 5%;
	background-color: #27587b;
	color: #fff;
    padding: 1.5em 2em 2em;
    vertical-align: top;
    margin-top: 2em;
    margin-bottom: 2em;
}
.open-day-template-default .open-day_social {
	margin-right: 0;
}

.LDPevents-home a {
	display: block;
    /*background-color: aqua;*/
    width: auto;
    margin: 0 4em 2em;
    /*padding: 2em;*/
	text-align: center;
}

.LDPevents-home_copy {
	
}
.LDPevents-home_copy h3 {
    font-size: 2.5em;
    line-height: 1.5em;
	margin-bottom: 1em;
}
.LDPevents-home_copy p {
    font-size: 1.2em;
    line-height: 1.5em;
	margin-bottom: 1.25em;
}

a.button:active,
a.button:visited,
a.button {
    display: inline-block;
	margin-right: 2em;
    color: #fff;
    background-color: #27587b;
    border: 1px solid #000;
    padding: 1em 2em;
    text-decoration: none !important;
    font-weight: bold;
}
a.button:hover {
    background-color: #f0887b !important;
}