@charset "UTF-8";

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

html body {
  padding-left: 0;
  padding-right: 0; }

body {
  padding: 0;
  margin: 0;
  background: #fff; }

::selection {
  background: #ddd;
  color: #111; }

a,
a:hover,
a:focus,
a:visited {
  color: inherit; }

em {
  font-style: italic; }

hr {
  clear: both;
  height: 0;
  margin: 1em 0;
  border: solid #ddd;
  border-width: 1px 0 0; }

/*
 *
.||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||.

    .                                      '||            .
  .||.  .... ... ... ...    ....  ... ...   ||   ....   .||.    ....
   ||    '|.  |   ||'  || .|...||  ||'  ||  ||  '' .||   ||   .|...||
   ||     '|.|    ||    | ||       ||    |  ||  .|' ||   ||   ||
   '|.'    '|     ||...'   '|...'  ||...'  .||. '|..'|'  '|.'  '|...'
        .. |      ||               ||
         ''      ''''             ''''                      VARIABLES

 .||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||.
 *
 */
/*!
 *
.||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||.

	.                                      '||            .
  .||.  .... ... ... ...    ....  ... ...   ||   ....   .||.    ....
   ||    '|.  |   ||'  || .|...||  ||'  ||  ||  '' .||   ||   .|...||
   ||     '|.|    ||    | ||       ||    |  ||  .|' ||   ||   ||
   '|.'    '|     ||...'   '|...'  ||...'  .||. '|..'|'  '|.'  '|...'
		.. |      ||               ||
		 ''      ''''             ''''      A Typographic Starter Kit

  URL ........... http://typeplate.com
  VERSION ....... 1.1.2
  Github ........ https://github.com/typeplate/typeplate.github.io
  AUTHORS ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
  LICENSE ....... Creative Commmons Attribution 3.0
  LICENSE URL ... http://creativecommons.org/licenses/by/3.0

 .||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||.
 *
 */
@font-face {
  font-family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+0026; }

@font-face {
  font-family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C; }

body {
  word-wrap: break-word; }

pre code {
  word-wrap: normal; }

/**
 * Dropcap Sass @include
 * Use the following Sass @include with any selector you feel necessary.
 *
	@include dropcap($dropcap-float-position, $dropcap-font-size, $dropcap-font-family, $dropcap-txt-indent, $dropcap-margin, $dropcap-padding, $dropcap-color, $dropcap-line-height, $dropcap-bg);
 *
 * Extend this object into your custom stylesheet. Let the variables do the work.
 *
 */
html {
  font: normal 100%/1.65 "proxima-nova", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  color: #444; }

small {
  font-size: 9.88875; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0; }

.tera {
  font-size: 84.71602px;
  font-size: 5.29475rem;
  margin-bottom: 0.31163rem; }

.giga {
  font-size: 67.77282px;
  font-size: 4.2358rem;
  margin-bottom: 0.38954rem; }

.mega {
  font-size: 52.35848px;
  font-size: 3.27241rem;
  margin-bottom: 0.50422rem; }

.alpha, h1 {
  font-size: 41.88678px;
  font-size: 2.61792rem;
  margin-bottom: 0.63027rem; }

.beta, h2 {
  font-size: 32.36px;
  font-size: 2.0225rem;
  margin-bottom: 0.81582rem; }

.gamma, h3 {
  font-size: 25.888px;
  font-size: 1.618rem;
  margin-bottom: 1.01978rem; }

.delta, h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.32rem; }

.epsilon, h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.46667rem; }

.zeta, h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.65rem; }

p {
  margin: auto auto 1.5em; }

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; }

pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap; }

pre {
  white-space: pre; }

code {
  white-space: pre;
  font-family: monospace; }

/**
 * Abbreviations Markup
 *
	<abbr title="hyper text markup language">HMTL</abbr>
 *
 * Extend this object into your markup.
 *
 */
abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: gray; }
  abbr[title]:hover {
    cursor: help; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222; }

p + .drop-cap {
  text-indent: 0;
  margin-top: 0; }

