﻿@charset "UTF-8";

/* Resets */

body, h1, h2, h3, h4, p, ul, ol, li {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
.content ul {
	list-style: disc;
}
.content ul, ol {
	margin-left: 2em;
}
.clear {
	clear: both;
}
img.alignleft {
	float: left;
	margin-right: 10px;
}
img.alignright {
	float: right;
	margin-left: 10px;
}
a img {
	border: none;
}

/* Landing Page */

body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.col-1 {
	width: 515px;
	padding-right: 3em;
}

.col-2 {
	width: 375px;
}

.left {
	float: left;
}

p, ol li {
	color: #323232;
	font-size: 16px;
	line-height: 26px;
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

ol {
	padding-top: 10px;
}

ol li {
	padding-bottom: 0.5em;
	font-weight: bold;
}

ol li span {
	font-weight: normal;
}

h2 {
	color: #e12127;
	font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight: 500;
}

hr {
	color: #d8d8d8;
	background: #d8d8d8;
	margin: 2em 0;
}

.clear {
	clear: both;
}

/* Header */
#header {
	background: #e12127;
	height: 58px;
}
.logo a {
	background: url('../images/logo.png') no-repeat;
	height: 26px;
	width: 122px;
	float: left;
	margin: 0.8em 0;
}

/* Main */
#main {
	padding-top: 2.5em;
}
#main h1 {
	color: #000000;
	font-weight: 500;
	font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	padding-bottom: 10px;
}
#main .col-1 h2 {
	font-size: 20px;
	padding-bottom: 5px;
}
#main p {
	padding-bottom: 1.5em;
}
#main p span {
	color: #e41d25;
	font-weight: bold;
}

/* Form */

#main .col-2 h2 {
	font-size: 28px;
	padding-bottom: 0px;
	padding-top: 0.7em;
}

#main .col-2 h3 {
	color: #323232;
	font-size: 18px;
	font-weight: 300;
}

form {
	padding-top: 1em;
}

input {
	margin-bottom: 1em;
	width: 346px;
	border-radius: 2px;
	border: 1px solid #ccc;
	height: 32px;
	color: #313131;
	font-size: 15px;
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	padding: 0 1em;
}

::-webkit-input-placeholder {
   color: #313131;
   font-size: 15px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #313131;  
   font-size: 15px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #313131;  
   font-size: 15px;
}

:-ms-input-placeholder {  
   color: #313131;  
   font-size: 15px;
}

.styled-select select {
   background: transparent;
   width: 385px;
   padding: 0px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none; 
der-radius: 2
}

.styled-select {
   width: 345px;
   height: 34px;
   overflow: hidden;
   background: url('../images/arrow.png') no-repeat 96% 50% #fff;
   border: 1px solid #ccc;
   border-radius: 2px;
   margin-bottom: 1em;
   padding: 0 1em;-
0;
   	font-f
}

   input[type="submit"] {
   	width: 150px;
   	background: #e41d25;
   	color: #fff;
   	border: 0;
   	font-size: 18px;
   	font-weight: 200;
   	letter-spacing: 1px;
   	padding: 0;
   	font-family: "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
   	cursor: pointer;
   	height: 40px;
}

/* Quote Slider */
#quote {
	position: relative;
}

#quote h2 {
	text-align: center;
	font-size: 28px;
}

#quote-slider {
	width: 795px;
	height: 175px;
	margin: 2.5em auto;
}

#quote-slider .slide {
}

#quote-slider .slide .slide-photo {
	float: left;
	width: 78px;
	height: 78px;
	padding-top: 1.5em;
	padding-right: 2em;
}
#quote-slider .slide .slide-text {
	float: left;
	width: 675px;
}

#quote-slider .slide .slide-text span {
	color: #323232;
}

#quote-slider .slide .slide-text p {
	padding-bottom: 0.7em;
}

#slider-prev-arrow {
	background: url('../images/left-arrow.png') no-repeat 0% 0%;
	width: 10px;
	height: 19px;
	position: absolute;
	left: 2em;
	top: 8em;
	cursor: pointer;
}
#slider-next-arrow {
	background: url('../images/right-arrow.png') no-repeat 0% 0%;
	width: 10px;
	height: 19px;
	position: absolute;
	right: 2em;
	top: 8em;
	cursor: pointer;
}

/* Footer */
#footer {
	background: #000000;
	height: 56px;
}

#footer p {
	color: #7d7d7d;
	padding: 0.9em 0 0;
	font-size: 15px;
	float: left;
}

#footer .social {
	float: right;
	height: 36px;
	padding-top: 0.5em;
}

#footer .social div {
	height: 36px;
	width: 36px;
	float: left;
	padding-right: 0.5em;
}

#footer .social .youtube {
	background: url('../images/youtube.png') no-repeat;
}

#footer .social .linkedin {
	background: url('../images/linkedin.png') no-repeat;
}
