@charset "UTF-8";
/* Document
   ========================================================================== */
/**
 * 1. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
  font-size: 62.5%; }

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  font-family: "Helvetica LT W01 Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: #FFFFFF;
  color: #141414;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Headings are always 'just a bit bigger' than body copy.
 * See: http://csswizardry.com/2016/02/managing-typography-on-large-apps/
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #141414;
  display: block;
  font-size: 1.25rem;
  line-height: 1.3333;
  margin: 0 0 1.25rem; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  color: #08107B;
  cursor: pointer;
  text-decoration: none;
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */ }
  a:active, a:hover {
    outline-width: 0;
    text-decoration: underline; }

p {
  margin: 0 0 1.2rem; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border: 0;
  height: auto;
  max-width: 100%; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #CFCFD5;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Lists
   ========================================================================== */
ol,
ul,
dl {
  padding: 0.25em 0 1em 1.75em;
  list-style-position: outside; }

li {
  margin-bottom: 0.5em;
  padding-left: 0.5em; }

/* Typography
   ========================================================================== */
strong,
b {
  font-family: "Helvetica LT W01 Roman", Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold; }

em,
i {
  font-style: italic; }

blockquote {
  background: none;
  color: #000000;
  font-size: 1.6rem;
  letter-spacing: 3px;
  line-height: 2.6rem;
  margin: 24px 10px;
  padding: 8px 10px;
  quotes: '“' '”'; }
  @media (min-width: 48em) {
    blockquote {
      font-size: 3.3rem;
      line-height: 4.4rem; } }

blockquote::before {
  content: open-quote; }

blockquote::after {
  content: close-quote; }

blockquote p {
  display: inline; }

@font-face {
  font-family: 'Helvetica LT W01 Light';
  src: url("../../fonts/37953885-0443-4c72-a693-9152a9f5a901.woff2") format("woff2"), url("../../fonts/fcce277c-07e2-4c88-ad8b-a71b484e2cbe.woff") format("woff");
  font-display: block; }

@font-face {
  font-family: 'Helvetica LT W01 Roman';
  src: url("../../fonts/89294146-207c-4803-91fe-338f0d0094bd.woff2") format("woff2"), url("../../fonts/57055fe4-c2d3-4287-bac2-eece43fdcbd3.woff") format("woff");
  font-display: block; }

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

/**
 * disables zoom-in effect in form elements on iOS devices.
 */
@media screen and (min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px; } }

/**
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

button::focus-inner,
input::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: content-box;
  box-sizing: content-box;
  /* 1 */
  margin: 0;
  opacity: 0;
  padding: 0;
  /* 2 */
  width: 28px; }

