body {
	font-family: "swiss-721-bt", sans-serif;
}

.sitewrap {
	overflow:hidden;
}

.sign-up-form form ul li {
	color: red;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
;	right: 10px;
	list-style: none;
	font-size: 0.75rem;
}

input[data-invalid="true"]{
	border: 1px solid red !important;
}

/* Platform Navigation */
.platform-navigation {
	background-color: #000; 
	margin-top: 75px;
	padding: 25px 0;
}

.platform-nav {
	width: 100%;
}

.nav-list {
	display: flex;
	list-style: none;
	flex-direction: column;
	margin: 0;
	padding: 0;
	width: 100%;
}

.nav-list li {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 400;
}

.nav-list li + li{
	margin-top: 6px;
}

a.button {
	text-decoration: none;
	background-color: #000;
	color: #fddf48;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 10px;
	max-width: 340px;
	margin-top: 30px;
	font-weight: 700;
	text-align: center;
}

figcaption {
	line-height: 1.1;
	font-size: 15px;
	font-weight: 200;
	margin-top: 15px;
}

strong {
	font-weight: 500;
}

.desktop {
	display: none;
}

.hero {
	position: relative;
}

.hero figure img{
	height: 250px;
	object-fit: cover;
}

.hero figure:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(135,135,135,0) 53%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hero .logo {
	text-indent: -9999px;
	background-image: url('../images/logo.svg');
	background-repeat: no-repeat;
	width: 80px;
	height: 27px;
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;	
	z-index: 1000;
}

.sign-up-form form {
	background-color: #fddf48;
	padding: 22px 15px 15px;
}

.sign-up-form form legend {
	font-weight: 700;
	font-size: 1.5625rem;
	padding-bottom: 20px;
}

.sign-up-form form .input + .input {
	margin-top: 15px;
}

.sign-up-form form input {
	-webkit-appearance: none;
	box-sizing: border-box;
	border: 0;
	width: 100%;
	height: 40px;
	padding: 0 0 0 15px;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.7);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sign-up-form form input:focus {
	color: #000;
}

.sign-up-form form .input {
	position: relative;
}

.sign-up-form form button {
	background-color: #000;
	color: #fddf48;
	font-weight: 700;
	width: 120px;
	height: 40px;
	margin-top: 15px;
	margin-left: auto;
}

.two-cols {
	margin-top: 40px;
}

.two-cols + .two-cols.image {
	margin-top: 0;
}

.two-cols.image ~ .two-cols {
	margin-top: 140px;
}

.two-cols .wrap {
	margin: 0 15px;
	display: flex;
	flex-wrap: wrap;
}

.two-cols article h3 {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.09;
	max-width: 480px;
	padding-bottom: 30px;
	padding-top: 0;
}
	
.two-cols article h2 {
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.17;
	padding-bottom: 25px;
	position: relative;
	letter-spacing: -0.02em;
}

.two-cols article p {
	font-size: 0.9375rem;
	line-height: 1.35;
	padding: 0;
	font-weight: 500;
}

.two-cols article p.light {
	font-weight: 200;
}

.two-cols article p.yellow-bg {
	position: relative;
	padding: 10px 12px;
	background-color: rgba(253, 223, 72, 0.1);
	font-style: italic;
	font-weight: 200;
}

.two-cols .col + .col {
	margin-top: 40px;
	width: 100%;
}

.two-cols article p + p {
	margin-top: 25px;
}

.two-cols article ul {
	margin-top: 5px;
}

.two-cols article ul li {
	font-size: 0.9375rem;
	line-height: 1.2;
	list-style: none;
	border-bottom: 1px solid #c7d0d6;
	padding: 5px 0;
	font-weight: 200;
}

.two-cols article ul li:first-of-type{
	border-top: 1px solid #c7d0d6;
}

.two-cols article h2:before {
	content: '';
	display: block;
	width: 260px;
	background-color:#fddf48;
	height: 1px;
	position: absolute;
	top: 0;
	left: -15px;
}

.two-cols.image .col:first-of-type {
	order: 2;
}

.two-cols.image figure {
	margin-right: -350px;
	margin-left: auto;
	max-width: 650px;
}

.full-image {
	margin: 40px 15px;
}

.two-cols.text-block article p {
	font-weight: 200;
}

/* Reports Section */
.reports {
	margin: 100px 15px 0;
}
.reports header h3 {
	font-size: 1.5625rem;
	line-height: 1.17;
	font-weight: 700;
	margin-bottom: 20px;
}

.reports-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
}

.reports-grid a {
	display: flex;
	align-items: center;
	padding: 22px 10px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	background-color: #e8e8e8;
	border: 2px solid transparent;
}

.reports-grid a:hover {
	background-color: #fddf48;
}

.reports-grid a h4 {
	font-size: 1.25rem;
	line-height: 1.1;
	font-weight: 700;
	text-align: left;
	color: #000;
	padding: 0;
}


footer p {
	font-size: 0.75rem;
	line-height: 1.2;
	padding: 15px;
}

footer a {
	text-decoration: none;
}


@media only screen and (min-width: 768px) {

	a.button {
		text-align: left;
	}
 
	.hero figure img{
		height: 520px;
	}

	.hero .logo {
		width: 128px;
		height: 43px;
		top: 34px;
	}
}

