/* --------------------- ALIGNMENT --------------------- */
/*.alignleft {
	float: left;
	margin: 0 2em 0 0;
}
.aligncenter {
	display: block !important;
	margin-right: auto !important; margin-left: auto !important;
	text-align: center;
}
.alignright {
	float: right;
	margin: 0 0 0 2em;
}*/



/* --------------------- BUTTON --------------------- */
.wp-block-button {
	font-size: .9rem;
	/*display: inline-block;
	margin: 0;*/
	position: relative;
	z-index: 2;
}
:not(.wp-block-buttons) > .wp-block-button:not(:last-child) {
	/*margin-right: 1em;*/
}
.wp-block-buttons {
	/*margin-right: -.5rem; margin-left: -.5rem;*/
}
.wp-block-buttons .wp-block-button,
.wp-block-buttons .wp-block-button + .wp-block-button {
	/*margin-right: .5rem; margin-left: .5rem;*/
}
	html .wp-block-button .wp-block-button__link,
	.is-style-featured-post .link,
	html .frontend input[type="submit"],
	html .frontend input[type="button"],
	html .frontend button[type="submit"],
	html .frontend form button {
		background: transparent;
		color: inherit;
		border: 1px solid currentColor;
		font-size: 1em;
		font-weight: 600;
		text-align: initial;
		text-transform: uppercase;
		padding-right: 1.5em; padding-left: 1.5em;
		position: relative;
	}
	html .wp-block-button .wp-block-button__link:hover,
	html .wp-block-button .wp-block-button__link:focus {
		transform: none;
	}

	/* default button style */
	html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link,
	html .frontend input[type="submit"],
	html .frontend input[type="button"],
	html .frontend button[type="submit"],
	html .frontend form button {
		background: transparent !important;
		letter-spacing: .05em;
	}
	html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover,
	html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:focus,
	html .frontend input[type="submit"]:hover,
	html .frontend input[type="submit"]:focus,
	html .frontend input[type="button"]:hover,
	html .frontend input[type="button"]:focus,
	html .frontend button[type="submit"]:hover,
	html .frontend button[type="submit"]:focus,
	html .frontend form button:hover,
	html .frontend form button:focus {
		border-color: #1D1D1D;
		color: #FFFFFF;
	}
		html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link::after,
		.menu-main-menu-container ul li.button > a::after {
			background-color: #1D1D1D;
			content: '';
			display: block;
			position: absolute; top: -1px; right: -1px; bottom: -1px;
			transform: none;
			transition: width .3s ease;
			width: 0; height: calc(100% + 2px);
			z-index: -1;
		}
		html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover::after,
		html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:focus::after,
		.wp-block-image.is-style-featured-post-revealed > a:hover + figcaption .wp-block-button:not([class*="is-style-"]) .wp-block-button__link::after,
		.wp-block-image.is-style-featured-post-revealed > a:focus + figcaption .wp-block-button:not([class*="is-style-"]) .wp-block-button__link::after,
		.menu-main-menu-container ul li.button > a:hover::after,
		.menu-main-menu-container ul li.button > a:focus::after {
			right: auto; left: -1px;
			width: calc(100% + 2px);
		}
	/* for white text */
	html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link.has-white-color {
		border-color: #1D1D1D !important;
	}
	html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link.has-white-color:hover,
	html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link.has-white-color:focus,
	.menu-main-menu-container ul li.button > a:hover,
	.menu-main-menu-container ul li.button > a:focus/*,
	html .has-white-color .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover,
	html .has-white-color .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:focus*/ {
		color: #1D1D1D !important;
	}
		html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link.has-white-color::after/*,
		html .has-white-color .wp-block-button:not([class*="is-style-"]) .wp-block-button__link::after*/ {
			background-color: #1D1D1D;
			right: auto; left: -1px;
			width: calc(100% + 2px);
		}
		html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link.has-white-color:hover::after,
		html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link.has-white-color:focus::after/*,
		html .has-white-color .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover::after,
		html .has-white-color .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:focus::after*/ {
			right: -1px; left: auto;
			width: 0;
		}
	/* for white text on image overlays */
	html .wp-block-group.is-style-overlay .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover,
	html .wp-block-group.is-style-overlay .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:focus,
	.wp-block-image.is-style-featured-post-revealed > a:hover + figcaption .wp-block-button:not([class*="is-style-"]) .wp-block-button__link,
	.wp-block-image.is-style-featured-post-revealed > a:focus + figcaption .wp-block-button:not([class*="is-style-"]) .wp-block-button__link {
		border-color: #FFFFFF;
		color: #1D1D1D;
	}
		html .wp-block-group.is-style-overlay .wp-block-button:not([class*="is-style-"]) .wp-block-button__link::after,
		.menu-main-menu-container ul li.button > a::after,
		.wp-block-image.is-style-featured-post-revealed figcaption .wp-block-button:not([class*="is-style-"]) .wp-block-button__link::after {
			background-color: #FFFFFF;
		}
		html .wp-block-group.is-style-overlay .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover::after,
		html .wp-block-group.is-style-overlay .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:focus::after {
			
		}

