html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}


body {
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin:0;
	padding:0;

	font-family: "Helvetica Neue", sans-serif;
}

img {
	max-width: 100%;
	height:auto;
}

.row {
	width:100%;
}

.row.dark {
	background-color: rgba(32,44,16,0.75);
	color:white;
}

sup {
	font-size: 14px;
}

.row.green {
	background-color: #1aac5b;
	color:white;
}
.row.padded {
	padding:60px 10px;
}

.wrapper {
	max-width: 800px;
	margin: 0 auto;
}

#title {
	text-align: center;
	padding:20px;
	margin-bottom: 40px;
}

	#title img {
		width:100%;
		max-width: 480px;
		margin:0 auto;
	}

.center {
	text-align: center;
}

.logos {
	text-align: center;
	max-width: 400px;
	margin: 30px auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
.logos img {
	width:100%;
	height:auto;
}

span.hilight {
	background-color: white;
	color: black;
	padding:2px 5px;
}

p {
	text-align: justify;
}

p a {
	color:inherit;
}

h2, h3 {
	font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
	line-height: 150%;
}

h2 {
	font-size: 28px;
	text-align: center;
}

h3 {
	text-align: left;
	font-size: 24px;
	line-height: 120%;
	margin-top: 50px;
	margin-bottom: -10px;
}

h4 {
	margin:0;
	margin-top: 10px;
	text-align: center;
}

.col {
	vertical-align: top;
}

.col h3 {
	margin:0;
	margin-bottom: -15px;

}
.col.left {
	text-align: center;
}

.col.left img {
	max-width: 80px;
	margin:20px;
}

.nestemy {
	text-align: center;
}

.nestemy img {
	max-width: 120px;
}

.progress {
	border:3px solid white;
	height:40px;
	padding:3px;
	position: relative;
	margin-bottom: 30px;
}


.progress-fill, .progress-fill-new {
	background-color: white;
	width:100%;
	height:100%;
}

.progress-value, .progress-value-new {
	margin-right: 10px;
	font-family: "Helvetica Neue", sans-serif;
	text-align: right;
	color:#1aac5b;
	font-size: 14px;
	font-weight: bold;
	display: none;
}

.progress-value-new {
	display: block;
	padding-top: 4px;
}


.progress-banner {
	background-color: rgba(0,0,0,0.75);
	position: absolute;

	top:0px;
	left:0px;
	z-index: 9000;
	width:100%;
	text-align: center;
	padding:10px;
	font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
	font-weight: normal;

	-ms-transform: rotate(-3deg); /* IE 9 */
	-webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
	transform: rotate(-3deg);
}

p.bigger {

	font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
	font-weight: normal;
	font-size: 18px;
}

.country-selector {
	text-align: right;
	padding:20px 20px;
}

.country-toggle {
	display: inline-block;
	background:#1a1f0e;
}

.country {
	display: inline-block;
	padding:6px 20px;
	color:#495236;
	font-weight: bold;
}

.country.active {
	background: white;
	color:#212614;
}

.country-toggle a:hover .country {
	color:#a7b38e;
}

.smallprint {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 14px;
	color:rgba(255,255,255,0.66);
}

.smallprint a {
	color:inherit;
}

#thankyou {
	display:none;
}

form {
	width:100%;
	max-width: 400px;
	margin:0 auto;
	margin-bottom: 200px;
}

input[type="text"], input[type="email"] {
	width:100%;
	display: block;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 28px;
	border:0;
	border-radius: 4px;
	padding:5px;
	margin:0px auto 20px auto;
}

input[type="submit"] {
	width:100%;
	display: block;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 28px;
	border:0;
	border-radius: 4px;
	padding:5px;
	margin:0px auto 20px auto;
	background:#1aac5b;
	color:white;
}


@media screen and (min-width: 640px) {
	.col {
		display: inline-block;
		margin-right:-4px;
	}


	h4 {
		text-align: left;
		margin-bottom: -10px;
	}
	.col.left {
		width:20%;
	}

	.col.right {
		width:80%;
	}
	.nestemy {
		text-align: left;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 32px;
	}

}
