/*
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
 2.0.1) Font Face
 2.0.2) Global Headings
 2.0.3) Form Elements
 2.0.4) List styles
 2.0.5) General Text Formatting
 2.0.6) Link elements
 2.0.7) Table Elements
 2.0.8) Button Styles
 2.0.9) Sprite Icons
 2.1.0) 960 Grid Style
 3.) Site Wide Content
 4.) Header Style
 5.) Footer Style
 ===============================================*/

/*
 1.) Eric Meyer's Reset
 ----------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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 {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
    font-weight: bold;
}

/*
 2.) Global Typography
 ----------------------------------------*/
*, :before, :after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 62.5%;
	line-height: 1;
}
/*
 2.0.1) Font Face
 -----------------------------*/

/*
 2.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #161e21;
}
h1 {
	/* font-size: 5em; */
	font-size: 6.9em;
	font-weight: 900;
	line-height: 97%;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 20px;
	text-transform: uppercase;
}
h2 {
	/* font-size: 4.4em; */
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 4.4em;
	line-height: 1;
	color: #000000;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	font-weight: 900;
}
h3 {
	/* font-size: 2.3em */
	font-family: 'Raleway', sans-serif;
	font-size: 2.3em;
	color: #ffffff;
	line-height: 1;
	font-weight: 900;
	margin: 0 0 5px 0;
}
h4 {
	/* font-size: 2em; */
	font-size: 2em;
	line-height: 1;
	margin: 0 0 25px 0;
}
h5 {
	/* font-size: 1.8em; */
	font-size: 1.8em;
	line-height: 1;
	margin: 0 0 25px 0;
}
h6 {
	/* font-size: 1.8em; */
	font-size: 14px;
	line-height: 1;
	margin: 0 0 25px 0;
}
/*
 2.0.3) Form Elements
 -----------------------------*/
button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
}
input {
	line-height: normal;
}
input:focus, select:focus, textarea:focus, button:focus {
	border: 1px #888 solid;
	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.email_text::-webkit-input-placeholder {
	color: #000000;
    font-family: "Raleway",sans-serif;
    font-weight: 500;
}

.email_text:-moz-placeholder {
	color: #000000;
    font-family: "Raleway",sans-serif;
    font-weight: 500;
}

.email_text::-moz-placeholder {
	color: #000000;
    font-family: "Raleway",sans-serif;
    font-weight: 500;
}

.email_text:-ms-input-placeholder {
	color: #000000;
    font-family: "Raleway",sans-serif;
    font-weight: 500;
}



/*
 2.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
	font-size: 100%;
	line-height: 1.5;
}
li, dt {
	line-height: 1.5em;
}
dl {
	margin: 0 0 1em 0;
}
dd {
	margin: 0 0 1em 0.8em;
}
ul {
	list-style-type: disc;
	margin: 0 0 1em 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1em 0;
}
ul ul, ol ul {
	list-style-type: circle;
	margin-top: 0;
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0;
}

/*
 2.0.5) General Text Formatting
 -----------------------------------*/
p {
	font-size: 100%;
	line-height: 1.5;
}
blockquote, cite, q, var, dfn {
	font-style: italic;
}
blockquote {
	background: transparent;
	color: #666666;
}
small {
	/* font-size: 12px; */
	font-size: 85.71429%;
	line-height: 1.75;
}
pre, code, kbd, tt, samp, var {
	font-size: 100%;
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre, code {
	color: #880000;
}
kbd, samp, var {
	color: #666666;
	font-weight: bold;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	cursor: help;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
}
/*
 2.0.6) Link style
 -------------------------*/
a {
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
a:active {
	outline: none;
}

/*
 2.0.7) Table Elements
 --------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	color: #444444;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin: 0 0 10px 0;
}
caption {
	font-variant: small-caps;
}
th, td {
	line-height: 1.5em;
	vertical-align: top;
	padding: 0.71429em 0.5em;
}
th *:first-child, td *:first-child {
	margin-top: 0;
}
thead th {
	text-align: left;
	color: #000;
	border-bottom: 2px #000 solid;
}
tbody th {
	text-align: left;
	border-top: 1px solid #ccc;
}
tbody td {
	text-align: left;
	border-top: 1px solid #ccc;
}

/*
 2.0.8) Button Styles
 -------------------------*/
.btn, input.btn, button.btn {
	display: inline-block;
	font-size: 12px;
	color: #000;
	line-height: normal;
	vertical-align: middle;
	padding: 0 5px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #ccc;
	background: #eee;
}
.btn:hover, .btn:focus, input.btn:hover, input.btn:focus, button.btn:hover, button.btn:focus {
	color: #4d87ff;
	border: 1px solid #888;
}
/*
 2.0.9) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="icon-"] {
	background-image: url("../images/sprite.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
}
/*
 2.1.0) 960 Grid Style
 -------------------------*/

/* Clear Floated Elements
 ----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.clearboth {
	clear: both;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*
 3.) Site Wide Content
 ------------------------------*/

.container {
	max-width: 960px;
	padding: 0 10px;
	width: 100% !important;
	margin: 0 auto;
}

/*
 4.) Header Styles
 ------------------------------*/

#header {

}

#wrapper {
	position: relative;
}

.logo {
	float: left;
	position: relative;
	z-index: 999999;
}

.logo img {
	width: 223px;
	height: 53px;
}

.header-wrap {
	background: url('../images/header-bg.png') repeat-x scroll 0 0;
	padding: 34px 0 0 0;
	margin: 0 0 60px 0;
}

.header-wrap:before {
	content: "";
	background: url('../images/arrow.png') repeat-x scroll 0 0;
	position: absolute;
	width: 48px;
	height: 24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 15px;
}

.menu {
	font-family: 'Raleway', sans-serif;
	color: #000000;
	font-size: 1.6em;
	line-height: 1;
	text-transform: uppercase;
	text-align: right;
	position: relative;
	z-index: 999999;
	display: block;
}

.submenu {
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #ffffff url("../images/header-bg.png") repeat-x;
	padding: 15px 0 0;
}

.submenu .container {
	position: absolute;
	background: url('../images/submenu-bg.png') no-repeat;
	background-position: center center;
	left: 0;
	right: 0;
	text-align: center;
	top: 135px;
	background-size: contain;
	padding: 35px 0 250px 0;
}

.submenu li {
	list-style-type: none;
	margin: 0 0 20px 0;
}

.submenu li a {
	font-family: 'Raleway', sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-size: 4em;
	font-weight: 900;
	line-height: 1;
}

.submenu {
	display: none;
}

/*
 5.) Footer Styles
 ------------------------------*/
#footer {
	background: #000000;
	margin-top: 20px;
}