/* arrow buttons */
html .wp-block-button.is-style-arrow {
	
}
	html .wp-block-button.is-style-arrow .wp-block-button__link,
	/*html .frontend input[type="submit"],
	html .frontend input[type="button"],
	html .frontend button[type="submit"],
	html .frontend form button,
	.wp-block-image[class*='is-style-overlay'] figcaption a*/ {
		background: url('images/circle-arrow-right.svg') center right .3em/auto 2em no-repeat transparent;
		border: 0;
		color: #1D1D1D;
		font-weight: 600;
		padding: .3em 3em .3em 0;
		text-align: left;
		text-transform: uppercase;
		transition: background .3s ease;
	}
	html .has-white-color .wp-block-button.is-style-arrow .wp-block-button__link,
	html .wp-block-group.is-style-overlay .wp-block-button.is-style-arrow .wp-block-button__link,
	/*html .frontend .has-white-color input[type="submit"],
	html .frontend .has-white-color input[type="button"],
	html .frontend .has-white-color button[type="submit"],
	html .frontend .has-white-color form button,
	.has-white-color .wp-block-image[class*='is-style-overlay'] figcaption a*/ {
		background-image: url('images/circle-arrow-right-white.svg');
		color: inherit;
	}
	html .wp-block-button.is-style-arrow.plus .wp-block-button__link {
		background-image: url('images/circle-plus.svg');
	}
	html .wp-block-button.is-style-arrow.minus .wp-block-button__link {
		background-image: url('images/circle-minus.svg');
	}
	html .wp-block-button.is-style-arrow .wp-block-button__link:hover,
	html .wp-block-button.is-style-arrow .wp-block-button__link:focus,
	html .wp-block-group.is-style-overlay .wp-block-button.is-style-arrow .wp-block-button__link:hover,
	html .wp-block-group.is-style-overlay .wp-block-button.is-style-arrow .wp-block-button__link:focus,
	/*html .frontend input[type="submit"]:hover, 
	html .frontend input[type="submit"]:focus, 
	html .frontend input[type="button"]:hover,
	html .frontend input[type="button"]:focus,
	html .frontend button[type="submit"]:hover,
	html .frontend button[type="submit"]:focus,
	html .frontend form button:hover,
	html .frontend form button:focus,
	.wp-block-image[class*='is-style-overlay'] figcaption a:hover,
	.wp-block-image[class*='is-style-overlay'] figcaption a:focus*/ {
		background-position: center right 0;
		color: #656565;
		transform: none;
	}

/* arrow buttons, for back etc */
html .wp-block-button.is-style-arrow-left {
	
}
	html .wp-block-button.is-style-arrow-left .wp-block-button__link {
		background: url('images/circle-arrow-left.svg') center left .3em/auto 2em no-repeat transparent;
		border: 0;
		color: #1D1D1D;
		font-weight: 600;
		margin-left: -.3em;
		padding: .3em 0 .3em 3em;
		text-align: left;
		text-transform: uppercase;
	}
	html .has-white-color .wp-block-button.is-style-arrow-left .wp-block-button__link,
	html .wp-block-group.is-style-overlay .wp-block-button.is-style-arrow-left .wp-block-button__link {
		background-image: url('images/circle-arrow-left-white.svg');
		color: inherit;
	}
	html .wp-block-button.is-style-arrow-left .wp-block-button__link:hover,
	html .wp-block-button.is-style-arrow-left .wp-block-button__link:focus {
		background-position: center left 0;
	}

html .wp-block-button.is-style-underline {
	
}
	html .wp-block-button.is-style-underline .wp-block-button__link {
		border: 0;
		letter-spacing: .1em;
		padding: .2em 0;
		position: relative;
	}
		html .wp-block-button.is-style-underline .wp-block-button__link::after {
			border-bottom: 1px solid currentColor;
			content: '';
			display: block;
			position: absolute; top: 100%; right: 0;
			transition: width .3s ease;
			width: 0; height: 0;
			z-index: 2;
		}
		html .wp-block-button.is-style-underline .wp-block-button__link:hover::after,
		html .wp-block-button.is-style-underline .wp-block-button__link:focus::after {
			right: auto; left: 0;
			width: 100%;
		}

html .wp-block-button.is-style-scroll-arrow {
	margin: 0;
	padding: 0;
	position: absolute; left: 50%; transform: translate(-50%, -50%);
	z-index: 101;
}
	html .wp-block-button.is-style-scroll-arrow .wp-block-button__link {
		display: block;
		border: 0;
		font-size: 0;
		margin: 0;
		padding: 0;
		transition: all .3s ease;
		width: 3rem; height: 3rem;
	}
	html .wp-block-button.is-style-scroll-arrow .wp-block-button__link:hover,
	html .wp-block-button.is-style-scroll-arrow .wp-block-button__link:focus {
		transform: scale(1.1);
	}
		html .wp-block-button.is-style-scroll-arrow .wp-block-button__link::before {
			background: url('images/circle-arrow-down.svg') center/contain no-repeat transparent;
			border-radius: 50%;
			content: '';
			position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
			width: 100%; height: 100%;
			z-index: 2;
		}
		html .wp-block-button.is-style-scroll-arrow .wp-block-button__link::after {
			background: #FFFFFF;
			border-radius: 50%;
			content: '';
			position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
			width: 75%; height: 75%;
			z-index: 1;
		}

html .wp-block-button.is-style-hr-side,
html .wp-block-button.is-style-hr-side-small {
	position: relative;
}
	html .wp-block-button.is-style-hr-side::before,
	html .wp-block-button.is-style-hr-side-small::before {
		border-bottom: 1px solid #1D1D1D;
		content: '';
		position: absolute; top: 50%; right: calc(100% + 2em);
		width: 100vw; height: 0;
		z-index: -1;
	}
	html .wp-block-button.is-style-hr-side-small::before {
		width: 6rem;
	}

