/**
* Theme Name: BlueData
* Theme URI: http://bluedata.com/
* Author: Robert Noakes LLC
* Author URI: http://robertnoak.es/
* Description: Custom theme for BlueData.
* Version: 2.0
* Tags: custom
* Template: noakes-framework
**/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700,300,600,400);
*:focus {
	outline: 0;
}
html {
	font-size: 0.875rem;
}
a, a:active, a:focus, a:hover, a:link, a:visited {
	color: #426cb4;
}
body {
	color: #6c6c6c;
	font-family: 'Open Sans', sans-serif, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	height: 0;
}
div.video-wrapper iframe, div.video-wrapper object, div.video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
h1 {
	margin-bottom: 0.565em;
	color: #426cb4;
	font-weight: 600;
	font-size: 2.2em;
	line-height: 0.968em;
}
h2 {
	margin-bottom: 0.531em;
	color: #426cb4;
	font-weight: normal;
	font-size: 1.2em;
}
h3 {
	margin-bottom: 0.5em;
	color: #426cb4;
	font-weight: bold;
	font-size: .8em;
}
h4 {
	margin-bottom: 0.515em;
	color: #426cb4;
	font-weight: 300;
	font-size: 1.269em;
}
h4 strong {
	color: #ec6658;
}
h5 {
	margin-bottom: 0.433em;
	color: #6ccacb;
	font-size: 3.35em;
	line-height: 1.075em;
	font-family: 'Open Sans', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
}
h6 {
	color: #426cb4;
	font-weight: 300;
	font-size: 2em;
	line-height: 1em;
	text-transform: lowercase;
}
hr {
	margin-bottom: 1.458em;
	border-color: #6c6c6c;
}
.topbtn {
	background: #ec6658;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 0.522em;
	border-radius: 0.522em;
}
.topbtn a{color:#ffffff;}
img.pc-only {
	display: inline-block;
}
img.hr-only, img.tablet-only, img.phone-only {
	display: none;
}
input[type='text'], select, textarea {
	margin: 0;
	padding: 0.5em 1em;
	border: 1px solid #000;
}
input[type='text'].error, select.error, textarea.error {
	border-color: #900;
}
#outer-wrapper {
	padding-top: 10.188rem;
	min-width: 20rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: visible;
	height: 10.188rem;
	width: 100%;
	min-width: 20rem;
	background: #fff;
	background: url("images/backgrounds/header-wrapper.png") no-repeat center center;
	background-size: cover;
	background-position: bottom left;
}
body.admin-bar #header-wrapper {
	top: 32px;
}
body.scrolled #header-wrapper {
	-webkit-box-shadow: 0 1px 0.688rem 0 rgba(66, 108, 180, 0.75);
	box-shadow: 0 1px 0.688rem 0 rgba(66, 108, 180, 0.75);
}
header {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	overflow: visible;
	height: 10.188rem;
	max-width: 75rem;
}
#header-logo {
	padding: 3rem 1rem 0;
	display: block;
	float: left;
	height: 7.188rem;
}
#header-logo img {
	height: auto;
	width: 20.75rem;
}
#top-menu, #top-menu > li, #top-menu > li > a {
	display: block;
	float: left;
	line-height: 1.706em;
}
#top-menu {
	margin: 1.353em 0.294em 0 0;
	float: right;
	font-weight: bold;
	font-size: 14px;/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
