/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

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

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
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; }

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

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

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-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; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, 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.
 */
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+, 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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Remove inner padding and search cancel button in Safari 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.
 * 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.
 */
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; }

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

td, th {
  padding: 0; }

@font-face {
  font-family: "icomoon";
  src: url('../fonts/icomoon.eot?n92b6z');
  src: url('../fonts/icomoon.eot?#iefixn92b6z') format('embedded-opentype'), url('../fonts/icomoon.woff?n92b6z') format('woff'), url('../fonts/icomoon.ttf?n92b6z') format('truetype'), url('../fonts/icomoon.svg?n92b6z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

.narrow-nav .social .facebook, .footer-social-nav .facebook, .narrow-nav .social .instagram, .footer-social-nav .instagram, .narrow-nav .social .twitter, .footer-social-nav .twitter, .narrow-nav .social .youtube, .footer-social-nav .youtube {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.narrow-nav .social .facebook:before, .footer-social-nav .facebook:before {
  content: "\e600"; }

.narrow-nav .social .instagram:before, .footer-social-nav .instagram:before {
  content: "\e601"; }

.narrow-nav .social .twitter:before, .footer-social-nav .twitter:before {
  content: "\e602"; }

.narrow-nav .social .youtube:before, .footer-social-nav .youtube:before {
  content: "\e603"; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

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

@media all and (max-width: 720px) {
  html, body {
    height: 100%; } }

html {
  font-size: 100%;
  text-rendering: optimizeLegibility; }

body {
  font-family: "proxima-nova", helvetica, sans-serif;
  min-width: 320px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.16;
  color: #000;
  background-color: #3a89ff; }

p {
  margin: 0; }
  p + p {
    margin-top: 1.16em; }

nav ul, nav ol {
  list-style: none;
  padding-left: 0;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

audio {
  width: 100%; }

html, .footer-form input, .footer-form button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.media {
  margin: 2em 0; }
  .media:after {
    content: " ";
    display: block;
    clear: both; }
  .media .body {
    overflow: hidden; }
  .media .img {
    float: left;
    margin-right: 45px; }
    .media .img img {
      display: block; }

@media all and (max-width: 720px) {
  .media .img {
    float: none;
    margin-right: 0; } }

@media all and (max-width: 720px) {
  .canvas {
    height: 100%; }
    .nav-open .canvas {
      overflow: hidden; } }

.narrow-nav {
  -webkit-box-shadow: 0 400em 0 400em #fd5555;
  box-shadow: 0 400em 0 400em #fd5555;
  background-color: #fd5555;
  display: none;
  width: 206px;
  background-color: #fd5555;
  padding: 12px 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto; }
  .narrow-nav .header-button {
    margin-left: -10px;
    float: none; }
  .narrow-nav .pages {
    font-size: 1em;
    line-height: 1; }
    .narrow-nav .pages li {
      margin-top: 20px; }
    .narrow-nav .pages a {
      display: block;
      font-weight: 900;
      text-transform: uppercase;
      color: #fff; }
  .narrow-nav .social {
    padding-top: 18px; }
    .narrow-nav .social li {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.167em;
      line-height: 1; }
    .narrow-nav .social li + li {
      margin-left: 14px; }
    .narrow-nav .social a {
      color: #fff; }
    .narrow-nav .social b {
      font-size: 0.1px;
      color: transparent; }
    .narrow-nav .social .twitter {
      font-size: 0.808em; }
    .narrow-nav .social .youtube {
      font-size: 0.692em; }
  @media all and (max-width: 720px) {
    .narrow-nav {
      display: block; } }

.container {
  background-color: #3a89ff;
  -webkit-transition: 0.2s -webkit-transform ease;
  transition: 0.2s transform ease;
  position: relative;
  z-index: 110; }
  @media all and (max-width: 720px) {
    .container {
      min-height: 100%;
      -webkit-box-shadow: 0 0 13px 0 #000;
      box-shadow: 0 0 13px 0 #000; }
      .nav-open .container {
        -webkit-transform: translateX(206px);
        -ms-transform: translateX(206px);
        transform: translateX(206px); } }

.page-header {
  background-color: #fd5555;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd6666), to(#e14949));
  background: -webkit-linear-gradient(top, #fd6666, #e14949);
  background: linear-gradient(to bottom, #fd6666, #e14949); }
  .internal .page-header {
    margin-bottom: 52px; }
  @media all and (max-width: 720px) {
    .page-header {
      padding: 7px 20px 8px; }
      .page-header:after {
        content: " ";
        display: block;
        clear: both; }
      .internal .page-header {
        margin-bottom: 21px; } }
  @media all and (max-width: 500px) {
    .page-header {
      padding-right: 10px;
      padding-left: 10px; } }

.header-nav {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto; }
  .header-nav ul {
    font-size: 1.167em;
    text-align: center;
    line-height: 1; }
    .header-nav ul a {
      display: block;
      font-weight: 900;
      text-transform: uppercase;
      color: #fff;
      padding: 9px 0 7px;
      position: relative; }
      .header-nav ul a.active:after, .header-nav ul a:hover:after {
        content: "";
        display: block;
        border-right: 8px solid transparent;
        border-bottom: 9px solid #fff;
        border-left: 8px solid transparent;
        margin-left: -8px;
        position: absolute;
        bottom: 0;
        left: 50%; }
  .header-nav li {
    display: inline-block;
    vertical-align: top; }
  .header-nav li + li {
    margin-left: 40px; }
  .header-nav .nav-button {
    color: #fd5555;
    background-color: #fde53f;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff675), to(#e8df5f));
    background: -webkit-linear-gradient(top, #fff675, #e8df5f);
    background: linear-gradient(to bottom, #fff675, #e8df5f);
    padding: 4px 14px 2px;
    border-radius: 34px;
    margin-top: 5px;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25); }
    .header-nav .nav-button.active:after, .header-nav .nav-button:hover:after {
      display: none; }
  .internal .header-nav {
    padding-left: 249px;
    position: relative; }
    .internal .header-nav ul {
      font-size: 1em;
      text-align: right; }
      .internal .header-nav ul a {
        padding: 11px 0 9px; }
    .internal .header-nav li + li {
      margin-left: 38px; }
    .internal .header-nav .nav-button {
      padding: 4px 14px 2px;
      margin-top: 7px; }
  @media all and (max-width: 1020px) {
    .internal .header-nav {
      padding-left: 210px; }
      .internal .header-nav ul {
        font-size: 0.875em;
        padding-right: 10px; }
        .internal .header-nav ul a {
          padding: 12px 0 11px; }
      .internal .header-nav .nav-button {
        margin-top: 8px; } }
  @media all and (max-width: 920px) {
    .header-nav ul {
      font-size: 1em; }
      .header-nav ul a {
        padding: 11px 0 9px; }
    .header-nav li + li {
      margin-left: 30px; }
    .header-nav .nav-button {
      padding: 4px 14px 2px;
      margin-top: 7px; }
    .internal .header-nav ul {
      font-size: 0.625em; }
      .internal .header-nav ul a {
        padding: 15px 0 14px; }
    .internal .header-nav li + li {
      margin-left: 24px; }
    .internal .header-nav .nav-button {
      margin-top: 11px; } }
  @media all and (max-width: 720px) {
    .header-nav {
      display: none; } }

.nav-toggle {
  display: none;
  font-size: 0.792em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  padding: 4px 0 4px 40px;
  margin-top: 3px;
  float: left;
  position: relative; }
  .nav-toggle:focus {
    outline: none; }
  .nav-toggle:before {
    content: "";
    display: block;
    width: 28px;
    height: 27px;
    background: transparent url('../images/sprite-hamburger.png') no-repeat 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .no-backgroundsize .nav-toggle:before {
      background-image: url('../images/sprite-hamburger-half.png'); }
  .nav-open .nav-toggle:before {
    background-position: -29px 0; }
  @media all and (max-width: 720px) {
    .nav-toggle {
      display: block; } }

.header-button {
  display: none;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #fd5555;
  background-color: #fde53f;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff675), to(#e8df5f));
  background: -webkit-linear-gradient(top, #fff675, #e8df5f);
  background: linear-gradient(to bottom, #fff675, #e8df5f);
  padding: 5px 10px 3px;
  border-radius: 32px;
  float: right;
  -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25); }
  @media all and (max-width: 720px) {
    .header-button {
      display: block; } }

.header-logo {
  width: 249px;
  background-color: #fde53f;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25); }
  .header-logo a {
    display: block;
    padding: 11px 17px 12px 19px; }
  .header-logo img {
    display: block;
    width: 100%; }
  @media all and (max-width: 1020px) {
    .header-logo {
      width: 200px;
      left: 10px; } }

.narrow-header-logo {
  display: none;
  width: 142px;
  margin: 12px auto; }
  .narrow-header-logo a, .narrow-header-logo img {
    display: block;
    width: 100%;
    height: auto; }
  @media all and (max-width: 720px) {
    .narrow-header-logo {
      display: block; } }

.page-footer {
  font-size: 0.667em;
  font-weight: 700;
  text-align: center; }
  @media all and (max-width: 720px) {
    .page-footer {
      font-size: 0.541em; } }

.footer-form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 383px;
  text-align: left;
  padding-right: 112px;
  position: relative; }
  .footer-form label {
    display: block;
    line-height: 1;
    text-transform: uppercase;
    color: #d1eefd;
    margin-bottom: 5px; }
  .footer-form input, .footer-form button {
    height: 46px;
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .footer-form input:focus, .footer-form button:focus {
      outline: 0; }
  .footer-form input {
    display: block;
    width: 100%;
    color: #f9565b;
    padding: 0 1em; }
    .footer-form input::-webkit-input-placeholder {
      color: #f9565b;
      font-style: normal;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .footer-form input:-moz-placeholder {
      color: #f9565b;
      font-style: normal;
      text-transform: uppercase;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .footer-form input::-moz-placeholder {
      color: #f9565b;
      font-style: normal;
      text-transform: uppercase;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .footer-form input:-ms-input-placeholder {
      color: #f9565b;
      font-style: normal;
      text-transform: uppercase; }
    .lt-ie9 .footer-form input {
      line-height: 46px; }
  .footer-form button {
    width: 112px;
    color: #fff;
    background-color: #fd5555;
    background: -webkit-gradient(linear, left top, left bottom, from(#fd6666), to(#e14949));
    background: -webkit-linear-gradient(top, #fd6666, #e14949);
    background: linear-gradient(to bottom, #fd6666, #e14949);
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25); }
  @media all and (max-width: 720px) {
    .footer-form {
      display: block;
      padding-right: 98px;
      padding-left: 10px;
      margin: 0 auto; }
      .footer-form input, .footer-form button {
        height: 37px;
        right: 10px; }
      .footer-form button {
        width: 88px; } }

.footer-social-nav {
  display: inline-block;
  vertical-align: top;
  padding-top: 31px;
  margin-left: 47px; }
  .footer-social-nav li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.625em;
    line-height: 1; }
  .footer-social-nav li + li {
    margin-left: 14px; }
  .footer-social-nav a {
    color: #fff; }
  .footer-social-nav b {
    font-size: 0.1px;
    color: transparent; }
  .footer-social-nav .twitter {
    font-size: 0.808em; }
  .footer-social-nav .youtube {
    font-size: 0.692em; }
  @media all and (max-width: 720px) {
    .footer-social-nav {
      display: block;
      padding-top: 17px;
      margin: 0 auto; }
      .footer-social-nav li {
        font-size: 2.154em; } }

.copyright {
  text-transform: uppercase;
  color: #fff;
  padding: 54px 0 0; }
  @media all and (max-width: 720px) {
    .copyright {
      font-size: 0.615em;
      padding: 14px 0 6px; } }

.page-content {
  width: 100%;
  max-width: 1020px;
  padding: 0 40px;
  margin: 0 auto 50px; }
  .page-content > p {
    width: 100%;
    max-width: 771px;
    font-size: 0.875em;
    text-align: center;
    line-height: 1.24;
    margin-right: auto;
    margin-left: auto; }
  .page-content a {
    color: #fff;
    text-decoration: underline; }
  .internal .page-content {
    min-height: 440px; }
  @media all and (max-width: 720px) {
    .page-content {
      padding: 0 20px;
      margin-bottom: 58px; }
      .internal .page-content {
        min-height: 0;
        margin-bottom: 32px; } }
  @media all and (max-width: 500px) {
    .page-content {
      padding: 0 10px; }
      .page-content > p {
        font-size: 0.583em;
        padding: 0 18px; } }

.logo {
  width: 100%;
  max-width: 771px;
  margin: 54px auto 29px; }
  .logo img {
    display: block;
    width: 100%;
    height: auto; }
  @media all and (max-width: 720px) {
    .logo {
      margin-top: 66px;
      margin-bottom: 10px; } }

.subheading {
  font-size: 1.792em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0 0 47px; }
  .subheading.tall {
    padding-top: 4em; }
  .subheading.smaller {
    font-size: 1.6em; }
  .internal .subheading {
    margin-bottom: 34px; }
  @media all and (max-width: 720px) {
    .subheading {
      font-size: 5.4vw;
      margin-bottom: 22px; }
      .subheading.tall {
        padding: 2em 0 1.25em; }
      .internal .subheading {
        font-size: 1.417em;
        margin-bottom: 13px; }
      .no-cssvwunit .subheading {
        font-size: 1.625em; } }
  @media all and (max-width: 320px) {
    .subheading {
      font-size: 0.708em; } }

.player {
  max-width: 750px;
  margin: 0 auto 1em; }
  .player h3 {
    margin: 5px 1.5em;
    font-size: 0.583em;
    color: #fff; }

.quote-carousel {
  margin: 0; }
  .quote-carousel ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0; }
    .quote-carousel ul:after {
      content: " ";
      display: block;
      clear: both; }
  .quote-carousel li {
    display: none; }
    .quote-carousel li:first-child {
      display: block; }

.quote {
  font-size: 0.958em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0 auto; }
  .quote em {
    font-size: 1.174em;
    font-weight: 700;
    color: #fde53f; }
  .quote b {
    font-size: 1.348em;
    color: #fde53f; }
    .quote b em {
      font-size: 1em; }
  @media all and (max-width: 920px) {
    .quote {
      width: 100%;
      max-width: 450px; } }
  @media all and (max-width: 720px) {
    .quote {
      max-width: 300px;
      font-size: 0.625em; } }

.quote--attribution {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  padding-top: 6px; }
  @media all and (max-width: 720px) {
    .quote--attribution {
      font-size: 1em;
      padding-top: 0; } }

.bio h2 {
  margin: 0;
  font-size: 1.667em;
  color: #fff; }
.bio h3 {
  margin: 0 0 10px;
  font-size: 0.875em;
  color: #fff; }
.bio p {
  font-size: 0.875em; }

.mejs-container {
  position: relative;
  width: 100%;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }

.me-plugin {
  position: absolute;
  height: auto;
  width: auto; }

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

.mejs-clear {
  clear: both; }

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: #db4b50;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd6666), to(#e14949));
  background: -webkit-linear-gradient(top, #fd6666, #e14949);
  background: linear-gradient(to bottom, #fd6666, #e14949);
  height: 1.5em;
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2); }

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: Helvetica, Arial;
  border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 10px 10px;
  padding: 0;
  position: absolute;
  height: 18px;
  width: 18px;
  border: 0;
  outline: none;
  background: transparent url(../images/controls.svg) no-repeat; }

.no-svg .mejs-controls .mejs-button button {
  background-image: url(../images/controls.png); }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 12px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 16px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-playpause-button button {
  height: 24px;
  width: 24px;
  margin: 7px 10px; }

.mejs-controls .mejs-play button {
  background-position: 0 0; }

.mejs-controls .mejs-pause button {
  background-position: 0 -24px; }

.mejs-controls .mejs-stop button {
  background-position: -128px 0; }

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 7px; }

.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 12px;
  border-radius: 2px;
  cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #217dff;
  background: -webkit-gradient(linear, left top, left bottom, from(#076eff), to(#4995ff));
  background: -webkit-linear-gradient(#076eff, #4995ff);
  background: linear-gradient(#076eff, #4995ff);
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2); }

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3a89ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#217dff), to(#4492ff));
  background: -webkit-linear-gradient(#217dff, #4492ff);
  background: linear-gradient(#217dff, #4492ff);
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fde53f;
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  font-size: 11px;
  text-align: center;
  color: #111; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px; }

/* End: Progress Bar */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -32px -16px; }

.mejs-controls .mejs-unmute button {
  background-position: -32px 0; }

.mejs-controls .mejs-volume-button {
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px; }

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 80px;
  position: relative; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 14px;
  width: 70px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 14px;
  width: 70px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fde53f; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */