/*** RESET ***/
html, body,
div, img, br,
h1, h2, h3, h4, h5, h6, p, a, em, span, strong, small, i, b, u, blockquote, q, strike,
ul, ol, li, dl, dt, dd,
address, hr, s, cite, dfn, abbr, code, var, samp, kbd, sub, sup, ins, del, pre, 
iframe, object, param, video, audio, source, track, canvas, map, area, svg, math,
form, fieldset, legend, label, input, button, select, textarea, datalist, optgroup, option, keygen, output, progress, meter,
table, caption, colgroup, col, tbody, thead, tfoot, td, th,
section, nav, article, aside, header, footer, main, figure, figcaption, data, time, mark, ruby, rt, rp, bdi, bdo, wbr, embed, details, summary, command, menu {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	line-height:1;
	font-weight: 400;
}

html {
	-webkit-text-size-adjust: none;
}
/*** END RESET ***/


html {
	min-height: 100%;
	position: relative;
}

body {
	font-size: 100%;
	font-family: 'Mulish Regular', sans-serif;
	font-weight: 400;
	color: #5d5d5d;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

h1, h2, h3 {
	font-family: 'Mulish SemiBold', sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 2.4rem;
	margin-bottom: 2rem;
	text-align: center;
}

h2 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	text-align: center;
}

h1:after, h2:after {
	content: "";
	width: 4.5rem;
	height: .13rem;
	background: #5d5d5d;
	display: block;
	margin: .5rem auto;
}

h3 {
	font-size: 1.3rem;
	margin-bottom: .8rem;
}

p, li, address {
	line-height: 1.5;
	font-size: inherit;
	font-size: 1rem;
}

strong {
	font-family: 'Mulish SemiBold', sans-serif;
}


p {
	margin-bottom: .75rem;
}

time, span, strong, b, i {
	line-height: inherit;
}

a {
	line-height: inherit;
	color: #8dbe50;
	
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
a:hover,
a:focus {
	color: #52a32c;
}

li {
	margin: 0 0 .2rem 1rem;
}

ul {
	margin-bottom: 1rem;
}

address {
	font-style: normal;
}


sub, sup {
	font-weight: inherit;
	font-size: 60%;
}

input, select, textarea {
	font-family: 'Mulish Regular', sans-serif;
	font-size: 1rem;
	color: #5d5d5d;
	vertical-align: middle;
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=password], select, textarea, input[type=submit] {
	border: 1px solid #d5d5d5;
	padding: .5rem;
	margin: .2rem 0 1rem;
	font-size: 1rem;
	display: inline-block;
	box-sizing: border-box;
	background: transparent;
	width: 100%;
	
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

input[type=radio], input[type=checkbox] {
	display: inline-block;
	height: 1rem;
	width: 1rem;
	border: 1px solid #ccc;
	border: 1px solid #ccc;
	margin-right: .6rem;
	vertical-align: middle;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
input[type=radio]:checked, input[type=checkbox]:checked {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E") no-repeat center center;
	background-size: 45% auto;
}

input[type=checkbox], input[type=radio], input[type=file], input[type=submit], button, select {
	cursor: pointer;
}

html input[type=submit] {
	border: none;
	color: #fff;
	background: #8dbe50;
	font-size: 1.1rem;
	padding: .6rem 1rem;
	margin-top: .5rem;
	line-height: 1.4;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
html input[type=submit]:hover,
html input[type=submit]:focus {
	background: #52a32c;
}

select {
	text-indent:0.01px; /* prevent Firefox bug */
	overflow: hidden; /* prevent Firefox bug */
	padding: .4rem 2rem .381rem .5rem;
	line-height: 1.5;
	
	background-color: transparent;
	background-image: linear-gradient(45deg, transparent 50%, #3c393c 50%), linear-gradient(135deg, #3c393c 50%, transparent 50%);
	background-position: calc(100% - 19px) center, calc(100% - 14px) center;
	background-size: 5px 8px, 5px 8px;
	background-repeat: no-repeat;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
		padding-left: 8px;
	}
}

select[multiple=multiple] {
	background-image:none;
}


select::-ms-expand {
	display: none;
}


textarea {
	resize: none;
	height: 4rem;
	line-height: 1.2;
}

label[for] {
	cursor: pointer;
}

body .button,
body .wp-block-button__link {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: .6rem 1.5rem;
	font-size: 1rem;
	
	background: #8dbe50;
	background: -moz-linear-gradient(top,  #8dbe50 0%, #52a32c 100%);
	background: -webkit-linear-gradient(top,  #8dbe50 0%,#52a32c 100%);
	background: linear-gradient(to bottom,  #8dbe50 0%,#52a32c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbe50', endColorstr='#52a32c',GradientType=0 );
		
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	border-radius: .4rem;
	
	-webkit-box-shadow: 0.1rem .1rem 0.3rem 0.1rem rgba(94,94,94,.10);
	-moz-box-shadow: 0.1rem .1rem 0.3rem 0.1rem rgba(94,94,94,.10);
	box-shadow: 0.1rem .1rem 0.3rem 0.1rem rgba(94,94,94,.10);
}
.button:hover,
.button:focus,
body .wp-block-button__link:hover,
body .wp-block-button__link:focus {
	background: #52a32c;
	background: -moz-linear-gradient(top,  #52a32c 0%, #52a32c 100%);
	background: -webkit-linear-gradient(top,  #52a32c 0%,#52a32c 100%);
	background: linear-gradient(to bottom,  #52a32c 0%,#52a32c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a32c', endColorstr='#52a32c',GradientType=0 );
}



section, nav, article, aside, header, footer, main {
	display: block;
}



.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}



.f-left {
	float: left;
}

.f-right {
	float: right;
}