/*Font styles used for the site*/
body {  
	font-family: "proxima-nova", sans-serif;
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
	font-size:1rem;
	line-height:1.5;
	color:var(--body_colour,#000);
}
img {
	max-width:100%;
	height:auto;
}

a {
	color:var(--link_colour);
}
a:hover {
	color:var(--link_colour_hover);
	text-decoration:none;
}
.body-text a{
	text-decoration:none;	
}
.body-text a:hover{
	text-decoration:underline;	
}
a:focus {
	text-decoration:none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color:var(--title_colour,#000);
	font-family: "bebas-neue-pro", sans-serif;
	/*text-transform:uppercase;*/
	font-weight:700;
	line-height:1;
}
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	color:var(--title_alt_colour);
}
h1,.h1{
	font-size:5.625rem;
	margin-top:0;
	margin-bottom:1.25rem;
}
h2,.h2{
	font-size:3.75rem;
	margin-top:0.25em;
	margin-bottom:1rem;
}
h3,.h3{
	font-size:2.5rem;
	margin-top:0.25em;
	margin-bottom:1rem;
}
h4,.h4{
	font-size:1.6875rem;
	margin-top:0.25em;
}
h5,.h5{
	margin-top:1.25rem;
	font-size:1.125rem;	
}
h5{
	padding-left:0.4em;
	border-left:solid 5px var(--title_alt_colour);
}
h6,.h6{
	font-size:1rem;
	margin-top:0.25em;
}
.body-text p .fa-solid,
.body-text p .fas,
.body-text p .fab,
.body-text p .fa-brands {
	margin-right:1em;
}
.subtitle {
    font-size: 1.125rem;
    font-family: "proxima-nova", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.text-lrg {
	font-size:1.125rem;	
}
.text-sml {
    font-size: 0.75rem;	
}
.body-text .h1:first-child, .body-text .h2:first-child, .body-text .h3:first-child, .body-text .h4:first-child, .body-text .h5:first-child, .body-text .h6:first-child, .body-text h1:first-child, .body-text h2:first-child, .body-text h3:first-child, .body-text h4:first-child, .body-text h5:first-child, .body-text h6{
	margin-top:0;
}
p {
	margin-bottom:1em;
}
.body-text table {
	width:100%;
	margin-bottom:1em;
	font-size:1rem;
	background:#fff;
	border-radius:8px;
	overflow:hidden;
	font-weight:500;
	line-height:1.3;
	border-color:#fff;
}
.body-text table tr{
    border-width: 0;	
}
.body-text table td,
.body-text table th{
	padding:1.25rem 1.6875rem;
	border-width:0;
	border-bottom-width:1px;
	border-color:#E2ECEE;
	text-transform:uppercase;
}
.body-text table th {
	padding-top:1.5rem;
	background:#E2ECEE;
	font-family: "bebas-neue-pro", sans-serif;
	font-weight:700;
	line-height:1;
}
/*Button*/
.blockButton > a,
a.button,
.btnstyle{
	display: inline-block;
	font-family: "bebas-neue-pro", sans-serif;
	text-transform:uppercase;
    font-weight: 700;
	font-size:1.125rem;
    color: var(--button_colour,#fff);
    border: solid 2px var(--button_bg,#000);
	border-radius:10px;
    background: var(--button_bg,#000);
	text-decoration:none!important;    
    line-height: 1;
    padding: 0.426em 1em;
    position: relative;
    transition: 300ms;
	cursor:pointer;
}
.blockButton > a:after,
a.button.readmore:after {
	display:block;
	content:'\f0da';
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
	position:absolute;
	top:50%;
	right:1em;
	font-size:0.75em;
	transform:translateY(-50%) rotate3d(0, 1, 0, 90deg);
	transition:300ms;
	transition-delay:10ms;
}
.blockButton> a:hover,
a.button:hover,
.btnstyle:hover {
	background:var(--button_bg_hover,#000);
	color:var(--button_colour_hover,#fff);
	border-color:var(--button_bg_hover,#000);
}
.blockButton> a:hover,
a.button.readmore:hover {
	padding-right:1.45em;
}
.blockButton > a:hover:after,
a.button.readmore:hover:after {
	transform:translateY(-50%) rotate3d(0, 1, 0, 0deg);
}
button:focus {
	outline:0;
}

blockquote {
	font-family:"bebas-neue-pro", sans-serif;
	font-style:italic;
	font-size:1.25rem;
	line-height:1.4;
	font-weight:300;
	text-align:left;
	padding:0em 1rem 1rem;
}
blockquote p{
	margin-bottom:1rem;
}
blockquote cite{
	font-family: "proxima-nova", sans-serif;
	font-size:1.125rem;
	line-height:1.2;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	display:block;
}
blockquote cite span{
	color:var(--title_colour);
	font-size:0.75rem;
	text-transform:uppercase;
	letter-spacing:1px;
}
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-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%;
}
@media (min-width:992px){
	body {
		font-size:1.125rem;
	}
	h1,.h1{
		font-size:6rem;
	}
	h2,.h2{
		font-size:4rem;
	}
	h3,.h3{
		font-size:3rem;
	}
	.body-text h1,.body-text .h1{
		font-size: 5.625rem;
	}
	.body-text h2,.body-text .h2{
		font-size:3.75rem;
	}
	.body-text h3,.body-text .h3{
		font-size:2.5rem;
	}
	h4,.h4{
		font-size:2.5rem;
	}
	h5,.h5{
		font-size:1.6875rem;
	}
	h6,.h6{
		font-size:1.125rem;
	}
	.body-text h2, .body-text h3, .body-text h4, .body-text h5, .body-text h6{
		margin-top:1em;
	}
	.blockButton > a,
	a.button,
	.btnstyle  	{
		font-size:1.6875rem;
	}
	.text-lrg {
		font-size:1.6875rem;
	}
	.text-sml {
		font-size: 0.75rem;	
	}
	blockquote {
		font-size:1.6875rem;
		padding:0em 1rem 2rem;
	}
}
@media (min-width:1400px){	
	h1,.h1{
		font-size:8.75rem;
		font-size:7rem;
	}
	h2,.h2{
		font-size:5.625rem;
	}
	h3,.h3{
		font-size:3.75rem;
	}
	.body-text h1,.body-text .h1{
		font-size: 5.625rem;
	}
	.body-text h2,.body-text .h2{
		font-size:3.75rem;
	}
	.body-text h3,.body-text .h3{
		font-size:2.5rem;
	}
	h4,.h4{
		font-size:2.5rem;
	}
	h5,.h5{
		font-size:1.6875rem;
	}
	h6,.h6{
		font-size:1.125rem;
	}
	blockquote {
		font-size:2rem;
	}
}
/*------------------------------------*\
    WPform Styling
\*------------------------------------*/
.body-text .wpforms-container {
	margin-top:0;
	font-size:1rem;
}
.body-text .wpforms-container .wpforms-field,
.body-text .wp-core-ui div.wpforms-container .wpforms-field {
	padding: 0px 0 24px;
}
.body-text .wpforms-container .wpforms-field-label-inline {
	font-weight:500;
}
.body-text .wpforms-container {
	--wpforms-field-border-radius:0px;
    --wpforms-field-border-style: solid;
    --wpforms-field-border-size: 1px;
    --wpforms-field-background-color: transparent;
    --wpforms-field-border-color: #82829c;
    --wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 );
    --wpforms-field-text-color: var(--body_colour);
    --wpforms-field-menu-color: #ffffff;
    --wpforms-label-color: var(--body_colour);
    --wpforms-label-sublabel-color: var(--body_colour);
    --wpforms-label-error-color: #d63637;
    --wpforms-button-border-radius: 10px;
    --wpforms-button-border-style: none;
    --wpforms-button-border-size: 1px;
    --wpforms-button-background-color:  var(--button_bg);
    --wpforms-button-border-color:  var(--button_bg);
    --wpforms-button-text-color: var(--button_colour);
    --wpforms-page-break-color: #066aab;
    --wpforms-background-image: none;
    --wpforms-background-position: center center;
    --wpforms-background-repeat: no-repeat;
    --wpforms-background-size: cover;
    --wpforms-background-width: 100px;
    --wpforms-background-height: 100px;
    --wpforms-background-color: rgba( 0, 0, 0, 0 );
    --wpforms-background-url: none;
    --wpforms-container-padding: 0px;
    --wpforms-container-border-style: none;
    --wpforms-container-border-width: 1px;
    --wpforms-container-border-color: #000000;
    --wpforms-container-border-radius: 4px;
    --wpforms-field-size-input-height: 54px;
    --wpforms-field-size-input-spacing: 11px;
    --wpforms-field-size-font-size: 16px;
    --wpforms-field-size-line-height: 19px;
    --wpforms-field-size-padding-h: 18px;
    --wpforms-field-size-checkbox-size: 30px;
    --wpforms-field-size-sublabel-spacing: 5px;
    --wpforms-field-size-icon-size: 1;
    --wpforms-label-size-font-size: 16px;
    --wpforms-label-size-line-height: 19px;
    --wpforms-label-size-sublabel-font-size: 14px;
    --wpforms-label-size-sublabel-line-height: 17px;
    --wpforms-button-size-font-size: 20px;
    --wpforms-button-size-height: 38px;
	--wpforms-button-size-padding-h: 18px;
    --wpforms-button-size-margin-top: 20px;
    --wpforms-container-shadow-size-box-shadow: none;
	
}
.body-text div.wpforms-container-full input[type=date], .body-text div.wpforms-container-full input[type=datetime], .body-text div.wpforms-container-full input[type=datetime-local], .body-text div.wpforms-container-full input[type=email], .body-text div.wpforms-container-full input[type=month], .body-text div.wpforms-container-full input[type=number], .body-text div.wpforms-container-full input[type=password], .body-text div.wpforms-container-full input[type=range], .body-text div.wpforms-container-full input[type=search], .body-text div.wpforms-container-full input[type=tel], .body-text div.wpforms-container-full input[type=text], .body-text div.wpforms-container-full input[type=time], .body-text div.wpforms-container-full input[type=url], .body-text div.wpforms-container-full input[type=week] {
	border-width:0!important;
    box-shadow: none!important;
	padding-left:0;
	padding-right:0;
	border-bottom-width:1px!important;;
}
.body-text .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-content {
	padding-top:0;
	
}
.body-text div.wpforms-container-full input[type=submit], .body-text div.wpforms-container-full button[type=submit], .body-text div.wpforms-container-full .wpforms-page-button, .wp-core-ui .body-text div.wpforms-container-full input[type=submit], .wp-core-ui .body-text div.wpforms-container-full button[type=submit], .wp-core-ui .body-text div.wpforms-container-full .wpforms-page-button {
    font-family: "bebas-neue-pro", sans-serif;
	text-transform:uppercase;
    font-weight: 700;
}
.body-text div.wpforms-container-full .wpforms-field-description {
	color:var(--theme_colour);
	border:solid 1px var(--theme_colour);
	padding-top:var(--wpforms-field-size-input-spacing);
	padding-bottom:var(--wpforms-field-size-input-spacing);
	padding-left:var(--wpforms-field-size-padding-h);
	padding-right:var(--wpforms-field-size-padding-h);
	margin: calc(var(--wpforms-field-size-sublabel-spacing) * -1) 0 12px 0;
}
.body-text .gform-theme {
	--gf-ctrl-btn-bg-color-primary : var(--button_bg);
	--gf-ctrl-btn-bg-color-hover-primary : var(--button_bg_hover);
	--gf-ctrl-btn-color-primary : var(--button_colour);
	--gf-ctrl-btn-color-hover-primary : var(--button_colour_hover);
	--gf-ctrl-btn-radius : 10px;
	--gf-ctrl-btn-font-size : 1.125rem!important;
	--gf-ctrl-btn-font-weight : 700;
	--gf-ctrl-btn-font-family : "bebas-neue-pro", sans-serif;
	--gf-ctrl-btn-padding-y : 0.426em;
	--gf-ctrl-btn-padding-x : 1em!important;
	--gf-ctrl-btn-text-transform : uppercase;
}
.gform-theme--framework input[type]:where(:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox])), .gform-theme--foundation .gfield select.large, .gform-theme--foundation .gfield select, .gform-theme--foundation .gfield textarea.large {
    background-color: transparent!important;
    border: none!important;
    /*box-shadow: none;*/
    border-bottom: 1px solid #000!important;
    border-radius: 0!important;
    height: var(--wpforms-field-size-input-height)!important;
    color: var(--wpforms-field-text-color)!important;
    font-size: var(--wpforms-field-size-font-size)!important;
}
.gform-theme--framework input[type=radio], .gform-theme--framework input[type=checkbox] {
	background-color: transparent;
	color: var(--wpforms-field-text-color)!important;
    font-size: var(--wpforms-field-size-font-size)!important;
}
.gform-theme--framework input:-internal-autofill-selected {
    background-color: transparent!important;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: var(--title_alt_colour);
}
@media (min-width:992px){
	.body-text .wpforms-container {
		--wpforms-field-size-font-size: 18px;
		--wpforms-field-size-line-height: 20px;
		--wpforms-button-size-font-size: 27px;		
		--wpforms-button-size-height: 54px;
		--wpforms-button-size-padding-h: 34px;
	}
}
@media (min-width:1200px){
	.body-text .gform-theme {
		--gf-ctrl-btn-font-size :1.6875rem!important;
	}
}

/*------------------------------------*\
    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;
	}
	
	.archive h1, .archive .h1,
	.search h1, .search .h1 {
		font-size: 4rem;
	}
	.archive h2, .archive .h2,
	.search h2, .search .h2 {
		font-size: 2.5rem;
	}
	.archive h3, .archive .h3,
	.search h3, .search .h3 {
		font-size: 2rem;
	}
}