html .wp-block-button.is-style-tab {
	margin: 0 1.5em 0 0;
}
html .wp-block-button.is-style-tab:last-child {
	margin-right: 0;
}
	html .wp-block-button.is-style-tab .wp-block-button__link {
		background: transparent;
		border: 0;
		font-family: 'trumpsoftpro', sans-serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: .12em;
		line-height: 1;
		opacity: .3;
		margin: 0;
		padding: .5em 0;
		text-transform: uppercase;
	}
	html .wp-block-button.is-style-tab.active .wp-block-button__link {
		background: #FFFFFF;
		opacity: 1;
		padding-right: 1em; padding-left: 1em;
	}
	



/* --------------------- COLOURS --------------------- */
html .has-white-color {
   
}
	html .has-white-color a {
	    color: inherit;
	    text-decoration: underline;
	}
	html .has-white-color hr,
	html .has-white-color .is-style-accordion {
	    border-color: currentColor;
	}
	html .has-white-color .row.is-style-gutters-lines > div:not(:last-child)::after,
	html .has-white-color .is-style-gutters-lines > div > div > .wp-block:not(:last-child)::after {
		border-color: currentColor;
	}

.has-mid-grey-color h1, .has-mid-grey-color h2, .has-mid-grey-color h3, .has-mid-grey-color h4, .has-mid-grey-color h5, .has-mid-grey-color h6 {
	color: #1D1D1D;
}



/* --------------------- COLUMNS --------------------- */
.wp-block-columns {
	margin: 0 -15px;
	text-align: initial;
}
	.wp-block-columns .wp-block-column {
		margin: 0 15px;
	}
	.wp-block-columns.nogutters .wp-block-column {
		margin: 0;
	}



/* --------------------- SOURCE COLUMNS --------------------- */
.wp-block-source-columns {
	
}

html [class*="is-style-no-gutters"] {
	margin-right: 0;
	margin-left: 0;
}
	html [class*="is-style-no-gutters"] > .col,
	html [class*="is-style-no-gutters"] > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}


.wp-block-source-column {
	background-size: cover;
}
	.wp-block-source-column .wp-block-image,
	.wp-block-column .wp-block-image {
		margin-bottom: 0;
	}

/* style for a box of padded text, with option for arrow inset */
html [class*="is-style-text-column"] {
	/*align-items: center;*/
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
}
html [class*="is-style-text-column"],
html [class*="no-gutters"] > [class*="is-style-text-column"],
.wp-block-media-text__content {
	padding-top: 2rem; padding-bottom: 2rem;
	padding-right: 6vw; padding-left: 6vw;
	position: relative;
}
html .container [class*="is-style-text-column"], /* .row because only for multiple columns */
html .container .row[class*="no-gutters"] > [class*="is-style-text-column"],
.container .wp-block-media-text__content {
	padding-right: 2rem; padding-left: 2rem;
}
	html [class*="is-style-text-column"] > div {
		position: relative;
		width: 100%;
		z-index: 4;
	}

		.slick-slider.slick-memberships .is-style-text-column .wp-block-image.outset {
			margin: -2rem -2rem 2rem;
		}

/*	.is-style-text-column-arrow-left::before,
	.is-style-text-column-arrow-right::before {
		background: inherit;
		content: '';
		margin-top: -1.5rem;
		position: absolute; top: 50%;
		transform-origin: center;
		transform: rotate(45deg);
		width: 3rem; height: 3rem;
		z-index: 3;
	}
	.is-style-text-column-arrow-left::before {
		left: -1.5rem;
	}
	.is-style-text-column-arrow-right::before {
		right: -1.5rem;
	}*/

.is-style-text-column-outset {
	position: relative;
}
	.is-style-text-column-outset::before {
		background: #FFFFFF;
		content: '';
		display: block;
		position: absolute; top: 50%; left: 50%;
		transform: translate(-50%,-50%);
		width: calc(100% + 10vw); height: calc(100% + 6rem);
		z-index: 0;
	}

/* row styles */
.row.is-style-gutters-large,
.row.is-style-gutters-lines {
	margin-right: -2rem; margin-left: -2rem;
}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-lines > div > div > .wp-block {
		padding-left: 2rem;
	}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-lines > div > div > .wp-block  {
		padding-right: 2rem;
	}

	.row.is-style-gutters-lines > div,
	.is-style-gutters-lines > div > div > .wp-block {
		position: relative;
	}
		.row.is-style-gutters-lines > div:not(:last-child)::after,
		.is-style-gutters-lines > div > div > .wp-block:not(:last-child)::after {
			border-left: 1px solid #CCCCCC;
			content: '';
			display: block;
			position: absolute; top: 0; right: 0; bottom: 0;
			width: 0; height: 100%;
		}


.wp-block-source-columns.is-style-images,
.wp-block-source-columns.is-style-boxes {
	margin-left: -8px; margin-right: -8px;
}
	.wp-block-source-columns.is-style-images > .col,
	.wp-block-source-columns.is-style-images > [class*="col"],
	.wp-block-source-columns.is-style-boxes > .col,
	.wp-block-source-columns.is-style-boxes > [class*="col"] {
		padding-right: 8px; padding-left: 8px;
	}
		.wp-block-source-columns.is-style-images .wp-block-image,
		.mb-16px {
			margin-bottom: 16px !important;
		}