.drop-cap:first-letter {
  float: left;
  margin: inherit;
  padding: inherit;
  font-size: 4em;
  font-family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: inherit; }

/**
 * Lining Definition Style Markup
 *
	<dl class="lining">
		<dt><b></b></dt>
		<dd></dd>
	</dl>
 *
 * Extend this object into your markup.
 *
 */
.lining dt,
.lining dd {
  display: inline;
  margin: 0; }

.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre; }

.lining dd + dd:before {
  content: ", "; }

.lining dd:before {
  content: ": ";
  margin-left: -0.2rem; }

/**
 * Dictionary Definition Style Markup
 *
	<dl class="dictionary-style">
		<dt><b></b></dt>
			<dd></dd>
	</dl>
 *
 * Extend this object into your markup.
 *
 */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions; }
  .dictionary-style dt + dt:before {
    content: ", ";
    margin-left: -0.2rem; }

.dictionary-style dd {
  display: block;
  counter-increment: definitions; }
  .dictionary-style dd:before {
    content: counter(definitions, decimal) ". "; }

/**
 * Blockquote Markup
 *
		<figure>
			<blockquote cite="">
				<p></p>
			</blockquote>
			<figcaption>
				<cite>
					<small><a href=""></a></small>
				</cite>
			</figcaption>
		</figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Pull Quotes Markup
 *
	<aside class="pull-quote">
		<blockquote>
			<p></p>
		</blockquote>
	</aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
.pull-quote {
  position: relative;
  padding: 1em; }
  .pull-quote:before, .pull-quote:after {
    height: 1em;
    opacity: 0.5;
    position: absolute;
    font-size: 4em;
    color: #dc976e; }
  .pull-quote:before {
    content: '“';
    top: 0;
    left: 0; }
  .pull-quote:after {
    content: '”';
    bottom: 0;
    right: 0; }

/**
 * Figures Markup
 *
	<figure>
		<figcaption>
			<strong>Fig. 4.2 | </strong>Type Anatomy, an excerpt from Mark Boulton's book<cite title="http://designingfortheweb.co.uk/book/part3/part3_chapter11.php">"Designing for the Web"</cite>
		</figcaption>
	</figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
	<article>
		<p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
		<footer>
			<ol class="foot-notes">
				<li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
			</ol>
		</footer>
	</article>
 *
 * Extend this object into your markup.
 *
 */
/*  IcoMoon -- Icon Font
*/
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/icomoon/icomoon.eot");
  src: url("/assets/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon/icomoon.woff") format("woff"), url("/assets/fonts/icomoon/icomoon.ttf") format("truetype"), url("/assets/fonts/icomoon/icomoon.svg#icomoon") format("svg"); }

[data-icon]:before {
  display: inline-block;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  content: attr(data-icon);
  speak: none; }

[data-icon] {
  display: inline-block; }

@media \0screen {
  .ie-omega {
    margin-right: 0 !important; } }

/*
 * Button style
 */
/*
 * Button
 */
