/*Font styles used for the site*/
body {  
	font-family: "avenir",sans-serif;
	color:var(--body_colour,#000);
	font-size: 1.125rem;
    line-height: 1.55556;
	font-weight: 400;
	background: #eceff2;
}
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: "didot", serif;
    font-style: normal;
    font-weight: 600;
}
h1,.h1{

}
h2,.h2{
	font-size: 1.875rem;
    line-height: 1.3;
    margin-top: 1.875rem;
    margin-bottom: .5rem;
}
h3,.h3{
	font-size: 2rem;
    line-height: 1.3125;
    margin-top: 2rem;
    margin-bottom: .5rem;
}
h4,.h4{
	font-size:1.75rem;
	line-height:1.25;
	margin-top:1.75rem;
	margin-bottom:.5rem;
}

h5,.h5{
	font-size: 1.5rem;
    line-height: 1.375;
	margin-bottom: .5rem;
}
h6,.h6{
	
}

h4 a {
	text-decoration: underline;
}
h4 a:hover {
	text-decoration: none;
}


@media only screen and (min-width : 40em) {

	h2,.h2{
		font-size: 2.5rem;
		line-height: 1.3;
		margin-top: 2.5rem;
	}
	h3,.h3{
		font-size: 2rem;
		line-height: 1.3125;
		margin-top: 2rem;
	}

}

p {
	margin-bottom: 1.55556em;
    /* font-size: inherit; */
    line-height: 1.55556;
}

p a {
	text-decoration: underline;
}


table {
	width:100%;
	margin-bottom:1em;
}
hr {
	clear: both;
    max-width: 76.25rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #868686;
    border-left: 0;
	opacity: 1;
}
/*Button*/
.blockButton > a,
.button {
	display: inline-block;
    color: var(--button_colour,#fff);
    background: var(--button_bg,#000);
	text-decoration:none;
    position: relative;
    transition: background-color .25sease-out, border-color .25sease-out, color .25sease-out;



    vertical-align: middle;
    padding: .8em 1.6em .86667em;
    border: 1px solid transparent;
    border-radius: 1.25rem;
    font-size: .9375rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;

}
.blockButton> a:hover,
.button:hover {
	background:var(--button_bg_hover,#000);
	color:var(--button_colour_hover,#fff);
}
button:focus {
	outline:0;
}

blockquote {
	
	font-size: 2rem;
    font-weight: 600;
    line-height: 1.3125;
	text-align:center;
	color: #16345f;
    max-width: 50rem;
	font-style: normal;

	padding: 0 0 0 1em;
	padding-top: .25rem;
    padding-bottom: .5rem;
    border-left: 1rem solid #868686;

	font-family: "didot", serif;
    font-style: normal;
}

blockquote cite{
	font-size: 1.125rem;
    font-style: normal;
    line-height: 1.38889;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
}
blockquote cite:before {
	content: '—';
	display: inline-block;
}



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;
	}
}