#top-menu > li {
	color: #a3d8ea;
}
#top-menu > li > a {
	padding: 0 0.647em;
	color: #ffffff;
}
#top-menu > li > a br {
	display: none;
}
header #search-wrapper {
	position: absolute;
	right: 0;
	bottom: 2.5rem;
	z-index: 200;
	padding: 0.25rem 0.5rem 0.25rem 1.313rem;
	overflow: visible;
	height: 2.125rem;
	width: 2.125rem;
}
header #search-wrapper input[type='text'] {
	position: absolute;
	top: 0;
	right: 0.25rem;
	z-index: 200;
	border: 0;
	display: none;
	height: 2.625rem;
	width: 16rem;
	max-width: none;
	background: #6ccacb;
	color: #fff;
	font-weight: 600;
	font-size: 1.438rem;
	line-height: 0.9em;
	-webkit-border-radius: 1.313rem;
	border-radius: 1.313rem;
}
header #search-wrapper button {
	position: absolute;
	top: 0.25rem;
	right: 0.5rem;
	z-index: 201;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	overflow: hidden;
	height: 2.125rem;
	width: 2.125rem;
	background: url("images/buttons/search.png") no-repeat center center;
	background-size: 1.063rem auto;
	text-indent: -625rem;
	cursor: pointer;
	-webkit-border-radius: 1.063rem;
	border-radius: 1.063rem;
}
header #search-wrapper button:hover, header #search-wrapper.open button {
	background-color: #ec6658;
	background-image: url("images/buttons/search-open.png");
}
nav.menu-main-menu-container {
	position: absolute;
	right: 3.375rem;
	bottom: 2em;
	z-index: 100;
	overflow: visible;
	font-size: 1.438rem;
}
#main-menu, #main-menu > li, #main-menu > li > a {
	position: relative;
	z-index: 100;
	display: block;
	float: left;
	line-height: 1.261em;
}
#main-menu > li {
	padding: 0 1px;
}
#main-menu > li > a {
	padding: 0 0.759em 0.043em;
	color: #446cb4;
	font-weight: 600;
	line-height: 1.217em;
	text-transform: lowercase;
}
#main-menu > li > a:hover, #main-menu > li:hover > a, #main-menu > li.active > a {
	background: #ec6658;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 0.522em;
	border-radius: 0.522em;
}
#main-menu > li > ul {
	position: absolute;
	top: 1.318em;
	left: 0;
	z-index: 100;
	padding: 0.348em;
	display: none;
	min-width: 100%;
	background: #fff;
	font-size: 0.957em;
	-webkit-border-radius: 0.571em;
	border-radius: 0.571em;
	/*-webkit-box-shadow: 0.19em 0.19em 0.381em 0 rgba(66, 108, 180, 0.5);
	box-shadow: 0.19em 0.19em 0.381em 0 rgba(66, 108, 180, 0.5);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#main-menu > li:hover > ul {
	display: block;
}
#main-menu > li.right > ul {
	right: 0;
	left: auto;
}
#main-menu > li > ul > li, #main-menu > li > ul > li > a {
	padding: 0.19em 0;
	display: block;
	line-height: 1.19em;
}
#main-menu > li > ul > li > a {
	padding: 0 0.571em 0.048em;
	color: #446cb4;
	line-height: 1.095em;
	text-transform: lowercase;
	white-space: nowrap;
}
#main-menu > li > ul > li > a:hover, #main-menu > li > ul > li:hover > a, #main-menu > li > ul > li.active > a {
	background: #d9f2f9;
	text-decoration: none;
	-webkit-border-radius: 0.571em;
	border-radius: 0.571em;
}
#main-menu > li.right > ul > li > a {
	text-align: right;
}
#main-menu > li > ul ul {
	display: none;
}
div.noakes-mobile-menu {
	display: none;
}
#header-menu, #footer-menu {
	display: none;
}
#hero-wrapper {
	padding: 0 1rem;
	height: 23.625rem;
	background: #5ba5cb url("images/backgrounds/hero.jpg") no-repeat center center;
	background-size: cover;
}
#hero {
	margin: 0 auto;
	padding: 2.667em 4.11% 0;
	overflow: visible;
	max-width: 67rem;
	color: #fff;
	font-size: 1.688rem;
}
#hero > * {
	text-shadow: 0.125rem 0.188rem 0.25rem #426cb4;
}
#hero div, #hero p {
	display: block;
	overflow: visible;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
}
#hero div {
	font-size: 2.75em;
}
#hero p.title {
	font-weight: normal;
	font-size: inherit;
	text-shadow: none;
	text-transform: uppercase;
}
#outer-content-wrapper {
	background: url("images/backgrounds/outer-content-wrapper.jpg") no-repeat center center;
	background-size: cover;
}
#inner-content-wrapper {
	padding: 0 1rem;
}
#content-wrapper {
	margin: 0 auto;
	padding: 2.917em 0 1.458em;
	max-width: 73rem;
	background: rgba(255, 255, 255, 0.833);
	font-weight: 600;
	font-size: 1.625rem;
}
#content-wrapper ol {
	margin-bottom: 1.458em;
	padding-left: 1.458em;
}
#content-wrapper ol li, #content-wrapper ul ol li {
	list-style: outside decimal;
}
#content-wrapper ol ol li {
	list-style-type: lower-alpha;
}
#content-wrapper p, #content-wrapper li {
	line-height: 1.458em;
}
#content-wrapper p {
	margin-bottom: 1.458em;
}
#content-wrapper ul {
	margin: 0 0 1.458em 1.458em;
}
#content-wrapper ul ul, #content-wrapper ul ol, #content-wrapper ol ul, #content-wrapper ol ol {
	margin-bottom: 0;
}
#content-wrapper ul li, #content-wrapper ol ul li {
	list-style: outside disc;
}
#content-wrapper ul ul li {
	list-style-type: circle;
}
#content-wrapper ul.spaced, #content-wrapper ol.spaced {
	margin-bottom: 0.75em;
}
#content-wrapper ul.spaced li, #content-wrapper ol.spaced li {
	padding-bottom: 0.708em;
}
#content {
	padding-left: 4.11%;
	float: left;
	width: 63.699%;
}
#content div.video-wrapper {
	margin-bottom: 1.458em;
}
#content p.image-wrapper {
	padding: 0.708em;
	background: #fff;
	-webkit-border-radius: 0.708em;
	border-radius: 0.708em;
}
#content p.image-wrapper img {
	margin: 0 auto;
	display: block;
	height: auto;
	max-width: 100%;
}
#content p strong {
	font-weight: 800;
}
#related-social-menu, #related-social-menu > li, #related-social-menu > li > a {
	display: block;
	float: left;
	line-height: 1.625rem;
}
#related-social-menu {
	margin-right: -1px;
	padding: 0 1.458em 1em;
	float: right;
}
#related-social-menu > li {
	padding-left: 0.438rem;
}
#related-social-menu > li > a {
	overflow: hidden;
	height: 1.625rem;
	width: 1.625rem;
	background: url("images/buttons/related-social-menu.png") no-repeat 0 0;
	background-size: cover;
	text-align: left;
	text-indent: -625rem;
}
#related-social-menu > li > a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#related-social-menu > li.facebook > a {
	background-position: center 0;
}
#related-social-menu > li.linkedin > a {
	background-position: right 0;
}
#related div.label {
	padding: 0 1.458em;
	float: left;
}
#related div.label p {
	color: #6ccacb;
}
#right-bar {
	padding: 4.25em 4.11% 0 0;
	float: right;
	width: 23.973%;
}
#sign-up {
	padding: 0.529em 1rem;
	background: #6ccacb;
	font-size: 1.063rem;
}
#sign-up-content {
	text-align: center;
}
#sign-up-content form {
	display: inline;
}
#sign-up-content h6 {
	margin: 0 0.265em;
	display: inline-block;
	color: #fff;
	line-height: 1.824em;
	vertical-align: middle;
}
#sign-up-content p {
	display: none;
	color: #fff;
}
#sign-up-content input[type='text'] {
	margin: 0.588em 0.529em;
	border-color: #fff;
	display: inline-block;
	width: 24.353em;
	max-width: 100%;
	color: #6ccacb;
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	vertical-align: middle;
	-webkit-border-radius: 0.706em;
	border-radius: 0.706em;
}
#sign-up-content input[type='text'].error {
	border-color: #900;
}
#sign-up-content label.error {
	display: none !important;
}
#sign-up-content button {
	margin: 0 0.529em;
	padding: 0;
	border: 0;
	display: inline-block;
	height: 3.647em;
	width: 3.588em;
	background: url("images/buttons/sign-up.png") no-repeat center center;
	background-size: contain;
	color: #426cb4;
	line-height: 1.118em;
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	text-align: center;
	vertical-align: middle;
	text-transform: lowercase;
}
#sign-up-content button span {
	font-size: 0.824em;
}
#footer-wrapper {
	background: #426cb4;
}
footer {
	position: relative;
	margin: 0 auto;
	padding: 1.5em 1rem 0.5em 0;
	max-width: 74rem;
	font-size: 1.063rem;/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
#footer-logo {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2.438em 1rem;
}
#footer-logo img {
	height: auto;
	width: 18.5rem;
}
footer > div.bd-widget {
	float: right;
	clear: right;
}
footer > div.bd-widget * {
	color: #fff;
	text-align: right;
}
footer > div.bd-widget p {
	margin-bottom: 1em;
}
#menu-social-menu, #menu-social-menu > li, #menu-social-menu > li > a {
	display: block;
	float: left;
	line-height: 1.625rem;
}
#menu-social-menu {
	margin-right: -1px;
	padding-bottom: 1em;
}
#menu-social-menu > li {
	padding-left: 0.438rem;
}
#menu-social-menu > li > a {
	overflow: hidden;
	height: 1.625rem;
	width: 1.625rem;
	background: url("images/buttons/social-menu.png") no-repeat 0 0;
	background-size: cover;
	text-align: left;
	text-indent: -625rem;
}
#menu-social-menu > li > a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#menu-social-menu > li.facebook > a {
	background-position: center 0;
}
#menu-social-menu > li.linkedin > a {
	background-position: right 0;
}
/* Features Specific */
#outer-features-wrapper {
	position: relative;
	padding: 0 4.125em;
	background: rgba(255, 255, 255, 0.33);
}
#outer-features-wrapper a.noakes-button {
	position: absolute;
	top: 1.375em;
	left: 0;
	z-index: 4;
	background: -moz-linear-gradient(left, rgba(152, 214, 227, 0) 0%, rgba(152, 214, 227, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(152, 214, 227, 0)), color-stop(100%, rgba(152, 214, 227, 1)));
	background: -webkit-linear-gradient(left, rgba(152, 214, 227, 0) 0%, rgba(152, 214, 227, 1) 100%);
	background: -o-linear-gradient(left, rgba(152, 214, 227, 0) 0%, rgba(152, 214, 227, 1) 100%);
	background: -ms-linear-gradient(left, rgba(152, 214, 227, 0) 0%, rgba(152, 214, 227, 1) 100%);
	background: linear-gradient(to right, rgba(152, 214, 227, 0) 0%, rgba(152, 214, 227, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0098d6e3", endColorstr="#98d6e3", GradientType=1);
}
#outer-features-wrapper a.noakes-next-button {
	right: 0;
	left: auto;
	background: -moz-linear-gradient(left, rgba(152, 214, 227, 1) 0%, rgba(152, 214, 227, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(152, 214, 227, 1)), color-stop(100%, rgba(152, 214, 227, 0)));
	background: -webkit-linear-gradient(left, rgba(152, 214, 227, 1) 0%, rgba(152, 214, 227, 0) 100%);
	background: -o-linear-gradient(left, rgba(152, 214, 227, 1) 0%, rgba(152, 214, 227, 0) 100%);
	background: -ms-linear-gradient(left, rgba(152, 214, 227, 1) 0%, rgba(152, 214, 227, 0) 100%);
	background: linear-gradient(to right, rgba(152, 214, 227, 1) 0%, rgba(152, 214, 227, 0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#98d6e3", endColorstr="#0098d6e3", GradientType=1);
}
#outer-features-wrapper.all-visible a.noakes-button {
	cursor: default;
}
section#outer-features-wrapper.all-visible {
	background-image: -moz-linear-gradient( 0deg, rgb(183,224,235) 0%, rgb(255,255,255) 22%, rgb(255,255,255) 87%, rgb(185,225,236) 99%);
	background-image: -webkit-linear-gradient( 0deg, rgb(183,224,235) 0%, rgb(255,255,255) 22%, rgb(255,255,255) 87%, rgb(185,225,236) 99%);
	background-image: -ms-linear-gradient( 0deg, rgb(183,224,235) 0%, rgb(255,255,255) 22%, rgb(255,255,255) 87%, rgb(185,225,236) 99%);
}
#outer-features-wrapper a.noakes-button span {
	margin: 0 0.813em;
	display: block;
	overflow: hidden;
	float: right;
	width: 1.813em;
	background: url(images/buttons/previous-feature.png) no-repeat center center;
	background-size: contain;
	text-indent: -625rem;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#outer-features-wrapper a.noakes-button:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}
