//FOUT fix DISABLE FOR LOCAL EDITING
 .wf-loading {
 	visibility: hidden;
 }
.wf-active, .wf-inactive {
	visibility: visible;
}

/* General Styles ============================================================ */

html {
	-webkit-font-smoothing: antialiased;
}
body {
	background: #FCFCFC;
	font-family: "roboto", helvetica neue, arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
}
p {
	color: #59666F;
	font-size: 18px;
	line-height: 28px;
}
b {
	font-weight: 700;
	font-style: normal;
}
nav a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, h6 {
	font-weight: 700;
	font-style: normal;
}
/* Wrapper styles ============================================================ */

.inner-wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

/* MAIN NAV STYLE ============================================================ */

.main-nav-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 107px;
	box-shadow: 0 2px 4px rgba(0,0,0,.25); 
	background: #FCFCFC;
	z-index: 100;
}
.main-nav-wrapper hgroup h1 a {
	display: block;
	float: left;
	width: 127px;
	height: 28px;
	margin: 38px 0 0 0;
	background: url(../img/main_nav_sensailogo.png) no-repeat 0 0;
	text-indent: -9999px;
}
.mobile-menu-button {
	display: none;
}
ul.main-nav {
	display: block;
	float: right;
	margin: 0 0 0 50px;
}
.main-nav li {
	display: block;
	float: left;
}
.main-nav li a {
	display: block;
	float: left;
	margin: 0 0 0 40px;

	line-height: 102px;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	color: #59666F;
}
.main-nav li a.current-page {
	box-shadow: inset 0 4px 0 #59666F;
}

/* Shrink nav styles */
.main-nav-wrapper.shrink {
	height: 60px;
}
.main-nav-wrapper.shrink hgroup h1 a  {
	margin: 16px 0 0 0;
}
.main-nav-wrapper.shrink .main-nav li a {
	line-height: 60px;
}

/* HERO STYLE ============================================================ */

.hero-image {
	position: relative;
	width: 100%;
	height: 768px;
	background: #445161;
}

/* Change the BG images of each page here */
#hero-home {
	background: url(../img/hero_bg_home.jpg) no-repeat center center;
	background-size: cover;
}
#hero-product {
	background: url(../img/hero_bg_product.jpg) no-repeat center center;
	background-size: cover;
}
#hero-casestudies {
	background: url(../img/hero_bg_cs.jpg) no-repeat center center;
	background-size: cover;
}
#hero-company {
	background: url(../img/hero_bg_company3.jpg) no-repeat center center;
	background-size: cover;
}
#hero-solutions {
	background: url(../img/hero_bg_solutions.jpg) no-repeat center center;
	background-size: cover;
}
#hero-insights {
	background: #3588D6;
	height: 440px;
}
#hero-demo {
	height: 440px;
}
/* End Hero BG image section*/
#hero-insights .hero-copy,
#hero-demo .hero-copy {
	top: 56%;
}
.hero-copy {
	position: absolute;
	top: 50%;
}
.hero-copy-logo {
	display: block;
	float: left;
	padding: 0 25px 0 0;

	border-right: 2px solid rgba(255,255,255,.3);
}
.hero-copy-logo.hero-sensai {
	width: 63px;
	height: 55px;

	background: url(../img/herocopy_sensailogo.png) no-repeat 0 0;
}
.hero-copy-logo.hero-cde {
	width: 54px;
	height: 54px;

	background: url(../img/casestudies_cde_logo.png) no-repeat 0 0;
}
.hero-copy-main {
	display: block;
	float: left;
	margin: 0 0 0 25px;

	font-size: 24px;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	line-height: 60px;
	text-transform: uppercase;
}


/* Home Content Styles ============================================================ */

.content-wrapper {
	float: left;
	width: 100%;
	min-width: 960px;
}

#hero-home .hero-copy-main {
	font-size: 40px;
	line-height: 48px;
}