/**
 * 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']::inner-spin-button,
input[type='number']::outer-spin-button {
  height: auto; }

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  border: 1px solid #CFCFD5; }

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

label {
  display: block;
  line-height: 1.5; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='date'],
input[type='search'],
input[type='tel'],
textarea {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: 1px solid #CFCFD5;
  font-size: 1.4rem;
  padding: 0 8px;
  color: #141414; }
  input[type='text']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #909294; }
  input[type='text']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #909294; }
  input[type='text']::-ms-input-placeholder,
  input[type='password']::-ms-input-placeholder,
  input[type='email']::-ms-input-placeholder,
  input[type='date']::-ms-input-placeholder,
  input[type='search']::-ms-input-placeholder,
  input[type='tel']::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #909294; }
  input[type='text']::placeholder,
  input[type='password']::placeholder,
  input[type='email']::placeholder,
  input[type='date']::placeholder,
  input[type='search']::placeholder,
  input[type='tel']::placeholder,
  textarea::placeholder {
    color: #909294; }
  input[type='text']:focus,
  input[type='password']:focus,
  input[type='email']:focus,
  input[type='date']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  textarea:focus {
    -webkit-box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
    box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
    outline: none; }
  .required input[type='text'], .required
  input[type='password'], .required
  input[type='email'], .required
  input[type='date'], .required
  input[type='search'], .required
  input[type='tel'], .required
  textarea {
    border: 1px solid #0084B2; }
    .required input[type='text']:focus, .required
    input[type='password']:focus, .required
    input[type='email']:focus, .required
    input[type='date']:focus, .required
    input[type='search']:focus, .required
    input[type='tel']:focus, .required
    textarea:focus {
      -webkit-box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
      box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
      outline: none; }
  .error input[type='text'], .error
  input[type='password'], .error
  input[type='email'], .error
  input[type='date'], .error
  input[type='search'], .error
  input[type='tel'], .error
  textarea {
    border: 1px solid #990000; }
    .error input[type='text']:focus, .error
    input[type='password']:focus, .error
    input[type='email']:focus, .error
    input[type='date']:focus, .error
    input[type='search']:focus, .error
    input[type='tel']:focus, .error
    textarea:focus {
      -webkit-box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
      box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
      outline: none; }
  .success input[type='text'], .success
  input[type='password'], .success
  input[type='email'], .success
  input[type='date'], .success
  input[type='search'], .success
  input[type='tel'], .success
  textarea {
    border: 1px solid #669900; }
    .success input[type='text']:focus, .success
    input[type='password']:focus, .success
    input[type='email']:focus, .success
    input[type='date']:focus, .success
    input[type='search']:focus, .success
    input[type='tel']:focus, .success
    textarea:focus {
      -webkit-box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
      box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
      outline: none; }
  .disabled input[type='text'], .disabled
  input[type='password'], .disabled
  input[type='email'], .disabled
  input[type='date'], .disabled
  input[type='search'], .disabled
  input[type='tel'], .disabled
  textarea {
    color: #F3F3F4;
    border: 1px solid #F3F3F4; }

select {
  height: 38px;
  background: url("../../dist/assets/select.svg");
  background-color: #F3F3F4;
  background-size: 12px;
  background-position: calc(100% - 0.5em) center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 4px;
  color: #909294;
  -webkit-box-shadow: 0 1px 0 #909294;
  box-shadow: 0 1px 0 #909294;
  font-size: 1.4rem;
  width: 100%;
  padding-left: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  .disabled select {
    background: #FFFFFF;
    border: 1px solid #E7E7EA;
    -webkit-box-shadow: 0 1px 0 #CFCFD5;
    box-shadow: 0 1px 0 #CFCFD5; }

option:checked {
  color: #08107B; }

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  line-height: 24px; }

input[type='checkbox'] + label,
input[type='radio'] + label,
input[type='checkbox']:checked + label,
input[type='radio']:checked + label,
input[type='radio']:focus + label {
  background-position: 0 center; }

input[type='checkbox']:focus + label {
  border: 1px solid #777777; }

input[type='checkbox'] + label {
  background: url("../../dist/assets/checkbox.svg") no-repeat 0 0; }

input[type='radio'] + label {
  background: url("../../dist/assets/radio.svg") no-repeat 0 0; }

input[type='checkbox']:checked + label {
  background: url("../../dist/assets/checkbox--checked.svg") no-repeat 0 0; }

input[type='radio']:checked + label,
input[type='radio']:focus + label {
  background: url("../../dist/assets/radio-checked.svg") no-repeat 0 0; }

input[type='submit'],
input[type='reset'] {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFFFFF;
  background: #08107B;
  -webkit-box-shadow: 0 1px 0 #141414;
  box-shadow: 0 1px 0 #141414;
  border-radius: 6px;
  height: 37px;
  line-height: 17px;
  padding: 10px 15px;
  font-size: 1.4rem;
  border: 0; }
  input[type='submit']:hover, input[type='submit']:focus,
  input[type='reset']:hover,
  input[type='reset']:focus {
    background: #060b55; }

h1 {
  font-size: 3.8rem;
  letter-spacing: 0.6rem;
  font-weight: 300; }
  @media (min-width: 64em) {
    h1 {
      font-size: 4.4rem; } }

h2 {
  font-size: 2.3rem;
  font-weight: 400; }
  @media (min-width: 48em) {
    h2 {
      font-size: 3.3rem; } }

h3 {
  font-size: 2.2rem;
  font-weight: 400; }
  @media (min-width: 48em) {
    h3 {
      font-size: 2.5rem; } }

h4 {
  font-size: 1.6rem;
  font-weight: 400; }
  @media (min-width: 48em) {
    h4 {
      font-size: 1.85rem; } }

table {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

table thead td,
table thead th {
  padding: 0 12px 14px; }

table tbody {
  border: 1px solid #E7E7EA; }

table tbody tr {
  border-top: 1px solid #E7E7EA; }
  table tbody tr:first-child {
    border-top: 0; }

table tbody tr td {
  border-left: 1px solid #E7E7EA;
  padding: 8px 1.9608%;
  height: 60px; }
  table tbody tr td:first-child {
    border-left: 0;
    text-align: left;
    background: #F3F3F4;
    color: #141414; }

table td > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px; }

table tbody tr:nth-of-type(even) {
  background: #F3F3F4; }

table tbody tr:nth-of-type(even) td:first-child {
  background: #E7E7EA; }

.l-main-wrapper {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 6px; }
  @media (min-width: 48em) {
    .l-main-wrapper {
      padding: 0 12px; } }
  @media (min-width: 1624px) {
    .l-main-wrapper {
      padding: 0; } }

/* Expands a component to full-width. */
.oly-container {
  margin-left: -6px;
  margin-right: -6px; }
  @media (min-width: 48em) {
    .oly-container {
      margin-left: -12px;
      margin-right: -12px; } }
  @media (min-width: 1624px) {
    .oly-container {
      margin-left: 0;
      margin-right: 0; } }

