﻿/* HTML5 display definitions
----------------------------------------------------------------------------------------------------*/

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section {
	display: block;
}
audio, 
canvas, 
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}

/* Base
----------------------------------------------------------------------------------------------------*/


html { 
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	font-size: 1em;
	-webkit-font-smoothing: subpixel-antialiased;
}
img, object, embed, table, iframe {
	max-width: 100%;
}
img {
	height: auto;
}
img, a img {
	border: 0;
}
body {
	margin: 0;
	background-color: #F5F5F5;
}
* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
a {
	transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Universal Type Styles
---------------------------------------------------------------------------------------------------- */

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: rgb(51,51,51)
}

p {
	font-size: 17px;
	margin-top: 0;
}

a {
	text-decoration: none;
	color: rgb(25,137,192);
}

a:hover {
	color: rgb(8,175,84);
}

h1 {
	font-weight: 300;
}

h2 {
	font-weight: 300;
	font-size: 60px;
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 25px;
}

h2 .sub-header {
	display: block;
	font-size: 24px;
	margin-top: 5px;
}

h3 {
	font-weight: 700;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-weight: 700;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 10px;
}

h5 {
	font-weight: 700;
}

h6 {
	font-weight: 700;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	
}

/* Site-specific Styles
---------------------------------------------------------------------------------------------------- */

body {
	
}

div.pageContent {
	width: 950px;
	margin: -8px auto;
}

.headerBar {
	padding-top: 10px;
}


.logo img {
	max-width: 300px;
	max-height: 54px;
	overflow: hidden;
	float:left;
	font-size: 0;
	text-indent: -99999px;
}

.corpLogo {
	overflow: hidden;
	float:left;
}

.corplogo img {
	max-width: 300px;
	max-height: 54px;
	font-size: 0;
	text-indent: -99999px;
}


#links {
	display: block;
	float: right;
}

#header {
	background-color: #1989C0;
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,.15);
	box-shadow: 0px 3px 0px rgba(0,0,0,.15);
	z-index: 999;
	position: fixed;
	width: 100%;
	padding: 20px 0;
}

#section {
	min-height: 200px;
}

#footer {
	background-color: #1989C0;
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,.15);
	box-shadow: 0px 3px 0px rgba(0,0,0,.15);
	z-index: 999;
	position: absolute;
	width: 100%;
	padding: 20px 0;
	bottom: 0;
}

#footer nav {
	color: #FFFFFF !important;
	font-size: 11px;
	font-weight: 400;
	float: left;
	border-left: 1px solid #31A0D7;
	padding: 8px 0 8px 30px;
	margin-left: 30px;
}

#footer nav ul {
	margin-bottom: 10px;
}
#footer nav ul li {
	display: inline-block;
	margin-right: 15px;
	zoom: 1;
	*display: inline;
	color: #FFFFFF !important;
}

#footer nav ul li a {
	color: #FFFFFF !important;
}

.formContent {
	padding-top: 100px;
	padding-bottom: 100px;
}

div.site-title {
	display: block;
	float: left;
	text-align: left;
}

div.content-placeholder {
	display: block;
	margin-top: 5px;
}

.iphone-button, .android-button, .submit-button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #08AF54;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 2px 0px rgba(0,0,0,.15);
	box-shadow: 0px 2px 0px rgba(0,0,0,.15);
	text-shadow: 0px 2px 0px rgba(0,0,0,.15);
	display: inline-block;
	padding: 6px 20px 6px 9px;
	width: 140px;
	margin: 0 3px 2px;
	position: relative;
}

.iphone-button .override-case {
	text-transform: none;
}

.iphone-button:hover, .android-button:hover {
	color: #FFFFFF;
	background: #16C967;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.15);
	box-shadow: 0px 0px 0px rgba(0,0,0,.15);
	text-shadow: 0px 0px 0px rgba(0,0,0,.15);
}
.iphone-button:after {
	content: url('images/iphone_sm.png');
	top: 8px;
	position: absolute;
	right: 15px;
}

.android-button:after {
	content: url('images/android_sm.png');
	top: 7px;
	position: absolute;
	right: 6px;
}