/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
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; }

	
body {
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	color: #666;
	overflow-x: hidden;
	background: #f5f5f5;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #233c78;
	font-family: "museo-sans",sans-serif;
	font-weight: 700; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 2em; font-weight: 600;}
h2 { font-size: 1.75em; font-weight: 400; color:#1b8ac8; padding-bottom: 1em; }
h3 { font-size: 1.375em; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 1.25em; font-weight: normal; line-height: 1.125em;}
h5 { font-size: 1.125em; line-height: 24px; font-weight: 400; }
h6 { font-size: 1em; line-height: 21px; }
.subheader { color: #777; }

/*p { margin: 0 0 20px 0; }*/
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 80%; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
input[type=button] { -webkit-appearance: none; border-radius: 3px; }
input[type=submit] { -webkit-appearance: none; border-radius: 3px; }

/* #Links
================================================== */
a, a:visited { color: #08c; outline: 0; text-decoration: none; }
a:hover, a:focus { color: #08c; text-decoration: underline; }
p a, p a:visited { line-height: inherit; }

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

#wrapper {
	margin: 0 auto;
	padding-bottom: 30px;
	max-width: 1200px;
	min-width: 320px;
	background: #fff;
	-moz-box-shadow: 0px 2px 20px #ccc;
	-webkit-box-shadow: 0px 2px 20px #ccc;
	box-shadow: 0px 2px 20px #ccc;
}
/* #Hero
================================================== */
.page-marquee {
	margin: 0 auto;
	background: #202336 url(../../img/starfield_bg.jpg) no-repeat center center;
    font-weight: 400;
	color: #333;
	max-width: 1200px;
	height: 400px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.page-marquee h1 {
  font-family: "proxima-nova",sans-serif;
  font-size: 3em;
  font-weight: 500;
  color: #fff;
  line-height: normal;
  white-space: normal;
  text-align: center;
}
.page-marquee h2 {
	padding-top: .25em;
	font-family: "proxima-nova",sans-serif;
	font-size: 2.5em;
	font-weight: 300;
	color: #4497cb;
	text-align: center;
}
.icons {
	margin: 50px auto 30px auto;
	padding: 0;
	text-align: center;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s; 
}
.icons div {
	max-width: 129px;
	margin: 0 50px;
}
.inline-block-center {
	text-align: center;
}
.inline-block-center div {
	display: inline-block;
	text-align: center;
}

.page-body-content {
	padding: 20px 10px;
}
#offer-content p {
	margin-bottom: 1em;
	font-family: "proxima-nova",sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	color: #666;
	line-height: 1.3em;
}
.inputText,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-ms-border-radius: 0.25em;
	-o-border-radius: 0.25em;
	border-radius: 0.25em;
	-webkit-box-shadow: inset 0.25em 0.25em 0.25em 0 #ededed;
	-moz-box-shadow: inset 0.25em 0.25em 0.25em 0 #ededed;
	box-shadow: inset 0.25em 0.25em 0.25em 0 #ededed;
	padding: 0.375em;
	border: 1px solid #999;
	font-size: .875em;
	margin-bottom: 1em;
}
input[type="text"]:focus {
  border: 1px solid rgba(204, 153, 0, 1);
}
input, label {
    font-family: "proxima-nova",sans-serif;
    font-weight: 400;
	color: #333;
    /*outline: medium none;*/
    line-height: none;
	vertical-align: middle;
}
label {
	display: block;
	margin-bottom: .25em;
	font-weight: 600;
}
label span {
	color: #f60;
}
.label {
	font-weight: 400;
}
.row {
	float: left;
	width: 100%;
}
.row div {
	float: left;
	margin-right: 1em;
}

.contactInfo input[type="text"] {
	width: 17em;
}
.contactInfo input[type="submit"] {
	width: 11.875em; 
}

/* Share Ioncs / Logo
================================================================= */
.container {
    margin: 0 auto;
	padding: 0 20px;
    max-width: 1150px;
}
.social {
    text-indent: -9999em;
}
#socialMedia {
	float: left;
}
#socialMedia p {
	padding-bottom: 5px;
}
#socialMedia ul.social li {
    float: left;
	padding: 0 4px 0 0;
}
#socialMedia ul.social li a {
	background-image: url(../../img/social_icons_24x24.png);
	width: 24px;
	height: 24px;
	display: block;
}
#socialMedia li a.facebook {
	background-position: 0 0;
}
#socialMedia li a.twitter {
	background-position: -36px 0;
}
#socialMedia li a.google {
	background-position: -72px 0;
}
#socialMedia li a.linkedin {
	background-position: -108px 0;
}
#logo {
	float: right;
	padding-top: 10px;
}

