* {
  margin: 0;
  padding: 0;
}

body {
  background: url('https://www.americangolfcensus.com/img/background.jpg?1013') center top no-repeat;
  font: lighter 12px Arial;
  color: #282828;
}

body.home {
	background-position: center 0;
}

a {
  color: #192b7c;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

header { /* adjust background position in body if height changes */
	width: 100%;
	height: 50px;
	background-color: #eee;
	text-align: center;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 500px;
  /* background: pink; */
}

.clear {
  clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}

.hidden {
	display: none;
}

#register-btn {
	float: right;
	margin-top: 25px;
}

#logo {
	float: left;
	margin-top: 5px;
	margin-bottom: -5px;
}

#box-grand {
	position: relative;
	float: left;
	background: rgba(255,255,255,0.75);
	border-radius: 10px;
	width: 525px;
	padding: 15px 15px 10px 15px;
	margin: 30px 0 100px 10px;
}

#box-grand .title {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #c50019;
	border-bottom: 1px dotted #282828;
	padding: 0 0 5px 20px;
	margin: 0 0 10px;
}

#box-grand .subtitle {
	font-size: 1.25em;
	color: #192B7C;
	line-height: 18px;
}

#box-grand .title > img {
	position: absolute;
	top: -10px;
	left: -40px;
}

#box-grand .experiences-logo {
	position: absolute;
	top: 81px;
	left: 29px;
	background: rgba(255, 255, 255, 0) url('https://www.americangolfcensus.com/img/dormienetwork-logo.png?227') 0 0 no-repeat;
	background-size: 75px auto;
	width: 75px;
	height: 90px;
}
@media only screen and (max-width: 600px) {
	#box-grand .experiences-logo {
		left: 25px;
	}
}

#box-grand .item {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.2em;
	color: #192B7C;
}

#box-grand .item p {
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	line-height: 22px;
}

#winner {
	position: relative;
	margin: 296px 0 0 20px;
	float: left;
}

#winner img {
	position: absolute;
	z-index: 10;
}

#winner .title {
	z-index: 1;
	padding: 15px 10px 15px 25px;
	background: rgba(255,255,255,0.75);
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	position: absolute;
	left: 190px;
	top: 20px;
	width: 170px;
}

#winner h2 {
	font-weight: 600;
	font-size: 16px;
	border-bottom: 1px dotted #282828;
	padding-bottom: 2px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#bottom {
	margin-top: 67px;
	position: relative;
  width: 100%;

}

#counter {
	position: absolute;
  top: 0;
  right: 335px;
  background: url('https://www.americangolfcensus.com/img/bg-counter-box.png') top center no-repeat;
  width: 234px;
  height: 99px;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  color: #eee;
  padding: 80px 40px 0 0;
  letter-spacing: 7px;
}

#bottom ul {
	list-style: none;
  line-height: 18px;
}

#bottom a {
	color: #4e4e4e;
}

#box-form {
	position: relative;
	float: left;
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	width: 920px;
	padding: 15px 15px 15px 20px;
	margin: 25px 0 5px 0;
}

#register {
	font-size: 11px;
	font-weight: 600;
	color: #182680;
}

.error {
	float: none !important;
	width: auto !important;
	margin-bottom: 5px;
	color: #900;
}

.working {
	color: #777;
}

.requiredField {
	color: #900;
	float: left;
	width: 8px;
	margin-top: 6px;
}

#register .left {
	float: left;
	width: 220px;
}

#register .right {
	float: right;
}

#register label {
	float: left;
	margin-top: 4px;
}

#register input {
	width: 180px;
	height: 18px;
	border: 1px solid #182680;
	padding: 2px;
}

#register select {
	width: 186px;
	border: 1px solid #182680;
	padding: 2px;
}

.chkList {
	float: left;
}

div.chkList.left {
	margin-top: 10px;
	padding-top: 0;
	width: 440px !important;
}

#register .chkList input {
	float: left !important;
	margin: 4px 2px 0 0;
}

#register .chkList label {
	float: left !important;
	margin-right: 10px;
	width: 440px;
}

.chkList label {
	width: auto !important;
	font-weight: normal !important;
	padding-top: 2px !important;
}

.chkList input {
	width: auto !important;
	border: 0 !important;
}

span.error-color {
	color: #900;
}

input[type=text].error-color, select.error-color {
	background:#ffcccc;
}

input[type=checkbox].css-checkbox {
	position: absolute;
	/* overflow: hidden; */
	clip: rect(0 0 0 0);
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px;
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:11px;
	vertical-align:top;
	cursor:pointer;
	color:#555;
}

.css-label {
	background-image:url('https://www.americangolfcensus.com/img/lite-gray-check.png');
}

div#continue-message {
	margin-bottom: 15px;
	font-size: 11px;
}

.btn {
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	padding: 0 !important;
}

#box-grand-reg {
	position: relative;
	float: left;
	background: rgba(255,255,255,0.75);
	border-radius: 10px;
	width: 340px;
	padding: 6px 15px 2px 15px;
	margin: 10px 0 0 30px;
}

#box-grand-reg .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #c50019;
	border-bottom: 1px dotted #282828;
	padding: 0 0 4px 20px;
}

#box-grand-reg #check {
	position: absolute;
	top: -2px;
	left: -11px;
	margin-bottom: 5px;
}

#box-grand-reg .item span {
	font-size: 1em;
	color: #192B7C;
}

#share .left {
	width: 480px;
	font-weight: bold;
	color: #182680;
}

#share .left {
	float: left;
}

#share .right {
	width: 400px;
	font-weight: bold;
	color: #182680;
}

#share .right {
	float: right;
}

#share .left p {
	padding: 10px;
	font-size: 14px;
}

#share .left a {
	display: block;
	float: left;
	margin: 10px 0 0 20px;
	font-size: 13px;
}

#share label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin-top: 5px;
}

#share input {
	width: 180px;
	height: 18px;
	border: 1px solid #182680;
	padding: 2px;
}

#share .btns {
	margin-top: 10px;
	float: right;
}

#share .chkList input {
	float: left !important;
	margin: 4px 2px 0 0;
}

#share .chkList label {
	float: left !important;
	margin-right: 10px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 150px 1fr;
	grid-gap: 15px;
}

.footer-grid img {
	width: 135px;
	height: auto;
}