/* Section wrapper general styles */
#home-overview {
	padding: 140px 0 224px 0;
	background: url(../img/data_map.png) no-repeat center bottom;
}
#home-product {
	padding: 140px 0;

	background: url(../img/section_productlink_bg.png) no-repeat;
	background-size: cover;
	color: #fff;
}
#home-casestudies {
	padding: 120px 0;

	background: #56667B;
	color: #fff;
}
#home-insights {
	padding: 100px 0;

	background: #fff;
}
#home-solutions {
	padding: 120px 0;
	background: #56667B;
	color: #fff;
}
/* End section styles */
.section-bigcopy {
	margin: 0 auto;
	height: auto;
	width: 620px;
}
.section-bigcopy hr {
	display: block;
	height: 2px;
	width: 180px;
	margin: 38px 0;

	background: #56667B;
	opacity: .2;
}
.section-bigcopy span {
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	color: #36404D;
}
.section-productcopy {
	margin: 0 auto;
	height: auto;
	width: 620px;
}
.section-productcopy img {
	display: block;
	width: 324px;
	margin: 0 auto;
}
.section-productcopy span, .section-largetext {
	display: inline-block;
	width: 100%;
	margin: 30px 0 0 0;

	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.section-productcopy a.learnmore-button {
	display: inline-block;
	margin: 15px 246px 0 246px;
	padding: 10px 20px;

	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 6px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
a.learnmore-button:hover {
	background: #fff;
	color: #3588D6;
}
.section-casestudies {
	float: left;
	min-width: 940px;
}
.section-casestudies .section-largetext {
	width: 640px;
	margin: 0 auto 60px auto;
	display: block;
}
.casestudies-buttons {
	float: left;
	width: 100%;
	border-radius: 20px;
}
a.casestudy-ind {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	height: 422px;

	background: #fff;
	color: #56667B;
	text-decoration: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.casestudy-ind-logo {
	display: block;
	width: 99px;
	height: 99px;
	margin: 126px auto 60px auto;

	background: url(../img/casestudy_agency_logo.png) no-repeat 0 0;
}
a.casestudy-fin {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	height: 422px;

	background: #909CAC;
	color: #fff;
	text-decoration: none;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.casestudy-fin-logo {
	display: block;
	width: 103px;
	height: 104px;
	margin: 126px auto 51px auto;

	background: url(../img/casestudy_bank_logo.png) no-repeat 0 0;
}
a.casestudy-ind span,
a.casestudy-fin span {
	display: block;
	margin: 0 0 7px 90px;
}
a.casestudy-fin:hover {
	box-shadow: inset 0 0 0 10px rgba(255,255,255,.2);
}
a.casestudy-ind:hover {
	box-shadow: inset 0 0 0 10px #C9CED4;
}

#home-casestudies .schedule-button {
	display: block;
	float: left;

	margin: 60px 330px 0 330px;
	border: 2px solid #fff;
	color: #fff;
}
#home-casestudies .schedule-button:hover {
	background: #fff;
	color: #56667B;
}
h2.med-title {
	margin: 0 0 40px 0;

	font-size: 24px;
	font-weight: 600;
	color: #445161;
}
h2.med-title a {
	margin: 0 0 0 10px;
	float: right;
	text-decoration: none;
	color: #3588D6;
	font-weight: 700;
}
#home-solutions .home-solutions-header {
	width: 640px;
	margin: 0 auto 40px auto;
	font-size: 24px;
	line-height: 32px;
}
#home-solutions .home-solutions-button a {
	display: block;
	background:;
	float: left;
	width: 300px;
	height: 88px;
	margin: 0 5px;
	text-align: center;
	line-height: 88px;
	border: 2px solid rgba(255,255,255,.5);
	box-sizing: border-box;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#home-solutions .home-solutions-button a:hover {
	border: 2px solid #fff;
	background: rgba(255,255,255,.25);
}

/* Product page styles ============================================================ */

#product-overview {
	background: #2A6CAB;
	padding: 140px 0;
}
#product-overview .section-bigcopy hr {
	background: #fff;
	opacity: .2;
}
#product-overview .section-bigcopy span {
	color: #fff;
}
#product-sources {
	padding: 120px 0;
}
.section-sources {
	width: 640px;
	margin: 0 auto;
}
.section-sources-icon {
	display: block;
	width: 394px;
	height: 247px;
	margin: 0 auto;

	background: url(../img/product_sources_icon.png) no-repeat 0 0;
}
.section-sources span {
	margin: 60px 0 10px 0;
	color: #2C4053;
}

#product-cdl1 {
	padding: 100px 0;
	background: #36404D;
}
.section-cdl1 {
	width: 640px;
	margin: 0 auto;
}
.cdl-icon {
	display: block;
	height: 105px;
	width: 89px;
	margin: 0 auto 25px auto;

	background: url(../img/cdl_icon.png) no-repeat 0 0;
}
.cdl-example {
	font-family: menlo, monospace;
	font-size: 18px;
	line-height: 28px;
	color: #DFF4FF;
}
#product-cdl2 {
	background: #56667B;
	padding: 50px 0;
}
.section-cdl2 {
	width: 100%;
}
.section-cdl2 h2 {
	display: block;
	margin: 0 auto 20px auto;

	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.section-cdl2 .cdl-col {
	width: 300px;
	float: left;
}
.section-cdl2 .col-center {
	margin: 0 20px;
}
.section-cdl2 .cdl-col p {
	color: #C2C6C9;
}
#product-results {
	padding: 110px 0;
}
.section-results {
	width: 640px;
	margin: 0 auto;
}
.section-results-icon {
	display: block;
	margin: 0 auto 60px auto;
	height: 230px;
	width: 324px;

	background: url(../img/product_results_icon.png) no-repeat 0 0;
}
.section-results span.section-largetext {
	text-align: left;
	margin: 0 0 10px 0;
	color: #2C4053;
}