.tabs {
  padding-top: 1em; }

.tabs-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #CFCFD5;
  margin-bottom: 1em; }
  .tabs-list li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .tabs-list a {
    border: 1px solid #CFCFD5;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    background-color: #E7E7EA;
    padding: 0.5em 0.75em;
    display: inline-block;
    -webkit-transition: background-color 200ms, border-color 200ms;
    -o-transition: background-color 200ms, border-color 200ms;
    transition: background-color 200ms, border-color 200ms; }
    .tabs-list a:hover, .tabs-list a:focus, .tabs-list a.is-active {
      background-color: #FFFFFF;
      border-color: #909294;
      text-decoration: none; }

.node-type--article {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.node-type--article .paragraph--top-level {
  border-top: 1px solid #CFCFD5;
  padding-top: 36px;
  padding-bottom: 48px; }

.userform main {
  width: 369px;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .userform main {
      width: 400px; } }

.userform h1 {
  background-color: #F3F3F4;
  margin: 12px 0 0;
  padding: 12px 25px 0; }

.user-pass,
.user-login-form {
  background-color: #F3F3F4;
  margin: 0 auto 25px;
  padding: 12px;
  width: 369px; }
  @media (min-width: 48em) {
    .user-pass,
    .user-login-form {
      width: 400px; } }
  .user-pass p,
  .user-login-form p {
    margin: 0 1.2rem 1.2rem; }

.user-pass .form-item,
.user-pass .form-wrapper,
.user-login-form .form-item,
.user-login-form .form-wrapper {
  margin: 0 auto 12px;
  width: 320px; }
  @media (min-width: 48em) {
    .user-pass .form-item,
    .user-pass .form-wrapper,
    .user-login-form .form-item,
    .user-login-form .form-wrapper {
      width: 350px; } }

.layout-content {
  margin-bottom: 25px; }

.webform-submission-form .form-item {
  margin-bottom: 10px; }
  .webform-submission-form .form-item input[type='text'],
  .webform-submission-form .form-item input[type='password'],
  .webform-submission-form .form-item input[type='email'],
  .webform-submission-form .form-item input[type='date'],
  .webform-submission-form .form-item input[type='search'],
  .webform-submission-form .form-item input[type='tel'],
  .webform-submission-form .form-item textarea,
  .webform-submission-form .form-item select {
    margin-bottom: 10px; }
  .webform-submission-form .form-item input[type='checkbox'],
  .webform-submission-form .form-item input[type='radio'] {
    margin-bottom: 10px;
    height: 20px; }
  .webform-submission-form .form-item input[type='checkbox'] + label,
  .webform-submission-form .form-item input[type='radio'] + label {
    padding-left: 33px; }
  .webform-submission-form .form-item legend {
    font-family: "Helvetica LT W01 Roman", Helvetica, Verdana, Arial, sans-serif;
    color: #141414;
    display: block;
    margin-bottom: 10px; }
  .webform-submission-form .form-item .form-required::after {
    content: ' (Required)'; }

.toolbar-menu {
  margin: 0;
  padding: 0; }
  .toolbar-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }

