/* line 106, ../../../../../../.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.1/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* Typography -------------------------------------------------------------- */
/* The following classes are for use with @extend. */
@font-face {
  font-family: "NeoRetroFill";
  src: url('../fonts/NeoRetroFill/NeoRetroFill_1451581896.eot');
  src: url('../fonts/NeoRetroFill/NeoRetroFill_-1451581896.eot') format('embedded-opentype'), url('../fonts/NeoRetroFill/NeoRetroFill_1451581896.woff') format('woff'), url('../fonts/NeoRetroFill/NeoRetroFill_1451581896.ttf') format('truetype');
}
/* line 22, ../../sass/_defaults_v2.sass */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* line 26, ../../sass/_defaults_v2.sass */
.serif {
  font-family: "Georgia", Times, "Times New Roman", serif;
}

/* line 29, ../../sass/_defaults_v2.sass */
.sans, body, h1, h2, h3, h4, h5, h6 {
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* line 32, ../../sass/_defaults_v2.sass */
.mono, pre, code, tt {
  font-family: "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, Courier, monospace, sans-serif;
}

/* line 35, ../../sass/_defaults_v2.sass */
.caps, .allcaps, caption, .smallcaps {
  letter-spacing: 0.1em;
}

/* line 38, ../../sass/_defaults_v2.sass */
.allcaps, caption {
  text-transform: uppercase;
}

/* line 42, ../../sass/_defaults_v2.sass */
.smallcaps {
  font-variant: small-caps;
}

/* line 47, ../../sass/_defaults_v2.sass */
.center h1, .center h2, .center h3, .center h4, .center p, .center a {
  text-align: center;
}

/* Body -------------------------------------------------------------- */
/* line 52, ../../sass/_defaults_v2.sass */
body {
  color: #4c4c4c;
}

/* Selected Text -------------------------------------------------------------- */
/* -moz- must be declared separately */
/* line 67, ../../sass/_defaults_v2.sass */
::-moz-selection {
  color: white;
  background: #009AD9;
  text-shadow: none;
}

/* line 72, ../../sass/_defaults_v2.sass */
::selection {
  color: white;
  background: #009AD9;
  text-shadow: none;
}

/* Links -------------------------------------------------------------- */
/* line 94, ../../sass/_defaults_v2.sass */
a.external::after {
  content: url(../img/external.gif);
  margin-left: 0.5em;
}

/* Headings -------------------------------------------------------------- */
/* line 105, ../../sass/_defaults_v2.sass */
h2 {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 24px;
}

/* line 109, ../../sass/_defaults_v2.sass */
h3 {
  margin-bottom: 24px;
}

/* line 112, ../../sass/_defaults_v2.sass */
h1 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}

/* Inline -------------------------------------------------------------- */
/* line 118, ../../sass/_defaults_v2.sass */
cite, em, dfn, address, i {
  font-style: italic;
}

/* line 121, ../../sass/_defaults_v2.sass */
strong, dfn, b {
  font-weight: bold;
}

/* line 124, ../../sass/_defaults_v2.sass */
sup, sub {
  font-size: smaller;
  line-height: 0;
}

/* line 128, ../../sass/_defaults_v2.sass */
sup {
  vertical-align: super;
}

/* line 131, ../../sass/_defaults_v2.sass */
sub {
  vertical-align: sub;
}

/* line 134, ../../sass/_defaults_v2.sass */
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 138, ../../sass/_defaults_v2.sass */
ins {
  text-decoration: underline;
}

/* line 141, ../../sass/_defaults_v2.sass */
del {
  text-decoration: line-through;
}

/* line 144, ../../sass/_defaults_v2.sass */
mark {
  background: #ffff99;
  background-color: rgba(255, 255, 0, 0.5);
  text-shadow: none;
}

/* line 149, ../../sass/_defaults_v2.sass */
small {
  font-size: 12px;
  line-height: 24px;
}

