html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


/***** LAYOUT *****/
body{
	font-family: 'HalisR-Book', sans-serif;
	color: #fff;
	text-align: center;
	background: #fff;
	position: relative;	
}

.container {
	width: 785px;
	max-width:90%;
	margin: 0 auto;
	position: relative;
}

#header {
	background: #243d5f;
	padding: 50px  0;
	margin-top: 200px;
}

a { text-decoration: none; }

h1, h2 { padding: 0 125px; }

p { margin-bottom: 15px; }

sup { 
    vertical-align: super;
    font-size: smaller;
}

.left, .right { width: 48%; margin-top: 30px; }

.center {width: 100%;}

#submit {
	margin-top: 30px;
	font-family: 'HalisR-Book', sans-serif;
	font-size: 16px;
	line-height: 1;
}

#page1,
#page2 {
	width: 980px;
	max-width: 90%;
	margin: 0 auto;
	background: #1f3655;
}


/***** UNIVERSAL *****/
h1 { 
	font-size: 30px;
	line-height: 39px;
}
h2 { 
	font-size: 21px;
	margin-top: 30px;
	line-height: 30px;
}
#page2 h2 { padding: 0 90px; }


/***** PAGES *****/
.title {  margin-bottom: 50px; }

.contest-closed {
	font-family: 'HalisR-Book', sans-serif;
	color: #707070;
	line-height: 1.25;
	padding-top: 92px;
}

/* forms */
form { 
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
 }
form input:not([type="checkbox"]),
form select, 
form button {
	font-family: 'HalisR-Book', sans-serif;
	height: 45px;
	font-size: 13px;
	margin: 10px auto;
	padding: 0 15px;
}
label{ 
	float:left;
	font-size: 16px;
}
form input:not([type="checkbox"]),
form select {
	width: 100%;
	color: #fff;
	background: #1f3655;
	border: solid 1px #fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
    text-indent: 0.01px;
    text-overflow: '';
}
input[type="checkbox"] {
	float: left;
	display: none;
}
.checkbox-fake {
	width: 15px;
	height: 15px;
	border: 1px solid #d4aa7e;
	cursor: pointer;
	position: relative;
	top: 17px;
	left: -15px;
}
input[type="checkbox"]:checked ~ .checkbox-fake {
	background:#d4aa7e;
	border:1px solid #d4aa7e;
	/*border: 8px solid #1f3655;*/
	box-shadow: inset 0 0 0 3px  #1f3655;
}
.checkbox {
	text-align: center;
	position: relative;
	padding-left: 25px;
	font-family: 'HalisR-Light', sans-serif;
	color: #d4aa7e;
	font-size: 14px;
	line-height: 1.5;
}
form select {
	font-family: 'HalisR-Light', sans-serif;
	font-style: italic;
}
form input:focus,
form select:focus {
	outline: none;
	border: 1px solid #d4aa7e;
}
::-webkit-input-placeholder {
	color: #fff;
	font-size: 13px;
}
:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-style: 13px;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	font-style: 13px;
}
:-ms-input-placeholder {  
	color: #fff;
	font-style: 13px;
}
form select {
	background-image: url('../images/down-arrow.png');
	background-repeat: no-repeat;
	background-position: 95%;
	width: 100%;
	cursor: pointer;
}
form button {
	padding: 10px 65px;
	border: 1px solid #d4aa7e;
	background: none;
	color: #d4aa7e;
	cursor: pointer;
	text-transform: uppercase;
	clear: both;
}
form button:hover { 
	background-color: #d4aa7e; 
	color: #1f3655;
}
.address {
	padding: 24px 0 0;
	line-height: 1.5;
}
.address span {
	color: #d4aa7e;
}
.address a {
	color: #fff;
	text-decoration: none;
}
.phone, .email {
	display: inline-block;
	padding: 0 10px;
}

/*Thank You page*/

.thank-you-text {
	padding: 50px 0 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	font-family: 'Playfair Display', serif;;
}

.visit-pemberton {
	width: 100%;
	margin-top: 30px;
	padding: 20px 0;
	font-family: 'HalisR-Book', sans-serif;
	letter-spacing: 2px;
	font-size: 16px;
}

.thank-you-text a {
	color: #d4aa7e;
	padding: 20px 35px;
	border: 1px solid #d4aa7e;
	text-transform: uppercase;
}


/* footer */
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 1px;
	padding: 40px 0;
	color: #d4aa7e;
}
#footer a { text-decoration: none; }
#footer p { 
	line-height: 1.5;
	font-size: 12px;
}
#footer ul {
	display: inline-block;
	margin: 0 0  15px 0;
	padding: 0;
	zoom:1;
	*display: inline;
}
#footer li { 
	float: left;
	margin: 0 5px;
}

@media(max-width:980px) {
	#header {margin-top: 50px;}
}

@media (max-width: 800px) {
	.mobile-hide { display: none; }
	#header { padding: 30px 0; margin-top: 0; }
	.container { width: 85%; margin: 0 auto; }
	#page1, #page2 {max-width:100%;}
	h1, h2 { padding: 0; }
	form input {padding: 0 10px;}
	.left, .right,
	#page1 .left, #page1 .right,
	#page2 .left, #page2 .right { width: 100%; clear: both; margin: 30px 0 0; }
	.contest-closed { padding-top: 32px; }
	#oops h1 { font-size: 24px; line-height: 30px; margin-bottom: 25px; }
	#oops p { font-size: 18px; line-height: 24px; }
	form button { width: 100%; }
	#footer { font-size: 10px; line-height: 14px; }
	#footer a { display: block; width: 100%; }
	#footer li { float: none; }
}

@media (max-width: 600px) {
	.phone, .email {
		display: block;
	}
}




	