/* --- RESET --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
*, *:before, *:after {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
html {
   font-size: 62.5%;
}

/* --- CLEARFIX --- */
.clear:before,
.clear:after,
.wrap:before,
.wrap:after,
#content:before,
#content:after,
.columns:before,
.columns:after,
.searchform:before,
.searchform:after,
.team-member__wrap:before,
.team-member__wrap:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.wrap:after,
#content:after,
.columns:after,
.searchform:after,
.team-member__wrap:after {
	clear: both;
}


/* --- GENERAL CLASSES --- */
.text__center,
.center {
	text-align: center;
}

.hidden {
	display: none;
}

.mb0 {
	margin-bottom: 0!important;
}
.mt0 {
	margin-top: 0!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.pb0 {
	padding-bottom: 0!important;
}
.pt0 {
	padding-top: 0!important;
}

.bg-alt {
	background-color: #697077;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.col-white,
.col-white * {
	color: #fff;
}

/* --- GUTENBERG : custom background colours --- */
.has-grey-background-color {
	background-color: #1d1d1b;
}

.has-blue-background-color {
	background-color: #0074aa;
}

.has-green-background-color {
	background-color: #115d17;
}

.has-red-background-color {
	background-color: #ca4a1f;
}

.has-yellow-background-color {
	background-color: #f7be01;
}

.has-white-background-color {
	background-color: #fff;
}


/* --- GUTENBERG : custom text colours --- */
.has-grey-color {
	color: #1d1d1b;
}

.has-blue-color {
	color: #0074aa;
}

.has-green-color {
	color: #115d17;
}

.has-red-color {
	color: #ca4a1f;
}

.has-yellow-color {
	color: #f7be01;
}

.has-white-color {
	color: #fff;
}


	
@media (min-width: 600px) {

/* --- COLUMNS --- */
	.wp-block-columns {
		margin-left: -3rem;
	}
	.wp-block-column {
		margin: 0!important;
		padding: 0 0 0 3rem;
	}
}

@media (min-width: 990px) {

/* --- WIDE ALIGNMENT --- */
	.wp-block-image.alignwide,
	.wp-block-columns.alignwide {
		max-width: unset;
		margin-left: -50px;
		margin-right: -50px;
	}
	
/* --- FULLWIDTH ALIGNMENT --- */
	.full-width .wp-block-image.alignfull,
	.full-width .wp-block-columns.alignfull {
		margin-left  : calc( -100vw / 2 + 100% / 2 );
		margin-right : calc( -100vw / 2 + 100% / 2 );
		max-width    : 100vw;
	}
}