#outer-features-wrapper a.noakes-next-button span {
	float: left;
	background-image: url(images/buttons/next-feature.png);
}
#outer-features-wrapper.all-visible a.noakes-button span {
	display: none;
}
#features-wrapper {
	margin: 0 auto;
	padding: 1.375em 0;
	max-width: 74.375em;
}
#features-wrapper a.noakes-button {
	display: none;
}
#features-wrapper a.noakes-slide {
	top: 1.375em;
	padding: 0 0.688em;
	display: block;
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#features-wrapper a.noakes-slide:hover {
	text-decoration: none;
}
#features-wrapper a.noakes-slide span.slide-content {
	padding: 0.225em 1.375em 0;
	display: block;
	height: 3.563em;
	background: #6ccacb;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#features-wrapper a.noakes-slide.green span.slide-content {
	background: #99cf8d;
}
#features-wrapper a.noakes-slide.orange span.slide-content {
	background: #ec6658;
}
#features-wrapper a.noakes-slide span.slide-content span.label {
	padding-right: 0.5em;
	display: block;
	float: left;
	font-weight: 300;
	font-size: 2.688em;
	line-height: 1.205em;
}
#features-wrapper a.noakes-slide span.slide-content span.title {
	padding-top: 0.278em;
	display: block;
	font-weight: 600;
	font-size: 1.125em;
	line-height: 1.125em;
}
#features-wrapper a.noakes-slide span.image-wrapper {
	display: block;
	background: #426cb4;
}
#features-wrapper a.noakes-slide span.image-wrapper img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#features-wrapper a.noakes-slide span.play-button {
	position: absolute;
	top: 3.563em;
	left: 0;
	width: 100%;
	background: url("images/buttons/play.png") no-repeat center center;
	background-size: 6.125em auto;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#features-wrapper a.noakes-slide:hover span.play-button {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* Stylized Links */
