@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Gotham-Book';
  src: url('/assets/fonts/Gotham-Book.eot');
  src: url('/assets/fonts/Gotham-Book.woff2') format('woff2'),
       url('/assets/fonts/Gotham-Book.woff') format('woff'),
       url('/assets/fonts/Gotham-Book.ttf') format('truetype'),
       url('/assets/fonts/Gotham-Book.svg#Gotham-Book') format('svg'),
       url('/assets/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('/assets/fonts/Gotham-Medium.eot');
  src: url('/assets/fonts/Gotham-Medium.woff2') format('woff2'),
       url('/assets/fonts/Gotham-Medium.woff') format('woff'),
       url('/assets/fonts/Gotham-Medium.ttf') format('truetype'),
       url('/assets/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg'),
       url('/assets/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('/assets/fonts/Gotham-Bold.eot');
  src: url('/assets/fonts/Gotham-Bold.woff2') format('woff2'),
       url('/assets/fonts/Gotham-Bold.woff') format('woff'),
       url('/assets/fonts/Gotham-Bold.ttf') format('truetype'),
       url('/assets/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'),
       url('/assets/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body,td,th {
	font-family: 'Gotham-Book';
	margin: 50px;
	font-size: 9px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: none 1px #CCC;
	padding-bottom: 3px;
}
a:hover {
	color: #CCC;
}
#container {
  width: 100%;
}
header {
	line-height: 30px;
	width: 50%;
	float: left;
}
h1 {
	font-family: 'Gotham-Medium';
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 50%;
}
#contactInfo {
	width: 50%;
	float: left;
	margin-top: 1px;
	position: fixed;
	top: 50%;
	left: 50%;
}
address {
	font-style: normal;
}
footer {
	width: 100%;
	position: fixed;
	bottom: 50px;
	background-color: white;
	padding: 10px 0px 10px 0px;
}
#newsletter {
	width: 50%;
	float: right;
	margin-right: 50px;
}
#mce-responses {
	width: 80%;
	padding: 5px 0px 10px 0px !important;
	margin: 0 !important;
}
#mc_embed_signup div.mce_inline_error {
	color: red !important;
	background: none !important;
	background-color:transparent !important;
	padding: 5px 0px 10px 0px !important;
	margin: 0 !important;
}
/* Form */
input {
	border: none;
	text-transform: uppercase;
	margin-top: 10px;
    border-radius: 0;
    -webkit-appearance: none;
}
input[type="email"] {
	border-bottom: solid 1px #000;
	background-color: none;
	text-transform: uppercase;
	width: 50%;
	padding: 10px 10px 10px 0px;
	margin-right: 20px;
	font-family: "Gotham-Book";
	text-transform: none;
	color: #999;
	letter-spacing: 1px;
}
input[type="submit"] {
	font-family: "Gotham-Medium";	
	padding: 0;
	margin: 0;
	background: none;
}

/* Animations */

	@keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}	
	/* Firefox < 16 */
	@-moz-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}
	/* Safari, Chrome and Opera > 12.1 */
	@-webkit-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}
	/* Internet Explorer */
	@-ms-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}
	/* Opera < 12.1 */
	@-o-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}

/* Media Queries */

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

	body {
		margin: 50px;
	}
	header, #contactInfo, footer {
		float: none;
		width: 100%;
	}
	h1 {
		margin-bottom: 50px;
		position: inherit;
		letter-spacing: -3px !important;
		top: inherit;
		left: inherit;
	}
	#contactInfo {
		position: inherit;
		top: inherit;
		left: inherit;
	}
	footer {
		margin: 50px 0px 0px 50px;
	}
	input[type="email"] {
		width: 50%;
	}
	input[type="submit"] {
		margin-top: 20px;
	}
	#newsletter {
		width: 100%;
	}

}


@media (min-height:351px) and (max-height:468px) and {
	h1 {
		position: fixed;
		display: block;
	}
	#contactInfo {
		position: fixed;
		top: 50%;
		display: block;
	}
	footer {
		bottom: 20px;
	}
	input[type="email"] {
		padding: 0px 10px 10px 10px;
	}
}
@media (min-height:251px) and (max-height:350px){
	footer {
		display: none;
	}
}
@media (min-height:0px) and (max-height:250px){
	#contactInfo {
		display: none;
	}
	footer {
		display: none;
	}
}