*, ul, li {
	margin:0;
	padding:0;
}

ul {
	list-style: inside;
}



h1 { font-family: 'Roboto Slab', sans-serif; }
body,p,input,textarea,select,form { font-family: 'Lato', sans-serif; }
img { max-width: 100%; height:auto }
ol {
  counter-reset: item
}
ol > li {
  display: block
}
ol > li:before {
  content: counters(item, ".") " ";
  counter-increment: item
}
#wrapper {
	background-image: url("../img/wood.webp");
	min-height: 100vh;
	padding-bottom: 60px;
	background-size: 70%;
}

.inner-wrapper, .content-wrapper {
	background: transparent;
	max-width: 960px;
	margin: auto;
	
}

.content-wrapper {
	background:#fff;
	padding:20px;
}

.content-wrapper h1 {
	padding:20px 0 0;
}

.content-wrapper h3 {
	margin-top:20px;
}

figure#logo-main {
	margin: auto;
	text-align: center;
	width: 100%;
	padding-top: 30px;
	z-index: 2;
	position: relative;
	max-width: 180px;
}

.bs {
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.4);
	-ms-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.4);
	-o-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.4);
}

.br {
	border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	-webkit-border-radius: 18px;
}

.row.content-row {

	height: 100%;
	margin: -40px auto 0;
	z-index: 1;

}

.row.content-row > div {
	padding: 0;

}

section#content {
	background: #fff;
	border-radius: 18px 0 0 18px;
	-moz-border-radius: 18px 0 0 18px;
	-webkit-border-radius: 18px 0 0 18px;
	-ms-border-radius: 18px 0 0 18px;
	-o-border-radius: 18px 0 0 18px;
	height: 100%;
}

section#optin {
	 background: rgb(2,0,36);
	background: -moz-linear-gradient(151deg, rgba(2,0,36,1) 0%, rgba(188,202,106,1) 0%, rgba(128,135,85,1) 100%);
	background: -webkit-linear-gradient(151deg, rgba(2,0,36,1) 0%, rgba(188,202,106,1) 0%, rgba(128,135,85,1) 100%);
	background: linear-gradient(151deg, rgba(2,0,36,1) 0%, rgba(188,202,106,1) 0%, rgba(128,135,85,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#808755",GradientType=1); 
	border-radius: 0 18px 18px 0;
	-moz-border-radius: 0 18px 18px 0;
	-webkit-border-radius: 0 18px 18px 0;
	-ms-border-radius: 0 18px 18px 0;
	-o-border-radius: 0 18px 18px 0;
	height: 100%;
}

section#content, section#optin {
	padding: 40px;
}
section#optin { padding-top:120px; }
section#content h1 {
	margin-bottom: 20px;
}
section#content p {
	font-style: italic;
}
section#optin p {
	color: #222;
	font-weight: 600;
}
.row.content-row {
	font-size: 18px;
	font-weight: 300;
}

.btn.btn-submit {
	background: #4e5817;
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	margin-top: 20px;
	height: 4.4rem;
}

.form-control {
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
	border: none;
	padding: 0.9rem 1rem;
	height: 4.4rem;
}

.form-control:focus {
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
}
.mc-field-group {
	clear: right;
	position: relative;
}
.mc-field-group-name {
	margin-bottom:15px;
}

.indicates-required {
	text-align: right;
font-size: 12px;
color: red;
background: white;
float: right;
padding: 2px;
position: relative;
top: -4px;

}

#mce-error-response, #mce-success-response {
	background: #fff;
	padding: 10px;
	font-size: 14px;
}

#mce-error-response { color:red; }
#mce-success-response { color:green }

.response {
	margin-top: 10px;
}

.b-rad-4 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.noscriptmsg {
	position: relative;
	text-align: center;
	background: maroon;
	color: #fff;
	display: none;
	padding: 10px;
}
#mc_embed_signup_scroll { 
	position: relative;
 }

label.mce-label {
	background: #fff;
	padding: 3px;
	transform: translate(0, 0);
	position: absolute;
	top: 20px;
	left: 10px;
	margin-bottom:5px;
	transition: ease-in-out 0.13s;
	font-size:16px;
	cursor: text;
	
}
label.mce-label.move {
	transform: translateY(-26px);
	font-size: 80%;
	cursor: default;
}

nav#footer-nav {
	background:#fff;
	max-width: 400px;
	width:100%;
	margin:20px auto;
	text-align:center;
}

nav#footer-nav ul {
	list-style: none;
}

nav#footer-nav ul li {
	display:inline;
	margin-right: 5px;
}

nav#footer-nav ul li a {
	padding:15px 10px;
	display: inline-flex;
	color: #4e5817;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
	section#wrapper { background-size:auto }
	section#content, section#optin {
		padding: 40px;
	}
}
@media screen and (max-width: 768px) {
	section#content, section#optin {
		border-radius: 18px;
		-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		-ms-border-radius: 18px;
		-o-border-radius: 18px;
	}
	section#optin {
		margin-top: 20px!important;
	}
	.row.content-row {
		margin-bottom:40px;
	}
}
@media screen and (max-width:500px) {
	section#content, section#optin {
		padding:40px 20px;
	}
}