/* --------------------- CONTAINER --------------------- */
.wp-block-source-container { /* override parent theme */
	position: static; left: auto;
	transform: none;
	width: auto;
}

/* near-full page content */
.is-style-fullpage {
	/*min-height: 100vh;*/
}

/* vertical spacing */
html .is-style-padded,
html .is-style-text-column.is-style-padded,
.is-style-fullpage {
	margin: 0;
	padding-top: 2rem; padding-bottom: 2rem;
}

html .is-style-padded-more,
html .is-style-text-column.is-style-padded-more {
	padding-top: 3rem; padding-bottom: 3rem;
}

html .is-style-padded-less,
html .is-style-text-column.is-style-padded-less {
	padding-top: 1rem; padding-bottom: 1rem;
}

html .is-style-padded.yield + .is-style-padded {
	padding-top: 0;
}



/* --------------------- FONT SIZE / PARAGRAPH --------------------- */
html .has-small-font-size,
html .has-medium-font-size,
html .has-large-font-size,
html .has-huge-font-size {
	
}
html .has-smaller-font-size {
	font-size: .8em !important;
}
html .has-small-font-size {
	font-size: .9em !important;
}
html .has-normal-font-size {
	font-size: 1em !important;
}
html .has-medium-font-size,
.wp-block-quote {
	font-size: 1.3em !important;
}
html .has-large-font-size,
.is-style-featured-post-revealed:not(.standfirst) h3,
.is-style-none h3,
html .wp-block-button.is-style-tab .wp-block-button__link { /* equiv h2 */
	font-size: 2.2em !important;
	line-height: 1;
}
html .has-huge-font-size { /* equiv h1 */
	font-size: 2.6em !important;
	line-height: 1;
}



.is-style-hide-links a {
	color: inherit;
	text-decoration: none;
}




/* --------------------- GALLERY --------------------- */
.wp-block-gallery {
	
}



/* --------------------- GROUP --------------------- */
.wp-block-group.is-style-overlay-home {
	position: relative;
}
	.wp-block-group.is-style-overlay-home .wp-block-image {
		margin: 0;
	}
	.wp-block-group.is-style-overlay-home .wp-block-video {
		margin: 0;
		height: calc(100vh - 2rem); max-height: 100vw;
	}
		.wp-block-group.is-style-overlay-home .wp-block-video video {
			object-fit: cover;
			width: 100%; height: 100%;
		}
		.wp-block-group.is-style-overlay-home .wp-block-image img,
		.wp-block-group.is-style-overlay-home .wp-block-video video {
			filter: grayscale();
		}
		.wp-block-group.is-style-overlay-home .wp-block-image::after,
		.wp-block-group.is-style-overlay-home .wp-block-video::after {
			background: #D8593F;
			content: '';
			display: block;
			position: absolute; top: 0; right: 0; bottom: 0; left: 0;
			mix-blend-mode: multiply;
			z-index: 1;
		}
	.wp-block-group.is-style-overlay-home .wp-block-source-container {
		align-items: flex-end;
		display: flex;
		justify-content: center;
		padding-bottom: 2rem;
		transform: none;
		z-index: 50;
	}
	.frontend .wp-block-group.is-style-overlay-home .wp-block-source-container {
		color: #FFFFFF;
		position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	}
	.wp-block-group.is-style-overlay-home .wp-block-source-container {
		/*background: rgba(0,0,0,.3);*/
	}
		.wp-block-group.is-style-overlay-home .wp-block-source-container .container {
			position: relative;
		}
			.wp-block-group.is-style-overlay-home .wp-block-source-container .container > * {
				
			}
			.wp-block-group.is-style-overlay-home .wp-block-source-container .container a {
				color: inherit;
			}

.wp-block-group.is-style-overlay {
	position: relative;
}
	.wp-block-group.is-style-overlay .wp-block-image {
		margin: 0;
	}
	.wp-block-group.is-style-overlay .wp-block-video {
		margin: 0;
		height: calc(100vh - 2rem); max-height: 100vw;
	}
		.wp-block-group.is-style-overlay .wp-block-video video {
			object-fit: cover;
			width: 100%; height: 100%;
		}
		.wp-block-group.is-style-overlay .wp-block-image img,
		.wp-block-group.is-style-overlay .wp-block-video video {
			filter: grayscale();
		}
		.wp-block-group.is-style-overlay .wp-block-image::after,
		.wp-block-group.is-style-overlay .wp-block-video::after {
			background: #D8593F;
			content: '';
			display: block;
			position: absolute; top: 0; right: 0; bottom: 0; left: 0;
			mix-blend-mode: multiply;
			z-index: 1;
		}
	.wp-block-group.is-style-overlay .wp-block-source-container {
		align-items: center;
		display: flex;
		justify-content: center;
		padding-top: 3rem;
		transform: none;
		z-index: 50;
	}
	.frontend .wp-block-group.is-style-overlay .wp-block-source-container {
		background: rgba(216,89,63,1);
		/*background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 100%);*/
		background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0) 60%);
		color: #FFFFFF;
		position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	}
	.wp-block-group.is-style-overlay .wp-block-source-container {
		/*background: rgba(0,0,0,.3);*/
	}
		.wp-block-group.is-style-overlay .wp-block-source-container .container {
			position: relative;
		}
			.wp-block-group.is-style-overlay .wp-block-source-container .container > * {
				
			}
			.wp-block-group.is-style-overlay .wp-block-source-container .container a {
				color: inherit;
			}