@media only screen and (min-width: 1024px) {

	figcaption {
		font-size: 17px;
	}

	.desktop {
		display: block;
	}

	.mobile {
		display: none;
	}

	.hero .logo {
		left: 0;	
	}
 
	.hero .logo-wrap {
		width: 980px;
		margin: 0 auto;
		position: relative;
	}

	.sign-up-form {
		width: 980px;
		position: relative;
		margin: 0 auto;
	}

	.sign-up-form form {
		width: 400px;
		position: absolute;
		right: 0;
		top: -70px;
		padding-bottom: 15px;
		z-index: 100000;
		padding: 20px 25px 20px;
	}

	.sign-up-form.bottom form {
		position: static;
		display: flex;
		flex-wrap: wrap;
		width: 980px;
		margin: 0 auto;
	}

	.sign-up-form.bottom {
		width: 100%;
		background-color: #fddf48;

	}

	.sign-up-form.bottom form button{
		margin-top: 0;

	}

	.sign-up-form.bottom form legend{ 
		width: 100%;
	}

	.sign-up-form.bottom .input {
		width: 300px;
	} 

	.sign-up-form.bottom .input:last-of-type {
		width: 200px;
	} 

	.sign-up-form.bottom .input + .input {
		margin-top: 0;
		margin-left: 18px;
	}

	.sign-up-form form legend {
		font-size: 1.875rem;
		padding-bottom: 25px;
	}

	.two-cols ~ .two-cols.image {
		margin-top: 230px;
	}

	.two-cols.image ~ .two-cols {
		margin-top: 0;
	}

	.two-cols {
		margin-top: 70px;
		position: relative;
	}

	.two-cols:after {
		content: '';
		background-image: url('../images/omj-graphic.png');
		width: 600px;
		height: 530px;
		background-size: contain;
		display: block;
		position: absolute;
		top: -140px;
		right: -194px;
	}

	.two-cols .wrap {
		margin: 0 auto;
		width: 980px;
		display: flex;
		align-items: flex-end;
	}

	.two-cols .wrap .col {
		width: 50%;
	}

	.two-cols article h3 {
		font-size: 1.875rem;
	}
		
	.two-cols article h2 {
		font-size: 3.375rem;
		padding-bottom: 60px;
		padding-top: 15px;
		line-height: 1.17;
	}

	.two-cols article p {
		font-size: 1.0625rem;
		line-height: 1.35;
		max-width: 440px;
	}

	.two-cols .col + .col {
		margin-top: 0;
	}

	.two-cols .col + .col article {
		margin-left: 40px;
		position: relative;
		top:34px;
	}

	.two-cols.text-block .col + .col article {
		margin-left: 40px;
		position: relative;
		top:52px;
	}

	.two-cols article ul li {
		font-size: 1.0625rem;
	}

	.two-cols article h2:before {
		content: '';
		display: block;
		width: 452px;
		width: -webkit-calc(50vw - 145px);
		width: calc(50vw - 145px);
		left: 470px;
		margin-left: -50vw;
	}

	.two-cols.text-block:after {
		display: none;
	}

	.two-cols.image .col:first-of-type {
		order: 1;
	}

	.two-cols.image .col + .col {
		order: 2;
	}

	.two-cols.image figure {
		margin-right: 0;
		position: absolute;
		top: -40px;
		right: -230px;
		width: 800px;
		max-width: 800px;
	}

	.two-cols.image article p.yellow-bg {
		margin-left: -15px;
	}

	.two-cols.text-block .wrap {
		align-items: flex-start;
	}

	.two-cols.text-block article p {
		max-width: 440px;
	}

	.two-cols.text-block article ul {
		max-width: 440px;
	}

	.two-cols .col + .col article ul {
		max-width: 320px;
	}

	.two-cols.text-block article p + p {
		margin-top: 40px;
	}

	.full-image {
		margin: 170px auto;
		width: 980px;
	}

	/* Reports Section */
	.reports {
		margin: 200px auto 0;
		width: 980px;
	}
	.reports header h3 {
		font-size: 1.875rem;
	}

	.reports-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 10px;
	}

	.reports-grid a {
		display: flex;
		align-items: end;
		padding: 44px 10px 15px;
		text-align: left;
		justify-content: flex-start;
	}

	.reports-grid a h4 {
		font-size: 1.375rem;
	}

	/* Platform Navigation */
	.platform-navigation {
		margin-top: 100px;
		padding: 18px 0;
	}

	.nav-list {
		width: 980px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}

	.nav-list li {
		font-size: 1.75rem;
	}

	.nav-list li + li{
		margin-top: 0;
	}

	footer p {
		font-size: 0.875rem;
		padding: 10px 0;
		width: 980px;
		margin: 0 auto;
		text-align: right;
	}
}

@media only screen and (min-width: 1200px) {

	.hero .logo-wrap {
		width: 1150px;
	}

	.sign-up-form {
		width: 1150px;
	}

	.sign-up-form.bottom form {
		width: 1150px;
	}

	.sign-up-form.bottom .input {
		width: 350px;
	} 

	.sign-up-form.bottom .input:last-of-type {
		width: 270px;
	} 

	.two-cols .wrap {
		margin: 0 auto;
		width: 1150px;
	}

	.two-cols .col + .col article {
		margin-left: 125px;
	}

	.full-image {
		width: 1150px;
	}

	.reports {
		width: 1150px;
	}

	.nav-list {
		width: 1150px;
	}

	footer p {
		width: 1150px;
	}
}

@media only screen and (min-width: 1440px) {

	.two-cols.image figure {
		margin-right: 0;
		margin-left: -50px;
		right: auto;
		left: 50%;
		width: 1100px;
	}

}