/*Font styles used for the site*/
body {  
	font-family: "Oxygen", sans-serif;
	font-size: 20px;
	line-height:1.5;
	color:var(--body_colour,#000);
}
@media(max-width:768px){ 
	body {  
	font-size: 18px;
}
}
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);
}
h1,.h1{
	font-size: 58px;
	line-height: 1.2;
	margin-bottom: 30px;
}
h2,.h2{
	font-size: 40px;
	line-height: 1.25;
	margin-bottom: 25px;
}
h3,.h3{
	font-size: 30px;
	line-height: 1.25;
	margin-bottom: 25px;
}
h4,.h4{
	
}
h5,.h5{
	
}
h6,.h6{
	
}
p {
	margin-bottom: 25px;	
}
table {
	width:100%;
	margin-bottom:1em;
}

/*Button*/
.blockButton > a,
.button {
	display: inline-block;
    color: var(--button_colour,#fff);
    background: var(--button_bg,#000);
	text-decoration:none;
    line-height: 2;
    padding: 16px 65px 16px 29px;
    position: relative;
    transition: 300ms;
	min-width: 264px;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	border: none;
	letter-spacing: 3px;
}
.blockButton> a:hover,
.button:hover {
	background:var(--button_bg_hover,#000);
	color:var(--button_colour,#fff);
	border: none;
}
button:focus {
	outline:0;
}
.blockButton > a:before,
.button:before {
	
	content: '';
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	right: 31px;
	top: 22px;
	background-color: currentColor;
	mask-image: url('../images/arrow.png');
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;

	
}

.blockButton > a:after,
.button:after {
	
	content: '';
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: 24px;
	top: 15px;
	background-color: transparent;
	border: 1px solid currentColor;
	transform: rotate(45deg);
}




blockquote {
	font-style: normal;
	font-size: 24px;
	line-height: 2.25;
	font-weight: 400;
	font-style: italic;
	padding: 0;
	color:var(--quotes-text);
	letter-spacing: -1px;
}

blockquote cite, .quote-cite {
	font-weight: 700;
	display: block;
	font-style: normal;
	margin-top: 50px;
	font-size: 16px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
}

blockquote:before {
	content: '';
	width: 50px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	background: var(--quotes-text);
	mask-image: url('../images/quotes-icon.png');
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
	margin-bottom: 50px;
}

tbody, td, tbody, th {
	padding:0.625rem 0.625rem;
}

table {    
    text-align: left;
    border-style: hidden;
    display: table;
}

table th {
    background-color: #17506c;
	color:#fff;
    font-size: 18px;
    line-height: 1.3;
    vertical-align: top;
}

table td {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    vertical-align: top;
}

table tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, 0.05);
}

table td h4 {
    margin: 0px !important;
}

.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%;
    height: auto;
	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;
	}
}