/* line 152, ../../sass/_defaults_v2.sass */
q {
  font-style: italic;
}
/* line 154, ../../sass/_defaults_v2.sass */
q em {
  font-style: normal;
}

/* Block -------------------------------------------------------------- */
/* line 163, ../../sass/_defaults_v2.sass */
pre {
  margin: 24px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

/* line 170, ../../sass/_defaults_v2.sass */
blockquote {
  margin: 24px;
  font-style: italic, bold;
  color: #8EC861;
}

/* line 175, ../../sass/_defaults_v2.sass */
object, embed, iframe {
  max-width: 100%;
}

/* Replaced -------------------------------------------------------------- */
/* line 181, ../../sass/_defaults_v2.sass */
img {
  vertical-align: bottom;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

/* Lists -------------------------------------------------------------- */
/* line 188, ../../sass/_defaults_v2.sass */
ol, ul {
  margin-bottom: 24px;
  margin-left: 24px;
}

/* line 192, ../../sass/_defaults_v2.sass */
dl {
  margin-bottom: 24px;
}

/* line 195, ../../sass/_defaults_v2.sass */
ol {
  list-style: decimal;
}

/* line 198, ../../sass/_defaults_v2.sass */
ul {
  list-style: disc;
}
/* line 200, ../../sass/_defaults_v2.sass */
li ul {
  list-style-type: circle;
}

/* line 203, ../../sass/_defaults_v2.sass */
dt {
  margin-top: 24px;
  font-style: italic;
  font-weight: bold;
}

/* line 208, ../../sass/_defaults_v2.sass */
dd {
  padding-left: 24px;
}

/* Tables -------------------------------------------------------------- */
/* tables still need 'cellspacing="0"' in the markup */
/* line 214, ../../sass/_defaults_v2.sass */
table {
  margin-bottom: 24px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 220, ../../sass/_defaults_v2.sass */
table, td, th {
  vertical-align: top;
}

/* line 223, ../../sass/_defaults_v2.sass */
th, thead th {
  font-weight: bold;
}

/* line 226, ../../sass/_defaults_v2.sass */
th, td, caption {
  text-align: left;
  font-weight: normal;
}

/* line 230, ../../sass/_defaults_v2.sass */
th {
  padding: 24px;
}

/* line 233, ../../sass/_defaults_v2.sass */
tfoot {
  font-size: 14px;
  line-height: 24px;
}

/* Forms -------------------------------------------------------------- */
/* line 241, ../../sass/_defaults_v2.sass */
fieldset {
  margin-bottom: 24px;
}

/* line 245, ../../sass/_defaults_v2.sass */
legend {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

/* line 249, ../../sass/_defaults_v2.sass */
input[type="radio"], input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 252, ../../sass/_defaults_v2.sass */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

/* line 255, ../../sass/_defaults_v2.sass */
label {
  margin-top: 24px;
}

/* line 260, ../../sass/_defaults_v2.sass */
.textinput, textarea, input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=time], input[type=number], input[type=range], input[type=search], input[type=color] {
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  border-width: 1px;
  border-style: dashed;
  padding: 5px;
  margin-bottom: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0;
  border-color: #7f7f7f;
  color: #7f7f7f;
  resize: none;
}

/* line 273, ../../sass/_defaults_v2.sass */
textarea {
  height: 11.14286em;
  vertical-align: text-bottom;
}

/* line 284, ../../sass/_defaults_v2.sass */
input[type=search] {
  -webkit-appearance: none;
}
/* line 286, ../../sass/_defaults_v2.sass */
input[type=search]::-webkit-search-decoration {
  display: none;
}

/* default shadows -------------------------------------------------------------- */
/* line 334, ../../sass/_defaults_v2.sass */
button, input[type=submit], input[type=button] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  display: inline;
  background: none;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  overflow: visible;
  float: right;
  font-size: 14px;
  line-height: 12px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  padding-left: 1em;
  padding-right: 1em;
  color: white;
  font-weight: bold;
  border-color: #cccccc;
}
/* line 338, ../../sass/_defaults_v2.sass */
button:focus, button:hover, button:active, input[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=button]:focus, input[type=button]:hover, input[type=button]:active {
  color: #4c4c4c;
}

/* line 9, ../../sass/_template_v2.sass */
.container, .col-wrapper {
  *zoom: 1;
  max-width: 59em;
  _width: 59em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../../.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after, .col-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13, ../../sass/_template_v2.sass */
.center-col {
  padding-left: 8.47458%;
  padding-right: 8.47458%;
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-top: 24px;
}

/* line 32, ../../sass/_template_v2.sass */
.navlist {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  text-align: right;
  color: #7f7f7f;
  font-weight: bold;
}
/* line 49, ../../../../../../.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.1/stylesheets/compass/typography/lists/_inline-block-list.scss */
.navlist li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 27, ../../sass/_template_v2.sass */
.navlist a:link, .navlist a:visited {
  color: white;
}
/* line 29, ../../sass/_template_v2.sass */
.navlist a:focus, .navlist a:hover, .navlist a:active {
  text-decoration: underline;
}
/* line 38, ../../sass/_template_v2.sass */
.navlist li {
  color: white;
}

/* line 190, ../../sass/_template_v2.sass */
.call-to-action {
  margin-top: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 24px;
  clear: both;
}

/* line 197, ../../sass/_template_v2.sass */
div.learnorsignup a {
  font-size: 14px;
  line-height: 12px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: white;
  font-weight: bold;
  border-color: #cccccc;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 201, ../../sass/_template_v2.sass */
div.learnorsignup a:focus, div.learnorsignup a:hover, div.learnorsignup a:active {
  color: #4c4c4c;
}
/* line 203, ../../sass/_template_v2.sass */
div.learnorsignup a.learn {
  background: #8EC861;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #8EC861;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #8EC861;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
}
/* line 205, ../../sass/_template_v2.sass */
div.learnorsignup a.signup {
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
}

/* line 8, ../../sass/_intro_slides_v2.sass */
#intro-slides {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 23px;
  background: #EDEDED;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #EDEDED;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0))) #EDEDED;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
  margin-bottom: 24px;
  text-align: center;
  border-color: #cccccc;
}
/* line 180, ../../sass/_template_v2.sass */
#intro-slides a.landing-anchor {
  font-size: 14px;
  line-height: 12px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: white;
  font-weight: bold;
  border-color: #cccccc;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
}
/* line 182, ../../sass/_template_v2.sass */
#intro-slides a.landing-anchor:focus, #intro-slides a.landing-anchor:hover, #intro-slides a.landing-anchor:active {
  color: #4c4c4c;
}
/* line 184, ../../sass/_template_v2.sass */
#intro-slides h3 {
  margin-top: 24px;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #E2906D;
  font-style: normal;
  font-weight: bold;
}
/* line 10, ../../sass/_intro_slides_v2.sass */
#intro-slides textarea, #intro-slides input {
  outline: none;
}