div.stylized-link a {
	display: block;
	overflow: hidden;
}
div.stylized-link a:hover {
	text-decoration: none;
}
div.stylized-link span.bar {
	padding: 0 0.333em;
	display: block;
	overflow: hidden;
}
div.stylized-link em {
	padding: 0 0.667em;
	display: block;
	overflow: hidden;
	height: 2.375em;
	background: #426cb4;
	color: #fff;
	font-style: normal;
	line-height: 2.375em;
	white-space: nowrap;
}
div.stylized-link span.left, div.stylized-link span.right {
	display: block;
	overflow: hidden;
	float: left;
	height: 2.375em;
	width: 0.7em;
	background: url("images/buttons/stylized-blue.png") no-repeat 0 bottom;
	background-size: cover;
	line-height: 2.375em;
}
div.stylized-link span.right {
	float: right;
	background-position: right top;
}
div.stylized-link span.extra {
	display: block;
	color: #ec6658;
}
div.stylized-link.green em {
	background: #99cf8d;
}
div.stylized-link.green span.left, div.stylized-link.green span.right {
	background-image: url("images/buttons/stylized-green.png");
}
div.stylized-link.orange em {
	background: #ec6658;
}
div.stylized-link.orange span.left, div.stylized-link.orange span.right {
	background-image: url("images/buttons/stylized-orange.png");
}
div.stylized-link.teal em {
	background: #6ccacb;
}
div.stylized-link.teal span.left, div.stylized-link.teal span.right {
	background-image: url("images/buttons/stylized-teal.png");
}
#right-bar div.stylized-link {
	margin-bottom: 1.458em;
	padding-left: 2.625rem;
	background: url("images/buttons/right-bar.png") no-repeat 0 0;
	background-size: 2.625rem auto;
}
#right-bar div.stylized-link span.bar {
	padding: 0 0.167em;
}
#right-bar div.stylized-link em {
	padding: 0 0.19em;
	height: 1.2em;
	font-weight: 300;
	font-size: 1.458em;
	line-height: 1.2em;
	text-transform: lowercase;
}
#right-bar div.stylized-link span.left, #right-bar div.stylized-link span.right {
	height: 1.2em;
	width: 0.4em;
	font-size: 1.458em;
	line-height: 1.2em;
}
#right-bar div.stylized-link span.extra {
	padding-left: 0.917em;
	font-weight: 600;
	text-transform: lowercase;
        font-size:.8em!important;
}
/* Expandables */
section.expandable {
	padding-bottom: 0.75em;
	clear: both;
}
section.expandable div.noakes-accordion-item {
	padding-bottom: 0.708em;
}
section.expandable div.noakes-accordion-item-button {
	padding: 0.542em 1.458em 0.542em 3.125em;
	background: #6ccacb url("images/buttons/expandable-open.png") no-repeat 1em center;
	background-size: 1.125em auto;
	color: #fff;
	line-height: 1.458em;
}
section.expandable div.noakes-accordion-item-button.open {
	background-image: url("images/buttons/expandable-close.png");
	background-position: 0.875em center;
	background-size: 1.375em auto;
}
section.expandable div.noakes-accordion-inner-content-box {
	padding: 0 1.458em 0 3.125em;
}
/* Lightbox Specific */
aside.lightbox-background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	background: rgba(66, 108, 180, 0.5);
	cursor: pointer;
}
aside.lightbox {
	padding: 1rem 1rem 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100001;
	overflow: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
div.lightbox-content {
	position: relative;
	margin: 0 auto 1rem;
	padding: 4rem 1rem 1rem 1rem;
	background: #6ccacc;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}
div.lightbox-content * {
	color: #fff;
}
div.lightbox-content a.close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: block;
	font-size: 1.5rem;
	text-align: center;
}
div.lightbox-content a.close:hover {
	text-decoration: none;
}
div.lightbox-content a.close span {
	display: block;
	font-size: 4em;
	line-height: 0.75em;
	text-align: center;
}
aside.sign-up-thank-you div.lightbox-content {
	padding: 8rem 1rem;
	max-width: 67rem;
	font-size: 2rem;
}
aside.sign-up-thank-you div.lightbox-content > div {
	display: inline-block;
	max-width: 100%;
}
aside.sign-up-thank-you div.lightbox-content h6 {
	font-size: 3em;
}
aside.sign-up-thank-you div.lightbox-content p {
	font-weight: 600;
}
aside.image-wrapper {
	padding-bottom: 1rem;
	background: url("images/loader.gif") no-repeat center center;
}
aside.image-wrapper div.lightbox-content {
	padding-top: 1rem;
}
aside.image-wrapper div.image {
	background: none no-repeat center center;
	background-size: contain;
}
aside.video-wrapper {
	padding-bottom: 1rem;
}
aside.video-wrapper div.lightbox-content {
	padding-top: 1rem;
}
aside.video-wrapper div.lightbox-content a.close {
	position: static;
	top: auto;
	right: auto;
	padding-left: 1rem;
	float: right;
}
/* Screenshot Specific */
aside.screenshot {
	position: relative;
	margin: 1% 0 0 4%;
	float: right;
	width: 48%;
	max-width: 28.75rem;
	background: url("images/backgrounds/screenshot.png") no-repeat 0 0;
	background-size: contain;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
aside.screenshot div.screen {
	position: absolute;
	z-index: 1;
	background: #fff;
}
aside.screenshot div.screen * {
	margin: 0;
}
aside.screenshot div.screen img {
	height: auto;
	width: 100%;
}
aside.screenshot div.glare {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: url("images/backgrounds/screenshot-glare.png") no-repeat 0 0;
	background-size: contain;
}
aside.screenshot div.expand {
	position: absolute;
	right: 0;
	z-index: 3;
	padding-left: 1.5em;
	background: url("images/backgrounds/screenshot-expand.png") no-repeat 0 0;
	background-size: contain;
	color: #355da2;
	font-weight: 300;
	font-size: 0.667em;
	text-transform: uppercase;
}
/* Home Specific */
#bd-home #hero-wrapper {
	padding: 0;
	height: auto;
	background-image: url("images/backgrounds/home-hero.jpg");
}
#outer-hero-slideshow {
	padding: 6.5em 0;
}
#outer-hero-slideshow div.noakes-button-wrapper {
	padding: 0.25em 1rem;
	font-size: 1.5em;
}
#outer-hero-slideshow div.noakes-button-wrapper a {
	margin: 0.25em;
	overflow: hidden;
	height: 1em;
	width: 1em;
	background: #fff;
	text-indent: -625rem;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