@media (min-width: 767.98px) { 
	.page-header .container,
	.wp-block-group.is-style-overlay-home .wp-block-source-container .container,
	.wp-block-group.is-style-overlay > .wp-block-group__inner-container > .wp-block-source-container .container {
		max-width: 90vw;
	}
}
@media (min-width: 991.98px) {
	.page-header .container,
	.wp-block-group.is-style-overlay-home .wp-block-source-container .container,
	.wp-block-group.is-style-overlay > .wp-block-group__inner-container > .wp-block-source-container .container {
		
	}
}
@media (min-width: 1199.98px) {
	.page-header .container,
	.wp-block-group.is-style-overlay-home .wp-block-source-container .container,
	.wp-block-group.is-style-overlay > .wp-block-group__inner-container > .wp-block-source-container .container {
		/*max-width: 1260px;*/
	}
}
@media (min-width: 1599.98px) {
	.page-header .container,
	.wp-block-group.is-style-overlay-home .wp-block-source-container .container,
	.wp-block-group.is-style-overlay > .wp-block-group__inner-container > .wp-block-source-container .container {
		
	}
} 


/* --------------------- HEADING --------------------- */
/* accordion */
/*.is-style-accordion {
	border-top: 1px solid #333333;
	margin: 0;
}
	.is-style-accordion a {
		display: block;
		padding: 1em 2em 1em 0;
		position: relative;
	}
		.is-style-accordion a::after,
		.block-editor .is-style-accordion::after {
			content: '+';
			display: block;
			font-size: 1em;
			position: absolute; right: 0; top: 50%; 
			transform: translateY(-50%);
		}
		.is-style-accordion.open a::after {
			content: '-';
		}
.accordion-content {
	padding: .5em 0 1.5em;
}
.accordion-content.hidden {
	display: none;
}*/

.is-style-label {
	font-family: 'proxima-nova', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .05em;
	margin-top: 0; margin-bottom: 1em;
	text-transform: uppercase;
}



/* --------------------- HORIZONTAL RULE --------------------- */
hr,
.wp-block-separator { 
	border: 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 3em 0;
	max-width: none !important;
}



/* --------------------- INLINE IMAGE --------------------- */
p img {
	height: auto;
}



/* --------------------- IMAGE --------------------- */
/*.wp-block-image {
	margin: 0 0 1em;
	position: relative;
}
	.wp-block-image a,
	.wp-block-image img {
		display: block;
		position: relative;
		width: 100%; height: auto;
		z-index: 1;
	}
	.wp-block-image img {
		
	}
	.wp-block-image figcaption {
		
	}*/
	.wp-block-image {
		overflow: hidden;
	}
	.wp-block-image:not(.is-style-graphic) img {
		transition: transform 3s ease;
	}
	.wp-block-image:not(.is-style-graphic) > a:hover img,
	.wp-block-image:not(.is-style-graphic) > a:focus img,
	a:hover .wp-block-image:not(.is-style-graphic) img,
	a:focus .wp-block-image:not(.is-style-graphic) img { /* slow zoom on hover */
		transform: scale(1.1);
	}

	.wp-block-image.size-full-page img {
		object-fit: cover;
		height: calc(100vh - 2rem);
	}

	.wp-block-image figcaption p {
		margin: 0;
	}


.wp-block-image.slow-zoom img {
	-webkit-animation: slow-zoom-ani 40s infinite;
			animation: slow-zoom-ani 40s infinite;
}
@-webkit-keyframes slow-zoom-ani {
0% { transform: scale(1); }
45% { transform: scale(1.2); }
55% { transform: scale(1.2); }
100% { transform: scale(1); }
}
@keyframes slow-zoom-ani {
0% { transform: scale(1); }
45% { transform: scale(1.2); }
55% { transform: scale(1.2); }
100% { transform: scale(1); }
}


/* overlay */
.wp-block-image[class*='is-style-overlay'] {
	margin: 0;
	text-align: center;
}
	.wp-block-image[class*='is-style-overlay']::before {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
		
		content: '';
		pointer-events: none;
		position: absolute; top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2;
	}
	.wp-block-image[class*='is-style-overlay'] > a {
		
	}
	.wp-block-image[class*='is-style-overlay'] img {
		object-fit: cover; font-family: 'object-fit: cover;' !important;
		max-height: calc(100vh - 200px);
	}
	.wp-block-image[class*='is-style-overlay'] figcaption {
		color: #FFFFFF;
		font-size: inherit;
		overflow: initial !important;
		margin: 0;
		padding: 0 8%;
		position: absolute; top: 50%;
		transform: translateY(-50%);
		width: 100%;
		z-index: 3;
	}
		.wp-block-image[class*='is-style-overlay'] figcaption a {
			font-size: 1rem;
			margin: 1em 0;
		}
		.wp-block-image[class*='is-style-overlay'] figcaption a:last-child {
			margin-bottom: 0;
		}
		.block-editor .wp-block-image[class*='is-style-overlay'] .editor-rich-text.block-editor-rich-text {
			position: absolute; top: 15px; right: 0; bottom: 0; left: 0;
		}
	.wp-block-image[class*='is-style-overlay'] > a + figcaption {
		pointer-events: none;
	}
		.wp-block-image[class*='is-style-overlay'] > a + figcaption a {
			pointer-events: none;
		}