/* Solutions Page Styles ============================================================ */

#hero-solutions .hero-copy-logo {
	display: none;
}
#hero-solutions .hero-copy-main {
	font-size: 40px;
	width: 940px;
	margin: 0;
}

#solutions-research {
	padding: 60px 0;
}
.solutions-section-copy {
	width: 640px;
	margin: 0 auto;
}
.solutions-section-copy h2 {
	display: block;
	padding: 0 0 0 62px;
	margin: 0 0 20px 0;
	background: url(../img/research_icon.png) no-repeat 0 0;
	font-size: 40px;
	font-weight: 300;
	color: #3588D6;
}
.solutions-section-copy p {
	margin: 0 0 20px 0;
}
p.subhead {
	font-size: 24px;
}
#solutions-research-sources {
	background: #ECEDEF;
	padding: 60px 0;
	width: 100%;
	color: #656A6D;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
}
#solutions-research-sources .solutions-sources-header {
	width: 100%;
	font-size: 16px;
	line-height: 33px;
	padding: 0 0 40px 0;
}
.sources-header-copy {
	display: block;
	height: 33px;
	padding: 0 0 0 40px;
	background: url(../img/solutions_sources_icon.png) no-repeat 0 0;
}
#solutions-research-sources .sources-col1 {
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
}
#solutions-research-sources .sources-col2 {
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
}
#solutions-research-sources .sources-col3 {
	width: 300px;
	float: left;
}
.template-section {
	padding: 60px 0;
}
.solutions-template-header {
	width: 100%;
	line-height: 33px;
	height: 33px;
	margin: 0 0 40px 0;
	color: #656A6D;
	font-weight: 300;
}
.template-header-copy {
	display: block;
	height: 33px;
	padding: 0 0 0 40px;
	background: url(../img/solutions_templates_icon.png) no-repeat 0 0;
}
.solutions-template {
	float: left;
	width: 220px;
	height: 220px;
	margin: 0 15px 0 0;
	padding: 43px 13px 0 13px;
	border: 1px solid #D6D7D8;
	border-radius: 6px;
	box-shadow: 0 4px 0 #D8E7F5;
	box-sizing: border-box;
}
.solutions-template.killmargin {
	margin: 0;
}
.solutions-template span {
	display: block;
	color: #59666F;
	margin: 0 0 14px 0;
}
.solutions-template p {
	font-size: 12px;
	line-height: 20px;
	width: 190px;
}
#solutions-antifraud {
	background: #333539;
	padding: 140px 0 0 0;
}
#solutions-antifraud h2 {
	display: block;
	padding: 0 0 0 55px;
	margin: 0 0 20px 0;
	background: url(../img/antifraud_icon.png) no-repeat 0 8px;
	font-size: 40px;
	font-weight: 300;
	color: #7ED321;
}
#solutions-antifraud .solutions-section-copy p {
	color: #fff;
}
#solutions-antifraud .solutions-section-copy ul {
	display: block;
	float: left;
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	list-style: disc;
}
#solutions-antifraud .solutions-section-copy ul li {
	margin: 0 0 20px 0;
}
#atreides-templates {
	background: #333539;
	padding: 40px 0 120px 0;
	color: #fff;
}
#atreides-templates .solutions-template-header {
	color: #fff;
}
#atreides-templates .solutions-template-header .template-header-copy {
	display: block;
	height: 33px;
	padding: 0 0 0 40px;
	background: url(../img/solutions_templates_icon2.png) no-repeat 0 0;
}
#atreides-templates .solutions-template {
	box-shadow: none;
}
#atreides-templates .solutions-template span,
#atreides-templates .solutions-template p {
	color: #fff;
}
.solutions-report-wrapper {
	float: left;
	width: 100%;
	background: #333539;
	text-align: center;
}
.solutions-report-wrapper img {
	width: 100%;
	max-width: 1089px;
}
#solutions-governance {
	background: #36404D;
	padding: 60px 0;
}
#solutions-governance h2 {
	display: block;
	padding: 0 0 0 70px;
	margin: 0 0 20px 0;
	background: url(../img/government_icon.png) no-repeat 0 8px;
	font-size: 40px;
	font-weight: 300;
	color: #fff;
}
#solutions-governance p {
	color: #fff;
}
#governance-templates {
	background: #56667B;
	padding: 60px 0 120px 0;
}
#governance-templates .solutions-template-header {
	color: #fff;
}
#governance-templates .solutions-template-header .template-header-copy {
	display: block;
	height: 33px;
	padding: 0 0 0 40px;
	background: url(../img/solutions_templates_icon2.png) no-repeat 0 0;
}
#governance-templates .solutions-template {
	box-shadow: none;
}
#governance-templates .solutions-template span,
#governance-templates .solutions-template p {
	color: #fff;
}
.solutions-cta {
	width: 100%;
	height: 100px;
	display: block;
	float: left;
	background: #FCFCFC;
	box-shadow: 0 2px 4px rgba(0,0,0,.25);
}
.solutions-cta-wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.solutions-cta-wrapper span {
	display: block;
	margin: 25px 0 0 0;
	font-weight: 700;
	color: #59666F;
}
.solutions-cta-wrapper span a {
/*	display: inline-block;
	width: 220px;
	height: 56px;
	background: #3689D7;
	border: 1px solid #2A7DCB;
	box-sizing: border-box;*/

	display: inline-block;
	width: 220px;
	height: 50px;
	margin: 0 0 0 20px;

	text-align: center;
	line-height: 50px;
	font-weight: 600;
	color: #3588D6;
	border: 2px solid #3588D6;
	border-radius: 8px;
	text-decoration: none;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.solutions-cta-wrapper span a:hover {
	background: #3588D6;
	color: white;

}
/* Case Study page styles ============================================================ */

#casestudy-industry-wrapper {
	padding: 0 0 110px 0;
}
.casestudy-industry,
.casestudy-finance {
	width: 640px;
	margin: 0 auto;
}
.casestudy-agency-logo {
	display: block;
	width: 99px;
	height: 99px;
	margin: 85px auto 85px auto;

	background: url(../img/casestudy_agency_logo.png) no-repeat 0 0;
}
.casestudy-industry h2 {
	font-size: 24px;
	font-weight: normal;
	color: #445161;
	margin: 25px 0 15px 0;
}
.casestudy-industry p,
.casestudy-list li,
.casestudy-finance p {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 25px 0;
}
.casestudy-list {
	padding: 0 0 0 20px;

	color: #59666F;
	list-style: disc;
}

