@charset "utf-8";
/* colors */
/*
@brand-red: #ff2c55;
@brand-black: #383435;
@charcoal: #5d5d5d;
@body-color: #7f7f7f;
@lighter-body-color: #8b8b8b;
@brand-gray: #aeaeae;
@light-gray: #dfdfdf;
@near-white: #efeeee;
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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; 
}
body {
	line-height: 1; 
}
ol, ul {
	list-style: none; 
}
blockquote, q {
	quotes: none; 
}
blockquote:after,
q:after {
	content: '';
	content: none; 
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}
:focus { 
	outline: 0; 
}
img {
	max-width: 100%;
}
			

/* #Basic Styles
================================================== */

body {
	font-size: 14px;
	line-height: 1.5em;
	font-family: Roboto, Arial, sans-serif;
	color: #7f7f7f;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background-color: #efeeee;
}
strong, b {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
sup {
	font-size: .8em;
}

.red {
	color: #ff2c55;
}
.black {
	color: #383435;
}
.charcoal { 
	color: #5d5d5d;
}
.larger {
	font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}
.aboutintro {
	font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;
	font-size: 36px;
	line-height: 1.5em;
	font-weight: 300;
}
.surveyPosition {
	font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 400;
}
.largeNumber {
	font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;
	font-size: 140px;
	line-height: 1.0em;
	font-weight: 300;
}

.infographicTopText {
	font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: 400;
}
.qText {
	font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 400;
	color: #ff2c55;
}
.emailIntro {
	font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;
	font-size: 32px;
	line-height: 1.0em;
	font-weight: 400;
}
.about {
	font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;
	font-size: 20px;
	line-height: 1.6em;
}
.footnote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

h1, h2, h3, h4 {
	font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	padding-top: 1em;
}
h1 {
	font-size: 36px;
	line-height: 1.2em;
	color: #fff;
}
h2 {
	font-size: 28px;
	line-height: 1.2em;
	color: #383435;;
}
h3 {
	font-size: 34px;
	line-height: 1.2em;
	font-weight: 400;
	color: #ff2c55;
	text-align: left;
}
h4 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	color: #7f7f7f;
	text-align: left;
}
p {
	padding-top: 1.2em;
}
@media only screen and (min-width: 480px) {
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 34px;
	}
	h4 {
		font-size: 21px;
	}
}
a {
	text-decoration: underline;
	color: #5d5d5d;
}
a:hover {
	text-decoration: none;
	color: #5d5d5d;
}
a[name] {
	text-decoration: none;
}
hr {
	background-color: #efeeee;
	color: #efeeee;
	height: 1px;
	border: 0;
	width: auto;
	text-align: left;
	margin: 23px 0;
	display: block;
}
hr.red {
	background-color: #ff2c55;
	color: #ff2c55;
}
hr.gray {
	background-color: #aeaeae;
	color: #aeaeae;
}
hr.lightgray {
	background-color: #dfdfdf;
	color: #dfdfdf;
}
hr.shortThick {
	width: 110px;
	height: 9px;
}