/*	.wp-block-image[class*='is-style-overlay-large'] figcaption {
		font-size: 2em;
	}
	@media (min-width: 767.98px) { .wp-block-image[class*='is-style-overlay-large'] figcaption { max-width: 720px; } }
	@media (min-width: 991.98px) { .wp-block-image[class*='is-style-overlay-large'] figcaption { max-width: 960px; } }
	@media (min-width: 1199.98px) { .wp-block-image[class*='is-style-overlay-large'] figcaption { max-width: 1140px; } }
	@media (min-width: 1599.98px) { .wp-block-image[class*='is-style-overlay-large'] figcaption { max-width: 1540px; } }*/

.is-style-membership-icon {
	
}
	.is-style-membership-icon img {
		margin: 0 auto;
		width: 4rem;
	}


.is-style-featured-post {
	margin: 0;
	overflow: hidden;
	min-height: 100%; height: 100%; max-height: 330px;
}
	.is-style-featured-post > a {
		height: 100%;
	}
		.is-style-featured-post > a::before {
			background: #1D1D1D;
			content: '';
			opacity: 0;
			position: absolute; top: 0; right: 0; bottom: 0; left: 0;
			transition: opacity .3s ease;
			z-index: 2;
		}
		.is-style-featured-post > a:hover::before,
		.is-style-featured-post > a:focus::before {
			opacity: .6;
		}
		.is-style-featured-post img {
			display: block;
			object-fit: cover;
			min-height: 200px; height: 20vw; max-height: 100%;
			z-index: 1;
		}
	.is-style-featured-post figcaption {
		color: #FFFFFF;
		font-size: .85em;
		margin: 0;
		opacity: 0;
		padding: 2em;
		pointer-events: none;
		position: absolute; bottom: 0; left: 0;
		transition: opacity .3s ease;
		width: 100%;
		z-index: 3;
	}
	.is-style-featured-post > a:hover + figcaption,
	.is-style-featured-post > a:focus + figcaption {
		opacity: 1;
	}
		.is-style-featured-post figcaption h3 {
			margin-bottom: .5rem;
		}
		.is-style-featured-post p {
			line-height: 1.2;
			margin: 0;
		}
		.is-style-featured-post .link {
			background: #FFFFFF;
			border: 0;
			color: #1D1D1D;
			display: inline-block;
			font-weight: 600;
			margin: 1em 0 0;
			padding: .5em 1em;
			text-transform: uppercase;
		}

.is-style-featured-post-revealed {
	margin: 0;
	overflow: hidden;
	min-height: 100%; height: 330px; max-height: 30vw;
}
	.is-style-featured-post-revealed > a {
		height: 100%;
	}
		.is-style-featured-post-revealed img {
			display: block;
			object-fit: cover;
			min-height: 300px; height: 100%; max-height: 100%;
			z-index: 1;
		}
	.is-style-featured-post-revealed figcaption {
		background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
		color: #FFFFFF;
		margin: 0;
		padding: 1.5em;
		pointer-events: none;
		position: absolute; bottom: 0; left: 0;
		transition: opacity .3s ease;
		width: 100%;
		z-index: 3;
	}
	.is-style-featured-post-revealed.standfirst figcaption {
		padding: 5%;
	}
		.is-style-featured-post-revealed h3 {
			margin: 0 0 .25rem;
		}
		.is-style-featured-post-revealed p {
			line-height: 1.2;
			margin: 0;
		}

.is-style-none {
	margin-bottom: 0;
}
		.is-style-none h3 {
			margin: 0 0 .25rem;
		}

.is-style-no-image {
	align-items: center;
	
	color: #FFFFFF;
	display: flex;
	height: 100%;
}
	.is-style-no-image > a {
		background-color: #536451;
		color: inherit;
		position: absolute; top: 0; right: 0; bottom: 0; left: 0;
		transition: all .3s ease;
		z-index: 1;
	}
	.is-style-no-image > a:hover,
	.is-style-no-image > a:focus {
		background-color: #CBC7BB;
	}
	.is-style-no-image figcaption {
		margin: 0;
		padding: 1em 10%;
		pointer-events: none;
		position: relative;
		text-align: center;
		width: 100%;
		z-index: 2;
	}
	.is-style-no-image > a:hover + figcaption,
	.is-style-no-image > a:focus + figcaption {
		color: #1D1D1D;
	}
	.is-style-no-image figcaption h3 {
		margin-bottom: 1rem;
	}
	.is-style-no-image figcaption p {
		line-height: 1.2;
	}

.is-style-banner-logo {
	max-width: 20rem; 
}
	.is-style-banner-logo img {
		display: inline;
		width: auto;
	}
	.is-style-banner-logo:not(.width-led) img {
		height: 5rem;
	}



.is-style-logos { /* inline images */
	margin-right: -1em; margin-left: -1em;
}
	.is-style-logos img {
		display: inline-block;
		margin: 1em 1em 1em 0;
		vertical-align: middle;
		width: auto; max-width: 5em; height: auto; max-height: 1.3em;
	}


.is-style-max-height-viewport img {
	object-fit: cover; font-family: 'object-fit: cover;' !important;
	max-height: calc(100vh - 200px);
}


/* --------------------- PARAGRAPH --------------------- */
.is-style-hide-link a,
a.is-style-hide-link {
	color: inherit;
	text-decoration: none;
}

.is-style-heading {
	font-family: 'trumpsoftpro', sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: .04em;
	line-height: 1;
	margin: 0 0 1.5rem;
	text-transform: uppercase;
}



