/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * #SETTINGS
 */
/**
 * #TOOLS
 */
/**
 * #GENERIC
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic);
/* line 9, ../../src/sass/_generic.normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../../src/sass/_generic.normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../../src/sass/_generic.normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../../src/sass/_generic.normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../../src/sass/_generic.normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../../src/sass/_generic.normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../../src/sass/_generic.normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../../src/sass/_generic.normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../../src/sass/_generic.normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../../src/sass/_generic.normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../../src/sass/_generic.normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../../src/sass/_generic.normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../../src/sass/_generic.normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../../src/sass/_generic.normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../../src/sass/_generic.normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../../src/sass/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../../src/sass/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../../src/sass/_generic.normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../../src/sass/_generic.normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../../src/sass/_generic.normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../../src/sass/_generic.normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../../src/sass/_generic.normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../../src/sass/_generic.normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../../src/sass/_generic.normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../../src/sass/_generic.normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../../src/sass/_generic.normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../../src/sass/_generic.normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../../src/sass/_generic.normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../../src/sass/_generic.normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../../src/sass/_generic.normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../../src/sass/_generic.normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../../src/sass/_generic.normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../../src/sass/_generic.normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../../src/sass/_generic.normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../../src/sass/_generic.normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../../src/sass/_generic.normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../../src/sass/_generic.normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../../src/sass/_generic.normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../../src/sass/_generic.normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../../src/sass/_generic.normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, ../../src/sass/_generic.box-sizing.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * #BASE
 */
/* line 1, ../../src/sass/_base.page.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 9, ../../src/sass/_base.page.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/* line 14, ../../src/sass/_base.page.scss */
::-moz-selection {
  background: #ccc;
  color: white;
  text-shadow: none;
}

/* line 20, ../../src/sass/_base.page.scss */
::selection {
  background: #ccc;
  color: white;
  text-shadow: none;
}

/* line 26, ../../src/sass/_base.page.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 35, ../../src/sass/_base.page.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* line 42, ../../src/sass/_base.page.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 48, ../../src/sass/_base.page.scss */
textarea {
  resize: vertical;
}

/* line 52, ../../src/sass/_base.page.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 57, ../../src/sass/_base.page.scss */
ul {
  list-style: disc outside;
  margin: 1em 0;
  padding: 0 0 0 1.5em;
}