.node-preview-container {
  background-color: #FFFFFF;
  padding: 1.5em;
  -webkit-box-shadow: 0 1px 4px 0 rgba(20, 20, 20, 0.5);
  box-shadow: 0 1px 4px 0 rgba(20, 20, 20, 0.5);
  max-width: 300px;
  bottom: 1em;
  left: 1em; }
  .node-preview-container label,
  .node-preview-container select {
    margin-bottom: 0.5em;
    color: #141414; }
  .node-preview-container .node-preview-backlink {
    font-family: "Helvetica LT W01 Roman", Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-size: 0.8em; }
    .node-preview-container .node-preview-backlink::before {
      content: '«';
      margin-right: 0.25em;
      font-size: 1.2em; }

.ui-widget.search-api-autocomplete-search {
  font-family: "Helvetica LT W01 Light", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .ui-widget.search-api-autocomplete-search .ui-menu-item a {
    color: #141414; }
  .ui-widget.search-api-autocomplete-search .ui-menu-item .ui-state-active .search-api-autocomplete-suggestion {
    background: #F3F3F4;
    color: #141414; }

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

.search-results-message p {
  margin: 50px 0 1.2rem; }

.embedded-entity {
  margin: 1em 1.5em; }
  .embedded-entity.align-center {
    text-align: center; }
  .embedded-entity.align-left {
    margin-left: 0; }
  .embedded-entity.align-right {
    margin-right: 0; }

.location-filter {
  background-color: #F3F3F4;
  padding: 1.75em 1em 1em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .location-filter .form-actions {
    display: block;
    width: 100%; }
    @media (min-width: 37.5em) {
      .location-filter .form-actions {
        width: auto; } }
  .location-filter label {
    line-height: 1;
    margin-bottom: 0.5em;
    margin-top: -0.5em; }
  .location-filter .description {
    font-size: 0.8em; }
  .location-filter > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (min-width: 37.5em) {
      .location-filter > * {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; } }
  .location-filter > :not(:last-child) {
    margin-bottom: 0.5em; }
    @media (min-width: 37.5em) {
      .location-filter > :not(:last-child) {
        margin-right: 0.5em; } }
    @media (min-width: 48em) {
      .location-filter > :not(:last-child) {
        margin-bottom: 0; } }
  @media (min-width: 37.5em) {
    .location-filter .form-item-geolocation-geocoder-google-geocoding-api {
      -ms-flex-preferred-size: 245px;
      flex-basis: 245px;
      margin-right: 1em; } }
  .location-filter .form-item-field-geolocation-proximity,
  .location-filter .form-item-field-geolocation-proximity-units {
    -ms-flex-preferred-size: calc(50% - 1em);
    flex-basis: calc(50% - 1em); }
  .location-filter .form-item-field-geolocation-proximity {
    margin-right: 1em; }
    @media (min-width: 37.5em) {
      .location-filter .form-item-field-geolocation-proximity {
        -ms-flex-preferred-size: 75px;
        flex-basis: 75px; } }
  .location-filter .form-item-field-geolocation-proximity-units select {
    background-color: #FFFFFF;
    border: 1px solid #CFCFD5;
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media (min-width: 37.5em) {
    .location-filter .form-item-field-geolocation-proximity-units {
      margin-right: 1em;
      -ms-flex-preferred-size: 115px;
      flex-basis: 115px; } }

.event-full__image {
  padding-top: 1.5em;
  border-top: 1px solid #CFCFD5; }

.event-full__body {
  color: #141414;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.625;
  margin-bottom: 3em; }

@media (min-width: 48em) {
  .node-type--article .paragraph--type--rich-text {
    padding-left: 36px;
    padding-right: 36px; } }

.node-type--article .paragraph--type--rich-text blockquote {
  padding: 0;
  margin: 0; }

.cards-list__item .paragraph--type--rich-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
