/*Font styles used for the site*/
/*Declare defaults*/
body {  
	font-family: "lora", serif;
	font-size:1rem;
	line-height:1.5;
	color:var(--body-colour);
}
img {
	max-width:100%;
	height:auto;
}
a {
	color:var(--link-colour);
}
a:hover {
	color:var(--link-colour-hover);
	text-decoration:none;
}
a:focus {
	text-decoration:none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color:var(--title-colour);
    font-family: 'big-caslon-fb', serif;
	font-weight:400;
	line-height:1.1;
}
h1,.h1{
	font-size:3rem;
}
h2,.h2{
	font-size:2.5rem;
}
h3,.h3{
	font-size:1.875rem;
}
h4,.h4{	
    font-size: 1.5rem;
}
h5,.h5{
    font-size: 1.25rem;	
}
h6,.h6{
    font-size: 1rem;	
}
.h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
	display:block;
	font-size:0.75rem;
    margin-bottom: 0.5em;
	font-style:normal;
	text-transform:uppercase;
	color:var(--theme-colour-light);
	color:var(--title-colour-alt);
}
p {
	margin-bottom:1em;
}
p.introPara {
	font-size:2.125rem;
	line-height:1.2;
}
table {
	width:100%;
	margin-bottom:1em;
}
/*Button*/
.blockButton > a,
a.button,
button {
	display: inline-block;
    color: var(--btn_colour);
    background:var(--btn_bg);
	text-decoration:none;
    line-height: 1.3em;
    padding: 1rem 1.75em 0.725rem;
	border-radius: 10px;
    position: relative;
    transition:background 300ms, color 300ms;
	font-size:1rem;
}

.blockButton> a:hover,
a.button:hover,
button:hover {
	color:var(--btn_colour-hover);
	background:var(--btn_bg-hover);
}
button:focus {
	outline:0;
}
.arrowBtn > a,
a.ctaLink,
span.ctaLink {
	display: inline-block;
    color: var(--body-colour);
	text-decoration:none;
	line-height:1.5;
	position:relative;
    padding-right: 2.75rem;
	font-size:1rem;
}

.arrowBtn > a:after,
a.ctaLink:after,
span.ctaLink:after {
	content: "\f178";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display:block;
	width:1.875rem;
	height:1.875rem;
	line-height:1.75rem;
	color: var(--arrow-colour);
	text-align:center;
	font-size:1rem;
	border:solid 1px;
	border-radius:50%;
	position:absolute;
	right:0.3125rem;	
    top: 50%;
    transform: translateY(-50%);
    transition: 100ms;
}
.arrowBtn > a:hover:after,
a.ctaLink:hover:after,
span.ctaLink:hover:after {
	right:0;
}
.arrowBtn.blockButton > a {
    color: var(--btn_colour);
    padding: 1rem 0.75rem 0.725rem;
    padding-right: 3.75rem;
}
.arrowBtn.blockButton > a:after {
	color: var(--btn_colour);
	right:1rem;
}
.arrowBtn.blockButton > a:hover {
   	color:var(--btn_colour-hover);
	background:var(--btn_bg-hover);
}
.arrowBtn.blockButton > a:hover:after {
	color: var(--btn_colour-hover);
	right:0.75rem;
}
blockquote {
	border:0;	
	font-style:normal;
	font-size:1.25rem;
    line-height: 1.35;
	font-weight:400;
	text-align:center;
	position:relative;
	max-width:1096px;
    margin: 0rem auto 2rem;
    padding: 1.2rem 1.5rem 1rem;
    --link-colour: var(--blockquote_highlight)
}
blockquote p{
	margin-bottom:1.25rem;
}
blockquote:after {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	width:165px;
	height:7px;
	transform:translateX(-50%);
	background:var(--blockquote_highlight);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165 7.269'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M-2 0h7.269v165H-2z' data-name='Rectangle 119'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 208'%3E%3Cg clip-path='url(%23a)' data-name='Group 206' transform='rotate(90 81.5 83.5)'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M3.087.001c0 3.856-2.905 3.856-2.905 7.712s2.905 3.857 2.905 7.713S.182 19.283.182 23.14s2.905 3.861 2.905 7.713S.182 34.71.182 38.567s2.905 3.857 2.905 7.714S.182 50.138.182 53.995s2.905 3.857 2.905 7.714S.182 65.566.182 69.423s2.905 3.857 2.905 7.714S.182 80.994.182 84.851s2.905 3.857 2.905 7.715-2.905 3.858-2.905 7.715 2.905 3.857 2.905 7.714-2.905 3.856-2.905 7.713 2.905 3.857 2.905 7.715-2.905 3.857-2.905 7.715 2.905 3.858 2.905 7.715-2.905 3.858-2.905 7.715 2.905 3.858 2.905 7.716-2.905 3.858-2.905 7.717' data-name='Path 212'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165 7.269'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M-2 0h7.269v165H-2z' data-name='Rectangle 119'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 208'%3E%3Cg clip-path='url(%23a)' data-name='Group 206' transform='rotate(90 81.5 83.5)'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M3.087.001c0 3.856-2.905 3.856-2.905 7.712s2.905 3.857 2.905 7.713S.182 19.283.182 23.14s2.905 3.861 2.905 7.713S.182 34.71.182 38.567s2.905 3.857 2.905 7.714S.182 50.138.182 53.995s2.905 3.857 2.905 7.714S.182 65.566.182 69.423s2.905 3.857 2.905 7.714S.182 80.994.182 84.851s2.905 3.857 2.905 7.715-2.905 3.858-2.905 7.715 2.905 3.857 2.905 7.714-2.905 3.856-2.905 7.713 2.905 3.857 2.905 7.715-2.905 3.857-2.905 7.715 2.905 3.858 2.905 7.715-2.905 3.858-2.905 7.715 2.905 3.858 2.905 7.716-2.905 3.858-2.905 7.717' data-name='Path 212'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
blockquote cite{
	font-size:1rem;
	text-transform:uppercase;
	
}
table {
	border-color:inherit;
}
tbody, td, tbody, th {
	padding:0.3125rem 0.625rem;
}
tbody, td, tfoot, th, thead, tr {
	border-width:1px;
}

@media (min-width:992px){
	body {  
		font-size: 1.125rem;
	}
	h1,.h1{
		font-size:6.875rem;
	}
	h2,.h2{
		font-size:5.125rem;
	}
	h3,.h3{
		font-size:2.8125rem;
	}
	h4,.h4{
		font-size:2.0625rem;
	}
	h5,.h5{
		font-size:1.875rem;
	}
	h6,.h6{
		font-size:1.375rem;
	}
	.h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
		font-size:1rem;
	}
	blockquote {
		font-size: 2.375rem;		
		margin:2rem auto 3rem;
		padding:2.2rem 2.5rem 1rem;
	}
	.blockButton > a,
	a.button,
	button {
		font-size:1.375rem;
	}
	.arrowBtn > a, a.ctaLink {
		font-size:1.375rem;
	}
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
@media (max-width:767.99px){
	.alignright,
	.alignleft,
	a img.alignright,
	a img.alignleft{
		float:none;
		margin:5px auto 20px;
		display:block;
	}
}