html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, big, cite, code, em, img, q, s, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
blockquote, q { quotes: none; }
blockquote::before, blockquote::after, q::before, q::after { content: ""; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
ol { margin-left: 1.5em; padding-bottom: 0.75em; }
ol li { padding-left: 0.3em; }
ul { margin-left: 0; padding-bottom: 0.75em; }
ul li { list-style: none; padding-left: 1em; }
ul li::before { float:left; content: '\2013'; margin-left: -1em; }
ul.nobullet li { padding-left: 0; }
ul.nobullet li::before { content: '' }
:focus { outline: 0; }
dd { padding-bottom: 0.75em; }
*, *::after, *::before { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

@charset "UTF-8";

/* webfonts */

@font-face {
	font-family: 'GalaxieCopernicusBook';
	src: url('/type/galaxiecopernicus-book.eot');
	src: url('/type/galaxiecopernicus-book.eot?#iefix') format('embedded-opentype'),
		 url('/type/galaxiecopernicus-book.woff') format('woff'),
		 url('/type/galaxiecopernicus-book.svg#galaxiecopernicus-book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GalaxieCopernicusBookItalic';
	src: url('/type/galaxiecopernicus-bookitalic.eot');
	src: url('/type/galaxiecopernicus-bookitalic.eot?#iefix') format('embedded-opentype'),
		 url('/type/galaxiecopernicus-bookitalic.woff') format('woff'),
		 url('/type/galaxiecopernicus-bookitalic.svg#galaxiecopernicus-bookitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'GalaxieCopernicusBold';
	src: url('/type/galaxiecopernicus-bold.eot');
	src: url('/type/galaxiecopernicus-bold.eot?#iefix') format('embedded-opentype'),
		 url('/type/galaxiecopernicus-bold.woff') format('woff'),
		 url('/type/galaxiecopernicus-bold.svg#galaxiecopernicus-bold') format('svg');
	font-weight: normal, bold;
	font-style: normal;
}

@font-face {
	font-family: 'GalaxieCopernicusBoldItalic';
	src: url('/type/galaxiecopernicus-bolditalic.eot');
	src: url('/type/galaxiecopernicus-bolditalic.eot?#iefix') format('embedded-opentype'),
		 url('/type/galaxiecopernicus-bolditalic.woff') format('woff'),
		 url('/type/galaxiecopernicus-bolditalic.svg#galaxiecopernicus-bolditalic') format('svg');
	font-weight: normal, bold;
	font-style: italic;
}

/* from fontastic.me */
@font-face {
	font-family: "WebIcons";
	src:url("/type/webicons.eot?20140815");
	src:url("/type/webicons.eot?20140815#iefix") format("embedded-opentype"),
		url("/type/webicons.woff?20140815") format("woff"),
		url("/type/webicons.ttf?20140815") format("truetype"),
		url("/type/webicons.svg?20140815#webicons") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
	font-family: "WebIcons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-camera::before 	{ content: "C"; }
.icon-cancel::before 	{ content: "x"; }
.icon-comment::before 	{ content: "c"; }
.icon-email::before 	{ content: "e"; }
.icon-facebook::before 	{ content: "f"; }
.icon-instagram::before { content: "p"; }
.icon-linkedin::before 	{ content: "i"; }
.icon-location::before 	{ content: "m"; }
.icon-pinterest::before { content: "P"; }
.icon-rss::before 		{ content: "r"; }
.icon-search::before 	{ content: "s"; }
.icon-tumblr::before 	{ content: "T"; }
.icon-twitter::before 	{ content: "t"; }
.icon-vimeo::before 	{ content: "v"; }
.icon-youtube::before 	{ content: "y"; }
.icon-book:before 		{ content: "b"; }
.icon-newsletter:before { content: "n"; }
.icon-pointdown:before 	{ content: "d"; }
.icon-pointup:before 	{ content: "^"; }
.icon-pointleft:before 	{ content: "<"; }
.icon-pointright:before { content: ">"; }
.icon-matrix:before 	{ content: "#"; }
.icon-circleplus:before { content: "+"; }
.icon-caret-down:before { content: "g"; }
.icon-caret-up:before { content: "h"; }

/* general */

html, body { height: 100%; }

body {
	background: #fff;
	color: black;
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

a {
	color: #eb963b;
	text-decoration: none;
}
a:hover {
	color: #eb963b;
	-webkit-transition: color 0.1s;
	transition: color 0.1s;
}

#page {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 100px -150px 100px;
}

#page-spacer { padding: 80px 0 150px 0; }

.full-width {
	margin-left: -100px;
	margin-right: -100px;
}

/* fixed-position header */

header {
	position: fixed;
	top: 0; left: 0; right: 0;
	background: #fff;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 20px;
	padding-bottom: 79px;
	z-index: 500;
}

header .contentblock {
	position: absolute;
	left: 100px; right: 100px; bottom: 0; height: 80px;
	background: white;
}

#header-logo {
	display: block;
	position: absolute;
	left: 20px;
	top: 28px;
	background: url(/images/layout/logo180x56.png) 0 0 no-repeat;
	background-size: 90px 28px;
	height: 28px;
	overflow: hidden;
	width: 90px;
	text-indent: -9999em;
}

#navtoggle { display: none; }

nav {
	position: absolute;
	right: 20px; top: 25px; height: 40px;
	font-size: 100%;
	text-align: right;
}

nav .menu {
	display: inline-block;
	height: 40px;
}

nav .menu a {
	display: block;
	border-bottom: white 1px solid;
	color: black;
	cursor: default;
	font-weight: bold;
	font-size: 100%;
	line-height: 20px;
	margin: 0 0 0 15px;
	padding: 10px 0 2px 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

nav .menulist {
	display: none;
	position: absolute;
	top: 55px;
	background: #fff;
	border: #e6e6e6 1px solid;
	border-top-color: white;
	margin-left: -5px;
	padding: 5px 20px 0 20px;
	min-width: 130px;
	text-align: left;
}

nav .menulist a {
	display: block;
	color: black;
	padding: 5px 0;
}

nav .menu.active a {
	border-bottom-color: black;
}

nav .menu.active + .menulist {
	display: block;
	z-index: 90;
}

nav .menulist a:hover {
	color: #eb963b;
}

nav .menu.current a {
	border-bottom-color: black;
}

nav .offsite {
	display: inline-block;
	background: url(/images/icons/external.png) center center no-repeat;
	background-size: 10px;
	height: 10px;
	margin-left: 5px;
	width: 10px;
}

#nav-ask a { color: #10b0e6; cursor: pointer; }
#nav-ask.active a, #nav-ask.current a { border-bottom-color: #10b0e6; }

/* header promo */

header .promo-wrapper {
	position: relative;
	margin: 0 -20px;
	max-height: 260px;
	max-width: 1300px;
	overflow: hidden;
}
header .promo {
	position: relative;
	margin: 0 !important;
	max-width: 1300px;
	overflow: hidden;
	padding-top: 20%;
}
header .promo a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
header .promo img {
	display: block;
	height: auto;
	width: 100%;
}

/* footer */

footer {
	position: relative;
	background: black;
	color: white;
	font-size: 90%;
	height: 150px;
	margin: 0 100px;
	overflow: hidden;
	min-width: 50%;
}

footer a {
	color: white;
	text-decoration: none;
}
footer a:hover { color: white; }

footer a.addthis_button {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: #6d6e71;
	color: #eee;
	padding: 0 10px;
	z-index: 2;
}
footer a.addthis_button::before {
	display: block;
	position: absolute;
	left: 5px;
	width: 12px;
	top: 6px;
	bottom: 6px;
	background: #eee;
	color: #6d6e71;
	content: '+';
	font-size: 11px;
	font-weight: bold;
	line-height: 0.9;
	text-align: center;
}

footer .icon {
	font-size: 150%;
}

#copyright {
	position: absolute;
	bottom: 0;
	padding-top: 0;
}

/* screen size variations */

@media screen and (max-width: 1000px) {
	body { font-size: 12px; }
	#page { margin-left: 20px; margin-right: 20px; }
	header .contentblock { left: 0; right: 0; }
	nav { left: 90px; right: 30px; }
	nav .menu a { margin: 0 5px; }
	footer { margin-left: 20px; margin-right: 20px; }
	.full-width { margin-left: -20px; margin-right: -20px; }
}

@media screen and (min-width: 2000px) {
	header, footer, #page { margin-left: auto; margin-right: auto; width: 1300px; }
	header .contentblock { left: 0; right: 0; }
	.full-width { margin-left: 0; margin-right: 0; }
}

/* content sections */

section {
	position: relative;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	padding: 20px;
}

.banner {
	position: relative;
	overflow: hidden;
	padding-top: 30%;
	width: 100%;
}

.banner .content,
.hero .content,
[class*="-ratio"] .content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px;
}

[class*="-ratio"] {
	display: block;
	position: relative;
	background-position: center center;
	background-size: cover;
}
.banner-ratio { padding-top: 30%; }
.hero-ratio { padding-top: 46.15%; }

.padded { padding: 20px; }
.hpadded { padding-left: 20px; padding-right: 20px; }
.vpadded { padding-top: 20px; padding-bottom: 20px; }

.grid {
	margin-right: -20px;
	position: relative;
}
.grid::after {
	content: '';
	display: table;
	clear: both;
}

.grid-pad {
	padding: 20px;
}

[class*="col-"] { float: left; padding-right: 20px; }

.col-1-3 { width: 33.3333%; }
.col-2-3 { width: 66.6666%; }

.col-1-4 { width: 25%; }
.col-2-4 { width: 50%; }
.col-3-4 { width: 75%; }

.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }

.col-1-6 { width: 16.6666%; }
.col-2-6 { width: 33.3333%; }
.col-3-6 { width: 50%; }
.col-4-6 { width: 66.6666%; }
.col-5-6 { width: 83.3333%; }


.circle {
	display: block;
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	padding-top: 100%;
	width: 100%;
}

.contentblock {
	position: relative;
	padding: 20px;
}

.contentfixed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.contentcollapse {
	height: 0;
	overflow: visible;
}

.contentcollapse + * {
	clear: left;
	float: left;
}

.contentflush {
	padding-left: 0;
	padding-right: 0;
}

.contentvpad {
	padding-top: 50px;
	padding-bottom: 50px;
}

.gray { background-color: #eee; }

.image { color: white; }
.image h1 { color: white; }
.image h1 a, .image h1 a:hover { color: white; }
.image h6 { border-color: white; color: white; }

.gradient33::before {
	position: absolute;
	left: 0;
	width: 33%;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
	content: '';
}
.gradient50::before {
	position: absolute;
	left: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
	content: '';
}

.panel.gradient33::before { z-index: -1; }
.panel.gradient50::before { z-index: -1; }

/* carousel panels */

.panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-position: center center;
	background-size: cover;
	padding: 20px;
	z-index: 2;
}

.panel-nopad { padding-left: 0; padding-right: 0; }

.panel ~ .panel { left: 100%; z-index: 10; }
.panel.clickable { cursor: pointer; }

.panelnav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	height: 0;
	overflow: visible;
	padding-left: 6px;
	text-align: center;
	z-index: 100;
}

.panelnav a {
	display: inline-block;
	border: black 1px solid;
	border-radius: 100%;
	cursor: pointer;
	height: 10px;
	margin-right: 6px;
	width: 10px;
}
.panelnav a:hover { background-color: rgba(0,0,0,0.5); }
.panelnav a.current { background-color: black; }

.image .panelnav a { border-color: white; }
.image .panelnav a:hover { background-color: rgba(255,255,255,0.5); }
.image .panelnav a.current { background-color: white; }

/* layouts */

.nup {
	float: left;
	padding: 0 10px;
}
.threeup { width: 33.3333%; }
.fourup  { width: 25%; }
.fiveup  { width: 20%; }
.sixup   { width: 16.6666%; }

.threeup:nth-of-type(3n+1) { padding-left: 0; clear: left; }
.threeup:nth-of-type(3n+3) { padding-right: 0; }

.fourup:nth-of-type(4n+1) { padding-left: 0; clear: left; }
.fourup:nth-of-type(4n+4) { padding-right: 0; }

.fiveup:nth-of-type(5n+1) { padding-left: 0; clear: left; }
.fiveup:nth-of-type(5n+5) { padding-right: 0; }

.sixup:nth-of-type(6n+1) { padding-left: 0; clear: left; }
.sixup:nth-of-type(6n+6) { padding-right: 0; }

.nup p { margin-right: 3em; }
.nup.centered p { margin-right: 0; }

.nup .image {
	display: block;
	background: #333;
	background-position: center center;
	background-size: cover;
	height: 200px;
	margin-bottom: 0.75em;
	width: 100%;
}

.nup .photo {
	display: block;
	background: #333;
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	height: 150px;
	margin: 0 auto 1em auto;
	width: 150px;
}

/* legacy layout */

.layout_a,
.layout_b,
.layout_c,
.layout-two-columns,
.layout-three-columns,
.layout-wide {
	overflow: auto;
	margin-bottom: 20px;
	padding: 0 20px;
}

.layout_a .main,
.layout-two-columns .main {
	float: left;
	margin-right: 50px;
	padding-top: 30px;
	width: 710px;
	width: calc(100% - 490px);
}

.layout_a .sidebar,
.layout-two-columns, .sidebar {
	float: left;
	padding-top: 30px;
	width: 440px;
}

.layout_b .main,
.layout-three-columns .main {
	float: left;
	margin-right: 50px;
	padding-top: 30px;;
	width: 650px;
	width: calc(100% - 550px);
}

.layout_b .sidebar,
.layout-three-columns .sidebar {
	float: left;
	margin-right: 50px;
	padding-top: 30px;;
	width: 200px;
}

.layout_b .secondary,
.layout-three-columns .secondary {
	float: left;
	padding-top: 30px;;
	width: 250px;
}

.layout_c .main,
.layout-wide .main {
	float: left;
	margin-right: 50px;
	padding-top: 30px;;
	width: 900px;
	width: calc(100% - 300px);
}
.layout_c .sidebar,
.layout-wide .sidebar {
	float: left;
	padding-top: 30px;;
	width: 250px;
}

.sidebar > hr:first-child { display: none; }
.secondary > hr:first-child { display: none; }

/* slideshow boxes */

.slideshow {
	position: relative;
	overflow: hidden;
}
.slides {
	width: 1px;
}
.slide {
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 1px;
	z-index: 1;
}
.slidenav {
	position: absolute;
	height: 10px;
	left: 10px;
	top: 20px;
	z-index: 100;
}
.slidenav a {
	display: block;
	float: left;
	border: white 1px solid;
	border-radius: 100%;
	height: 11px;
	margin-right: 6px;
	width: 11px;
	text-indent: -999em;
}
.slidenav a:hover {
	background-color: #666;
}
.slidenav a.current {
	background-color: #fff;
	border-color: #ccc;
}
.slidenav a.current:hover {
	background-position: 0 -22px;
}
.slideshow_stopped div.slidenav a.current {
	background-position: 0 -11px;
}

/* content appearance */

h1 {
	font-family: GalaxieCopernicusBold, Georgia, serif;
	font-size: 250%;
	font-weight: normal;
	line-height: 1.2;
	margin: .5em 0 .25em 0;
	text-rendering: optimizeLegibility;
}

h6 + h1 {
	margin-top: .2em;
}

h2 {
	font-family: GalaxieCopernicusBold, Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	line-height: 1;
	margin: 1em 0 .5em 0;
	text-rendering: optimizeLegibility;
}

h6 {
	display: inline-block;
	border-bottom: black 1px solid;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding-bottom: .25em;
}
h6::after {
	content: '';
	display: block;
}

.main > h1 { margin-top: 0; }
h1 a, h1 a:hover { color: black; }
h1 + p { margin-top: 1em; }

.kernfix {
	letter-spacing: -0.1em;
	margin-right: 0.1em;
}

p {
	line-height: 1.5;
	margin-bottom: 0.5em;
}
p.heading{
	font-size: 0.95em;
	margin-top: 1.5em;
	text-transform: uppercase;
}
p.no_top_space { margin-top: -0.75em; }
p.no_bottom_space { margin-bottom: 0; }
p.info {
	background: #ffdb21;
	color: black;
	padding: 5px;
}
p.info a { font-weight: bold; }

h1 + p > b {
	display: block;
	font-family: GalaxieCopernicusBold, Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	line-height: 1;
	margin: 1em 0 .5em 0;
	text-rendering: optimizeLegibility;
}

.normal { font-weight: normal; }

.centered { text-align: center; }

blockquote {
	background: url(/images/layout/blockquote.png) top left no-repeat;
	margin-bottom: 8px;
	padding: 10px 0 0 35px;
}

.two-columns {
	-moz-columns: 2;
	-moz-column-gap: 5em;
	-webkit-columns: 2;
	-webkit-column-gap: 5em;
	columns: 2;
	column-gap: 5em;
	orphans: 1;
	widows: 1;
}

ul.ok {
	color: #10b0e6;
	padding: 0 0 10px 0;
}
ul.error {
	color: #c00;
	padding: 0 0 10px 0;
}

hr {
	border-style: none;
	border-top: #c7c9c8 1px dashed;
	color: transparent;
	height: 0;
	margin: 15px 0;
}
form hr, .sidebar hr, .secondary hr {
	margin-top: 0;
}

sup {
	font-size: 0.5em;
	vertical-align: super;
}

div.hscroller {
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	overflow: hidden;
	overflow-x: scroll;
	width: 100%;
}

table.listing {
	margin: 0 0 20px 0;
	width: 100%;
}
table.listing th {
	font-weight: bold;
	padding: 5px 10px 5px 0;
}
table.listing tbody tr {
	border-top: #ccc 1px dashed;
	vertical-align: top;
}
table.listing td {
	padding: 10px 10px 10px 0;
}
table.listing tr.withprevious { border-top: none; }
table.listing tr.withprevious td { padding-top: 0; }

table.sortable th {
	cursor: pointer;
	text-decoration: underline;
}
table.sortable th.sorttable_nosort {
	cursor: default;
	text-decoration: none;
}

div.bodycopy table {
	border-color: #ccc;
	margin: 0.5em 0;
}
div.bodycopy table th {
	background: #f0f0f0;
	padding: 2px 4px;
}
div.bodycopy table td {
	padding: 2px 4px;
}

img {
    max-width: 100%;
    height: auto;
}

.big { font-size: 120%; text-rendering: optimizeLegibility; }
.bigger { font-size: 150%; text-rendering: optimizeLegibility; }
.small { font-size: 90%; }
.inactive, .subtle { color: #666; }
.upper { text-transform: uppercase; }
.bold { color: #000000; }
.hilite { background-color: #eee; color: #444; padding: 2px 4px; }

.orange { color: #eb963b; }
.blue { color: #10b0e6; }
.green { color: #96ca4b; }
.yellow { color: #ffdb21; }
.magenta { color: #dc4292; }
.white { color: #ffffff; }

.bg_blue { background-color: #10b0e6; color: #222; }
.bg_green { background-color: #96ca4b; color: #222; }
.bg_magenta { background-color: #dc4292; color: #222; }
.bg_orange { background-color: #eb963b; color: #222; }
.bg_gray { background-color: #eee; }

.bg_blue a { color: #fff; }
.bg_green a { color: #fff; }
.bg_magenta a { color: #fff; }
.bg_orange a { color: #fff; }

.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }

.serif { font-family: GalaxieCopernicusBook, Georgia, serif; }

/* standard promo blocks */

div.promo {
	margin-bottom: 20px;
}
div.promo p.promo_headline {
	font-weight: bold;
	margin-bottom: 0;
}
div.promo p.promo_headline a {
	font-weight: normal;
	margin-left: 0.5em;
}

div.minipromo {
	font-size: 90%;
	padding: 10px;
}
div.minipromo p.heading {
	font-weight: bold;
	margin-top: 0;
}

/* pagination appearance */

.pagenav {
	height: 35px;
	text-align: center;
}
.pagenav a, .pagenav span {
	display: inline-block;
	border: black 1px solid;
	border-radius: 100%;
	color: black;
	font-size: 80%;
	height: 21px;
	line-height: 18px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	width: 21px;
}
.pagenav a.current,
.pagenav a:hover {
	background-color: black;
	color: white;
}
.pagenav span {
	border-color: black;
	color: black;
	font-weight: bold;
}
.pagenav .inactive {
	display: none;
}

/* form appearance */

.formblock {
	float: left;
	padding-right: 20px;
}
.formlabel label {
	color: #444;
	font-size: 0.95em;
}
.formlabel label.required {
	font-weight: bold;
}
.formfield {
	padding: 0 0 15px 0;
}
.formcheckbox input {
	float: left;
}
.formcheckbox label {
	display: block;
	padding: 0 0 15px 30px;
}

input,
textarea,
select,
option {
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
select,
textarea {
	-webkit-appearance: none;
	background: #f6f6f6;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding;
	border: #ddd 2px solid;
	border-radius: 0;
	padding: 5px;
	vertical-align: middle;
}

select[size],
select[multiple],
select[multiple][size] {
	background-image: none;
	padding-right: 3px;
}

textarea,
select[size],
select[multiple] {
	height: auto;
}

select[size="0"],
select[size="1"] {
	height: 1.8em;
	*height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
	select[size],
	select[multiple],
	select[multiple][size] {
		background-image: none;
		padding-right: 3px;
	}
	select,
	select[size="0"],
	select[size="1"] {
		background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 20px;
	}
}

input.button, a.button {
	-webkit-appearance: none;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background-color: #c7c9c8;
	border: none;
	border-radius: 2px;
	color: black;
	cursor: pointer;
	display: inline-block;
	font: 12px/24px "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	outline: 0;
	overflow: visible;
	margin: 0;
	outline: 0;
	overflow: visible;
	*padding-top: 2px;
	*padding-bottom: 0;
	padding: 3px 15px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: auto;
	text-decoration: none;
	width: auto;
}
input.button:hover {
	background-color: #bbb;
	color: #000;
	cursor: pointer;
}

label.missing {
	color: #c00;
}

/* expert contact block */

.contact {
	height: 150px;
	margin-top: 0.5em;
}
.contact .photo {
	float: left;
	background-position: center center;
	background-size: 150px;
	border-radius: 100%;
	height: 150px;
	width: 150px;
}
.contact .info {
	padding: 1em 0 0 160px;
}

/* miscellaneous */

#cdserror {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(180,0,0,0.9);
	color: white;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 20px;
	z-index: 1000;
}

.cdserror {
	color: #c00;
}

div.video {
	margin-bottom: 8px;
}

.video-wrapper {
	position: relative;
	margin-bottom: 1em;
	width: 100%;
}
.video-wrapper iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#page iframe {
	max-width: 100%;
}

.tweetable {
	background: #ddd;
	border-top: #ddd 0.3em solid;
	border-bottom: #ddd 0.3em solid;
	color: black;
	padding: 0 0.5em;
}
.tweetable:hover {
	background: #eb963b;
	border-color: #eb963b;
	color: white;
	transition: background 0.1s, border-color 0.1s;
}
.tweetable::after {
	display: inline-block;
	position: relative;
	top: 0.1em;
	content: "t";
	font-family: "WebIcons" !important;
	padding-left: 0.5em;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#overlay { z-index: 299 !important; }
#popbox { z-index: 300 !important; }

div.popbox {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: white;
	border: black 2px solid;
	margin: auto;
	padding: 15px;
	height: 500px;
	width: 500px;
	z-index: 300;
}
div.popbox .close {
	display: block;
	position: absolute;
	top: -32px;
	right: -2px;
	width: 30px;
	height: 30px;
	background: black;
	overflow: hidden;
	text-indent: -1000em;
}
div.popbox .close::before {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: white;
	content: 'x';
	font-size: 20px;
	line-height: 30px;
	font-family: WebIcons;
	text-indent: 0;
	text-align: center;
}

div.popbox-content {
	background: white;
	height: 100%;
	padding: 20px;
}

#_atssh { display: none; }
