/*Font styles used for the site*/
body {  
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 18px;
	line-height: 1.558;
	color:var(--body_colour,#000);
	font-weight: 400;
}
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;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color:var(--title_colour,#000);
	font-family: "proxima-nova",sans-serif;
}
h1,.h1{
	font-size: 60px;
	line-height: 1;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 60px;
}
h2,.h2{
	font-size: 40px;
	line-height: 1.25;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h3,.h3{
	font-size: 22px;
	line-height: 1.25;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 30px;	
}
h4,.h4{
	
}
h5,.h5{
	
}
h6,.h6{
	
}
p {
	margin-bottom: 25px;
}
table {
	width:100%;
	margin-bottom:1em;
}
.leadin {
	font-size:20px;
	color:var(--title_colour,#000);
}
/*Button*/
.blockButton.altColour {
	--button_bg : #002D59;
	--button_colour : #fff;
	--button_bg_hover : #D6BC78;
	--button_colour_hover : #002D59;
}
.blockButton > a,
.button {
	display: inline-block;
    color: var(--button_colour,#fff);
    background: var(--button_bg,#000);
	text-decoration:none;
    line-height: 2;
	font-size: 14px;
	letter-spacing: 0.7px;
    padding: 14px 10px;
	text-align: center;
    position: relative;
    transition: 300ms;
	min-width: 166px;
	border-radius: 12px;
	border: none;
	font-weight: 400;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
}
.blockButton> a:hover,
.button:hover {
	background:var(--button_bg_hover,#000);
	color:var(--button_colour_hover,#fff);
	border: none;
}
button:focus {
	outline:0;
}
.blockButton.longButton > a {
	width:100%;
	min-width:0;
}
.blockButton.withIcon > a {
	padding-right:50px;
	padding-left:20px;
}
.blockButton.downloadButton > a {
	padding-right:50px;
	padding-left:20px;
}
.blockButton.withIcon > a:after,
.dynamic-web-links .blockButton > a:after,
.dynamic-web-links .button:after {
    display: block;
    width: 19px;
    height: 19px;
	line-height: 19px;
    text-align: center;
    position: absolute;
    right: 26px;
    top: 18px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f062';
	font-size: 0px;

	background-color: currentColor;
	mask-image:url('../images/link-icon.png');
	mask-position:right center;
	mask-repeat:no-repeat;
	mask-size: contain;

}
.blockButton.withIcon > a:hover:after,
.dynamic-web-links .blockButton > a:hover:after,
.dynamic-web-links .button:hover:after {
	right: 16px;
}
.blockButton.downloadButton > a:after {
	display: block;
    width: 13px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f062';
    font-size: 0px;
    background-color: currentColor;
    mask-image: url(../images/download-icon.png);
    mask-position: right center;
    mask-repeat: no-repeat;
    mask-size: contain;
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f56d";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.blockButton.downloadButton > a:hover:after {
    right: 20px;	
}
blockquote {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-size: 40px;
	font-weight: 500;
	text-align:center;
	letter-spacing: 2px;
	line-height: 1.25;
}

blockquote cite{
}
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%;
}
/*------------------------------------*\
    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;
	}
}

.wpforms-container .wpforms-form {
	--wpforms-field-border-radius: 3px;
    --wpforms-field-border-style: solid;
    --wpforms-field-border-size: 1px;
    --wpforms-field-background-color: #ffffff;
    --wpforms-field-border-color: currentColor;
    --wpforms-field-border-color-spare: rgba(0, 0, 0, 0.25);
    --wpforms-field-text-color: rgba(0, 0, 0, 0.7);
    --wpforms-field-menu-color: #ffffff;
    --wpforms-label-color: currentColor;
    --wpforms-label-sublabel-color: var(--title_colour);
    --wpforms-label-error-color: #d63637;
    --wpforms-button-border-radius: 3px;
    --wpforms-button-border-style: none;
    --wpforms-button-border-size: 1px;
    --wpforms-button-background-color: #066aab;
    --wpforms-button-border-color: #066aab;
    --wpforms-button-text-color: #ffffff;
    --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: 3px;
    --wpforms-field-size-input-height: 43px;
    --wpforms-field-size-input-spacing: 15px;
    --wpforms-field-size-font-size: 16px;
    --wpforms-field-size-line-height: 19px;
    --wpforms-field-size-padding-h: 14px;
    --wpforms-field-size-checkbox-size: 16px;
    --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: 17px;
    --wpforms-button-size-height: 41px;
    --wpforms-button-size-padding-h: 15px;
    --wpforms-button-size-margin-top: 10px;
    --wpforms-container-shadow-size-box-shadow: none;
}

.body-text div.wpforms-container-full .wpforms-form  button[type=submit] {
	display: inline-block;
    color: var(--button_colour,#fff);
    background: var(--button_bg,#000);
	text-decoration:none;
    line-height: 2;
	font-size: 14px;
	letter-spacing: 0.7px;
    padding: 14px 10px;
	text-align: center;
    position: relative;
    transition: 300ms;
	min-width: 166px;
	border-radius: 12px;
	border: none;
	font-weight: 400;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
    height: auto;
}
.body-text div.wpforms-container-full .wpforms-form  button[type=submit]:hover{
	background:var(--button_bg_hover,#000);
	color:var(--button_colour_hover,#fff);
	border: none;
}