@charset "UTF-8";
/* CSS Document */
button {
	*padding-top: 1px;
	*padding-bottom: 1px
}
button[disabled], input[type="reset"][disabled], input[type="submit"][disabled], input[type="button"][disabled] {
	color: #888
}
input[type="submit"]:hover {
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(1, #fff));
	background: -moz-linear-gradient(top center, #ddd 0%, #fff 100%)
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fbfbfb;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #373D3F;
	outline: 0;
	padding: 2px 3px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	height: 2.5em;
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto
}
input.placeholder_text, textarea.placeholder_text, input:-moz-placeholder, textarea:-moz-placeholder {
	color: #888
}
::-webkit-input-placeholder {
	color: #888
}
textarea[disabled], select[disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] {
	background-color: #eee;
	color: #888
}
button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
	border: #839FA5 solid 1px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index: 1
}
input[type="file"]:focus, input[type="file"]:active, input[type="radio"]:focus, input[type="radio"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
textarea, select[multiple] {
	height: auto
}
textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%
}
optgroup {
	color: #000;
	font-style: normal;
	font-weight: normal
}
.ie6_input, * html textarea, * html select {
	background: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #000;
	padding: 2px 3px 1px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	vertical-align: top
}
* html select {
	margin-top: 1px
}
.placeholder_text, .ie6_input_disabled, .ie6_button_disabled {
	color: #888
}
.ie6_input_disabled {
	background: #eee
}
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
}
abbr[title] {
	border-bottom: 1px dotted;
	cursor: help
}
html {
	overflow-x: hidden
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
b, strong {
	font-weight: bold
}
i, em {
	font-style: italic
}
sup, sub {
	position: relative;
	font-size: 75%;
	line-height: 0
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
address {
	font-style: normal
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
small {
	font-size: 1em
}
img {
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	overflow-x: hidden;
}
figure {
	margin-bottom: 1.5em
}
figure img, figure object, figure embed {
	margin-bottom: .75em;
	max-width: 100%
}
figcaption {
	display: block;
	font-weight: normal
}
label {
	margin: 0 0 .5em 0
}
.marker, .form-required {
	color: #c26a48
}
button, input[type="reset"], input[type="submit"], input[type="button"] {
	margin: .75em .75em 0 0
}
label {
	display: block;
	font-weight: bold;
	font-size: .875em;
	color: #4b5456
}
.form-item, .form-actions {
	margin-bottom: 1.5em;
	margin-top: 1.5em
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	width: 100%
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.4em;
	width: 100%;
	font-size: .875em
}
th {
	font-weight: bold
}
th, td, caption {
	padding: .25em 10px .25em 5px
}
tfoot {
	font-style: italic
}
caption {
	background-color: transparent
}
.clearfix {
	zoom: 1;
	padding-bottom: 8px;
}
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {
	clear: both
}
#map {
	float: right;
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
::-webkit-input-placeholder {
	padding: 10px;
	font-size: .875em;
	line-height: 1.4
}
input:-moz-placeholder {
	padding: 10px;
	font-size: .875em;
	line-height: 1.4
}
.ie7 img, .iem7 img {
	-ms-interpolation-mode: bicubic
}
div, input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr
}
.hidden {
	display: none;
	visibility: hidden
}
. visuallyhidden {
	position: absolute;
	clip: rect(0 0 0 0);
	overflow: hidden;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	border: 0
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	position: static;
	clip: auto;
	overflow: visible;
	height: auto;
	margin: 0;
	width: auto
}
.invisible {
	visibility: hidden
}
div[role=main], div.footer-inner, section[role="complementary"] .complementary-wrapper {
	width: 93%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div.footer-inner {
	text-align: center;
}
div[role=main] {
	margin-bottom: 1em
}
header {
	width: 100%;
	color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
header img {
	float: left;
	margin-bottom: 1em
}
.black {
	color: #000;
}
#social {
	height: 40px;
	width: 550px;
	float: right;
	margin-top: -30px;
	margin-right: -50px;
	z-index: 1;
	position: relative;
}
#social img {
	margin-top: 10px;
	margin-left: 10px;
}
.intro p {
	margin-bottom: 3em
}
li.expanded, li.collapsed, li.leaf {
	margin: 0;
	padding: 0
}
ul.menu li {
	margin: 0;
	padding: 0;
	width: 300px;
}
ul li.leaf {
	list-style-image: none;
	list-style: none;
	list-style-type: none
}
.intro p {
	width: 75%
}

}
section[role=complementary] {
	background: #f5f8fa;
	clear: both;
	padding: 2.5em 0 2em 0
}
section[role=complementary] h2 {
	color: #4b5456
}
section[role=complementary]::selection {
	background-color: #feffd3
}
.page-about .main-wrapper section[role=complementary] img {
	margin-top: 10px
}
@media all and (min-width:600px) {
	.page-about .main-wrapper section[role=complementary] img {
		margin-top: 20px;
		margin-bottom: 15px;
		box-shadow: 2px 1px 4px #ccc
	}
}
@media all and (min-width:768px) {
	.page-about .main-wrapper section[role=complementary] img {
		margin-top: 15px;
		margin-bottom: 25px
	}
}
@media all and (min-width:1024px) {
	.page-about .main-wrapper section[role=complementary] img {
		margin-top: 10px;
		margin-bottom: 10px
	}
}
footer {
	background: #000;
	width: 100%;
	clear: both;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
}
footer a:link, footer a:visited {
	color: #888
}
footer a:hover {
	color: #fff;
}
footer ul {
	float: right;
	padding: 0;
	width: 120px;
	margin-top: 0px;
}
footer li {
	list-style: none;
	padding: 0;
	margin: 0 .25em;
	font-weight: 600;
	font-size: .8em
}
footer p {
	margin: .5em 0;
	line-height: 1.25em
}
footer .palantir-credit {
	font-size: 0.75em;
	clear: both
}
.palantir-credit {
	margin-top: 1px
}
#logobottom {
	position: absolute;
	top: -49px;
	left: 0px;
	width: 258px
}
#logobottom1 {
	position: absolute;
	top: -20px;
	left: 1px;
	width: 258px
}
.footer-inner {
	position: relative
}
footer .link-list a:link, footer .link-list a:visited {
	color: #999
}
footer .link-list a:hover {
	color: #89c9d0
}
.link-list a {
	margin: 0 .28em;
	font-weight: 600
}
.link-list a:first-child {
	margin: 0 .25em 0 0
}
.link-list a:last-child {
	margin: 0 0 0 .25em
}
@media all and (max-width:600px) {
	footer ul {
		float: none;
		padding-top: 3em
	}
	.palantir-credit {
		margin-top: 3em
	}
}
@media all and (min-width:600px) {
	#block-block-2 {
		position: static
	}
	footer .palantir-credit {
		clear: both
	}
	footer ul {
		padding-top: 0
	}
}
@media all and (min-width:1400px) {
	header, div[role=main], div.footer-inner, section[role=complementary] .complementary-wrapper {
		width: 1176px
	}
}
.page-node-116 img {
	display: block;
	margin: 1em 0
}
@media all and (min-width:600px) {
	.page-node-116 img {
		float: right;
		margin: 0 0 1em 2em
	}
}
html {
	font-size: 100%;
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #666;
}
body {
	font-size: 1em;
	line-height: 1.5em
}
a:link, a:visited {
	outline: none;
	color: #333333;
	text-decoration: none;
	-webkit-tap-highlight-color: #333333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a:hover {
	outline: none;
	color: #fffff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-decoration: underline;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a:active, a:focus {
	outline: none;
	color: #333333;
	text-decoration: none;
}
::-webkit-selection {
	background: #c9f6fe;
	text-shadow: none
}
::-moz-selection {
	background: #c9f6fe;
	text-shadow: none
}
::selection {
	background: #c9f6fe;
	text-shadow: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

}
h1 {
	font-family: "proxima-nova-1", "proxima-nova-2";
	text-transform:lowercase;
	font-variant:small-caps;
	font-weight:700;
	letter-spacing:.1em;
	color:#4b5456;
	margin:0;
	font-size:1.325em;
	line-height:1.125em
}
hgroup h1 {
	font-family: "proxima-nova-1", "proxima-nova-2";
	text-transform:none;
	font-variant:normal;
	letter-spacing:0;
	font-weight:500;
	color:#4b5456;
	margin:0 0 .125em 0;
	font-size:2.625em;
	line-height:1.125em
}
h2 {
	font-family: "bebas-neue-1", "bebas-neue-2", sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#000000;
	margin:0 0 .5em 0;
	font-size:2.2em;
}
hgroup h2 {
	font-family: "proxima-nova-1", "proxima-nova-2";
	color:#839fa5;
	margin:.5em 0 0 0;
	font-size:18px
}
h3 {
	font-family: "proxima-nova-1", "proxima-nova-2";
	font-weight:400;
	color:#4b5456;
	margin:.125em 0 .25em 0;
	font-size:1.325em;
	line-height:1.25em
}
h4 {
	font-family: "proxima-nova-1", "proxima-nova-2";
	font-weight:400;
	color:#839fa5;
	margin:.5em 0 0 0;
	font-size:1.25em;
	line-height:1.125em
}
h5 {
	color:#56757c;
	font-family: "proxima-nova-1", "proxima-nova-2";
	font-size:.75em;
	font-weight:600;
	line-height:1.125em;
	letter-spacing:0.1em;
	margin:0 0 .5em 0;
	text-transform:uppercase
}
h6 {
	color:#839fa5;
	font-size:.8em;
	line-height:1em;
	margin-top:0;
	font-weight:600
}
h6.first {
	margin-top:0
}
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading nav[role=navigation] li {
	visibility:hidden
}
p, ol, ul, dl, address {
	margin-bottom:1.0em
}
.summary {
	margin:.75em 0
}
.main-wrapper .more-link {
	font-size:.75em;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:.1em;
	text-align:left
}
.more-link:after {
	content: " \2192";
	color: #43a8ba
}
.bigger {
	font-family: "bebas-neue-1", "bebas-neue-2", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:2.8em;
	line-height:0.7;
	margin-top:.25em;
	color:#000;
	width:560px;
}
.bigger1 {
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-size: 0.50em;
	font-weight: 300;
	color: #808080;
	line-height:1.1em;
}
.bigger1 a:hover {
	color: #C33;
}
.sm {
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-size: 0.37em;
	color: #808080;
	line-height:0.3em;
}
.bigger2 {
	font-family: "bebas-neue-1", "bebas-neue-2", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:0.8em;
	margin-top:.25em;
	color:#000;
}
.bigger22 {
	font-family: "bebas-neue-1", "bebas-neue-2", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:0.7em;
	margin-top:.25em;
	color:#000;
}
.bigger23 {
	font-family: "bebas-neue-1", "bebas-neue-2", sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size:0.65em;
	margin-top:.25em;
	color:#000;
}
.bigger3 {
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #808080;
	line-height:0.8em;
}
.bigger33 {
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #808080;
	line-height:0.9em;
}
.bigger4 {
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-size: 0.60em;
	font-weight: 300;
	color: #808080;
	line-height:1em;
}
.bigger41 {
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-size: 0.40em;
	font-weight: 300;
	color: #808080;
	line-height:1.3em;
}
#bigger4a {
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-size: 0.49em;
	font-weight: 300;
	color: #808080;
	line-height: 1.3em;
	text-align: justify;
	width:550px;
}
.bigger5 {
	font-family: "bebas-neue-1", "bebas-neue-2", sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size:0.65em;
	line-height:1.25;
	margin-top:.25em;
	color:#000;
}
.fourteen {
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	font-size: 18px;
	color:#333;
}
.biggerspace {
	letter-spacing: 1px;
}
ul {
	margin: 0 0 1.0em .9em;
	font-size: 15px;
}
.view ul li, .complementary-wrapper ul li, .aside-wrapper ul li {
	list-style:none;
	padding:0
}
ol {
	margin:0 0 1.5em 0;
	list-style-type:decimal;
	list-style-position:outside
}
ol li {
	margin:0 0 0 1.5em;
	font-size: 15px;
}
li ul, li ol {
	margin:0;
	font-size: 15px;
}
.node-type-casestudy div[role="main"] ul, .node-type-blog div[role="main"] ul, .event div[role="main"] ul, .team-member div[role="main"] ul {
	margin:0
}
.node-type-casestudy div[role="main"] li, .node-type-blog div[role="main"] li, .event div[role="main"] li, .team-member div[role="main"] li {
	margin-bottom:0.5em
}
dl, dd {
	margin-bottom:1.5em
}
dt {
	font-weight:normal
}
blockquote {
	margin:0 0 1.7em 0;
	padding-left:24px;
	border-left:1px solid #c8c8c8;
	font-style:italic
}
pre, code {
	font-family:.875em 'andale mono', 'lucida console', monospace
}
.superscript {
	vertical-align:top
}
.bigger .superscript {
	font-size:45%
}
.pager-current {
	font-weight:normal;
	color:#cfdadc
}
.item-list ul li {
	margin:0
}
.item-list .pager li {
	padding:0
}
.item-list .pager {
	text-align:left;
	float:left
}
.item-list .pager li {
	background:#f5f8fa;
	display:inline;
	text-align:center;
	margin:0;
	line-height:2.5em;
	padding:8px 16px
}
.item-list .pager li a {
	color:#839fa5
}
.item-list .pager li a:link, .item-list .pager li a:visited {
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out
}
.item-list .pager li a:hover {
	color: #c26a48
}
a.button {
	color:#fff;
	background:#f77708;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	padding:4px 25px;
	text-align:center;
	display:inline-block;
	margin:25px 0;
	font-weight:bold;
	font-size:0.8em
}
a.button:hover {
	background:red;
	text-decoration:none
}
.field .field-label {
	font-weight:normal
}
.white {
	color:#FFF;
}
.fourteen {
	font-size:14px;
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
}
.twelve {
	font-size:12px;
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
}
#scope {
	position: absolute;
	height: 29px;
	width: 657px;
	left: 289px;
	top: -15px;
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue", Helvetica, Arial, Sans-serif;
}
#scroll {
	height: 235px;
	width: 600px;
	margin: 0px auto;
	background: #FFF;
}
#scroll2 {
	height: 235px;
	width: 600px;
	margin: 0px auto;
	background: #FFF;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
}
#scroll3 {
	height: 235px;
	width: 600px;
	margin: 0px auto;
	background: #FFF;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
}
#footer-top-row {
	display: inline-flex;
	align-items: center;
}
#footer-top-row img {
	margin-top: 5px;
}
.paddingrightfix {
	padding-right: 0;
}
@media only screen and (min-width: 1080px) {
	.paddingrightfix {
		padding-right: 2em;
	}
}
@media only screen and (min-width: 1280px) {
	.paddingrightfix {
		padding-right: 0;
	}
}
