@font-face {
  font-family: 'chevron';
  src: url('../fonts/chevron-link/fonts/icomoon.eot?-wshuzq');
  src: url('../fonts/chevron-link/fonts/icomoon.eot?-wshuzq#iefix') format('embedded-opentype'), url('../fonts/chevron-link/fonts/icomoon.ttf?-wshuzq') format('truetype'), url('../fonts/chevron-link/fonts/icomoon.woff?-wshuzq') format('woff'), url('../fonts/chevron-link/fonts/icomoon.svg?-wshuzq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

.chevron, .chevron-left {
  width: 0;
  display: inline-block;
  position: relative; }
  .chevron:after, .chevron-left:after {
    font-family: 'chevron';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #d52b1e;
    font-size: 75%;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e601"; }

.chevron-left {
  width: auto; }
  .chevron-left:after {
    content: "\e600"; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined 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/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 when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* ======================================================
   'Helper' utility classes
   includes application of these styles via SASS @extend
   ======================================================*/
/* ------------------------------
 * Misc utilities
 */
.cf:before, .cf:after {
  display: table;
  content: ""; }
.cf:after {
  clear: both; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */ }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.phone-link {
  color: #48403a;
  text-decoration: none !important;
  cursor: default; }
  .phone-link:hover {
    color: inherit;
    text-decoration: none !important; }

.left-aligned {
  text-align: left; }

@media  (min-width: 56em) {
  .right-aligned--desktop {
    text-align: right; } }

.centrally-aligned {
  text-align: center; }

@media  (max-width: 49.9375em) {
  .centrally-aligned--mobile {
    text-align: center; } }

@media  (min-width: 38em) {
  .centrally-aligned--desktop {
    text-align: center; } }

/**
 * Mobile / Desktop "only" helpers to control breakpoint conditional visibility
 */
@media  (max-width: 55.9375em) {
  .desktop-only {
    display: none !important; } }

@media  (min-width: 38em) {
  .mobile-only {
    display: none !important; } }

@media  (min-width: 56em) {
  .desktop-hide {
    display: none; } }

/**
 * Hiding
 */
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */ }
  .focusable.visuallyhidden:active, .focusable.visuallyhidden:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

/*
 * Note: Make sure to apply transform-style: preserve-3d; to the parent element
 * to ensure the resulting centered item does not get placed "half pixel"
 * See: http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/#update
 */
.vertically-centered {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .lt-ie9 .vertically-centered {
    top: 15px; }

/**
 * Constrained areas at mobile widths
 */
.elevated {
  z-index: 2;
  position: relative; }

/*
 * This is to provide a fixed ratio 'thing'
 * I may need to extend it to make it accommodate things when
 * content wants to spill out due to being absolute positioned
 */
.no-focus:focus {
  outline: none !important; }

/* =============================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'OpenSans Bold';
  src: url('../fonts/core/fonts/opensans-bold.eot');
  src: url('../fonts/core/fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/core/fonts/opensans-bold.woff') format('woff'), url('../fonts/core/fonts/opensans-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'OpenSans Regular';
  src: url('../fonts/core/fonts/opensans-regular.eot');
  src: url('../fonts/core/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/core/fonts/opensans-regular.woff') format('woff'), url('../fonts/core/fonts/opensans-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'OpenSans Italic';
  src: url('../fonts/core/fonts/opensans-italic.eot');
  src: url('../fonts/core/fonts/opensans-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/core/fonts/opensans-italic.woff') format('woff'), url('../fonts/core/fonts/opensans-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Serifa Black';
  src: url('../fonts/core/fonts/serifastd-black.eot');
  src: url('../fonts/core/fonts/serifastd-black.eot?#iefix') format('embedded-opentype'), url('../fonts/core/fonts/serifastd-black.woff') format('woff'), url('../fonts/core/fonts/serifastd-black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Serifa Bold';
  src: url('../fonts/core/fonts/serifastd-bold.eot');
  src: url('../fonts/core/fonts/serifastd-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/core/fonts/serifastd-bold.woff') format('woff'), url('../fonts/core/fonts/serifastd-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-weight: normal; }

strong, b, .strong {
  font-weight: normal;
  font-family: 'OpenSans Bold', sans-serif; }

em, i {
  font-family: 'OpenSans Italic', sans-serif;
  font-weight: normal; }

ul, ol {
  margin: 0 0 8px;
  padding-left: 0; }

p, li {
  margin: 8px 0; }

p:first-child {
  margin-top: 0; }

cite {
  font-style: normal; }

/**
 * Headings
 * hero h1 is 50px dropping to 30 on mobile - be alert
 */
h1, .alpha {
  font-size: 2.4rem;
  line-height: 0.9;
  font-family: 'Serifa Black', serif;
  margin: 0; }
  @media  (min-width: 38em) {
    h1, .alpha {
      line-height: 1;
      font-size: 3rem; } }
  @media  (min-width: 56em) {
    h1, .alpha {
      font-size: 3.6rem; } }

h2, .beta {
  font-size: 1.8rem;
  font-family: 'Serifa Bold', serif;
  line-height: 1.125;
  margin-bottom: 12px; }
  @media  (min-width: 38em) {
    h2, .beta {
      line-height: 1;
      font-size: 2.2rem; } }
  @media  (min-width: 56em) {
    h2, .beta {
      font-size: 3rem; } }

h3, .gamma {
  font-family: 'Serifa Bold', serif;
  line-height: 1.125;
  margin-bottom: 10px;
  font-size: 1.6rem; }
  @media  (min-width: 38em) {
    h3, .gamma {
      font-size: 2.2rem; } }

h4, .delta {
  font-size: 1.6rem;
  font-family: 'Serifa Bold', serif;
  line-height: 1.125;
  margin-bottom: 10px; }
  @media  (min-width: 38em) {
    h4, .delta {
      font-size: 2rem; } }

h5, .panel .panel__title, .epsilon {
  font-size: 1.4rem;
  font-family: 'Serifa Bold', serif; }
  @media  (min-width: 38em) {
    h5, .panel .panel__title, .epsilon {
      font-size: 1.8rem; } }

.primary, .primary a {
  color: #5290cd; }

.secondary, .secondary a {
  color: #d52b1e; }

.tertiary, .tertiary a {
  color: #772432; }

.standard {
  font-family: 'OpenSans Bold', sans-serif; }

.epsilon--standard {
  font-family: 'OpenSans Bold', sans-serif; }

.epsilon--regular {
  font-family: 'OpenSans Regular', sans-serif; }

.quiet {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; }

.multiline-title {
  color: #d52b1e; }
  .multiline-title:first-line {
    color: #772432; }

.loud-title {
  text-transform: uppercase;
  font-family: 'Serifa Black', serif; }

/**
 * Copy variants - smalluns
 */
.milli {
  font-size: 1.2rem;
  line-height: 1.27273; }
  @media  (min-width: 38em) {
    .milli {
      font-size: 1.4rem; } }

@media  (min-width: 38em) {
  .micro, .search-result__meta, .training-listing-item__vat {
    font-size: 1.2rem; } }

.omega {
  font-size: 1.2rem;
  font-family: 'OpenSans Bold', sans-serif; }
  @media  (min-width: 38em) {
    .omega {
      font-size: 1.5rem; } }

.panel--beta .panel--beta__title, .theta {
  font-size: 1.4rem;
  font-family: 'OpenSans Bold', sans-serif; }
  @media  (min-width: 50em) {
    .panel--beta .panel--beta__title, .theta {
      font-size: 1.8rem; } }

.mega {
  font-size: 1.8rem;
  font-family: 'OpenSans Bold', sans-serif;
  line-height: 1.4; }
  @media  (min-width: 50em) {
    .mega {
      font-size: 2.4rem; } }

/**
 * Copy variants - bigguns
 */
.macro, .long-form {
  font-size: 1.4rem; }
  @media  (min-width: 50em) {
    .macro, .long-form {
      font-size: 1.8rem; } }
  .macro p, .long-form p {
    margin: 0 0 15px 0; }
    .macro p:first-child, .long-form p:first-child {
      margin-top: 0; }
    .macro p:last-child, .long-form p:last-child {
      margin-bottom: 0; }

/**
 * Long form text
 */
.long-form {
  margin: 0 0 30px 0; }
  @media  (min-width: 56em) {
    .long-form {
      padding-right: 60px; } }
  .long-form h1, .long-form h2 {
    color: #772432; }
    .long-form h1 a, .long-form h2 a {
      color: #675c53;
      font-family: 'OpenSans Bold', sans-serif;
      font-size: 1.4rem;
      text-decoration: none; }
      @media  (min-width: 50em) {
        .long-form h1 a, .long-form h2 a {
          font-size: 1.8rem; } }
      .long-form h1 a:after, .long-form h2 a:after {
        font-family: 'chevron';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #d52b1e;
        font-size: 75%;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e601"; }
  .long-form h3, .long-form h4, .long-form h5 {
    font-family: 'OpenSans Bold', sans-serif; }
  .long-form h3, .long-form h4 {
    font-size: inherit; }
  .long-form h5 {
    font-size: 1.5rem; }
  .long-form h1 {
    text-transform: uppercase;
    color: #d52b1e;
    margin: 0 0 15px 0; }
    @media  (min-width: 38em) {
      .long-form h1 {
        margin: 0 0 40px 0; } }
  .long-form h3 {
    margin-top: 30px;
    margin-bottom: 15px; }
  .long-form ul, .long-form ol {
    margin: 0 0 15px 0; }
    @media  (min-width: 38em) {
      .long-form ul, .long-form ol {
        margin: 0 0 40px 0; } }
  .long-form ol li {
    padding-left: 20px; }
    @media  (min-width: 50em) {
      .long-form ol li {
        padding-left: 30px; } }
  .long-form li {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px; }
    @media  (min-width: 50em) {
      .long-form li {
        padding-left: 15px; } }
  .long-form p {
    margin: 0 0 15px 0; }
    @media  (min-width: 38em) {
      .long-form p {
        margin: 0 0 40px 0; } }
    .long-form p:first-child {
      margin-top: 0; }
    .long-form p:last-child {
      margin-bottom: 0; }
  .long-form > img {
    display: block;
    max-width: 100%;
    margin: 0 0 15px 0; }
    @media  (min-width: 38em) {
      .long-form > img {
        margin: 0 0 40px 0; } }
  .long-form h2 {
    font-family: 'Serifa Bold', serif;
    line-height: 1.125;
    margin-bottom: 10px;
    font-size: 1.6rem;
    margin: 0 0 15px 0; }
    @media  (min-width: 38em) {
      .long-form h2 {
        font-size: 2.2rem; } }
    @media  (min-width: 38em) {
      .long-form h2 {
        margin: 0 0 30px 0; } }
  .long-form .brightcove-video, .long-form figure, .long-form .panel {
    margin: 0 0 15px 0; }
    @media  (min-width: 38em) {
      .long-form .brightcove-video, .long-form figure, .long-form .panel {
        margin: 0 0 40px 0; } }

/**
 * Links
 */
a {
  word-wrap: break-word;
  color: #675c53;
  position: relative;
  text-decoration: none; }
  .no-touch a:hover {
    opacity: 0.8; }
  a.emphasize {
    text-decoration: underline; }
  a:active {
    bottom: -1px; }
  a.static:active {
    bottom: 0; }

/**
 * Lists
 */
li {
  padding-left: 20px;
  position: relative;
  list-style-type: none; }
  li:before {
    position: absolute;
    top: 0;
    left: 0; }

ol {
  counter-reset: ol; }
  ol li:before {
    counter-increment: ol;
    content: counter(ol) '.'; }

ul li:before {
  content: '\2022'; }

.inline-list, .footer__social, .search-result__meta, .training-listing-item__dates, .simple-list {
  margin: 0 0 6px; }
  .inline-list > li, .footer__social > li, .search-result__meta > li, .training-listing-item__dates > li, .simple-list > li {
    padding-left: 0;
    position: static;
    margin: 6px 0; }
    .inline-list > li:before, .footer__social > li:before, .search-result__meta > li:before, .training-listing-item__dates > li:before, .simple-list > li:before {
      content: '';
      position: static;
      top: auto;
      left: auto;
      display: none; }

.long-form a {
  font-family: 'OpenSans Regular', sans-serif;
  text-decoration: underline; }

.simple-list--tight li {
  margin: 6px 0; }
  .simple-list--tight li:first-child {
    margin-top: 0; }
  .simple-list--tight li:last-child {
    margin-bottom: 0; }

.simple-list--loose > li {
  margin-bottom: 20px; }
  @media  (min-width: 38em) {
    .simple-list--loose > li {
      margin-bottom: 35px; } }

/**
 * Inline lists such as those used by navs
 */
.inline-list > li {
  display: inline;
  margin-right: 30px; }
  .inline-list > li:last-child {
    margin-right: 0; }
.long-form .inline-list {
  margin-bottom: 0; }

.inline-list--flush {
  margin-bottom: -8px; }
  .inline-list--flush > li {
    margin: 0 20px 0 0;
    padding-bottom: 8px;
    display: inline-block; }

.time {
  font-family: 'OpenSans Bold', sans-serif; }

.time__mute {
  display: block;
  font-family: 'OpenSans Regular', sans-serif;
  color: #999490; }

@media  (min-width: 56em) {
  .time--right {
    float: right;
    margin-left: 30px; } }

.muted {
  color: #999490; }

.red {
  color: #d52b1e; }

.dark-red {
  color: #772432; }

.page-intro {
  margin-bottom: 30px; }
  @media  (min-width: 38em) {
    .page-intro {
      font-size: 2rem;
      line-height: 1.5;
      margin-bottom: 40px; } }
  @media  (min-width: 56em) {
    .page-intro {
      font-size: 2.4rem;
      line-height: 1.5; } }

/**
 * Bordered images
 */
.bordered {
  border: 1px solid #e2e0e0; }

/* ======================================================
   Base CSS
   (any add-ons to normalize)
   ======================================================*/
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  line-height: 1.5;
  box-sizing: border-box; }

body {
  color: #675c53;
  font-family: 'OpenSans Regular', sans-serif;
  height: 100%;
  background: #fff;
  font-size: 1.2rem; }
  @media  (min-width: 56em) {
    body {
      font-size: 1.5rem; } }

*, *:before, *:after {
  box-sizing: inherit; }

.content-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }
  @media  (min-width: 1230px) {
    .content-wrapper {
      padding-left: 0;
      padding-right: 0; } }
  .ie8 .content-wrapper {
    min-width: 1000px; }

.content-wrapper--main {
  margin-bottom: 35px;
  margin-top: 30px; }
  @media  (min-width: 38em) {
    .content-wrapper--main {
      margin-bottom: 80px; } }
  .content-wrapper--main:focus {
    outline: 0; }

@media  (min-width: 38em) {
  .desktop-padded-right {
    padding-right: 60px !important; } }

.padding-small {
  padding: 7.5px; }
  @media  (min-width: 38em) {
    .padding-small {
      padding: 15px; } }

.padding-normal {
  padding: 15px; }
  @media  (min-width: 38em) {
    .padding-normal {
      padding: 30px; } }

.padding-mid {
  padding: 15px; }
  @media  (min-width: 38em) {
    .padding-mid {
      padding: 45px 60px; } }

@media  (min-width: 75em) {
  .padding-mid-widescreen {
    padding: 45px 60px; } }

.padding-large {
  padding: 30px; }
  @media  (min-width: 38em) {
    .padding-large {
      padding: 60px; } }

.padding-none {
  padding: 0; }

/**
 * Spacing mixin
 * Almost too complicated to properly document! Please read the generated css!
 */
/**
 * Apply vertical spacings to the site's breakpoints
 */
.spacing-top--flush {
  margin-top: 0 !important; }

.spacing-top--tight {
  margin-top: 15px !important; }

.spacing-top--single {
  margin-top: 30px !important; }

.spacing-top--large {
  margin-top: 40px !important; }

.spacing-top--larger {
  margin-top: 60px !important; }

.spacing-top--huge {
  margin-top: 70px !important; }

.spacing-bottom--flush {
  margin-bottom: 0 !important; }

.spacing-bottom--tight {
  margin-bottom: 15px !important; }

.spacing-bottom--single {
  margin-bottom: 30px !important; }

.spacing-bottom--large {
  margin-bottom: 40px !important; }

.spacing-bottom--larger {
  margin-bottom: 60px !important; }

.spacing-bottom--huge {
  margin-bottom: 70px !important; }

.spacing--flush {
  margin: 0 !important; }

.spacing--tight {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.spacing--single {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.spacing--large {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.spacing--larger {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.spacing--huge {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

@media  (max-width: 37.9375em) {
  .mobile-spacing-top--flush {
    margin-top: 0 !important; }
  .mobile-spacing-top--tight {
    margin-top: 15px !important; }
  .mobile-spacing-top--single {
    margin-top: 30px !important; }
  .mobile-spacing-top--large {
    margin-top: 40px !important; }
  .mobile-spacing-top--larger {
    margin-top: 60px !important; }
  .mobile-spacing-top--huge {
    margin-top: 70px !important; }
  .mobile-spacing-bottom--flush {
    margin-bottom: 0 !important; }
  .mobile-spacing-bottom--tight {
    margin-bottom: 15px !important; }
  .mobile-spacing-bottom--single {
    margin-bottom: 30px !important; }
  .mobile-spacing-bottom--large {
    margin-bottom: 40px !important; }
  .mobile-spacing-bottom--larger {
    margin-bottom: 60px !important; }
  .mobile-spacing-bottom--huge {
    margin-bottom: 70px !important; }
  .mobile-spacing--flush {
    margin: 0 !important; }
  .mobile-spacing--tight {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .mobile-spacing--single {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .mobile-spacing--large {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .mobile-spacing--larger {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .mobile-spacing--huge {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

@media  (min-width: 38em) {
  .tablet-spacing-top--flush {
    margin-top: 0 !important; }
  .tablet-spacing-top--tight {
    margin-top: 15px !important; }
  .tablet-spacing-top--single {
    margin-top: 30px !important; }
  .tablet-spacing-top--large {
    margin-top: 40px !important; }
  .tablet-spacing-top--larger {
    margin-top: 60px !important; }
  .tablet-spacing-top--huge {
    margin-top: 70px !important; }
  .tablet-spacing-bottom--flush {
    margin-bottom: 0 !important; }
  .tablet-spacing-bottom--tight {
    margin-bottom: 15px !important; }
  .tablet-spacing-bottom--single {
    margin-bottom: 30px !important; }
  .tablet-spacing-bottom--large {
    margin-bottom: 40px !important; }
  .tablet-spacing-bottom--larger {
    margin-bottom: 60px !important; }
  .tablet-spacing-bottom--huge {
    margin-bottom: 70px !important; }
  .tablet-spacing--flush {
    margin: 0 !important; }
  .tablet-spacing--tight {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .tablet-spacing--single {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .tablet-spacing--large {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .tablet-spacing--larger {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .tablet-spacing--huge {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

@media  (max-width: 55.9375em) {
  .tablet-max-spacing-top--flush {
    margin-top: 0 !important; }
  .tablet-max-spacing-top--tight {
    margin-top: 15px !important; }
  .tablet-max-spacing-top--single {
    margin-top: 30px !important; }
  .tablet-max-spacing-top--large {
    margin-top: 40px !important; }
  .tablet-max-spacing-top--larger {
    margin-top: 60px !important; }
  .tablet-max-spacing-top--huge {
    margin-top: 70px !important; }
  .tablet-max-spacing-bottom--flush {
    margin-bottom: 0 !important; }
  .tablet-max-spacing-bottom--tight {
    margin-bottom: 15px !important; }
  .tablet-max-spacing-bottom--single {
    margin-bottom: 30px !important; }
  .tablet-max-spacing-bottom--large {
    margin-bottom: 40px !important; }
  .tablet-max-spacing-bottom--larger {
    margin-bottom: 60px !important; }
  .tablet-max-spacing-bottom--huge {
    margin-bottom: 70px !important; }
  .tablet-max-spacing--flush {
    margin: 0 !important; }
  .tablet-max-spacing--tight {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .tablet-max-spacing--single {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .tablet-max-spacing--large {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .tablet-max-spacing--larger {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .tablet-max-spacing--huge {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

@media  (min-width: 50em) {
  .tablet-wide-spacing-top--flush {
    margin-top: 0 !important; }
  .tablet-wide-spacing-top--tight {
    margin-top: 15px !important; }
  .tablet-wide-spacing-top--single {
    margin-top: 30px !important; }
  .tablet-wide-spacing-top--large {
    margin-top: 40px !important; }
  .tablet-wide-spacing-top--larger {
    margin-top: 60px !important; }
  .tablet-wide-spacing-top--huge {
    margin-top: 70px !important; }
  .tablet-wide-spacing-bottom--flush {
    margin-bottom: 0 !important; }
  .tablet-wide-spacing-bottom--tight {
    margin-bottom: 15px !important; }
  .tablet-wide-spacing-bottom--single {
    margin-bottom: 30px !important; }
  .tablet-wide-spacing-bottom--large {
    margin-bottom: 40px !important; }
  .tablet-wide-spacing-bottom--larger {
    margin-bottom: 60px !important; }
  .tablet-wide-spacing-bottom--huge {
    margin-bottom: 70px !important; }
  .tablet-wide-spacing--flush {
    margin: 0 !important; }
  .tablet-wide-spacing--tight {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .tablet-wide-spacing--single {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .tablet-wide-spacing--large {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .tablet-wide-spacing--larger {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .tablet-wide-spacing--huge {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

@media  (min-width: 56em) {
  .desktop-spacing-top--flush {
    margin-top: 0 !important; }
  .desktop-spacing-top--tight {
    margin-top: 15px !important; }
  .desktop-spacing-top--single {
    margin-top: 30px !important; }
  .desktop-spacing-top--large {
    margin-top: 40px !important; }
  .desktop-spacing-top--larger {
    margin-top: 60px !important; }
  .desktop-spacing-top--huge {
    margin-top: 70px !important; }
  .desktop-spacing-bottom--flush {
    margin-bottom: 0 !important; }
  .desktop-spacing-bottom--tight {
    margin-bottom: 15px !important; }
  .desktop-spacing-bottom--single {
    margin-bottom: 30px !important; }
  .desktop-spacing-bottom--large {
    margin-bottom: 40px !important; }
  .desktop-spacing-bottom--larger {
    margin-bottom: 60px !important; }
  .desktop-spacing-bottom--huge {
    margin-bottom: 70px !important; }
  .desktop-spacing--flush {
    margin: 0 !important; }
  .desktop-spacing--tight {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .desktop-spacing--single {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .desktop-spacing--large {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .desktop-spacing--larger {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .desktop-spacing--huge {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

.constrained {
  width: 100%;
  margin: 0 auto; }
  @media  (min-width: 30em) {
    .constrained {
      max-width: 400px; } }
  @media  (min-width: 38em) {
    .constrained {
      max-width: 500px; } }

@media  (min-width: 43em) {
  .constrained--not-tablet {
    max-width: 100%; } }

@media  (min-width: 56em) {
  .constrained--not-desktop {
    max-width: 100%; } }

@media  (min-width: 30em) {
  .constrained--desktop {
    max-width: 400px; } }
@media  (min-width: 38em) {
  .constrained--desktop {
    max-width: 500px; } }

@media  (min-width: 38em) {
  .constrained--left {
    max-width: 540px; } }

.accreditation {
  position: relative; }
  .accreditation .accreditation__text {
    position: absolute;
    right: 10px;
    background-color: #fff;
    color: #675c53;
    bottom: 38px;
    z-index: 1;
    padding: 6px 10px 2px; }
    @media  (min-width: 38em) {
      .accreditation .accreditation__text {
        right: 15px;
        bottom: 33px; } }
    @media  (min-width: 56em) {
      .accreditation .accreditation__text {
        bottom: 16px; } }
    @media  (min-width: 1230px) {
      .accreditation .accreditation__text {
        right: 0; } }

.imeche-addthis {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .ie8 .imeche-addthis {
    display: none; }

.imeche-addthis__text, .imeche-addthis__container {
  float: left; }

.imeche-addthis__text {
  margin-right: 5px; }
  @media  (min-width: 38em) {
    .imeche-addthis__text {
      margin-right: 10px; } }

.imeche-addthis__container {
  height: 32px;
  /* to avoid reflow when it does actually load much later on */
  max-height: 32px;
  /* saves it from inline-block children line-height and subsequent alignment issues */ }

@media  (min-width: 56em) {
  .imeche-addthis--right-desktop {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.collapsible--account:first-child, .rule-top {
  border-top: 2px dotted #e2e0e0; }

hr, .rule-tight, .collapsible--account, .panel--rule__header, .rule-bottom {
  border-bottom: 2px dotted #e2e0e0; }

hr {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin: 40px 0; }
  @media  (min-width: 38em) {
    hr {
      margin: 60px 0; } }

.rule-tight {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin: 20px 0; }
  @media  (min-width: 38em) {
    .rule-tight {
      margin: 30px 0; } }

.collapsible .collapsible__trigger {
  text-decoration: none; }
.collapsible.collapsible--animating-open .collapsible__trigger:focus, .collapsible.collapsible--animating-closed .collapsible__trigger:focus {
  text-decoration: none; }
.collapsible .collapsible__heading .icon {
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
          transition: 0.2s transform ease-in-out; }
  .ie8 .collapsible .collapsible__heading .icon {
    display: none; }
  .ie9 .collapsible .collapsible__heading .icon {
    display: none; }
.collapsible .collapsible__content {
  outline: 0; }

/**
 * Small "more details" style variant
 */
.collapsible--more-details .collapsible__trigger {
  display: inline-block; }
  .collapsible--more-details .collapsible__trigger:hover, .collapsible--more-details .collapsible__trigger:focus {
    text-decoration: none; }
.collapsible--more-details .collapsible__heading {
  font-family: 'OpenSans Bold', sans-serif;
  font-size: 1.2rem;
  margin: 0;
  position: relative; }
  .collapsible--more-details .collapsible__heading .icon {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 3px;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.collapsible--more-details.collapsible--active .collapsible__heading .icon {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0); }
.collapsible--more-details .collapsible__content > :first-child {
  margin-top: 10px; }

/**
 * Red account variant
 */
.collapsible--account .collapsible__trigger {
  display: block;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
  color: #772432;
  cursor: pointer; }
.collapsible--account .collapsible__heading {
  font-size: 2.2rem;
  margin-bottom: 0; }
  .collapsible--account .collapsible__heading .icon {
    margin: -2px 5px 0 0;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
    .ie9 .collapsible--account .collapsible__heading .icon {
      width: 16px;
      height: 16px;
      margin-right: 8px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
.collapsible--account.collapsible--active .collapsible__heading .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .ie9 .collapsible--account.collapsible--active .collapsible__heading .icon {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

/**
 * Facets variant
 */
.collapsible--facet {
  margin-bottom: 9px;
  padding: 0;
  background-color: #fff; }
  .collapsible--facet:last-child {
    margin-bottom: 0; }
  .collapsible--facet .collapsible__trigger {
    display: block;
    position: relative;
    padding: 0; }
  .collapsible--facet .collapsible__heading {
    font-size: 1.8rem;
    font-family: 'OpenSans Bold', sans-serif;
    margin: 0;
    padding: 16px 40px 17px 20px; }
    .collapsible--facet .collapsible__heading .icon {
      position: absolute;
      top: 20px;
      right: 16px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      width: 12px;
      height: 12px; }
      .ie8 .collapsible--facet .collapsible__heading .icon {
        display: inline-block;
        width: auto;
        height: auto;
        text-indent: 0;
        background: none; }
      .ie9 .collapsible--facet .collapsible__heading .icon {
        display: inline-block;
        width: 20px; }
  .collapsible--facet.collapsible--active .collapsible__heading .icon {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  .collapsible--facet .collapsible__content {
    padding: 0 20px 13px; }
    .collapsible--facet .collapsible__content > :first-child {
      margin-top: 9px; }

.collapsible--numbered {
  position: relative; }
  .collapsible--numbered .collapsible__heading, .collapsible--numbered .collapsible__content {
    padding-left: 65px; }
  .collapsible--numbered:after {
    position: absolute;
    content: " ";
    border-right: 9px solid #f3f2f2;
    top: 0;
    bottom: 0;
    left: 40px; }
  .collapsible--numbered .collapsible__heading {
    position: relative; }
    .collapsible--numbered .collapsible__heading:before {
      font-family: 'Serifa Bold', serif;
      top: 19px;
      position: absolute;
      counter-increment: section;
      content: counter(section);
      left: 15px; }

.progress-steps {
  background-color: #f3f2f2;
  padding: 9px;
  border-radius: 2px;
  counter-reset: section; }

@media  (min-width: 38em) {
  .available-dates__content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px; } }

.available-dates__list {
  margin: 0;
  padding: 0 0 15px 0; }
  @media  (min-width: 38em) {
    .available-dates__list {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      -moz-page-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid-column; } }

.available-dates__title {
  margin: 0;
  padding: 0;
  font-family: 'OpenSans Bold', sans-serif; }

.available-dates__subtitle {
  margin-bottom: 17px; }

.available-dates__date {
  margin: 0;
  padding: 0; }

.available-dates__additional {
  display: block; }

.panel.available-dates__top-panel {
  padding-bottom: 0; }
  @media  (min-width: 56em) {
    .panel.available-dates__top-panel {
      padding-bottom: 30px; } }

.grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  margin-left: -15px;
  margin-right: -15px; }
  .grid:after {
    content: " ";
    display: block;
    clear: both; }

[class^="col-"], .col-one-whole, .col-full {
  min-height: 1px;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.col-one-quarter {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.col-one-half {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.col-three-quarters {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.col-one-third {
  width: 33.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.col-two-thirds {
  width: 66.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.col--right {
  float: right; }

@media  (min-width: 38em) {
  .col-tablet-one-quarter {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .col-tablet-one-half {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .col-tablet-three-quarters {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .col-tablet-one-third {
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .col-tablet-two-thirds {
    width: 66.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .col-tablet--right {
    float: right; } }

@media  (min-width: 56em) {
  .col-desktop-one-quarter {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .col-desktop-one-half {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .col-desktop-three-quarters {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .col-desktop-one-third {
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .col-desktop-two-thirds {
    width: 66.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .col-desktop--right {
    float: right; } }

.grid-debug [class^="col-"], .grid-debug .col {
  background-color: rgba(213, 43, 30, 0.1);
  outline: 1px dotted rgba(213, 43, 30, 0.5); }

.grid--mpu {
  display: block;
  margin-left: -15px;
  margin-right: -15px; }

.col-mpu-main {
  padding-left: 15px;
  padding-right: 15px;
  float: none; }
  @media  (min-width: 960px) {
    .col-mpu-main {
      float: left;
      width: 505px;
      width: calc(100% - 405px); } }
  @media  (min-width: 67.5em) {
    .col-mpu-main {
      width: 680px;
      width: calc(100% - 405px); } }
  .ie8 .col-mpu-main {
    width: 67%; }

.col-mpu-sidebar {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 30px; }
  @media  (min-width: 435px) {
    .col-mpu-sidebar {
      width: 405px; } }
  @media  (min-width: 960px) {
    .col-mpu-sidebar {
      float: left;
      margin-top: 0; } }
  .ie8 .col-mpu-sidebar {
    width: 33%; }

.banner-ad iframe {
  border: 0;
  display: block; }

.banner-ad--leaderboard {
  background-color: #f3f2f2;
  width: 100%;
  padding: 25px 0; }
  @media  (max-width: 740px) {
    .banner-ad--leaderboard {
      display: none; } }
  .banner-ad--leaderboard iframe {
    margin: 0 auto; }

.banner-ad-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #f3f2f2;
  overflow: hidden;
  padding: 15px 0; }
  .content-wrapper .banner-ad-container {
    margin-left: -15px;
    margin-right: -15px; }
    @media  (min-width: 340px) {
      .content-wrapper .banner-ad-container {
        margin-left: 0;
        margin-right: 0; } }

.banner-ad--mpu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  padding: 15px 5px;
  max-width: 310px;
  min-width: 300px; }

.no-flexbox .banner-ad-container:before, .no-flexbox .banner-ad-container:after, .no-flexboxlegacy .banner-ad-container:before, .no-flexboxlegacy .banner-ad-container:after {
  display: table;
  content: ""; }
.no-flexbox .banner-ad-container:after, .no-flexboxlegacy .banner-ad-container:after {
  clear: both; }
.no-flexbox .banner-ad--mpu, .no-flexboxlegacy .banner-ad--mpu {
  float: left;
  width: 360px; }

/**
 * Base icon styles
 */
.icon {
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: center center;
  overflow: hidden;
  text-indent: -10000px;
  -ms-behavior: url(/ui/backgroundsize.min.htc); }

/**
 * Base panel styles
 */
.panel {
  background-color: #f3f2f2;
  position: relative;
  padding: 30px;
  width: 100%;
  display: block;
  word-wrap: normal; }
  .panel .media__item {
    margin-right: 0; }
  .panel .panel__body, .panel .panel__content {
    position: relative;
    z-index: 1; }
  .panel.panel--constrained {
    margin: 0 auto; }
    @media  (min-width: 30em) {
      .panel.panel--constrained {
        max-width: 400px; } }
    @media  (min-width: 38em) {
      .panel.panel--constrained {
        max-width: 500px; } }
    @media  (min-width: 56em) {
      .panel.panel--constrained {
        max-width: 100%; } }
  .panel.padding-small {
    padding: 7.5px; }
    @media  (min-width: 38em) {
      .panel.padding-small {
        padding: 15px; } }
  .panel.padding-default {
    padding: 15px; }
    @media  (min-width: 38em) {
      .panel.padding-default {
        padding: 30px; } }
  .panel.padding-mid {
    padding: 15px; }
    @media  (min-width: 38em) {
      .panel.padding-mid {
        padding: 45px 60px; } }
  @media  (min-width: 75em) {
    .panel.padding-mid-widescreen {
      padding: 45px 60px; } }
  .panel.padding-large {
    padding: 30px; }
    @media  (min-width: 38em) {
      .panel.padding-large {
        padding: 60px; } }
  .panel.padding-none {
    padding: 0; }
  @media  (min-width: 38em) {
    .panel.padding-40-tablet {
      padding: 40px !important; } }
  .panel.panel--heading {
    padding: 22px 30px 18px; }
  .panel h3:last-of-type, .panel h4:last-of-type, .panel p:last-of-type {
    margin-bottom: 0; }
  .panel .panel__title {
    line-height: 1.3;
    font-family: 'OpenSans Bold', sans-serif;
    margin-bottom: 15px;
    padding-right: 15px; }
    .panel .panel__title a {
      text-decoration: none; }

.has-chevron {
  padding-right: 15px; }

.panel--red {
  background-color: #772432; }

.panel--beta {
  display: none;
  color: #155ba1;
  position: relative;
  background: #d2e3f5;
  background: #d2e3f5 -webkit-repeating-linear-gradient(150deg, #d9e8f6, #d9e8f6 2px, #d2e3f5 2px, #d2e3f5 9px);
  background: #d2e3f5 repeating-linear-gradient(300deg, #d9e8f6, #d9e8f6 2px, #d2e3f5 2px, #d2e3f5 9px);
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .panel--beta a {
    display: inline-block;
    vertical-align: middle; }
    .panel--beta a.emphasize {
      margin-right: 20px; }
      @media  (min-width: 60.625em) {
        .panel--beta a.emphasize {
          margin-right: 30px; } }
  .panel--beta.panel--open {
    display: block; }
  .panel--beta .panel--beta__title {
    padding-right: 30px; }
    @media  (min-width: 60.625em) {
      .panel--beta .panel--beta__title {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle; } }
  .panel--beta .link-wrapper {
    display: inline-block; }
    @media  (min-width: 60.625em) {
      .panel--beta .link-wrapper {
        margin-right: 50px;
        float: right; } }
  .panel--beta .spacing-top {
    margin-top: 23px; }

.panel--muted {
  background-color: #fff; }

.panel--red, .panel--dark, .panel--blue, .panel--brown, .panel--dark-brown {
  color: #fff; }
  .panel--red a, .panel--dark a, .panel--blue a, .panel--brown a, .panel--dark-brown a {
    color: #fff; }
  .panel--red .btn--tertiary, .panel--dark .btn--tertiary, .panel--blue .btn--tertiary, .panel--brown .btn--tertiary, .panel--dark-brown .btn--tertiary {
    color: #675c53; }

.panel--brown {
  background-color: #675c53; }

.panel--dark-brown {
  background-color: #3e3732; }

.panel--green-bright {
  background-color: #d4e435; }

.panel--yellow-bright {
  background-color: #fecb00; }

.panel--blue {
  background-color: #3270ad; }

.panel--primary {
  background-color: #edf5fc; }
  .panel--primary.panel--outline {
    background-color: #edf5fc;
    border-color: #5290cd; }
  .panel--primary.panel--lifted:after {
    background-color: #5290cd; }

.panel--notice {
  background-color: #fffae5;
  border: 1px solid #d8b510;
  text-align: center; }
  .panel--notice .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px; }
  .panel--notice.panel--notice-small .icon {
    width: 24px;
    height: 24px; }
    .ie8 .panel--notice.panel--notice-small .icon {
      display: none; }

.panel--outline {
  border-radius: 2px;
  border: solid 9px #f3f2f2;
  background-color: #fff;
  padding: 15px; }
  @media  (min-width: 38em) {
    .panel--outline {
      padding: 30px; } }
  .long-form .panel--outline h3 {
    color: #675c53;
    margin-top: 0; }

.panel--lifted {
  border-radius: 2px; }
  .panel--lifted:after {
    background-color: #48403a;
    content: "";
    width: 100%;
    position: absolute;
    height: 5px;
    bottom: -3px;
    border-radius: 0 0 2px 2px;
    opacity: 0.10;
    left: 0;
    z-index: -1; }
    .ie8 .panel--lifted:after {
      display: none !important; }
  .panel--lifted.panel--media:after {
    bottom: -3px; }
  .panel--lifted.panel--lifted--deep {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    .panel--lifted.panel--lifted--deep:after {
      height: 9px;
      bottom: -9px;
      border-radius: 0; }

.panel--alert {
  border: 2px solid #d8b510;
  background-color: #fffae5;
  text-align: center; }

.panel--image-stack {
  padding: 15px; }
  @media  (min-width: 38em) {
    .panel--image-stack {
      padding: 30px; } }
  .panel--image-stack .panel__inner {
    overflow: hidden; }
  .panel--image-stack .panel__content .delta {
    padding-right: 15px; }
  @media  (max-width: 37.9375em) {
    .panel--image-stack .panel__content {
      padding-top: 5px; } }
  @media  (min-width: 38em) and (max-width: 56em) {
    .flex-grid--max-2-up .panel--image-stack .panel__content {
      padding-top: 15px; } }
  .panel--image-stack .panel__content--image {
    float: left;
    margin-right: 15px;
    max-width: 40%;
    padding-top: 0; }
    .panel--image-stack .panel__content--image img {
      width: 100%;
      display: block; }
    .panel--image-stack .panel__content--image img {
      width: auto;
      max-width: 100%; }
    @media  (min-width: 25em) {
      .panel--image-stack .panel__content--image {
        float: left;
        margin-right: 15px;
        max-width: 40%;
        padding-top: 0; }
        .panel--image-stack .panel__content--image img {
          width: auto;
          max-width: 100%; } }
    @media  (min-width: 38em) {
      .panel--image-stack .panel__content--image {
        margin-right: 30px; } }
    @media  (min-width: 38em) and (max-width: 56em) {
      .flex-grid--max-2-up .panel--image-stack .panel__content--image {
        min-width: 100%;
        max-width: none;
        padding-right: 0;
        float: none; }
        .flex-grid--max-2-up .panel--image-stack .panel__content--image img {
          width: 100%; } }
  @media  (min-width: 30em) {
    .panel--image-stack .panel__content--image-fixed {
      width: 210px;
      min-width: 210px;
      max-width: 210px; } }
  .panel--image-stack .panel__content {
    overflow: hidden;
    padding-bottom: 0; }
  .panel--image-stack .panel__content--pull {
    padding-top: 5px; }
    @media  (min-width: 75em) {
      .panel--image-stack .panel__content--pull {
        padding-right: 125px; } }

.panel--fixed {
  background-color: #fff;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  width: 100%; }
  .panel--fixed .panel__content--fixed, .panel--fixed .panel__content {
    padding-top: 15px;
    padding-bottom: 15px; }
    .no-flexbox .panel--fixed .panel__content--fixed, .no-flexbox .panel--fixed .panel__content {
      display: table-cell; }
  .panel--fixed .panel__content {
    padding-right: 22px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
    @media  (min-width: 38em) {
      .panel--fixed .panel__content {
        padding-right: 30px; } }
  .panel--fixed .panel__content--fixed {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px; }
    .no-flexbox .panel--fixed .panel__content--fixed {
      width: 90px; }
    .panel--fixed .panel__content--fixed:before {
      background-color: #e2e0e0;
      content: "";
      width: 2px;
      position: absolute;
      bottom: 10px;
      top: 10px;
      right: 115px;
      z-index: 2; }
    @media  (min-width: 38em) {
      .panel--fixed .panel__content--fixed:before {
        right: 115px; } }
  @media  (min-width: 56em) and (max-width: 66.25em) {
    .panel--fixed:not(.panel--fixed-header) {
      display: block; }
      .panel--fixed:not(.panel--fixed-header) .panel__content {
        padding-bottom: 10px;
        padding-top: 0; }
      .panel--fixed:not(.panel--fixed-header) .panel__content--fixed, .panel--fixed:not(.panel--fixed-header) .panel__content {
        display: block; }
      .panel--fixed:not(.panel--fixed-header) .panel__content--fixed {
        position: relative;
        padding-top: 15px;
        padding-bottom: 0; }
        .panel--fixed:not(.panel--fixed-header) .panel__content--fixed:before {
          width: 100%;
          height: 2px;
          left: 0;
          top: 0;
          bottom: auto; }
          .ie8 .panel--fixed:not(.panel--fixed-header) .panel__content--fixed:before, .ie9 .panel--fixed:not(.panel--fixed-header) .panel__content--fixed:before {
            display: none; } }

.panel--fixed-alt, .panel--fixed-article {
  background-color: #f3f2f2; }

/* Flexbox panels */
.panel--flex {
  padding: 0; }
  .panel--flex:before, .panel--flex:after {
    display: table;
    content: ""; }
  .panel--flex:after {
    clear: both; }
  .panel--flex .panel__content {
    padding: 30px 0;
    margin: 0 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .panel--flex .panel__content img {
      max-width: 100%;
      display: block; }
  .panel--flex .panel__content--primary {
    border-bottom: 1px dotted #675c53; }
  @media  (min-width: 38em) {
    .panel--flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .panel--flex .panel__content {
        margin: 60px 0;
        padding: 0 30px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .panel--flex .panel__content--tight {
          margin: 30px 0; }
        .panel--flex .panel__content img {
          position: relative;
          left: -1px; }
      .panel--flex .panel__content--primary {
        border-bottom: 0;
        border-right: 1px dotted #675c53;
        width: 50%; }
        .no-flexbox .panel--flex .panel__content--primary {
          float: left; }
      .panel--flex .panel__content--secondary {
        width: 50%; }
        .no-flexbox .panel--flex .panel__content--secondary {
          float: right; } }
  @media  (min-width: 56em) {
    .panel--flex .panel__content--primary {
      width: 66.6666%; }
    .panel--flex .panel__content--secondary {
      width: 33.3333%; } }
  .panel--flex .panel__content--flush {
    padding: 0;
    margin: 0; }
  .panel--flex .panel__content--plain {
    border: 0; }
  .panel--flex.panel--dark .panel__content--primary, .panel--flex.panel--dark-brown .panel__content--primary {
    border-color: #fff; }
  .panel--flex.panel--dark .panel__content--secondary:before, .panel--flex.panel--dark-brown .panel__content--secondary:before {
    border-color: #fff; }

@media  (min-width: 56em) {
  .panel--flex--3-1 .panel__content--primary {
    max-width: 75%; }
    .no-flexbox .panel--flex--3-1 .panel__content--primary {
      width: 75%; }
  .panel--flex--3-1 .panel__content--secondary {
    max-width: 25%; }
    .no-flexbox .panel--flex--3-1 .panel__content--secondary {
      width: 25%; } }

.panel--media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 !important; }
  .ie9 .panel--media, .ie8 .panel--media {
    overflow: hidden; }
  .panel--media .media__body {
    margin-left: 0;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .panel--media.panel--outline {
    border: 0; }
    .panel--media.panel--outline .media__body {
      border: solid #f3f2f2 9px;
      background-color: #fff; }
      .ie9 .panel--media.panel--outline .media__body, .ie8 .panel--media.panel--outline .media__body {
        border-color: #fff; }
  .panel--media.panel--lifted .media__body {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
  .panel--media .media__item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
    .panel--media .media__item img {
      border-radius: 2px 0 0 2px;
      display: block;
      width: auto;
      height: auto; }
    .panel--media .media__item + .media__body {
      border-left-width: 0; }
  @media  (min-width: 56em) and (max-width: 60em) {
    .flex-grid--max-3-up .panel--media .delta {
      font-size: 1.4rem; } }
  @media  (min-width: 60em) and (max-width: 67.5em) {
    .flex-grid--max-3-up .panel--media .delta {
      font-size: 1.6rem; } }
  .panel--media h2, .panel--media h3, .panel--media h4, .panel--media h5, .panel--media h6 {
    margin-bottom: 0; }

.panel--media-muted {
  background: #fff; }
  .panel--media-muted .media__body {
    border: 0;
    background-color: #f3f2f2; }
  .panel--media-muted .media__item img {
    border-radius: 0; }

.panel--chevron .media__body {
  position: relative;
  padding-right: 50px; }
.panel--chevron .chevron {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -8px;
  display: block; }

.panel--striped {
  background: #f3f2f2 url('../img/panel/img/inverted-stripes.png') repeat 0 0;
  background: #f3f2f2 -webkit-repeating-linear-gradient(150deg, #f9f9f9, #f9f9f9 2px, #f3f2f2 2px, #f3f2f2 9px);
  background: #f3f2f2 repeating-linear-gradient(300deg, #f9f9f9, #f9f9f9 2px, #f3f2f2 2px, #f3f2f2 9px); }

.panel--striped-corner {
  background-image: url(../img/panel/img/stripes.png);
  background-position: right top;
  background-repeat: no-repeat; }

.panel--striped-corner--cropped {
  background-image: url(../img/panel/img/stripes.png);
  background-position: 125% top;
  background-repeat: no-repeat; }

.panel--image {
  padding: 0; }
  .panel--image .panel__body {
    padding: 30px; }
  .panel--image .panel__image img {
    display: block;
    width: 100%; }

.panel--image-pad {
  padding: 15px; }
  @media  (min-width: 38em) {
    .panel--image-pad {
      padding: 30px; } }
  .panel--image-pad .panel__body {
    padding-top: 15px; }
    @media  (min-width: 38em) {
      .panel--image-pad .panel__body {
        padding-top: 30px; } }
  .panel--image-pad .panel__image img {
    display: block;
    width: 100%; }
  .panel--image-pad.separator--absolute {
    padding-bottom: 24px; }
    @media  (min-width: 38em) {
      .panel--image-pad.separator--absolute {
        padding-bottom: 36px; } }

.panel--grow {
  height: 100%; }

.panel__link {
  text-decoration: underline;
  margin-top: 10px;
  display: block; }
  .panel__link:hover, .panel__link:focus {
    text-decoration: none; }
  @media  (min-width: 38em) {
    .panel__link {
      margin-top: 13px; } }

.panel--fixed-article .panel__content--fixed:before {
  background-color: #fff;
  width: 3px;
  top: 10px;
  bottom: 10px; }
.panel--fixed-article .panel__content--fixed > .date, .panel--fixed-article .panel__content--fixed > p {
  position: relative;
  top: -3px; }
  @media  (min-width: 38em) {
    .panel--fixed-article .panel__content--fixed > .date, .panel--fixed-article .panel__content--fixed > p {
      top: -7px; } }
@media  (min-width: 38em) and (max-width: 50em) {
  .panel--fixed-article .delta {
    font-size: 1.4em; } }
@media  (min-width: 38em) and (max-width: 66.25em) {
  .panel--fixed-article {
    display: block; }
    .panel--fixed-article .panel__content {
      padding-bottom: 10px;
      padding-top: 0; }
    .panel--fixed-article .panel__content--fixed, .panel--fixed-article .panel__content {
      display: block; }
    .panel--fixed-article .panel__content--fixed {
      position: relative;
      padding-top: 15px;
      padding-bottom: 0; }
      .panel--fixed-article .panel__content--fixed:before {
        width: 100%;
        height: 2px;
        left: 0;
        top: 0;
        bottom: auto; }
        .ie8 .panel--fixed-article .panel__content--fixed:before, .ie9 .panel--fixed-article .panel__content--fixed:before {
          display: none; }
    .panel--fixed-article .panel__content {
      padding-right: 0;
      padding-top: 10px !important; }
    .panel--fixed-article .panel__content--fixed {
      padding-top: 5px !important; }
      .panel--fixed-article .panel__content--fixed:before {
        display: none; } }
.panel--fixed-article .date {
  font-family: 'OpenSans Bold', sans-serif;
  font-size: 1.2rem;
  line-height: 1; }

.panel--conjoined {
  padding: 9px; }
  .panel--conjoined :first-child > li:first-child {
    margin-top: 0; }
  .panel--conjoined .panel__header {
    padding: 15px 20px 6px; }
  .panel--conjoined .media__item {
    margin-right: 15px; }
  .panel--conjoined > .panel {
    margin-bottom: 9px;
    padding: 20px; }
    .panel--conjoined > .panel:last-child {
      margin-bottom: 0; }

.panel--steelblue {
  border-top: 9px solid #bcd4c3; }

.panel--steelblue-bottom {
  border-bottom: 9px solid #bcd4c3; }

.panel--rule {
  padding: 0; }

.panel--rule__header {
  padding: 15px 15px 10px; }
  @media  (min-width: 38em) {
    .panel--rule__header {
      padding: 25px 30px 20px; } }

.panel--rule__body {
  padding: 5px 15px; }
  @media  (min-width: 38em) {
    .panel--rule__body {
      padding: 15px 30px; } }

.close-link {
  position: absolute;
  right: 15px;
  top: -3px;
  text-align: left; }
  @media  (min-width: 38em) {
    .close-link {
      top: 0; } }

.breadcrumbs {
  color: #675c53; }

.breadcrumbs__list {
  margin: 0 0 -10px 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1; }

.breadcrumbs__item {
  padding: 0 30px 0 0;
  margin: 0 0 10px 0;
  display: inline-block;
  position: relative;
  max-width: 80%; }
  @media  (min-width: 38em) {
    .breadcrumbs__item {
      max-width: none; } }
  .breadcrumbs__item:before {
    content: '>';
    right: 10px;
    left: auto;
    position: absolute;
    color: #bcb4ae; }

.breadcrumbs__item--last {
  padding: 0; }
  .breadcrumbs__item--last:before {
    display: none; }

.breadcrumbs__link {
  font-family: 'OpenSans Regular';
  color: #675c53; }

.brightcove-video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative; }
  .brightcove-video .BrightcoveExperience, .brightcove-video noscript p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .brightcove-video noscript p {
    text-align: center;
    background-color: #48403a;
    color: #fff;
    padding-top: 28.125%; }

.brightcove-video--4-3 {
  padding-bottom: 75%; }
  .brightcove-video--4-3 noscript p {
    padding-top: 37.5%; }

.btn {
  text-decoration: none;
  cursor: pointer;
  border: 0;
  font-family: 'OpenSans Bold', sans-serif;
  font-size: 1.4rem;
  -webkit-appearance: none;
  padding: 10px 42px;
  display: inline-block;
  border-radius: 2px;
  background: #e2e0e0 -webkit-linear-gradient(#e2e0e0, #d6d3d3);
  background: #e2e0e0 linear-gradient(#e2e0e0, #d6d3d3);
  color: #675c53;
  text-align: center;
  position: relative;
  width: 100%;
  text-indent: -10px;
  word-wrap: normal;
  margin: 0 auto; }
  .btn:hover {
    opacity: 1 !important; }
  @media  (min-width: 30em) {
    .btn {
      max-width: 400px; } }
  @media  (min-width: 38em) {
    .btn {
      max-width: 500px; } }
  @media  (min-width: 56em) {
    .btn {
      max-width: 100%; } }
  @media  (max-width: 37.9375em) {
    .btn {
      display: block; } }
  @media  (min-width: 38em) {
    .btn {
      width: auto;
      padding-top: 7px;
      padding-bottom: 7px;
      font-size: 1.8rem; } }
  .no-cssgradients .btn {
    background: #e2e0e0 none; }
  .btn:active {
    bottom: -1px; }
  .btn:focus {
    outline: 0; }
  .btn:hover, .btn:focus {
    background: #e2e0e0 -webkit-linear-gradient(#d6d3d3, #e2e0e0);
    background: #e2e0e0 linear-gradient(#d6d3d3, #e2e0e0); }
    .no-cssgradients .btn:hover, .no-cssgradients .btn:focus {
      background: #d6d3d3 none; }
  .btn:after {
    background-color: #c0bbbb;
    background-color: rgba(72, 64, 58, 0.35);
    content: "";
    width: 100%;
    position: absolute;
    height: 5px;
    bottom: -3px;
    border-radius: 0 0 2px 2px;
    left: 0;
    z-index: -1; }
  .btn .chevron {
    font-size: 66%;
    width: 0;
    text-indent: 0; }
    .btn .chevron:after {
      color: #d52b1e; }
  .btn--tertiary .chevron {
    font-size: 85%; }

.btn--primary {
  background: #3270ad -webkit-linear-gradient(#3270ad, #2c6399);
  background: #3270ad linear-gradient(#3270ad, #2c6399);
  color: #fff; }
  .no-cssgradients .btn--primary {
    background: #3270ad none; }
  .btn--primary:hover, .btn--primary:focus {
    background: #3270ad -webkit-linear-gradient(#2c6399, #3270ad);
    background: #3270ad linear-gradient(#2c6399, #3270ad); }
    .no-cssgradients .btn--primary:hover, .no-cssgradients .btn--primary:focus {
      background: #2c6399 none; }
  .btn--primary .chevron:after {
    color: #fff; }

.btn--secondary, .btn--search {
  background: #d52b1e -webkit-linear-gradient(#d52b1e, #bf261b);
  background: #d52b1e linear-gradient(#d52b1e, #bf261b);
  color: #fff; }
  .no-cssgradients .btn--secondary, .no-cssgradients .btn--search {
    background: #d52b1e none; }
  .btn--secondary:hover, .btn--secondary:focus, .btn--search:hover, .btn--search:focus {
    background-color: #d52b1e;
    background: #d52b1e -webkit-linear-gradient(#bf261b, #d52b1e);
    background: #d52b1e linear-gradient(#bf261b, #d52b1e); }
    .no-cssgradients .btn--secondary:hover, .no-cssgradients .btn--secondary:focus, .no-cssgradients .btn--search:hover, .no-cssgradients .btn--search:focus {
      background: #bf261b none; }
  .btn--secondary .chevron:after, .btn--search .chevron:after {
    color: #fff; }

.btn--tertiary {
  color: #675c53; }
  @media  (min-width: 38em) {
    .btn--tertiary {
      font-size: 1.5rem;
      padding-bottom: 5px; } }

@media  (min-width: 38em) {
  .btn--wide, .btn--full-width {
    padding: 18px 50px; } }

@media  (min-width: 75em) {
  .btn--wide-widescreen {
    padding: 18px 50px; } }

.btn--full-width {
  width: 100%; }

/**
 * Search specific variant
 */
.btn--search {
  width: auto;
  border-radius: 2px;
  padding: 5px 16px 8px;
  background: #d52b1e none;
  text-indent: 0; }
  .btn--search .icon {
    width: 22px;
    height: 20px;
    margin: 0; }
  .btn--search:after {
    display: none; }

/**
 * Search specific variant with text
 */
.btn--search-text {
  width: auto;
  padding: 5px 15px 8px;
  text-indent: 0; }
  .btn--search-text:after {
    content: none; }
  @media  (min-width: 25em) {
    .btn--search-text {
      padding: 5px 30px 8px; } }

.callout {
  font-size: 1.4rem;
  padding-left: 29px;
  margin: 0;
  position: relative; }
  @media  (min-width: 50em) {
    .callout {
      font-size: 1.8rem; } }
  .callout:before {
    content: '';
    display: block;
    width: 9px;
    background: #5290cd;
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px; }
    @media  (min-width: 38em) {
      .callout:before {
        top: 8px;
        bottom: 8px; } }
  @media  (min-width: 38em) {
    .callout {
      line-height: 1.8; } }
  .callout a {
    text-decoration: underline; }

.slate {
  background-color: #cee0d3;
  padding: 40px 0;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }
  @media  (min-width: 38em) {
    .slate {
      padding: 80px 0; } }
  .slate .breadcrumbs {
    margin-top: -23px;
    margin-bottom: 15px; }
    @media  (min-width: 38em) {
      .slate .breadcrumbs {
        margin-top: -45px;
        margin-bottom: 30px; } }

.slate--muted {
  background-color: #f3f2f2; }

.slate--cogs {
  background-image: url(../img/slate/img/cogs-mobile.jpg);
  background-color: #d4e435; }
  @media  (min-width: 56em) {
    .slate--cogs {
      background-image: url(../img/slate/img/cogs.jpg); } }

.slate--honeycomb {
  background-image: url(../img/slate/img/honeycomb-mobile.gif);
  background-position: top left; }
  @media  (min-width: 56em) {
    .slate--honeycomb {
      background-image: url(../img/slate/img/honeycomb.gif); } }

.slate--lines {
  background-color: #f3f2f2;
  background-image: url(../img/slate/img/lines-mobile.png); }
  @media  (min-width: 56em) {
    .slate--lines {
      background-image: url(../img/slate/img/lines.png); } }

.slate--gridlines {
  background-color: #fff;
  background-position: 0 center;
  background-image: url(../img/slate/img/gridlines.png); }
  @media  (min-width: 56em) {
    .slate--gridlines {
      background-position: calc(50% + 482px) center; } }

.column-list {
  font-size: 1.2rem; }
  @media  (min-width: 38em) {
    .column-list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px;
      font-size: 1.4rem; } }
  @media  (min-width: 56em) {
    .column-list {
      font-size: 1.6rem; } }

.column-list__item {
  margin: 0;
  padding: 0 0 10px 0; }
  @media  (min-width: 38em) {
    .column-list__item {
      padding: 0 0 20px 0;
      -webkit-column-break-inside: avoid;
         page-break-inside: avoid;
              break-inside: avoid; } }

.column-list__item--ordered {
  padding-left: 20px; }

.column-list--flush {
  margin-bottom: -10px; }
  @media  (min-width: 38em) {
    .column-list--flush {
      margin-bottom: -20px; } }
  @media  (min-width: 38em) {
    .column-list--flush.column-list--tight {
      margin-bottom: -10px; } }

@media  (min-width: 38em) {
  .column-list--tight .column-list__item {
    padding: 0 0 10px 0; } }

.media, .media__body {
  display: block;
  overflow: hidden; }

.media__item {
  float: left;
  margin-right: 20px; }
  .media__item img {
    width: 100%;
    height: auto; }
    .media--respect-image .media__item img {
      width: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .media--spaced .media__item {
    margin-right: 30px; }
  .media-pad .media__item {
    margin-right: 0;
    padding-right: 20px; }
  .media--spaced-pad .media__item {
    margin-right: 0;
    padding-right: 30px; }

.media--5050 .media__item, .media--5050.media--rev .media__body {
  width: 50%; }

.media--rev .media__item {
  margin-right: 0;
  float: none;
  overflow: hidden;
  width: auto; }
.media--rev .media__body {
  float: left;
  margin-right: 20px; }
.media--rev.media--5050 .media__body {
  width: 50%; }
.media--rev.media-pad .media__body {
  padding-right: 20px;
  margin-right: 0; }
.media--rev.media-pad .media__item, .media--rev.media--spaced-pad .media__item {
  margin-right: 0;
  padding-right: 0; }
.media--rev.media--spaced .media__body {
  margin-right: 30px; }
.media--rev.media--spaced-pad .media--rev .media__body {
  padding-right: 30px; }

@media  (max-width: 37.9375em) {
  .media--tablet-and-up .media__item, .media--tablet-and-up.media--rev .media__body {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 30px; } }

@media  (max-width: 55.9375em) {
  .media--desktop-and-up .media__item, .media--desktop-and-up.media--rev .media__body {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 0; } }

.media--tight .media__item {
  margin-right: 15px; }

.icon-link {
  text-decoration: none;
  font-family: 'OpenSans Bold', sans-serif;
  display: inline; }
  .no-touch .icon-link:hover {
    opacity: 1; }
    .no-touch .icon-link:hover .icon, .no-touch .icon-link:hover .icon-link__text {
      opacity: 0.8; }
  .icon-link .icon {
    float: left;
    border-right: 10px solid transparent;
    box-sizing: content-box;
    width: 24px;
    height: 24px; }
  .icon-link [class^="icon--mail"] {
    width: 30px; }

.icon-link--small .icon {
  width: 12px;
  height: 12px;
  margin-top: 1px; }
  @media  (min-width: 38em) {
    .icon-link--small .icon {
      width: 16px;
      height: 16px; } }

.icon-link--small--spaced .icon {
  margin-top: 6px; }
  @media  (min-width: 38em) {
    .icon-link--small--spaced .icon {
      margin-top: 3px; } }

@media  (max-width: 55.9375em) {
  .icon-link--small-mobile .icon {
    width: 16px;
    height: 16px; }
  .icon-link--small-mobile .icon-link__text {
    position: relative;
    top: -2px; } }

.icon-link--right:hover, .icon-link--right:focus {
  text-decoration: none; }
.icon-link--right .icon {
  float: right;
  border-right: 0 none;
  border-left: 10px solid transparent; }

.icon-link__text {
  overflow: hidden;
  word-wrap: normal;
  display: block;
  position: relative;
  bottom: -3px; }
  @media  (min-width: 56em) {
    .icon-link__text {
      bottom: 0;
      position: static; } }

.icon-link__extended-text {
  font-family: 'OpenSans Regular', sans-serif; }

.icon-link__extended-text--inline {
  display: inline; }

.icon-link--inline .icon {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px; }
.icon-link--inline .icon-link__text {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0; }

.centrally-aligned .icon-link {
  display: inline-block; }
.centrally-aligned .icon-link__text {
  display: inline; }

@media  (max-width: 49.9375em) {
  .centrally-aligned--mobile .icon-link {
    display: inline-block; }
  .centrally-aligned--mobile .icon-link__text {
    display: inline; } }

@media  (min-width: 38em) {
  .centrally-aligned--desktop .icon-link {
    display: inline-block; }
  .centrally-aligned--desktop .icon-link__text {
    display: inline; } }

.icon-list {
  margin: 0; }

.icon-list--slim .icon-list__item {
  margin-top: 10px; }

.icon-list__item {
  padding-left: 0;
  position: static;
  margin: 6px 0;
  margin: 20px 0 20px 0; }
  .icon-list__item:before {
    content: '';
    position: static;
    top: auto;
    left: auto;
    display: none; }
  .icon-list__item:first-child {
    margin: 0; }

.icon-list--tight .icon-list__item {
  margin: 10px 0 0 0; }

.icon-list--linear .icon-list__item {
  display: inline-block;
  margin: 0 30px 10px 0; }
.icon-list--linear .icon-link__text {
  display: inline; }

@media  (min-width: 56em) {
  .icon-list--linear-desktop .icon-list__item {
    display: inline-block;
    margin: 0 30px 10px 0; }
  .icon-list--linear-desktop .icon-link__text {
    display: inline; } }

.ie8 .icon-list .icon--mail-blue, .ie9 .icon-list .icon--mail-blue {
  background-position: center 3px; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .icon-list .icon--mail-blue {
    background-position: center 3px; } }

.panel--contact {
  padding: 0 0 15px; }

.panel--contact__inner {
  position: relative;
  background-color: #3270ad; }
  .panel--contact__inner, .panel--contact__inner a {
    color: #fff; }

@media  (min-width: 56em) {
  .panel--contact__media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.panel--contact__inner__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/contact-map-panel/img/pattern.png);
  background-repeat: no-repeat;
  background-position: right; }
  @media  (min-width: 38em) {
    .no-flexbox .panel--contact__inner__body {
      min-height: 320px; } }

.panel--course-header .panel__content {
  padding: 40px 30px;
  margin: 0;
  position: relative;
  z-index: 1; }
.panel--course-header p {
  line-height: 1.75; }
.panel--course-header .panel__content--primary {
  border: 0; }
  @media  (min-width: 30em) {
    .panel--course-header .panel__content--primary {
      background-image: url(../img/course-header/img/cogs.jpg);
      background-repeat: no-repeat;
      background-position: right bottom; } }
.panel--course-header .panel__content--secondary {
  background: #edf4ae; }
.panel--course-header .panel__title {
  font-size: 2rem;
  color: #772432; }
  @media  (min-width: 38em) {
    .panel--course-header .panel__title {
      font-size: 2.4rem; } }
.panel--course-header .time {
  font-family: 'OpenSans Regular', sans-serif; }

.course-list {
  z-index: 1;
  position: relative; }

.course-list__item {
  padding: 0;
  background-color: #f3f2f2;
  position: relative; }
  .course-list__item img {
    width: auto; }
  .course-list__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    width: 90px; }
    @media  (min-width: 38em) {
      .course-list__item:before {
        width: 125px; } }
    @media  (min-width: 56em) {
      .course-list__item:before {
        width: 90px; } }
    @media  (min-width: 75em) {
      .course-list__item:before {
        width: 125px; } }
  .course-list__item .media {
    position: relative;
    z-index: 2; }
  .course-list__item .media__item {
    width: 90px; }
    @media  (min-width: 38em) {
      .course-list__item .media__item {
        width: 125px; } }
    @media  (min-width: 56em) {
      .course-list__item .media__item {
        width: 90px; } }
    @media  (min-width: 75em) {
      .course-list__item .media__item {
        width: 125px; } }

.course-list__item__content {
  padding: 15px 25px 15px 15px; }
  .course-list__item__content > .delta {
    margin-right: 5px; }
  @media  (min-width: 38em) {
    .course-list__item__content {
      padding: 30px 20px; } }

.course-list__title {
  margin: 0 auto; }
  @media  (min-width: 30em) {
    .course-list__title {
      max-width: 400px; } }
  @media  (min-width: 38em) {
    .course-list__title {
      max-width: 500px; } }
  @media  (min-width: 56em) {
    .course-list__title {
      max-width: 100%; } }

.course-list__detail {
  background-color: #772432;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 20px 0; }
  @media  (min-width: 75em) {
    .course-list__detail {
      font-size: 1.2rem; } }
  .course-list__detail:last-child {
    margin-bottom: 95px !important; }
  .course-list__detail .icon--qualification {
    display: block;
    width: 22px;
    height: 32px;
    margin: 0 auto 10px; }
    @media  (min-width: 38em) {
      .course-list__detail .icon--qualification {
        width: 30px;
        height: 42px; } }

.course-list__logo {
  max-width: 66%;
  padding: 25px 0;
  margin: 0 auto; }

.course-list__duration {
  position: relative;
  font-family: 'Serifa Bold', serif;
  display: block;
  line-height: 0.75;
  margin-bottom: 8px;
  font-size: 4rem;
  top: 10px; }
  .ie9 .course-list__duration {
    top: 3px; }
  @media  (min-width: 56em) {
    .course-list__duration {
      font-size: 5.5rem; } }

.course-list__cta {
  margin: 30px 0 0 0;
  text-align: center; }

.facet-wrapper {
  position: relative; }

.block-ui {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 799; }

.mobile-facet-menu-open {
  float: right;
  width: auto; }

.facet__group {
  background-color: #f3f2f2;
  padding: 20px 9px 9px;
  border-radius: 2px;
  -webkit-transition: 300ms left ease-in-out;
          transition: 300ms left ease-in-out;
  overflow: hidden;
  position: absolute;
  left: -110%;
  top: 0;
  z-index: 800;
  width: 100%;
  min-height: 100%; }
  .facet__group.low-android {
    -webkit-transition: none;
            transition: none; }
  @media  (min-width: 56em) {
    .facet__group {
      margin-top: 0;
      left: 0;
      position: relative;
      width: auto;
      visibility: visible; } }
  .facet__group.ui-block-parent {
    position: absolute; }

.facet__group--open {
  left: 0;
  right: 20px; }

.facet__group__inner {
  max-width: 450px; }

.facet__title {
  padding: 2px 5px 10px 19px;
  text-transform: none;
  font-family: 'OpenSans Bold', sans-serif; }

.facet__item {
  padding-left: 0; }
  .facet__item:before {
    display: none; }

.facet__intro {
  padding: 5px 0 10px; }
  .facet__intro a {
    color: inherit;
    text-decoration: underline; }
    .facet__intro a:hover {
      text-decoration: none; }

.facet__link {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 1.2rem; }
  .facet__link:hover {
    opacity: 1 !important; }
  .facet__link .icon {
    display: none;
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 10px; }
    @media  (min-width: 38em) {
      .facet__link .icon {
        left: 4px;
        top: 5px;
        width: 12px;
        height: 12px; } }
  .facet__link:before {
    border: 2px solid #bcb4ae;
    border-radius: 2px;
    background: -webkit-linear-gradient(bottom, #f3f2f2 0%, #fff 40%);
    background: linear-gradient(to top, #f3f2f2 0%, #fff 40%);
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 0;
    top: 2px; }
  .facet__link.facet__link--selected .icon {
    display: block; }
  .facet__link.facet__link--selected:before {
    border-color: #675c53;
    background: #675c53; }
  .facet__link:active {
    bottom: 0 !important; }
  .facet__link.facet__link--disabled {
    color: #bcb4ae;
    cursor: default; }
    .facet__link.facet__link--disabled:before {
      opacity: .7; }
    .facet__link.facet__link--disabled:not(.facet__link--selected):before {
      background: none; }
    .facet__link.facet__link--disabled .facet__count {
      opacity: .7; }
  @media  (min-width: 38em) {
    .facet__link {
      font-size: 1.5rem;
      padding-left: 35px; }
      .facet__link:before {
        height: 21px;
        width: 21px; } }

.ui-block {
  background-color: #fff;
  opacity: 0;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
  z-index: 200000 !important; }
  .ui-block.ui-block--active {
    opacity: .9; }

.ui-block-parent {
  position: relative; }

.pagination {
  font-size: 0;
  line-height: 0;
  text-align: center; }
  @media  (min-width: 38em) {
    .pagination {
      text-align: left; } }
  .pagination .chevron, .pagination .chevron-left {
    font-size: inherit; }

.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top; }

.pagination__item {
  padding: 0;
  margin: 0 0 0 3px;
  display: inline-block; }
  .pagination__item:before {
    display: none; }

.pagination__item--more {
  display: inline-block; }
  .pagination__item--more .pagination__link {
    border-color: transparent; }
  .pagination__item--more .pagination__link:after {
    content: '...';
    position: relative;
    top: -3px;
    letter-spacing: 1px; }

@media  (min-width: 38em) {
  .pagination__item--more-mobile {
    display: none; } }

.pagination__item--more-desktop {
  display: none; }
  @media  (min-width: 38em) {
    .pagination__item--more-desktop {
      display: inline-block; } }

.pagination__item--current {
  display: inline-block; }
  .pagination__item--current .pagination__link {
    background: #675c53;
    color: #fff;
    border-color: #675c53; }

@media  (min-width: 30em) {
  .pagination__item--current1, .pagination__item--current2 {
    display: inline-block; } }

.pagination__item--show {
  display: inline-block; }

.pagination__link {
  display: block;
  width: 25px;
  height: 43px;
  border: 2px solid #f3f2f2;
  border-radius: 2px;
  text-align: center;
  line-height: 39px;
  text-decoration: none;
  font-size: 12px;
  font-family: 'OpenSans Bold', sans-serif;
  overflow: hidden; }
  @media  (min-width: 38em) {
    .pagination__link {
      width: 30px; } }
  @media  (min-width: 56em) {
    .pagination__link {
      width: 40px; } }

.pagination__prev, .pagination__next {
  margin: 0;
  display: inline-block; }
  .pagination__prev .pagination__link, .pagination__next .pagination__link {
    font-family: 'OpenSans Regular', sans-serif;
    position: relative; }
    @media  (min-width: 38em) {
      .pagination__prev .pagination__link, .pagination__next .pagination__link {
        width: auto;
        padding: 0 13px; } }
  .pagination__prev .pagination__link__text, .pagination__next .pagination__link__text {
    display: none; }
    @media  (min-width: 38em) {
      .pagination__prev .pagination__link__text, .pagination__next .pagination__link__text {
        display: inline; } }
  .pagination__prev .chevron, .pagination__prev .chevron-left, .pagination__next .chevron, .pagination__next .chevron-left {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block; }
    @media  (min-width: 38em) {
      .pagination__prev .chevron, .pagination__prev .chevron-left, .pagination__next .chevron, .pagination__next .chevron-left {
        position: absolute;
        top: 50%;
        margin: -8px 0 0 0; } }

.pagination__prev {
  margin-right: 3px; }
  @media  (min-width: 38em) {
    .pagination__prev .pagination__link {
      padding-left: 29px; } }
  .pagination__prev .chevron-left {
    left: 5px; }
    @media  (min-width: 38em) {
      .pagination__prev .chevron-left {
        left: 11px; } }

.pagination__next {
  margin-left: 3px; }
  @media  (min-width: 38em) {
    .pagination__next .pagination__link {
      padding-right: 29px; } }
  .pagination__next .chevron {
    left: auto;
    right: 5px; }
    @media  (min-width: 38em) {
      .pagination__next .chevron {
        right: 11px; } }

[tabindex="-1"] {
  outline: 0; }

.icon-badge-list > li {
  padding-left: 0; }
  .icon-badge-list > li + li {
    margin-top: 10px; }
  .icon-badge-list > li:before {
    content: none; }

.icon-badge__item {
  position: relative; }
  .icon-badge__item:before, .icon-badge__item:after {
    display: table;
    content: ""; }
  .icon-badge__item:after {
    clear: both; }

.icon-badge__badge {
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background-color: #bcd4c3; }
  .icon-badge__badge, .icon-badge__badge:after {
    border-radius: 100%; }
  .icon-badge__badge:after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    left: 3px;
    top: 3px;
    border: 1px solid white;
    z-index: 2; }

.icon-badge__badge__icon {
  margin-left: 10px;
  margin-top: 10px; }

.icon-badge__text {
  display: block;
  overflow: hidden;
  margin-top: 8px; }
  @media  (min-width: 56em) {
    .icon-badge__text {
      margin-top: 6px; } }

.figure {
  margin: 0; }

.figure__image {
  display: block;
  max-width: 100%;
  margin-bottom: 10px; }
  @media  (min-width: 38em) {
    .figure__image {
      margin-bottom: 15px; } }

.long-form figcaption, .figure__caption {
  font-family: 'OpenSans Italic', sans-serif;
  font-weight: normal;
  font-size: 1.2rem; }
  @media  (min-width: 38em) {
    .long-form figcaption, .figure__caption {
      font-size: 1.4rem; } }

.flex-grid {
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0 -15px 0 0;
  left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .flex-grid, .flex-grid:last-child {
    margin-bottom: -15px; }
  @media  (min-width: 28em) {
    .flex-grid {
      margin-right: -30px;
      left: -30px; }
      .flex-grid, .flex-grid:last-child {
        margin-bottom: -30px; } }
  .flex-grid > .flex-grid__item {
    display: inline-block;
    vertical-align: top;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    letter-spacing: normal;
    list-style-type: none;
    text-align: left;
    padding: 0;
    border-left: 15px solid transparent;
    margin: 0 0 15px;
    position: relative; }
    .flex-grid > .flex-grid__item:before {
      content: '';
      padding-left: 0; }
    .flexbox .flex-grid > .flex-grid__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-width: 100%; }
    .ie8 .flex-grid > .flex-grid__item {
      display: inline-block; }
    .no-flexbox.flexboxlegacy .flex-grid > .flex-grid__item, .no-flexbox.no-flexboxlegacy .flex-grid > .flex-grid__item {
      margin-right: -4px; }
    @media  (min-width: 28em) {
      .flex-grid > .flex-grid__item {
        margin-bottom: 30px;
        border-left-width: 30px;
        width: 100%; }
        .flexbox .flex-grid > .flex-grid__item, .flexboxlegacy .flex-grid > .flex-grid__item {
          min-width: 100%;
          max-width: 100%; } }
    @media  (min-width: 43em) {
      .flex-grid > .flex-grid__item {
        width: 50%; }
        .flexbox .flex-grid > .flex-grid__item, .flexboxlegacy .flex-grid > .flex-grid__item {
          min-width: 50%;
          max-width: 50%; } }
    @media  (min-width: 56em) {
      .flex-grid > .flex-grid__item {
        width: 25%; }
        .flexbox .flex-grid > .flex-grid__item, .flexboxlegacy .flex-grid > .flex-grid__item {
          min-width: 25%;
          max-width: 25%; } }
  .flex-grid.flex-grid--max-2-up > .flex-grid__item {
    width: 100%; }
    .flexbox .flex-grid.flex-grid--max-2-up > .flex-grid__item, .flexboxlegacy .flex-grid.flex-grid--max-2-up > .flex-grid__item {
      min-width: 100%;
      max-width: 100%; }
    @media  (min-width: 38em) {
      .flex-grid.flex-grid--max-2-up > .flex-grid__item {
        width: 50%; }
        .flexbox .flex-grid.flex-grid--max-2-up > .flex-grid__item, .flexboxlegacy .flex-grid.flex-grid--max-2-up > .flex-grid__item {
          min-width: 50%;
          max-width: 50%; } }
  @media  (min-width: 50em) and (max-width: 55.9375em) {
    .flex-grid.flex-grid--max-2-up.is-two-thirds > .flex-grid__item {
      width: 100%; }
      .flexbox .flex-grid.flex-grid--max-2-up.is-two-thirds > .flex-grid__item, .flexboxlegacy .flex-grid.flex-grid--max-2-up.is-two-thirds > .flex-grid__item {
        min-width: 100%;
        max-width: 100%; } }
  @media  (min-width: 56em) {
    .flex-grid.flex-grid--max-2-up.is-two-thirds > .flex-grid__item {
      width: 50%; }
      .flexbox .flex-grid.flex-grid--max-2-up.is-two-thirds > .flex-grid__item, .flexboxlegacy .flex-grid.flex-grid--max-2-up.is-two-thirds > .flex-grid__item {
        min-width: 50%;
        max-width: 50%; } }
  @media  (min-width: 38em) {
    .flex-grid.flex-grid--max-3-up > .flex-grid__item {
      width: 100%; }
      .flexbox .flex-grid.flex-grid--max-3-up > .flex-grid__item, .flexboxlegacy .flex-grid.flex-grid--max-3-up > .flex-grid__item {
        min-width: 100%;
        max-width: 100%; } }
  @media  (min-width: 56em) {
    .flex-grid.flex-grid--max-3-up > .flex-grid__item {
      width: 33.33333%; }
      .flexbox .flex-grid.flex-grid--max-3-up > .flex-grid__item, .flexboxlegacy .flex-grid.flex-grid--max-3-up > .flex-grid__item {
        min-width: 33.33333%;
        max-width: 33.33333%; } }
  @media  (min-width: 38em) {
    .flex-grid.flex-grid--desktop-2-up > .flex-grid__item {
      width: 100%; }
      .flexbox .flex-grid.flex-grid--desktop-2-up > .flex-grid__item, .flexboxlegacy .flex-grid.flex-grid--desktop-2-up > .flex-grid__item {
        min-width: 100%;
        max-width: 100%; } }
  @media  (min-width: 56em) {
    .flex-grid.flex-grid--desktop-2-up > .flex-grid__item {
      width: 50%; }
      .flexbox .flex-grid.flex-grid--desktop-2-up > .flex-grid__item, .flexboxlegacy .flex-grid.flex-grid--desktop-2-up > .flex-grid__item {
        min-width: 50%;
        max-width: 50%; } }

/**
 * Splits that are active across all breakpoints
 */
.split .split__key, .split .split__value {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit; }
.split .split__key {
  padding-right: 10px;
  float: left;
  max-width: 50%; }
  .ie8 .split .split__key {
    width: 50%; }
.split .split__value {
  padding-left: 10px;
  text-align: right;
  float: right;
  max-width: 50%; }
  .ie8 .split .split__value {
    width: 50%; }
.split.split--7525 > .split__key {
  max-width: 75%; }
  .ie8 .split.split--7525 > .split__key {
    width: 75%; }
.split.split--7525 > .split__value {
  max-width: 25%; }
  .ie8 .split.split--7525 > .split__value {
    width: 25%; }
.split.split--2575 > .split__key {
  max-width: 25%; }
  .ie8 .split.split--2575 > .split__key {
    width: 25%; }
.split.split--2575 > .split__value {
  max-width: 75%; }
  .ie8 .split.split--2575 > .split__value {
    width: 75%; }

/**
 * Tablet and up splits
 */
@media  (min-width: 38em) {
  .split-tablet-and-up .split__key, .split-tablet-and-up .split__value {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit; }
  .split-tablet-and-up .split__key {
    padding-right: 10px;
    float: left;
    max-width: 50%; }
    .ie8 .split-tablet-and-up .split__key {
      width: 50%; }
  .split-tablet-and-up .split__value {
    padding-left: 10px;
    text-align: right;
    float: right;
    max-width: 50%; }
    .ie8 .split-tablet-and-up .split__value {
      width: 50%; }
  .split-tablet-and-up.split--7525 > .split__key {
    max-width: 75%; }
    .ie8 .split-tablet-and-up.split--7525 > .split__key {
      width: 75%; }
  .split-tablet-and-up.split--7525 > .split__value {
    max-width: 25%; }
    .ie8 .split-tablet-and-up.split--7525 > .split__value {
      width: 25%; }
  .split-tablet-and-up.split--2575 > .split__key {
    max-width: 25%; }
    .ie8 .split-tablet-and-up.split--2575 > .split__key {
      width: 25%; }
  .split-tablet-and-up.split--2575 > .split__value {
    max-width: 75%; }
    .ie8 .split-tablet-and-up.split--2575 > .split__value {
      width: 75%; } }

/**
 * Desktop only splits
 */
@media  (min-width: 56em) {
  .split-desktop .split__key, .split-desktop .split__value {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit; }
  .split-desktop .split__key {
    padding-right: 10px;
    float: left;
    max-width: 50%; }
    .ie8 .split-desktop .split__key {
      width: 50%; }
  .split-desktop .split__value {
    padding-left: 10px;
    text-align: right;
    float: right;
    max-width: 50%; }
    .ie8 .split-desktop .split__value {
      width: 50%; }
  .split-desktop.split--7525 > .split__key {
    max-width: 75%; }
    .ie8 .split-desktop.split--7525 > .split__key {
      width: 75%; }
  .split-desktop.split--7525 > .split__value {
    max-width: 25%; }
    .ie8 .split-desktop.split--7525 > .split__value {
      width: 25%; }
  .split-desktop.split--2575 > .split__key {
    max-width: 25%; }
    .ie8 .split-desktop.split--2575 > .split__key {
      width: 25%; }
  .split-desktop.split--2575 > .split__value {
    max-width: 75%; }
    .ie8 .split-desktop.split--2575 > .split__value {
      width: 75%; } }

.footer {
  background: -webkit-linear-gradient(#221e1b, #3e3732 75px);
  background: linear-gradient(#221e1b, #3e3732 75px);
  color: #c0bbbb;
  border-top: 9px solid #d52b1e; }
  .footer p, .footer .quiet {
    font-size: 1.2rem; }
    @media  (min-width: 38em) {
      .footer p, .footer .quiet {
        font-size: 1.5rem; } }
  .footer .gamma {
    font-size: 1.8rem; }
    @media  (min-width: 38em) {
      .footer .gamma {
        font-size: 2.4rem; } }
  .footer a {
    color: inherit; }
  .no-cssgradients .footer {
    background-color: #3e3732; }

.footer__section {
  border-top: 2px solid #4a423c;
  padding: 30px 0; }
  @media  (min-width: 38em) {
    .footer__section {
      border-top: 3px solid #4a423c;
      padding: 40px 0; } }
  .footer__section:first-child {
    border-top: 0; }

.footer .footer__copyright {
  margin: 0 0 30px;
  font-size: 1rem; }
  @media  (min-width: 50em) {
    .footer .footer__copyright {
      float: left;
      margin-right: 40px;
      font-size: 1.5rem; } }

/**
 * Snippets
 */
.footer__snippet {
  text-decoration: none;
  font-family: 'OpenSans Regular', sans-serif; }
  .footer__snippet p {
    line-height: 1.3; }

.footer__snippet__title {
  color: #fff;
  font-family: 'OpenSans Bold', sans-serif; }
  .footer__snippet:hover .footer__snippet__title {
    opacity: 0.8; }
  .footer__snippet:active .footer__snippet__title {
    text-decoration: underline; }
  .footer__snippet__title .icon-link__text {
    line-height: 1.15; }

h3.footer__snippet__title {
  margin-bottom: -5px; }
  @media  (min-width: 38em) {
    h3.footer__snippet__title {
      margin-bottom: 10px; } }

/**
 * Navigation
 */
.footer__nav {
  color: #fff; }
  .footer__nav a {
    text-decoration: none;
    font-family: 'OpenSans Bold', sans-serif;
    white-space: nowrap; }
    .footer__nav a:focus {
      text-decoration: underline; }

.footer__nav--legal {
  font-size: 1.2rem; }
  @media  (min-width: 38em) {
    .footer__nav--legal {
      font-size: 1.5rem;
      clear: both; } }
  @media  (min-width: 75em) {
    .footer__nav--legal {
      clear: none;
      float: right; } }

/**
 * Social icons
 */
.footer__social {
  margin: 0; }
  .footer__social li {
    display: inline-block;
    letter-spacing: -1px; }
  .footer__social a {
    display: block; }

.icon--facebook, .icon--twitter, .icon--google-plus, .icon--youtube {
  background-color: #4a423c;
  height: 60px;
  width: 60px; }
  a:hover .icon--facebook, a:focus .icon--facebook, a:hover .icon--twitter, a:focus .icon--twitter, a:hover .icon--google-plus, a:focus .icon--google-plus, a:hover .icon--youtube, a:focus .icon--youtube {
    background-color: #534C46; }
  @media  (min-width: 75em) {
    .icon--facebook, .icon--twitter, .icon--google-plus, .icon--youtube {
      width: 68px; } }

.icon--facebook {
  background-size: 12px auto; }

.icon--twitter {
  background-size: 24px auto; }

.icon--google-plus {
  background-size: 21px auto; }

.icon--youtube {
  background-size: 40px auto; }

.form {
  /*fieldset*/
  border: 0;
  padding: 0;
  margin: 0; }

.form__item {
  margin-bottom: 20px;
  letter-spacing: -1px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .form__item > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 3px; }
    .form__item > *:last-child {
      margin-right: 0; }
  .form__item .btn {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

@media  (max-width: 29.9375em) {
  .form__item--mobile-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .form__item--mobile-fluid input {
      width: 65%; }
    .form__item--mobile-fluid .btn {
      width: 35%; } }

input[type="text"], input[type="email"], input[type="search"] {
  letter-spacing: normal;
  border-radius: 2px;
  border: 1px solid #e2e0e0;
  box-shadow: inset 0 2px #f3f2f2;
  padding: 8px 12px;
  -webkit-appearance: none;
  vertical-align: top;
  font-size: 1.5rem; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus {
    outline: 0;
    border-color: #675c53; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder {
    color: #c7c0ba; }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder {
    color: #c7c0ba; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder {
    color: #c7c0ba; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder {
    color: #c7c0ba; }
  input[type="text"].input--grey, input[type="email"].input--grey, input[type="search"].input--grey {
    background-color: #f3f2f2;
    border: 0;
    border-top: 2px solid #dfdcd9; }

label {
  display: block;
  font-family: 'OpenSans Bold', sans-serif;
  margin-bottom: 9px;
  color: #675c53;
  width: 100%; }

.label--light {
  font-family: 'OpenSans Regular', sans-serif; }

.flex-grid--getintouch .flex-grid__item__inner {
  border-bottom: 2px dotted #e2e0e0;
  padding-bottom: 15px;
  width: 100%; }
  @media  (min-width: 38em) {
    .flex-grid--getintouch .flex-grid__item__inner {
      padding-bottom: 30px; } }
.flex-grid--getintouch .flex-grid__item:nth-last-child(-n+1) .flex-grid__item__inner {
  border-bottom: 0;
  padding-bottom: 0; }
@media  (min-width: 38em) {
  .flex-grid--getintouch .collapse-border .flex-grid__item__inner {
    border-bottom: 0;
    padding-bottom: 0; } }

.nav {
  list-style-type: none; }
  .nav li {
    margin: 0;
    padding-left: 0;
    list-style-type: none; }
    .nav li:before {
      content: none; }

.nav--controls {
  margin: 7px 0 0 0;
  width: 116px;
  float: right; }
  @media  (min-width: 38em) {
    .nav--controls {
      width: 12.5%; } }
  .nav--controls a {
    display: block;
    padding: 5px;
    font-family: 'OpenSans Bold', sans-serif;
    font-size: 1.2rem;
    text-decoration: none; }

.nav--controls__menu, .nav--controls__search {
  width: 50%;
  float: left;
  text-align: center; }
  .nav--controls__menu .icon, .nav--controls__search .icon {
    display: block;
    margin: 0 auto 2px; }

@media  (min-width: 38em) {
  .nav--controls__menu {
    padding-top: 5px;
    width: auto;
    float: none; } }

@media  (min-width: 38em) {
  .nav--controls__search {
    display: none; } }

.menu-is-expanded > a, .search-is-expanded > a {
  color: #d52b1e; }

.nav--primary, .nav--utility, .nav--account {
  clear: both;
  margin: 0 auto;
  font-size: 1.4rem; }
  .nav--primary > li, .nav--utility > li, .nav--account > li {
    font-family: 'OpenSans Bold', sans-serif; }
    .nav--primary > li.nav--primary__active, .nav--utility > li.nav--primary__active, .nav--account > li.nav--primary__active {
      border-top: 0; }
  .nav--primary .nav__item, .nav--utility .nav__item, .nav--account .nav__item {
    display: block;
    padding: 10px;
    line-height: 1.33;
    color: #675c53;
    text-decoration: none; }
    @media  (min-width: 50em) {
      .nav--primary .nav__item, .nav--utility .nav__item, .nav--account .nav__item {
        display: inline-block; } }
  .no-touch .nav--primary a:hover, .no-touch .nav--primary a:focus, .no-touch .nav--utility a:hover, .no-touch .nav--utility a:focus, .no-touch .nav--account a:hover, .no-touch .nav--account a:focus {
    color: #d52b1e; }
  .nav--primary a:active, .nav--utility a:active, .nav--account a:active {
    bottom: 0; }
  .nav--primary ul, .nav--utility ul, .nav--account ul {
    list-style: none; }
    @media  (max-width: 49.9375em) {
      .nav--primary ul, .nav--utility ul, .nav--account ul {
        padding-left: 0; } }
  @media  (max-width: 49.9375em) {
    .js .nav--primary .js-nav-hidden, .js .nav--utility .js-nav-hidden, .js .nav--account .js-nav-hidden {
      display: none; } }
  .nav--primary .nav--primary__hide-small-med, .nav--utility .nav--primary__hide-small-med, .nav--account .nav--primary__hide-small-med {
    display: none; }
    @media  (min-width: 50em) {
      .nav--primary .nav--primary__hide-small-med, .nav--utility .nav--primary__hide-small-med, .nav--account .nav--primary__hide-small-med {
        display: table-cell; } }
  .nav--primary .nav--primary__hide-large, .nav--utility .nav--primary__hide-large, .nav--account .nav--primary__hide-large {
    display: block; }
    @media  (min-width: 50em) {
      .nav--primary .nav--primary__hide-large, .nav--utility .nav--primary__hide-large, .nav--account .nav--primary__hide-large {
        display: none; } }

.nav--primary__sub {
  margin: 0;
  font-family: 'OpenSans Regular', sans-serif;
  font-size: 1.5rem;
  background-color: #f3f2f2; }
  @media  (min-width: 50em) {
    .nav--primary__sub {
      background: #f3f2f2 -webkit-linear-gradient(#fff, #fff 50%, #f3f2f2 100%);
      background: #f3f2f2 linear-gradient(#fff, #fff 50%, #f3f2f2 100%); }
      .no-cssgradients .nav--primary__sub {
        background-color: #f3f2f2; } }
  .nav--primary__sub li {
    border-top: 1px dotted #d2d0cf; }
    .nav--primary__sub li:last-of-type {
      border-bottom: 0; }
    @media  (min-width: 50em) {
      .nav--primary__sub li {
        border: 0; } }
  .nav--primary__sub a {
    padding-right: 20px;
    padding-left: 20px; }

@media  (min-width: 50em) {
  .nav--primary__active > .nav__item {
    color: #d52b1e;
    font-family: 'OpenSans Bold', sans-serif; } }

@media  (max-width: 49.9375em) {
  .js .nav__expandable {
    position: relative; }
    .js .nav__expandable::before {
      position: absolute;
      top: 1px;
      left: 11px;
      font-family: 'OpenSans Regular', sans-serif;
      font-size: 2.4rem;
      color: #48403a;
      content: '+'; }
    .js .nav__expandable .nav__item {
      padding-left: 35px; }
    .js .nav__expandable.js-expandable-active {
      border-left: 3px solid #d52b1e;
      border-top: 1px dotted #d2d0cf;
      top: -1px; }
      .js .nav__expandable.js-expandable-active::before {
        top: -1px;
        left: 9px;
        color: #d52b1e;
        content: '\2013'; }
      .js .nav__expandable.js-expandable-active .nav__item {
        padding-left: 32px; }
      .js .nav__expandable.js-expandable-active > .nav__item {
        color: #d52b1e;
        font-family: 'OpenSans Bold', sans-serif; }
    .js .nav__expandable.nav--primary__active > .nav__item {
      color: #d52b1e;
      font-family: 'OpenSans Bold', sans-serif; } }
@media  (max-width: 49.9375em) {
  .js .nav-main--hidden {
    display: none !important; } }

@media  (min-width: 38em) {
  .nav--primary .nav--primary__secondary-content {
    display: none; } }

@media  (min-width: 50em) {
  .nav--controls {
    display: none; }
  .nav--primary {
    font-size: 1.5rem;
    display: table;
    width: 100%;
    padding: 0; }
    .nav--primary .nav__item {
      padding: 12px 10px;
      display: block; }
      @media  (min-width: 50em) {
        .nav--primary .nav__item {
          padding-bottom: 30px; } }
    .nav--primary .nav__top-level-duplicate {
      display: none; }
    .nav--primary > li {
      position: relative;
      display: table-cell;
      border-top: 0;
      text-align: center;
      vertical-align: middle; }
      .nav--primary > li.nav--primary__active > a, .nav--primary > li.nav--primary__active > a:visited {
        color: #d52b1e; }
      .nav--primary > li.nav--primary__active:hover > a, .nav--primary > li.nav--primary__active:focus > a {
        background-color: transparent; }
    .nav--primary .nav__expandable .nav__item {
      min-width: 80px; }
    .nav--primary .nav__expandable--last-half.js-expandable-active .nav--primary__sub, .nav--primary .nav__expandable--last-half:hover .nav--primary__sub {
      right: 0; }
    .nav--primary .nav__expandable.js-expandable-active .nav--primary__sub, .nav--primary .nav__expandable:hover .nav--primary__sub {
      display: block; }
  .nav--primary__sub {
    position: absolute;
    top: 100%;
    z-index: 10;
    display: none;
    min-width: 280px;
    padding: 0 20px;
    text-align: left;
    border-bottom: 3px solid #B7B7B7; }
    .nav--primary__sub li {
      margin: 0;
      border-bottom: 0; }
    .nav--primary__sub .nav__item {
      font-family: 'OpenSans Regular', sans-serif;
      display: block;
      padding: 10px 0;
      color: #48403a;
      border-top: 3px solid #f3f2f2;
      white-space: nowrap; }
      @media  (min-width: 50em) {
        .nav--primary__sub .nav__item {
          padding: 15px 0; } } }

/**
 * Logo is natively 279x90.
 * This mixin calculates the correct height to use based on a given width
 */
.logo {
  position: relative;
  z-index: 1;
  width: 155px;
  height: 50px; }
  .header .logo {
    float: left;
    margin-bottom: 15px; }
  @media  (min-width: 38em) {
    .logo {
      width: 225px;
      height: 72.58065px; }
      .header .logo {
        margin-bottom: 20px; } }
  @media  (min-width: 56em) {
    .logo {
      width: 279px;
      height: 90px; } }
  .logo, .logo object, .logo img {
    display: block; }
  .logo object, .logo img {
    width: 100%;
    height: 100%; }
  .logo:hover {
    opacity: 1; }
  .logo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.ie8 .logo img {
  height: 200%;
  margin-top: -45px; }

.header {
  padding: 15px 0 0;
  background-color: #fff; }
  @media  (min-width: 38em) {
    .header {
      padding-top: 30px; } }
  .header > .content-wrapper {
    border-bottom: 3px solid #e5e5e5;
    position: relative; }
    .header > .content-wrapper:before, .header > .content-wrapper:after {
      display: table;
      content: ""; }
    .header > .content-wrapper:after {
      clear: both; }

.desktop-nav {
  display: inline; }

@media  (max-width: 49.9375em) {
  .desktop-nav {
    display: none; } }

@media  (min-width: 50em) {
  .mobile-nav {
    display: none; } }

/**
 * Courtesy nav
 */
.courtesy-nav {
  width: 100%; }
  @media  (max-width: 37.9375em) {
    .courtesy-nav {
      margin-bottom: 20px; } }
  @media  (min-width: 50em) {
    .courtesy-nav {
      text-align: right;
      position: absolute;
      top: 0;
      right: 15px;
      z-index: 0; }
      @media  (min-width: 1230px) {
        .courtesy-nav {
          right: 0; } }
      .courtesy-nav ul {
        margin-bottom: 5px;
        display: inline-block; }
        .courtesy-nav ul.nav--account {
          border-right: 1px solid #d2d0cf;
          padding-right: 20px;
          margin: 0 20px 0 0; }
          @media  (min-width: 75em) {
            .courtesy-nav ul.nav--account {
              padding-right: 30px;
              margin: 0 30px 0 0; } }
      .courtesy-nav .nav > li {
        display: inline;
        font-family: 'OpenSans Regular', sans-serif;
        padding-bottom: 0; }
        .courtesy-nav .nav > li:last-child a {
          margin-right: 0; }
      .courtesy-nav .nav__item {
        padding: 0;
        margin-right: 15px; }
        @media  (min-width: 75em) {
          .courtesy-nav .nav__item {
            margin-right: 25px; } } }

.nav--account__salutation {
  display: none !important; }
  @media  (min-width: 1023px) {
    .nav--account__salutation {
      display: inline !important; } }

.nav-search {
  clear: both;
  position: relative;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0; }
  @media  (min-width: 50em) {
    .nav-search {
      position: absolute;
      top: 44px;
      right: 15px;
      margin: 0 auto;
      width: 390px; } }
  @media  (min-width: 56em) {
    .nav-search {
      top: 53px; } }
  @media  (min-width: 1230px) {
    .nav-search {
      right: 0; } }

@media  (max-width: 37.9375em) {
  .nav-search--hidden {
    display: none !important; } }

.hero {
  position: relative;
  margin-top: -3px; }
  .hero:after {
    content: '';
    display: block;
    background-color: #48403a;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0.2; }
  @media  (min-width: 56em) {
    .hero {
      height: 320px; }
      .hero:before {
        content: '';
        display: block;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        z-index: 1; } }
  @media  (min-width: 75em) {
    .hero {
      height: 420px; } }

.hero__image {
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center; }
  @media  (min-width: 38em) {
    .hero__image {
      height: 240px; } }
  @media  (min-width: 56em) {
    .hero__image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  .ie8 .hero__image {
    background-position: center center; }

.hero__inner {
  position: relative;
  z-index: 2;
  background-color: #ebebeb; }
  .hero__inner p {
    margin-top: 0; }
  @media  (min-width: 56em) {
    .hero__inner {
      background-color: transparent;
      max-width: 1170px;
      margin: 0 auto;
      padding: 0 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      @media  (min-width: 1230px) {
        .hero__inner {
          padding-left: 0;
          padding-right: 0; } }
      .ie8 .hero__inner {
        min-width: 1000px; }
      .no-flexbox .hero__inner {
        padding-top: 40px; } }

.hero__content {
  font-size: 1.5rem;
  color: #772432;
  text-transform: uppercase;
  font-family: 'Serifa Black', serif;
  line-height: 1;
  padding: 40px 15px; }
  @media  (min-width: 38em) {
    .hero__content {
      font-size: 2.5rem; } }
  @media  (min-width: 56em) {
    .hero__content {
      width: 50%;
      padding: 0 80px 0 0; } }
  @media  (min-width: 75em) {
    .hero__content {
      font-size: 3rem; } }
  .ie8 .hero__content {
    background-color: #e2e0e0;
    padding: 40px; }

.hero__title {
  font-size: 3rem;
  color: #d52b1e;
  margin: 0; }
  @media  (min-width: 38em) {
    .hero__title {
      font-size: 4rem; } }
  @media  (min-width: 75em) {
    .hero__title {
      font-size: 5rem; } }

.hero--homepage {
  background: #fff url(../img/homepage-hero/background.png) no-repeat center top;
  height: auto; }
  .hero--homepage:before {
    display: none; }
  .hero--homepage:after {
    background-color: #48403a;
    height: 9px;
    opacity: 0.1; }
  .hero--homepage .hero__title {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    color: #772432;
    font-size: 2rem;
    font-family: 'Serifa Bold', serif;
    line-height: 1.2; }
    @media  (min-width: 56em) {
      .hero--homepage .hero__title {
        font-size: 2.5rem; } }
    .hero--homepage .hero__title a {
      color: #d52b1e;
      text-decoration: underline; }

.image-list {
  position: relative; }

.image-list__heading {
  color: #772432;
  background-color: #f3f2f2;
  margin-bottom: 0;
  padding: 15px 10px 4px 10px; }
  @media  (min-width: 38em) {
    .image-list__heading {
      padding: 20px 15px 5px 15px; } }

.image-list__items {
  padding-bottom: 10px;
  width: 100%;
  overflow: hidden; }

.image-list__item {
  padding: 0;
  margin: 0;
  border: 5px solid #f3f2f2;
  text-align: center;
  margin-bottom: -5px;
  text-align: center;
  float: left;
  width: 50%;
  padding-top: 48%;
  border-left-width: 0; }
  .image-list__item:nth-of-type(2n+1) {
    border-left-width: 5px; }
  .ie8 .image-list__item {
    border-left-width: 9px; }
  .image-list__item:before {
    content: '';
    padding-left: 0; }
  .image-list__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    max-width: 80%; }
    .lt-ie9 .image-list__item img {
      margin-left: -380px;
      top: 100px; }
    .ie8 .image-list__item img {
      margin-left: -35%;
      top: 25%; }
  @media  (min-width: 30em) {
    .image-list__item {
      width: 33.3333%;
      padding-top: 30%; }
      .image-list__item:nth-of-type(1n+1) {
        border-left-width: 0; }
      .image-list__item:nth-of-type(3n+1) {
        border-left-width: 5px; } }
  @media  (min-width: 50em) {
    .image-list__item {
      width: 25%;
      padding-top: 22%;
      border-width: 9px;
      margin-bottom: -9px; }
      .image-list__item:nth-of-type(2n+1) {
        border-left-width: 0; }
      .image-list__item:nth-of-type(3n+1) {
        border-left-width: 0; }
      .image-list__item:nth-of-type(4n+1) {
        border-left-width: 9px; } }
  .max-2-up .image-list__item {
    float: left;
    width: 50%;
    padding-top: 48%;
    border-left-width: 0; }
    .max-2-up .image-list__item:nth-of-type(2n+1) {
      border-left-width: 5px; }
    .ie8 .max-2-up .image-list__item {
      border-left-width: 9px; }
    .max-2-up .image-list__item img {
      max-width: 80%; }
    @media  (min-width: 30em) and (max-width: 43.6875em) {
      .max-2-up .image-list__item {
        width: 33.3333%;
        padding-top: 30%; }
        .max-2-up .image-list__item:nth-of-type(1n+1) {
          border-left-width: 0; }
        .max-2-up .image-list__item:nth-of-type(3n+1) {
          border-left-width: 5px; } }
    @media  (min-width: 43.75em) and (max-width: 55.9375em) {
      .max-2-up .image-list__item {
        width: 25%;
        padding-top: 25%; }
        .max-2-up .image-list__item:nth-of-type(1n+1) {
          border-left-width: 0; }
        .max-2-up .image-list__item:nth-of-type(3) {
          border-left-width: 0 !important; }
        .max-2-up .image-list__item:nth-of-type(1) {
          border-left-width: 5px; } }
    @media  (min-width: 50em) {
      .max-2-up .image-list__item:nth-of-type(2n+1) {
        border-left-width: 9px; } }

.image-teaser {
  position: relative;
  display: block;
  width: 100%; }

.image-teaser__image {
  display: block;
  width: 100%;
  height: auto; }

.image-teaser__text {
  font-family: 'Serifa Bold', serif;
  line-height: 1.125;
  margin-bottom: 10px;
  font-size: 1.6rem;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 30px;
  background: rgba(72, 64, 58, 0.9);
  color: #fff; }
  @media  (min-width: 38em) {
    .image-teaser__text {
      font-size: 2.2rem; } }
  .ie8 .image-teaser__text {
    background: #48403a; }

.island {
  background-color: #fff;
  border: 9px solid #f3f2f2;
  padding: 20px;
  max-width: 770px;
  margin: 0 auto; }
  @media  (min-width: 38em) {
    .island {
      padding: 40px; } }

.map .column-list__item {
  font-family: 'OpenSans Regular', sans-serif; }

.map__inner {
  background-image: url(../img/map/img/world-map.gif);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 75% auto;
  padding-bottom: 45%; }
  @media  (min-width: 38em) {
    .map__inner {
      min-height: 130px;
      padding-right: 50%;
      padding-bottom: 0;
      background-position: 100% 50%;
      background-size: 42.5% auto; } }
  @media  (min-width: 653px) {
    .map__inner {
      min-height: 150px; } }
  @media  (min-width: 747px) {
    .map__inner {
      min-height: 180px; } }
  @media  (min-width: 896px) {
    .map__inner {
      min-height: 210px; } }
  @media  (min-width: 1036px) {
    .map__inner {
      min-height: 240px; } }

.marker {
  background-color: #fecb00;
  text-align: center;
  color: #772432;
  font-family: 'OpenSans Bold', sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px 5px 9px;
  margin: 0;
  display: block;
  text-decoration: none; }
  @media  (min-width: 38em) {
    .marker {
      padding-left: 30px;
      padding-right: 30px; } }

.marker--translucent {
  background-color: rgba(254, 203, 0, 0.9); }

.marker--featured {
  color: #fff;
  background-color: #d52b1e; }
  .marker--featured.marker--translucent {
    background: rgba(213, 43, 30, 0.9); }

.marker--featured-alt {
  color: #fff;
  background-color: #772432; }
  .marker--featured-alt.marker--translucent {
    background: rgba(119, 36, 50, 0.9); }

.marker--dark {
  background-color: #48403a;
  color: #fff; }
  .marker--dark.marker--translucent {
    background: rgba(72, 64, 58, 0.9); }

.marker--fixed {
  display: inline-block; }

.marker--fixed--small {
  min-width: 200px; }

.marker--bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }

.marker--bottom--fixed {
  right: auto; }

.member {
  margin-top: 10px; }
  .member .media__item {
    margin-right: 2px;
    margin-left: -3px; }
  .member .media__body {
    font-family: 'OpenSans Bold', sans-serif;
    margin-top: 2px;
    line-height: 1.1;
    text-transform: uppercase; }

.table {
  width: 100%;
  border: 1px solid #f3f2f2; }
  .table tr {
    border-bottom: 1px dotted #f3f2f2; }
  .table td, .table th {
    padding: 8px 12px;
    vertical-align: top;
    text-align: center; }
    @media  (min-width: 38em) {
      .table td, .table th {
        padding: 15px 22px; } }
  .table.table--constrained {
    max-width: 70%; }
  @media  (min-width: 38em) {
    .table.table--constrained-desktop {
      max-width: 70%; } }
  .table.table--striped tr {
    border-bottom: 0; }
    .table.table--striped tr:nth-child(even) {
      background-color: #f3f2f2; }
  .table.table--two-col td, .table.table--two-col th {
    width: 50%; }

.panel--fixed-header {
  padding-left: 0;
  padding-right: 0; }
  .panel--fixed-header .mega {
    padding-right: 25px;
    color: #3e3732; }
    @media  (min-width: 56em) {
      .panel--fixed-header .mega {
        padding-right: 40px; } }
  .panel--fixed-header .panel__content--fixed, .panel--fixed-header .panel__content {
    padding-top: 30px;
    padding-bottom: 30px; }
  @media  (max-width: 29.9375em) {
    .panel--fixed-header {
      display: block; }
      .panel--fixed-header .panel__content {
        padding-bottom: 10px;
        padding-top: 0; }
      .panel--fixed-header .panel__content--fixed, .panel--fixed-header .panel__content {
        display: block; }
      .panel--fixed-header .panel__content--fixed {
        position: relative;
        padding-top: 15px;
        padding-bottom: 0; }
        .panel--fixed-header .panel__content--fixed:before {
          width: 100%;
          height: 2px;
          left: 0;
          top: 0;
          bottom: auto; }
          .ie8 .panel--fixed-header .panel__content--fixed:before, .ie9 .panel--fixed-header .panel__content--fixed:before {
            display: none; }
      .panel--fixed-header .panel__content {
        padding-top: 30px;
        padding-bottom: 0; }
      .panel--fixed-header .panel__content--fixed {
        padding-top: 0;
        padding-bottom: 30px; }
        .panel--fixed-header .panel__content--fixed:before {
          display: none; } }
  @media  (min-width: 50em) and (max-width: 66.25em) {
    .panel--fixed-header {
      display: block; }
      .panel--fixed-header .panel__content {
        padding-bottom: 10px;
        padding-top: 0; }
      .panel--fixed-header .panel__content--fixed, .panel--fixed-header .panel__content {
        display: block; }
      .panel--fixed-header .panel__content--fixed {
        position: relative;
        padding-top: 15px;
        padding-bottom: 0; }
        .panel--fixed-header .panel__content--fixed:before {
          width: 100%;
          height: 2px;
          left: 0;
          top: 0;
          bottom: auto; }
          .ie8 .panel--fixed-header .panel__content--fixed:before, .ie9 .panel--fixed-header .panel__content--fixed:before {
            display: none; }
      .panel--fixed-header .panel__content {
        padding-top: 30px;
        padding-bottom: 0; }
      .panel--fixed-header .panel__content--fixed {
        padding-top: 0;
        padding-bottom: 30px; }
        .panel--fixed-header .panel__content--fixed:before {
          display: none; } }
  .panel--fixed-header .panel__content--fixed {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px; }
    .no-flexbox .panel--fixed-header .panel__content--fixed {
      width: 120px; }
    @media  (min-width: 56em) {
      .panel--fixed-header .panel__content--fixed {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 160px;
            -ms-flex: 0 0 160px;
                flex: 0 0 160px; }
        .no-flexbox .panel--fixed-header .panel__content--fixed {
          width: 160px; } }
    @media  (min-width: 67.5em) {
      .panel--fixed-header .panel__content--fixed {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
            -ms-flex: 0 0 200px;
                flex: 0 0 200px; }
        .no-flexbox .panel--fixed-header .panel__content--fixed {
          width: 200px; } }
    .panel--fixed-header .panel__content--fixed:before {
      background-color: #f3f2f2;
      width: 3px;
      top: 30px;
      bottom: 40px;
      right: 130px; }
      @media  (min-width: 56em) {
        .panel--fixed-header .panel__content--fixed:before {
          right: 180px; } }
      @media  (min-width: 67.5em) {
        .panel--fixed-header .panel__content--fixed:before {
          right: 220px; } }
      @media  (max-width: 25em) {
        .panel--fixed-header .panel__content--fixed:before {
          right: 110px; } }

.panel--news-teaser {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  width: 100%; }
  @media  (min-width: 56em) {
    .panel--news-teaser {
      padding: 30px; }
      .flex-grid__item .panel--news-teaser {
        padding: 15px; } }
  .flexbox .panel--news-teaser {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .no-flexbox .panel--news-teaser .panel__content--fixed, .no-flexbox .panel--news-teaser .panel__content {
    display: table-cell; }
  .panel--news-teaser .panel__image__wrap {
    position: relative;
    margin: 0; }
  .panel--news-teaser .panel__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 15px; }
    .panel--news-teaser .panel__image .marker {
      font-size: 1.1rem; }
    .no-flexbox .panel--news-teaser .panel__image {
      display: block;
      float: left; }
      @media  (max-width: 29.9375em) {
        .no-flexbox .panel--news-teaser .panel__image {
          width: 100%; } }
    .panel--news-teaser .panel__image img {
      display: block;
      width: 100%; }
    @media  (min-width: 30em) {
      .panel--news-teaser .panel__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 35%;
            -ms-flex: 0 1 35%;
                flex: 0 1 35%;
        margin-bottom: 0; }
        .panel--news-teaser .panel__image .marker {
          margin-right: 20px;
          padding-left: 3px;
          padding-right: 3px; }
        .panel--news-teaser .panel__image img {
          border-right: 20px transparent solid; } }
    .flex-grid__item .panel--news-teaser .panel__image {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      margin-bottom: 15px; }
      .no-flexbox .flex-grid__item .panel--news-teaser .panel__image {
        width: 100%; }
      .flex-grid__item .panel--news-teaser .panel__image img {
        border-right: none; }
      @media  (min-width: 38em) {
        .flex-grid__item .panel--news-teaser .panel__image {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; } }
  .panel--news-teaser .panel__inner {
    position: relative;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 65%;
        -ms-flex: 1 1 65%;
            flex: 1 1 65%; }
    .flex-grid__item .panel--news-teaser .panel__inner {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
  .panel--news-teaser .panel__content {
    padding-right: 22px;
    padding-top: 7.5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
    @media  (min-width: 56em) and (max-width: 67.5em) {
      .panel--news-teaser .panel__content {
        padding-top: 5px; }
        .panel--news-teaser .panel__content .delta {
          font-size: 1.6rem; } }
    @media  (min-width: 38em) {
      .panel--news-teaser .panel__content {
        padding-right: 30px; } }
  .panel--news-teaser .panel__content--fixed {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    padding-top: 3px; }
    @media  (max-width: 25em) {
      .panel--news-teaser .panel__content--fixed {
        width: 80px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
            -ms-flex: 0 0 80px;
                flex: 0 0 80px; } }
    .flex-grid__item .panel--news-teaser .panel__content--fixed {
      width: 80px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80px;
          -ms-flex: 0 0 80px;
              flex: 0 0 80px; }
    @media  (min-width: 56em) {
      .panel--news-teaser .panel__content--fixed {
        padding-top: 0; } }
    .panel--news-teaser .panel__content--fixed:before {
      background-color: #fff;
      width: 3px;
      top: 0;
      bottom: 0;
      content: "";
      position: absolute;
      right: 110px;
      z-index: 2; }
      @media  (max-width: 25em) {
        .panel--news-teaser .panel__content--fixed:before {
          right: 90px; } }
      .flex-grid__item .panel--news-teaser .panel__content--fixed:before {
        right: 90px; }
      .flex-grid__item .panel--news-teaser .panel__content--fixed:before {
        top: 5px;
        bottom: 5px; }
  .panel--news-teaser .date {
    font-family: 'OpenSans Bold', sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 5px; }

@media print {
  * {
    background: transparent none !important;
    color: #48403a !important; }
  .imeche-nav, .search-wrapper, .icon, .facet__group, .pagination, .tabs, .hero__image, .imeche-addthis {
    display: none !important; }
  .standout__left {
    padding: 40px 0; }
  .brightcove-video {
    display: none !important; }
  .btn {
    display: none; }
  .footer {
    border-top: 0; }
  .footer__section {
    border: 0;
    padding: 0; }
    .footer__section * {
      display: none; }
    .footer__section .footer__copyright {
      display: block; }
  .panel {
    border: 3px solid #e2e0e0;
    padding: 30px !important; }
  .panel__content--fixed:before {
    display: none; }
  .testimonial {
    padding: 0; }
  .flex-grid {
    max-width: 400px;
    margin: 0 auto; }
  .hero {
    height: auto; } }

.spinner {
  position: relative;
  min-height: 160px; }
  .spinner:before {
    -webkit-transition: .5s opacity linear;
            transition: .5s opacity linear;
    opacity: 0;
    position: absolute;
    content: '';
    display: block;
    width: 140px;
    height: 140px;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    top: 50%;
    left: 50%;
    margin-top: -73px;
    margin-left: -73px;
    border-width: 6px;
    border-style: solid;
    border-color: #5290cd #5290cd #fff #fff;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: spinner .6s infinite linear;
            animation: spinner .6s infinite linear; }
  .spinner.spinner--top:before {
    top: 100px; }
  .spinner.spinner--bottom:before {
    top: 100%;
    margin-top: -100px; }

.spinner--active:before {
  opacity: 1; }

.spinner--red:before {
  border-color: #d52b1e #d52b1e #fff #fff; }

.spinner--graphic:before {
  border: 0;
  border-radius: 0;
  -webkit-animation: none !important;
          animation: none !important;
  background: transparent url(../img/progress-indicator/img/loader.gif) no-repeat center center; }

.spinner--small {
  min-height: 74px; }
  .spinner--small:before {
    width: 64px;
    border-width: 3px;
    height: 64px;
    margin-top: -35px;
    margin-left: -35px;
    -webkit-animation-duration: .45s;
            animation-duration: .45s; }

.spinner--tiny {
  min-height: 30px; }
  .spinner--tiny:before {
    width: 20px;
    border-width: 3px;
    height: 20px;
    margin-top: -13px;
    margin-left: -13px;
    -webkit-animation-duration: .45s;
            animation-duration: .45s; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.search-result {
  border-bottom: 3px solid #f3f2f2;
  padding: 20px 0;
  position: relative; }
  @media  (min-width: 38em) {
    .search-result {
      padding: 30px 0; }
      .search-result:after {
        content: '';
        display: block;
        height: 3px;
        width: 30px;
        position: absolute;
        bottom: -3px;
        right: 140px;
        background-color: #fff; } }

.search-result__title {
  font-family: 'OpenSans Bold', sans-serif;
  font-size: inherit;
  line-height: inherit; }
  .search-result__title a {
    color: #772432; }

.search-result__type {
  font-weight: bold;
  color: #999490;
  font-size: 1.1rem;
  margin: 0 0 5px 0; }
  @media  (min-width: 38em) {
    .search-result__type {
      width: 140px;
      float: right; } }
  @media  (min-width: 56em) {
    .search-result__type {
      font-size: 1.4rem; } }

@media  (min-width: 38em) {
  .search-result__content {
    overflow: hidden;
    padding-right: 30px; } }

.search-result__meta {
  margin-top: 15px;
  margin-bottom: 0;
  color: #999490; }
  .search-result__meta li {
    margin: 0; }
    @media  (min-width: 38em) {
      .search-result__meta li {
        display: inline;
        margin-right: 10px; } }

.separator {
  position: relative; }
  .separator:after {
    background-color: #e2e0e0;
    content: "";
    width: 100%;
    position: relative;
    height: 9px;
    left: 0;
    right: 0;
    display: block;
    z-index: 2; }

.separator--absolute:after {
  position: absolute;
  bottom: 0; }
.separator--absolute.separator--top:before {
  position: absolute;
  top: 0; }

.separator--primary:after {
  background-color: #5290cd; }

.separator--secondary:after {
  background-color: #d52b1e; }

.separator--black:after {
  background-color: #48403a; }

.separator--steelblue:after {
  background-color: #bcd4c3; }

.separator--brown:after {
  background-color: #675c53; }

.separator--top {
  position: relative; }
  .separator--top:before {
    content: "";
    width: 100%;
    position: relative;
    height: 9px;
    left: 0;
    right: 0;
    display: block;
    z-index: 2;
    background-color: #e2e0e0; }
  .separator--top.separator--primary:before {
    background-color: #5290cd; }
  .separator--top.separator--secondary:before {
    background-color: #d52b1e; }
  .separator--top.separator--steelblue:before {
    background-color: #bcd4c3; }
  .separator--top.separator--brown:before {
    background-color: #675c53; }

.separator--translucent:after, .separator--translucent.separator--top:before {
  opacity: 0.25; }

.signpost {
  padding: 20px 0;
  border-top: 5px solid #675c53;
  border-bottom: 5px solid #675c53;
  font-family: 'Serifa Bold', serif; }
  @media  (min-width: 38em) {
    .signpost {
      border-top-width: 9px;
      border-bottom-width: 9px;
      padding: 25px 0; } }
  .signpost p {
    font-size: 1.5rem;
    line-height: 1.35; }
    @media  (min-width: 38em) {
      .signpost p {
        font-size: 1.7rem;
        line-height: 1.15; } }
    @media  (min-width: 56em) {
      .signpost p {
        font-size: 2rem; } }

.signpost__link {
  font-family: 'OpenSans Bold', sans-serif;
  text-decoration: underline;
  margin-top: 10px; }
  .signpost__link:hover, .signpost__link:focus {
    text-decoration: none; }

.signpost--light {
  border-top-color: #cee0d3;
  border-bottom-color: #cee0d3; }

.skiplink {
  background-color: #48403a;
  color: #fff;
  top: 2px;
  left: 2px;
  padding: 1rem;
  border-radius: 2px; }
  .skiplink:focus {
    position: absolute !important;
    text-decoration: none;
    z-index: 200;
    outline: 0; }
  .skiplink:active {
    bottom: auto; }

.standout {
  position: relative;
  color: #675c53;
  margin-top: -3px; }
  .standout:before {
    content: '';
    display: block;
    background-color: #48403a;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0.2; }

.standout__inner:before, .standout__inner:after {
  display: table;
  content: ""; }
.standout__inner:after {
  clear: both; }
@media  (min-width: 38em) {
  .standout__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

.standout__left, .standout__right {
  position: relative;
  z-index: 2; }
  @media  (min-width: 38em) {
    .standout__left, .standout__right {
      width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      padding: 40px 0; } }
  @media  (min-width: 56em) {
    .standout__left, .standout__right {
      padding: 80px 0; } }
  .no-flexbox .standout__left, .no-flexboxlegacy .standout__left, .no-flexbox .standout__right, .no-flexboxlegacy .standout__right {
    float: left; }

.standout__left:before, .standout__left:after {
  display: table;
  content: ""; }
.standout__left:after {
  clear: both; }
@media  (max-width: 37.9375em) {
  .standout__left {
    padding: 40px 0; } }
@media  (min-width: 38em) {
  .standout__left {
    padding-right: 80px; } }

@media  (max-width: 37.9375em) {
  .standout__right {
    padding: 10px 0 40px; } }
@media  (min-width: 38em) {
  .standout__right {
    padding: 80px 0 80px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }
@media  (min-width: 56em) {
  .standout__right {
    padding-left: 0; } }
@media  (max-width: 37.9375em) {
  .standout__right .signpost {
    border-bottom: 0;
    padding-bottom: 0; } }
@media  (min-width: 56em) {
  .standout__right .signpost {
    width: 50%;
    margin-left: 50%; } }

.standout__title {
  color: #772432;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-family: 'Serifa Black', serif; }
  @media  (min-width: 56em) {
    .standout__title {
      font-size: 3.6rem; } }
  .standout__title:last-child {
    margin-bottom: 0; }

.standout__link {
  font-family: 'OpenSans Bold', sans-serif;
  display: block;
  text-decoration: underline;
  margin-top: 10px; }
  @media  (min-width: 38em) {
    .standout__link {
      float: left;
      clear: left; } }
  .standout__link:hover, .standout__link:focus {
    text-decoration: none; }

.standout__image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media  (max-width: 37.9375em) {
    .standout__image {
      background-image: none !important;
      display: none; } }

/**
 * Colour variants
 */
.standout--yellow {
  background-color: #fecb00; }

.standout--green {
  background-color: #d4e435; }

.standout--brown .standout__link, .standout--brown .standout__title, .standout--dark-red .standout__link, .standout--dark-red .standout__title {
  color: #fff; }
.standout--brown .signpost, .standout--dark-red .signpost {
  border-color: #fff; }
  .standout--brown .signpost a, .standout--dark-red .signpost a {
    color: #fff; }

.standout--brown {
  background-color: #3e3732;
  color: #fff; }

.standout--dark-red {
  background-color: #772432;
  color: #fff; }

.tabs__navigation {
  overflow: hidden;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tabs__tab {
  padding-left: 0;
  position: static;
  margin: 6px 0;
  margin: 0 3px 0 0;
  background-color: #f3f2f2;
  border-radius: 2px 2px 0 0;
  border-top: 3px solid #f3f2f2;
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .tabs__tab:before {
    content: '';
    position: static;
    top: auto;
    left: auto;
    display: none; }
  @media  (min-width: 56em) {
    .tabs__tab {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }
  .tabs__tab:last-child {
    margin: 0; }
  .tabs__tab:focus, .tabs__tab:active {
    outline: 0; }
  .tabs__tab:hover {
    border-top-color: #e2e0e0;
    background-color: #e2e0e0; }
  .tabs__tab.tabs__tab--active, .tabs__tab.ui-tabs-active {
    background-color: #e2e0e0;
    border-top-color: #d2d0cf;
    border-radius: 2px; }
    .tabs__tab.tabs__tab--active:hover, .tabs__tab.ui-tabs-active:hover {
      border-top-color: #d2d0cf; }
    .tabs__tab.tabs__tab--active:before, .tabs__tab.tabs__tab--active:after, .tabs__tab.ui-tabs-active:before, .tabs__tab.ui-tabs-active:after {
      content: '';
      display: block;
      width: 10000px;
      height: 3px;
      position: absolute;
      background-color: #e2e0e0;
      bottom: 0;
      z-index: 1; }
    .tabs__tab.tabs__tab--active:before, .tabs__tab.ui-tabs-active:before {
      right: 100%;
      margin-right: 3px; }
    .tabs__tab.tabs__tab--active:after, .tabs__tab.ui-tabs-active:after {
      left: 100%;
      margin-left: 3px; }
  .no-flexbox .tabs__tab, .no-flexboxlegacy .tabs__tab {
    float: left; }

.tabs__link {
  display: block;
  padding: 9px 4px 10px;
  text-decoration: none;
  font-size: 1.1rem; }
  .tabs__link:hover {
    opacity: 1 !important; }
  @media  (min-width: 38em) {
    .tabs__link {
      font-size: 1.6rem;
      padding: 14px 30px 16px; } }
  @media  (min-width: 56em) {
    .tabs__link {
      font-size: 1.8rem; } }
  .tabs__link:active {
    bottom: auto; }
  .tabs__link:hover, .tabs__link:focus {
    text-decoration: none; }
    .ui-tabs .tabs__link:hover, .ui-tabs .tabs__link:focus {
      outline: 0; }
  .tabs__tab--active .tabs__link:after, .ui-tabs-active .tabs__link:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #e2e0e0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-radius: 0 0 2px 0; }
  .tabs__link.facet__link--disabled, .tabs__link.facet__link--disabled:hover, .tabs__link.facet__link--disabled:focus {
    opacity: 1 !important;
    cursor: default;
    background-color: #f3f2f2;
    border-top: 3px solid #f3f2f2;
    margin-top: -3px;
    color: #e2e0e0;
    border-radius: 2px 2px 0 0; }

.testimonial {
  margin: 0;
  padding: 30px 0 0 0;
  position: relative;
  min-height: 20px; }
  @media  (min-width: 38em) {
    .testimonial {
      padding: 0 0 0 90px;
      min-height: 18px; } }
  .testimonial .icon--quotes {
    width: 65px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0; }
    @media  (min-width: 38em) {
      .testimonial .icon--quotes {
        top: 6px;
        width: 60px;
        height: 18px; } }

.testimonial__quote, .long-form .testimonial__quote {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: 'OpenSans Italic', sans-serif;
  font-weight: normal;
  margin: 8px 0; }

.testimonial__source, .long-form .testimonial__source {
  font-family: 'OpenSans Bold', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5; }
  @media  (min-width: 38em) {
    .testimonial__source, .long-form .testimonial__source {
      font-size: 1.2rem; } }

.testimonial__detail {
  display: block;
  font-family: 'OpenSans Regular', sans-serif; }

.testimonial--featured {
  margin: 0 auto;
  max-width: 810px; }
  @media  (min-width: 38em) {
    .testimonial--featured {
      padding: 0 0 0 110px;
      min-height: 27px; } }
  @media  (min-width: 38em) {
    .testimonial--featured .icon--quotes {
      top: 0;
      width: 90px;
      height: 27px; } }
  .testimonial--featured .testimonial__quote {
    font-family: 'Serifa Bold', serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    font-style: normal; }
    @media  (min-width: 38em) {
      .testimonial--featured .testimonial__quote {
        font-size: 2.2rem; } }
  @media  (min-width: 38em) {
    .testimonial--featured .testimonial__source {
      font-size: 1.5rem;
      line-height: 1.5; } }

.text-rating {
  font-family: 'Serifa Bold', serif;
  font-size: 2.1rem;
  line-height: 0.8; }
  @media  (min-width: 38em) {
    .text-rating {
      font-size: 3rem; } }

.text-rating__limit {
  font-family: 'OpenSans Regular', sans-serif;
  font-size: 1.2rem; }
  @media  (min-width: 38em) {
    .text-rating__limit {
      font-size: 1.8rem; } }

.text-rating--yellow {
  color: #fecb00; }
  .text-rating--yellow .text-rating__limit {
    color: #fff; }

.training-listing-item img {
  display: block;
  max-width: 100%; }
.training-listing-item .panel__title {
  font-family: 'OpenSans Bold', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 5px; }
.training-listing-item .collapsible--active .collapsible__trigger {
  margin-top: 10px; }

.training-listing-item__price {
  color: #ba251b;
  font-family: 'OpenSans Bold', sans-serif;
  font-size: 1.8rem;
  line-height: 1; }

.training-listing-item__vat {
  color: #ba251b;
  line-height: 1;
  margin: 0; }

.training-listing-item__extra {
  color: #ba251b;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 16px 0 0 0; }

.training-listing-item__dates:before, .training-listing-item__dates:after {
  display: table;
  content: ""; }
.training-listing-item__dates:after {
  clear: both; }

li.training-listing-item__dates__item {
  float: left;
  width: 50%;
  margin: 0 0 10px; }

.video-thumbnail {
  display: block;
  position: relative; }
  .video-thumbnail:hover {
    opacity: 1 !important; }
  .video-thumbnail img {
    width: 100%;
    display: block; }
  .video-thumbnail:active {
    bottom: auto; }

.video-thumbnail__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85px;
  height: 80px;
  display: block;
  border-bottom: 5px solid #d52b1e;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 0 rgba(72, 64, 58, 0.3); }
  @media  (min-width: 38em) {
    .video-thumbnail__play {
      border-bottom-width: 9px;
      width: 170px;
      height: 161px; } }
  .video-thumbnail__play.video-thumbnail__play--small {
    width: 70px;
    height: 65px; }
    .video-thumbnail__play.video-thumbnail__play--small .icon {
      width: 15px;
      height: 18px; }
    @media  (min-width: 38em) {
      .video-thumbnail__play.video-thumbnail__play--small {
        border-bottom-width: 5px;
        width: 90px;
        height: 70px; }
        .video-thumbnail__play.video-thumbnail__play--small .icon {
          width: 21px;
          height: 24px; } }
  .video-thumbnail__play.video-thumbnail__play--tiny {
    border-bottom-width: 5px;
    width: 55px;
    height: 50px;
    z-index: 10; }
    .video-thumbnail__play.video-thumbnail__play--tiny .icon {
      width: 18px;
      height: 22px;
      margin-left: 1px; }
    .no-csstransforms .video-thumbnail__play.video-thumbnail__play--tiny {
      margin-left: -32px;
      margin-top: -30px;
      border-bottom-width: 0; }
      .no-csstransforms .video-thumbnail__play.video-thumbnail__play--tiny .icon {
        width: 36px;
        height: 42px;
        top: 7px;
        left: 10px; }
    @media  (min-width: 30em) {
      .video-thumbnail__play.video-thumbnail__play--tiny {
        margin-left: -10px; } }
  .video-thumbnail:hover .video-thumbnail__play {
    opacity: 0.9; }
  .video-thumbnail__play .icon {
    width: 19px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: 2px; }
    @media  (min-width: 38em) {
      .video-thumbnail__play .icon {
        width: 37px;
        height: 44px;
        margin-left: 4px; } }
  .no-csstransforms .video-thumbnail__play {
    margin-left: -85px;
    margin-top: -80px; }
    .no-csstransforms .video-thumbnail__play .icon {
      top: 55px;
      left: 65px; }