/* line 20, ../../sass/_intro_slides_v2.sass */
p.getstarted {
  margin-top: 24px;
}
/* line 22, ../../sass/_intro_slides_v2.sass */
p.getstarted a {
  font-size: 14px;
  line-height: 12px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: white;
  font-weight: bold;
  border-color: #cccccc;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
  background: #8EC861;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #8EC861;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #8EC861;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
}
/* line 25, ../../sass/_intro_slides_v2.sass */
p.getstarted a:focus, p.getstarted a:hover, p.getstarted a:active {
  color: #4c4c4c;
}

/* line 29, ../../sass/_intro_slides_v2.sass */
#intro-title-bar {
  background: #8EC861;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #8EC861;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #8EC861;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
  margin-top: 24px;
}
/* line 32, ../../sass/_intro_slides_v2.sass */
#intro-title-bar h1 {
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: bold;
  color: white;
  padding-top: 0.5em;
  padding-bottom: 0px;
}
/* line 42, ../../sass/_intro_slides_v2.sass */
#intro-title-bar a.close {
  text-transform: uppercase;
  position: absolute;
  vertical-align: top;
  top: 1.25em;
  right: 1em;
  font-weight: bold;
}
/* line 49, ../../sass/_intro_slides_v2.sass */
#intro-title-bar a.close:link, #intro-title-bar a.close:visited {
  color: white;
}
/* line 51, ../../sass/_intro_slides_v2.sass */
#intro-title-bar a.close:focus, #intro-title-bar a.close:hover, #intro-title-bar a.close:active {
  color: #4c4c4c;
}
/* line 53, ../../sass/_intro_slides_v2.sass */
#intro-title-bar a.close::after {
  content: url(../img/SlideshowClose.png);
  margin-left: 0.5em;
}

