/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* colors:

gray - #424242
lighter gray - #666666
more lighter gray - #999999
very light gray - #e5e5e5
orange - #FF3F00
green - #6bbf23
red - #ff122f
purple - #825282

 */

@font-face {
  font-family: OswaldLight;
  src: url(/evidence/fonts/Oswald-Light.ttf);
}

@font-face {
  font-family: OswaldRegular;
  src: url(/evidence/fonts/Oswald-Regular.ttf);
}

@font-face {
  font-family: OswaldBold;
  src: url(/evidence/fonts/Oswald-Bold.ttf);
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: url("/evidence/images/bg.jpg") top center repeat, #ffffff !important;
  font-family: 'OswaldRegular';
  text-align: center;
  color: #666666;
}

a {
  text-decoration: none;
  color: #FF3F00;
}

a:hover {
  text-decoration: underline;
}

/* Utilities */

.op-70 {
  opacity: 0.7;
}

.bold,
strong {
  font-family: 'OswaldBold';
}

.align-left {
  text-align: left;
}

.clearfix {
  clear: both;
}

header,
.content,
footer {
  max-width: 1040px;
  margin: 60px auto 0;
}

header {
  max-width: 730px;
}

.content {
  margin: 0 auto;
}

header h1 {
  font: 90px/140px 'OswaldBold';
  color: #000;
}

header h1 strong,
header h1 span {
  color: #444444;
}

header h1 span {
  font: 60px 'OswaldRegular';
  text-transform: uppercase;
}

header p {
  margin-bottom: 10px;
  font: 42px/70px 'OswaldLight';
}

header p strong {
  font-family: 'OswaldBold';
  color: #424242;
}

.sorting-container {
  position: relative;
  padding: 40px;
}

.sorting {
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  display: inline-block;
  box-shadow: 0px 1px 2px 1px #cdcdcd;
  font: 20px/22px 'OswaldLight';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 9999;
  transform: translateX(-50%);
}

.sorting span {
  color: #FF3F00;
  cursor: pointer;
}

.sorting span:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ff4000 transparent transparent transparent;
  margin: 2px 0 2px 5px;
}

.sorting ul {
  display: none;
  padding-top: 10px;
}

.sorting ul li {
  padding: 4px 0;
  cursor: pointer;
}

hr {
  height: 2px;
  background: #424242;
  opacity: 0.3;
  margin: 40px 0;
}

h2 {
  font: 40px/56px 'OswaldBold';
  padding: 0px 0px 15px 0px;
  color: #424242;
}

h2 i {
  font-family: 'OswaldLight';
  color: #7C7874;
}

p {
  font: 19px/34px 'OswaldLight';
  padding: 0 0 15px 0;
  color: #666666;
}

.content > p {
  width: 75%;
  margin: auto;
}

.faces {
  text-align: center;
}

.faces img {
  border-radius: 50%;
  margin: 2px 3px;
}

