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




/**  ELEMENT HEIGHT SHORTCUTS **/


.xx_short {
	height: 50px;
}
.x_short {
	height: 100px;
}

.short {
	height: 200px;
}

.medium {
	height: 300px;
}

.tall {
	height: 400px;
}

.x_tall {
	height: 500px;
}
.xx_tall {
	height: 600px;
}

/** element widths **/


.one_column, .container_15 .grid_1 {
	width: 60px;
}

.xxsmall, .container_15 .grid_2 {
  width: 140px;
}

.one_fifth, .container_15 .grid_3 {
  width: 220px;
}

.xsmall, .container_15 .grid_4 {
  width: 300px;
}

.one_third, .container_15 .grid_5 {
  width: 380px;
}


.medium, .container_15 .grid_6 {
  width: 460px;
}


.halfwidth, .container_15 .grid_7half {
  width: 580px;
}

.large,.container_15 .grid_9 {
  width: 700px;
}

.two_thirds, .container_15 .grid_10 {
  width: 780px;
}


.xlarge, .container_15 .grid_12 {
  width: 940px;
}

.fullwidth, .container_15 .grid_15 {
	width: 1180px;
}


/** element styling **/


* {
	box-sizing: border-box;
}

body.container_15 {
	width: 1200px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: black;
	height: auto;
	background-image: none;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	/* [disabled]padding-bottom: 25px; */
}

h1, h2, h3, h4, h5, h6, p {
	overflow: hidden;
}

article {
	padding-top: 0px;
	margin-bottom: 0px
}


section {
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0;
}


figure {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

figcaption {
	font-size: 32px;
	font-weight:900;
	position: relative;
	bottom: 120px;
}

figcaption div{
	font-size: 20px; font-weight: 400;
}



/**  TEXT ELEMENT STYLING  **/



h1, h2, h3, h4, h5 {
	
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 50px;
	height: 50px;
	line-height: 50px;
	padding:0;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 26px;

}

h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.07em;
}



h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.07em;
}

h5 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.07em;
}

h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	font-style:italic;
	letter-spacing: 0.07em;
}


p {
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: black;
	font-size: 12px;
	border: none;
}


/**  HEADER STYLING  **/

header {
	height: 140px;
}



header h2 {
	padding: 0px;
	margin: 0px;
}
header h3 {
	padding: 0px;
	padding-top: 5px;
	 margin: 0px;
}

header nav.grid_13 {
	border-bottom: thin solid #999;
	border-top: thin solid #999;
	margin-top: 15px;
	padding: 10px 0px
	
}

nav ul.grid_13 {
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 0;
	height:9px;
	line-height: 9px;
}

nav.grid_13 li {
	display: inline-block;
}

/** LINKS **/

a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0.07em;
	color: #999;
	text-decoration: none;
}

a:hover {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 0.07em;
	color: black;
	text-decoration: none;
}

a:active {
	background-color:black;
	color: #C2E9EC;
}

nav.grid_13 a {
	line-height: 20px; 
	font-size: 9px;
	height: 9px;
	line-height: 9px;
	text-transform: uppercase;
}

nav.grid_13 a:hover, footer a:hover {
	font-weight:600; text-decoration: none;
	color: black;
}

nav.grid_13 a:active, footer a:active{
	color: #c2e9ec;
	background-color: black;
}

header a#current, header a#current:hover {
	color: #B4B4B4;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0.07em;
	cursor: default;
	
}


section.grid_9.top_row, section.grid_9.bottom_row {
	margin-bottom: 0px;
	padding: 0px;
}


/**  FOOTER STYLING  **/



section.grid_15.bottom_row {
	border-top: thin solid black; 
	height: 130px;
	
}

 footer img {
	height: 120px;
	 width: 220px;
	 border: inset thick black;
	 opacity: 0.5;
}


footer figure {
	height: 120px; 
	margin-top: 10px;
	margin-bottom: 0px;
	color: #c2e9ec;
	background-color: #4D4D4D;
}


a #see_it, a #get_it {
	-webkit-box-shadow: inset 0px 0px 30px 10px #000000;
	box-shadow: inset 0px 0px 30px 10px #000000;
}

a #see_it:hover, a #get_it:hover {
box-shadow: none;
	background-color: #c2e9ec;
	color: black;

}

a #see_it:active, a #get_it:active {
	-webkit-box-shadow: inset 0px 0px 50px 30px #000000;
	box-shadow: inset 0px 0px 40px 20px #000000;
	
}

a#current #see_it, a#current #see_it:hover, a#current #see_it:active, a#current #get_it, a#current #get_it:hover, a#current #get_it:active {
	opacity: 0.5;
	box-shadow: none;
	background-color: #999;
	cursor: default;
	color: #999;
}


footer figcaption {
	bottom: 80px;
	
}


footer div.grid_6 {
	height: 120px;
}

p.get_text, p.see_text {
	font-family: 'Oswald';
	font-weight: 600;
	margin-top: 20px;
	padding-top: 10px;
	letter-spacing: 0.09em;
	height: 100px;
	font-size: 14px;
}

p.see_text {
	padding-right: 65px;
	border-right: thin solid black;
	text-align: left;
	padding-left: 10px
}

p.get_text {
	padding-left: 60px; border-left: thin solid black;
	padding-right: 10px;
	text-align: right;
}

footer div.grid_12.push_1half {
	margin-bottom: 0;
}

footer section.grid_15.bottom_row {
	margin-bottom: 0px; padding: 0;
	padding-top: 10px;
}

footer div.credit {
	margin-left: 50px;
		border-top: thin solid #B4B4B4;
	margin-top: 10px;
	text-transform: uppercase;
	
}
div.credit span{
	font-size: 9px;
	margin-top: 10px;

}

span.grid_7.alpha {
	text-align: left;
	padding-left: 40px;
}

span.grid_7.omega {
	text-align: right;
	padding-right: 40px;
}