/* line 58, ../../sass/_intro_slides_v2.sass */
#intro-steps {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  padding-left: 1em;
  text-align: center;
}
/* line 49, ../../../../../../.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.1/stylesheets/compass/typography/lists/_inline-block-list.scss */
#intro-steps li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 63, ../../sass/_intro_slides_v2.sass */
#intro-steps ul {
  margin: 0px;
}
/* line 65, ../../sass/_intro_slides_v2.sass */
#intro-steps li {
  margin-left: 2em;
  margin-right: 1em;
}
/* line 69, ../../sass/_intro_slides_v2.sass */
#intro-steps li.current span.step {
  border-bottom: 2px solid #009AD9;
}

/* line 117, ../../sass/_intro_slides_v2.sass */
#intro-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  width: 800px;
  height: 450px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
/* line 49, ../../../../../../.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.1/stylesheets/compass/typography/lists/_inline-block-list.scss */
#intro-wrapper li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 129, ../../sass/_intro_slides_v2.sass */
#intro-wrapper .body {
  padding: 0px;
}
/* line 131, ../../sass/_intro_slides_v2.sass */
#intro-wrapper .popup {
  position: relative;
}
/* line 133, ../../sass/_intro_slides_v2.sass */
#intro-wrapper .popup table {
  width: 820px;
}
/* line 136, ../../sass/_intro_slides_v2.sass */
#intro-wrapper .content p:first-child {
  margin-top: 0px;
}
/* line 138, ../../sass/_intro_slides_v2.sass */
#intro-wrapper .content p:last-child {
  margin-bottom: 0px;
  padding: 0px;
}
/* line 141, ../../sass/_intro_slides_v2.sass */
#intro-wrapper legend.inventory {
  font-weight: bold;
  font-style: normal;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 149, ../../sass/_intro_slides_v2.sass */
#intro-wrapper .questions {
  color: #7f7f7f;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 152, ../../sass/_intro_slides_v2.sass */
#intro-wrapper .questions .q_text {
  font-family: "Georgia", Times, "Times New Roman", serif;
  color: #4c4c4c;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
/* line 158, ../../sass/_intro_slides_v2.sass */
#intro-wrapper .questions .scale {
  margin-bottom: 24px;
  margin-top: 24px;
  text-align: left;
  font-style: normal;
  font-weight: bold;
}
/* line 165, ../../sass/_intro_slides_v2.sass */
#intro-wrapper .goal {
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 168, ../../sass/_intro_slides_v2.sass */
#intro-wrapper .doctor {
  font-size: 12px;
  line-height: 12px;
}
/* line 172, ../../sass/_intro_slides_v2.sass */
#intro-wrapper h1 {
  font-size: 20px;
  line-height: 48px;
}