.button,
.sign-up input[type=submit] {
  background-color: #ff3f00;
  background: linear-gradient(to bottom, #ff3f00 5%, #D93600 100%) repeat scroll 0 0 #79bbff !important;
  border: 1px solid #CC3300;
  border-radius: 6px;
  box-shadow: 1px 1px 3px 0 #888;
  color: #ffffff;
  cursor: pointer;
  padding: 20px;
  margin: 0 0 20px 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 1px 0 #CC3300;
  font-family: 'OswaldLight';
  display: block;
  line-height: 24px;
  font-size: 26px;
  letter-spacing: 0.5px;
}

.button:hover,
.sign-up input[type=submit]:hover {
  text-decoration: none;
  background: linear-gradient(to bottom, #D93600 5%, #ff3f00 100%) repeat scroll 0 0 #378de5 !important;
}

.button strong {
  font-family: 'OswaldRegular';
}

.orange {
  color: #fe4406 !important;
}

.red {
  color: #ff122f !important;
}

.green {
  color: #6bbf23 !important;
}

.payment-icons {
  text-align: center;
}

.payment-icons img {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
}

.payment-icons img:last-of-type {
  margin-right: 15px;
}

.columns-5 {
  overflow: hidden;
  width: 81%;
  margin: 0 auto 40px;
}

.columns-5 .col {
  width: 20%;
  float: left;
  padding: 2% 6px 0 0;
  text-align: left;
}

.columns-5 .col p {
  padding-left: 30px;
  font-size: 14px;
  font-family: 'OswaldLight';
  line-height: 20px;
}

.columns-3 {
  text-align: center;
  margin: 20px 0;
}

.columns-3 .col {
  display: inline-block;
  width: 28%;
  padding: 0 2%;
  vertical-align: top;
}

.columns-3 .col p {
  font: 24px/32px 'OswaldLight';
}

.dot-heading {
  font: 18px/30px 'OswaldBold';
  color: #666666 !important;
  padding-left: 30px;
  position: relative;
}

.dot-heading:before {
  display: inline-block;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 15px;
  left: 0px;
  top: 6px;
}

.dot-heading.orange:before {
  background: #FF3F00;
}

.dot-heading.light-orange:before {
  background: #ff9f80;
}

.dot-heading.gray:before {
  background: #a1a1a1;
}

.dot-heading.light-green:before {
  background: #b5df91;
}

.dot-heading.green:before {
  background: #6bbf23;
}

footer {
  border-top: 1px solid #DDDDDD;
  padding: 40px 0;
  margin-top: 40px;
}

footer .projects a {
  font: 18px/30px 'OswaldLight';
  background-color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  margin: 0 4px;
  padding: 0 10px;
}

footer p.small {
  font: 13px/18px Arial, sans-serif;
  padding: 0 0 10px 0;
}

footer p.small a {
  font-weight: bold;
}

footer .logo {
  margin-top: 20px;
  display: inline-block;
}

/* Sign up form */

.sign-up {
  margin: 10px 0 30px;
}

.sign-up label {
  color: #999999;
  margin-right: 10px;
  font: 19px/34px 'OswaldLight';
}

.sign-up input[type=text] {
  border-radius: 4px;
  border: 1px solid #999999;
  padding: 2px 12px 8px;
  margin-right: 5px;
  box-shadow: inset 0 2px 6px -2px #999999;
  font-size: 19px;
  font-family: OswaldLight;
  vertical-align: middle;
  color: #666666;
}

.sign-up input[type=submit] {
  padding: 0 20px 3px;
  margin: 0;
  display: inline-block;
  line-height: 21px;
  font-size: 19px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  height: 40px;
}

.success-message {
  display: inline-block;
  padding: 5px 25px;
  background: #6bbf23;
  font: 19px/34px 'OswaldLight';
  color: #fff;
  border-radius: 6px;
}

/* Test graph */

#test-graph {
  margin: 0 auto 100px;
}

#test-graph .row {
  max-width: 1040px;
  margin: 0 auto;
}

.close {
  position: absolute;
  right: 0;
  top: 20px;
  background-color: #ff122f;
  color: #fff;
  padding: 10px 11px;
  border-radius: 10px 0 0 10px;
  font-size: 29px;
  font-family: 'OswaldBold';
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.close:hover {
  opacity: 1;
}

.prev,
.next {
  background-color: #ff122f;
  padding: 37px 0;
  top: 90px;
  position: absolute;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  display: inline-block;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.prev:hover,
.next:hover {
  opacity: 1;
}

.prev {
  left: -60px;
  padding-left: 42px;
}

.next {
  right: -60px;
  padding-right: 42px;
}

#test-graph .expanded {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  clear: both;
  box-shadow: 0px 0px 15px 4px #cdcdcd;
  position: relative;
  top: -20px;
  display: none;
  overflow: hidden;
}

#test-graph .expanded .expanded-inner {
  width: 76%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.test-info {
  /*overflow: hidden;*/
  margin: 15px 0;
}

.test-info > div {
  width: 20%;
  float: left;
  text-align: left;
  padding-right: 2%;
}

.test-info > div:first-of-type {
  width: 27%;
}

.test-info > div.page-type {
  width: 12%;
}

.test-info .primary span {
  color: #825282;
}

.test-info-heading,
.test-info-title,
.test-info-desc {
  display: block;
  margin-bottom: 12px;
}

.test-info-icon {
  float: left;
  width: 30%;
  min-width: 56px;
}

.test-info-icon img {
  padding: 3px;
}

.test-info-text {
  float: left;
  width: 70%;
}

.test-info-heading {
  font-family: 'OswaldLight';
  font-size: 18px;
  color: #666666;
}

.test-info-small-graph {
  margin-bottom: 9px;
}

.test-info-small-graph > div {
  height: 12px;
  margin-bottom: 5px;
  padding-left: 8%;
  position: relative;
}

.test-info-small-graph > div:before {
  display: inline-block;
  font-size: 12px;
  font-family: 'OswaldLight';
  margin-right: 6px;
  color: #b5b5b5;
  position: absolute;
  left: 0;
}

.test-info-small-graph > div:after {
  display: block;
  height: 1px;
  content: '';
  background: #dddddd;
  font-family: 'OswaldLight';
  margin-right: 6px;
  margin-top: 6px;
  position: absolute;
  width: 92%;
}

.test-info-small-graph > div.test-a:before {
  content: 'A';
}

.test-info-small-graph > div.test-b:before {
  content: 'B';
}

.test-info-small-graph > div span {
  display: inline-block;
  position: absolute;
  height: 12px;
  z-index: 999;
}

.test-info-title {
  font-family: 'OswaldBold';
  font-size: 26px;
  color: #424242;
  line-height: 1.1;
}

.test-info-desc {
  font-family: 'OswaldLight';
  font-size: 16px;
  color: #999999;
}

.test-link {
  height: 20px;
  width: 100%;
  position: relative;
  text-align: right;
}

.test-link:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  top: 50%;
  position: absolute;
}

