/*Font styles used for the site*/
body {  
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 1.6667;
	color:var(--body_colour,#000);
	padding-right: 93px;
	font-weight: 300;
}
img {
	max-width:100%;
	height:auto;
}
a {
	color:var(--link_colour);
	text-decoration:none;
}
a:hover {
	color:var(--link_colour_hover);
	text-decoration:none;
}
a:focus {
	text-decoration:none;
}
p a {
	text-decoration:underline;
}
p a:hover {
	text-decoration:underline;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color:var(--title_colour,#000);
	font-family: 'ITC Century Std';
	font-weight: 300;
}
h1,.h1{
	font-size: 40px;
	line-height: 1;
	margin-bottom: 47px;
}
h1 span {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
h2,.h2{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 18px;
}
h2 span {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 16px;
	letter-spacing: 1px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
h3,.h3{
	font-size: 20px;
	line-height: 1;
	margin-bottom: 28px;
}
h4,.h4{
	
}
h5,.h5{
	
}
h6,.h6{
	
}
p {
	margin-bottom: 25px;
}
table {
	width:100%;
	margin-bottom:1em;
}

/* Button Primary */
.blockButton > a,
.button {
	display: inline-block;
    color: var(--button_colour,#fff);
    border: solid 1px var(--button_bg,#000);
    background: var(--button_bg,#000);
	text-decoration:none!important;
    line-height: 1.5;
    padding: 13px 32px 13px 32px;
    position: relative;
    transition: color 0.3s ease, padding 0.3s ease, transform 0.3s ease, text-align 0.3s ease, background 0.3s ease, border-color 0.3s ease; /* Smooth transitions */

	font-size: 16px;
	letter-spacing: 3.2px;
	text-transform:  uppercase;
	font-weight: 400;

	min-width: 217px;
	text-align: center;
	border-radius: 0px;
}
.blockButton> a:hover,
.button:hover {
	background:var(--button_bg_hover,#000);
	color:var(--button_colour_hover,#fff);
	border-color:var(--button_bg_hover,#000);
}

/* Button Secondary */
.blockButton > a.secondary,
.button.secondary {
	display: inline-block;
	color: white;
	border: 1px solid white;
	background: transparent;
	text-decoration:none!important;
	line-height: 1.5;
	padding: 13px 32px 13px 32px;
	position: relative;
	transition: color 0.3s ease, padding 0.3s ease, transform 0.3s ease, text-align 0.3s ease, background 0.3s ease, border-color 0.3s ease;

	font-size: 16px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	font-weight: 400;

	min-width: 217px;
	text-align: center;
	border-radius: 0px;
}
.blockButton > a.secondary:hover,
.button.secondary:hover {
	background: var(--button_bg, #ED1848);
	color: var(--button_colour, #fff);
	border-color: var(--button_bg, #ED1848);
}

.cta-primary.button, .cta-secondary.button {
    padding: 20px 32px 20px 32px;
}

.faq.open .faq-answer .blockButton > a {
	display: inline-block;
    color: var(--body_colour);
	text-decoration:underline;
    line-height: 1.5;
    position: relative;
    transition: color 0.3s ease, padding 0.3s ease, transform 0.3s ease, text-align 0.3s ease; /* Smooth transitions */
    
	font-size: 14px;
	letter-spacing: 3.2px;
	text-transform:  uppercase;
	font-weight: 400;
	background: transparent;
    border: none;
    text-align: left;
    padding: 0;
}
.faq.open .faq-answer .blockButton> a:hover {
	color:var(--pink);
}



.staff-btn {
	display: inline-block;
    color: var(--body_colour);
	text-decoration:underline;
    line-height: 1.5;
    position: relative;
    transition: color 0.3s ease, padding 0.3s ease, transform 0.3s ease, text-align 0.3s ease; /* Smooth transitions */
    
	font-size: 14px;
	letter-spacing: 3.2px;
	text-transform:  uppercase;
	font-weight: 400;
	background: transparent;
    border: none;
    text-align: left;
    padding: 0;
}
.staff-btn:hover {
	color:var(--pink);
	text-decoration:underline;
}

button:focus {
	outline:0;
}

blockquote {
	font-style:italic;
	font-size: 30px;
	line-height: 1.3334;
	font-weight: 300;
	padding:2.2em 1.1em;
	text-align:center;
	font-family: 'ITC Century Std';
}

blockquote cite{
	font-style:normal;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	letter-spacing: 2.8px;
	line-height: 1.45;
	margin-top: 40px;
}
tbody, td, tbody, th {
	padding:0.3125rem 0.625rem;
}
tbody, td, tfoot, th, thead, tr {
	border-width:1px;
}

.gallery  {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
	text-align:center;
}
.gallery  .gallery-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	padding:7.5px;
	margin-bottom:0;
}
.gallery  .gallery-item img{
	width:100%;
	aspect-ratio:1;
}
.gallery.gallery-columns-2 .gallery-item {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.gallery.gallery-columns-4 .gallery-item {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
/*------------------------------------*\
    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;
	}
}