html {
	font-size: 62.5%;
}

html body {
	font-family: 'Oracle Sans';
	font-size: 1.4rem;
  color: #000000;
}

body,
div,
section,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
  font-size: 1.6em;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

strong {
	font-weight: normal;
	font-family: 'Oracle Sans Bold';
}

.text-center{
  text-align: center;
}

a:hover, .cursor-hover:hover{
	cursor: pointer;
}
.optInBlock, .privacy-text{
  font-size: 1.2rem;
}

html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container{
	flex: 1;
	background: linear-gradient(180deg, #E7F2F5 30.55%, #94BFCE 89.39%);
	width: 100%;
	/* height: 100%; */
}
header{
	background-image: url(https://6262239.app.netsuite.com/c.6262239/portal/common/form/eloqua/img/misc/header-strip-blue-abstract.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 40px;
	img{
		margin: 0 auto 36px;
		height: 40px;
	}
}
main{
	width: 414px;
	max-width: 100%;
	margin: 0 auto 20px;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 20px 54px;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.20);
	h1{
		color: #2C5266;
		font-family: "Oracle Sans Bold";
		font-size: 2rem;
		margin-bottom: 5px;
	}
	h2{
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
}
footer{
	width: 100%;
	background-image: url(https://6262239.app.netsuite.com/c.6262239/portal/common/form/eloqua/img/misc/footer-bg-blue-abstract.jpg);
	color: #fff;
	font-size: 1.2rem;
	.flex{
		width: 1000px;
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 36px 10px;
	}
}

form{
	input[type=text], select{
		width: 100%;
		display: block;
		margin-bottom: 15px;
		padding: 8px 10px;
		font-size: 1.4rem;
		background-color: #FBF9F8;
		border: none;
		border-radius: 6px;
		box-sizing: border-box;
	}
	input[type=text]:focus, select:focus{
		outline: 1px solid #AEA8A2;
	}
	input[type=submit]{
		border-radius: 6px;
		background: #E18212;
		border: none;
		color: #ffffff;
		padding: 10px;
		width: 100%;
		font-size: 1.5rem;
		font-family: "Oracle Sans Semi Bold";
	}
	.privacy-text{
		margin-bottom: 15px;
		color: #7A736E;
	}
}

.ty-page main{
	text-align: center;
	padding: 20px 54px 54px;
	h1{
		font-family: "Oracle Sans Semi Bold";
		font-size: 4.4rem;
	}
	h2{
		font-size: 1.6 rem;
	}
	img{
		margin: 0 auto;
	}
	a{
		border-radius: 6px;
		background: #E18212;
		border: none;
		color: #ffffff;
		padding: 10px;
		width: 100%;
		font-size: 1.5rem;
		font-family: "Oracle Sans Semi Bold";
		display: block;
		margin-top: 40px;
	}
}