.test-link a {
  padding: 0 15px;
  color: #fe4406;
  background: #fff;
  position: relative;
  margin-right: 100px;
  font-family: 'OswaldLight';
}

.ab-test {
  margin: 50px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  overflow: hidden;
}

.ab-test > div {
  float: left;
  width: 49%;
}

.ab-test > div:first-of-type {
  margin-left: 1%;
}

.ab-test .ab-test-heading {
  font-family: 'OswaldBold';
  font-size: 26px;
  color: #424242;
  display: block;
  margin-bottom: -4px;
}

.ab-test .ab-test-desc {
  font-family: 'OswaldLight';
  font-size: 18px;
  color: #666;
  line-height: 60px;
  margin-bottom: -16px;
  display: inline-block;
}

.ab-test .pic-placeholder {
  min-height: 350px;
  margin-bottom: 20px;
}

.ab-test .pic-placeholder img {
  max-width: 100%;
}

.ab-test .ab-test-desc i {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 4px;
  margin-top: -5px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: 'OswaldBold';
  float: left;
  border: 5px solid #fff;
  box-sizing: content-box;
  position: relative;
}

.ab-test .ab-test-desc strong {
  color: #424242;
}

.test-a .ab-test-desc i {
  background: #000;
}

.test-b .ab-test-desc i {
  background: #999999;
}

.notes {
  margin: 50px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 60px;
  overflow: hidden;
}

.notes-inner {
  width: 70%;
  max-width: 670px;
  margin: 0 auto;
}

.notes h2 {
  font-family: 'OswaldLight';
}

.notes h2 strong {
  font-family: 'OswaldBold';
}

.notes-inner p {
  text-align: left;
}

.notes-inner p:last-of-type {
  padding-bottom: 0;
}

.notes-inner p strong {
  display: block;
  font-family: 'OswaldBold';
}

/* --- Test credits --- */

.test-credits {
  font-family: 'OswaldLight';
  font-size: 19px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
}

.test-credits h2 {
  display: inline-block;
  padding: 0;
  font-family: 'OswaldLight';
  color: #666666;
  line-height: 46px;
  vertical-align: top;
}

.test-credits img {
  border-radius: 50%;
  margin: 2px 8px 2px 12px;
  vertical-align: middle;
}

.test-credits > div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.test-credits > div span {
  font-family: 'OswaldBold';
  font-size: 26px;
  display: block;
  margin-bottom: 4px;
}

.test-credits p {
  margin-top: 10px;
}

.test-credits p a {
  font-family: 'OswaldBold';
}

/* --- Learn more section --- */

.learn-from {
  padding-top: 50px;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.learn-from h2 {
  color: #fe4406;
}

.learn-from ul {
  margin: 20px 35px 25px;
}

.learn-from ul li {
  background: url("/evidence/images/checkmark2.png") center left no-repeat;
  padding: 10px 0 10px 41px;
  font-size: 24px;
  font-family: 'OswaldLight';
}

/* --- Test graph --- */

#test-graph .row .row-label {
  float: left;
  font: 16px/34px 'OswaldRegular';
  color: #7C7874;
  margin: 10px 0;
}

