* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
}

body {
	font-size: 12px;
	font-family: "Gotham A", "Gotham B";
	font-weight: 400;
	line-height: 2.17;
	color: #7a7a7a;
}

.site-nav-open {
	overflow: hidden;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

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

p {
	margin-bottom: 20px;
}

figure {
	background-size: cover;
	background-position: center center;
}

.main-content > section {
	padding: 60px 20px;
}

section > .container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}

section.full-width > .container {
	max-width: none;
}

.main-content > section:first-of-type {
	padding-top: 105px;
	background: #eef3f6 url('../images/marble.png');
	background-size: 663px auto;
}

.marble-dark {
	background-image: url('../images/marble-dark.png');
	background-size: 456px auto;
}

.site-wrapper {
	position: relative;
	overflow: hidden;
}

a.read-more {
	font-weight: 700;
	font-size: 12px;
	line-height: 2.08;
	letter-spacing: 0.1em;
	color: #5A77B0;
	text-transform: uppercase;
}

a.read-more:hover {
	color: #718FC9;
	text-decoration: underline;
}

.darken {
	color: #303030;
}

.responsive-embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.responsive-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

@media screen and (min-width: 768px) {
	.main-content > section {
		padding: 80px 30px;
	}
	
	.main-content > section:first-of-type {
		padding-top: 180px;
	}
}

@media screen and (min-width: 1024px) {
	body {
		font-size: 14px;
	}
	
	.main-content > section {
		padding: 100px 60px;
	}
	
	.main-content > section:first-of-type {
		padding-bottom: 85px;
	}
}

@media screen and (min-width: 1024px) {
	.main-content > section {
		padding: 120px 100px;
	}
	
	.main-content > section:first-of-type {
		padding-top: 220px;
	}
}

/*
font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 400;

font-weight: 500;

font-weight: 700;
*/