/* line 177, ../../sass/_intro_slides_v2.sass */
.col-wrapper h1 {
  font-family: "Georgia", Times, "Times New Roman", serif;
  color: #8EC861;
  font-weight: bold;
  font-style: italic;
}
/* line 179, ../../sass/_intro_slides_v2.sass */
.col-wrapper .col-60 {
  width: 59.18367%;
  float: left;
  margin-right: 2.04082%;
  display: inline;
  height: 462px;
  overflow-y: auto;
  display: block;
}
/* line 185, ../../sass/_intro_slides_v2.sass */
.col-wrapper .col-60 .ctrlHolder input {
  margin-left: 24px;
  width: 50%;
}
/* line 189, ../../sass/_intro_slides_v2.sass */
.col-wrapper .col-60 #goal label {
  font-size: 14px;
  line-height: 12px;
}
/* line 191, ../../sass/_intro_slides_v2.sass */
.col-wrapper .col-60 #goal textarea {
  height: 4em;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
/* line 195, ../../sass/_intro_slides_v2.sass */
.col-wrapper .col-40 {
  width: 38.77551%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  display: block;
}
/* line 198, ../../sass/_intro_slides_v2.sass */
.col-wrapper .col-40 img {
  padding-top: 24px;
  width: 100%;
  overflow: hidden;
}
/* line 203, ../../sass/_intro_slides_v2.sass */
.col-wrapper .situation .media {
  float: right;
  margin-left: 24px;
  margin-right: 24px;
}
/* line 207, ../../sass/_intro_slides_v2.sass */
.col-wrapper .response {
  border-top-width: 1px;
  border-top-style: dashed;
  padding-top: 11px;
  border-color: #cccccc;
  display: none;
}
/* line 210, ../../sass/_intro_slides_v2.sass */
.col-wrapper .response p {
  margin-top: 24px;
}

/* line 213, ../../sass/_intro_slides_v2.sass */
#results {
  background: url("../img/graphbg.png");
}

/* line 216, ../../sass/_intro_slides_v2.sass */
#assess_msg {
  margin-top: 24px;
  padding-left: 4em;
}

/* line 220, ../../sass/_intro_slides_v2.sass */
#assess_graph {
  margin-top: 48px;
  margin-left: 24px;
}
/* line 223, ../../sass/_intro_slides_v2.sass */
#assess_graph .graphFieldassess_graph {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background: #EDEDED;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #EDEDED;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #EDEDED;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #EDEDED;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #EDEDED;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #EDEDED;
  -moz-border-radius-topleft: 0.5em;
  -webkit-border-top-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

/* line 11, ../../sass/landing_v2.sass */
#page-top {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 23px;
  background: #EDEDED;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #EDEDED;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0))) #EDEDED;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
  margin-bottom: 24px;
  text-align: center;
  border-color: #cccccc;
}
/* line 180, ../../sass/_template_v2.sass */
#page-top a.landing-anchor {
  font-size: 14px;
  line-height: 12px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: white;
  font-weight: bold;
  border-color: #cccccc;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
}
/* line 182, ../../sass/_template_v2.sass */
#page-top a.landing-anchor:focus, #page-top a.landing-anchor:hover, #page-top a.landing-anchor:active {
  color: #4c4c4c;
}
/* line 184, ../../sass/_template_v2.sass */
#page-top h3 {
  margin-top: 24px;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #E2906D;
  font-style: normal;
  font-weight: bold;
}
/* line 13, ../../sass/landing_v2.sass */
#page-top img {
  margin-top: 24px;
  margin-bottom: 48px;
}
/* line 16, ../../sass/landing_v2.sass */
#page-top h1 {
  font-size: 34px;
  line-height: 48px;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}
