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

/* Fonts
--------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src:	url('http://themes.googleusercontent.com/static/fonts/roboto/v11/Hgo13k-tfSpn0qi1SFdUfbO3LdcAZYWl9Si6vvxL-qU.woff') format('woff');
  src:	url('Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src:	url('http://themes.googleusercontent.com/static/fonts/roboto/v11/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff') format('woff'),
		url('Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src:	url('http://themes.googleusercontent.com/static/fonts/roboto/v11/d-6IYplOFocCacKzxwXSOLO3LdcAZYWl9Si6vvxL-qU.woff') format('woff'),
		url('Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src:	url('http://themes.googleusercontent.com/static/fonts/roboto/v11/7m8l7TlFO-S3VkhHuR0at7rIa-7acMAeDBVuclsi6Gc.woff') format('woff'),
  		url('Roboto/Roboto-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src:	url('http://themes.googleusercontent.com/static/fonts/roboto/v11/1pO9eUAp8pSF8VnRTP3xnnYhjbSpvc47ee6xR_80Hnw.woff') format('woff'),
		url('Roboto/Roboto-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src:	url('http://themes.googleusercontent.com/static/fonts/roboto/v11/t6Nd4cfPRhZP44Q5QAjcC7rIa-7acMAeDBVuclsi6Gc.woff') format('woff'),
		url('Roboto/Robot-BoldItalic.ttf') format('truetype');
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
--------------------------------------------------------------------------------------------*/

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

@-ms-viewport{
	width: device-width;
}

/* Layout
--------------------------------------------------------------------------------------------*/
body {
	text-align: center;
}

#container {
	max-width: 1024px;
	min-width: 1024px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding: 0px 20px;
}

header {
	text-align: center;
	width: 100%;
}

.header {
	background-color: #f2f2f2;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	position: fixed;
	z-index: 999;
	/*Box Shadow*/
		box-shadow: -1px 0 12px 0 rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: -1px 0 12px 0 rgba(0, 0, 0, 0.5); /* Chrome, Safari, Opera */
		-moz-box-shadow: -1px 0 12px 0 rgba(0, 0, 0, 0.5); /* Firefox */
	/*margin: 0 auto;*/
	text-align: center;
	min-width: 1024px;
	overflow: visible;
	display: block;
}

#header-wrap {
	max-width: 1024px;
	min-width: 1024px;
	width: 90%;
	text-align: left;
	margin: 0 auto;
	padding: 0px 20px;
}

nav {
	float: right !important;
	padding: 20px 20px 40px 80px;
}

nav a {
	padding: 6px 8px;
}

nav ul {
	padding: 12px 10px 0px 0px;
}

nav ul li {
	padding: 0px 10px;
	float: left;
	clear: none;
	line-height: 42px;
	vertical-align: text-bottom;
}

nav ul li:last-child {
	padding: 0px;
	margin: 0px 0px 0px -5px;
	clear: right;
	line-height: 42px;
}

nav a:hover, .current {
	color: #ffffff;
	background-color: #808080;
	padding: 6px 8px;
}

.nohover {
	padding: 0;
	float: left;
	clear: none;
	line-height: 42px;
}

.nohover a:hover {
	background: none;
}

nav img {
	border: 0;
	vertical-align: text-bottom;
}

#padding {
	display: block;
	height: 90px;
	padding-bottom: 20px;
}

#homepage-portrait {
	background-image: url(images/homepage-portrait.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 670px;
	margin-top: -20px;
}

.home {
	max-width: 350px;
	float: right;
	padding-right: 25px; /*70px;*/
	padding-top: 145px;
	clear: right;
}

.introVid {
	max-width: 350px;
	float: right;
	padding-right: 110px;
	padding-top: 20px;
	clear: both;
}

section {
	text-align: center;
}

.section-head {
	background-color: #f2f2f2;
	left: 0;
	min-width: 1024px;
	max-width: 100%;
	width: 100%;
	height: 52px;
	z-index: 999;
	/*Box Shadow*/
		box-shadow: 0px 10px 12px -12px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 10px 12px -12px rgba(0, 0, 0, 0.5); /* Chrome, Safari, Opera */
		-moz-box-shadow: 0px 10px 12px -12px rgba(0, 0, 0, 0.5); /* Firefox */
	margin: 0 auto;
	display: block;
	clear: both;
	text-align: left;
	padding-top: 10px;
}

#press {
	max-width: 1024px;
	padding: 20px 10px;
	text-align: left;
}

#press ul {
	width: 100%;
}

#press ul li {
	width: 310px;
	float: left;
	padding: 0px 10px;
}

#press ul li:last-child {
	width: 310px;
	float: left;
	clear: right;
	padding: 0px 0px 0x 10px;
}

#press ul li:nth-child(4n+4) {  
	width: 310px;
	float: left;
	clear: left;
}