#test-graph .row .row-label:nth-child(2) {
  font-size: 18px;
}

#test-graph .row > div {
  float: left;
}

#test-graph .row > div:nth-child(1) {
  width: 30%;
  text-align: right;
}

#test-graph .row > div:nth-child(2) {
  width: 68%;
  margin-left: 2%;
}

#test-graph .row > div:nth-child(3) {
  width: 12%;
}

#test-graph .row .big-percentage-label {
  font: 16px/28px 'OswaldLight';
  background: #fff;
  color: #7C7874;
  border-radius: 12px;
  padding: 5px 7px;
  height: 44px;
  position: relative;
  z-index: 999;
  text-align: right;
  display: inline-block;
}

#test-graph .row .big-percentage-label .idea-amount {
  background: #cdcdcd;
  width: 34px;
  height: 34px;
  margin-right: 2px;
  display: inline-block;
  border-radius: 100%;
  line-height: 34px;
  color: #fff;
  font-family: 'OswaldRegular';
  text-align: center;
  vertical-align: middle;
}

#test-graph .row .big-percentage-label .idea-title {
  overflow: hidden;
  max-width: 138px;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

#test-graph .row .big-percentage-label .effect-percentage {
  font-family: 'OswaldBold';
  color: #6bbf23;
  font-size: 20px;
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
}

#test-graph .row .percentage-graph {
  position: relative;
  height: 44px;
  z-index: 999;
}

#test-graph .row .percentage-graph:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  height: 1px;
  width: 100%;
  background: #dcdcdc;
}

#test-graph .row .percentage-graph .dot-small {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#test-graph .row .percentage-graph .dot-multi-tests {
  display: inline-table;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  margin-top: -12px;
}

#test-graph .row .percentage-graph .dot-multi-tests > div {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-family: 'OswaldLight';
  font-size: 14px;
  border-radius: 11px;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  background: pink;
}

#test-graph .row .percentage-graph .dot-multi-tests ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 100;
  padding: 2px 0;
  background-color: #fff;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#test-graph .row .percentage-graph .dot-multi:hover ul,
#test-graph .row.active .percentage-graph .dot-multi ul {
  opacity: 1;
}

#test-graph .row .percentage-graph .dot-multi-tests ul li {
  display: inline-block;
  padding: 3px;
  font-family: 'OswaldLight';
  font-size: 12px;
  float: left;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}

#test-graph .row .percentage-graph .dot-multi-tests ul li span {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  opacity: 0;
  width: 100px;
  left: -37px;
  font-size: 14px;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

#test-graph .row .percentage-graph .dot-multi-tests ul li:hover span {
  opacity: 1;
}

#test-graph .row .percentage-graph .dot-multi-tests ul li.dot-active:before {
  background: #424242 !important;
  color: #fff;
  cursor: pointer;
}

#test-graph .row .percentage-graph .dot-multi-tests ul li:before {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 9px;
}

#test-graph .row .percentage-graph .dot-multi-tests ul li.dot-small.dot-active {
  margin: -4px 0 0 0;
  left: 2px;
}

#test-graph .row .percentage-graph .dot-small:before {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  position: relative;
  top: -20px;
  content: attr(data-before);
  font-family: 'OswaldLight';
  opacity: 0;
}

#test-graph .row .idea-amount,
#test-graph .row .effect-percentage {
  transition: all 0.2s ease-in-out;
}

#test-graph .row.active .idea-amount {
  background: #424242;
}

#test-graph .row.active .effect-percentage {
  color: #424242;
}

#test-graph .row .percentage-graph .dot-small > div {
  position: absolute;
  top: 21px;
  min-width: 200px;
  white-space: nowrap;
  font-size: 14px;
  font-family: 'OswaldLight';
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

#test-graph .row:hover .percentage-graph .dot-small:not(.dot-active):hover:before,
#test-graph .row .percentage-graph .dot-small:not(.dot-active):hover > div {
  opacity: 1;
}

#test-graph .row .percentage-graph .dot-small strong {
  color: #FF3F00;
  line-height: 20px;
}

#test-graph .row .percentage-graph .dot-green.dot-small,
#test-graph .row .percentage-graph .dot-green.dot-multi > div,
#test-graph .row .percentage-graph .dot-multi ul li.dot-green:before {
  background: #6bbf23;
}