/* line 22, ../../sass/landing_v2.sass */
#page-top h2 {
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 24, ../../sass/landing_v2.sass */
#page-top div {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* line 28, ../../sass/landing_v2.sass */
#benefits {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 23px;
  background: #EDEDED;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #EDEDED;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0))) #EDEDED;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
  margin-bottom: 24px;
  text-align: center;
  border-color: #cccccc;
}
/* line 180, ../../sass/_template_v2.sass */
#benefits a.landing-anchor {
  font-size: 14px;
  line-height: 12px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: white;
  font-weight: bold;
  border-color: #cccccc;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
}
/* line 182, ../../sass/_template_v2.sass */
#benefits a.landing-anchor:focus, #benefits a.landing-anchor:hover, #benefits a.landing-anchor:active {
  color: #4c4c4c;
}
/* line 184, ../../sass/_template_v2.sass */
#benefits h3 {
  margin-top: 24px;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #E2906D;
  font-style: normal;
  font-weight: bold;
}
/* line 30, ../../sass/landing_v2.sass */
#benefits .video {
  margin-top: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 24px;
  margin-bottom: 48px;
}
/* line 33, ../../sass/landing_v2.sass */
#benefits .benefit {
  width: 28.57143%;
  float: left;
  margin-right: 7.14286%;
  display: inline;
  text-align: left;
}
/* line 35, ../../sass/landing_v2.sass */
#benefits .benefit:nth-child(3n) {
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  clear: both;
}
/* line 39, ../../sass/landing_v2.sass */
#benefits .benefit h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #964993;
  font-weight: normal;
  font-style: normal;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  padding-bottom: -1px;
}
/* line 46, ../../sass/landing_v2.sass */
#benefits .benefit p {
  font-size: 14px;
  line-height: 24px;
}

/* line 49, ../../sass/landing_v2.sass */
#media-bar {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-left: 8.47458%;
  margin-right: 8.47458%;
  padding-left: 8.47458%;
  padding-right: 8.47458%;
  margin-top: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 48px;
}
/* line 54, ../../sass/landing_v2.sass */
#media-bar h4 {
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* line 57, ../../sass/landing_v2.sass */
#testimonials {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 23px;
  background: #EDEDED;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #EDEDED;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0))) #EDEDED;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
  margin-bottom: 24px;
  text-align: center;
  border-color: #cccccc;
}
/* line 180, ../../sass/_template_v2.sass */
#testimonials a.landing-anchor {
  font-size: 14px;
  line-height: 12px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: white;
  font-weight: bold;
  border-color: #cccccc;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
}
/* line 182, ../../sass/_template_v2.sass */
#testimonials a.landing-anchor:focus, #testimonials a.landing-anchor:hover, #testimonials a.landing-anchor:active {
  color: #4c4c4c;
}
/* line 184, ../../sass/_template_v2.sass */
#testimonials h3 {
  margin-top: 24px;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #E2906D;
  font-style: normal;
  font-weight: bold;
}
/* line 59, ../../sass/landing_v2.sass */
#testimonials .quote-block {
  width: 28.57143%;
  float: left;
  margin-right: 7.14286%;
  display: inline;
  margin-bottom: 24px;
}
/* line 172, ../../../../../../.rvm/gems/ruby-2.1.4/gems/susy-2.1.3/sass/susy/language/susyone/_grid.scss */
#testimonials .quote-block:nth-child(3n) {
  float: right;
  margin-right: 0;
  *margin-left: -1em;
}
/* line 63, ../../sass/landing_v2.sass */
#testimonials .quote-block div.headshot {
  height: 144px;
}
/* line 65, ../../sass/landing_v2.sass */
#testimonials .quote-block .details {
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  list-style: none;
  margin: 0;
}
/* line 70, ../../sass/landing_v2.sass */
#testimonials .quote-block .details li {
  font-size: 12px;
  line-height: 12px;
  color: #4c4c4c;
}
/* line 73, ../../sass/landing_v2.sass */
#testimonials .quote-block .details .name {
  font-style: italic;
  font-weight: bold;
}
/* line 77, ../../sass/landing_v2.sass */
#testimonials .quote-block .quote {
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #7f7f7f;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #7f7f7f;
}