/* Button Styles
================================================================= */
.btnDefault {
    -moz-box-shadow: 0px 1px 0px 0px #c26200;
    -webkit-box-shadow: 0px 1px 0px 0px #c26200;
    box-shadow: 0px 1px 0px 0px #c26200;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c26200;
    display: inline-block;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    padding: 8px 24px;
    letter-spacing: .03em;
    text-decoration: none;
	background-color: #ff9e1e;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFFF9E1E',endColorstr='#FFFF823A');
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff9e1e),color-stop(100%,#ff823a));
	background-image: -webkit-linear-gradient(top,#ff9e1e 0,#ff823a 100%);
	background-image: -moz-linear-gradient(top,#ff9e1e 0,#ff823a 100%);
	background-image: -o-linear-gradient(top,#ff9e1e 0,#ff823a 100%);
	background-image: linear-gradient(top,#ff9e1e 0,#ff823a 100%);
}
.btnDefault:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #ff8100;
	cursor: pointer;
}
.btnDefault:active {
    position: relative;
    top: 1px;
    color: #fff !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

button[disabled]:active, button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled] ,
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover
{
  -moz-box-shadow: 0px 1px 0px 0px #c4c4c4;
    -webkit-box-shadow: 0px 1px 0px 0px #c4c4c4;
    box-shadow: 0px 1px 0px 0px #c4c4c4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    display: inline-block;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    padding: 8px 24px;
    letter-spacing: .03em;
    text-decoration: none;
	background-color: #d7d7d7;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFFF9E1E',endColorstr='#FFFF823A');
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d7d7d7),color-stop(100%,#c3c3c3));
	background-image: -webkit-linear-gradient(top,#d7d7d7 0,#c3c3c3 100%);
	background-image: -moz-linear-gradient(top,#d7d7d7 0,#c3c3c3 100%);
	background-image: -o-linear-gradient(top,#d7d7d7 0,#c3c3c3 100%);
	background-image: linear-gradient(top,#d7d7d7 0,#c3c3c3 100%);
}

@media all and (max-width: 779px) {
	.page-marquee {
		margin: 0 auto;
		background: #202336 url(../../img/starfield_bg.jpg) no-repeat center center;
		font-weight: 400;
		color: #333;
		max-width: 1200px;
		height: 350px;
	}
	.page-marquee h1 {
		font-family: "proxima-nova",sans-serif;
		font-size: 2.375em;
		font-weight: 500;
		color: #fff;
		line-height: normal;
		white-space: normal;
		text-align: center;
	}
	.page-marquee h2 {
		padding-top: .25em;
		font-family: "proxima-nova",sans-serif;
		font-size: 2em;
		font-weight: 300;
		color: #4497cb;
		text-align: center;
	}
	.icons {
		margin: 35px auto 16px auto;
		padding: 0;
		text-align: center;
	}
	.icons div {
		max-width: none;
		margin: 0 20px;
	}
	.icons div img {
		width: 65%;
		height: auto;
	}
}

@media all and (max-width: 759px) {
	#offer-content {
		margin-bottom: 2em;
	}
}
@media all and (max-width: 639px) {
	.page-marquee h1 {
		padding: 0 .5em;
		font-family: "proxima-nova",sans-serif;
		font-size: 2.5em;
		font-weight: 500;
		color: #fff;
		line-height: normal;
		white-space: normal;
		text-align: center;
	}
	.page-marquee h2 {
		padding-top: .25em;
		font-family: "proxima-nova",sans-serif;
		font-size: 2em;
		font-weight: 300;
		color: #4497cb;
		text-align: center;
	}
	.page-body-content {
		padding: 10px;
	}
}

@media all and (max-width: 568px) {
	.page-marquee h1 {
		padding: 0 .25em;
		font-family: "proxima-nova",sans-serif;
		font-size: 2.25em;
		font-weight: 500;
		color: #fff;
		line-height: normal;
		white-space: normal;
		text-align: center;
	}
	.page-marquee h2 {
		padding: .25em;
		font-family: "proxima-nova",sans-serif;
		font-size: 1.8em;
		font-weight: 300;
		color: #4497cb;
		text-align: center;
	}
	.icons {
		margin: 35px auto 16px auto;
		padding: 0;
		text-align: center;
	}
	.icons div {
		max-width: none;
		margin: 0;
	}
	.icons div img {
		width: 60%;
		height: auto;
	}
	.contactInfo input[type="text"] {
		width: 100%;
	}
	.contactInfo input[type="submit"] {
		width: 100%;
		text-align: center; 
	}
	.row {
		float: none;
		width: 100%;
	}
	.row div {
		float: none;
		display: block;
		margin: 0;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 580px) 
and (orientation : portrait) {
	.icons {
		margin: 35px auto 16px auto;
		padding: 0;
		text-align: center;
	}
	.icons div {
		max-width: 32%;
		margin: 0;
	}
	.icons div img {
		width: 53%;
		height: auto;
	}
	.contactInfo input[type="text"] {
		width: 100%;
	}
	.contactInfo input[type="submit"] {
		width: 100%;
		text-align: center; 
	}
	.row {
		float: none;
		width: 100%;
	}
	.row div {
		float: none;
		display: block;
		margin: 0;
	}
	#logo { 
		float: none;
		margin: 0 auto;
		width: auto;
		text-align: left;
	}
}