/* Origami and third-party components */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
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: 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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, 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

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

td,
th {
  padding: 0; }

.o-ft-typography-badge {
  display: inline-block;
  border-radius: 5px;
  padding: 0 4px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  background-color: #cc0000;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.o-ft-typography-heading1 {
  margin: 0 0 16px;
  padding: 8px 0 7px;
  border-top: 4px solid #a7a59b;
  border-bottom: 1px dotted #a7a59b;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000; }
  .o-ft-typography-heading1 a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading1 a:hover {
      color: #2e6e9e; }

.o-ft-typography-heading2 {
  margin: 0 0 16px;
  padding: 8px 0 7px;
  border-top: 4px solid #a7a59b;
  border-bottom: 1px dotted #a7a59b;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  color: #000000; }
  .o-ft-typography-heading2 a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading2 a:hover {
      color: #2e6e9e; }

.o-ft-typography-heading3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 21px;
  margin-top: 21px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333333;
  margin-bottom: 15px;
  padding: 5px 0;
  border-top: 1px dotted #74736c;
  border-bottom: 1px dotted #74736c; }
  .o-ft-typography-heading3 a {
    text-decoration: none;
    color: #333333;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading3 a:hover {
      color: #2e6e9e; }
  .o-ft-typography-heading3 + * {
    margin-top: 0; }

.o-ft-typography-heading4 {
  margin-bottom: 15px;
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 21px;
  margin-top: 21px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333333; }
  .o-ft-typography-heading4 + * {
    margin-top: 0; }
  .o-ft-typography-heading4 a {
    text-decoration: none;
    color: #333333;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading4 a:hover {
      color: #2e6e9e; }

.o-ft-typography-heading5 {
  margin: 0 0 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABdwAAAAPAQMAAADEaZ8BAAAABlBMVEUAAADs3s8R/6e7AAAAAXRSTlMAQObYZgAAADBJREFUSMdj+D90QcNQdvyDUccPEPgw6njiwKjjh43jh3SGHdKOb2AYBaNgFAwdAACrOE9c1sAQpgAAAABJRU5ErkJggg==") bottom right no-repeat;
  *border-bottom: 1px solid #e9decf;
  *background-image: none;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
  text-shadow: 4px 0 2px #fff1e0, -4px 0 2px #fff1e0, 0 4px 2px #fff1e0, 0 -4px 2px #fff1e0, 2px 0 4px #fff1e0, -2px 0 4px #fff1e0, 0 2px 4px #fff1e0, 0 -2px 4px #fff1e0, 6px 0 1px #fff1e0; }
  .o-ft-typography-heading5 a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading5 a:hover {
      color: #000000; }

.o-ft-typography-heading6 {
  margin: 0 0 8px;
  margin: 0 0 8px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }
  .o-ft-typography-heading6 a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading6 a:hover {
      color: #000000; }

.o-ft-typography-heading1-layout {
  margin: 0 0 16px;
  padding: 8px 0 7px;
  border-top: 4px solid #a7a59b;
  border-bottom: 1px dotted #a7a59b; }

.o-ft-typography-heading1-text {
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000; }
  .o-ft-typography-heading1-text a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading1-text a:hover {
      color: #2e6e9e; }

.o-ft-typography-heading2-layout {
  margin: 0 0 16px;
  padding: 8px 0 7px;
  border-top: 4px solid #a7a59b;
  border-bottom: 1px dotted #a7a59b; }

.o-ft-typography-heading2-text {
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  color: #000000; }
  .o-ft-typography-heading2-text a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading2-text a:hover {
      color: #2e6e9e; }

.o-ft-typography-heading3-layout {
  margin-bottom: 15px;
  padding: 5px 0;
  border-top: 1px dotted #74736c;
  border-bottom: 1px dotted #74736c; }
  .o-ft-typography-heading3-layout + * {
    margin-top: 0; }

.o-ft-typography-heading3-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 21px;
  margin-top: 21px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333333; }
  .o-ft-typography-heading3-text a {
    text-decoration: none;
    color: #333333;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading3-text a:hover {
      color: #2e6e9e; }

.o-ft-typography-heading4-layout {
  margin-bottom: 15px;
  padding: 5px 0; }
  .o-ft-typography-heading4-layout + * {
    margin-top: 0; }

.o-ft-typography-heading4-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 21px;
  margin-top: 21px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333333; }
  .o-ft-typography-heading4-text a {
    text-decoration: none;
    color: #333333;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading4-text a:hover {
      color: #2e6e9e; }

.o-ft-typography-heading5-layout {
  margin: 0 0 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABdwAAAAPAQMAAADEaZ8BAAAABlBMVEUAAADs3s8R/6e7AAAAAXRSTlMAQObYZgAAADBJREFUSMdj+D90QcNQdvyDUccPEPgw6njiwKjjh43jh3SGHdKOb2AYBaNgFAwdAACrOE9c1sAQpgAAAABJRU5ErkJggg==") bottom right no-repeat;
  *border-bottom: 1px solid #e9decf;
  *background-image: none; }

.o-ft-typography-heading5-text {
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
  text-shadow: 4px 0 2px #fff1e0, -4px 0 2px #fff1e0, 0 4px 2px #fff1e0, 0 -4px 2px #fff1e0, 2px 0 4px #fff1e0, -2px 0 4px #fff1e0, 0 2px 4px #fff1e0, 0 -2px 4px #fff1e0, 6px 0 1px #fff1e0; }
  .o-ft-typography-heading5-text a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading5-text a:hover {
      color: #000000; }

.o-ft-typography-heading6-layout {
  margin: 0 0 8px; }

.o-ft-typography-heading6-text {
  margin: 0 0 8px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }
  .o-ft-typography-heading6-text a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading6-text a:hover {
      color: #000000; }

.o-ft-typography-title-large {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  margin-top: -5px;
  padding-bottom: 5px;
  color: #000000; }
  .o-ft-typography-title-large a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-title-large a:hover {
      color: #2e6e9e; }

.o-ft-typography-title-medium {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #000000; }
  .o-ft-typography-title-medium a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-title-medium a:hover {
      color: #2e6e9e; }

.o-ft-typography-title-small {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  color: #000000; }
  .o-ft-typography-title-small a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-title-small a:hover {
      color: #2e6e9e; }

.o-ft-typography-lead-large {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #333333; }
  .o-ft-typography-lead-large a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-lead-large a:hover {
      color: #000000; }

.o-ft-typography-lead-medium {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  color: #777777; }
  .o-ft-typography-lead-medium a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-lead-medium a:hover {
      color: #000000; }

.o-ft-typography-lead-small {
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  color: #333333; }
  .o-ft-typography-lead-small a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-lead-small a:hover {
      color: #000000; }

.o-ft-typography-label-large {
  color: #333333;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 21px; }
  .o-ft-typography-label-large a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-label-large a:hover {
      color: #000000; }

.o-ft-typography-label-small {
  color: #333333;
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px; }
  .o-ft-typography-label-small a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-label-small a:hover {
      color: #000000; }

.o-ft-typography-label-medium {
  color: #333333;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 17px; }
  .o-ft-typography-label-medium a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-label-medium a:hover {
      color: #000000; }

.o-ft-typography-brand {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000000; }
  .o-ft-typography-brand a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-brand a:hover {
      color: #000000; }

.o-ft-typography-byline {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #74736c; }

.o-ft-typography-timestamp {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #74736c; }

.o-ft-typography-body--bold {
  font-weight: bold; }

.o-ft-typography-body--italic {
  font-style: italic; }

.o-ft-typography-boldy--small {
  font-size: 0.75em; }

.o-ft-typography-body--sup {
  display: inline-block;
  margin-top: -3px;
  font-size: 0.75em;
  vertical-align: super; }

.o-ft-typography-body--sub {
  display: inline-block;
  margin-bottom: -5px;
  font-size: 0.75em;
  vertical-align: sub; }

.o-ft-typography-body--link {
  text-decoration: none;
  color: #2e6e9e;
  cursor: pointer; }
  .o-hoverable-on .o-ft-typography-body--link:hover {
    color: #000000; }

.o-ft-typography-body {
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }

.o-ft-typography-body--lead {
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  -webkit-font-smoothing: antialiased; }

.o-ft-typography-body__block {
  margin-bottom: 21px;
  margin-top: 21px; }

.o-ft-typography-body__list {
  list-style-position: outside;
  padding-left: 20px;
  font-weight: normal;
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 21px;
  margin-top: 21px; }

.o-ft-typography-body__list--ordered {
  list-style-type: decimal; }

.o-ft-typography-body__list--unordered {
  list-style-type: disc; }

.o-ft-typography-body-wrapper h2 {
  margin: 0 0 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABdwAAAAPAQMAAADEaZ8BAAAABlBMVEUAAADs3s8R/6e7AAAAAXRSTlMAQObYZgAAADBJREFUSMdj+D90QcNQdvyDUccPEPgw6njiwKjjh43jh3SGHdKOb2AYBaNgFAwdAACrOE9c1sAQpgAAAABJRU5ErkJggg==") bottom right no-repeat;
  *border-bottom: 1px solid #e9decf;
  *background-image: none;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
  text-shadow: 4px 0 2px #fff1e0, -4px 0 2px #fff1e0, 0 4px 2px #fff1e0, 0 -4px 2px #fff1e0, 2px 0 4px #fff1e0, -2px 0 4px #fff1e0, 0 2px 4px #fff1e0, 0 -2px 4px #fff1e0, 6px 0 1px #fff1e0; }
  .o-ft-typography-body-wrapper h2 a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-body-wrapper h2 a:hover {
      color: #000000; }

.o-ft-typography-body-wrapper h3 {
  margin: 0 0 8px;
  margin: 0 0 8px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }
  .o-ft-typography-body-wrapper h3 a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-body-wrapper h3 a:hover {
      color: #000000; }

.o-ft-typography-body-wrapper a {
  text-decoration: none;
  color: #2e6e9e;
  cursor: pointer; }
  .o-hoverable-on .o-ft-typography-body-wrapper a:hover {
    color: #000000; }

.o-ft-typography-body-wrapper p {
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 21px;
  margin-top: 21px; }

.o-ft-typography-body-wrapper ol,
.o-ft-typography-body-wrapper ul {
  list-style-position: outside;
  padding-left: 20px;
  font-weight: normal;
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 21px;
  margin-top: 21px; }

.o-ft-typography-body-wrapper strong {
  font-weight: bold; }

.o-ft-typography-body-wrapper em {
  font-style: italic; }

.o-ft-typography-body-wrapper small {
  font-size: 0.75em; }

.o-ft-typography-body-wrapper sup {
  display: inline-block;
  margin-top: -3px;
  font-size: 0.75em;
  vertical-align: super; }

.o-ft-typography-body-wrapper sub {
  display: inline-block;
  margin-bottom: -5px;
  font-size: 0.75em;
  vertical-align: sub; }

.o-ft-typography-body-wrapper ol {
  list-style-type: decimal; }

.o-ft-typography-body-wrapper ul {
  list-style-type: disc; }

.o-ft-typography-article-body {
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #333333; }

.o-ft-typography-article-body__block {
  margin-bottom: 24px;
  margin-top: 24px; }

.o-ft-typography-article-body--lead {
  margin: 0 0 9px;
  border-bottom: 1px dotted #74736c;
  padding: 0 0 14px;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
  color: #333333; }

.o-ft-typography-article-body__list {
  list-style-position: outside;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #333333;
  margin-bottom: 24px;
  margin-top: 24px; }

.o-ft-typography-article-body-wrapper h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 21px;
  margin-top: 21px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333333;
  margin-bottom: 15px;
  padding: 5px 0;
  border-top: 1px dotted #74736c;
  border-bottom: 1px dotted #74736c; }
  .o-ft-typography-article-body-wrapper h2 a {
    text-decoration: none;
    color: #333333;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-article-body-wrapper h2 a:hover {
      color: #2e6e9e; }
  .o-ft-typography-article-body-wrapper h2 + * {
    margin-top: 0; }

.o-ft-typography-article-body-wrapper h3 {
  margin-bottom: 15px;
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 21px;
  margin-top: 21px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333333; }
  .o-ft-typography-article-body-wrapper h3 + * {
    margin-top: 0; }
  .o-ft-typography-article-body-wrapper h3 a {
    text-decoration: none;
    color: #333333;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-article-body-wrapper h3 a:hover {
      color: #2e6e9e; }

.o-ft-typography-article-body-wrapper a {
  text-decoration: none;
  color: #2e6e9e;
  cursor: pointer; }
  .o-hoverable-on .o-ft-typography-article-body-wrapper a:hover {
    color: #000000; }

.o-ft-typography-article-body-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #333333;
  margin-bottom: 24px;
  margin-top: 24px; }

.o-ft-typography-article-body-wrapper ol,
.o-ft-typography-article-body-wrapper ul {
  list-style-position: outside;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #333333;
  margin-bottom: 24px;
  margin-top: 24px; }

.o-ft-typography-article-body-wrapper strong {
  font-weight: bold; }

.o-ft-typography-article-body-wrapper em {
  font-style: italic; }

.o-ft-typography-article-body-wrapper small {
  font-size: 0.75em; }

.o-ft-typography-article-body-wrapper sup {
  display: inline-block;
  margin-top: -3px;
  font-size: 0.75em;
  vertical-align: super; }

.o-ft-typography-article-body-wrapper sub {
  display: inline-block;
  margin-bottom: -5px;
  font-size: 0.75em;
  vertical-align: sub; }

.o-ft-typography-article-body-wrapper ol {
  list-style-type: decimal; }

.o-ft-typography-article-body-wrapper ul {
  list-style-type: disc; }

.o-ft-typography-label-large {
  color: #333333;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 21px; }
  .o-ft-typography-label-large a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-label-large a:hover {
      color: #000000; }

.o-ft-typography-label-medium {
  color: #333333;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 17px; }
  .o-ft-typography-label-medium a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-label-medium a:hover {
      color: #000000; }

.o-ft-typography-label-small {
  color: #333333;
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px; }
  .o-ft-typography-label-small a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-label-small a:hover {
      color: #000000; }

.o-ft-typography-body--lead {
  margin: 0 0 9px;
  border-bottom: 1px dotted #74736c;
  padding: 0 0 14px;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
  color: #333333; }

.o-ft-typography-body {
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }

.o-ft-typography-body__block {
  margin-bottom: 21px;
  margin-top: 21px; }

.o-ft-typography-body__list {
  list-style-position: outside;
  padding-left: 20px;
  font-weight: normal;
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 21px;
  margin-top: 21px; }

.o-ft-typography-body--bold {
  font-weight: bold; }

.o-ft-typography-body--italic {
  font-style: italic; }

.o-ft-typography-body--small {
  font-size: 0.75em; }

.o-ft-typography-body--super {
  font-size: 0.75em; }

.o-ft-typography-body--sub {
  display: inline-block;
  margin-bottom: -5px;
  font-size: 0.75em;
  vertical-align: sub; }

.o-ft-typography-body__link {
  text-decoration: none;
  color: #2e6e9e;
  cursor: pointer; }
  .o-hoverable-on .o-ft-typography-body__link:hover {
    color: #000000; }

.o-ft-typography-body__list--ordered {
  list-style-type: decimal; }

.o-ft-typography-body__list--unordered {
  list-style-type: disc; }

.o-ft-typography-article-body--lead {
  margin: 0 0 9px;
  border-bottom: 1px dotted #74736c;
  padding: 0 0 14px;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
  color: #333333; }

.o-ft-typography-article-body {
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #333333; }

.o-ft-typography-article-body__block {
  margin-bottom: 24px;
  margin-top: 24px; }

.o-ft-typography-article-body__list {
  list-style-position: outside;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #333333;
  margin-bottom: 24px;
  margin-top: 24px; }

.o-ft-typography-heading-xlarge, .o-ft-typography-heading1, .o-ft-typography-heading1-layout {
  margin: 0 0 16px;
  padding: 8px 0 7px;
  border-top: 4px solid #a7a59b;
  border-bottom: 1px dotted #a7a59b; }

.o-ft-typography-heading-xlarge, .o-ft-typography-heading1, .o-ft-typography-heading1-text {
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000; }
  .o-ft-typography-heading-xlarge a, .o-ft-typography-heading1 a, .o-ft-typography-heading1-text a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading-xlarge a:hover, .o-hoverable-on .o-ft-typography-heading1 a:hover, .o-hoverable-on .o-ft-typography-heading1-text a:hover {
      color: #2e6e9e; }

.o-ft-typography-heading-large, .o-ft-typography-heading2, .o-ft-typography-heading2-layout {
  margin: 0 0 16px;
  padding: 8px 0 7px;
  border-top: 4px solid #a7a59b;
  border-bottom: 1px dotted #a7a59b; }

.o-ft-typography-heading-large, .o-ft-typography-heading2, .o-ft-typography-heading2-text {
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  color: #000000; }
  .o-ft-typography-heading-large a, .o-ft-typography-heading2 a, .o-ft-typography-heading2-text a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading-large a:hover, .o-hoverable-on .o-ft-typography-heading2 a:hover, .o-hoverable-on .o-ft-typography-heading2-text a:hover {
      color: #2e6e9e; }

.o-ft-typography-article-subheading1, .o-ft-typography-heading3, .o-ft-typography-heading3-layout {
  margin-bottom: 15px;
  padding: 5px 0;
  border-top: 1px dotted #74736c;
  border-bottom: 1px dotted #74736c; }
  .o-ft-typography-article-subheading1 + *, .o-ft-typography-heading3 + *, .o-ft-typography-heading3-layout + * {
    margin-top: 0; }

.o-ft-typography-article-subheading1, .o-ft-typography-heading3, .o-ft-typography-heading3-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 21px;
  margin-top: 21px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333333; }
  .o-ft-typography-article-subheading1 a, .o-ft-typography-heading3 a, .o-ft-typography-heading3-text a {
    text-decoration: none;
    color: #333333;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-article-subheading1 a:hover, .o-hoverable-on .o-ft-typography-heading3 a:hover, .o-hoverable-on .o-ft-typography-heading3-text a:hover {
      color: #2e6e9e; }

.o-ft-typography-article-subheading2, .o-ft-typography-heading4, .o-ft-typography-heading4-layout {
  margin-bottom: 15px;
  padding: 5px 0; }
  .o-ft-typography-article-subheading2 + *, .o-ft-typography-heading4 + *, .o-ft-typography-heading4-layout + * {
    margin-top: 0; }

.o-ft-typography-article-subheading2, .o-ft-typography-heading4, .o-ft-typography-heading4-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 21px;
  margin-top: 21px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333333; }
  .o-ft-typography-article-subheading2 a, .o-ft-typography-heading4 a, .o-ft-typography-heading4-text a {
    text-decoration: none;
    color: #333333;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-article-subheading2 a:hover, .o-hoverable-on .o-ft-typography-heading4 a:hover, .o-hoverable-on .o-ft-typography-heading4-text a:hover {
      color: #2e6e9e; }

.o-ft-typography-heading-medium, .o-ft-typography-heading5, .o-ft-typography-heading5-layout {
  margin: 0 0 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABdwAAAAPAQMAAADEaZ8BAAAABlBMVEUAAADs3s8R/6e7AAAAAXRSTlMAQObYZgAAADBJREFUSMdj+D90QcNQdvyDUccPEPgw6njiwKjjh43jh3SGHdKOb2AYBaNgFAwdAACrOE9c1sAQpgAAAABJRU5ErkJggg==") bottom right no-repeat;
  *border-bottom: 1px solid #e9decf;
  *background-image: none; }

.o-ft-typography-heading-medium, .o-ft-typography-heading5, .o-ft-typography-heading5-text {
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
  text-shadow: 4px 0 2px #fff1e0, -4px 0 2px #fff1e0, 0 4px 2px #fff1e0, 0 -4px 2px #fff1e0, 2px 0 4px #fff1e0, -2px 0 4px #fff1e0, 0 2px 4px #fff1e0, 0 -2px 4px #fff1e0, 6px 0 1px #fff1e0; }
  .o-ft-typography-heading-medium a, .o-ft-typography-heading5 a, .o-ft-typography-heading5-text a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading-medium a:hover, .o-hoverable-on .o-ft-typography-heading5 a:hover, .o-hoverable-on .o-ft-typography-heading5-text a:hover {
      color: #000000; }

.o-ft-typography-heading-small, .o-ft-typography-heading6, .o-ft-typography-heading6-layout {
  margin: 0 0 8px; }

.o-ft-typography-heading-small, .o-ft-typography-heading6, .o-ft-typography-heading6-text {
  margin: 0 0 8px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }
  .o-ft-typography-heading-small a, .o-ft-typography-heading6 a, .o-ft-typography-heading6-text a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-heading-small a:hover, .o-hoverable-on .o-ft-typography-heading6 a:hover, .o-hoverable-on .o-ft-typography-heading6-text a:hover {
      color: #000000; }

.o-ft-typography-title-large {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  margin-top: -5px;
  padding-bottom: 5px;
  color: #000000; }
  .o-ft-typography-title-large a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-title-large a:hover {
      color: #2e6e9e; }

.o-ft-typography-title-medium {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #000000; }
  .o-ft-typography-title-medium a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-title-medium a:hover {
      color: #2e6e9e; }

.o-ft-typography-title-small {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  color: #000000; }
  .o-ft-typography-title-small a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-title-small a:hover {
      color: #2e6e9e; }

.o-ft-typography-lead-large {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #333333; }
  .o-ft-typography-lead-large a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-lead-large a:hover {
      color: #000000; }

.o-ft-typography-lead-medium {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  color: #777777; }
  .o-ft-typography-lead-medium a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-lead-medium a:hover {
      color: #000000; }

.o-ft-typography-lead-small {
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  color: #333333; }
  .o-ft-typography-lead-small a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-lead-small a:hover {
      color: #000000; }

.o-ft-typography-badge {
  display: inline-block;
  border-radius: 5px;
  padding: 0 4px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  background-color: #cc0000;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.o-ft-typography-brand {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  font-family: BentonSans, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000000; }
  .o-ft-typography-brand a {
    text-decoration: none;
    color: #2e6e9e;
    cursor: pointer; }
    .o-hoverable-on .o-ft-typography-brand a:hover {
      color: #000000; }

.o-ft-typography-byline {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #74736c; }

.o-ft-typography-timestamp {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-family: BentonSans, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #74736c; }

@font-face {
  src: url("//origami-build.ft.com/v2/files/o-fonts-assets@1.2.0/BentonSans-Regular.woff?#iefix") format("woff");
  font-family: BentonSans;
  font-weight: 400;
  font-style: normal; }

@font-face {
  src: url("//origami-build.ft.com/v2/files/o-fonts-assets@1.2.0/BentonSans-Bold.woff?#iefix") format("woff");
  font-family: BentonSans;
  font-weight: 700;
  font-style: normal; }

.o-buttons {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  outline: 0;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-family: BentonSans, sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s background-color, 0.15s box-shadow ease-in;
          transition: 0.3s background-color, 0.15s box-shadow ease-in;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: padding-box;
  padding: 3px 14px 3px 14px;
  font-size: 14px;
  line-height: 16px;
  border-width: 1px;
  color: #2e6e9e;
  background: transparent;
  border-color: #2e6e9e; }
  .o-buttons:focus {
    box-shadow: inset 0 0 4px 1px #2e6e9e; }
  .o-hoverable-on .o-buttons:not([disabled]):not([aria-selected=true]):not([aria-pressed=true]):hover {
    background: rgba(116, 115, 108, 0.15); }
  .o-buttons[aria-selected=true] {
    color: #ffffff;
    background: #74736c;
    border-color: #74736c; }
    .o-buttons[aria-selected=true]:focus {
      box-shadow: inset 0 0 4px 1px #ffffff; }
  .o-buttons[aria-pressed=true] {
    color: #ffffff;
    background: #458b00;
    border-color: #458b00; }
    .o-buttons[aria-pressed=true]:focus {
      box-shadow: inset 0 0 4px 1px #ffffff; }
  .o-buttons[disabled] {
    pointer-events: none;
    opacity: 0.4;
    cursor: default; }
  .o-buttons::-moz-focus-inner {
    border: 0;
    padding: 0; }

.o-buttons--medium {
  padding: 3px 14px 3px 14px;
  font-size: 14px;
  line-height: 16px;
  border-width: 1px; }

.o-buttons--big {
  padding: 8px 18px 8px 18px;
  font-size: 16px;
  line-height: 18px;
  border-width: 1px; }

.o-buttons--standard {
  color: #2e6e9e;
  background: transparent;
  border-color: #2e6e9e; }
  .o-buttons--standard:focus {
    box-shadow: inset 0 0 4px 1px #2e6e9e; }
  .o-hoverable-on .o-buttons--standard:not([disabled]):not([aria-selected=true]):not([aria-pressed=true]):hover {
    background: rgba(116, 115, 108, 0.15); }
  .o-buttons--standard[aria-selected=true] {
    color: #ffffff;
    background: #74736c;
    border-color: #74736c; }
    .o-buttons--standard[aria-selected=true]:focus {
      box-shadow: inset 0 0 4px 1px #ffffff; }
  .o-buttons--standard[aria-pressed=true] {
    color: #ffffff;
    background: #458b00;
    border-color: #458b00; }
    .o-buttons--standard[aria-pressed=true]:focus {
      box-shadow: inset 0 0 4px 1px #ffffff; }

.o-buttons--standout {
  color: #ffffff;
  background: #2e6e9e;
  border-color: #2e6e9e; }
  .o-buttons--standout:focus {
    box-shadow: inset 0 0 4px 1px #ffffff; }
  .o-hoverable-on .o-buttons--standout:not([disabled]):not([aria-selected=true]):not([aria-pressed=true]):hover {
    background: #275e86; }
  .o-buttons--standout[disabled] {
    color: #2e6e9e;
    background: transparent;
    border-color: #2e6e9e; }

.o-buttons--inverse {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff; }
  .o-buttons--inverse:focus {
    box-shadow: inset 0 0 4px 1px #ffffff; }
  .o-hoverable-on .o-buttons--inverse:not([disabled]):not([aria-selected=true]):not([aria-pressed=true]):hover {
    background: rgba(255, 255, 255, 0.3); }
  .o-buttons--inverse[aria-selected=true] {
    color: #505050;
    background: #ffffff;
    border-color: #ffffff; }
    .o-buttons--inverse[aria-selected=true]:focus {
      box-shadow: inset 0 0 4px 1px #505050; }

.o-buttons--uncolored {
  color: #74736c;
  background: transparent;
  border-color: #74736c; }
  .o-buttons--uncolored:focus {
    box-shadow: inset 0 0 4px 1px #74736c; }

.o-buttons__pagination > .o-buttons,
.o-buttons-pagination > .o-buttons {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 24px; }
  .o-buttons__pagination > .o-buttons.o-buttons--big,
  .o-buttons-pagination > .o-buttons.o-buttons--big {
    padding-left: 9px;
    padding-right: 9px;
    min-width: 36px; }

.o-buttons__group > .o-buttons,
.o-buttons-group > .o-buttons {
  border-radius: 0; }
  .o-buttons__group > .o-buttons + .o-buttons,
  .o-buttons-group > .o-buttons + .o-buttons {
    border-left-width: 0; }

.o-buttons__group :first-child,
.o-buttons-group :first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left-width: 1px; }

.o-buttons__group :last-child,
.o-buttons-group :last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px; }

.o-forms-group {
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 30.625em) {
    .o-forms-group {
      padding-right: 10px;
      padding-left: 10px; } }
  @media \0screen {
    .o-forms-group {
      padding-right: 10px;
      padding-left: 10px; } }

.o-forms-additional-info {
  display: block;
  margin-top: -2px;
  margin-bottom: 4px;
  color: #505050;
  font-size: 12px;
  line-height: 15px; }

.o-forms-label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #333333; }
  .o-forms-label p {
    margin-top: 0; }
    .o-forms-label p:last-child {
      margin-bottom: 0; }

.o-forms-text,
.o-forms-select,
.o-forms-textarea {
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  height: 36px;
  border: 1px solid #cec6b9;
  border-radius: 5px;
  padding: 7px 5px 8px;
  width: 100%;
  background-color: #ffffff;
  color: #333333;
  font-family: BentonSans, sans-serif;
  font-size: 16px;
  outline: none;
  -webkit-transition: 0.15s box-shadow ease-in;
          transition: 0.15s box-shadow ease-in;
  background-clip: padding-box; }
  .o-forms-text:focus,
  .o-forms-select:focus,
  .o-forms-textarea:focus {
    border-color: #a7a59b;
    box-shadow: inset 0 0 4px 1px #bcd7e5; }
  .o-forms-text:disabled,
  .o-forms-select:disabled,
  .o-forms-textarea:disabled {
    cursor: default;
    color: #c2c2c2;
    border-color: #e7e3dc;
    background-color: #f8f6f5; }

.o-forms-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTQxLjk0NSAzMi4yMDlsLTIuNTMzLTMuNTg0Yy0uNDEyLS41NzktMS4yMDktLjcyLTEuNzg5LS4zMTZsLTEyLjYwMSA4Ljc1My0xMi42LTguNzUzYy0uNTc5LS40MDMtMS4zODItLjI2My0xLjc5MS4zMTZsLTIuNTI3IDMuNTg0Yy0uNDEyLjU4LS4yNzIgMS4zNzMuMzEyIDEuNzc3bDE1Ljg2NCAxMC45MTJjLjE2NC4xMS4zNC4xMDIuNTE1LjEwMmguNDQ5OTk5OTk5OTk5OTk5OTZjLjE4IDAgLjM1Ni4wMDguNTE4LS4xMDJsMTUuODYxLTEwLjk2N2MuNTg5LS40MDQuNzI5LTEuMTQyLjMyMS0xLjcyMnpNMTAuNjMyIDIwLjM3OWMuNDEzLjU4IDEuMjEyLjcyIDEuNzkxLjMxNmwxMi42LTguNzUyIDEyLjYwMSA4Ljc1MmMuNTguNDA0IDEuMzc3LjI2NCAxLjc4OS0uMzE2bDIuNTI3LTMuNTg0Yy40MTMtLjU4LjI3My0xLjM2OS0uMzE0LTEuNzczbC0xNS44NjItMTAuOTE2Yy0uMTYxLS4xMTQtLjMzOC0uMTA2LS41MTgtLjEwNmgtLjQ0Njk5OTk5OTk5OTk5OTk1Yy0uMTc5IDAtLjM1NS0uMDA4LS41MTcuMTA2bC0xNS44NiAxMC45NjljLS41ODkuNDA0LS43MjkgMS4xNjktLjMyNiAxLjc0OGwyLjUzNiAzLjU1NnoiIGZpbGw9IiM1MDUwNTAiLz48L3N2Zz4=");
  background-position: right center;
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 19px;
  padding-right: 24px;
  padding-top: 6px;
  line-height: 110%;
  padding-bottom: 6px\9;
  padding-right: 5px\9;
  background-image: none\9;
  text-indent: 0.01px;
  text-overflow: ''; }
  .o-forms-select::-ms-expand {
    display: none;
    color: #ffffff; }

.o-forms-textarea {
  vertical-align: top;
  resize: vertical;
  height: auto;
  min-height: 36px; }

.o-forms-text--small,
.o-forms-select--small {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  background-size: 16px;
  height: 24px;
  line-height: 22px; }

.o-forms-checkbox,
.o-forms-radio {
  position: absolute;
  opacity: 0; }

.o-forms-checkbox + .o-forms-label,
.o-forms-radio + .o-forms-label {
  display: inline-block;
  margin-right: 15px;
  padding-left: 34px;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  line-height: 25px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.o-forms-checkbox--small + .o-forms-label,
.o-forms-radio--small + .o-forms-label {
  padding-left: 22px;
  line-height: 19px;
  font-size: 14px; }

.o-forms-checkbox + .o-forms-label::before,
.o-forms-radio + .o-forms-label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cec6b9;
  box-sizing: border-box;
  content: '';
  background-color: #ffffff;
  -webkit-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in; }

.o-forms-checkbox + .o-forms-label::before,
.o-forms-checkbox + .o-forms-label::after {
  border-radius: 3px; }

.o-forms-checkbox:focus + .o-forms-label::before,
.o-forms-radio:focus + .o-forms-label::before {
  border-color: #a7a59b;
  box-shadow: inset 0 0 4px 1px #bcd7e5; }

.o-forms-radio + .o-forms-label::before {
  border-radius: 9999px; }

.o-forms-checkbox--highlight:checked + .o-forms-label::before {
  background-color: #458b00;
  border-color: #458b00; }

.o-forms-checkbox--small + .o-forms-label::before,
.o-forms-radio--small + .o-forms-label::before {
  width: 17px;
  height: 17px; }

.o-forms-radio + .o-forms-label::after,
.o-forms-checkbox + .o-forms-label::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.1s opacity ease-in;
          transition: 0.1s opacity ease-in; }

.o-forms-radio:checked + .o-forms-label::after,
.o-forms-checkbox:checked + .o-forms-label::after {
  opacity: 1; }

.o-forms-radio + .o-forms-label::after {
  background-color: #505050;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: 6px;
  top: 6px; }

.o-forms-radio--highlight + .o-forms-label::after {
  background-color: #458b00; }

.o-forms-radio--small + .o-forms-label::after {
  height: 7px;
  width: 7px;
  left: 5px;
  top: 5px; }

.o-forms-checkbox + .o-forms-label::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI0NiI+PHBhdGggZmlsbD0iIzUwNTA1MCIgZD0iTTQzLjM5MSAxLjU1N2wtMjMuMDkyIDIzLjA4OS05Ljc3LTkuNzc0LTkuNjM1IDkuNjQ0IDE5LjM5NSAxOS4zOTcuMDEtLjAyNy4wMzMuMDI3IDMyLjY5My0zMi43Mjl6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-size: 18px;
  background-position: 50% 50%; }

.o-forms-checkbox--highlight + .o-forms-label::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI0NiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTQzLjM5MSAxLjU1N2wtMjMuMDkyIDIzLjA4OS05Ljc3LTkuNzc0LTkuNjM1IDkuNjQ0IDE5LjM5NSAxOS4zOTcuMDEtLjAyNy4wMzMuMDI3IDMyLjY5My0zMi43Mjl6Ii8+PC9zdmc+"); }

.o-forms-checkbox--small + .o-forms-label::after {
  height: 17px;
  width: 17px;
  background-size: 13px; }

.o-forms-checkbox:disabled + .o-forms-label,
.o-forms-radio:disabled + .o-forms-label {
  opacity: 0.4;
  cursor: default; }

@media \0screen {
  .o-forms-checkbox,
  .o-forms-radio {
    display: inline-block;
    position: relative;
    top: 2px;
    vertical-align: top; }
  .o-forms-checkbox--small,
  .o-forms-radio--small {
    top: 0; }
  .o-forms-checkbox + .o-forms-label,
  .o-forms-checkbox--small + .o-forms-label,
  .o-forms-radio + .o-forms-label,
  .o-forms-radio--small + .o-forms-label {
    padding-left: 0; } }

.o-forms-affix-wrapper {
  display: table;
  width: 100%;
  box-sizing: border-box; }

.o-forms-affix-wrapper .o-forms-text,
.o-forms-affix-wrapper .o-forms-select {
  display: table-cell;
  border-radius: 0; }

.o-forms-affix-wrapper .o-forms-text:first-child,
.o-forms-affix-wrapper .o-forms-select:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.o-forms-affix-wrapper .o-forms-text:last-child,
.o-forms-affix-wrapper .o-forms-select:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.o-forms-prefix,
.o-forms-suffix {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 1%;
  white-space: nowrap;
  border-top: 1px solid #cec6b9;
  border-bottom: 1px solid #cec6b9;
  padding: 7px 5px 6px;
  font-family: BentonSans, sans-serif;
  font-size: 16px;
  text-align: center;
  background-color: #f6e9d8;
  color: #333333;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.o-forms-prefix {
  border-left: 1px solid #cec6b9;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.o-forms-suffix {
  border-right: 1px solid #cec6b9;
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.o-forms--error .o-forms-prefix,
.o-forms--error .o-forms-suffix {
  color: #cc0000;
  border-color: #cc0000; }

.o-forms--valid .o-forms-prefix,
.o-forms--valid .o-forms-suffix {
  color: #333333;
  border-color: #458b00; }

.o-forms-prefix button,
.o-forms-suffix button {
  border-width: 0;
  margin: -7px -5px -8px;
  padding: 7px 5px 8px;
  background-color: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .o-forms-prefix button::-moz-focus-inner,
  .o-forms-suffix button::-moz-focus-inner {
    border: 0;
    padding: 0; }

.o-forms-prefix button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.o-forms-suffix button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.o-forms--error .o-forms-text,
.o-forms--error .o-forms-select,
.o-forms--error .o-forms-textarea {
  background-color: #ffffff;
  color: #cc0000;
  border-color: #cc0000; }
  .o-forms--error .o-forms-text:focus,
  .o-forms--error .o-forms-select:focus,
  .o-forms--error .o-forms-textarea:focus {
    box-shadow: inset 0 0 4px 1px rgba(204, 0, 0, 0.3); }

.o-forms-errortext {
  clear: both;
  display: block;
  margin-top: -1px;
  padding: 3px 5px;
  font-family: BentonSans, sans-serif;
  font-size: 14px;
  color: #cc0000; }

.o-forms--valid .o-forms-text,
.o-forms--valid .o-forms-select,
.o-forms--valid .o-forms-textarea {
  border-color: #458b00; }

.o-forms-message {
  margin-bottom: 16px;
  padding: 0 10px;
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 30.625em) {
    .o-forms-message {
      border-radius: 5px;
      margin-right: 0;
      margin-left: 0; } }
  @media \0screen {
    .o-forms-message {
      border-radius: 5px;
      margin-right: 0;
      margin-left: 0; } }
  .o-forms-message p {
    padding: 8px 0;
    margin: 0;
    font-family: BentonSans, sans-serif; }
  .o-forms-message--highlight {
    background-color: #f6e9d8; }
  .o-forms-message--error {
    background-color: #cc0000;
    color: #ffffff; }

.o-forms-wrapper {
  margin-bottom: 20px;
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
  zoom: 1; }
  @media (min-width: 30.625em) {
    .o-forms-wrapper {
      border-radius: 5px;
      margin-right: 0;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; } }
  @media \0screen {
    .o-forms-wrapper {
      border-radius: 5px;
      margin-right: 0;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; } }
  .o-forms-wrapper:before, .o-forms-wrapper:after {
    content: ' ';
    display: table; }
  .o-forms-wrapper:after {
    clear: both; }
  .o-forms-wrapper--highlight {
    background-color: #f6e9d8; }
  .o-forms-wrapper--error {
    background-color: #ebbcb3;
    background-color: rgba(204, 0, 0, 0.15); }
  .o-forms-wrapper .o-forms-message {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 12px; }
  .o-forms-wrapper .o-forms-group {
    margin-top: 12px;
    margin-bottom: 12px; }

.o-forms-unskin {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #333333 !important;
  opacity: 1 !important;
  border-radius: 0 !important; }

.o-footer {
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  margin-top: 40px;
  padding: 0;
  border-top: 5px solid #9e2f50;
  line-height: 20px; }
  .o-footer > nav {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 17px;
    border-bottom: #ffffff dotted 1px; }
  .o-footer ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }

.o-footer--theme-light {
  background-color: #f6e9d8;
  color: #333333;
  border-top-color: #cec6b9; }
  .o-footer--theme-light > nav {
    border-bottom-color: #cec6b9; }

.o-footer__title {
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .o-footer--theme-light .o-footer__title {
    color: #333333; }

.o-footer__link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .o-footer__link > a {
    display: block;
    text-decoration: none;
    padding: 2px 0;
    color: #ffffff; }
    .o-footer--theme-light .o-footer__link > a {
      color: #333333; }
    .o-hoverable-on .o-footer__link > a:hover, .o-footer__link > a:focus {
      color: #2e6e9e; }

.o-footer__section-link > a {
  text-transform: uppercase; }

.o-footer__link-lists {
  margin-top: 20px; }

.o-footer__link-list {
  padding-top: 40px;
  margin-bottom: 20px; }
  .o-footer__link-list > ul {
    margin: 0; }
  .o-footer__link-list > .o-footer__title {
    margin-top: -40px; }

.o-footer__row {
  clear: both;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  zoom: 1; }
  @media print {
    .o-footer__row {
      display: inherit; } }
  @media (min-width: 46.25em) {
    .o-footer__row {
      margin-left: -20px; } }
  @media \0screen {
    .o-footer__row {
      margin-left: -20px; } }
  .o-footer__row:before, .o-footer__row:after {
    content: '';
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .o-footer__row:after {
    clear: both; }

.o-footer__col {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-left: 10px;
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%; }
  @media \0screen {
    .o-footer__col {
      min-width: 0 !important; } }
  @media (min-width: 46.25em) {
    .o-footer__col {
      padding-left: 20px; } }
  @media \0screen {
    .o-footer__col {
      padding-left: 20px; } }
  @media (min-width: 30.625em) {
    .o-footer__col {
      display: block;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      min-width: 50%;
      max-width: 50%; } }
  @media \0screen {
    .o-footer__col {
      display: block;
      width: 50%; } }
  @media (min-width: 46.25em) {
    .o-footer__col {
      display: block;
      -ms-flex-preferred-size: 33.3333333333%;
          flex-basis: 33.3333333333%;
      min-width: 33.3333333333%;
      max-width: 33.3333333333%; } }
  @media \0screen {
    .o-footer__col {
      display: block;
      width: 33.3333333333%; } }
  @media (min-width: 61.25em) {
    .o-footer__col {
      display: block;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      min-width: 25%;
      max-width: 25%; } }
  @media \0screen {
    .o-footer__col {
      display: block;
      width: 25%; } }
  @media (min-width: 76.25em) {
    .o-footer__col {
      display: block;
      -ms-flex-preferred-size: 16.6666666667%;
          flex-basis: 16.6666666667%;
      min-width: 16.6666666667%;
      max-width: 16.6666666667%; } }

.o-footer__col--full-width {
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-left: 10px;
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%; }
  @media \0screen {
    .o-footer__col--full-width {
      min-width: 0 !important; } }
  @media (min-width: 46.25em) {
    .o-footer__col--full-width {
      padding-left: 20px; } }
  @media \0screen {
    .o-footer__col--full-width {
      padding-left: 20px; } }

.o-footer__copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #999999; }
  .o-footer__copyright span {
    display: inline-block; }
  .o-footer--theme-light .o-footer__copyright {
    color: #777777; }

.o-footer__pearson {
  background-color: #505050;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff; }
  .o-footer--theme-light .o-footer__pearson {
    background-color: #a7a59b;
    color: #ffffff; }

.o-footer__pearson-tagline,
.o-footer__pearson-logo {
  height: 19px;
  background-image: url(../images/o-footer/img/nikkei_logo.png);
  background-repeat: no-repeat;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.001) url(../images/o-footer/img/nikkei_logo.svg) no-repeat; }

.o-footer__pearson-tagline {
  display: none; }

.o-footer__pearson-logo {
  float: right;
  width: 162px;
  background-position: right 0; }

@media (max-width: 30.615em) {
  .o-footer__link-lists {
    margin-top: 0;
    margin-bottom: 40px; }
  .o-footer__link-list {
    margin-bottom: 0;
    padding-top: 0; }
    .o-footer__link-list > ul {
      margin-top: 0; }
    .o-footer__link-list > .o-footer__title {
      position: static;
      margin-top: 0;
      margin-bottom: 10px; }
    .o-footer__link-list + .o-footer__link-list > .o-footer__title {
      margin-top: 20px; } }

/**
 * Remove the unit from a length
 * See https://css-tricks.com/snippets/sass/strip-unit-function/
 * @param {Number} $number Number to remove unit from
 * @return {Number} unitless number
 */
.mp-header {
  overflow: hidden;
  border-bottom: 8px solid #9e2f50;
  padding: 20px 15px 12px; }
  @media (max-width: 988px) {
    .mp-header {
      padding: 10px 6px 6px; } }
  .mp-header__title-block {
    float: left; }
  .mp-header__help-block {
    float: right;
    text-align: right;
    margin-top: 20px; }
    @media screen and (max-width: 988px) {
      .mp-header__help-block {
        display: none; } }
    .mp-header__help-block p {
      font-size: 13px;
      line-height: 1.31;
      font-family: BentonSans, sans-serif;
      color: #333;
      margin: 0; }
  .mp-header__logo {
    display: block;
    height: 13.6666666667px;
    width: 167px;
    background-image: url("https://h2.ft.com/image/v1/images/raw/fticon:brand-ft-masthead?format=png&width=164&source=memb-header");
    background-image: url("https://h2.ft.com/image/v1/images/raw/fticon:brand-ft-masthead?format=svg&source=memb-header"), none;
    background-repeat: no-repeat;
    background-size: 164px;
    background-position: 3px 0;
    margin-bottom: 4px;
    cursor: pointer;
    text-indent: -9999em; }
    @media (max-width: 988px) {
      .mp-header__logo {
        background-image: url("https://h2.ft.com/image/v1/images/raw/fticon:brand-ft-masthead?width=140&source=memb-header");
        background-image: url("https://h2.ft.com/image/v1/images/raw/fticon:brand-ft-masthead?format=svg&source=memb-header"), none;
        width: 140px;
        background-size: 140px;
        background-position: 0 0; } }
  .mp-header__page-name {
    font-size: 40px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    white-space: nowrap; }
    @media (max-width: 988px) {
      .mp-header__page-name {
        font-size: 30px;
        line-height: 1; } }
  .mp-header--no-page-name .mp-header__help-block {
    margin-top: 10px; }
  .mp-header--no-page-name .mp-header__logo {
    width: 328px;
    height: 27.3333333333px;
    background-image: url("https://h2.ft.com/image/v1/images/raw/fticon:brand-ft-masthead?format=png&width=328&source=memb-header");
    background-image: url("https://h2.ft.com/image/v1/images/raw/fticon:brand-ft-masthead?format=svg&source=memb-header"), none;
    background-size: 328px;
    margin: 0;
    background-position: 0 0; }
    @media (max-width: 988px) {
      .mp-header--no-page-name .mp-header__logo {
        background-image: url("https://h2.ft.com/image/v1/images/raw/fticon:brand-ft-masthead?width=280&source=memb-header");
        background-image: url("https://h2.ft.com/image/v1/images/raw/fticon:brand-ft-masthead?format=svg&source=memb-header"), none;
        width: 280px;
        background-size: 280px; } }

/* App specific styles and overrides */
/**
 * [1] Prevent navigation menus from creating extra space on sides of page
 */
html {
  font-family: BentonSans, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  /* [1] */ }

body {
  background-color: #fff1e0;
  color: #333333;
  margin: 0; }

a {
  color: #2e6e9e;
  text-decoration: none; }

#content {
  min-width: 240px;
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box; }

/**
 * The sticky footer mixin will put the footer at the bottom
 * of the window or below if the #content div is taller than
 * the window.
 * We define the height of the footer in ems (using the em function
 * from the px-to-ems module) so the height of the footer will change
 * in response to the user change text size.
 *
 * [1] 14px font-size comes from o-footer
 * [2] At this size, the footer copyright notice will split over two lines,
 *     so we increase the footer height
 * [3] At this size, the footer font size changes (see components/_footer.scss)
 *     so we decrease the footer height
 */
html {
  height: 100%; }

body {
  min-height: 100%;
  position: relative; }

#content {
  padding-bottom: 7.7857142857em; }
  #content:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0; }

#sign-in-footer {
  position: absolute;
  bottom: 0;
  height: 7.7857142857em;
  width: 100%; }

/* [1] */
@media (max-width: 668px) {
  /* [2] */
  #sign-in-footer {
    height: 9.0714285714em;
    /* [1] */ } }

@media (max-width: 449px) {
  /* [3] */
  #sign-in-footer {
    height: 11.7em; } }

@impirt "utils";
.o-forms-label {
  font-weight: normal; }

.o-forms-group {
  padding-left: 0;
  padding-right: 0;
  max-width: 400px; }

.o-forms-additional-info {
  font-size: 14px;
  margin-top: 5px; }

.o-forms-message {
  max-width: 400px;
  box-sizing: border-box; }

.o-forms-unskin {
  width: 400px;
  text-overflow: ellipsis; }

.o-buttons {
  min-width: 190px; }

.mp-header {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1210px;
  margin: 0 auto;
  box-sizing: border-box; }
  .mp-header__logo {
    background-position: 0; }
  .mp-header__page-name a {
    color: #777; }
  .mp-header__help-block p {
    white-space: nowrap; }

.o-footer {
  margin-top: 0;
  /**
     * [1] override explicit width added by o-grid
     */ }
  @media screen and (max-width: 450px) {
    .o-footer {
      font-size: 10px; } }
  .o-footer__row {
    width: auto;
    /* [1] */ }
  .o-footer__link-lists {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px; }
  .o-footer__link-list {
    padding-top: 10px;
    margin-bottom: 0; }
  .o-footer__link {
    display: inline-block;
    vertical-align: bottom; }
    .o-footer__link:before {
      content: '\2022';
      padding-left: 4px;
      padding-right: 4px; }
    .o-footer__link:first-child:before {
      content: normal; }
    .o-footer__link a {
      display: inline;
      padding: 0; }
  .o-footer__copyright {
    margin-top: 4px;
    margin-bottom: 8px; }

/**
 * Due to the way Bower flattens the dependency tree
 * o-footer-legacy is using the most recent version of o-grid
 * instead of o-grid-legacy. This causes some styling problems
 * with the footer. The following styles fix those issues
 */
.o-footer__row {
  min-width: 240px;
  max-width: 1220px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto; }

.o-footer__col--full-width {
  padding-left: 0; }

.o-footer__copyright {
  padding-left: 10px; }

.lgn-heading--alpha {
  font-weight: normal; }