/* line 82, ../../sass/landing_v2.sass */
#user-quotes {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 23px;
  background: #EDEDED;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #EDEDED;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0))) #EDEDED;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
  margin-bottom: 24px;
  text-align: center;
  border-color: #cccccc;
}
/* line 180, ../../sass/_template_v2.sass */
#user-quotes a.landing-anchor {
  font-size: 14px;
  line-height: 12px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: white;
  font-weight: bold;
  border-color: #cccccc;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
}
/* line 182, ../../sass/_template_v2.sass */
#user-quotes a.landing-anchor:focus, #user-quotes a.landing-anchor:hover, #user-quotes a.landing-anchor:active {
  color: #4c4c4c;
}
/* line 184, ../../sass/_template_v2.sass */
#user-quotes h3 {
  margin-top: 24px;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #E2906D;
  font-style: normal;
  font-weight: bold;
}
/* line 84, ../../sass/landing_v2.sass */
#user-quotes .sidenote {
  font-size: 10px;
  line-height: 12px;
}
/* line 86, ../../sass/landing_v2.sass */
#user-quotes .quote {
  padding: 3.38983%;
  text-align: left;
}
/* line 89, ../../sass/landing_v2.sass */
#user-quotes .quote-wrapper {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-left: 16.94915%;
  margin-right: 16.94915%;
  margin-bottom: 24px;
  border: 1px solid #cccccc;
  background: #8EC861;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #8EC861;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #8EC861;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #8EC861;
  font-family: "Georgia", Times, "Times New Roman", serif;
}
/* line 97, ../../sass/landing_v2.sass */
#user-quotes .quote-wrapper img {
  float: right;
  margin-right: -12px;
  margin-top: -12px;
  margin-bottom: 24px;
  margin-left: 16px;
}
/* line 103, ../../sass/landing_v2.sass */
#user-quotes .quote-wrapper p {
  margin: 3.38983%;
}
/* line 105, ../../sass/landing_v2.sass */
#user-quotes .quote-wrapper p:last-child {
  margin-bottom: 0;
}
/* line 107, ../../sass/landing_v2.sass */
#user-quotes .time-seperator {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
/* line 113, ../../sass/landing_v2.sass */
#user-quotes .expander {
  text-align: center;
}
/* line 115, ../../sass/landing_v2.sass */
#user-quotes .expander span.text {
  display: block;
  font-weight: normal;
}

/* line 119, ../../sass/landing_v2.sass */
#journey {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 23px;
  background: #EDEDED;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #EDEDED;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0))) #EDEDED;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
  margin-bottom: 24px;
  text-align: center;
  border-color: #cccccc;
}
/* line 180, ../../sass/_template_v2.sass */
#journey a.landing-anchor {
  font-size: 14px;
  line-height: 12px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: white;
  font-weight: bold;
  border-color: #cccccc;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
}
/* line 182, ../../sass/_template_v2.sass */
#journey a.landing-anchor:focus, #journey a.landing-anchor:hover, #journey a.landing-anchor:active {
  color: #4c4c4c;
}
/* line 184, ../../sass/_template_v2.sass */
#journey h3 {
  margin-top: 24px;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #E2906D;
  font-style: normal;
  font-weight: bold;
}
/* line 121, ../../sass/landing_v2.sass */
#journey .sidenote {
  font-size: 10px;
  line-height: 12px;
}
/* line 123, ../../sass/landing_v2.sass */
#journey .user-experience {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-left: 8.47458%;
  margin-right: 8.47458%;
  clear: both;
  margin-top: 24px;
  margin-bottom: 48px;
}
/* line 129, ../../sass/landing_v2.sass */
#journey .person {
  font-size: 14px;
  line-height: 12px;
  font-weight: bold;
  color: #009AD9;
  width: 18.36735%;
  float: left;
  margin-right: 2.04082%;
  display: inline;
  clear: both;
}
/* line 135, ../../sass/landing_v2.sass */
#journey .user-goal {
  width: 79.59184%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  font-style: italic;
  font-weight: bold;
  text-align: left;
}
/* line 140, ../../sass/landing_v2.sass */
#journey .user-goal .goal-lead {
  font-weight: normal;
  font-style: normal;
}
/* line 143, ../../sass/landing_v2.sass */
#journey .quotes {
  width: 79.59184%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  font-size: 14px;
  line-height: 24px;
  clear: right;
  text-align: left;
}
/* line 148, ../../sass/landing_v2.sass */
#journey .quote-wrapper {
  border: 1px solid #cccccc;
  background: #EDEDED;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  font-family: "Georgia", Times, "Times New Roman", serif;
}
/* line 154, ../../sass/landing_v2.sass */
#journey .quote-wrapper:last-child {
  margin-bottom: 24px;
}
/* line 156, ../../sass/landing_v2.sass */
#journey .quote-wrapper img {
  float: right;
  margin-right: -12px;
  margin-top: -12px;
  margin-bottom: 24px;
  margin-left: 16px;
}
/* line 163, ../../sass/landing_v2.sass */
#journey .quote-wrapper p:last-child {
  margin-bottom: 0;
}
/* line 165, ../../sass/landing_v2.sass */
#journey .quote-wrapper .quote {
  padding: 5.12821%;
}
/* line 167, ../../sass/landing_v2.sass */
#journey .time-seperator {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
/* line 173, ../../sass/landing_v2.sass */
#journey .expand-more {
  text-align: center;
}
/* line 175, ../../sass/landing_v2.sass */
#journey .expand-more span.text {
  display: block;
  font-weight: normal;
}