#casestudy-finance-wrapper {
	background: #56667B;
	padding: 0 0 110px 0;
}
.casestudy-finance-logo {
	display: block;
	width: 103px;
	height: 104px;
	margin: 85px auto 85px auto;

	background: url(../img/casestudy_bank_logo.png) no-repeat 0 0;
}
.casestudy-finance h2 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin: 25px 0 15px 0;
}
.casestudy-finance p {
	color: #C2C6C9;
}
.casestudy-finance .schedule-button {
	border: 2px solid #fff;
	color: #fff;
}
.casestudy-finance .schedule-button:hover {
	background: #fff;
	color: #56667B;
}
.schedule-button {
	display: block;
	margin: 60px auto 0 auto;
	width: 280px;
	height: 68px;

	text-align: center;
	line-height: 68px;
	font-weight: 600;
	color: #3588D6;
	border: 2px solid #3588D6;
	border-radius: 8px;
	text-decoration: none;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.schedule-button:hover {
	background: #3588D6;
	color: white;
}
/* Company Page styles ============================================================ */

#company-overview {
	padding: 120px 0;
}
#company-overview .section-bigcopy p {
	margin: 25px 0 0 0;
}
hr.wide {
	width: 940px;
	height: 2px;
	background: #56667B;
	margin: 0 auto;
	opacity: .2;
}
#company-profile {
	padding: 60px 0;
}
.section-profile {
	width: 640px;
	margin: 0 auto;
}
.section-profile img {
	display: block;
	margin: 0 auto;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	border-radius: 20px;
}
.section-profile .section-largetext {
	float: left;
	width: auto;
	margin: 40px 0 10px 0;

	text-align: left;
	color: #2C4053;
}
.section-profile .profile-links {
	float: left;
	margin: 39px 0 0 20px;
}
.section-profile .profile-links .profile-link-linkedin {
	display: block;
	float: left;
	height: 27px;
	width: 27px;
	margin: 0 10px 0 0;

	background: url(../img/footer_linkedin.png) no-repeat 0 0;
	background-size: 100%;
	text-indent: -9999px;
}
.section-profile .profile-links .profile-link-twitter {
	display: block;
	float: left;
	height: 27px;
	width: 27px;

	background: url(../img/footer_twitter.png) no-repeat 0 0;
	background-size: 100%;
	text-indent: -9999px;
}
.section-profile p {
	float: left;

}
#company-jobs {
	padding: 100px 0;
	background: #36404D;
}
.section-jobs {
	width: 640px;
	margin: 0 auto;
}
.jobs-icons {
	display: block;
	margin: 0 auto;
	height: 92px;
	width: 297px;

	background: url(../img/jobs_icons.png) no-repeat 0 0;
}
.section-jobs h2 {
	margin: 20px 0 70px 0;

	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #DFF4FF;
}
.job-position h3 {
	margin: 10px 0 15px 0;
	font-size: 20px;
	color: #fff;
}
.job-position .job-location {
	display: block;
	margin: 0 0 6px 0px;

	font-size: 18px;
	color: #C2C6C9;
	font-weight: 700;
}
.job-desc {
	color: #C2C6C9;
}
.job-position a {
	display: block;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 15px;
	height: 38px;

	font-weight: 700;
	color: #fff;
	line-height: 34px;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 6px;
	box-sizing: border-box;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.job-position a:hover {
	background: #fff;
	color: #36404D;
}
#company-contact {
	padding: 75px 0;
}
.section-contact {
	width: 640px;
	margin: 0 auto;
}
.section-contact span.section-largetext {
	margin: 0 0 40px 0;

	text-align: left;
	color: #2C4053;
	font-weight: 700;
}
.contact-tele {
	margin: 20px 0;
}
.contact-emails {
	display: block;
	width: 100%;
}
.contact-emails li {
	display: block;
	float: left;
	width: 140px;
	margin: 0 20px 0 0;

	font-size: 18px;
	color: #59666F;
}
.contact-emails li a {
	display: block;
	margin: 10px 0 0 0;

	font-weight: 700;
	font-size: 18px;
	color: #3588D6;
	text-decoration: none;
}

