* {
	box-sizing: border-box;
}
html,
body {
	padding: 0;
	margin: 0;
	min-width: 320px;
}
body {
	background: #f9f9f9;
	font-family: "Albert Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #111;
}
a {
	color: #39469d;
}
a:hover {
	color: #111;
}
label {
	cursor: pointer;
	color: #666;
}
h1,
h2,
h3,
h4 {
	font-weight: 400;
}
.section {
	margin-bottom: 45px;
}

input[type="text"],
input[type="email"],
select {
	padding: 10px 15px;
	border: 1px solid #888;
	border-radius: 3px;
	width: 100%;
	box-shadow: 2px 2px 0 #f3f3f3;
	border: 1px solid #ddd;
	font-size: 1em;
}
input:focus {
	border-color: #39469d;
}

input:focus::placeholder {
	color: transparent;
}

.center {
	text-align: center;
}
.button {
	background: #39469d;
	padding: 15px 30px;
	border-radius: 3px;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	color: #ffff;
	display: inline-block;
	min-width: 150px;
	font-size: 1.1em;
	text-align: center;
}
.button:hover {
	background: #333;
	color: #fff;
}
.button.button-outline {
	background: #fff;
	border: 1px solid #39469d;
	color: #39469d;
}
.button.button-outline:hover {
	background-color: #39469d;
	color: #fff;
}

.container {
	margin: 60px auto 15px auto;
	max-width: 550px;
}

.wrap {
	background: #fff;
	padding: 40px;
	box-shadow: 2px 2px 0 #f3f3f3;
	border: 1px solid #eee;
}

.header {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.header .logo img {
	width: auto;
	max-width: 150px;
}

.unsub-all {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.row {
	margin-bottom: 20px;
}
.form .lists {
	margin-top: 45px;
	list-style-type: none;
	padding: 0;
}
.form .nonce {
	display: none;
}

#btn-back {
	display: none;
}

footer.container {
	margin-top: 15px;
	text-align: center;
	color: #aaa;
	font-size: 0.775em;
	margin-top: 30px;
	margin-bottom: 30px;
}
footer a {
	color: #aaa;
	text-decoration: none;
}
footer a:hover {
	color: #111;
}

@media screen and (max-width: 650px) {
	.wrap {
		margin: 0;
		padding: 30px;
		max-width: none;
	}
}