/* --------------------- QUOTE --------------------- */
.wp-block-quote {
	margin: 0;
	text-align: center;
}
	.wp-block-quote p:last-of-type {
		margin-bottom: 0;
	}
	.wp-block-quote cite {
		font-size: 1rem;
		font-style: normal;
		font-weight: bold;
	}



/* --------------------- SOCIAL LINKS --------------------- */
html .wp-block-social-links {
	
}
html .wp-block-social-links.is-style-logos-only {
	margin: 0 -.1em 1rem;
}
	html .wp-block-social-links.is-style-logos-only .wp-social-link {
		color: inherit !important;
		display: inline-block;
		margin: 0 0;
		padding: 0;
		width: auto; height: auto;
	}
		html .wp-block-social-links.is-style-logos-only .wp-social-link a {
			padding: 0;
		}
		html .wp-block-social-links.is-style-logos-only .wp-social-link a:hover,
		html .wp-block-social-links.is-style-logos-only .wp-social-link a:focus {
			opacity: .7;
		}
	html .wp-block-social-links.is-style-logos-only .wp-social-link svg {
		width: 1.2em; height: 1.2em;
	}



/* --------------------- SPACER --------------------- */
.wp-block-spacer.is-style-small {
	height: 1rem !important;
}
p + .wp-block-spacer.is-style-small {
	margin-top: -1rem;
}
.wp-block-spacer.is-style-medium {
	height: 2rem !important;
}
.wp-block-spacer.is-style-large {
	height: 3rem !important;
}



/* --------------------- TABLE --------------------- */
/*.wp-block-table {
	border: 1px solid #f2f2f2;
	border-collapse: collapse;
	margin: 0 0 1em;
}
	.wp-block-table tr {
		
	}*/
		.wp-block-table th,
		.wp-block-table td {
			/*padding: .2em .4em;
			text-align: left;*/
		}
		.wp-block-table th {
			background: rgba(0,0,0,.5);
			color: #FFFFFF;
			border: 1px solid #FFFFFF;
			font-weight: inherit;
		}
		/*.wp-block-table td {
			border: 1px solid #cccccc;
		}*/




/* --------------------- OTHER STYLES --------------------- */




/* wordpress embed */
.wp-block-embed-wordpress {
	margin: 0;
}
	.wp-block-embed-wordpress .wp-block-embed__wrapper {
		
	}
	.wp-block-embed-wordpress .wp-block-embed__wrapper > blockquote {
		display: none;
	}
		.wp-block-embed-wordpress iframe.wp-embedded-content {
			position: relative !important;
			width: 100%; height: 50vw; max-height: 60vh;
		}



/* video links */
.wp-block-image a[href*="youtu"],
.wp-block-image a[href*="vimeo"],
a.video-link {
	display: block;
	overflow: hidden;
	position: relative;
}
	.wp-block-image a[href*="youtu"] img,
	.wp-block-image a[href*="vimeo"] img,
	a.video-link img {
		
	}
	.wp-block-image a[href*="youtu"]::after,
	.wp-block-image a[href*="vimeo"]::after,
	a.video-link::after {
		background: url('images/play.svg') center/100% auto no-repeat transparent;
		content: '';
		display: block;
		position: absolute; top: 0; left: 50%;
		transform: translateX(-50%);
		transition: all .3s ease;
		width: 20%; max-width: 8em; height: 100%;
		z-index: 2;
	}
	.wp-block-image a[href*="youtu"]:hover::after,
	.wp-block-image a[href*="youtu"]:focus::after,
	.wp-block-image a[href*="vimeo"]:hover::after,
	.wp-block-image a[href*="vimeo"]:focus::after,
	a.video-link:hover::after,
	a.video-link:focus::after {
		transform: translateX(-50%) scale(1.1);
	}



/* centered lists */
/*ul.text-center,
ol.text-center,
.text-center ul,
.text-center ol {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0;
}*/



/* narrow */
.is-style-narrow > div,
p.is-style-narrow,
.wp-block-group.is-style-narrow {
	margin-right: auto; margin-left: auto;
	max-width: 800px;
}







/* ----------------------------------------------------------------------
   --------------------------- BREAKPOINTS ------------------------------ 
   ---------------------------------------------------------------------- */


/* smartphones, touchscreens (devices with no hover state and 'coarse' i.e. finger-based cursor position) */
@media (hover: none) and (pointer: coarse) {

	.is-style-featured-post > a::before {
		opacity: .6;
	}
	.is-style-featured-post figcaption {
		opacity: 1;
	}

}



/* 
@media (max-width: 575.98px) { ... } xs
@media (max-width: 767.98px) { ... } sm
@media (max-width: 991.98px) { ... } md
@media (max-width: 1199.98px) { ... } lg
larger xl
*/


/* xs and sm only */
@media only screen and (max-width: 767.98px) {


.is-style-featured-post-revealed {
	height: 330px; max-height: none;
}
	
html .wp-block-button:not([class*="is-style-"]) .wp-block-button__link { /* by eye */
	font-size: .85em;
	padding: .3em 1em;
}


	.wp-block-image.size-full-page img {
		height: calc(100vh - 9rem);
	}


html [class*="is-style-text-column"],
.wp-block-media-text__content {
	padding-right: 15px !important; padding-left: 15px !important;
}
		.slick-slider.slick-memberships .is-style-text-column .wp-block-image.outset {
			margin: -2rem -15px 2rem;
		}


	.is-style-banner-logo:not(.width-led) img {
		height: 3rem;
	}


	.wp-block-group.is-style-overlay-home > .wp-block-group__inner-container > .wp-block-source-container {
		padding-bottom: 1rem;
	}
	.wp-block-group.is-style-overlay > .wp-block-group__inner-container > .wp-block-source-container {
		padding-top: 1rem;
	}


}