/* Insights styles ============================================================ */

#insights {
	padding: 120px 0 20px 0;
}
.insight-wrapper { 
	width: 640px;
	margin: 0 auto;
}	
.insight-link {
	display: block;
	float: left;
	width: 100%;
	margin: 15px 0 10px 0;

	font-size: 32px;
	line-height: 38px;
	color: #3588D6;
	text-decoration: none;
	font-weight: 700;
}
.insights-desc {
	float: left;
}
.post-metadata {
	display: block;
	float: left;
	margin: 15px 0 0 0;
}
.post-metadata-date {
	float: left;
	margin: 0 10px 0 0;

	font-weight: 700;
	font-size: 12px;
	opacity: .5;
	line-height: 21px;
}
.insights-outlet {
	display: block;
	float: left;

	font-weight: 700;
	font-size: 12px;
	line-height: 21px;
	color: #59666F;
}
.insights-techcrunch {
	width: 42px;
	height: 21px;

	background: url(../img/insights_tc_logo.png) no-repeat 0 0;
}
/* Schedule a Demo styles ============================================================ */

#demo {
	padding: 140px 0;
}
.demo-wrapper {
	width: 640px;
	margin: 0 auto;

	color: #59666F;
}
.demo-wrapper #mc_embed_signup h2 {
	font-size: 24px;
	font-weight: normal;
	color: #445161;
	margin: 25px 0 15px 0;
	font-size: 24px;
}
#mc_embed_signup .asterisk{
	text-align: left;
	color: red;
}
.demo-wrapper label {
	display: block;
	margin: 10px 0 7px 0;

	font-size: 16px;
	font-weight: 600;
}
.demo-wrapper input[type=text],
.demo-wrapper input[type=email] {
	width: 100%;
	height: 38px;
	margin: 0 0 10px 0;

	color: #3588D6;
	font-size: 16px;
	font-weight: 700;
	padding: 0 10px;
	border-radius: 6px;
	border: 2px solid #CECECE;
	box-sizing: border-box;
	outline: none;
}
.demo-wrapper #mc_embed_signup input.mce_inline_error {
	border: 2px solid #c60;
}
.demo-wrapper #mc_embed_signup div.mce_inline_error {
	color: #c60;
	margin: 0;
	background: none;
}
.demo-wrapper #mc-embedded-subscribe {
	float: left;
	height: 38px;
	padding: 0 15px;
	margin: 0;

	background: transparent;
	font-size: 16px;
	font-weight: 700;
	color: #3588D6;
	border-radius: 6px;
	border: 2px solid #3588D6;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.demo-wrapper #mc-embedded-subscribe:hover {
	background: #3588D6;
	color: #fff;
}
.demo-wrapper.thankyou h2 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
p.thankyou-help {
	margin: 10px 0 0 0;
}
.demo-wrapper.thankyou p a {
	display: inline-block;

	font-weight: 700;
	color: #3588D6;
	text-decoration: none;
}
/* Sign up and Footer styles ============================================================ */