#outer-hero-slideshow div.noakes-button-wrapper a:hover, #outer-hero-slideshow div.noakes-button-wrapper a.active {
	background: #426cb4;
}
#hero-slideshow {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
	max-width: 100%;
}
#hero-slideshow div.noakes-slide, #hero-slideshow div.noakes-slide img {
	max-width: 100%;
}
#hero-slideshow div.noakes-slide {
	top: 6.5em;
	width: 100%;
}
#hero-slideshow div.noakes-slide a.cover-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	overflow: hidden;
	width: 100%;
}
#hero-slideshow div.outer-slide-content {
	margin: 0 auto;
	padding: 1rem;
	max-width: 73rem;
}
#hero-slideshow div.slide-content * {
	color: #446cb4;
	line-height: 0.95em;
}
#bd-strata-hadoop-world-2014 div.slide-content p.element-1 {
	padding-top: 1em;
	font-size: 2.9em;
}
#bd-strata-hadoop-world-2014 div.slide-content p.element-1 img {
	padding: 0em 1.263em 0 0;
	display: block;
	float: left;
	height: auto;
	width: 3.921em;
}
#bd-strata-hadoop-world-2014 div.slide-content p.element-2 {
	font-size: 6.438em;
}
#bd-strata-hadoop-world-2014 div.slide-content p.element-2 br {
	display: none;
}
#bd-strata-hadoop-world-2014 div.slide-content p.element-3 {
	float: left;
	color: #ef6f5b;
	font-size: 3.25em;
}
#bd-strata-hadoop-world-2014 div.slide-content p.element-4 {
	padding-left: 1em;
	overflow: hidden;
}
#bd-strata-hadoop-world-2014 div.slide-content p.element-4 a {
	padding-left: 2.526em;
	display: inline-block;
	background: url("images/buttons/register.png") no-repeat 0 center;
	background-size: 2em auto;
	font-weight: bold;
	font-size: 1.188em;
	line-height: 1.211em;
	text-transform: uppercase;
}
#bd-download-free div.slide-content p.element-1 {
	padding-top: 0.579em;
	font-size: 2.375em;
}
#bd-download-free div.slide-content p.element-1 img {
	padding: 0.263em 1.263em 0 0;
	display: block;
	float: left;
	height: auto;
	width: 3.921em;
}
#bd-download-free div.slide-content p.element-2 {
	font-size: 4.65em;
}
#bd-download-free div.slide-content p.element-2 br {
	display: none;
}
#bd-download-free div.slide-content p.element-3 {
	float: left;
	color: #ef6f5b;
	font-size: 3.1em;
	font-family: 'Open Sans', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bd-download-free div.slide-content p.element-4 {
	padding-left: 1em;
	overflow: hidden;
}
#bd-download-free div.slide-content p.element-4 a {
	padding-left: 2.526em;
	display: inline-block;
	background: url("images/buttons/register.png") no-repeat 0 center;
	background-size: 2em auto;
	font-weight: bold;
	font-size: 1.188em;
	line-height: 1.211em;
	text-transform: uppercase;
}
#bd-dont-move-your-data-analyze-it div.slide-content p.element-1 {
	padding-top: 0.239em;
	font-size: 4.188em;
}
#bd-dont-move-your-data-analyze-it div.slide-content p.element-1 img {
	margin-top: -0.239em;
	padding-right: 0.716em;
	display: block;
	float: left;
	height: auto;
	width: 3.209em;
}
#bd-dont-move-your-data-analyze-it div.slide-content p.element-2 {
	font-size: 7.063em;
}
#bd-any-app-any-server-any-storage div.slide-content * {
	line-height: 1.2em;
	text-align: center;
}
#bd-any-app-any-server-any-storage div.slide-content p.element-1 {
	font-size: 4.188em;
}
#bd-any-app-any-server-any-storage div.slide-content p.element-2 img {
	height: auto;
	width: 58.813em;
}
#bd-home #inner-content-wrapper {
	background: none;
}
#bd-home #content-wrapper {
	background: none;
}
#bd-home #content {
	padding: 0 4.11% 0 0;
	width: auto;
}
#bd-home #content h1 {
	white-space: nowrap;
}
#home-right-bar div.stylized-link {
	padding: 0.708em 0 1.458em;
}
#news-blog-events-wrapper {
	padding: 0 1rem;
	background-image: -moz-linear-gradient( 0deg, rgb(183,224,235) 0%, rgb(255,255,255) 22%, rgb(255,255,255) 87%, rgb(185,225,236) 99%);
	background-image: -webkit-linear-gradient( 0deg, rgb(183,224,235) 0%, rgb(255,255,255) 22%, rgb(255,255,255) 87%, rgb(185,225,236) 99%);
	background-image: -ms-linear-gradient( 0deg, rgb(183,224,235) 0%, rgb(255,255,255) 22%, rgb(255,255,255) 87%, rgb(185,225,236) 99%);
	font-size: 1.25rem;
}
#news-blog-events {
	margin: 0 auto;
	padding: 1.75em 0;
	max-width: 73rem;
}
#news-blog-events > div {
	position: relative;
	padding-bottom: 1.45em;
	float: left;
	width: 30.317%;
}
#news-blog-events #news {
	margin-right: 4.478%;
}
#news-blog-events #events {
	float: right;
}
#news-blog-events h2 {
	font-size: 1.4em;
}
#news-blog-events p {
	margin-bottom: 1.45em;
	line-height: 1.45em;/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