#test-graph .row .percentage-graph .dot-light-green.dot-small,
#test-graph .row .percentage-graph .dot-light-green.dot-multi > div,
#test-graph .row .percentage-graph .dot-multi ul li.dot-light-green:before {
  background: #b5df91;
}

#test-graph .row .percentage-graph .dot-orange.dot-small,
#test-graph .row .percentage-graph .dot-orange.dot-multi > div,
#test-graph .row .percentage-graph .dot-multi ul li.dot-orange:before {
  background: #ff3f00;
}

#test-graph .row .percentage-graph .dot-light-orange.dot-small,
#test-graph .row .percentage-graph .dot-light-orange.dot-multi > div,
#test-graph .row .percentage-graph .dot-multi ul li.dot-light-orange:before {
  background: #ff9f80;
}

#test-graph .row .percentage-graph .dot-gray.dot-small,
#test-graph .row .percentage-graph .dot-gray.dot-multi > div,
#test-graph .row .percentage-graph .dot-multi ul li.dot-gray:before {
  background: #a1a1a1;
}

#test-graph .row .percentage-graph .dot-small.dot-active {
  background-color: #424242;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border: 4px solid #fff;
}

#test-graph .row .idea-label {
  background: #fff;
  color: #FF3F00;
  border: 1px solid #e5e5e5;
  padding: 6px 10px 6px 6px;
  margin-top: 3px;
  border-radius: 30px;
  white-space: nowrap;
  font-size: 13px;
  display: inline-block;
  position: relative;
  z-index: 999;
}

#test-graph .row .idea-label span {
  background: #e7e7e7;
  color: #424242;
  border-radius: 48%;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  margin-right: 4px;
}

#test-graph .spacer-row {
  clear: both;
  height: 40px;
  position: relative;
}

#test-graph .spacer-row .spacer {
  position: absolute;
  height: 60px;
  left: 62%;
  top: -10px;
}

#test-graph .spacer-row .spacer:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  left: 50%;
  top: 0;
}

.expanded-inner {
  min-height: 1000px;
}

.expanded-inner .strength-green-insignificant,
.expanded-inner .strength-red-insignificant {
  color: #a1a1a1;
}

.expanded-inner .strength-green-possible {
  color: #b5df91;
}

.expanded-inner .strength-green-strong {
  color: #6bbf23;
}

.expanded-inner .strength-red-possible {
  color: #ff9f80;
}

.expanded-inner .strength-red-strong {
  color: #FF3F00;
}

.percentage-graph {
  padding: 0 7px;
}

.percentage-graph .strength-green-insignificant,
.percentage-graph .strength-red-insignificant {
  background-color: #a1a1a1;
}

.percentage-graph .strength-green-possible {
  background-color: #b5df91;
}

.percentage-graph .strength-green-strong {
  background-color: #6bbf23;
}

.percentage-graph .strength-red-possible {
  background-color: #ff9f80;
}

.percentage-graph .strength-red-strong {
  background-color: #FF3F00;
}

#test-graph .row .percentage-graph .dot-multi-tests {
  background-color: transparent !important;
}

#test-graph .row .percentage-graph .dot-multi-tests.strength-green-insignificant > div,
#test-graph .row .percentage-graph .dot-multi-tests.strength-red-insignificant > div {
  background-color: #a1a1a1;
}

#test-graph .row .percentage-graph .dot-multi-tests.strength-green-possible > div {
  background-color: #b5df91;
}

#test-graph .row .percentage-graph .dot-multi-tests.strength-green-strong > div {
  background-color: #6bbf23;
}

#test-graph .row .percentage-graph .dot-multi-tests.strength-red-possible > div {
  background-color: #ff9f80;
}

#test-graph .row .percentage-graph .dot-multi-tests.strength-red-strong > div {
  background-color: #FF3F00;
}

#test-graph .row .big-percentage-label .effect-percentage.negative {
  color: #FF3F00;
}

#test-graph .row.active .effect-percentage.negative {
  color: #424242;
}

.row-half {
  width: 50%;
  float: left;
  text-align: left;
  padding: 0 5px;
}

.ab-test .ab-test-desc {
  margin-left: -70px;
}

#test-graph .row .percentage-graph .dot-small > div {
  min-width: auto;
}