.primary-footer {
	padding: 26px 0 10px 0;
}

.footer-menu {
	float: left;
	text-align: center;
	width: 24%;
}

.footer-menu form input[type="text"] {
	font-family: "Raleway", sans-serif;
	font-size: 1.5em;
	line-height: 1;
	min-height: 43px;
	width: 188px;
	padding: 8px 19px;
	border: medium none;
	margin: 0 0 4px 0;
}

.footer-menu ul li {
	list-style-type: none;
	margin: 0 0 7px;
	text-align: left;
	padding: 0 0 0 53px;
}

/*.footer-menu ul li:first-child {
	padding: 0;
}*/

.footer-menu ul li a {
	color: #ffffff;
	font-size: 1.6em;
	line-height: 1;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}

.footer-join form input[type="text"] {
	border: none;
	color: #000000;
	float: left;
	font-family: "Raleway", sans-serif;
	font-size: 1.5em;
	line-height: 1;
	min-height: 43px;
	min-width: 228px;
	padding: 8px 19px;
	border-radius:0;
}

.footer-join {
	float: left;
	padding: 0 0 0 9%;
	width: 53%;
	position: relative;
}

.footer-join h3 {
	font-weight: 700;
	margin: 0 0 23px 0;
}

.footer-join:before {
	position: absolute;
	content: " ";
	width: 1px;
	height: 143px;
	background: #ffffff;
	left: 3px;
	top: -16px;
}

.footer-join:after {
	position: absolute;
	content: " ";
	width: 1px;
	height: 143px;
	background: #ffffff;
	right: -2px;
	top: -16px;
}

.footer-top {
	margin-bottom: 10px;
}

.social-link {
	float: left;
	width: 23%;
	padding: 3px 0 0 34px;
}

.social-link li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.social-link li:last-child {
	margin: 0;
}

.social-link li a {
	background-image: url('../images/sprite.png');
	width: 45px;
	height: 45px;
	font-size: 0;
	display: inline-block;
}

.fb-link {
	background-position: 0 0;
}

.tw-link {
	background-position: 0 -44px;
}

.yt-link {
	background-position: 0 -88px;
}

.secondary-footer {
	font-family: "Raleway", sans-serif;
	font-size: 1.2em;
	text-align: center;
	color: #ffffff;
	padding-bottom: 10px;
}

.footer-logo{
	display: inline-block;
	margin: 0 10px 15px 0px;
}
