.newsletter {
	padding: 40px 0px;
	background-color: #F2F2F2;
}

header,
footer,
.newsletter {
    min-width: initial;
    padding: 0px 20px;
}

main {
    min-width: initial;
    padding: 100px 20px 0px 20px;
}

	.newsletter .col.six {
		vertical-align: middle;
	}
		.newsletter .col.six:last-child {
			text-align: right;
		}

		.newsletter form > div {
			display: flex;
			justify-content: flex-end;
		}

	.newsletter h3 {
		text-align: left;
		text-transform: uppercase;
		color: #012A4B;
		font-size: 20px;
		font-weight: 700;	
		line-height: 24px;
	}

	.newsletter input[type=email] {
		width: 220px;
		padding: 0px 10px;
		padding-left: 15px;
		font-size: 13px;
		font-family: 'Open Sans', sans-serif;
		border: 0;
		height: 40px;
		vertical-align: top;
		color: #808080;
	}

	.newsletter input[type=submit] {
		padding: 0px;
		-webkit-appearance: none;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
		height: 40px;
		font-weight: 400;
		color: #FFF;
		text-transform: uppercase;
		border: 0;
		font-family: 'Montserrat', sans-serif;
		background: #012A4B;
	}
		input[type=submit]:hover {
			cursor: pointer;
		}

.shadow {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: none;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 4000;
}

body.newsletter-debrief-form  section.intro {
	padding-bottom: 0;
}

main > section:first-child {
	padding-top: 120px;
}

section.banner .desktop img {
	margin: 0px 7px;
}

.crumble {
	padding-top: 100px;
	margin-bottom: 80px;
	color: #C2C2C2;
}

@media screen and (max-width: 680px) {
    .crumble.desktop-mobile-alternative {
        margin-bottom: 0;
    }

    .crumble.desktop-mobile-alternative .row {
        display: none;
    }
}


	.crumble a {
		text-transform: uppercase;
		text-decoration: none;
		font-size: 14px;
		font-weight: 500;
		color: #C2C2C2;
	}
		.crumble a:hover {
			text-decoration: underline;
		}

.row .col.all-items-overview {
	vertical-align: middle;
	text-align: right;
}
	.all-items-overview a {
		text-decoration: none;
		color: #012a4b;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500;
	}
		.all-items-overview a:hover {
			text-decoration: underline;
		}

		.all-items-overview a.white {
			color: #FFF;
		}

.body {
	margin-bottom: 80px;
}
	.body ul,
	.body ol {
		padding-left: 20px;
		margin-bottom: 20px;
	}

	.body p {
		margin-bottom: 20px;
	}
		.body p:last-child {
			margin-bottom: 0px;
		}

		.body p.intro {
			color: #012A4B;
			font-weight: 600;
		}

	.body strong {
		font-weight: 600;
	}

	.body blockquote {
		font-style: italic;
		font-size: 24px;
		color: #012A4B;
		line-height: 34px;
	}

	.body img[style*="float:right"] {
		margin: 10px 0px 20px 20px;
	}

	.body img[style*="float:left"] {
		margin: 10px 20px 20px 0px;
	}

	.body a {
		color: #012A4B;
	}

	.body sup,
	.body sub {
		line-height: 0;
	}
	
/* GRID */
.row {
    width: 100%;
	max-width: 960px;
	margin: auto;
	position: relative;
}

.row .col {
	display: inline-block;
	vertical-align: top;
}

.col.one {
	width: 10%;
}

.col.two {
	width: 20%;
}

.col.three {
	width: 25%;
}

.col.four {
	width: 33.333%;
}

.col.five {
	width: 41.666%;
}

.col.six {
	width: 50%;
}

.col.seven {
	width: 58.3%;
}

.col.eight {
	width: 66.666%;
    max-width: 100vw;
}

.col.nine {
	width: 75%;
    max-width: 100vw;
}

.col.ten {
	width: 800px;
    max-width: 100vw;
}

.col.eleven {
	width: 880px;
    max-width: 100vw;
}

.col.twelve {
	width: 100%;
    max-width: 100vw;
}

.handheld {
	display: none;
}

.desktop {
	display: flex;
}