#test-graph .row {
  height: 58px;
}

.test-info-desc {
  font-size: 14px;
}

#test-graph .expanded {
  top: -34px;
}

.test-info > div:nth-child(2) {
  width: 22%;
}

.test-info > div:nth-child(4) {
  width: 18%;
}

#test-graph {
  margin: 0 auto 60px;
}

#test-graph .row .percentage-graph .dot-small > div {
  /* IE 9 */
  /* Safari */
  transform: translate(-50%, -40px);
  margin: 0 0 0 9px;
  padding: 0;
}

#test-graph .row .percentage-graph .dot-small > div.left {
  /* IE 9 */
  /* Safari */
  transform: translate(-5%, -40px);
}

#test-graph .row .percentage-graph .dot-small > div.right {
  /* IE 9 */
  /* Safari */
  transform: translate(-95%, -40px);
}

.faces div {
  position: relative;
  display: inline-block;
}

.faces div > div {
  position: relative;
  display: block;
  opacity: 0;
}

.faces div > div i {
  position: absolute;
  /* IE 9 */
  /* Safari */
  transform: translate(-50%, 60px);
  font-size: 12px;
  font-weight: 100;
  border: 1px solid #C0C0C0;
  padding: 5px;
  background-color: #FFF;
  white-space: nowrap;
  border-radius: 5px;
}

.faces div:hover > div {
  opacity: 1;
}

.faces div img {
  border-radius: 25px;
  float: left;
}

.row .full-graph {
  width: 100%;
  height: 44px;
  float: left;
  position: relative;
}

.row .full-graph.ten {
  width: 10%;
}

.row .full-graph.forty {
  width: 40%;
}

.row .line {
  width: 1px;
  position: absolute;
  top: 0;
  height: 58px;
  background-color: #dcdcdc;
}

.row .line-header {
  position: relative;
  margin: 0 7px;
}

.row .line-header .line {
  top: 38px;
  height: 10px;
}

.row .line-header .line span {
  position: relative;
  top: -36px;
  font: 16px/34px 'OswaldRegular';
  left: -5px;
}

.row .line-header .line span:first-child {
  left: -12px;
}

.row .line-header .line span:last-child {
  left: -12px;
}

.row.active .line {
  height: 22px;
}

.arrow {
  position: absolute;
  left: 0;
  bottom: 590px;
  background-image: url("/evidence/images/arrow.png");
  width: 136px;
  height: 111px;
}

.ab-test .ab-test-desc i {
  z-index: 2;
}

.pic-placeholder {
  position: relative;
}

.pic-placeholder .play-video {
  position: absolute;
  top: 300px;
  left: 50%;
  /* IE 9 */
  /* Safari */
  transform: translate(-50%, -50%);
  font-size: 28px;
  border-radius: 5px;
  background-color: #FF3F00;
  color: white;
  font-family: 'OswaldLight';
  padding: 8px 30px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
}

.pic-placeholder:hover .play-video {
  background-color: #000;
  color: white;
}

.vimeo-bg {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
  cursor: pointer;
}

.vimeo-bg .center {
  left: 50%;
  top: 50%;
  /* IE 9 */
  /* Safari */
  transform: translate(-50%, -50%);
  position: relative;
}

.vimeo-bg .embed-container {
  position: relative;
  padding-bottom: 41.25%;
  height: 0;
  overflow: hidden;
  max-width: 74%;
  margin: 0 auto;
}

.vimeo-bg .embed-container iframe,
.vimeo-bg .embed-container object,
.vimeo-bg .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #000000;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

#loader,
#loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: -50px auto 10px;
  display: inline-block;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tree {
  transition: all 0.2s;
  -webkit-animation: r5 1s 0s ease-out 5;
  moz-animation: r5 1s 0s ease-out 5;
  animation: r5 1s 0s ease-out 5;
}

@keyframes r5 {
  0% {
    box-shadow: 0 0 8px 6px #566464, 0 0 0 0 transparent, 0 0 0 0 #566464;
  }

  10% {
    box-shadow: 0 0 8px 6px rgba(218, 218, 218, 0.7), 0 0 12px 10px transparent, 0 0 12px 14px rgba(218, 218, 218, 0.7);
  }

  100% {
    box-shadow: 0 0 8px 6px transparent, 0 0 0 40px transparent, 0 0 0 40px transparent;
  }
}