/* sm (small) + */
@media only screen and (min-width: 575.98px) {




}


/* md (medium) + */
@media only screen and (min-width: 767.98px) {

/* --------------------- FONT SIZE --------------------- */
html .has-smaller-font-size {
	
}
html .has-small-font-size {
	
}
html .has-normal-font-size {
	
}
html .has-medium-font-size,
.wp-block-quote {
	font-size: 1.3rem !important;
}
html .has-large-font-size,
.is-style-featured-post-revealed:not(.standfirst) h3,
.is-style-none h3,
html .wp-block-button.is-style-tab .wp-block-button__link { /* equiv h2 */
	font-size: 3rem !important;
}
html .has-huge-font-size { /* equiv h1 */
	font-size: 5rem !important;
}


/* --------------------- SPACER --------------------- */
.wp-block-spacer.is-style-small {
	height: 2rem !important;
}
.wp-block-spacer.is-style-medium {
	height: 4rem !important;
}
.wp-block-spacer.is-style-large {
	height: 7rem !important;
}


	.wp-block-group.is-style-overlay-home .wp-block-source-container {
		background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 50%);
	}
	.wp-block-group.is-style-overlay > .wp-block-group__inner-container > .wp-block-source-container {
		
	}
			.wp-block-group.is-style-overlay-home .wp-block-source-container .container > * {
				max-width: 50%;
			}
			.wp-block-group.is-style-overlay .wp-block-source-container .container > * {
				max-width: 50%;
			}



/* row styles */
.row.is-style-gutters-large,
.row.is-style-gutters-lines {
	margin-right: -2rem; margin-left: -2rem;
}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-lines > div > div > .wp-block {
		padding-left: 2rem;
	}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-lines > div > div > .wp-block  {
		padding-right: 2rem;
	}

	.row.is-style-gutters-lines > div,
	.is-style-gutters-lines > div > div > .wp-block {
		position: relative;
	}
		.row.is-style-gutters-lines > div:not(:last-child)::after,
		.is-style-gutters-lines > div > div > .wp-block:not(:last-child)::after {
			border-left: 1px solid #CCCCCC;
			content: '';
			display: block;
			position: absolute; top: 0; right: 0; bottom: 0;
			width: 0; height: 100%;
		}

/* vertical spacing */
html .is-style-padded,
html .is-style-text-column.is-style-padded,
.is-style-fullpage {
	padding-top: 4rem; padding-bottom: 4rem;
}

html .is-style-padded-more,
html .is-style-text-column.is-style-padded-more {
	padding-top: 7rem; padding-bottom: 7rem;
}

html .is-style-padded-less,
html .is-style-text-column.is-style-padded-less {
	padding-top: 2rem; padding-bottom: 2rem;
}



}


/* lg (large) + */
@media only screen and (min-width: 991.98px) {

html .has-medium-font-size,
.wp-block-quote {
	font-size: 1.3rem;
}
html .has-large-font-size,
.is-style-featured-post-revealed:not(.standfirst) h3,
.is-style-none h3,
html .wp-block-button.is-style-tab .wp-block-button__link { /* equiv h2 */
	font-size: 3.5rem;
}
html .has-huge-font-size { /* equiv h1 */
	font-size: 5rem;
}


}


/* xl (extra large) + */
@media only screen and (min-width: 1199.98px) {




}


/* 'xxl' (custom large size) + */
@media only screen and (min-width: 1599.98px) and (min-height: 799.98px) {

.is-style-featured-post,
.is-style-featured-post-revealed {
	max-height: 400px;
}

}


/* --------------------- EDITOR STYLES --------------------- */
.block-editor {
	
}
	.edit-post-visual-editor {
		/*overflow-x: hidden;*/
	}

.block-editor .wp-block:not([data-align=full]) {
	max-width: 1200px;
}

.wp-block-heading h1, .wp-block-heading h2, .wp-block-heading h3, .wp-block-heading h4, .wp-block-heading h5, .wp-block-heading h6, .editor-post-title__block .editor-post-title__input,
html .editor-styles-wrapper {
	/*font-family: 'Arial', sans-serif;*/
}

.wp-block {
	background-color: rgba(100,100,100,.03);
}
.block-editor .wp-block-source-container,
.block-editor .wp-block-source-carousel {
	padding-right: 3em; padding-left: 3em;
}
.block-editor .wp-block-source-carousel-slide {
	padding-right: 1em; padding-left: 1em;
}

.block-editor [class*="is-style-gutters-"] > div > div > .wp-block {
	padding-right: 1rem !important; padding-left: 1rem !important;
}


.block-editor .wp-block.is-selected > .editor-block-list__block-edit {
	background-color: none;
}
.block-editor .wp-block-shortcode {
	color: initial;
}

.editor-block-list__insertion-point { /* fix editor button z-index issue in certain situations, such as images in columns that have horizontal padding */
	margin-bottom: 20px;
}
html .editor-styles-wrapper .block-editor-block-list__block { /* fix 5.4 spacing issue */
	margin-top: 10px; margin-bottom: 10px;
}
html .editor-styles-wrapper p {
	margin-top: 0; margin-bottom: 0;
}