/* line 179, ../../sass/landing_v2.sass */
#info-links {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 23px;
  background: #EDEDED;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #EDEDED;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0))) #EDEDED;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
  margin-bottom: 24px;
  text-align: center;
  border-color: #cccccc;
  text-align: left;
  color: #7f7f7f;
}
/* line 180, ../../sass/_template_v2.sass */
#info-links a.landing-anchor {
  font-size: 14px;
  line-height: 12px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: white;
  font-weight: bold;
  border-color: #cccccc;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
}
/* line 182, ../../sass/_template_v2.sass */
#info-links a.landing-anchor:focus, #info-links a.landing-anchor:hover, #info-links a.landing-anchor:active {
  color: #4c4c4c;
}
/* line 184, ../../sass/_template_v2.sass */
#info-links h3 {
  margin-top: 24px;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #E2906D;
  font-style: normal;
  font-weight: bold;
}
/* line 183, ../../sass/landing_v2.sass */
#info-links h3 {
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #E2906D;
  font-style: normal;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 23px;
  border-color: #7f7f7f;
}

/* line 188, ../../sass/landing_v2.sass */
#intro-slides {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 23px;
  background: #EDEDED;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #EDEDED;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0))) #EDEDED;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) #EDEDED;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
  margin-bottom: 24px;
  text-align: center;
  border-color: #cccccc;
}
/* line 180, ../../sass/_template_v2.sass */
#intro-slides a.landing-anchor {
  font-size: 14px;
  line-height: 12px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #009AD9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') #009AD9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) #009AD9;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) #009AD9;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: white;
  font-weight: bold;
  border-color: #cccccc;
  -moz-box-shadow: 2px 1px 5px #cccccc;
  -webkit-box-shadow: 2px 1px 5px #cccccc;
  box-shadow: 2px 1px 5px #cccccc;
}
/* line 182, ../../sass/_template_v2.sass */
#intro-slides a.landing-anchor:focus, #intro-slides a.landing-anchor:hover, #intro-slides a.landing-anchor:active {
  color: #4c4c4c;
}
/* line 184, ../../sass/_template_v2.sass */
#intro-slides h3 {
  margin-top: 24px;
  font-family: "Cabin", "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #E2906D;
  font-style: normal;
  font-weight: bold;
}
/* line 190, ../../sass/landing_v2.sass */
#intro-slides textarea, #intro-slides input {
  outline: none;
}

/* line 193, ../../sass/landing_v2.sass */
#intro-spacer {
  height: 64px;
  margin-bottom: 20px;
}