/**
 *  $Prevent iOS text size adjust after orientation change, without disabling user zoom.
 */
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700,900,400italic");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 *  $HTML5 display definitions
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  max-width: 100%;
  height: auto;
  border: 0; }

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

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

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

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

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

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

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

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

*,
:before,
:after {
  box-sizing: border-box;
  margin: 0; }

html,
body {
  height: 100%; }

html {
  -webkit-font-smoothing: antialiased;
  font-size: 100%; }

body {
  font-size: 1em;
  line-height: 1.5;
  font-family: "Source Sans Pro", Lucida Sans, sans-serif;
  color: #000;
  background: #FFF; }

.type > * + *, blockquote > * + *, .download__content > * + *, .home > * + * {
  margin-top: 1em; }

.clearfix {
  *zoom: 1; }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.clr-white {
  color: #FFF !important; }

.clr-black {
  color: #000 !important; }

.clr-grey {
  color: #333 !important; }

.clr-rgb-pink {
  color: #FF00CA !important; }

.clr-rgb-purple {
  color: #9500F7 !important; }

.clr-rgb-cyan {
  color: #00FFFF !important; }

.clr-rgb-yellow {
  color: #FFDE3F !important; }

.clr-cmyk-pink {
  color: #DF4090 !important; }

.clr-cmyk-purple {
  color: #8D4493 !important; }

.clr-cmyk-cyan {
  color: #23BADB !important; }

.clr-cmyk-yellow {
  color: #FAE242 !important; }

.clr-bg-red {
  color: #FF5D4D !important; }

.clr-bg-purple {
  color: #68366E !important; }

.clr-bg-navy {
  color: #14547D !important; }

.clr-bg-blue {
  color: #00C3D6 !important; }

.clr-bg-pink {
  color: #F07A97 !important; }

.clr-bg-yellow {
  color: #FFDE3F !important; }

.grid {
  margin-left: -0.9375em;
  margin-right: -0.9375em; }

.grid--gutterless {
  margin-left: 0;
  margin-right: 0; }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0.9375em; }
  .grid--gutterless .col, .grid--gutterless .col-1, .grid--gutterless .col-2, .grid--gutterless .col-3, .grid--gutterless .col-4, .grid--gutterless .col-5, .grid--gutterless .col-6, .grid--gutterless .col-7, .grid--gutterless .col-8, .grid--gutterless .col-9, .grid--gutterless .col-10, .grid--gutterless .col-11, .grid--gutterless .col-12 {
    padding: 0; }

@media only screen and (min-width: 64em) {
  .col-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 64em) {
  .col-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 64em) {
  .col-3 {
    width: 25%; } }

@media only screen and (min-width: 64em) {
  .col-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 64em) {
  .col-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 64em) {
  .col-6 {
    width: 50%; } }

@media only screen and (min-width: 64em) {
  .col-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 64em) {
  .col-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 64em) {
  .col-9 {
    width: 75%; } }

@media only screen and (min-width: 64em) {
  .col-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 64em) {
  .col-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 64em) {
  .col-12 {
    width: 100%; } }

/* FormHack v1.0.0 (formhack.io) */
/* Global Reset Styles ------------------ */
input,
textarea,
select,
option,
optgroup,
button,
legend,
fieldset {
  outline: none;
  font-family: "Source Sans Pro", Lucida Sans, sans-serif;
  font-size: 1em;
  color: #000;
  vertical-align: top;
  display: block;
  margin: 10px 0; }

datalist {
  font-family: "Source Sans Pro", Lucida Sans, sans-serif;
  font-size: 1em; }

label {
  display: block;
  margin: 10px 0; }

/* Input & Textarea ------------------ */
/* Fields with standard width */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list],
input[type="file"],
select,
textarea {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  background-color: #FFF;
  border-radius: 0;
  border: 1px solid #999999; }

/* Fields with standard height */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list] {
  height: 40px;
  -webkit-appearance: none; }

/* Other */
textarea {
  -webkit-appearance: none;
  overflow: auto; }

input[type="range"] {
  height: 40px;
  width: 100%;
  max-width: 400px; }

input[type="file"] {
  min-height: 40px; }

input[type="search"] {
  height: 40px;
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle; }

/* Select ------------------ */
select {
  height: 40px; }

select[multiple] {
  height: auto;
  min-height: 40px;
  padding: 0; }
  select[multiple] option {
    margin: 0;
    padding: 8px; }

/* Fieldset ------------------ */
fieldset {
  padding: 10px 25px;
  border-radius: 0;
  border: 1px solid #999999; }

legend {
  padding: 0 5px;
  font-weight: 700; }

/* Buttons, Input Type Submit/Reset ------------------ */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"] {
  height: 40px;
  width: 100%;
  max-width: 200px;
  background-color: #cccccc;
  padding: 8px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 1px solid #999999; }

input[type="image"] {
  text-align: center;
  padding: 8px; }

/* States ------------------ */
input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
  cursor: not-allowed; }

input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus {
  background-color: #cccccc;
  border-color: #999999; }

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: #999999 solid 2px; }

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  background-color: #999999;
  color: #000; }

h1, h2, h3, h4 {
  margin: 0; }

h1 {
  font: 800 2.625em/1 "Source Sans Pro", Lucida Sans, sans-serif; }
  @media only screen and (min-width: 48em) {
    h1 {
      font-size: 3.875em; } }

h2 {
  font: 300 2em "Source Sans Pro", Lucida Sans, sans-serif; }
  @media only screen and (min-width: 48em) {
    h2 {
      font-size: 2em; } }

h3 {
  font: 800 1.25em "Source Sans Pro", Lucida Sans, sans-serif; }
  @media only screen and (min-width: 48em) {
    h3 {
      font-size: 1.5em; } }

h4 {
  font: bold 0.875em "Source Sans Pro", Lucida Sans, sans-serif; }
  @media only screen and (min-width: 48em) {
    h4 {
      font-size: 1em; } }

.specimen-text {
  font: 400 1.25em "Source Sans Pro", Lucida Sans, sans-serif;
  margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .specimen-text {
      font-size: 1.625em; } }

p {
  font: 1em/1.5 "Source Sans Pro", Lucida Sans, sans-serif; }

p a:hover {
  color: "rgb-cyan"; }

blockquote {
  margin: 0; }
  blockquote p {
    font-style: italic; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  padding-left: 1.1em; }

ol {
  padding-left: 1.4em; }

.content h1:first-child + section {
  margin-top: 1.875em; }
  @media only screen and (min-width: 48em) {
    .content h1:first-child + section {
      margin-top: 3.75em; } }

section > * + * {
  margin-top: 1.875em; }
section + section {
  margin-top: 3.125em; }
  @media only screen and (min-width: 48em) {
    section + section {
      margin-top: 6.25em; } }
section img {
  display: block; }
  section img + h2 {
    margin-top: 1.875em; }

[class*="bg-"] + [class*="bg-"] {
  margin-top: 0.9375em; }
  .grid [class*="bg-"] + [class*="bg-"] {
    margin-top: 0; }

.bt {
  padding-top: 1.875em;
  border-top: 1px solid #CCCBC7; }

.bb {
  padding-bottom: 1.875em;
  border-bottom: 1px solid #CCCBC7; }

.section-bgcolor, .bg-whitesection, .bg-blacksection, .bg-greysection, .bg-rgb-pinksection, .bg-rgb-purplesection, .bg-rgb-cyansection, .bg-rgb-yellowsection, .bg-cmyk-pinksection, .bg-cmyk-purplesection, .bg-cmyk-cyansection, .bg-cmyk-yellowsection, .bg-bg-redsection, .bg-bg-purplesection, .bg-bg-navysection, .bg-bg-bluesection, .bg-bg-pinksection, .bg-bg-yellowsection {
  padding: 2.5em 1.875em; }
  @media only screen and (min-width: 48em) {
    .section-bgcolor, .bg-whitesection, .bg-blacksection, .bg-greysection, .bg-rgb-pinksection, .bg-rgb-purplesection, .bg-rgb-cyansection, .bg-rgb-yellowsection, .bg-cmyk-pinksection, .bg-cmyk-purplesection, .bg-cmyk-cyansection, .bg-cmyk-yellowsection, .bg-bg-redsection, .bg-bg-purplesection, .bg-bg-navysection, .bg-bg-bluesection, .bg-bg-pinksection, .bg-bg-yellowsection {
      margin-left: -3.75em;
      padding: 2.5em 3.75em; } }
  @media only screen and (min-width: 64em) {
    .section-bgcolor, .bg-whitesection, .bg-blacksection, .bg-greysection, .bg-rgb-pinksection, .bg-rgb-purplesection, .bg-rgb-cyansection, .bg-rgb-yellowsection, .bg-cmyk-pinksection, .bg-cmyk-purplesection, .bg-cmyk-cyansection, .bg-cmyk-yellowsection, .bg-bg-redsection, .bg-bg-purplesection, .bg-bg-navysection, .bg-bg-bluesection, .bg-bg-pinksection, .bg-bg-yellowsection {
      margin-left: -5.625em;
      padding: 5.625em 5.625em; } }

.bg-white {
  background-color: #FFF; }

.bg-black {
  background-color: #000; }

.bg-grey {
  background-color: #333; }

.bg-rgb-pink {
  background-color: #FF00CA; }

.bg-rgb-purple {
  background-color: #9500F7; }

.bg-rgb-cyan {
  background-color: #00FFFF; }

.bg-rgb-yellow {
  background-color: #FFDE3F; }

.bg-cmyk-pink {
  background-color: #DF4090; }

.bg-cmyk-purple {
  background-color: #8D4493; }

.bg-cmyk-cyan {
  background-color: #23BADB; }

.bg-cmyk-yellow {
  background-color: #FAE242; }

.bg-bg-red {
  background-color: #FF5D4D; }

.bg-bg-purple {
  background-color: #68366E; }

.bg-bg-navy {
  background-color: #14547D; }

.bg-bg-blue {
  background-color: #00C3D6; }

.bg-bg-pink {
  background-color: #F07A97; }

.bg-bg-yellow {
  background-color: #FFDE3F; }

.bg-red-purple--grad {
  color: transparent !important;
  background: -moz-linear-gradient(top, #FF5D4D 0%, #68366E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF5D4D), color-stop(100%, #68366E));
  background: -webkit-linear-gradient(top, #FF5D4D 0%, #68366E 100%);
  background: -o-linear-gradient(top, #FF5D4D 0%, #68366E 100%);
  background: -ms-linear-gradient(top, #FF5D4D 0%, #68366E 100%);
  background: linear-gradient(to bottom, #FF5D4D 0%, #68366E 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5D4D', endColorstr='#68366E',GradientType=0 )"; }
  @media only screen and (min-width: 64em) {
    .bg-red-purple--grad {
      background: -moz-linear-gradient(left, #FF5D4D 0%, #68366E 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FF5D4D), color-stop(100%, #68366E));
      background: -webkit-linear-gradient(left, #FF5D4D 0%, #68366E 100%);
      background: -o-linear-gradient(left, #FF5D4D 0%, #68366E 100%);
      background: -ms-linear-gradient(left, #FF5D4D 0%, #68366E 100%);
      background: linear-gradient(to right, #FF5D4D 0%, #68366E 100%);
      filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5D4D', endColorstr='#68366E',GradientType=1 )"; } }

.bg-blue-navy--grad {
  color: transparent !important;
  background: -moz-linear-gradient(top, #00C3D6 0%, #14547D 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00C3D6), color-stop(100%, #14547D));
  background: -webkit-linear-gradient(top, #00C3D6 0%, #14547D 100%);
  background: -o-linear-gradient(top, #00C3D6 0%, #14547D 100%);
  background: -ms-linear-gradient(top, #00C3D6 0%, #14547D 100%);
  background: linear-gradient(to bottom, #00C3D6 0%, #14547D 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C3D6', endColorstr='#14547D',GradientType=0 )"; }
  @media only screen and (min-width: 64em) {
    .bg-blue-navy--grad {
      background: -moz-linear-gradient(left, #00C3D6 0%, #14547D 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00C3D6), color-stop(100%, #14547D));
      background: -webkit-linear-gradient(left, #00C3D6 0%, #14547D 100%);
      background: -o-linear-gradient(left, #00C3D6 0%, #14547D 100%);
      background: -ms-linear-gradient(left, #00C3D6 0%, #14547D 100%);
      background: linear-gradient(to right, #00C3D6 0%, #14547D 100%);
      filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C3D6', endColorstr='#14547D',GradientType=1 )"; } }

.bg-purple-pink--grad {
  color: transparent !important;
  background: -moz-linear-gradient(top, #68366E 0%, #F07A97 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68366E), color-stop(100%, #F07A97));
  background: -webkit-linear-gradient(top, #68366E 0%, #F07A97 100%);
  background: -o-linear-gradient(top, #68366E 0%, #F07A97 100%);
  background: -ms-linear-gradient(top, #68366E 0%, #F07A97 100%);
  background: linear-gradient(to bottom, #68366E 0%, #F07A97 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#68366E', endColorstr='#F07A97',GradientType=0 )"; }
  @media only screen and (min-width: 64em) {
    .bg-purple-pink--grad {
      background: -moz-linear-gradient(left, #68366E 0%, #F07A97 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #68366E), color-stop(100%, #F07A97));
      background: -webkit-linear-gradient(left, #68366E 0%, #F07A97 100%);
      background: -o-linear-gradient(left, #68366E 0%, #F07A97 100%);
      background: -ms-linear-gradient(left, #68366E 0%, #F07A97 100%);
      background: linear-gradient(to right, #68366E 0%, #F07A97 100%);
      filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#68366E', endColorstr='#F07A97',GradientType=1 )"; } }

.bg-pink-red--grad {
  color: transparent !important;
  background: -moz-linear-gradient(top, #F07A97 0%, #FF5D4D 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F07A97), color-stop(100%, #FF5D4D));
  background: -webkit-linear-gradient(top, #F07A97 0%, #FF5D4D 100%);
  background: -o-linear-gradient(top, #F07A97 0%, #FF5D4D 100%);
  background: -ms-linear-gradient(top, #F07A97 0%, #FF5D4D 100%);
  background: linear-gradient(to bottom, #F07A97 0%, #FF5D4D 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#F07A97', endColorstr='#FF5D4D',GradientType=0 )"; }
  @media only screen and (min-width: 64em) {
    .bg-pink-red--grad {
      background: -moz-linear-gradient(left, #F07A97 0%, #FF5D4D 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F07A97), color-stop(100%, #FF5D4D));
      background: -webkit-linear-gradient(left, #F07A97 0%, #FF5D4D 100%);
      background: -o-linear-gradient(left, #F07A97 0%, #FF5D4D 100%);
      background: -ms-linear-gradient(left, #F07A97 0%, #FF5D4D 100%);
      background: linear-gradient(to right, #F07A97 0%, #FF5D4D 100%);
      filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#F07A97', endColorstr='#FF5D4D',GradientType=1 )"; } }

.bg-blue-yellow--grad {
  color: transparent !important;
  background: -moz-linear-gradient(top, #00C3D6 0%, #FFDE3F 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00C3D6), color-stop(100%, #FFDE3F));
  background: -webkit-linear-gradient(top, #00C3D6 0%, #FFDE3F 100%);
  background: -o-linear-gradient(top, #00C3D6 0%, #FFDE3F 100%);
  background: -ms-linear-gradient(top, #00C3D6 0%, #FFDE3F 100%);
  background: linear-gradient(to bottom, #00C3D6 0%, #FFDE3F 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C3D6', endColorstr='#FFDE3F',GradientType=0 )"; }
  @media only screen and (min-width: 64em) {
    .bg-blue-yellow--grad {
      background: -moz-linear-gradient(left, #00C3D6 0%, #FFDE3F 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00C3D6), color-stop(100%, #FFDE3F));
      background: -webkit-linear-gradient(left, #00C3D6 0%, #FFDE3F 100%);
      background: -o-linear-gradient(left, #00C3D6 0%, #FFDE3F 100%);
      background: -ms-linear-gradient(left, #00C3D6 0%, #FFDE3F 100%);
      background: linear-gradient(to right, #00C3D6 0%, #FFDE3F 100%);
      filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C3D6', endColorstr='#FFDE3F',GradientType=1 )"; } }

.download {
  background-color: #EAE9E5; }

.download__content {
  padding: 1.25em; }
  .download__content > * {
    font: 0.8125em "Source Sans Pro", Lucida Sans, sans-serif; }
  .download__content h4 {
    font-weight: bold; }

.download__link {
  position: relative;
  display: block;
  padding: 1.36364em 1.81818em;
  font: bold 0.6875em "Source Sans Pro", Lucida Sans, sans-serif;
  color: #FF00CA;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 1px solid #CCCBC7;
  transition: all 0.2s ease; }
  .download__link:hover {
    color: #000;
    background-color: #CCCBC7; }
    .download__link:hover:after {
      border-top-color: #000; }
  .download__link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.81818em;
    margin-top: -0.36364em;
    border-top: 0.54545em solid #FF00CA;
    border-right: 0.45455em solid transparent;
    border-left: 0.45455em solid transparent;
    transition: all 0.2s ease; }

.clr, .clr--block,
.clr--row {
  padding: 2.5em 1.25em 1.25em;
  color: #FFF; }
  .clr > *, .clr--block > *,
  .clr--row > * {
    font-family: "Source Sans Pro", Lucida Sans, sans-serif; }

.clr__list {
  padding-left: 0;
  list-style: none;
  font-size: 0.875em; }
  .clr--block .clr__list {
    margin-top: 3.75em; }
  .clr--row .clr__list {
    margin-top: 1.875em; }
    .clr--row .clr__list li {
      display: inline-block;
      margin-right: 0.5em; }

.clr--row + .clr--row {
  margin-top: 0; }

.clr--block__grad {
  color: transparent; }

.form__label {
  display: block; }
  .form__label:after {
    content: " - this field is required";
    display: none;
    color: red; }
    .has-error .form__label:after {
      display: inline; }

.error-msg,
.require {
  color: red; }

.email-sent {
  color: green; }

.login {
  padding: 2em;
  font-family: "Source Sans Pro", Lucida Sans, sans-serif;
  text-align: center; }

.login__logo {
  margin-bottom: 1em;
  text-align: center; }
  .login__logo img {
    display: inline-block;
    max-width: 11.875em; }

.login__form {
  display: inline-block;
  max-width: 37.5em;
  text-align: left; }

.login__submit {
  padding: 0.4em 1em;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid;
  background: none; }

.login__error {
  font-family: "Source Sans Pro", Lucida Sans, sans-serif;
  color: red; }

.p-s {
  padding: 0.46875em; }
  @media only screen and (min-width: 48em) {
    .p-s {
      padding: 0.9375em; } }

.p-m {
  padding: 0.9375em; }
  @media only screen and (min-width: 48em) {
    .p-m {
      padding: 1.875em; } }

.vp-s {
  padding-top: 0.46875em;
  padding-bottom: 0.46875em; }
  @media only screen and (min-width: 48em) {
    .vp-s {
      padding-top: 0.9375em;
      padding-bottom: 0.9375em; } }

.vp-m {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em; }
  @media only screen and (min-width: 48em) {
    .vp-m {
      padding-top: 1.875em;
      padding-bottom: 1.875em; } }

.hp-s {
  padding-left: 0.46875em;
  padding-right: 0.46875em; }
  @media only screen and (min-width: 48em) {
    .hp-s {
      padding-left: 0.9375em;
      padding-right: 0.9375em; } }

.hp-m {
  padding-left: 0.9375em;
  padding-right: 0.9375em; }
  @media only screen and (min-width: 48em) {
    .hp-m {
      padding-left: 1.875em;
      padding-right: 1.875em; } }

.header {
  position: relative;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  z-index: 20;
  background-color: #EAE9E5; }
  @media only screen and (min-width: 48em) {
    .header {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      width: 15.625em;
      padding-top: 0;
      padding-bottom: 0;
      overflow: scroll; } }

.logo {
  display: block;
  margin-left: 0.9375em;
  margin-right: 0.9375em; }
  @media only screen and (min-width: 48em) {
    .logo {
      margin-top: 4.125em;
      margin-left: 1.875em;
      margin-right: 1.875em; } }

.logo__img {
  display: block;
  max-width: 6.25em; }
  @media only screen and (min-width: 48em) {
    .logo__img {
      max-width: 11.875em; } }

.header__title {
  margin-top: 0.9375em;
  margin-left: 0.9375em;
  font: 1.125em "Source Sans Pro", Lucida Sans, sans-serif;
  /*text-transform: uppercase;
  letter-spacing: ls(100);*/ }
  @media only screen and (min-width: 48em) {
    .header__title {
      margin-top: 3.75em;
      margin-left: 1.875em; } }

.menu-toggle {
  position: absolute;
  top: 1.875em;
  right: 0.9375em;
  display: block;
  width: 1.875em;
  height: 1.875em; }

.menu-toggle__inner {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 1.875em;
  height: 0.21739em;
  background-color: #000;
  transition: all 0.4s 0.1s ease; }
  .menu--open .menu-toggle__inner {
    background-color: transparent;
    transition: all .1s ease; }
  .menu-toggle__inner:before, .menu-toggle__inner:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: all .2s ease; }
  .menu-toggle__inner:before {
    top: -0.5em;
    left: 0; }
    .menu--open .menu-toggle__inner:before {
      transform: translateY(0.5em) rotate(-45deg); }
  .menu-toggle__inner:after {
    top: 0.5em; }
    .menu--open .menu-toggle__inner:after {
      transform: translateY(-0.5em) rotate(45deg); }
  @media only screen and (min-width: 48em) {
    .menu-toggle__inner {
      display: none; } }

.main {
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 48em) {
    .main {
      padding-left: 15.625em; } }

.main__inner {
  position: relative;
  padding: 3.75em 0.9375em; }
  @media only screen and (min-width: 48em) {
    .main__inner {
      position: static;
      padding: 3.75em; } }
  @media only screen and (min-width: 64em) {
    .main__inner {
      padding: 3.75em 5.625em; } }

.content {
  max-width: 58.125em; }

.video {
  max-width: 100%; }

.menu {
  position: absolute;
  padding-bottom: 1.875em;
  background-color: #EAE9E5;
  bottom: 100%; }
  @media only screen and (min-width: 48em) {
    .menu {
      position: static;
      bottom: auto;
      margin-top: 0.9375em;
      padding-bottom: 0; } }
  .menu--open .menu {
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto; }
    @media only screen and (min-width: 48em) {
      .menu--open .menu {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto; } }

.nav {
  padding-left: 0;
  list-style: none;
  border-bottom: 0.0625em solid #CCCBC7; }
  @media only screen and (min-width: 48em) {
    .nav {
      border-bottom: none; } }

.nav__link,
.nav__sub__link {
  display: block;
  text-decoration: none;
  border-top: 0.09091em solid #CCCBC7;
  transition: all .2s ease; }
  .nav__link:hover,
  .nav__sub__link:hover {
    color: #FF00CA; }

.nav__link {
  padding: 1.15385em 2.30769em;
  font: bold 0.8125em "Source Sans Pro", Lucida Sans, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .is-active .nav__link {
    color: #FF00CA; }
  .nav__link:hover {
    transform: translateX(0.5em); }

.nav__sub {
  display: none;
  padding-left: 0;
  list-style: none; }
  @media only screen and (min-width: 48em) {
    .is-active .nav__sub {
      display: block; } }

.nav__sub__link {
  padding: 1.15385em 2.30769em 1.15385em 3.46154em;
  font: 0.8125em "Source Sans Pro", Lucida Sans, sans-serif;
  background-color: #DDDCD8; }

.terms {
  display: block;
  padding: 1.15385em 2.30769em;
  font: 0.8125em "Source Sans Pro", Lucida Sans, sans-serif;
  text-decoration: none;
  transition: color .2s ease; }
  .terms:hover {
    color: #FF00CA; }

.home {
  color: #FFF; }
  @media only screen and (min-width: 48em) {
    .home {
      max-width: 37.5em;
      margin-top: 15%; } }

.home-bg {
  position: absolute;
  left: 15.625em;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: #00C3D6;
  color: transparent !important;
  background: -moz-linear-gradient(top, #00C3D6 0%, #14547D 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00C3D6), color-stop(100%, #14547D));
  background: -webkit-linear-gradient(top, #00C3D6 0%, #14547D 100%);
  background: -o-linear-gradient(top, #00C3D6 0%, #14547D 100%);
  background: -ms-linear-gradient(top, #00C3D6 0%, #14547D 100%);
  background: linear-gradient(to bottom, #00C3D6 0%, #14547D 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C3D6', endColorstr='#14547D',GradientType=0 )"; }
  @media only screen and (min-width: 64em) {
    .home-bg {
      background: -moz-linear-gradient(left, #00C3D6 0%, #14547D 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00C3D6), color-stop(100%, #14547D));
      background: -webkit-linear-gradient(left, #00C3D6 0%, #14547D 100%);
      background: -o-linear-gradient(left, #00C3D6 0%, #14547D 100%);
      background: -ms-linear-gradient(left, #00C3D6 0%, #14547D 100%);
      background: linear-gradient(to right, #00C3D6 0%, #14547D 100%);
      filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C3D6', endColorstr='#14547D',GradientType=1 )"; } }
  @media only screen and (min-width: 48em) {
    .home-bg {
      display: block; } }
  .home-bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    display: block;
    width: 90%;
    max-width: 73.625em;
    height: 0;
    padding-bottom: 35%;
    background-image: url("../assets/img/home.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain; }

.page--home .main {
  background-color: #000; }
  @media only screen and (min-width: 48em) {
    .page--home .main {
      background: none; } }
  .page--home .main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 48em) {
      .page--home .main:before {
        display: none; } }

/*# sourceMappingURL=style.css.map */