header {
	display: block;
	margin: 0 auto;
	padding: 15px 15px 30px 15px;
	background-color: #000;
	background-image: url(../images/header-background.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	/*-webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,.11);
	box-shadow: 0 10px 25px 0 rgba(0,0,0,.11);	
	z-index: 3;*/
}
.ie8 header {
	-ms-behavior: url(/files/backgroundsize.min.htc);
}
header h1 {
	color: #fff;
	padding-top: .2em;
}
header h2 {
	color: #fff;
	padding-top: 5px;
}
.logo {
	display: block;
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
	background-image: url(../images/a-logo.svg);
	background-repeat: no-repeat;
}
.no-svg .logo {
	background-image: url(../images/a-logo.png);
}
.outer-container {
	background-color: #efeeee;
	width: 100%;
}
.container {
	display: block;
	position: relative;
	padding: 15px;
	clear: both;
}
header .container {
	padding-left: 15px;
	padding-right: 15px;
}
.inner-container {
	display: block;
	position: relative;
	/*max-width: 1146px;*/
	max-width: 964px;
	margin: 0 auto;
	clear: both;
}
.container.color1 {
	background-color: #fff;
}
.container.color2 {
	background-color: #efeeee;
}
.container.colordark {
	background-color: #7f7f7f;
	color: #fff;
	padding: 19px;
}
.container.aboutdark {
	background-color: #646464;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 55px 15px 45px 15px;
	background-image: url(../images/background-about.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.inner-container .col > :first-child {
	padding-top: 0;
}
.inner-container .grid-r-auto {
	padding-top: 20px;
}
.inner-container .grid-r-auto:first-child {
	padding-top: 0;
}
@media only screen and (min-width: 480px) {
	.container {
		padding: 23px;
	}
	header {
		padding: 15px 23px 30px 23px;
	}
}
@media only screen and (min-width: 600px) {
	.container {
		padding: 45px 30px;
	}
	header {
		padding: 15px 30px 30px 30px;
	}
}
.w400 {
	font-weight: 400;
}
.date {
	font-size: 12px;
/*	padding-top: 2px;  */
}
.survey-box {
	padding: 1px !important;
	/*  	background-color: #dfdfdf;
	padding: 15px !important;
	margin-top: 15px;*/
}
.survey-box > :first-child {
	padding-top: 0;
}
form {
	padding-top: 1em;
	padding-bottom: .3em;
}

input[type=submit] {
	display: inline-block;
	width: auto;
	background-color: #ff2c55;
	font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	padding: 8px 15px;
	line-height: 1.1em;
	margin-right: 1em;
	border: none;
}
input[type=submit]:hover {
	color: #fff;
	text-decoration: underline;
}

.redButton {
	display: inline-block;
	width: 50%;
	background-color: #ff2c55;
	background-image: url(../images/icons/black-circle-arrow-right5.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 15px center;
	font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 15px 12px 15px 41px;
	line-height: 1.1em;
}
.no-svg .redButton {
	background-image: url(../images/icons/black-circle-arrow-right-16.png);
}
.redButton:hover {
	color: #fff;
	text-decoration: underline;
}

/* grid override */
.grid-r.pad, .grid-r-auto.pad {
	margin: 0 -15px;
}
.grid-r .col, .grid-r-auto .col {
	margin: 0 15px;
}
.col2, .col3, .col4, .col5, .col6 {
	margin-top: 1.2em !important;
}
@media only screen and (min-width: 600px) {
	.col2, .col3, .col4, .col5, .col6 {
		margin-top: 0 !important;
	}
}
@media only screen and (min-width: 768px) {
	.grid-r.pad, .grid-r-auto.pad {
		margin: 0 -23px;
	}
	.grid-r .col, .grid-r-auto .col {
		margin: 0 23px;
	}
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.alert {
	padding: 8px 35px 8px 36px;
	background:url(../images/alert-notice-ico.png) no-repeat;
	background-position: 9px 50%;
	margin-bottom: 18px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #f3d9a6;
	-webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
			border-radius: 2px;
}
.alert img {
	 float: left;
	 margin:-2px 6px 4px -4px;
	 }
.alert-heading {
	color: inherit;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	color: #468847;
	background:url(../images/alert-success-ico.png) no-repeat;
	background-position: 8px 50%;
	background-color: #e1eec9;
	border-color: #8fbe32;
}
.alert-danger,
.alert-error {
	color: #b94a48;
	background:url(../images/alert-error-ico.png) no-repeat;
	background-position: 9px 50%;
	background-color: #fce6e9;
	border-color: #ed9aa3;
}
.alert-info {
	color: #3a87ad;
	background:url(../images/alert-info-ico.png) no-repeat;
	background-position: 9px 50%;
	background-color: #d9edf7;
	border-color: #98cdd8;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
button.close {
	padding:0;
	margin:0;
	border:0;
	background:none;
}


/* pure override */
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
	/*font-family: "Proxima Nova W01 Alternate", "Helvetica Neue", Helvetica ,Arial, sans-serif;*/
	background-color: #ff2c55;
}
a.pure-button-primary:hover {
	color:#FFF;
}
.pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textarea {
	font-size: 13px;
}
.pure-form fieldset {
	line-height: 2.7em;
	border: none;
	margin: 0;
	padding: 0;
}

.pure-form button.space-right, .pure-form input.space-right, .pure-form select.space-right, .pure-form textarea.space-right {
	margin-right: 15px;
}

/* --- ADDTHIS --- */
.addthis_default_style a {
	padding: 0 2px;
	width:24px;
	height:20px;
	box-sizing:border-box;
}
.ie8 .addthis_default_style a { 
	background-color:#FFF;
}
.addthis_button_twitter,
.addthis_button_linkedin,
.addthis_button_facebook,
.addthis_button_email,
.addthis_button_google_plusone_share {
	background-position:center top;
	background-repeat:no-repeat;
	background-size:20px 20px;
}
.addthis_button_twitter {
	background-image: url(../images/icons/twitter.svg);
}
.no-svg .addthis_button_twitter {
	background-image: url(../images/icons/twitter.png);
}
.addthis_button_linkedin {
	background-image: url(../images/icons/linkedin.svg);
}
.no-svg .addthis_button_linkedin {
	background-image: url(../images/icons/linkedin.png);
}
.addthis_button_facebook {
	background-image: url(../images/icons/facebook.svg);
}
.no-svg .addthis_button_facebook {
	background-image: url(../images/icons/facebook.png);
}
.addthis_button_email {
	background-image: url(../images/icons/email.svg);
}
.no-svg .addthis_button_email {
	background-image: url(../images/icons/email.png);
}
.addthis_button_google_plusone_share {
	background-image: url(../images/icons/googleplus.svg);
}
.no-svg .addthis_button_google_plusone_share {
	background-image: url(../images/icons/googleplus.png);
}
.addthis-box {
	text-align:right;
}
/*@media only screen and (min-width: 600px) {
.addthis-box {
	position:relative;
	right:0;
	bottom:-45px;
}
}*/
.addthis-box p {
	margin-bottom:0;
	margin-right:5px;
	display:inline-block;
	font-family: Roboto, Arial, sans-serif;
	font-weight:700;
}
.addthis-box div {
	display:inline-block;
	padding:5px;
	vertical-align:middle;
}

/* --- LOGOS --- */
.acertitudeLogo {
	display: block;
	width: 135px;
	height: 42px;
	background-size: 135px 42px;
	background-image: url(http://www.acertitude.com/acertitude/assets/Image/acertitude-logo-reg-white.svg);
	background-repeat: no-repeat;
}
.acertitudeLogo.black {
	background-image: url(http://www.acertitude.com/acertitude/assets/Image/acertitude-logo-reg-black.svg);
}
.no-svg .acertitudeLogo {
	background-image: url(http://www.acertitude.com/acertitude/assets/Image/acertitude-logo-reg-white-135x41.png);
}
no-svg .acertitudeLogo.black {
	background-image: url(http://www.acertitude.com/acertitude/assets/Image/acertitude-logo-reg-black-135x41.png);
}

ul.squareList {
	list-style-type: none;
	padding: 0;
	margin: 1em 0 1em 20px;
}
ul.squareList li {
	background-image: url(/images/gray-square.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 23px 23px;
	margin: 0 0 .5em 0;
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 400;
}
