@font-face {
    font-family: 'Source Sans Pro';
    src: url('source-sans-pro-v13-latin-400.woff') format('woff');
	font-weight:400;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source-sans-pro-v13-latin-600.woff') format('woff');
	font-weight:600;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source-sans-pro-v13-latin-700.woff') format('woff');
	font-weight:700;
}
* {
	padding:0;
	margin:0;
	border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color:#6f6f6f;
}
#content a {
	color:#6f6f6f;
}
#content a:hover {
	color:#709338;
}
footer a {
	text-decoration:none;
}
.footer-row-1 a {	
	color:white;
}
a:-webkit-any-link:focus {
    outline-offset: 0;
}
strong {
	font-weight:700;
}
#wrapper {
	/* [disabled]background: white; */
	/* [disabled]max-width:1460px; */
	/* [disabled]margin:auto; */
}
header {	
	font-weight:400;
	background:white;
	position:relative;
}
h1 {
	font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    padding: 25px 0;
    color: #709338;
    text-transform: uppercase;
}
h3 {
	font-size: 18px;
}
footer h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}
#content {
    font-size: 18px;
}
header {
	min-height:105px;
}
header, #content > div, h1 {
	width:100%;
	max-width: 800px;
	margin:auto;
}
.fullwidth-block {
    max-width: inherit !important;
    background: lightgrey;
}
.fullwidth-block > div {
    max-width: 800px;
    margin: auto !important;
}
.headerimage {
    overflow: hidden;
}
.headerimage img {
    height: auto;
}
.headerimage .wp-block-image {
	background:lightgrey;
}
#logo {
	max-width:200px;
	margin-left: -7px;
	margin-bottom:-3px;
}
#contentwrapper {

}
#content {
    overflow: hidden;
	padding-bottom: 25px;
	min-height: 240px;
}
.home #content {
	padding-bottom: 0;
	padding-top: 40px;
}
#content p, #content h3 {
	margin-bottom:25px;
}
#content ul {
    margin: 0 0 25px 15px;
    list-style-image: url(bullet-square.png);
}
#content ul.no-margin-bottom {
    margin: 0 0 0 15px;
}
#content p + ul {
    margin-top: -25px;
}
footer {
	
}
.footer-row {
}
.footer-row-1 {
    background: #709338;
	color:white;
}
.footer-row-content {
	width:100%;
	max-width: 800px;
	padding: 10px 0 45px;
	margin:auto;
}

.footer-col {    
	padding: 10px 0;
}

.footer-row-2 {
	font-size: 14px;
	line-height: 2.5em;
}
.footernav li {
    display: inline-block;
    text-transform: uppercase;
	margin-right: 10px;
}
.footernav li a {
	color: #6f6f6f;
}
.footernav li a:hover {
	color: #709338;
}

.wp-block-image img {
    height: auto;
}
.fullwidth-block .wp-block-columns {
	margin-bottom:0 !important;
}
.fullwidth-block.first {
    padding-top: 20px;
}

.fullwidth-block .wp-block-image {
    margin-bottom: 0 !important;
}
.home-image-grid .wp-block-image {
    margin-bottom: 40px !important;
}
.home-image-grid .wp-block-column {
	text-align: center;
}
.home-image-grid .wp-block-image {
    position: relative;
}
.home-image-grid .wp-block-image img{
    margin-bottom: -4px;
}
.home-image-grid figcaption {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
	color:white;
	text-transform: uppercase;
	font-weight: 600;
    margin: 0 !important;
}
#content .home-image-grid a {
	color: white;
	text-decoration: none;
	padding: 35px 0;
}
@media only screen and (max-width : 599px){
.headerimage img {
    max-width: inherit !important;
	height: 260px;
    width: auto;
	margin-left: -50%;
}
.fullwidth-block .wp-block-image {
    text-align: center;
}
}
@media only screen and (min-width : 600px){
.headerimage img {
    width: 100%;
}
}
@media only screen and (min-width : 768px){
.footer-row-1 .footer-row-content {
    display: flex;
}
.footer-col {
	width: 50%;
}
.footer-col-2 {
    padding-top: 51px;
	margin-left: 2em;
}
}
@media only screen and (max-width : 849px){
#content, h1, .footer-row, .home-image-grid, .fullwidth-block {
	padding-left: 20px;
	padding-right: 20px;
}
.home #content, .home .fullwidth-block h1 {
	padding-left: 0;
	padding-right: 0;
}
}
@media only screen and (max-width : 849px){
#logo {
    margin-left: 20px;
}
}