#news-blog-events p.more {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	font-weight: bold;
	text-align: right;
}
#news-blog-events p.more a {
	color: #ec6658;
}
/* Third Party Specific */
article.third-party-item div.image {
	margin: 0.154em 0.708em 1.458em 0;
	float: left;
	max-width: 49%;
}
article.third-party-item div.image img {
	height: auto;
	max-width: 100%;
}
#bd-partners article.third-party-item {
	padding: 0.708em 0 0.75em;
}
/* Company Specific */
#bd-team div.noakes-accordion-inner-content-box, #bd-news div.noakes-accordion-inner-content-box {
	padding: 0;
}
article.team-item div.image {
	margin: 0.154em 0.708em 1.458em 0;
	float: left;
	max-width: 49%;
}
article.team-item div.image img {
	height: auto;
	max-width: 100%;
}
#bd-team div.noakes-accordion-inner-content-box section.two-columns {
	-webkit-column-count: 2;
	-webkit-column-gap: 1.458em;
	-moz-column-count: 2;
	-moz-column-gap: 1.458em;
	column-count: 2;
	column-gap: 1.458em;
}
#bd-team div.noakes-accordion-inner-content-box section.two-columns > article {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}
#bd-team div.noakes-accordion-inner-content-box section.two-columns > article img {
	height: auto;
	max-width: 100%;
}
article.news-item {
	padding-bottom: 0.75em;
}
article.news-item div.logo {
	margin-right: 1.458em;
	padding: 0.25em;
	float: left;
	width: 5.769em;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
}
article.news-item div.logo img {
	height: auto;
	max-width: 100%;
}
#content article.news-item h3 {
	margin-bottom: 0;
}
#content article.news-item p.news-meta {
	margin-bottom: 0.708em;
	font-style: italic;
	font-size: 0.9em;
}
#bd-events #content article.news-item p {
	margin-bottom: 0.708em;
}
/* Blog Specific */
article.post h2 {
	margin: 0;
}
#content article.post p.post-date {
	margin-bottom: 0.708em;
	font-style: italic;
	font-size: 0.8em;
}
#content article.post p.post-excerpt {
	margin-bottom: 0.708em;
}
#content article.post p.post-meta {
	font-size: 0.8em;
}
.blueheader-container {
	background: url("/wp-content/themes/bluedata/images/backgrounds/blueheaderbg.png");
	background-position-x: -500;
	height: 80px;
	background-repeat: no-repeat;
}
.blueheader {
	margin: 0 auto;
	padding: 2.917em 0 1.458em;
	max-width: 73rem;
	font-size: 1.625rem;
	height: 80px;
	background: url("/wp-content/themes/bluedata/images/backgrounds/blueheader.png");
	background-size: auto 80px;
	background-repeat: no-repeat;
	background-position: top left;
}

@media only screen and (max-width: 67rem) {
.blueheader-container {
	height: 40px;
}
.blueheader {
	height: 40px;
	background-size: auto 40px;
}
}
.small{font-size: .7em !important; font-weight:500; line-height:1.7em;}
#content p{font-size: .7em !important; font-weight:500; line-height:1.7em;}
#content ul li{font-size: .7em !important; font-weight:500;}
h2 a {font-size: .8em !important; font-weight:600; line-height:.6em;}
h2 a:hover {font-size: .8em !important; font-weight:600; line-height:.6em;}