/* line 1, ../../src/sass/_base.type.scss */
body {
  background: #f1f1f1;
  color: #4c4c4c;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

/* line 9, ../../src/sass/_base.type.scss */
h1 {
  color: #4c4c4c;
  font-family: "Oswald";
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
/* line 16, ../../src/sass/_base.type.scss */
h1 a {
  opacity: 1;
}

/* line 21, ../../src/sass/_base.type.scss */
h2 {
  color: #4c4c4c;
  font-family: "Oswald";
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

/* line 29, ../../src/sass/_base.type.scss */
h3 {
  color: #4c4c4c;
  font-family: "Oswald";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 14px;
  line-height: 0.875rem;
  margin: 0;
  text-transform: uppercase;
}

/* line 39, ../../src/sass/_base.type.scss */
h4 {
  color: #4c4c4c;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  margin: 0;
}

/* line 46, ../../src/sass/_base.type.scss */
p {
  color: #4c4c4c;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 24px;
  margin: 0 0 1em;
}

/**
 * #OBJECTS
 */
/* line 1, ../../src/sass/_objects.wrappers.scss */
.container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* line 6, ../../src/sass/_objects.wrappers.scss */
.container.container-outer {
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0px #cdcdcd;
  box-shadow: 0 0 15px 0px #cdcdcd;
  width: 320px;
}
/* line 11, ../../src/sass/_objects.wrappers.scss */
.container.container-inner {
  height: 100%;
  width: 300px;
}

/* line 1, ../../src/sass/_objects.lists.scss */
.inline-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
/* line 6, ../../src/sass/_objects.lists.scss */
.inline-list__item {
  display: inline-block;
  vertical-align: top;
}

/* line 12, ../../src/sass/_objects.lists.scss */
.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 17, ../../src/sass/_objects.lists.scss */
.bulleted-list {
  list-style: disc outside;
  padding-left: 18px;
}
/* line 22, ../../src/sass/_objects.lists.scss */
.bulleted-list li {
  font-size: 13px;
  padding-bottom: 6px;
}

/* line 27, ../../src/sass/_objects.lists.scss */
.pink-bullets {
  color: #ea3c92;
}
/* line 30, ../../src/sass/_objects.lists.scss */
.pink-bullets span {
  color: #4c4c4c;
}

/* line 35, ../../src/sass/_objects.lists.scss */
.purple-bullets {
  color: #524872;
}
/* line 38, ../../src/sass/_objects.lists.scss */
.purple-bullets span {
  color: #4c4c4c;
}

/* line 43, ../../src/sass/_objects.lists.scss */
.inline-bulleted-list {
  list-style: disc inside;
  padding-left: 0;
  text-align: center;
}

/* line 50, ../../src/sass/_objects.lists.scss */
.large-text-list li {
  font-size: 15px;
}

/**
 * #COMPONENTS
 */
/* line 1, ../../src/sass/_components.global.scss */
.global-asset {
  background: url('../img/sprite-global-assets.png?1424344678');
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 6, ../../src/sass/_components.global.scss */
.logo {
  display: block;
  background-position: 0 0;
  height: 85px;
  width: 220px;
}

/* line 13, ../../src/sass/_components.global.scss */
.title-bar {
  background: url('../img/asset-title-bar.jpg?1424344677');
  background-repeat: no-repeat;
  background-size: 320px 48px;
  height: 48px;
  padding: 6px 0;
  width: 100%;
}
/* line 22, ../../src/sass/_components.global.scss */
.title-bar hgroup h1,
.title-bar hgroup h2 {
  color: #fff;
}
/* line 26, ../../src/sass/_components.global.scss */
.title-bar-large {
  background: url('../img/asset-title-bar-large.jpg?1424344677') no-repeat 0 0;
  background-size: 320px 93px;
  height: 93px;
  position: relative;
  width: 100%;
}
/* line 33, ../../src/sass/_components.global.scss */
.title-bar-large h1 {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ed75bd;
  font-size: 25px;
  text-shadow: 1px 1px 1px #524872;
  width: 100%;
}

/* line 43, ../../src/sass/_components.global.scss */
.section-primary {
  background: url('../img/bg-mobile-purple-hex.png?1424344677') no-repeat 0 0;
  background-size: 320px 78px;
  padding-top: 20px;
}

/* line 48, ../../src/sass/_components.global.scss */
.section-tertiary {
  padding: 20px 0;
}

/* line 52, ../../src/sass/_components.global.scss */
.section-heading {
  color: #524872;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
}
/* line 57, ../../src/sass/_components.global.scss */
.section-heading.text-grey {
  color: #4c4c4c;
}

/* line 62, ../../src/sass/_components.global.scss */
.text-pink {
  color: #ea3c92;
}

/* line 63, ../../src/sass/_components.global.scss */
.text-purple {
  color: #524872;
}

/* line 64, ../../src/sass/_components.global.scss */
.text-grey {
  color: #4c4c4c;
}

/* line 65, ../../src/sass/_components.global.scss */
.strong {
  font-weight: 600;
}

/* line 66, ../../src/sass/_components.global.scss */
.oswald {
  font-family: "Oswald", Arial, sans-serif;
}

/* line 67, ../../src/sass/_components.global.scss */
.offwhite {
  background: #f4f4f4;
}

/* line 68, ../../src/sass/_components.global.scss */
.standardtext {
  font-size: 15px;
}
/* line 70, ../../src/sass/_components.global.scss */
.standardtext li {
  font-size: 15px;
}

/* line 73, ../../src/sass/_components.global.scss */
.basictext {
  font-size: 15px;
  line-height: 18px;
}

/* line 1, ../../src/sass/_components.page-head.scss */
header {
  height: 122px;
  padding: 15px 0;
}
/* line 5, ../../src/sass/_components.page-head.scss */
header .logo {
  float: left;
}
/* line 8, ../../src/sass/_components.page-head.scss */
header nav ul {
  list-style: none;
  float: right;
}
/* line 12, ../../src/sass/_components.page-head.scss */
header nav ul li {
  display: inline-block;
  margin: 0 25px;
  text-align: left;
  vertical-align: middle;
}
/* line 18, ../../src/sass/_components.page-head.scss */
header nav ul li:first-child {
  margin-left: 0;
}
/* line 19, ../../src/sass/_components.page-head.scss */
header nav ul li:last-child {
  margin-right: 0;
}
/* line 21, ../../src/sass/_components.page-head.scss */
header nav ul li a {
  display: block;
  font-family: "Oswald";
  text-align: center;
}

/* line 1, ../../src/sass/_components.page-foot.scss */
footer {
  background: #524872;
  color: #fff;
  text-align: center;
  padding: 30px 0 40px;
}
/* line 7, ../../src/sass/_components.page-foot.scss */
footer .logo-biotheranostics {
  background-position: 0 -95px;
  display: inline-block;
  height: 38px;
  margin-bottom: 20px;
  vertical-align: top;
  width: 163px;
}
/* line 16, ../../src/sass/_components.page-foot.scss */
footer .footer-content {
  display: inline-block;
}
/* line 19, ../../src/sass/_components.page-foot.scss */
footer .footer-content .footer-meta {
  font-size: 13px;
}
/* line 22, ../../src/sass/_components.page-foot.scss */
footer .footer-content .footer-meta p {
  color: #fff;
  font-size: 12px;
}

/* line 1, ../../src/sass/_components.buttons.scss */
.button {
  display: inline-block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
/* line 9, ../../src/sass/_components.buttons.scss */
.button.full {
  height: 50px;
  letter-spacing: 1px;
  padding: 8px 40px 10px;
  width: 100%;
}
/* line 16, ../../src/sass/_components.buttons.scss */
.button.pink {
  background: url('../img/mobile/asset-button-arrow-right.png?1424344678') no-repeat right 10px top 10px #ea3c92;
  background-size: 17px 31px;
  color: #fff;
  margin: 30px 0;
}
/* line 23, ../../src/sass/_components.buttons.scss */
.button.purple {
  background: #524872;
  color: #fff;
  margin: 30px 0;
}
/* line 29, ../../src/sass/_components.buttons.scss */
.button.small {
  height: 21px;
  width: 111px;
}
/* line 34, ../../src/sass/_components.buttons.scss */
.button.medium {
  display: block;
  font-size: 11px;
  height: 28px;
  margin: 20px auto;
  padding: 6px 10px;
  width: 192px;
}
/* line 43, ../../src/sass/_components.buttons.scss */
.button.light-purple {
  background-color: #817aa1;
  color: #fff;
  margin-top: -5px;
  padding: 2px 10px;
}
/* line 50, ../../src/sass/_components.buttons.scss */
.button.download {
  background: url('../img/asset-download-icon.png?1424344677') no-repeat 0 0 #524872;
  background-position: 11px 6px;
  background-size: 19px 15px;
  letter-spacing: 2px;
  text-align: right;
}
/* line 58, ../../src/sass/_components.buttons.scss */
.button.single {
  padding: 18px 40px 15px;
}

/* line 63, ../../src/sass/_components.buttons.scss */
.bci-order-cta {
  background: url('../img/asset-clipboard.png?1424344677') no-repeat 0 0 transparent;
  background-position: top right;
  background-size: 191px 253px;
  height: 253px;
  margin-bottom: 20px;
  position: relative;
}

/* line 72, ../../src/sass/_components.buttons.scss */
.bci-hex {
  background: url('../img/asset-order-button.png?1424344677') no-repeat 0 0 transparent;
  background-size: 167px 191px;
  height: 191px;
  text-indent: -9999px;
  position: relative;
  top: 40px;
  width: 167px;
}

/* line 82, ../../src/sass/_components.buttons.scss */
.show-more {
  background-color: #ea3c92;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 40px;
  letter-spacing: 1px;
  margin: 20px auto;
  padding: 12px 20px;
  width: 185px;
}

/* line 94, ../../src/sass/_components.buttons.scss */
.report-button {
  background: url('../img/mobile/asset-button-arrow-right.png?1424344678') no-repeat right 15px top 9px #ea3c92;
  background-size: 9px 16px;
}

/* line 2, ../../src/sass/_components.touts.scss */
.tout p {
  color: #fff;
  font-family: "Oswald";
  font-size: 15px;
  line-height: 20px;
}
/* line 9, ../../src/sass/_components.touts.scss */
.tout.predictive-call-out {
  background: url('../img/asset-predictive-call-out.png?1424344677') no-repeat 0 0 transparent;
  background-size: 100% 134px;
  height: 135px;
  padding: 40px 100px 0 10px;
}
/* line 15, ../../src/sass/_components.touts.scss */
.tout.predictive-call-out p {
  color: #fff;
  font-family: "Oswald";
  font-size: 12px;
  line-height: 16px;
}
/* line 22, ../../src/sass/_components.touts.scss */
.tout.predictive-call-out .heading {
  color: #ed75bd;
  font-size: 15px;
  margin: 0 0 8px;
}
/* line 29, ../../src/sass/_components.touts.scss */
.tout.experts-agree {
  background: url('../img/mobile/asset-experts-agree-call-out.png?1424344678') no-repeat 0 0 transparent;
  background-size: 100% 190px;
  height: 190px;
  margin-left: 10px;
  padding: 30px 100px 0 10px;
}
/* line 36, ../../src/sass/_components.touts.scss */
.tout.experts-agree .body-text {
  color: #fff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding-right: 20px;
}
/* line 44, ../../src/sass/_components.touts.scss */
.tout.experts-agree .heading {
  color: #ed75bd;
  font-family: "Oswald";
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 8px;
}
/* line 51, ../../src/sass/_components.touts.scss */
.tout.experts-agree .heading-secondary {
  color: #fff;
  font-size: 12px;
  margin-bottom: 4px;
}
/* line 59, ../../src/sass/_components.touts.scss */
.tout.tout-bci-benefits {
  background: url('../img/mobile/asset-tout-patient-scenarios.png?1424344679') no-repeat 0 0 transparent;
  background-size: 100% 91px;
  height: 91px;
  margin-bottom: 60px;
  padding: 15px 93px 10px 10px;
  width: 100%;
}
/* line 67, ../../src/sass/_components.touts.scss */
.tout.tout-bci-benefits .heading {
  margin-bottom: 6px;
}
/* line 69, ../../src/sass/_components.touts.scss */
.tout.tout-bci-benefits .button {
  padding: 4px 30px 4px 10px;
}
/* line 74, ../../src/sass/_components.touts.scss */
.tout.tout-proven-predictive-power {
  background: url('../img/mobile/asset-tout-proven-predictive-power.png?1424344679') no-repeat 0 0 transparent;
  background-size: 100% 130px;
  height: 130px;
  padding: 10px 60px 10px 10px;
}
/* line 80, ../../src/sass/_components.touts.scss */
.tout.tout-proven-predictive-power .heading {
  color: #ed75bd;
  font-size: 18px;
  margin-bottom: 6px;
}
/* line 85, ../../src/sass/_components.touts.scss */
.tout.tout-proven-predictive-power p {
  font-size: 13px;
}
/* line 91, ../../src/sass/_components.touts.scss */
.tout.tout-standard {
  background: url('../img/asset-tout-standard.png?1424344677') no-repeat 0 0 transparent;
  background-size: 100% 101px;
  height: 101px;
  margin-top: 10px;
  padding: 6px 10px;
}
/* line 98, ../../src/sass/_components.touts.scss */
.tout.tout-standard p {
  margin-bottom: 4px;
}
/* line 100, ../../src/sass/_components.touts.scss */
.tout.tout-standard.with-text-link {
  margin-bottom: 40px;
  padding: 16px 10px;
}
/* line 104, ../../src/sass/_components.touts.scss */
.tout.tout-standard.with-text-link p {
  font-size: 13.5px;
}
/* line 105, ../../src/sass/_components.touts.scss */
.tout.tout-standard.with-text-link p.heading {
  font-size: 15px;
}
/* line 107, ../../src/sass/_components.touts.scss */
.tout.tout-standard.with-text-link a {
  color: #ed75bd;
}

/* line 1, ../../src/sass/_components.quote.scss */
.quote {
  margin-bottom: 10px;
}
/* line 4, ../../src/sass/_components.quote.scss */
.quote:before, .quote:after {
  background: url('../img/sprite-quotes.png?1424344678') no-repeat 0 0 transparent;
  background-size: 65px 22px;
  content: "";
  display: block;
  height: 22px;
  width: 33px;
}
/* line 14, ../../src/sass/_components.quote.scss */
.quote:after {
  background-position: -35px 0;
  float: right;
}
/* line 19, ../../src/sass/_components.quote.scss */
.quote .quote-body {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
}
/* line 25, ../../src/sass/_components.quote.scss */
.quote .quote-author {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

/* line 1, ../../src/sass/_components.study-cohort-tables.scss */
.study-cohort {
  list-style: none;
  padding-left: 0;
}
/* line 5, ../../src/sass/_components.study-cohort-tables.scss */
.study-cohort li {
  font-size: 16px;
  margin-bottom: 3px;
  min-height: 46px;
  padding: 10px 10px 8px;
  text-align: center;
  width: 100%;
}
/* line 13, ../../src/sass/_components.study-cohort-tables.scss */
.study-cohort li.study-heading {
  background-color: #ea3c92;
  color: #fff;
  font-family: "Oswald", Arial;
  margin-bottom: 0;
}
/* line 20, ../../src/sass/_components.study-cohort-tables.scss */
.study-cohort li.dark {
  background-color: #e1e1e1;
}
/* line 21, ../../src/sass/_components.study-cohort-tables.scss */
.study-cohort li.light {
  background-color: #eeeeee;
}
/* line 23, ../../src/sass/_components.study-cohort-tables.scss */
.study-cohort li.study-link {
  min-height: 36px;
  padding: 0;
}
/* line 27, ../../src/sass/_components.study-cohort-tables.scss */
.study-cohort li.study-link a {
  background-color: #524872;
  color: #fff;
  font-size: 13px;
  height: 36px;
  display: block;
  letter-spacing: 1px;
  padding: 8px 0;
  text-transform: uppercase;
  width: 100%;
}

/* line 1, ../../src/sass/_components.references-and-indications.scss */
.indications-panel {
  background: #f3f3f3;
  position: relative;
}
/* line 5, ../../src/sass/_components.references-and-indications.scss */
.indications-panel h4 {
  font-size: 12px;
}
/* line 7, ../../src/sass/_components.references-and-indications.scss */
.indications-panel .bci-order-form {
  background: url('../img/mobile/asset-order-bci-button-full.png?1424344678') no-repeat 0 0 transparent;
  background-size: 100% 54px;
  display: block;
  height: 54px;
  margin-bottom: 20px;
  text-indent: -9999px;
  width: 100%;
}
/* line 17, ../../src/sass/_components.references-and-indications.scss */
.indications-panel .bci-split-button {
  background: url('../img/mobile/asset-order-or-view-test-button-bg.png?1424359049') no-repeat 0 0 transparent;
  background-size: 100% 54px;
  display: block;
  height: 54px;
  margin-bottom: 20px;
  overflow: hidden;
  text-indent: -9999px;
  width: 100%;
}
/* line 27, ../../src/sass/_components.references-and-indications.scss */
.indications-panel .bci-split-button .toggle-test-report {
  background: url('../img/mobile/asset-tour-test-report-button.png?1424359321') no-repeat 0 0 transparent;
  background-size: 78px 40px;
  background-position: 40px 8px;
  display: block;
  float: left;
  height: 54px;
  margin: 0;
  width: 50%;
}
/* line 38, ../../src/sass/_components.references-and-indications.scss */
.indications-panel .bci-split-button .to-order {
  background: url('../img/mobile/asset-to-order-button.png?1424359894') no-repeat 0 0 transparent;
  background-size: 123px 34px;
  background-position: 22px 8px;
  display: block;
  float: right;
  height: 54px;
  margin: 0;
  text-indent: -9999px;
  width: 50%;
}
/* line 53, ../../src/sass/_components.references-and-indications.scss */
.indications-panel .references ol {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  margin-top: 0;
  padding-left: 15px;
}
/* line 59, ../../src/sass/_components.references-and-indications.scss */
.indications-panel .references ol li {
  line-height: 20px;
}
/* line 66, ../../src/sass/_components.references-and-indications.scss */
.indications-panel .indications-statement p {
  font-size: 12px;
  line-height: 18px;
}

/* line 3, ../../src/sass/_components.path-animation.scss */
.animation-wrapper {
  height: 320px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

/* line 10, ../../src/sass/_components.path-animation.scss */
.hex-path {
  display: block;
  height: 270.09326px;
  position: absolute;
  right: -74px;
  top: 0;
  width: 216.0px;
  height: 203px;
  width: 165px;
}
/* line 32, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-animate {
  display: none;
  position: absolute;
}
/* line 37, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-1 {
  width: 101.38889%;
  top: 99.78035%;
  right: -40.97222%;
}
/* line 43, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-2 {
  top: 83.85992%;
  right: 42.82407%;
  width: 74.07407%;
}
/* line 48, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-3 {
  top: 68.8651%;
  right: 87.96296%;
  width: 47.68519%;
}
/* line 53, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-4 {
  top: 55.72149%;
  right: 86.34259%;
  width: 37.73148%;
}
/* line 58, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-5 {
  top: 46.65055%;
  right: 67.82407%;
  width: 31.71296%;
}
/* line 63, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-6 {
  top: 39.61595%;
  right: 40.50926%;
  width: 28.24074%;
}
/* line 68, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-7 {
  top: 34.24743%;
  right: 15.74074%;
  width: 25.0%;
}
/* line 73, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-8 {
  top: 24.99137%;
  right: 20.60185%;
  width: 22.91667%;
}
/* line 78, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-9 {
  top: 20.36334%;
  right: 39.12037%;
  width: 18.05556%;
}
/* line 83, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-10 {
  top: 17.95676%;
  right: 57.87037%;
  width: 11.34259%;
}
/* line 88, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-11 {
  top: 15.36506%;
  right: 70.83333%;
  width: 11.34259%;
}
/* line 93, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-12 {
  top: 12.218%;
  right: 80.55556%;
  width: 10.18519%;
}
/* line 98, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-13 {
  top: 9.6263%;
  right: 87.03704%;
  width: 9.02778%;
}
/* line 103, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-14 {
  top: 6.84949%;
  right: 89.12037%;
  width: 6.48148%;
}
/* line 108, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-pink-15 {
  top: 4.25779%;
  right: 88.88889%;
  width: 5.32407%;
}
/* line 114, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-grey-1 {
  top: 27.76819%;
  right: 143.98148%;
  width: 11.11111%;
}
/* line 119, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-grey-2 {
  top: 23.14015%;
  right: 132.87037%;
  width: 11.34259%;
}
/* line 124, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-grey-3 {
  top: 17.95676%;
  right: 122.91667%;
  width: 10.18519%;
}
/* line 129, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-grey-4 {
  top: 13.88409%;
  right: 118.98148%;
  width: 8.33333%;
}
/* line 134, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-grey-5 {
  top: 9.6263%;
  right: 114.81481%;
  width: 8.56481%;
}
/* line 139, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-grey-6 {
  top: 6.109%;
  right: 107.63889%;
  width: 7.17593%;
}
/* line 144, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-grey-7 {
  top: 3.5173%;
  right: 98.37963%;
  width: 6.48148%;
}
/* line 149, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-grey-8 {
  top: 2.03633%;
  right: 91.43519%;
  width: 5.55556%;
}
/* line 154, ../../src/sass/_components.path-animation.scss */
.hex-path .hex-grey-9 {
  top: 0.55536%;
  right: 85.41667%;
  width: 4.39815%;
}
/* line 159, ../../src/sass/_components.path-animation.scss */
.hex-path .models {
  top: 10.55191%;
  right: 41.66667%;
  width: 68.05556%;
}

/* line 1, ../../src/sass/_components.only-bci.scss */
.only-bci {
  background: url('../img/asset-only-bci-logo.png?1424344677') no-repeat 0 0 transparent;
  background-size: 66px 74px;
  margin: 20px auto;
  padding-left: 80px;
}
/* line 7, ../../src/sass/_components.only-bci.scss */
.only-bci p {
  font-family: "Oswald", Arial, sans-serif;
  margin: 0;
}
/* line 12, ../../src/sass/_components.only-bci.scss */
.only-bci .content-first {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
/* line 18, ../../src/sass/_components.only-bci.scss */
.only-bci .content-second {
  color: #524872;
  font-size: 17px;
  line-height: 23px;
}

/* line 1, ../../src/sass/_components.referenced-content.scss */
.referenced-content {
  font-size: 13px;
  padding: 30px 0;
}

/* line 1, ../../src/sass/_components.pink-panel.scss */
.pink-panel {
  background: #f4f4f4;
  margin: 15px auto;
}
/* line 5, ../../src/sass/_components.pink-panel.scss */
.pink-panel .panel-heading {
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  padding: 10px;
  text-align: center;
}
/* line 11, ../../src/sass/_components.pink-panel.scss */
.pink-panel .panel-heading.pink-bg {
  background: #ea3c92;
}
/* line 14, ../../src/sass/_components.pink-panel.scss */
.pink-panel .panel-heading.purple-bg {
  background: #524872;
}
/* line 19, ../../src/sass/_components.pink-panel.scss */
.pink-panel .panel-body {
  padding: 10px;
}
/* line 23, ../../src/sass/_components.pink-panel.scss */
.pink-panel .specimen-preperation-heading {
  color: #524872;
  margin-bottom: -12px;
}
/* line 28, ../../src/sass/_components.pink-panel.scss */
.pink-panel .post-list-content {
  font-size: 13px;
  line-height: 18px;
}

/* line 1, ../../src/sass/_components.contact-with-doctor.scss */
.contact-with-doctor {
  background: url('../img/asset-doctor-with-patient.png?1424344677') no-repeat 0 0 transparent;
  background-position: right bottom;
  background-size: 200px 148px;
  margin-bottom: -15px;
  min-height: 168px;
}
/* line 8, ../../src/sass/_components.contact-with-doctor.scss */
.contact-with-doctor p, .contact-with-doctor a {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
/* line 14, ../../src/sass/_components.contact-with-doctor.scss */
.contact-with-doctor a {
  color: #ea3c92;
}

/* line 1, ../../src/sass/_components.atlas-results.scss */
.atlas-results {
  background: #f4f4f4;
  padding: 20px 0;
}

/* line 1, ../../src/sass/_components.info-bar.scss */
.info-bar {
  background: #e1dfef;
  color: #817aa1;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 15px;
  padding: 8px 10px;
  text-align: center;
}

/* line 10, ../../src/sass/_components.info-bar.scss */
.title-bar {
  padding: 6px 0;
}
/* line 13, ../../src/sass/_components.info-bar.scss */
.title-bar-first, .title-bar-last {
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  margin-bottom: 0;
}
/* line 20, ../../src/sass/_components.info-bar.scss */
.title-bar-first {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
}
/* line 25, ../../src/sass/_components.info-bar.scss */
.title-bar-last {
  font-size: 12px;
  line-height: 12px;
}

/* line 1, ../../src/sass/_components.options-panel.scss */
.options-panel {
  margin: 30px auto;
}
/* line 4, ../../src/sass/_components.options-panel.scss */
.options-panel p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
}
/* line 12, ../../src/sass/_components.options-panel.scss */
.options-panel a.pink {
  margin: 6px 0;
}

/* line 1, ../../src/sass/_components.results-pane.scss */
.results-pane {
  background: #fff;
  -webkit-box-shadow: 2px 2px 1px 0 #bbb;
  box-shadow: 2px 2px 1px 0 #bbb;
  margin-bottom: 25px;
  padding: 15px;
  width: 99%;
}
/* line 9, ../../src/sass/_components.results-pane.scss */
.results-pane-one img {
  width: 235px;
}
/* line 13, ../../src/sass/_components.results-pane.scss */
.results-pane-two img {
  width: 119px;
}
/* line 15, ../../src/sass/_components.results-pane.scss */
.results-pane-two .results-sub {
  overflow: hidden;
}
/* line 18, ../../src/sass/_components.results-pane.scss */
.results-pane-two .results-sub .left {
  float: left;
  overflow: hidden;
  width: 50%;
}
/* line 23, ../../src/sass/_components.results-pane.scss */
.results-pane-two .results-sub .right {
  float: right;
  overflow: hidden;
  width: 50%;
}
/* line 29, ../../src/sass/_components.results-pane.scss */
.results-pane-two .results-sub p {
  float: left;
  font-size: 18px;
  line-height: 18px;
  margin-left: 5px;
  text-transform: none;
  width: 70%;
}
/* line 38, ../../src/sass/_components.results-pane.scss */
.results-pane-two .results-sub .number {
  color: #ee4b44;
  float: left;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 35px;
}
/* line 48, ../../src/sass/_components.results-pane.scss */
.results-pane-three img {
  width: 180px;
}
/* line 51, ../../src/sass/_components.results-pane.scss */
.results-pane p {
  font-size: 18px;
  line-height: 20px;
  margin: 6px 0 8px;
  text-transform: uppercase;
}
/* line 58, ../../src/sass/_components.results-pane.scss */
.results-pane aside {
  font-size: 13px;
  font-style: italic;
  text-transform: uppercase;
}
/* line 64, ../../src/sass/_components.results-pane.scss */
.results-pane hr.break {
  background: #4c4c4c;
}

/* line 1, ../../src/sass/_components.graphs.scss */
.graph-surround {
  margin-bottom: 10px;
}
/* line 4, ../../src/sass/_components.graphs.scss */
.graph-surround img {
  margin: 20px 0;
  width: 100%;
}

/* line 10, ../../src/sass/_components.graphs.scss */
.bar-graph {
  background-color: #f4f4f4;
  margin: 30px 0;
  padding: 20px 0;
  position: relative;
}
/* line 16, ../../src/sass/_components.graphs.scss */
.bar-graph.arrow-headed {
  padding-top: 50px;
}

/* line 23, ../../src/sass/_components.graphs.scss */
.graph-reveal .toggle-reveal {
  background: #d2d2d2;
  color: #524872;
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 8px 30px;
  width: 150px;
}
/* line 35, ../../src/sass/_components.graphs.scss */
.graph-reveal .graph-content {
  display: none;
}
/* line 40, ../../src/sass/_components.graphs.scss */
.graph-reveal.show .graph-content {
  display: block;
}

/* line 1, ../../src/sass/_components.interim.scss */
.interim-content {
  color: #777777;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 1, ../../src/sass/_components.score-panels.scss */
.score-panel {
  background: #f4f4f4;
  margin-bottom: 15px;
}
/* line 6, ../../src/sass/_components.score-panels.scss */
.score-panel-purple .score-panel-header {
  background: url('../img/mobile/asset-predictive-header-bg.jpg?1424344679') no-repeat 0 0 transparent;
}
/* line 9, ../../src/sass/_components.score-panels.scss */
.score-panel-purple .panel-button {
  background: url('../img/mobile/asset-button-arrow.png?1424344678') no-repeat 0 0 #524872;
}
/* line 15, ../../src/sass/_components.score-panels.scss */
.score-panel-pink .score-panel-header {
  background: url('../img/mobile/asset-prognostic-header-bg.jpg?1424344679') no-repeat 0 0 transparent;
}
/* line 18, ../../src/sass/_components.score-panels.scss */
.score-panel-pink .panel-button {
  background: url('../img/mobile/asset-button-arrow.png?1424344678') no-repeat 0 0 #ea3c92;
}
/* line 24, ../../src/sass/_components.score-panels.scss */
.score-panel .score-panel-header {
  background-size: 100% 76px;
  color: #fff;
  height: 76px;
  text-align: center;
  padding: 5px 10px;
  width: 100%;
}
/* line 32, ../../src/sass/_components.score-panels.scss */
.score-panel .score-panel-header p {
  color: #fff;
}
/* line 34, ../../src/sass/_components.score-panels.scss */
.score-panel .score-panel-header .panel-heading {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  margin: 0 0 4px;
}
/* line 39, ../../src/sass/_components.score-panels.scss */
.score-panel .score-panel-header .sub-heading {
  font-size: 14px;
  line-height: 16px;
}
/* line 45, ../../src/sass/_components.score-panels.scss */
.score-panel .score-panel-body {
  padding: 10px;
}
/* line 48, ../../src/sass/_components.score-panels.scss */
.score-panel .score-panel-body li {
  font-size: 15px;
}
/* line 51, ../../src/sass/_components.score-panels.scss */
.score-panel .panel-button {
  background-size: 14px 26px;
  background-position: right 5px top 7px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 15px;
  padding: 10px;
  width: 100%;
}

/* line 1, ../../src/sass/_components.smallprint.scss */
.smallprint {
  font-size: 10px;
  line-height: 12px;
}

/* line 2, ../../src/sass/_components.bci-video.scss */
.bci-video-cta p {
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0;
}
/* line 8, ../../src/sass/_components.bci-video.scss */
.bci-video-cta a {
  background: url('../img/mobile/asset-bci-video-cta.png?1424344678') no-repeat 0 0 transparent;
  background-size: 100% 123px;
  display: block;
  height: 123px;
  width: 98%;
}

/* line 1, ../../src/sass/_components.women-hex.scss */
.women-hex {
  background: url('../img/mobile/asset-women-hex.png?1424344679') no-repeat 0 0 transparent;
  background-size: 100% 186px;
  background-position: left bottom;
  padding-bottom: 90px;
}
/* line 7, ../../src/sass/_components.women-hex.scss */
.women-hex .line-one {
  font-size: 15px;
  margin-bottom: 6px;
}
/* line 11, ../../src/sass/_components.women-hex.scss */
.women-hex .line-two {
  color: #ea3c92;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 35px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 18, ../../src/sass/_components.women-hex.scss */
.women-hex .line-three {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 24, ../../src/sass/_components.women-hex.scss */
.women-hex .halfwidth {
  font-size: 15px;
  line-height: 18px;
  width: 65%;
}

/* line 2, ../../src/sass/_components.news-and-press.scss */
.press-fact-sheet .section-heading {
  font-size: 18px;
  margin-bottom: 2px;
}
/* line 6, ../../src/sass/_components.news-and-press.scss */
.press-fact-sheet a {
  color: #ea3c92;
}

/* line 8, ../../src/sass/_components.news-and-press.scss */
.fact-sheet-download {
  background: url('../img/mobile/asset-news-press-thumb.png?1424361957') no-repeat 0 0 transparent;
  background-size: 105px 107px;
  background-position: left bottom;
  margin: 10px auto 45px;
  min-height: 107px;
  padding-left: 120px;
}
/* line 16, ../../src/sass/_components.news-and-press.scss */
.fact-sheet-download .pack-title {
  padding: 45px 0 4px;
}
/* line 20, ../../src/sass/_components.news-and-press.scss */
.fact-sheet-download .download-button {
  color: #fff;
  display: block;
  background: #524872;
  padding: 10px 20px;
  width: 100%;
}

/* line 30, ../../src/sass/_components.news-and-press.scss */
.feed .section-heading {
  font-size: 18px;
}
/* line 33, ../../src/sass/_components.news-and-press.scss */
.feed .news-item {
  padding-bottom: 20px;
  width: 100%;
}
/* line 37, ../../src/sass/_components.news-and-press.scss */
.feed .news-item img {
  margin-bottom: 20px;
  width: 100%;
}
/* line 42, ../../src/sass/_components.news-and-press.scss */
.feed .news-item .article-title {
  color: #ea3c92;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
}
/* line 48, ../../src/sass/_components.news-and-press.scss */
.feed .news-item .article-description {
  font-size: 13px;
  line-height: 18px;
}

/* line 1, ../../src/sass/_components.videos.scss */
.filters {
  background-color: #e1dfef;
  margin-bottom: 20px;
  padding: 20px 0;
}
/* line 6, ../../src/sass/_components.videos.scss */
.filters a {
  background: url('../img/mobile/asset-down-arrow-button-pink.png?1424344678') no-repeat 0 0 #fff;
  background-size: 27px 15px;
  background-position: right 10px top 10px;
  color: #969696;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
}

/* line 22, ../../src/sass/_components.videos.scss */
.feed .section-heading {
  font-size: 18px;
}
/* line 25, ../../src/sass/_components.videos.scss */
.feed .video-item {
  padding-bottom: 20px;
  width: 100%;
}
/* line 29, ../../src/sass/_components.videos.scss */
.feed .video-item img {
  margin-bottom: 20px;
  width: 100%;
}
/* line 34, ../../src/sass/_components.videos.scss */
.feed .video-item .video-title {
  color: #ea3c92;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
}
/* line 40, ../../src/sass/_components.videos.scss */
.feed .video-item .video-description {
  font-size: 13px;
  line-height: 18px;
}

/* line 3, ../../src/sass/_components.risk-categories.scss */
.risk-categories .risk-cat {
  margin: 30px 0;
}
/* line 6, ../../src/sass/_components.risk-categories.scss */
.risk-categories .risk-cat:after {
  background-color: #a4a4a4;
  content: '';
  display: block;
  height: 1px;
  margin: 30px auto 0;
  width: 155px;
}
/* line 16, ../../src/sass/_components.risk-categories.scss */
.risk-categories .risk-cat:last-child:after {
  display: none;
}
/* line 21, ../../src/sass/_components.risk-categories.scss */
.risk-categories .risk-cat p.heading {
  color: #4c4c4c;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  text-align: center;
}
/* line 28, ../../src/sass/_components.risk-categories.scss */
.risk-categories .risk-cat ul li {
  font-size: 14px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 18px;
  margin-bottom: 4px;
}

/* line 1, ../../src/sass/_components.score-differences.scss */
.score-differences {
  background-color: #e1dfef;
  padding: 0;
}
/* line 5, ../../src/sass/_components.score-differences.scss */
.score-differences .score-heading {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 21px;
  letter-spacing: 0.5px;
}
/* line 10, ../../src/sass/_components.score-differences.scss */
.score-differences .score-support {
  font-weight: 500;
  font-size: 15px;
}
/* line 15, ../../src/sass/_components.score-differences.scss */
.score-differences .low-score {
  background: url('../img/mobile/asset-low-arrow-purple.png?1424344678') no-repeat 0 0 transparent;
  background-size: 46px 134px;
  background-position: left top;
  padding: 20px 0 5px 60px;
}
/* line 21, ../../src/sass/_components.score-differences.scss */
.score-differences .low-score strong {
  color: #9a90c3;
}
/* line 23, ../../src/sass/_components.score-differences.scss */
.score-differences .low-score .score-heading {
  color: #9a90c3;
}
/* line 26, ../../src/sass/_components.score-differences.scss */
.score-differences .high-score {
  background: url('../img/mobile/asset-high-arrow-pink.png?1424344678') no-repeat 0 0 transparent;
  background-size: 46px 134px;
  background-position: right bottom;
  padding: 10px 60px 1px 0;
}
/* line 32, ../../src/sass/_components.score-differences.scss */
.score-differences .high-score strong {
  color: #ea3c92;
}
/* line 34, ../../src/sass/_components.score-differences.scss */
.score-differences .high-score .score-heading {
  color: #ea3c92;
}

/* line 1, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report {
  padding: 20px 0;
  margin-bottom: 40px;
}
/* line 5, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report {
  margin-bottom: 30px;
}
/* line 8, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report .report-heading {
  font-family: "Oswald", Arial, sans-serif;
  margin-bottom: 3px;
}
/* line 12, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report.report-prognostic .report-heading {
  color: #ea3c92;
}
/* line 13, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report.report-predictive .report-heading {
  color: #524872;
}
/* line 15, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report img {
  display: block;
  margin: 20px auto;
  width: 248px;
}
/* line 21, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report a.report-button {
  color: #fff;
  display: block;
  font-size: 15px;
  margin: 0 auto 20px;
  letter-spacing: 1px;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 248px;
}
/* line 34, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report.report-prognostic ul {
  margin-top: 3px;
  padding-left: 20px;
}
/* line 38, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report.report-prognostic ul li {
  font-size: 15px;
}
/* line 43, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report.report-prognostic .report-button {
  background-color: #ea3c92;
}
/* line 48, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report.report-predictive ul {
  margin-top: 3px;
}
/* line 51, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report.report-predictive ul li {
  font-size: 15px;
}
/* line 56, ../../src/sass/_components.tour-test-report.scss */
.tour-test-report .report.report-predictive .report-button {
  background-color: #524872;
}

/* line 2, ../../src/sass/_components.modest-patient-benefit.scss */
.modest-patient-benefit .section-heading {
  color: #524872;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 18px;
}

/* line 1, ../../src/sass/_components.prognostic-graphs.scss */
.prognostic-graphs {
  padding: 20px 0;
  margin-bottom: 20px;
}

/* line 8, ../../src/sass/_components.prognostic-graphs.scss */
.graph img {
  margin: 0 0 40px;
  width: 100%;
}

/* line 13, ../../src/sass/_components.prognostic-graphs.scss */
.keys {
  padding-bottom: 30px;
}
/* line 16, ../../src/sass/_components.prognostic-graphs.scss */
.keys .study-section {
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 20, ../../src/sass/_components.prognostic-graphs.scss */
.keys .study-section .color-block {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 8.44444%;
  margin-left: 0%;
  margin-right: 3%;
  display: block;
}
/* line 195, ../../src/sass/jeet/_grid.scss */
.keys .study-section .color-block:before, .keys .study-section .color-block:after {
  content: '';
  display: table;
}
/* line 199, ../../src/sass/jeet/_grid.scss */
.keys .study-section .color-block:after {
  clear: both;
}
/* line 48, ../../src/sass/jeet/_grid.scss */
.keys .study-section .color-block:last-child {
  margin-right: 0%;
}
/* line 25, ../../src/sass/_components.prognostic-graphs.scss */
.keys .study-section .color-block .key-color-purple,
.keys .study-section .color-block .key-color-pink,
.keys .study-section .color-block .key-color-grey {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  height: 16px;
  margin-top: 2px;
  width: 16px;
}
/* line 35, ../../src/sass/_components.prognostic-graphs.scss */
.keys .study-section .color-block .key-color-purple {
  background: #524872;
}
/* line 38, ../../src/sass/_components.prognostic-graphs.scss */
.keys .study-section .color-block .key-color-pink {
  background: #ea3c92;
}
/* line 41, ../../src/sass/_components.prognostic-graphs.scss */
.keys .study-section .color-block .key-color-grey {
  background: #4c4c4c;
}
/* line 46, ../../src/sass/_components.prognostic-graphs.scss */
.keys .study-section .key-content {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 88.55556%;
  margin-left: 0%;
  margin-right: 3%;
  margin-left: -3%;
}
/* line 195, ../../src/sass/jeet/_grid.scss */
.keys .study-section .key-content:before, .keys .study-section .key-content:after {
  content: '';
  display: table;
}
/* line 199, ../../src/sass/jeet/_grid.scss */
.keys .study-section .key-content:after {
  clear: both;
}
/* line 48, ../../src/sass/jeet/_grid.scss */
.keys .study-section .key-content:last-child {
  margin-right: 0%;
}
/* line 50, ../../src/sass/_components.prognostic-graphs.scss */
.keys .study-section .key-content .key-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
/* line 55, ../../src/sass/_components.prognostic-graphs.scss */
.keys .study-section .key-content .key-meta {
  font-size: 13px;
}
/* line 58, ../../src/sass/_components.prognostic-graphs.scss */
.keys .study-section .key-content .view-study {
  background-color: #d2d2d2;
  color: #524872;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 6px 20px;
  text-align: center;
}

/* line 1, ../../src/sass/_components.drop-section.scss */
.drop-section {
  margin-bottom: 20px;
}
/* line 4, ../../src/sass/_components.drop-section.scss */
.drop-section .drop-section-head {
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 15px;
  height: 40px;
  padding: 9px 40px;
  text-align: center;
}
/* line 14, ../../src/sass/_components.drop-section.scss */
.drop-section-purple .drop-section-head {
  background: url('../img/mobile/sprite-toggle-icon.png?1424344679') no-repeat right 10px top 10px #524872;
  background-size: 20px 60px;
}
/* line 21, ../../src/sass/_components.drop-section.scss */
.drop-section-pink .drop-section-head {
  background: url('../img/mobile/sprite-toggle-icon.png?1424344679') no-repeat right 10px top 10px #ea3c92;
  background-size: 20px 60px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  letter-spacing: 1px;
}
/* line 29, ../../src/sass/_components.drop-section.scss */
.drop-section .drop-section-content {
  background: #fff;
  display: none;
  padding: 10px;
}
/* line 34, ../../src/sass/_components.drop-section.scss */
.drop-section .drop-section-content.offwhite {
  background: #f5f5f5;
}
/* line 38, ../../src/sass/_components.drop-section.scss */
.drop-section .drop-section-content .drop-section-sub-head {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
/* line 46, ../../src/sass/_components.drop-section.scss */
.drop-section.show .drop-section-head {
  background-position: right 10px top -39px;
}
/* line 49, ../../src/sass/_components.drop-section.scss */
.drop-section.show .drop-section-content {
  display: block;
}

/* line 1, ../../src/sass/_components.validation-study-callout.scss */
.validation-study-callout {
  margin: 20px 0;
  padding: 10px;
}
/* line 5, ../../src/sass/_components.validation-study-callout.scss */
.validation-study-callout .study-support {
  background: url('../img/mobile/asset-cohort-study-thumb.png?1424344678') no-repeat 0 0 transparent;
  background-size: 68px 90px;
  padding-left: 80px;
}
/* line 10, ../../src/sass/_components.validation-study-callout.scss */
.validation-study-callout .study-support .study-heading {
  color: #ea3c92;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 6px;
}
/* line 16, ../../src/sass/_components.validation-study-callout.scss */
.validation-study-callout .study-support .study-sub-heading {
  font-size: 13px;
  line-height: 18px;
}
/* line 22, ../../src/sass/_components.validation-study-callout.scss */
.validation-study-callout .study-secondary {
  font-size: 15px;
  line-height: 18px;
}

/* line 3, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .drop-section-head {
  font: 500 12px/12px "Source Sans Pro", Arial, sans-serif;
  letter-spacing: 1px;
  padding: 14px 40px;
  text-transform: uppercase;
}
/* line 11, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-name {
  color: #524872;
  font: 600 20px/20px "Source Sans Pro", Arial, sans-serif;
  padding: 10px;
  text-align: center;
}
/* line 18, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-table-content {
  overflow: hidden;
}
/* line 22, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-table-content .variable {
  clear: both;
  display: block;
  background-color: #f1f1f1;
  margin-bottom: 2%;
}
/* line 28, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-table-content .variable:last-child {
  margin-bottom: 20px;
}
/* line 32, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-table-content .variable.one-half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 49%;
  margin-left: 0%;
  margin-right: 2%;
  height: 80px;
}
/* line 195, ../../src/sass/jeet/_grid.scss */
.trial-summary-information .trial-table .trial-table-content .variable.one-half:before, .trial-summary-information .trial-table .trial-table-content .variable.one-half:after {
  content: '';
  display: table;
}
/* line 199, ../../src/sass/jeet/_grid.scss */
.trial-summary-information .trial-table .trial-table-content .variable.one-half:after {
  clear: both;
}
/* line 39, ../../src/sass/jeet/_grid.scss */
.trial-summary-information .trial-table .trial-table-content .variable.one-half:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
/* line 44, ../../src/sass/jeet/_grid.scss */
.trial-summary-information .trial-table .trial-table-content .variable.one-half:nth-child(2n + 1) {
  clear: both;
}
/* line 37, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-table-content .variable .variable-head {
  background-color: #ea3c92;
  border-bottom: 4px solid #fff;
  color: #fff;
  font-weight: 600;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}
/* line 48, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-table-content .variable .variable-meta {
  height: 45px;
  overflow: hidden;
  position: relative;
}
/* line 53, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-table-content .variable .variable-meta p {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  width: 100%;
}
/* line 64, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-table-content .variable .variable-wrapper {
  overflow: hidden;
  position: relative;
}
/* line 68, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-table-content .variable .variable-wrapper .variable-split {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 49%;
  margin-left: 0%;
  margin-right: 2%;
  height: 80px;
  position: relative;
}
/* line 195, ../../src/sass/jeet/_grid.scss */
.trial-summary-information .trial-table .trial-table-content .variable .variable-wrapper .variable-split:before, .trial-summary-information .trial-table .trial-table-content .variable .variable-wrapper .variable-split:after {
  content: '';
  display: table;
}
/* line 199, ../../src/sass/jeet/_grid.scss */
.trial-summary-information .trial-table .trial-table-content .variable .variable-wrapper .variable-split:after {
  clear: both;
}
/* line 39, ../../src/sass/jeet/_grid.scss */
.trial-summary-information .trial-table .trial-table-content .variable .variable-wrapper .variable-split:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
/* line 44, ../../src/sass/jeet/_grid.scss */
.trial-summary-information .trial-table .trial-table-content .variable .variable-wrapper .variable-split:nth-child(2n + 1) {
  clear: both;
}
/* line 73, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-table-content .variable .variable-wrapper .variable-split.variable-years {
  text-align: center;
}
/* line 77, ../../src/sass/_components.trial-summary-information.scss */
.trial-summary-information .trial-table .trial-table-content .variable .variable-wrapper .variable-split img {
  margin: 10px;
}

/* line 2, ../../src/sass/_components.media-cta.scss */
.media-ctas .media-cta {
  background-color: #f1f1f1;
  margin: 20px 0;
  padding: 20px;
}
/* line 7, ../../src/sass/_components.media-cta.scss */
.media-ctas .media-cta-heading {
  font: 300 18px/28px "Source Sans Pro", Arial, sans-serif;
  text-align: center;
}
/* line 13, ../../src/sass/_components.media-cta.scss */
.media-ctas .media-cta .watch-video-graphic {
  background: url('../img/mobile/asset-video-callout.jpg?1424344679') no-repeat 0 0 transparent;
  background-size: 216px 145px;
  display: block;
  margin: 20px auto -20px;
  height: 145px;
  text-indent: -9999px;
  width: 216px;
}
/* line 23, ../../src/sass/_components.media-cta.scss */
.media-ctas .media-cta.video-slider {
  display: block;
  margin-bottom: -10px;
  overflow: hidden;
  position: relative;
}
/* line 29, ../../src/sass/_components.media-cta.scss */
.media-ctas .media-cta.video-slider .video-click {
  background: url('../img/mobile/asset-video-button.png?1424344679') no-repeat 0 0 transparent;
  background-size: 117px 117px;
  display: block;
  height: 117px;
  margin: -150px auto 0;
  position: relative;
  text-indent: -9999px;
  width: 117px;
}
/* line 39, ../../src/sass/_components.media-cta.scss */
.media-ctas .media-cta.video-slider .video-thumb {
  display: block;
  margin: 30px auto;
  width: 187px;
}
/* line 44, ../../src/sass/_components.media-cta.scss */
.media-ctas .media-cta.video-slider .plain-link {
  color: #524872;
  display: inline-block;
  float: right;
  letter-spacing: 2px;
  margin: 10px 0 0;
  text-transform: uppercase;
}
/* line 52, ../../src/sass/_components.media-cta.scss */
.media-ctas .media-cta.video-slider .plain-link:after {
  background: #524872;
  display: block;
  content: "";
  height: 1px;
  width: 100%;
}

/* line 2, ../../src/sass/_components.minor-ctas.scss */
.minor-ctas .order-bci-button {
  background: url('../img/mobile/asset-btn-download-order-form.png?1424344678') no-repeat 0 0 transparent;
  background-size: 142px 47px;
  height: 47px;
  display: block;
  margin: 20px auto 60px;
  text-indent: -9999px;
  width: 142px;
}
/* line 11, ../../src/sass/_components.minor-ctas.scss */
.minor-ctas .bci-patient-website {
  background: url('../img/mobile/asset-bci-patient-website-cta.png?1424344678') no-repeat 0 0 transparent;
  background-size: 218px 54px;
  height: 54px;
  display: block;
  margin: 60px auto 30px;
  text-indent: -9999px;
  width: 218px;
}

/* line 3, ../../src/sass/_components.content-ctas.scss */
.content-ctas .content-cta {
  margin: 30px auto 0;
}
/* line 7, ../../src/sass/_components.content-ctas.scss */
.content-ctas .content-cta.with-divider:after {
  background: #cccccc;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
/* line 15, ../../src/sass/_components.content-ctas.scss */
.content-ctas .content-cta .cta-heading {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
}
/* line 19, ../../src/sass/_components.content-ctas.scss */
.content-ctas .content-cta .cta-support {
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 23, ../../src/sass/_components.content-ctas.scss */
.content-ctas .content-cta .learn-more {
  background: url('../img/mobile/asset-small-button-arrow.png?1424344679') no-repeat 0 0 #524872;
  background-size: 8px 16px;
  background-position: top 8px right 6px;
  padding: 8px 30px;
}

/* line 1, ../../src/sass/_components.hero.scss */
.hero {
  position: relative;
}
/* line 4, ../../src/sass/_components.hero.scss */
.hero .hero-text {
  padding: 10px;
  width: 60%;
}
/* line 8, ../../src/sass/_components.hero.scss */
.hero .hero-text h1 {
  color: #ea3c92;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 27px;
  text-transform: uppercase;
}
/* line 14, ../../src/sass/_components.hero.scss */
.hero .hero-text h2 {
  color: #524872;
  font-size: 18px;
}
/* line 20, ../../src/sass/_components.hero.scss */
.hero .hero-foot-note {
  font-size: 13px;
  font-style: italic;
  padding: 80px 10px 10px;
}

/* line 1, ../../src/sass/_components.menu.scss */
body.ShowSideNav {
  position: relative;
}

/* line 6, ../../src/sass/_components.menu.scss */
.SideNavContainer {
  background: #524872;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
  width: 0;
}
/* line 17, ../../src/sass/_components.menu.scss */
.ShowSideNav .SideNavContainer {
  width: 260px;
}
/* line 21, ../../src/sass/_components.menu.scss */
.SideNavContainer .SideNav {
  bottom: 0;
  height: 100%;
  overflow: none;
  position: relative;
  top: 0;
  width: 260px;
}

/* line 31, ../../src/sass/_components.menu.scss */
.ContentWrapper {
  position: relative;
  right: 0;
  -webkit-transition: right 200ms;
  -o-transition: right 200ms;
  transition: right 200ms;
}
/* line 37, ../../src/sass/_components.menu.scss */
.ShowSideNav .ContentWrapper {
  right: 260px;
}
/* line 42, ../../src/sass/_components.menu.scss */
.ContentWrapper .ContentBlocker {
  display: none;
}
/* line 46, ../../src/sass/_components.menu.scss */
.ShowSideNav .ContentWrapper .ContentBlocker {
  bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* line 60, ../../src/sass/_components.menu.scss */
.MobileHeader {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  height: 65px;
  position: relative;
  z-index: 3000;
}
/* line 67, ../../src/sass/_components.menu.scss */
.MobileHeader .Logo {
  background: url('../img/mobile/asset-mobile-logo.png?1424344678') no-repeat 0 0 transparent;
  background-size: 131px 47px;
  display: block;
  height: 47px;
  left: 10px;
  position: relative;
  top: 7px;
  width: 131px;
}
/* line 78, ../../src/sass/_components.menu.scss */
.MobileHeader .Hamburger {
  height: 20px;
  position: absolute;
  right: 10px;
  top: 19px;
  width: 40px;
}
/* line 85, ../../src/sass/_components.menu.scss */
.MobileHeader .Hamburger span {
  background: #524872;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  height: 4px;
  margin-bottom: 4px;
  width: 100%;
}
/* line 93, ../../src/sass/_components.menu.scss */
.MobileHeader .Hamburger span:last-child {
  margin-bottom: none;
}
/* line 97, ../../src/sass/_components.menu.scss */
.ShowSideNav .MobileHeader .Hamburger span {
  background: #ea3c92;
}

/* line 104, ../../src/sass/_components.menu.scss */
.SideNav {
  color: #fff;
  font-size: 11px;
  font-size: 0.7rem;
}
/* line 108, ../../src/sass/_components.menu.scss */
.SideNav .NavHead {
  background: #524872;
  height: 65px;
}
/* line 112, ../../src/sass/_components.menu.scss */
.SideNav .NavHead .logo-side-nav {
  background: url('../img/mobile/asset-logo-side-nav.png?1424344678') no-repeat 0 0 transparent;
  background-size: 141px 47px;
  border: 0 none;
  height: 47px;
  left: 10px;
  position: relative;
  top: 6px;
  width: 141px;
}
/* line 123, ../../src/sass/_components.menu.scss */
.SideNav .SectionHeader {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #fdfdfd), color-stop(54%, #fafafa), to(#e9e9ea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fdfdfd 50%, #fafafa 54%, #e9e9ea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fdfdfd 50%, #fafafa 54%, #e9e9ea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 50%, #fafafa 54%, #e9e9ea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9ea',GradientType=0 );
  /* IE6-9 */
  border: 0 none;
  color: #524872;
  font-family: "Oswald", Arial, sans-serif;
  height: 65px;
  font-size: 17px;
  font-weight: 400;
  padding: 22px 10px 10px 20px;
}
/* line 135, ../../src/sass/_components.menu.scss */
.SideNav .SectionHeader.double-lined {
  padding: 9px 10px 10px 20px;
}
/* line 139, ../../src/sass/_components.menu.scss */
.SideNav .SectionHeader.Current {
  border-left: 5px solid #ea3c92;
  padding-left: 15px;
}
/* line 145, ../../src/sass/_components.menu.scss */
.SideNav a {
  background: #cecece;
  border-bottom: 1px solid #8f8f8f;
  border-top: 1px solid #fff;
  color: #524872;
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 65px;
  padding: 23px 10px 10px 30px;
}
/* line 157, ../../src/sass/_components.menu.scss */
.SideNav a.double-lined {
  padding: 13px 10px 10px 30px;
}
/* line 161, ../../src/sass/_components.menu.scss */
.SideNav a.SubLink {
  background: transparent;
  border: 0 none;
  font-weight: 400;
  height: 40px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
  padding-left: 20px;
}
/* line 173, ../../src/sass/_components.menu.scss */
.SideNav .nav-extras {
  background: #fff;
  overflow: hidden;
  padding-bottom: 50px;
}
/* line 179, ../../src/sass/_components.menu.scss */
.SideNav .social-links {
  width: 166px;
}
/* line 182, ../../src/sass/_components.menu.scss */
.SideNav .social-links a {
  background: url('../img/sprite-global-assets.png?1424177706');
  border-bottom: 0 none;
}
/* line 186, ../../src/sass/_components.menu.scss */
.SideNav .social-links a.twitter {
  background-position: 0 -141px;
}
/* line 187, ../../src/sass/_components.menu.scss */
.SideNav .social-links a.facebook {
  background-position: 0 -173px;
}
/* line 188, ../../src/sass/_components.menu.scss */
.SideNav .social-links a.linkedin {
  background-position: 0 -205px;
}
/* line 192, ../../src/sass/_components.menu.scss */
.SideNav .sub {
  display: none;
}
/* line 195, ../../src/sass/_components.menu.scss */
.SideNav .sub.Reveal {
  display: block;
}
/* line 198, ../../src/sass/_components.menu.scss */
.SideNav .active {
  border-left: 10px solid green;
  padding-left: 10px;
}
/* line 203, ../../src/sass/_components.menu.scss */
.SideNav .nav-footer {
  background: #524872;
  margin-top: 20px;
  padding: 20px;
}
/* line 208, ../../src/sass/_components.menu.scss */
.SideNav .nav-footer a {
  border: 0 none;
  background: url('../img/sprite-global-assets.png?1424177706');
  background-position: 0 -95px;
  height: 38px;
  margin-bottom: 20px;
  width: 163px;
}
/* line 217, ../../src/sass/_components.menu.scss */
.SideNav .nav-footer p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

/* line 1, ../../src/sass/_components.social-links.scss */
.social-links {
  display: block;
  margin: 40px auto 30px;
  width: 137px;
}
/* line 6, ../../src/sass/_components.social-links.scss */
.social-links .social-icon {
  display: inline-block;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
}
/* line 13, ../../src/sass/_components.social-links.scss */
.social-links .twitter {
  background-position: 0 -143px;
}
/* line 17, ../../src/sass/_components.social-links.scss */
.social-links .facebook {
  background-position: 0 -173px;
  margin: 0 20px;
}
/* line 21, ../../src/sass/_components.social-links.scss */
.social-links .linkedin {
  background-position: 0 -205px;
}

/* line 1, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenarios {
  margin-bottom: 40px;
}

/* line 8, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-left-pane {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 14.28571%;
  margin-left: 0%;
  margin-right: 0%;
  height: 250px;
  position: relative;
}
/* line 195, ../../src/sass/jeet/_grid.scss */
.patient-scenario .scenario-left-pane:before, .patient-scenario .scenario-left-pane:after {
  content: '';
  display: table;
}
/* line 199, ../../src/sass/jeet/_grid.scss */
.patient-scenario .scenario-left-pane:after {
  clear: both;
}
/* line 14, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-left-pane .pane-text {
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
/* line 22, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-left-pane .pane-text.middle-pos {
  top: 40px;
}
/* line 26, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-left-pane .pane-text.bottom-pos {
  left: 4px;
  bottom: 15px;
  position: absolute;
}
/* line 35, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario.scenario-dark .scenario-left-pane {
  background: #433964;
  height: 300px;
}
/* line 39, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario.scenario-dark .scenario-left-pane .arrow-bottom {
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 21px solid #433964;
  position: absolute;
  top: 300px;
  z-index: 100;
}
/* line 46, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario.scenario-dark .scenario-right-pane {
  height: 300px;
}
/* line 52, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario.scenario-medium .scenario-left-pane {
  background: #524872;
  height: 330px;
}
/* line 56, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario.scenario-medium .scenario-left-pane .arrow-bottom {
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 21px solid #524872;
  position: absolute;
  top: 330px;
  z-index: 100;
}
/* line 63, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario.scenario-medium .scenario-right-pane {
  height: 330px;
}
/* line 68, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario.scenario-light .scenario-left-pane {
  background: #635985;
  height: 370px;
  margin-bottom: 40px;
}
/* line 73, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario.scenario-light .scenario-left-pane .arrow-bottom {
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 21px solid #635985;
  position: absolute;
  top: 370px;
  z-index: 100;
}
/* line 80, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario.scenario-light .scenario-right-pane {
  height: 370px;
}
/* line 85, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 85.71429%;
  margin-left: 0%;
  margin-right: 0%;
  height: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e8f2), color-stop(62%, #e9e8f2), to(#ffffff));
  background: -webkit-linear-gradient(top, #e9e8f2 0%, #e9e8f2 62%, #ffffff 100%);
  background: -o-linear-gradient(top, #e9e8f2 0%, #e9e8f2 62%, #ffffff 100%);
  background: linear-gradient(to bottom, #e9e8f2 0%, #e9e8f2 62%, #ffffff 100%);
  /* W3C */
  padding: 20px 10px;
}
/* line 195, ../../src/sass/jeet/_grid.scss */
.patient-scenario .scenario-right-pane:before, .patient-scenario .scenario-right-pane:after {
  content: '';
  display: table;
}
/* line 199, ../../src/sass/jeet/_grid.scss */
.patient-scenario .scenario-right-pane:after {
  clear: both;
}
/* line 92, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane .pane-heading {
  color: #ea3c92;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
  text-transform: uppercase;
}
/* line 100, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane .bulleted-list {
  margin-top: 0;
  font-weight: 600;
}
/* line 104, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane .unbulleted-list {
  margin: -20px 0 20px -10px;
  list-style-type: none;
}
/* line 108, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane .unbulleted-list li:before {
  content: "-";
  position: relative;
  left: -10px;
}
/* line 114, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane .unbulleted-list li {
  font-size: 13px;
  font-weight: 600;
}
/* line 120, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane a.patient-hex {
  background: url('../img/mobile/sprite-patient-scenarios-patient-hex.png?1424344679') no-repeat 0 0 transparent;
  background-size: 500px 77px;
  display: inline-block;
  height: 77px;
  width: 71px;
}
/* line 128, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane a.patient-hex.patient-1 {
  background-position: 0 0;
}
/* line 131, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane a.patient-hex.patient-2 {
  background-position: -70px 0;
}
/* line 134, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane a.patient-hex.patient-3 {
  background-position: -140px 0;
}
/* line 137, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane a.patient-hex.patient-4 {
  background-position: -210px 0;
}
/* line 140, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane a.patient-hex.patient-5 {
  background-position: -280px 0;
}
/* line 143, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane a.patient-hex.patient-6 {
  background-position: -350px 0;
}
/* line 146, ../../src/sass/_components.patient-scenarios.scss */
.patient-scenario .scenario-right-pane a.patient-hex.patient-7 {
  background-position: -422px 0;
}

/* line 1, ../../src/sass/_components.patient-cases.scss */
.back-button {
  background: transparent;
  border: 2px solid #ea3c92;
  color: #ea3c92;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 2px 20px;
  text-align: center;
}

/* line 15, ../../src/sass/_components.patient-cases.scss */
.patient-case .patient-avatar-hex img {
  display: block;
  margin: 20px auto 60px;
  width: 227px;
}
/* line 23, ../../src/sass/_components.patient-cases.scss */
.patient-case .patient-info-one {
  padding-top: 20px;
  margin-bottom: 20px;
}
/* line 27, ../../src/sass/_components.patient-cases.scss */
.patient-case .patient-info-one p {
  color: #ea3c92;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  margin: 0;
}
/* line 35, ../../src/sass/_components.patient-cases.scss */
.patient-case .patient-info-two {
  background: -webkit-gradient(linear, left top, right top, from(#f0eff7), color-stop(36%, #f0eff7), color-stop(60%, #fefefe), to(#ffffff));
  background: -webkit-linear-gradient(left, #f0eff7 0%, #f0eff7 36%, #fefefe 60%, #ffffff 100%);
  background: -o-linear-gradient(left, #f0eff7 0%, #f0eff7 36%, #fefefe 60%, #ffffff 100%);
  background: linear-gradient(to right, #f0eff7 0%, #f0eff7 36%, #fefefe 60%, #ffffff 100%);
  /* W3C */
  margin-bottom: 20px;
  padding: 10px;
}
/* line 40, ../../src/sass/_components.patient-cases.scss */
.patient-case .patient-info-two .background-panel-heading {
  color: #4c4c4c;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
/* line 47, ../../src/sass/_components.patient-cases.scss */
.patient-case .patient-info-two .bulleted-list {
  margin-bottom: 0;
}

/* line 54, ../../src/sass/_components.patient-cases.scss */
.patientcases-bios .slidecontainer {
  position: relative;
  width: 9999px;
}
/* line 58, ../../src/sass/_components.patient-cases.scss */
.patientcases-bios .slide {
  overflow: hidden;
  position: relative;
  z-index: 100;
  float: left;
  width: 300px;
}
/* line 65, ../../src/sass/_components.patient-cases.scss */
.patientcases-bios .arrow {
  background: url('../img/mobile/sprite-cases-toggle-arrows.png?1424344679') no-repeat 0 0 transparent;
  background-size: 60px 30px;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 180px;
  z-index: 200;
}
/* line 75, ../../src/sass/_components.patient-cases.scss */
.patientcases-bios .arrow.left {
  background-position: 0 0;
  left: 0;
}
/* line 80, ../../src/sass/_components.patient-cases.scss */
.patientcases-bios .arrow.right {
  background-position: -31px 0;
  right: 0;
}
/* line 85, ../../src/sass/_components.patient-cases.scss */
.patientcases-bios .nav {
  min-height: 55px;
  position: absolute;
  width: 100%;
  top: 340px;
  z-index: 900;
}
/* line 92, ../../src/sass/_components.patient-cases.scss */
.patientcases-bios .nav .inner {
  float: right;
  left: -50%;
  margin-top: 13px;
  position: relative;
}
/* line 98, ../../src/sass/_components.patient-cases.scss */
.patientcases-bios .nav .inner ul {
  left: 50%;
  list-style-type: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 105, ../../src/sass/_components.patient-cases.scss */
.patientcases-bios .nav .inner ul li {
  background: #e2e2e2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  height: 15px;
  width: 15px;
}
/* line 113, ../../src/sass/_components.patient-cases.scss */
.patientcases-bios .nav .inner ul li.sel {
  background: #ea3c92;
}

/* line 1, ../../src/sass/_components.continuation-arrows.scss */
.continuation-arrow {
  position: absolute;
}
/* line 4, ../../src/sass/_components.continuation-arrows.scss */
.continuation-arrow-white {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
}
/* line 9, ../../src/sass/_components.continuation-arrows.scss */
.continuation-arrow-offwhite {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f4f4f4;
  position: absolute;
}

/* line 17, ../../src/sass/_components.continuation-arrows.scss */
.continuation-arrow-white.center-full-width,
.continuation-arrow-offwhite.center-full-width {
  top: 0;
  left: 130px;
}

/* line 1, ../../src/sass/_components.test-report-slide-in.scss */
.test-report-slide-in-container {
  background: #f1f1f1;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
  width: 0;
}
/* line 11, ../../src/sass/_components.test-report-slide-in.scss */
.ShowTestReport .test-report-slide-in-container {
  width: 300px;
}
/* line 15, ../../src/sass/_components.test-report-slide-in.scss */
.test-report-slide-in-container .test-report-slide {
  bottom: 0;
  height: 100%;
  overflow: auto;
  padding: 43px 10px;
  position: relative;
  top: 0;
  width: 100%;
}

/* line 26, ../../src/sass/_components.test-report-slide-in.scss */
.ContentWrapper {
  position: relative;
  right: 0;
  -webkit-transition: right 200ms;
  -o-transition: right 200ms;
  transition: right 200ms;
}
/* line 32, ../../src/sass/_components.test-report-slide-in.scss */
.ShowTestReport .ContentWrapper {
  right: 300px;
}
/* line 37, ../../src/sass/_components.test-report-slide-in.scss */
.ContentWrapper .ContentBlocker {
  display: none;
}
/* line 41, ../../src/sass/_components.test-report-slide-in.scss */
.ShowTestReport .ContentWrapper .ContentBlocker {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/**
 * #TRUMPS
 */
/* line 1, ../../src/sass/_trumps.specifics.scss */
.standard-predictive-tools {
  margin: 20px 0;
}
/* line 4, ../../src/sass/_trumps.specifics.scss */
.standard-predictive-tools .heading {
  font-size: 18px;
  line-height: 24px;
}
/* line 9, ../../src/sass/_trumps.specifics.scss */
.standard-predictive-tools p,
.standard-predictive-tools li {
  font-size: 15px;
  line-height: 20px;
}

/* line 15, ../../src/sass/_trumps.specifics.scss */
.splitter {
  background-color: #a4a4a4;
  height: 1px;
  margin: 30px auto;
  width: 225px;
}

/* line 22, ../../src/sass/_trumps.specifics.scss */
.hex-path-doctor-and-patient {
  background: url('../img/mobile/asset-hex-path-doctor-and-patient.png?1424344678') no-repeat 0 0 transparent;
  background-size: 100% 192px;
  height: 192px;
  margin: 20px 0;
  width: 100%;
}

/* line 31, ../../src/sass/_trumps.specifics.scss */
.bci-define-strategy .heading {
  font-size: 18px;
}

/* line 33, ../../src/sass/_trumps.specifics.scss */
.font-thirteen {
  font-size: 13px;
}

/* line 36, ../../src/sass/_trumps.specifics.scss */
.section-extended {
  margin-top: -30px;
  padding-top: 50px;
  position: relative;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, ../../src/sass/_trumps.helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, ../../src/sass/_trumps.helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, ../../src/sass/_trumps.helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 37, ../../src/sass/_trumps.helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 53, ../../src/sass/_trumps.helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 67, ../../src/sass/_trumps.helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 83, ../../src/sass/_trumps.helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 89, ../../src/sass/_trumps.helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 98, ../../src/sass/_trumps.helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 108, ../../src/sass/_trumps.helpers.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 115, ../../src/sass/_trumps.helpers.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 120, ../../src/sass/_trumps.helpers.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 124, ../../src/sass/_trumps.helpers.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 132, ../../src/sass/_trumps.helpers.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 138, ../../src/sass/_trumps.helpers.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 144, ../../src/sass/_trumps.helpers.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 148, ../../src/sass/_trumps.helpers.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 153, ../../src/sass/_trumps.helpers.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 161, ../../src/sass/_trumps.helpers.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 168, ../../src/sass/_trumps.helpers.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 175, ../../src/sass/_trumps.helpers.scss */
.pos-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

/* line 9, ../../src/sass/partials/_bar_with_numbers.scss */
.bar-graph dd {
  display: inline-block;
  height: 332px;
  position: relative;
  width: 60px;
}
/* line 15, ../../src/sass/partials/_bar_with_numbers.scss */
.bar-graph dd .bar-outer {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
}
/* line 21, ../../src/sass/partials/_bar_with_numbers.scss */
.bar-graph dd .bar-outer .bar-inner {
  background: #e86dad;
  color: #fff;
  display: block;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}
/* line 31, ../../src/sass/partials/_bar_with_numbers.scss */
.bar-graph dd .bar-text {
  color: #fff;
  display: none;
  position: relative;
  text-align: center;
  z-index: 20;
}
/* line 38, ../../src/sass/partials/_bar_with_numbers.scss */
.bar-graph dd .flag {
  background: #68618a;
  color: #fff;
  display: none;
  left: -75%;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: -60px;
  width: 150px;
  z-index: 20;
}

/* line 2, ../../src/sass/partials/_expand-panel.scss */
.panel {
  width: 100%;
}
/* line 5, ../../src/sass/partials/_expand-panel.scss */
.panel .panel-title-bar {
  background: #68618a;
  color: #fff;
  padding: 15px;
  text-align: center;
}
/* line 11, ../../src/sass/partials/_expand-panel.scss */
.panel .panel-content {
  background: #f4f4f4;
  overflow: hidden;
}
/* line 18, ../../src/sass/partials/_expand-panel.scss */
.panel .panel-content .col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 20px 10px;
  position: relative;
}
/* line 195, ../../src/sass/jeet/_grid.scss */
.panel .panel-content .col:before, .panel .panel-content .col:after {
  content: '';
  display: table;
}
/* line 199, ../../src/sass/jeet/_grid.scss */
.panel .panel-content .col:after {
  clear: both;
}
/* line 48, ../../src/sass/jeet/_grid.scss */
.panel .panel-content .col:last-child {
  margin-right: 0%;
}
/* line 24, ../../src/sass/partials/_expand-panel.scss */
.panel .panel-expand-collapse {
  background: #f4f4f4;
  padding: 20px 0;
  text-align: center;
}
/* line 29, ../../src/sass/partials/_expand-panel.scss */
.panel .panel-expand-collapse a {
  background: #68618a;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
}

/* line 40, ../../src/sass/partials/_expand-panel.scss */
.col-content-expanded {
  display: none;
}