.footer {
	float: left;
	width: 100%;
	padding: 140px 0;
	color: #59666F;
}
.footer-column {
	float: left;
	margin: 0 10px;
	width: 140px;
}
.footer-column.fc1 {
	width: 300px;
}
.copyright {
	opacity: .5;
}
.footer-social {
	display: block;
	width: 100%;
	margin: 0 0 7px 0;
}
.footer-column .footer-social a {
	display: inline-block;
	clear: none;
	margin: 0;
	padding: 0;
}
.footer-column.fc5 {
	margin: 0;
}
.footer-column a {
	display: block;
	margin: 0 0 7px 0;
	clear: both;

	font-weight: 700;
	color: #3588D6;
	text-decoration: none;
}
a.footer-link {
	display: block;
	float: right;
	width: 27px;
	height: 27px;
	margin: 0 5px;
	clear: none;

	text-indent: -9999px;
}
.footer-linkedin {
	background: url(../img/footer_linkedin.png) no-repeat 0 0;
}
.footer-twitter {
	background: url(../img/footer_twitter.png) no-repeat 0 0;
}
.footer-facebook {
	background: url(../img/footer_facebook.png) no-repeat 0 0;
}
.footer #mc_embed_signup {
	float: left;
	width: 300px;
	clear: none;
}
.footer #mc_embed_signup h2 {
	margin: 0 0 10px 0;
}
.footer #mc_embed_signup input[type=email] {
	width: 100%;
	height: 38px;
	margin: 0 0 10px 0;

	color: #3588D6;
	font-size: 16px;
	font-weight: 700;
	padding: 0 10px;
	border-radius: 6px;
	border: 2px solid #CECECE;
	box-sizing: border-box;
	outline: none;
}
.footer #mc-embedded-subscribe {
	float: left;
	height: 38px;
	padding: 0 15px;
	margin: 0;

	background: transparent;
	font-size: 16px;
	font-weight: 700;
	color: #3588D6;
	border-radius: 6px;
	border: 2px solid #3588D6;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.footer #mc-embedded-subscribe:hover {
	background: #3588D6;
	color: #fff;
}



/* Tablet and Medium Screen Sizes ======= */

@media screen and (max-width: 960px) {

	.inner-wrapper {
		width: 90%;
		min-width: none;
		padding: 0 0 0 0;
	}
	.content-wrapper {
		width: 100%;
		min-width: 0;
	}

	/* Nav */

	ul.main-nav {
		margin: 0 0 0 0;
	}
	ul.main-nav li:first-child a {
		margin: 0 0 0 10px;
	}

	/* index */

	.hero-image {
		width: 100%;
		height: 668px;
	}
	.hero-copy-main {
		font-size: 20px;
	}
	.section-bigcopy {
		width: 60%;
	}
	a.casestudy-ind span,
	a.casestudy-fin span {
		margin: 0 0 7px 60px;
	}
	.section-casestudies {
		width: 100%;
		min-width: 0;
	}
	#home-casestudies .schedule-button {
		margin: 60px 31% 0 31%;
	}
	#home-solutions .home-solutions-header {
		width: 100%;
	}
	#home-solutions .home-solutions-button a {
		margin: 0 5px 10px 5px;
	}
	/* Product page */

	.section-cdl2 .cdl-col {
		width: 31%;
	}

	/* Solutions page */
	#hero-solutions .hero-copy-main {
		font-size: 40px;
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
	.solutions-template {
		margin: 0 15px 15px 0;
	}
	.solutions-cta-wrapper {
		width: 100%;
	}
	/* Case Study page */

	/* Company page */

	.section-profile {
		width: 80%;
	}
	hr.wide {
		width: 100%;
	}

	/* Other */
}

