html {
	font-size: 10px;
}

body {
	background: none;
	color: #333;
    margin: 0;
    font-size: 10px;
    font-family: AvenirLTStd-Book;
    font-style: normal;
}

.alert {
	font-size: 1.42rem;
	padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert.alert--info {
	background-color: #d9edf7;
	color: #31708f;
}

.alert.alert--success {
	background-color: #dff0d8;
	color: #3c763d;
}
.alert.alert--danger {
	background-color: #f2dede;
	color: #a94442;
}

.alert.alert--warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

.alert__header {
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 0 5px 0;
	padding: 0;
}

.button {
	background: transparent;
	border: 2px solid #2c96ff;
	color: #2c96ff;
	display: block;
	border-radius: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.4rem;
	padding: 20px 32px 18px;
	text-align: center;
	text-shadow: none;
	transition: color .2s, background-color .2s;
	width: 100%;
}

.button:hover {
	background-color: #2c96ff;
	cursor: pointer;
	color: white;
}

.pane {
	display: none;
}

.pane__header {
	font-size: 1.6rem;
	font-weight: bold;
}

.u-show {
	display: block;
}

.u-hide {
	display: none;
}

#optout_action {
	line-height: 2.1rem;
}