body {
  padding: 0;
  background: #f3f3f3;
  color: #555; }

a {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear; }

p, a, h1, h2, h3, h4, h5, label {
  font-family: inherit; }

h1 {
  color: #999;
  font-family: "proxima-nova-extra-condensed", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: normal;
  text-transform: uppercase; }

h2 {
  color: #5f3084;
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: 300; }

h3 {
  margin-bottom: 0.5em;
  color: #222;
  font-family: "proxima-nova-extra-condensed", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.1;
  font-weight: normal; }

h4 {
  color: #5f3084;
  font-size: 1em;
  line-height: 1.25;
  font-weight: 300; }

h5 {
  color: #999;
  font-size: 0.75em;
  line-height: 1.1;
  font-weight: normal; }

hr {
  margin: 1.5em auto;
  border-color: #f3f3f3; }

label {
  font-size: 80%; }

blockquote {
  padding: 1em;
  margin: 1em -0.5em;
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #222; }

::-moz-selection {
  background: #5f3084;
  color: #fff; }

::selection {
  background: #5f3084;
  color: #fff; }

fieldset {
  border-color: #e6e6e6;
  border-radius: 3px; }

label,
legend {
  font-size: 0.875em;
  font-weight: bold; }

label {
  display: block; }

label.inline > input {
  margin-right: 0.5em; }

textarea,
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"] {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.65em 0.75em;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  background: #f3f3f3;
  color: #333;
  font-family: "proxima-nova", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 2.8125em;
  padding: 0.84375em;
  font-size: 1.125em;
  line-height: normal; }
  textarea:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus {
    border: none;
    outline: none;
    box-shadow: none; }
  textarea::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder {
    color: #999; }
  textarea::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder {
    color: #999; }
  textarea:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder {
    color: #999; }
  textarea:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder {
    color: #999; }

textarea {
  height: 5em; }

.Input-control {
  position: relative;
  font-size: 1.25em; }
  .Input-control input[type="radio"],
  .Input-control input[type="checkbox"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0; }
  .Input-control label {
    position: relative;
    vertical-align: text-top;
    display: inline-block;
    margin-bottom: 0;
    color: #888;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.35;
    cursor: pointer; }
    .flexbox .Input-control label {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
  .Input-control label:before {
    vertical-align: text-top;
    display: inline-block;
    width: 1.125em;
    height: 1.125em;
    margin-right: 0.5em;
    border: 1px solid #888;
    font-size: 1.125em;
    line-height: 1.125em;
    content: ""; }
    .flexbox .Input-control label:before {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 1.125em;
      -moz-flex: 0 0 1.125em;
      -ms-flex: 0 0 1.125em;
      flex: 0 0 1.125em; }
  .Input-control input[type="radio"] + label:before {
    border-radius: 500px; }
  .Input-control input[type="radio"]:focus + label,
  .Input-control input[type="checkbox"]:focus + label {
    color: #555; }
    .Input-control input[type="radio"]:focus + label:before,
    .Input-control input[type="checkbox"]:focus + label:before {
      outline: 1px dotted #666; }
  .Input-control input[type="radio"]:checked + label,
  .Input-control input[type="checkbox"]:checked + label {
    color: #555; }
  .Input-control input[type="radio"]:checked + label:before,
  .Input-control input[type="checkbox"]:checked + label:before {
    content: "\2713";
    border-color: #5f3084;
    background: #5f3084;
    color: #fff;
    text-align: center; }
  @media \0screen {
    .Input-control input[type="radio"],
    .Input-control input[type="checkbox"] {
      position: static;
      vertical-align: middle;
      overflow: visible;
      clip: auto;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0 auto; }
    .Input-control input[type="radio"] + label:before,
    .Input-control input[type="checkbox"] + label:before {
      display: none; } }

.Input-required-mark {
  color: #ff4136; }

.l-constrained {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5em; }
  .l-constrained:after {
    content: "";
    display: table;
    clear: both; }

.l-container-medium {
  max-width: 40em;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .l-main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .l-main:last-child {
      margin-right: 0; } }

@media \0screen {
  .l-main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .l-main:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .l-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .l-sidebar:last-child {
      margin-right: 0; } }

@media \0screen {
  .l-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .l-sidebar:last-child {
      margin-right: 0; } }

.l-centered {
  text-align: center; }

.l-spinner {
  margin: 2em auto; }

.l-form-radio .m-input-radio.inline {
  margin-right: 0.5em; }

.l-quiz {
  margin: 0 auto; }

.l-controls {
  margin: 0 -0.5em;
  margin-top: 1.75em; }
  @media screen and (min-width: 768px) {
    .l-controls {
      margin-top: 2.25em; } }
  @media screen and (min-height: 600px) {
    .l-controls {
      margin-top: 2.25em; } }
  @media \0screen {
    .l-controls {
      margin-top: 2.25em; } }

.l-results {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .l-results:after {
    content: "";
    display: table;
    clear: both; }
  .l-results .m-box,
  .l-results .m-overview {
    margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .l-results .l-results-score {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .l-results .l-results-score:last-child {
        margin-right: 0; }
    .l-results .l-results-learn {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      float: right;
      margin-right: 0; }
      .l-results .l-results-learn:last-child {
        margin-right: 0; }
    .l-results .l-results-interact {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .l-results .l-results-interact:last-child {
        margin-right: 0; } }
  @media \0screen {
    .l-results .l-results-score {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .l-results .l-results-score:last-child {
        margin-right: 0; }
    .l-results .l-results-learn {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      float: right;
      margin-right: 0; }
      .l-results .l-results-learn:last-child {
        margin-right: 0; }
    .l-results .l-results-interact {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .l-results .l-results-interact:last-child {
        margin-right: 0; } }

.l-outcome {
  display: block; }
  .l-outcome:after {
    content: "";
    display: table;
    clear: both; }
  .l-outcome .l-outcome-icon {
    max-width: 10em;
    margin: 0 auto 1em; }
  @media screen and (min-width: 768px) {
    .l-outcome .l-outcome-icon {
      max-width: none;
      margin-bottom: 0;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .l-outcome .l-outcome-icon:last-child {
        margin-right: 0; }
    .l-outcome .l-outcome-copy {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-right: 0; }
      .l-outcome .l-outcome-copy:last-child {
        margin-right: 0; }
      .l-outcome .l-outcome-copy.outcome--no-icon {
        width: 100%; } }
  @media \0screen {
    .l-outcome .l-outcome-icon {
      max-width: none;
      margin-bottom: 0;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .l-outcome .l-outcome-icon:last-child {
        margin-right: 0; }
    .l-outcome .l-outcome-copy {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-right: 0; }
      .l-outcome .l-outcome-copy:last-child {
        margin-right: 0; }
      .l-outcome .l-outcome-copy.outcome--no-icon {
        width: 100%; } }

.l-outcome-supplementary {
  display: block; }
  .l-outcome-supplementary:after {
    content: "";
    display: table;
    clear: both; }
  .l-outcome-supplementary .l-outcome-icon {
    max-width: 5em;
    margin: 0 auto 1em; }
  @media screen and (min-width: 768px) {
    .l-outcome-supplementary .l-outcome-icon {
      max-width: none;
      margin-bottom: 0;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .l-outcome-supplementary .l-outcome-icon:last-child {
        margin-right: 0; }
    .l-outcome-supplementary .l-outcome-copy {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-right: 0; }
      .l-outcome-supplementary .l-outcome-copy:last-child {
        margin-right: 0; }
      .l-outcome-supplementary .l-outcome-copy.outcome--no-icon {
        width: 100%; } }
  @media \0screen {
    .l-outcome-supplementary .l-outcome-icon {
      max-width: none;
      margin-bottom: 0;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .l-outcome-supplementary .l-outcome-icon:last-child {
        margin-right: 0; }
    .l-outcome-supplementary .l-outcome-copy {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-right: 0; }
      .l-outcome-supplementary .l-outcome-copy:last-child {
        margin-right: 0; }
      .l-outcome-supplementary .l-outcome-copy.outcome--no-icon {
        width: 100%; } }

@media print {
  .l-results-interact {
    display: none; } }

.l-share-buttons {
  display: block;
  max-width: 30em; }
  .l-share-buttons:after {
    content: "";
    display: table;
    clear: both; }

.l-share-button {
  margin-bottom: 0.5em; }

@media screen and (max-width: 767px) {
  .l-share-button {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .l-share-button:last-child {
      margin-right: 0; }
    .l-share-button:nth-child(2n) {
      margin-right: 0; }
    .l-share-button:nth-child(2n+1) {
      clear: left; } }

@media screen and (min-width: 900px) {
  .l-share-button {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .l-share-button:last-child {
      margin-right: 0; }
    .l-share-button:nth-child(2n) {
      margin-right: 0; }
    .l-share-button:nth-child(2n+1) {
      clear: left; } }

.b-Form fieldset {
  padding: 0.75em;
  margin: 0 auto 1em; }
  .b-Form fieldset .Input-group {
    margin-top: 0; }
  .b-Form fieldset .Input-group:last-child {
    margin-bottom: 0; }

.b-Form .Input-group {
  margin-bottom: 1em; }

.b-Form .Input-control {
  margin-bottom: 0.5em; }
  .b-Form .Input-control:last-child {
    margin-bottom: 0; }

.btn {
  vertical-align: middle;
  display: inline-block;
  padding: 0.65em 1.25em;
  margin: 0.25em 0;
  font-size: 0.875em;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.05s linear;
  -moz-transition: background 0.05s linear;
  transition: background 0.05s linear;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  background: #666;
  color: #fff; }
  .btn:visited {
    background: #666;
    color: #fff; }
  .btn:hover {
    background: #535353;
    color: #fff; }
  .btn:active {
    background: #797979;
    color: #fff; }
  .btn:focus {
    color: #fff;
    outline-color: #222;
    outline-width: 3px; }
  .btn[disabled], .btn[disabled]:hover, .btn[disabled]:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    border: 0;
    background: #666; }
  .btn.jumbo {
    font-size: 1.5em; }
  .btn.xlarge {
    padding: 0.65em 1.25em;
    font-size: 1.25em; }
  .btn.large {
    padding: 0.65em 1.25em;
    font-size: 1em; }
  .btn.medium {
    padding: 0.65em 1.25em;
    font-size: 0.875em; }
  .btn.small {
    padding: 0.65em 1.25em;
    font-size: 0.75em; }
  .btn.mini {
    font-size: 0.75em; }
  .btn [data-icon] {
    position: relative;
    top: 2px; }
  .btn.icon-left [data-icon] {
    margin-right: 0.5em; }
  .btn.icon-right [data-icon] {
    margin-left: 0.5em; }

.btn-primary {
  vertical-align: middle;
  display: inline-block;
  padding: 0.65em 1.25em;
  margin: 0.25em 0;
  font-size: 0.875em;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.05s linear;
  -moz-transition: background 0.05s linear;
  transition: background 0.05s linear;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  background: #5f3084;
  color: #fff; }
  .btn-primary:visited {
    background: #5f3084;
    color: #fff; }
  .btn-primary:hover {
    background: #4b2668;
    color: #fff; }
  .btn-primary:active {
    background: #733aa0;
    color: #fff; }
  .btn-primary:focus {
    color: #fff;
    outline-color: #222;
    outline-width: 3px; }
  .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    border: 0;
    background: #5f3084; }
  .btn-primary.jumbo {
    font-size: 1.5em; }
  .btn-primary.xlarge {
    padding: 0.65em 1.25em;
    font-size: 1.25em; }
  .btn-primary.large {
    padding: 0.65em 1.25em;
    font-size: 1em; }
  .btn-primary.medium {
    padding: 0.65em 1.25em;
    font-size: 0.875em; }
  .btn-primary.small {
    padding: 0.65em 1.25em;
    font-size: 0.75em; }
  .btn-primary.mini {
    font-size: 0.75em; }
  .btn-primary [data-icon] {
    position: relative;
    top: 2px; }
  .btn-primary.icon-left [data-icon] {
    margin-right: 0.5em; }
  .btn-primary.icon-right [data-icon] {
    margin-left: 0.5em; }

.m-box {
  padding: 1em;
  border-radius: 3px;
  background: #fdfdfd; }

.m-form-input {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  .m-form-input .form-input-error,
  .m-form-input .form-input-suggestion {
    margin-top: 0.25em; }
  .m-form-input .form-input-error {
    font-size: 85%; }
  .m-form-input .form-input-suggestion {
    font-size: 90%;
    font-style: italic; }
    .m-form-input .form-input-suggestion a {
      cursor: pointer; }
  .m-form-input.error input[type="tel"],
  .m-form-input.error input[type="text"],
  .m-form-input.error input[type="email"],
  .m-form-input.error input[type="password"] {
    background: #ffc8c8; }

.form-actions:after {
  content: "";
  display: table;
  clear: both; }

.m-input-radio {
  padding: 0.75em 1em;
  border-radius: 3px;
  background: #f8f8f8; }
  .m-input-radio input {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0; }
  .m-input-radio .input-radio-icon {
    position: relative;
    top: 1px;
    margin-right: 0.5em; }
  .m-input-radio.inline {
    display: inline-block; }
  .m-input-radio:hover, .m-input-radio.selected {
    background: #eee; }

.m-msg-success {
  color: #3d9970; }

.m-quiz {
  position: relative;
  padding: 0 0.5em;
  border-radius: 3px; }
  .m-quiz h1 {
    margin-bottom: 1em;
    font-size: 1.5em;
    text-align: center; }
  .m-quiz h2 {
    margin: 0.5em auto;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center; }
  .m-quiz [class*="btn"] {
    margin: 0.25em; }
  .m-quiz > .l-container-medium {
    padding-bottom: 1em; }

.m-quiz__title {
  padding: 0.5em;
  margin-bottom: 1em;
  background: #5f3084;
  color: #fff; }
  .m-quiz__title h1 {
    margin-bottom: 0;
    color: inherit;
    font-size: 1.25em;
    line-height: normal;
    text-align: center; }
  .m-quiz__title h1 span {
    vertical-align: middle; }
  @media screen and (min-width: 600px) {
    .m-quiz__title {
      margin-bottom: 2em; }
      .m-quiz__title h1 {
        font-size: 1.5em; } }
  @media \0screen {
    .m-quiz__title {
      margin-bottom: 2em; }
      .m-quiz__title h1 {
        font-size: 1.5em; } }

.m-controls {
  border-top: 1px solid #e8e8e8;
  background: #fdfdfd;
  background: rgba(253, 253, 253, 0.9); }

.m-statements {
  padding: 0;
  margin: 1em auto;
  list-style: none; }

.m-statements-title {
  color: #888;
  font-style: italic; }

.m-statement {
  position: relative;
  margin: 0;
  border-radius: 3px;
  -webkit-animation-name: fadeInStatement, upStatement;
  -moz-animation-name: fadeInStatement, upStatement;
  animation-name: fadeInStatement, upStatement;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Don't fade in statements for quicker testing */ }
  #TEST .m-statement {
    -webkit-animation-name: upStatement;
    -moz-animation-name: upStatement;
    animation-name: upStatement; }
  .m-statement:nth-child(0n+1) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .m-statement:nth-child(0n+2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .m-statement:nth-child(0n+3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .m-statement:nth-child(0n+4) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .m-statement:nth-child(0n+5) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .m-statement:nth-child(0n+6) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .m-statement:nth-child(0n+7) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .m-statement:nth-child(0n+8) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .m-statement:nth-child(0n+9) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .m-statement:nth-child(0n+10) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s; }
  .m-statement:nth-child(0n+11) {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .m-statement:nth-child(0n+12) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .m-statement:nth-child(0n+13) {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  .m-statement:nth-child(0n+14) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .m-statement:nth-child(0n+15) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .m-statement:nth-child(0n+16) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  .m-statement:nth-child(0n+17) {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s; }
  .m-statement:nth-child(0n+18) {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  .m-statement:nth-child(0n+19) {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    animation-delay: 1.9s; }
  .m-statement:nth-child(0n+20) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s; }
  .m-statement button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 1em;
    border: 2px solid transparent;
    background: transparent;
    color: inherit;
    line-height: normal;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer; }
    .m-statement button:focus {
      border-radius: inherit;
      outline: #aaa dotted 1px; }
  .m-statement td {
    padding: 0 0 0 0.5em;
    border: 0;
    vertical-align: middle; }
  .m-statement td:first-child {
    padding: 0 0.5em 0 0; }
    .m-statement td:first-child i {
      position: relative;
      top: 2px; }
  .m-statement:hover {
    background: #e3e3e3; }
  .m-statement.is-active {
    background: #5f3084;
    color: #fff;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear; }

@-webkit-keyframes fadeInStatement {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeInStatement {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInStatement {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes upStatement {
  0% {
    top: 5em; }
  100% {
    top: 0; } }

@-moz-keyframes upStatement {
  0% {
    top: 5em; }
  100% {
    top: 0; } }

@keyframes upStatement {
  0% {
    top: 5em; }
  100% {
    top: 0; } }

.m-actions {
  padding: 0.5em 0;
  margin-bottom: 0.75em;
  text-align: center; }
  .m-actions [class*="btn"] {
    text-transform: uppercase; }
  .m-actions .actions--divider {
    margin: 0.25em auto;
    color: #bbb;
    font-family: "bistro-script-web", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 2em; }

.m-action-button-wrap {
  position: relative;
  display: inline-block; }

.m-action-button-arrow {
  position: absolute;
  right: 0.16667em;
  bottom: 101%;
  display: inline-block;
  padding: 0.125em 0.375em;
  border-radius: 3px;
  background: #5f3084;
  color: #fff;
  font-size: 1.5em;
  -webkit-animation: action-button-arrow 1.25s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  -moz-animation: action-button-arrow 1.25s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  animation: action-button-arrow 1.25s cubic-bezier(0.39, 0.575, 0.565, 1) infinite; }

.m-help-button {
  margin-left: 0.75em;
  font-size: 0.75em;
  vertical-align: middle;
  cursor: pointer; }

@-webkit-keyframes action-button-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes action-button-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes action-button-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.m-progress {
  position: relative;
  padding: 0.25em 0.75em;
  background: #e6e6e6;
  color: #333;
  font-size: 0.875em;
  font-weight: bold; }

.m-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #bbb;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out; }

.m-progress-text {
  position: relative;
  text-align: center; }

.m-score table {
  color: #666; }

.m-score tr.is-primary {
  color: #5f3084;
  font-weight: bold; }

.m-score td {
  padding: 0.25em;
  border: none; }

.m-score td:first-child {
  padding-left: 0; }

.m-score .score-value {
  font-weight: bold;
  text-align: center; }

.m-outcomes__groupTitle {
  margin: 0 0 0.75rem 1rem; }

.m-outcome {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #f2f2f2; }
  .m-outcome:last-child {
    margin-bottom: 0;
    border: 0; }
  .m-outcome h3 {
    color: #5f3084;
    font-size: 2em;
    font-weight: bold; }
  .m-outcome .m-outcome-icon {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.m-outcome-supplementary {
  color: gray;
  font-size: 80%; }
  .m-outcome-supplementary h3 {
    color: #4d4d4d;
    font-size: 1.5em; }
  .m-outcome-supplementary .m-outcome-icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5; }

.m-email-input .form-input-suggestion {
  margin-top: 0.25em;
  color: #888;
  font-size: 0.875em; }
  .m-email-input .form-input-suggestion a {
    color: #5f3084;
    cursor: pointer; }
  .m-email-input .form-input-suggestion a:hover {
    text-decoration: underline; }

.m-save h4 {
  margin-bottom: 0; }

.m-save .m-form {
  max-width: 20em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #f2f2f2; }

.m-save .form-actions {
  margin: 0.5em auto 0.75em; }

.m-save [class*="btn"] {
  margin: 0; }

.m-save .save-disclaimer {
  margin: 0.5em auto;
  color: #666;
  font-size: 0.75em;
  font-style: italic; }

.m-share [class*="btn"] {
  margin: 0; }

.m-share-button {
  display: block;
  width: 100%;
  text-align: center; }

.m-recommendation .recommendation-synopsis {
  margin: 1em auto; }

.m-recommendation .recommendation-image {
  float: left;
  width: 7em;
  margin: 0.5em 1em 0.25em 0; }
  .m-recommendation .recommendation-image img {
    display: block;
    width: 100%;
    height: auto; }

.m-recommendation .recommendation-cta {
  margin: 1em auto;
  text-align: center; }

.s-StartForm {
  max-width: 25em;
  margin: 2em auto; }
  .s-StartForm header {
    text-align: center; }
    .s-StartForm header sup {
      top: -1.25em;
      font-size: 30%; }
    .s-StartForm header p {
      color: #888;
      font-size: 0.8em; }
  .s-StartForm form {
    margin: auto; }

.s-StartDisclaimer {
  padding-top: 2em;
  margin: 4em auto 0;
  border-top: 1px solid #e6e6e6;
  color: #888;
  font-size: 75%; }