#testimonial {
	width: 530px;
	max-width: 100%;
	min-width: 530px;
	float: left;
	clear: right;
	padding-top: 20px;
	text-align: left;
}

#awards {
	float: left;
	clear: right;
	padding-top: 20px;
	text-align: left;
}

.press-article {
	padding: 20px 0px;
	/*column count*/
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;
	/*column gap*/
		-webkit-column-gap:12pt; /* Chrome, Safari, Opera */
		-moz-column-gap:12pt; /* Firefox */
		column-gap:12pt;
	/*column rule*/
		-webkit-column-rule: none; /* Chrome, Safari, Opera */
		-moz-column-rule: none; /* Firefox */
		column-rule: none;
}

.press-headline {
	border: 0;
	table-layout: fixed;
	width: 100%;
}

.press-headline td {
	vertical-align: bottom;
	padding: 0pt 36pt 0pt 0pt;
}

.bio {
	vertical-align: bottom;
	padding: 0pt 36pt 0pt 0pt;
	text-align: left;
}

.press-headline td:last-child {
	vertical-align: bottom;
	text-align: right;
	padding: 0pt;
}

.video {
	width: 100%;
	height: 100%;
	text-align: center;
}

hr {
	background-color: #808080;
	border: 0px solid #808080;
	border-collapse: collapse;
	height: 1px;
	display: block;
	clear: both;
}

footer {
	padding: 20px 0px;
	display: block;
	clear: both;
}

/* Text Styles
--------------------------------------------------------------------------------------------*/

b {
	font-family: 'Roboto';
	font-weight: 700;
}

i {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
}

b i {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
}


h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 42px;
	color: #808080;
	float: left;
	display: inline;
	padding: 20px 20px 40px 10px;
}

.returnhome {
	color: #808080;
	text-decoration: none;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #808080;
	line-height: 133%;
	text-align: left;
	/*Column Span*/
		column-span: 1;
		-webkit-column-span:1; /* Safari and Chrome */
}

.section-head h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #808080;
	line-height: 133%;
	padding-left: 10px;
}

h2 .testimonial {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #808080;
	line-height: 133%;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	text-transform: uppercase;
	font-weight: 400;
	color: #808080;
	line-height: 133%;
	/*Column Span*/
		column-span: 1;
		-webkit-column-span:1; /* Safari and Chrome */
}

#press ul li h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #808080;
	line-height: 133%;
}

.readmore a, #press ul li h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #808080;
	line-height: 133%;
	text-transform: uppercase;
	font-variant: small-caps;
	text-decoration: none;
	display: block;
}

p, #press ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	line-height: 133%;
	padding-bottom: 13px;
	/*Prevent widows and orphans in columns*/
		/*page-break-inside: avoid;*/
		break-inside: avoid-column;
		-webkit-column-break-inside: avoid; /* Safari and Chrome */
}


.press-article a {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	color: #808080;
	line-height: 133%;
}

.press-article a:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	color: #000000;
	line-height: 133%;
}

.intro, #awards li {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #808080;
	line-height: 133%;
	text-align: left;
}

.screen-reader {
	display: none;
}

nav a {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	color: #808080;
	text-decoration: none;
}

.home {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-indent: -10px;
	quotes: initial;
	color: #ffffff;
	line-height: 133%;
}

blockquote {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-indent: -8px;
	quotes: initial;
	color: #808080;
	line-height: 133%;
}

blockquote i {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
}

.GoToTop {
	text-align: right;
}

.GoToTop a {
	font-size: 14px;
	font-weight: 700;
	color: #808080;
	text-transform: uppercase;
	font-variant: small-caps;
	text-decoration: none;
}

footer p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #808080;
}

/* =Forms
----------------------------------------------- */

#contact a {
	color: #000000;
	text-decoration: none;
}

#contact {
	padding: 20px 45px 0px 10px;
	width: 420px;
	float: left;
	clear: left;
	text-align: left;
}

#contact fieldset {
	padding-bottom: 10px;
	display: block;
}

#contact input[type="text"] {
	border: 1px solid #808080;
	width: 305px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #808080;
}

#contact textarea {
	background-color: #ffffff;
	border: 1px solid #808080;
	width: 305px;
	height: 185px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

#contact placeholder {
	color: #808080;
}
/*Placeholder text*/	
	#contact ::-webkit-input-placeholder {
	   color: #808080;
	}
	
	#contact :-moz-placeholder { /* Firefox 18- */
	   color: #808080;
	}
	
	#contact ::-moz-placeholder {  /* Firefox 19+ */
	   color: #808080;
	}
	
	#contact :-ms-input-placeholder {  
	   color: #808080;
	}

#contact input[type="submit"] {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	border: none;
	background-color: #808080;
	padding: 6px 8px;
}

.label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #808080;
}