@media screen and (max-width: 768px) {

	/* Nav  */

	.main-nav-wrapper, .main-nav-wrapper.shrink {
		height: 60px;
	}
	.main-nav-wrapper .inner-wrapper {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.main-nav-wrapper hgroup h1 a,
	.main-nav-wrapper.shrink hgroup h1 a{
		margin: 16px 0 16px 15px;
	}
	.mobile-menu-button {
		display: block;
		float: right;
		width: 28px;
		height: 18px;
		margin: 20px 15px;

		background: url(../img/mobile_menu_button@2x.png) no-repeat 0 0;
		background-size: 100%;
		text-indent: -9999px;
	}
	ul.main-nav.menu-on {
		display: block;
	}
	ul.main-nav {
		display: none;
		float: left;
		width: 100%;
	}
	ul.main-nav li {
		width: 100%;
		height: 60px;

		background: #FCFCFC;
		border-top: 1px solid #bebebe;
	}
	ul.main-nav li a {
		width: 100%;
		margin: 0;

		line-height: 60px;
		box-sizing: border-box;
	}
	ul.main-nav li a:last-child {
		border-bottom: 1px solid #bebebe;
		box-shadow: 0 2px 4px rgba(0,0,0,.2);
		padding: 0 15px;
	}
	.main-nav-wrapper.shrink .main-nav li a {
		line-height: 60px;
		box-sizing: border-box;
	}

	/* index */
	.hero-image {
		height: 440px;
	}
	.hero-copy {
		width: 94%;
		margin: none;
		padding: 0 3%;
		left: 0;
	}
	.hero-copy-main {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.hero-copy-logo {
		display: none;
	}
	#hero-insights .hero-copy {
		top: 50%;
	}
	#home-overview {
		padding: 80px 0 120px 0;
	}
	.section-bigcopy {
		width: 80%;
	}
	.section-bigcopy span {

		font-size: 20px;
		line-height: 28px;
	}
	.section-productcopy {
		width: 100%;
	}
	.section-productcopy a.learnmore-button {
		width: 100%;
		margin: 15px 0;
		padding: 10px 0;
		text-align: center;
	}
	#home-casestudies {
		padding: 80px 0;
	}
	.section-casestudies .section-largetext {
		width: 100%;
	}
	a.casestudy-ind {
		width: 50%;
		margin: 0 0 30px 0;
	}
	a.casestudy-fin {
		width: 50%;
	}
	.customers-wrapper {
		margin: 30px 0 0 0;
	}
	.customer-col {
		width: 100%;
		float: left;
	}
	#home-casestudies .schedule-button {
		width: 100%;
		margin: 30px 0;
	}

	/* Product page */

	/* Case Study page */

	.casestudy-industry {
		width: 100%;
	}
	.casestudy-finance {
		width: 100%;
	}

	/* Company page */

	.section-profile {
		width: 94%;
	}
	.section-profile .profile-links {
		clear: both;
		margin: 10px 0;
	}
	/* Insights page */

	.insight-wrapper {
		width: 100%;
	}
	.insight-img img {
		width: 100%;
	}

	/* Solutions page */
	#hero-solutions .hero-copy-main {
		font-size: 28px;
	}
	.solutions-section-copy {
		width: 100%;
	}
	.sources-header-copy,
	.template-header-copy {
		line-height: normal;
	}
	.solutions-cta-wrapper b {
		display: none;
	}
	/* Other */

	.demo-wrapper {
		width: 100%;
	}
	#hero-demo .hero-copy {
		top: 50%;
	}
	.footer-column.fc1 {
		width: 240px;
	}
	.footer #mc_embed_signup {
		width: 75%;
		margin: 40px 12%;
	}
}
@media screen and (min-width: 320px) and (max-width: 640px) {

	/* index */
	.hero-image {
		width: 100%;
		min-width: 320px;
		height: 300px;
	}
	#hero-home .hero-copy-main {
		font-size: 26px;
		line-height: normal;
	}
	.hero-copy-main {
		font-size: 26px;
		line-height: 32px;
		text-transform: capitalize;
	}
	.section-bigcopy {
		width: 94%;
	}
	.section-bigcopy span {
		width: 18px;
	}
	.section-casestudies .section-largetext {
		font-size: 20px;
	}
	#home-product {
		padding: 80px 0;
	}
	.section-productcopy img {
		width: 75%;
	}
	.section-productcopy {
		width: 100%;
	}
	a.casestudy-ind {
		width: 100%;
		height: 250px;
		border-radius: 20px;
	}
	.casestudy-ind-logo {
		margin: 35px auto;
	}
	a.casestudy-fin {
		width: 100%;
		height: 250px;
		border-radius: 20px;
	}
	.casestudy-fin-logo {
		margin: 35px auto;
	}
	a.casestudy-ind span, a.casestudy-fin span {
		margin: 0 0 7px 20px;
	}
	#home-solutions .home-solutions-button {
		float: left;
		width: 100%;
		margin: 0 0 10px 0;
	}
	#home-solutions .home-solutions-button a {
		width: 100%;
	}
	/* Product page */
	#product-overview {
		padding: 80px 0;
	}
	.section-sources {
		width: 100%;
	}
	.section-sources-icon {
		width: 100%;
	}
	.section-sources span {
		text-align: left;
		margin: 10px 0;
	}
	#product-cdl1 {
		padding: 40px 0;
	}
	.section-cdl1 {
		width: 100%;
	}
	.cdl-icon {
		margin:  0 auto;
	}
	.cdl-example {
		display: none;
	}
	.section-cdl2 .cdl-col {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#product-results {
		padding: 80px 0;
	}
	.section-results {
		width: 100%;
	}
	.section-results-icon {
		width: 100%;
		margin: 0 auto 20px auto;
	}

	/* Case Study page */

	/* Company page */
	.section-jobs {
		width: 100%;
	}
	.section-contact {
		width: 100%;
	}
	.section-profile img {
		width: 100%;
	}
	.section-profile .section-largetext {
		width: 100%;
	}
	.section-profile .profile-links {
		margin: 10px 0;
	}

	/* Insights page */

	#hero-insights {
		height: 300px;
	}
	#hero-insights .hero-copy {
		top: 48%;
	}
	#insights {
		padding: 80px 0 20px 0;
	}
	.insight-link {
		font-size: 24px;
		line-height: 32px;
	}

	/* Solution page*/
	#hero-solutions .hero-copy-main {
		font-size: 26px;
	}
	#solutions-antifraud {
		padding: 60px 0 0 0;
	}
	#atreides-templates {
		padding: 40px 0;
	}
	/* Other */
	#demo {
		padding: 80px 0;
	}
	#hero-demo {
		height: 300px;
	}
	#hero-demo .hero-copy {
		top: 48%;
	}
	.demo-wrapper {
		width: 100%;
	}
	.footer {
		padding: 80px 0;
	}
	.footer-column {
		width: 100%;
		float: left;
		margin: 0 0 40px 0;
		padding: 0;
	}
	.footer #mc_embed_signup {
		margin: 0;
		width: 100%;
	}
	.footer #mc-embedded-subscribe {
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 400px) {
	/* Solutions page */
	.solutions-template,
	.solutions-template.killmargin {
		float: none;
		margin: 0 auto 15px auto;
	}
}
/* Retina Graphics ============================================================ */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  	/* Nav */
	.main-nav-wrapper hgroup h1 a {
		background: url(../img/main_nav_sensailogo@2x.png) no-repeat 0 0;
		background-size: 100%;
	}

	/* Home Study */
	.hero-copy-logo {
		background: url(../img/herocopy_sensailogo@2x.png) no-repeat 0 0;
		background-size: 73%;
	}
	.casestudy-ind-logo {
		background: url(../img/casestudy_agency_logo@2x.png) no-repeat 0 0;
		background-size: 100%;
	}
	.casestudy-fin-logo {
		background: url(../img/casestudy_bank_logo@2x.png) no-repeat 0 0;
		background-size: 100%;
	}
	.siemens {
		background: url(../img/siemens_logo@2x.png) no-repeat 0 0;
		background-size: 100%;
	}
	.ubs {
		background: url(../img/ubs_logo@2x.png) no-repeat 0 0;
		background-size: 100%;
	}
	.worldquant {
		background: url(../img/worldquant_logo@2x.png) no-repeat 0 0;
		background-size: 100%;
	}
	/* Product Page */
	.section-sources-icon {
		background: url(../img/product_sources_icon@2x.png) no-repeat 0 0;
		background-size: 100%;
	}
	.cdl-icon {
		background: url(../img/cdl_icon@2x.png) no-repeat 0 0;
		background-size: 100%;
	}
	.section-results-icon {
		background: url(../img/product_results_icon@2x.png) no-repeat 0 0;
		background-size: 100%;
	}

	/* Case Study */
	.casestudy-finance-logo {
		background: url(../img/casestudy_bank_logo@2x.png) no-repeat 0 0;
		background-size: 100%;
	}
	.casestudy-agency-logo {
		background: url(../img/casestudy_agency_logo@2x.png) no-repeat 0 0;
		background-size: 100%;
	}


	/* Insights */
	.insights-techcrunch {
		background: url(../img/insights_tc_logo@2x.png) no-repeat 0 0;
		background-size: 100%;
	}

	/* Company Page */
	.section-profile .profile-links .profile-link-linkedin {
		background: url(../img/footer_linkedin@2x.png) no-repeat 0 0;
		background-size: 100%;
	}
	.section-profile .profile-links .profile-link-twitter {
		background: url(../img/footer_twitter@2x.png) no-repeat 0 0;
		background-size: 100%;
	}
	.jobs-icons {
		background: url(../img/jobs_icons@2x.png) no-repeat 0 0;
		background-size: 100%;
	}

}