header {
	width: 100%;
	height: 400px;
	padding: 0 60px;
	box-sizing: border-box;
	background: -webkit-linear-gradient(#fff , #eee); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #eee); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #eee); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff 50%, #eee); /* Standard syntax */
}

body {
	margin: 0;
	font-family: "Lato";
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}

a {
	text-decoration: none;
	color: #aa005f;
}

ul {
	list-style: none;
}

li {
	margin-bottom: 10px;
}

small {
	font-size: 14px;
	font-weight: bold;
}

input, textarea, select{font-family:inherit;}

.humana-logo {
	color: #5c9a1b;
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	padding-top:20px;
	width: 150px;
}
.humana-logo>img {
	width: 100%;
}

.cm-logo {
	display: inline-block;
	float: right;
	margin-top: 2px;
}
.cm-logo>img {	
	height: 40px;
}

.header-logo-wrapper {
	height: 40px;
}

.hero {
	background-image: url('hero.jpg');
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	max-width: 1265px;
	margin: 35px auto;
}

.overlay-text {
	padding: 30px 0 0 20px;
	font-size: 21px;
}

.main-wrapper {
	padding: 0 100px;
	max-width: 1160px;
	margin: 120 auto;
}
.main-wrapper>h1 {
	font-size: 30px;
	font-weight: 300;
}
strong {
	font-weight: 900;
}

input {
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

#email {
	margin-bottom: 25px;
}

.button {
	display: inline-block;
	width: 125px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 8px;
	border-radius: 7px;
	box-shadow: 2px 2px 2px 2px #888888;
}

.number-disclamer {
	margin: 0;
	height: 0;
	overflow: hidden;
}

#submit {
	color: #fff;
	cursor: pointer;
	background: -webkit-linear-gradient(#5c9a1b , #4f8417); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#5c9a1b, #4f8417); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#5c9a1b, #4f8417); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#5c9a1b, #4f8417); /* Standard syntax */
}

#submit:hover {
	background: -webkit-linear-gradient(#4f8417, #437014); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#4f8417, #437014); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#4f8417, #437014); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#4f8417, #437014); /* Standard syntax */
}

#submit:active {
	background: -webkit-linear-gradient(#40752d, #4c7422); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#40752d, #4c7422); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#40752d, #4c7422); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#40752d, #4c7422); /* Standard syntax */
}

#cancel {
	color: #5c9a1b;
	margin:0 20px 0 30px;
	cursor: pointer;
	background: -webkit-linear-gradient(#fff , #eee); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #eee); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #eee); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffffff, #eeeeee); /* Standard syntax */
}

#cancel:hover {
	color: #40752d;
}

.invalid {
	border-color: red;
  box-shadow: 0 0 10px red;
}

#cancel:active {
	color: #40752d;
	background: -webkit-linear-gradient(#f4f3f3, #e3e3e3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f4f3f3, #e3e3e3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f4f3f3, #e3e3e3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f4f3f3, #e3e3e3); /* Standard syntax */
}

.form-detail-wrapper {
	display: inline-block;
	width: 860px;
	height: auto;
	margin-top: 10px;
}

.form-wrapper {
	float: left;
	max-width: 400px;
	text-align: left;
	width: 50%;
	padding: 25px;
	box-sizing: border-box;
}

.detail-wrapper {
	float: left;
	text-align: left;
	max-width: 400px;
	margin-left: 60px;
	border-left: solid 1px #eee;
	padding: 10px;
	padding-left: 60px;
	width: 50%;
	box-sizing: border-box;
}

.detail-wrapper>h3 {
	margin-top: 0;
}

.mobile-detail {
	text-align: left;
	font-size: 26px;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

@media all and (min-width: 860px), all and (min-device-width: 860px) {
	.mobile-detail {
		display: none;
	}
}

@media all and (max-width: 860px), all and (max-device-width: 860px) {
	.mobile-detail {
		display: block;
	}
}

@media all and (max-width: 768px) and (min-width: 601px), all and (max-device-width: 768px) and (min-device-width: 601px) {
  .detail-wrapper {
  	margin-left: 0;
  }
  .mobile-detail {
		display: none;
	}
}

@media all and (max-width: 600px) and (min-width:321px), all and (max-device-width: 600px) and (min-device-width:321px) {
  .form-wrapper {
  	max-width: none;
  	width: 100%;
  }

  input {
  	height: 70px;
  }

  .main-wrapper>h1 {
  	font-size: 50px;
  }

  .detail-wrapper {
  	display: none;
  }
}

@media all and (max-width: 800px) and (min-width:601px), all and (max-device-width: 800px) and (min-device-width:601px) {

	.detail-wrapper {
		margin-left: 0;
	}

}

@media all and (max-width: 600px), all and (max-device-width: 600px) {
	header {
		padding: 0;
	}

	input {
		font-size: 25px;
	}

	.hero {
		height: 700px;
		background-size: cover;
	}

	.main-wrapper {
		margin-top: 400px;
		margin-bottom: 0;
	}

	.detail-wrapper {
  	display: none;
  }

  .overlay-text {
  	font-size: 40px;
  }

  .main-wrapper>h1 {
  	font-size: 50px;
  }

  p {
  	font-size: 30px;
  }

  .form-wrapper {
  	max-width: none;
  	width: 100%;
  }

  input {
  	height: 80px;
  }

  .button {
  	width: 300px;
  	height: 100px;
  	padding-top: 25px;
  	font-size: 30px;
  }

  small {
  	font-size: 18px;
  }

  .form-detail-wrapper {

  }

}