/************* RESET *************/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	font-size: 62.5%; /*1 REM = 10px*/
}
*, *:before, *:after {
	box-sizing: inherit; 
}
html, body {
	margin: 0;
	padding: 0;
	min-height: 100vh; 
}
body {
	-webkit-font-smoothing: antialiased;
	background-color: #fff; 
}
.desktop body {
	overflow-y: scroll; 
}
/*
 body.stickyfooter.flex.flexcol>header, body.stickyfooter.flex.flexcol>footer { 
	flex-shrink: 0; 
}
 body.stickyfooter.flex.flexcol>main { 
 	flex: 1 0 auto; 
}
*/
.clearfix, .cf,
.container,
.row {
	zoom: 1; 
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after ,
.container:before, .container:after,
.row:before, .row:after {
	content: " ";
	display: table; 
}
.clearfix:after, .cf:after,
.container:after,
.row:after {
	clear: both; 
}
h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizelegibility; 
}
a, a:link, a:hover, a:visited, a:active {
	outline: none;
	text-decoration: underline; 
}

/************* OBJECT *************/
.banner img, img[class*="align"], img[class*="wp-image-"], img[class*="wp-post-image"], embed, object, iframe, audio, canvas, svg, video {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
	display: block;
	vertical-align: middle; 
}
.no-js svg, .ie svg {
	height:inherit;
}
img[class*="align"] {
	width: auto; 
}
.alignright {
	float: right;
	margin: 0 0 1em 1em; 
}
.alignleft {
	float: left;
	margin: 0 1em 1em 0; 
}
.aligncenter {
	display: block;
	margin: 1em auto; 
}
.center {
	text-align: center;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0; 
	border: 0;
	border-width: 0;
	border-top: 1px solid #999; 
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea, select {
	height: 2rem;
	line-height: 2rem;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 0.5em;
	box-shadow: none;
	box-sizing: border-box;
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-height: 6rem;
	line-height: 1rem;
	padding: 1em;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
	border: 1px solid #999;
	outline: 0;
}
textarea:focus, select:focus {
	border: 1px solid #999;
	outline: 0;
}
label, legend {
	display: block;
	margin-bottom: 1em;
	font-weight: 600;
}
label {
	cursor:pointer;
}
fieldset {
	padding: 0;
	border-width: 0;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}
label {
	display: inline-block;
	font-weight: normal;
}
ul {
	list-style: square inside;
}
ol {
	list-style: decimal inside;
	padding-left: 0;
	margin-top: 0;
}
ul {
	padding-left: 0;
	margin-top: 0;
}
ul ul, ul ol {
	margin: 1.5rem 0 1.5rem 3rem;
	font-size: 90%;
}
ol ol, ol ul {
	margin: 1.5rem 0 1.5rem 3rem;
	font-size: 90%;
}
li {
	margin-bottom: 1rem;
}
code {
	padding: 0.2rem 0.5rem;
	margin: 0 0.2rem;
	font-size: 90%;
	white-space: nowrap;
	background: #fff;
	border: 1px solid #999;
	border-radius: 4px;
}
pre > code {
	display: block;
	padding: 1rem 1.5rem;
	white-space: pre;
}
th, td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #999;
}
button, .button {
	margin-bottom: 1rem;
}
input, textarea, select, fieldset {
	margin-bottom: 1.5rem;
}
.wpcf7 input,
.wpcf7 textarea {
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
pre, blockquote, dl, figure, table {
	margin-bottom: 2.5rem;
}
table, input, textarea, select, fieldset {
	width: 100%; 
}