/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #2c5999;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

@font-face {
  font-family: 'exp-bold';
  src: url("/etc/designs/express/fonts/es_bold_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_bold_09_19_14-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exp-light';
  src: url("/etc/designs/express/fonts/es_light_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_light_09_19_14-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exp-regular';
  src: url("/etc/designs/express/fonts/es_reg_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_reg_09_19_14-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exp-ultralight';
  src: url("/etc/designs/express/fonts/es_ultralight_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_ultralight_09_19_14-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express';
  src: url("/etc/designs/express/fonts/es_reg_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_reg_09_19_14-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express';
  src: url("/etc/designs/express/fonts/es_bold_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_bold_09_19_14-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'express';
  src: url("/etc/designs/express/fonts/es_light_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_light_09_19_14-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'express';
  src: url("/etc/designs/express/fonts/es_ultralight_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_ultralight_09_19_14-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'exp-condensed-light';
  src: url("/etc/designs/express/fonts/expresscond-light-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exp-condensed-ultralight';
  src: url("/etc/designs/express/fonts/expresscond-ultralight-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-ultralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-regular-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-bold-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-light-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-lightitalic-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-lightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-medium-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-ultralight-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-ultralight-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-ultralightitalic-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-ultralightitalic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'express_serifregular';
  src: url("/etc/designs/express/fonts/es_serif_1.8-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_serif_1.8-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express_serifitalic';
  src: url("/etc/designs/express/fonts/es_serif_italic-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_serif_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express-serif';
  src: url("/etc/designs/express/fonts/es_serif_1.8-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_serif_1.8-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'express-serif';
  src: url("/etc/designs/express/fonts/es_serif_italic-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_serif_italic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
/* latin */
@font-face {
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 400;
  src: local("Old Standard TT Regular"), local("OldStandardTT-Regular"), url(http://fonts.gstatic.com/s/oldstandardtt/v7/n6RTCDcIPWSE8UNBa4k-DJDiI8zI8NGcbDOKyTTsY20.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin */
@font-face {
  font-family: 'Old Standard TT';
  font-style: italic;
  font-weight: 400;
  src: local("Old Standard TT Italic"), local("OldStandardTT-Italic"), url(http://fonts.gstatic.com/s/oldstandardtt/v7/QQT_AUSp4AV4dpJfIN7U5LFe6RXWndt-yIBvO8h3x9Q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
.center-all {
  display: table;
  text-align: center; }
  .center-all > * {
    display: table-cell;
    vertical-align: middle; }

.equal-height {
  display: table;
  text-align: center; }
  .equal-height > * {
    display: table-cell;
    vertical-align: top; }

/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: #fff; }

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  opacity: .6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  opacity: .3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1; }

.flickity-prev-next-button {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #d6d6d6;
  border-radius: .4rem;
  display: block;
  height: 3.6rem;
  width: 3.6rem; }
  .flickity-prev-next-button.previous {
    left: -4rem; }
  .flickity-prev-next-button.next {
    right: -4rem; }
  @media (max-width: 768px) {
    .flickity-prev-next-button {
      display: none !important; } }

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

html {
  font-size: 62.5%; }

body {
  background: #FFF;
  font-size: 1.6rem; }

h6 {
  font-size: 1.4rem; }

a:hover {
  text-decoration: underline; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear-both {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

@media (max-width: 767px) {
  .hidden-mobile, .headerbagcomponent .show-for-medium {
    display: none !important; } }

@media (max-width: 1000px) {
  .hidden-tablet, .mobile-only, .headerbagcomponent .show-for-small {
    display: none !important; } }

@media (min-width: 1000px) {
  .hidden-desktop, .mobile-only, .headerbagcomponent .show-for-small, .headerbagcomponent .show-for-medium {
    display: none !important; } }

.hidden-all {
  display: none !important; }

@media (max-width: 767px) {
  .mobile-only {
    display: block !important; } }

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

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

.modal-overlay-template {
  display: none; }

.modal-overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #000;
  display: none;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .modal-overlay .modal-content-wrapper {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 4s;
    -moz-transition-duration: 4s;
    transition-duration: 4s;
    display: none;
    height: 100%;
    max-height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100; }
    @media (min-width: 768px) {
      .modal-overlay .modal-content-wrapper {
        height: auto;
        min-height: 15rem;
        width: 80%; } }
    @media (min-width: 1000px) {
      .modal-overlay .modal-content-wrapper {
        max-width: 110rem; } }
    .modal-overlay .modal-content-wrapper .modal-content {
      background: #FFF;
      clear: right;
      display: none;
      max-height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      width: 100%; }
      .modal-overlay .modal-content-wrapper .modal-content .exp-main-content {
        padding: 0; }
        .modal-overlay .modal-content-wrapper .modal-content .exp-main-content > * {
          padding: 0; }
      .modal-overlay .modal-content-wrapper .modal-content .imagecomponent {
        padding: 1rem; }
      @media (min-width: 768px) {
        .modal-overlay .modal-content-wrapper .modal-content {
          max-height: 61.9rem; } }
      @media (max-width: 768px) {
        .modal-overlay .modal-content-wrapper .modal-content .template-singleColumn > div > div:first-child {
          margin-top: 7rem !important; } }
      .modal-overlay .modal-content-wrapper .modal-content .richtext {
        padding: 1rem; }
      .modal-overlay .modal-content-wrapper .modal-content .tilecomponent video, .modal-overlay .modal-content-wrapper .modal-content .flyoutcomponent .flyouttile video, .flyoutcomponent .modal-overlay .modal-content-wrapper .modal-content .flyouttile video {
        width: 100%; }
      .modal-overlay .modal-content-wrapper .modal-content .new.section {
        height: 0; }
    .modal-overlay .modal-content-wrapper .close-modal-wrapper {
      position: absolute;
      width: 100%; }
      @media (min-width: 768px) {
        .modal-overlay .modal-content-wrapper .close-modal-wrapper {
          position: relative; } }
      .modal-overlay .modal-content-wrapper .close-modal-wrapper .close-modal-background {
        background: #000;
        cursor: pointer;
        float: right;
        height: 6.5rem;
        left: 0;
        position: relative;
        top: 0;
        width: 6.5rem;
        z-index: 99; }
        @media (min-width: 768px) {
          .modal-overlay .modal-content-wrapper .close-modal-wrapper .close-modal-background {
            border-bottom-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            float: none;
            height: 3.3rem;
            left: auto;
            position: absolute;
            right: -1.7rem;
            top: -1.2rem;
            width: 3.3rem; } }
        .modal-overlay .modal-content-wrapper .close-modal-wrapper .close-modal-background .close-modal {
          color: #FFF;
          font-size: 7rem;
          font-weight: 200;
          line-height: 5rem;
          position: relative;
          text-align: center;
          top: 0;
          /* IE 10+ hack */ }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .modal-overlay .modal-content-wrapper .close-modal-wrapper .close-modal-background .close-modal {
              top: -0.8rem; } }
          @media (min-width: 768px) {
            .modal-overlay .modal-content-wrapper .close-modal-wrapper .close-modal-background .close-modal {
              font-size: 3.5rem;
              top: -1.3rem; } }

.ie9 .modal-overlay .modal-content-wrapper .close-modal-wrapper .close-modal-background .close-modal {
  top: -0.9rem; }

.template-singleColumn {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  .template-singleColumn:after {
    content: " ";
    display: block;
    clear: both; }

.container-thirdParty {
  margin: 0 auto;
  color: #000; }
@media (min-width: 768px) and (max-width: 999px) {
  .container-thirdParty {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .container-thirdParty {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .container-thirdParty {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .container-thirdParty .third-party-h1 {
    font-family: "express-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto;
    max-width: 72.8rem;
    padding: 2rem 2rem 1.5rem;
    text-align: center; }
    @media (max-width: 768px) {
      .container-thirdParty .third-party-h1 {
        font-size: 4rem; } }
  .container-thirdParty .third-party-richtext {
    margin: 0 auto;
    width: 80%; }
    .container-thirdParty .third-party-richtext a {
      color: inherit; }
  .container-thirdParty .richtext {
    line-height: 1.4; }

.headercomponent .wrapper-header.background-black {
  color: #FFF; }
  .headercomponent .wrapper-header.background-black a:not(.btn) {
    color: #FFF; }
.headercomponent .wrapper-header.background-white {
  color: #000; }
  .headercomponent .wrapper-header.background-white a:not(.btn) {
    color: #000; }
@media (min-width: 768px) {
  .headercomponent .wrapper-header.background-black .container-promo-mobile, .headercomponent .wrapper-header.background-white .container-promo-mobile {
    display: none; } }
.headercomponent .wrapper-header.background-black .container-promo-mobile a, .headercomponent .wrapper-header.background-white .container-promo-mobile a {
  color: #000;
  font-style: italic;
  text-decoration: underline; }
.headercomponent .container-header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: "exp-regular", arial;
  font-size: 1.4rem;
  max-width: 100%;
  padding-top: 0;
  position: relative; }
  .headercomponent .container-header:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 320px) {
    .headercomponent .container-header {
      padding-left: 0;
      padding-right: 0; } }
@media (min-width: 768px) and (max-width: 999px) {
  .headercomponent .container-header {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .headercomponent .container-header {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .headercomponent .container-header {
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  @media (min-width: 768px) {
    .headercomponent .container-header {
      padding-bottom: 1rem; } }
  @media (min-width: 1000px) {
    .headercomponent .container-header {
      max-width: 1280px;
      padding-bottom: 1rem; } }
  @media (min-width: 1280px) {
    .headercomponent .container-header {
      max-width: 1348px;
      padding-bottom: 1rem; } }
  .headercomponent .container-header a {
    color: #8a8a8a; }
  .headercomponent .container-header .container-secondary {
    padding-top: 0.8rem; }
    .headercomponent .container-header .container-secondary::after {
      clear: both;
      content: "";
      display: table; }
  .headercomponent .container-header .container-logo {
    width: 41.22137%;
    float: left;
    margin-right: 0.76336%;
    margin-top: 1.7rem; }
    @media (min-width: 768px) {
      .headercomponent .container-header .container-logo {
        width: 16.03053%;
        float: left;
        margin-right: 0.76336%;
        height: 3rem;
        margin-left: 0;
        margin-top: 0;
        width: 18rem; } }
    .headercomponent .container-header .container-logo img {
      height: 2.3rem;
      width: 13.7rem; }
      @media (min-width: 768px) {
        .headercomponent .container-header .container-logo img {
          height: 3rem;
          width: 18rem; } }
  .headercomponent .container-header .container-toolbar {
    float: right;
    margin-right: .9rem;
    margin-top: 1.7rem; }
    @media (min-width: 768px) {
      .headercomponent .container-header .container-toolbar {
        margin-right: 0;
        margin-top: .7rem;
        position: relative; } }
    .headercomponent .container-header .container-toolbar > ul > li {
      margin-right: 1rem; }
      @media (min-width: 768px) {
        .headercomponent .container-header .container-toolbar > ul > li:not(:first-child):before {
          border-right: 0.1rem solid #454545;
          bottom: -.6rem;
          content: "";
          display: inline-block;
          height: 2rem;
          margin-right: 1rem;
          position: relative;
          width: .1rem; } }
      .headercomponent .container-header .container-toolbar > ul > li:last-child {
        margin-right: 0; }
  .headercomponent .container-header .container-promo {
    float: right;
    display: none;
    font-size: 1.4rem;
    margin-right: 1rem; }
    @media (min-width: 768px) {
      .headercomponent .container-header .container-promo {
        display: block; } }
    @media (min-width: 1000px) {
      .headercomponent .container-header .container-promo {
        display: block; } }
    @media (min-width: 1280px) {
      .headercomponent .container-header .container-promo {
        display: block; } }
    .headercomponent .container-header .container-promo a {
      font-style: italic;
      text-decoration: underline; }
.headercomponent .container-promo-mobile {
  color: #000;
  background-color: #FFF;
  font-size: 1.4rem;
  height: 3.5rem;
  text-align: center;
  padding-top: .54rem;
  line-height: 2rem; }
  .headercomponent .container-promo-mobile .close-promo {
    color: #bababa;
    font-size: 2rem;
    float: right;
    font-weight: 500;
    position: relative;
    clear: both;
    height: 3rem;
    width: 2rem;
    right: 1rem;
    bottom: .1rem;
    cursor: pointer; }

.footercomponent {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #8a8a8a;
  font-family: "exp-regular", arial;
  font-size: 1.2rem;
  padding-bottom: 2.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  @media (min-width: 320px) {
    .footercomponent {
      padding-left: 0;
      padding-right: 0; } }
@media (min-width: 768px) and (max-width: 999px) {
  .footercomponent {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .footercomponent {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .footercomponent {
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  @media (max-width: 767px) {
    .footercomponent {
      padding-top: 1.5em; } }
  @media (min-width: 320px) {
    .footercomponent hr {
      display: none; } }
  @media (min-width: 768px) {
    .footercomponent hr {
      display: block;
      margin-bottom: 0;
      margin-left: -1%;
      width: 102%; } }
  @media (min-width: 768px) {
    .footercomponent .footergeocomponent {
      padding-bottom: 1.7rem; }
      .footercomponent .footergeocomponent p {
        margin-bottom: .6rem; } }
  .footercomponent .headline {
    color: #666666;
    font-weight: bold;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .footercomponent .headline {
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        padding-top: 1rem;
        text-align: left; } }
    .footercomponent .headline a {
      color: #666666; }
      @media (min-width: 768px) {
        .footercomponent .headline a {
          display: inline;
          padding-bottom: 0;
          padding-top: 0; } }
    .footercomponent .headline.promo {
      padding-bottom: 2rem;
      padding-top: 2.5rem;
      text-transform: uppercase; }
  .footercomponent a {
    color: #8a8a8a; }
  .footercomponent .icon-pin {
    background: url(/etc/designs/express/images/icon-sprite.png) no-repeat -432px -613px;
    display: inline-block;
    height: 13px;
    width: 16px; }
  .footercomponent:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1000px) {
    .footercomponent {
      max-width: 1280px; } }
  @media (min-width: 1280px) {
    .footercomponent {
      max-width: 1348px; } }
  .footercomponent .container-col::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 320px) {
    .footercomponent .container-col {
      padding-bottom: 4rem; } }
  @media (min-width: 320px) {
    .footercomponent .container-col.no-promo {
      padding-top: 3rem; } }
  .footercomponent .container-col .section-sublinks {
    margin-bottom: 3rem; }
    @media (max-width: 767px) {
      .footercomponent .container-col .section-sublinks {
        display: none;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
        background-color: #cccccc;
        line-height: 5.4rem;
        color: #000; }
        .footercomponent .container-col .section-sublinks a {
          color: #000; }
        .footercomponent .container-col .section-sublinks a:hover {
          text-decoration: none; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .section-sublinks {
        display: block !important; } }
  .footercomponent .container-col .col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    min-height: 0.1rem;
    text-align: text-center; }
    @media (min-width: 768px) {
      .footercomponent .container-col .col {
        width: 14.28571%;
        float: left;
        margin-right: 2.85714%; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .col.col-2 {
        width: 14.28571%;
        float: left;
        margin-right: 2.85714%; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .col.col-3 {
        width: 22.85714%;
        float: left;
        margin-right: 2.85714%; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .col.col-4 {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .col.col-6 {
        width: 48.57143%;
        float: left;
        margin-right: 2.85714%; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .col.col-social {
        width: 65.71429%;
        float: left;
        margin-right: 2.85714%;
        margin-right: 0; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .col.col-storeLocator {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .col.first {
        margin-left: 0; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .col.last {
        margin-right: 0; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .col.col-group-1 {
        width: 32.59424%;
        float: left;
        margin-right: 1.10865%; } }
    @media (min-width: 1000px) {
      .footercomponent .container-col .col.col-group-1 {
        width: 49.61832%;
        float: left;
        margin-right: 0.76336%; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .col.col-group-2 {
        width: 32.59424%;
        float: left;
        margin-right: 1.10865%; } }
    @media (min-width: 1000px) {
      .footercomponent .container-col .col.col-group-2 {
        width: 32.59424%;
        float: left;
        margin-right: 1.10865%; } }
    @media (min-width: 768px) {
      .footercomponent .container-col .col.col-group-3 {
        width: 31.42857%;
        float: right;
        margin-right: 0; } }
    @media (min-width: 1000px) {
      .footercomponent .container-col .col.col-group-3 {
        width: 14.28571%;
        float: right;
        margin-right: 0; } }
    .footercomponent .container-col .col li {
      margin-bottom: 0.6rem; }
  @media (max-width: 1000px) {
    .footercomponent .container-col div[class^="col-"] div[class^="col-"],
    .footercomponent .container-col div[class^="col-"] div[class*=" col-"],
    .footercomponent .container-col div[class*=" col-"] div[class^="col-"],
    .footercomponent .container-col div[class*=" col-"] div[class*=" col-"] {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .footercomponent .container-logoArea {
    display: block;
    max-width: 16rem;
    position: relative;
    top: 1.4rem; }
    @media (max-width: 1000px) {
      .footercomponent .container-logoArea {
        margin-bottom: 3.8rem; } }
    @media (max-width: 767px) {
      .footercomponent .container-logoArea {
        margin-left: auto;
        margin-right: auto; } }
  .footercomponent .appStoreLinks::after {
    clear: both;
    content: "";
    display: table; }
  .footercomponent .appStoreLinks li {
    float: left;
    padding: 0 .8rem;
    width: 50%; }
    .footercomponent .appStoreLinks li:nth-child(odd) {
      float: right;
      text-align: left; }
    .footercomponent .appStoreLinks li:nth-child(even) {
      float: left;
      text-align: right; }
    @media (min-width: 768px) {
      .footercomponent .appStoreLinks li {
        display: inline-block;
        margin-bottom: 1.7rem !important;
        margin-right: .8rem;
        padding: 0;
        width: auto; }
        .footercomponent .appStoreLinks li:nth-child(odd), .footercomponent .appStoreLinks li:nth-child(even) {
          float: none;
          text-align: left; } }
    .footercomponent .appStoreLinks li img {
      max-height: 4rem;
      width: auto; }
  .footercomponent .logo {
    display: block;
    text-align: center; }
  .footercomponent .legal {
    float: right;
    margin-bottom: 3.8rem; }
    .footercomponent .legal::after {
      clear: both;
      content: "";
      display: table; }
    @media (max-width: 1000px) {
      .footercomponent .legal {
        float: left; } }
    @media (max-width: 767px) {
      .footercomponent .legal {
        float: none;
        text-align: center; } }
    .footercomponent .legal li {
      display: inline-block;
      padding-left: 1rem;
      padding-right: 1rem;
      position: relative;
      text-align: center; }
      .footercomponent .legal li:before {
        background: #8a8a8a;
        content: '';
        height: 65%;
        left: -.1rem;
        position: absolute;
        top: .1rem;
        width: .1rem; }
      .footercomponent .legal li:first-child {
        padding-left: 0; }
        .footercomponent .legal li:first-child:before {
          display: none; }
      .footercomponent .legal li:last-child {
        padding-right: 0; }
  @media (max-width: 767px) {
    .footercomponent .footer-findlink {
      display: none;
      margin-bottom: 0;
      padding-bottom: 0;
      text-align: center;
      background-color: #cccccc;
      line-height: 5.4rem;
      color: #000; }
      .footercomponent .footer-findlink a {
        color: #000; }
      .footercomponent .footer-findlink a:hover {
        text-decoration: none; } }
  @media (min-width: 768px) {
    .footercomponent .footer-findlink {
      display: block !important; } }
  .footercomponent .social {
    display: table;
    text-align: center; }
    @media (min-width: 768px) {
      .footercomponent .social::after {
        clear: both;
        content: "";
        display: table; } }
    .footercomponent .social .imageLink img {
      height: 4rem; }
    .footercomponent .social > * {
      display: table-cell;
      vertical-align: middle; }
    @media (min-width: 768px) {
      .footercomponent .social {
        display: block; } }
    .footercomponent .social li {
      width: 1%; }
      @media (min-width: 768px) {
        .footercomponent .social li {
          float: left;
          margin-bottom: 1.7rem;
          margin-right: 2rem;
          text-align: left;
          width: auto; } }
    .footercomponent .social .social-link {
      background-image: url(/etc/designs/express/images/icon-sprite.png);
      background-repeat: no-repeat;
      display: inline-block;
      height: 26px;
      overflow: hidden;
      text-indent: -9999rem;
      width: 26px; }
      .footercomponent .social .social-link.social-facebook {
        background-position: -431px -458px; }
      .footercomponent .social .social-link.social-instagram {
        background-position: -548px -458px; }
      .footercomponent .social .social-link.social-pinterest {
        background-position: -607px -457px; }
      .footercomponent .social .social-link.social-twitter {
        background-position: -488px -459px; }
      .footercomponent .social .social-link.social-youtube {
        background-position: -664px -456px;
        height: 27px;
        width: 29px; }
      .footercomponent .social .social-link.hoverEffect.social-facebook {
        background-position: -431px -504px; }
      .footercomponent .social .social-link.hoverEffect.social-instagram {
        background-position: -548px -504px; }
      .footercomponent .social .social-link.hoverEffect.social-pinterest {
        background-position: -607px -503px; }
      .footercomponent .social .social-link.hoverEffect.social-twitter {
        background-position: -488px -505px; }
      .footercomponent .social .social-link.hoverEffect.social-youtube {
        background-position: -664px -502px; }
      @media (min-width: 768px) {
        .footercomponent .social .social-link.hoverEffect ~ .wrapper-tooltip {
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          transition-delay: 0s;
          opacity: 1;
          visibility: visible; } }
    .footercomponent .social .wrapper-tooltip {
      -webkit-transition-property: visibility, opacity;
      -moz-transition-property: visibility, opacity;
      transition-property: visibility, opacity;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in;
      -moz-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      transition-delay: 0.2s;
      font-size: 1.4rem;
      opacity: 0;
      position: relative;
      right: 3.5rem;
      visibility: hidden;
      z-index: 10;
      margin-top: .5rem; }
      .footercomponent .social .wrapper-tooltip .container-tooltip {
        -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
        box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
        background: #40B4EB;
        color: #FFF;
        font-size: 1.4rem;
        letter-spacing: .1rem;
        line-height: 1.3rem;
        margin: 0;
        padding: 1.4rem;
        position: absolute;
        text-align: center;
        z-index: 12;
        left: auto;
        width: 10rem; }
        @media (min-width: 768px) {
          .footercomponent .social .wrapper-tooltip .container-tooltip:after {
            bottom: 100%;
            border: solid transparent;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #40B4EB;
            border-width: .5rem;
            content: " ";
            height: 0;
            right: 4.55rem;
            text-align: center;
            position: absolute;
            pointer-events: none;
            width: 0; } }
        .footercomponent .social .wrapper-tooltip .container-tooltip .row::after {
          clear: both;
          content: "";
          display: table; }
  .footercomponent .sociallinkscomponent {
    clear: both;
    min-height: 3rem;
    width: 100%; }

.horizontalrulecomponent .hr-container {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .horizontalrulecomponent .hr-container {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .horizontalrulecomponent .hr-container {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .horizontalrulecomponent .hr-container {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  @media (min-width: 768px) {
    .horizontalrulecomponent .hr-container {
      padding-left: 3.5%;
      padding-right: 3.5%; } }
  @media (min-width: 768px) {
    .horizontalrulecomponent .hr-container.padding-none {
      margin-left: -1%;
      width: 102%;
      padding-left: 0;
      padding-right: 0; } }
  .horizontalrulecomponent .hr-container.padding-top-4-px {
    padding-top: .4rem; }
  .horizontalrulecomponent .hr-container.padding-bottom-4-px {
    padding-bottom: .4rem; }
  .horizontalrulecomponent .hr-container.padding-top-8-px {
    padding-top: .8rem; }
  .horizontalrulecomponent .hr-container.padding-bottom-8-px {
    padding-bottom: .8rem; }
  .horizontalrulecomponent .hr-container.padding-top-12-px {
    padding-top: 1.2rem; }
  .horizontalrulecomponent .hr-container.padding-bottom-12-px {
    padding-bottom: 1.2rem; }
  .horizontalrulecomponent .hr-container.padding-top-16-px {
    padding-top: 1.6rem; }
  .horizontalrulecomponent .hr-container.padding-bottom-16-px {
    padding-bottom: 1.6rem; }
  .horizontalrulecomponent .hr-container.padding-half-column {
    padding-left: 3.80228%;
    padding-right: 3.80228%; }
  .horizontalrulecomponent .hr-container.padding-one-column {
    padding-left: 7.63359%;
    padding-right: 7.63359%; }

.template-singleColumn > div > .horizontalrulecomponent {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .template-singleColumn > div > .horizontalrulecomponent {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .template-singleColumn > div > .horizontalrulecomponent {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .template-singleColumn > div > .horizontalrulecomponent {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }

.modal-content .horizontalrulecomponent {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }
  @media (min-width: 768px) {
    .modal-content .horizontalrulecomponent .hr-container.padding-none {
      margin-left: auto;
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .modal-content .horizontalrulecomponent .hr-container hr {
    display: block !important;
    margin: 0 auto;
    width: 100%; }

.standardcomponentlayout {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .standardcomponentlayout {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .standardcomponentlayout {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .standardcomponentlayout {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .standardcomponentlayout .is-authorMode .row {
    height: auto;
    overflow: visible;
    padding-bottom: 0 !important; }
  .standardcomponentlayout .row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .standardcomponentlayout .row:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 768px) {
      .standardcomponentlayout .row {
        margin-bottom: .8rem;
        overflow: hidden;
        height: 0; }
        .standardcomponentlayout .row.row-primary {
          padding-bottom: 48.25%; }
        .standardcomponentlayout .row.row-secondary {
          padding-bottom: 42.96%; } }
  @media (min-width: 768px) {
    .standardcomponentlayout .container-tile-1 {
      width: 66.41221%;
      float: left;
      margin-left: 0;
      margin-right: -100%; } }
  .standardcomponentlayout .container-tile-1 > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .standardcomponentlayout .container-tile-1 > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .standardcomponentlayout .container-tile-1 > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  @media (min-width: 768px) {
    .standardcomponentlayout .container-tile-2 {
      width: 32.82443%;
      float: left;
      margin-left: 67.17557%;
      margin-right: -100%; } }
  .standardcomponentlayout .container-tile-2 > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .standardcomponentlayout .container-tile-2 > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .standardcomponentlayout .container-tile-2 > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  @media (min-width: 768px) {
    .standardcomponentlayout .container-tile-3 {
      width: 50%;
      float: left;
      padding-right: .4rem; } }
  .standardcomponentlayout .container-tile-3 > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .standardcomponentlayout .container-tile-3 > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .standardcomponentlayout .container-tile-3 > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  @media (min-width: 768px) {
    .standardcomponentlayout .container-tile-4 {
      width: 50%;
      float: right;
      margin-right: 0;
      padding-left: .4rem; } }
  .standardcomponentlayout .container-tile-4 > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .standardcomponentlayout .container-tile-4 > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .standardcomponentlayout .container-tile-4 > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  .standardcomponentlayout .container-categories.container-categories-mobile {
    display: none; }
    @media (max-width: 767px) {
      .standardcomponentlayout .container-categories.container-categories-mobile {
        display: block; } }
  .standardcomponentlayout .container-categories > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .standardcomponentlayout .container-categories > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .standardcomponentlayout .container-categories > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }

.mirrorstandardcomponentlayout {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .mirrorstandardcomponentlayout {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .mirrorstandardcomponentlayout {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .mirrorstandardcomponentlayout {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .mirrorstandardcomponentlayout .is-authorMode .row {
    height: auto;
    overflow: visible;
    padding-bottom: 0 !important; }
  .mirrorstandardcomponentlayout .row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .mirrorstandardcomponentlayout .row:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 768px) {
      .mirrorstandardcomponentlayout .row {
        margin-bottom: .8rem;
        overflow: hidden;
        height: 0; }
        .mirrorstandardcomponentlayout .row.row-primary {
          padding-bottom: 48.25%; }
        .mirrorstandardcomponentlayout .row.row-secondary {
          padding-bottom: 42.96%; }
        .mirrorstandardcomponentlayout .row.row-ternary {
          padding-bottom: 48.61%; } }
  @media (min-width: 768px) {
    .mirrorstandardcomponentlayout .container-tile-1 {
      width: 32.82443%;
      float: left;
      margin-left: 0;
      margin-right: -100%; } }
  .mirrorstandardcomponentlayout .container-tile-1 > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .mirrorstandardcomponentlayout .container-tile-1 > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .mirrorstandardcomponentlayout .container-tile-1 > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  @media (min-width: 768px) {
    .mirrorstandardcomponentlayout .container-tile-2 {
      width: 66.41221%;
      float: left;
      margin-left: 33.58779%;
      margin-right: -100%; } }
  .mirrorstandardcomponentlayout .container-tile-2 > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .mirrorstandardcomponentlayout .container-tile-2 > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .mirrorstandardcomponentlayout .container-tile-2 > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  @media (min-width: 768px) {
    .mirrorstandardcomponentlayout .container-tile-3 {
      width: 50%;
      float: left;
      padding-right: .4rem; } }
  .mirrorstandardcomponentlayout .container-tile-3 > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .mirrorstandardcomponentlayout .container-tile-3 > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .mirrorstandardcomponentlayout .container-tile-3 > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  @media (min-width: 768px) {
    .mirrorstandardcomponentlayout .container-tile-4 {
      width: 50%;
      float: right;
      margin-right: 0;
      padding-left: .4rem; } }
  .mirrorstandardcomponentlayout .container-tile-4 > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .mirrorstandardcomponentlayout .container-tile-4 > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .mirrorstandardcomponentlayout .container-tile-4 > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  .mirrorstandardcomponentlayout .container-categories.container-categories-mobile {
    display: none; }
    @media (max-width: 767px) {
      .mirrorstandardcomponentlayout .container-categories.container-categories-mobile {
        display: block; } }
  .mirrorstandardcomponentlayout .container-categories > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .mirrorstandardcomponentlayout .container-categories > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .mirrorstandardcomponentlayout .container-categories > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }

.wideprimarycomponentlayout {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .wideprimarycomponentlayout {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .wideprimarycomponentlayout {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .wideprimarycomponentlayout {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .wideprimarycomponentlayout .is-authorMode div[class^="container-tile-"] > div:not(:first-child):not(.new),
  .wideprimarycomponentlayout .is-authorMode div[class*=" container-tile-"] > div:not(:first-child):not(.new),
  .wideprimarycomponentlayout .is-authorMode .container-categories > div:not(:first-child):not(.new),
  .wideprimarycomponentlayout .is-authorMode .container-categories-mobile > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .wideprimarycomponentlayout .is-authorMode div[class^="container-tile-"] > div:not(:first-child):not(.new) *,
    .wideprimarycomponentlayout .is-authorMode div[class*=" container-tile-"] > div:not(:first-child):not(.new) *,
    .wideprimarycomponentlayout .is-authorMode .container-categories > div:not(:first-child):not(.new) *,
    .wideprimarycomponentlayout .is-authorMode .container-categories-mobile > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .wideprimarycomponentlayout .is-authorMode div[class^="container-tile-"] > div:not(:first-child):not(.new):before,
    .wideprimarycomponentlayout .is-authorMode div[class*=" container-tile-"] > div:not(:first-child):not(.new):before,
    .wideprimarycomponentlayout .is-authorMode .container-categories > div:not(:first-child):not(.new):before,
    .wideprimarycomponentlayout .is-authorMode .container-categories-mobile > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  .wideprimarycomponentlayout .is-authorMode .row {
    height: auto;
    overflow: visible;
    padding-bottom: 0 !important; }
  .wideprimarycomponentlayout .row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .wideprimarycomponentlayout .row:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 768px) {
      .wideprimarycomponentlayout .row {
        margin-bottom: .8rem;
        overflow: hidden;
        height: 0; }
        .wideprimarycomponentlayout .row.row-primary {
          padding-bottom: 48.61%; }
        .wideprimarycomponentlayout .row.row-secondary {
          padding-bottom: 42.8%; } }
  @media (min-width: 768px) {
    .wideprimarycomponentlayout .container-tile-2 {
      width: 32.82443%;
      float: left;
      margin-left: 0;
      margin-right: -100%; } }
  @media (min-width: 768px) {
    .wideprimarycomponentlayout .container-tile-3 {
      width: 32.82443%;
      float: left;
      margin-left: 33.58779%;
      margin-right: -100%; } }
  @media (min-width: 768px) {
    .wideprimarycomponentlayout .container-tile-4 {
      width: 32.82443%;
      float: right;
      margin-right: 0; } }
  .wideprimarycomponentlayout .container-categories.container-categories-mobile {
    display: none; }
    @media (max-width: 767px) {
      .wideprimarycomponentlayout .container-categories.container-categories-mobile {
        display: block; } }

.tallsecondarycomponentlayout {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .tallsecondarycomponentlayout {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .tallsecondarycomponentlayout {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .tallsecondarycomponentlayout {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .tallsecondarycomponentlayout .is-authorMode .tall-container,
  .tallsecondarycomponentlayout .is-authorMode .row-primary,
  .tallsecondarycomponentlayout .is-authorMode .row-secondary,
  .tallsecondarycomponentlayout .is-authorMode .last-row,
  .tallsecondarycomponentlayout .is-authorMode .container-tile-1 .tilecomponent,
  .tallsecondarycomponentlayout .is-authorMode .container-tile-1 .flyoutcomponent .flyouttile,
  .flyoutcomponent .tallsecondarycomponentlayout .is-authorMode .container-tile-1 .flyouttile,
  .tallsecondarycomponentlayout .is-authorMode div[class^="container-tile-"],
  .tallsecondarycomponentlayout .is-authorMode div[class*=" container-tile-"] {
    height: auto;
    overflow: visible;
    padding-bottom: 0; }
  .tallsecondarycomponentlayout .is-authorMode .tall-container {
    min-height: 10rem; }
    .tallsecondarycomponentlayout .is-authorMode .tall-container::after {
      clear: both;
      content: "";
      display: table; }
  .tallsecondarycomponentlayout .is-authorMode .row-secondary::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .tallsecondarycomponentlayout .tall-container {
      height: 0;
      margin-bottom: .8rem;
      overflow: hidden;
      padding-bottom: 80.46875%; }
      .tallsecondarycomponentlayout .tall-container::after {
        clear: both;
        content: "";
        display: table; }
      .tallsecondarycomponentlayout .tall-container picture,
      .tallsecondarycomponentlayout .tall-container video {
        width: 101.6%; }
    .tallsecondarycomponentlayout .left-side {
      width: 66.66666%;
      float: left;
      padding-right: .4rem; }
      .tallsecondarycomponentlayout .left-side::after {
        clear: both;
        content: "";
        display: table; }
    .tallsecondarycomponentlayout .right-side {
      width: 33.33333%;
      float: right;
      margin-right: 0;
      padding-left: .4rem; }
    .tallsecondarycomponentlayout .row-primary {
      margin-bottom: .8rem;
      overflow: hidden;
      width: 100%; }
    .tallsecondarycomponentlayout .row-secondary {
      overflow: hidden;
      width: 100%; }
    .tallsecondarycomponentlayout .container-tile-1 > div:not(:first-child):not(.new) {
      background-color: rgba(255, 0, 0, 0.8);
      display: table;
      min-height: 10rem;
      position: relative;
      width: 100%; }
      .tallsecondarycomponentlayout .container-tile-1 > div:not(:first-child):not(.new) * {
        opacity: 0.75; }
      .tallsecondarycomponentlayout .container-tile-1 > div:not(:first-child):not(.new):before {
        color: #FFF;
        content: "MULTIPLE COMPONENTS NOT ALLOWED";
        display: block;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.6;
        padding: 2rem;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 100%; }
    .tallsecondarycomponentlayout .container-tile-2 {
      overflow: hidden; }
      .tallsecondarycomponentlayout .container-tile-2 > div:not(:first-child):not(.new) {
        background-color: rgba(255, 0, 0, 0.8);
        display: table;
        min-height: 10rem;
        position: relative;
        width: 100%; }
        .tallsecondarycomponentlayout .container-tile-2 > div:not(:first-child):not(.new) * {
          opacity: 0.75; }
        .tallsecondarycomponentlayout .container-tile-2 > div:not(:first-child):not(.new):before {
          color: #FFF;
          content: "MULTIPLE COMPONENTS NOT ALLOWED";
          display: block;
          font-size: 2.4rem;
          font-weight: bold;
          line-height: 1.6;
          padding: 2rem;
          position: absolute;
          text-align: center;
          vertical-align: middle;
          width: 100%; }
    .tallsecondarycomponentlayout .container-tile-3 > div:not(:first-child):not(.new),
    .tallsecondarycomponentlayout .container-tile-4 > div:not(:first-child):not(.new) {
      background-color: rgba(255, 0, 0, 0.8);
      display: table;
      min-height: 10rem;
      position: relative;
      width: 100%; }
      .tallsecondarycomponentlayout .container-tile-3 > div:not(:first-child):not(.new) *,
      .tallsecondarycomponentlayout .container-tile-4 > div:not(:first-child):not(.new) * {
        opacity: 0.75; }
      .tallsecondarycomponentlayout .container-tile-3 > div:not(:first-child):not(.new):before,
      .tallsecondarycomponentlayout .container-tile-4 > div:not(:first-child):not(.new):before {
        color: #FFF;
        content: "MULTIPLE COMPONENTS NOT ALLOWED";
        display: block;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.6;
        padding: 2rem;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 100%; }
    .tallsecondarycomponentlayout .container-tile-3 picture,
    .tallsecondarycomponentlayout .container-tile-4 picture {
      overflow-x: hidden; }
    .tallsecondarycomponentlayout .container-tile-3 video,
    .tallsecondarycomponentlayout .container-tile-3 img,
    .tallsecondarycomponentlayout .container-tile-4 video,
    .tallsecondarycomponentlayout .container-tile-4 img {
      width: 101.6%; }
    .tallsecondarycomponentlayout .container-tile-3 {
      width: 49.61832%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      margin-right: .4rem; }
    .tallsecondarycomponentlayout .container-tile-4 {
      width: 49.61832%;
      float: left;
      margin-left: 50.38168%;
      margin-right: -100%;
      margin-left: .4rem; } }
  .tallsecondarycomponentlayout .container-categories.container-categories-mobile {
    display: none; }
    @media (max-width: 767px) {
      .tallsecondarycomponentlayout .container-categories.container-categories-mobile {
        display: block; } }
  .tallsecondarycomponentlayout .container-categories > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .tallsecondarycomponentlayout .container-categories > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .tallsecondarycomponentlayout .container-categories > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }

.mirroredtallsecondarycomponentlayout {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .mirroredtallsecondarycomponentlayout {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .mirroredtallsecondarycomponentlayout {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .mirroredtallsecondarycomponentlayout {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .mirroredtallsecondarycomponentlayout .is-authorMode .tall-container,
  .mirroredtallsecondarycomponentlayout .is-authorMode .row-primary,
  .mirroredtallsecondarycomponentlayout .is-authorMode .row-secondary,
  .mirroredtallsecondarycomponentlayout .is-authorMode .last-row,
  .mirroredtallsecondarycomponentlayout .is-authorMode .container-tile-1 .tilecomponent,
  .mirroredtallsecondarycomponentlayout .is-authorMode .container-tile-1 .flyoutcomponent .flyouttile,
  .flyoutcomponent .mirroredtallsecondarycomponentlayout .is-authorMode .container-tile-1 .flyouttile,
  .mirroredtallsecondarycomponentlayout .is-authorMode div[class^="container-tile-"],
  .mirroredtallsecondarycomponentlayout .is-authorMode div[class*=" container-tile-"] {
    height: auto;
    overflow: visible;
    padding-bottom: 0; }
  .mirroredtallsecondarycomponentlayout .is-authorMode .tall-container {
    min-height: 10rem; }
    .mirroredtallsecondarycomponentlayout .is-authorMode .tall-container::after {
      clear: both;
      content: "";
      display: table; }
  .mirroredtallsecondarycomponentlayout .is-authorMode .row-secondary::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .mirroredtallsecondarycomponentlayout .tall-container {
      height: 0;
      overflow: hidden;
      margin-bottom: .8rem;
      padding-bottom: 80.46875%; }
      .mirroredtallsecondarycomponentlayout .tall-container::after {
        clear: both;
        content: "";
        display: table; }
      .mirroredtallsecondarycomponentlayout .tall-container picture,
      .mirroredtallsecondarycomponentlayout .tall-container video {
        width: 101.6%; }
    .mirroredtallsecondarycomponentlayout .left-side {
      width: 33.33333%;
      float: left;
      padding-right: .4rem; }
      .mirroredtallsecondarycomponentlayout .left-side::after {
        clear: both;
        content: "";
        display: table; }
    .mirroredtallsecondarycomponentlayout .right-side {
      width: 66.66666%;
      float: right;
      margin-right: 0;
      padding-left: .4rem; }
    .mirroredtallsecondarycomponentlayout .row-primary {
      margin-bottom: .8rem;
      overflow: hidden;
      width: 100%; }
    .mirroredtallsecondarycomponentlayout .row-secondary {
      overflow: hidden;
      width: 100%; }
    .mirroredtallsecondarycomponentlayout .container-tile-1 {
      overflow: hidden; }
      .mirroredtallsecondarycomponentlayout .container-tile-1 > div:not(:first-child):not(.new) {
        background-color: rgba(255, 0, 0, 0.8);
        display: table;
        min-height: 10rem;
        position: relative;
        width: 100%; }
        .mirroredtallsecondarycomponentlayout .container-tile-1 > div:not(:first-child):not(.new) * {
          opacity: 0.75; }
        .mirroredtallsecondarycomponentlayout .container-tile-1 > div:not(:first-child):not(.new):before {
          color: #FFF;
          content: "MULTIPLE COMPONENTS NOT ALLOWED";
          display: block;
          font-size: 2.4rem;
          font-weight: bold;
          line-height: 1.6;
          padding: 2rem;
          position: absolute;
          text-align: center;
          vertical-align: middle;
          width: 100%; }
    .mirroredtallsecondarycomponentlayout .container-tile-2 > div:not(:first-child):not(.new) {
      background-color: rgba(255, 0, 0, 0.8);
      display: table;
      min-height: 10rem;
      position: relative;
      width: 100%; }
      .mirroredtallsecondarycomponentlayout .container-tile-2 > div:not(:first-child):not(.new) * {
        opacity: 0.75; }
      .mirroredtallsecondarycomponentlayout .container-tile-2 > div:not(:first-child):not(.new):before {
        color: #FFF;
        content: "MULTIPLE COMPONENTS NOT ALLOWED";
        display: block;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.6;
        padding: 2rem;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 100%; }
    .mirroredtallsecondarycomponentlayout .container-tile-3 > div:not(:first-child):not(.new),
    .mirroredtallsecondarycomponentlayout .container-tile-4 > div:not(:first-child):not(.new) {
      background-color: rgba(255, 0, 0, 0.8);
      display: table;
      min-height: 10rem;
      position: relative;
      width: 100%; }
      .mirroredtallsecondarycomponentlayout .container-tile-3 > div:not(:first-child):not(.new) *,
      .mirroredtallsecondarycomponentlayout .container-tile-4 > div:not(:first-child):not(.new) * {
        opacity: 0.75; }
      .mirroredtallsecondarycomponentlayout .container-tile-3 > div:not(:first-child):not(.new):before,
      .mirroredtallsecondarycomponentlayout .container-tile-4 > div:not(:first-child):not(.new):before {
        color: #FFF;
        content: "MULTIPLE COMPONENTS NOT ALLOWED";
        display: block;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.6;
        padding: 2rem;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 100%; }
    .mirroredtallsecondarycomponentlayout .container-tile-3 picture,
    .mirroredtallsecondarycomponentlayout .container-tile-4 picture {
      overflow-x: hidden; }
    .mirroredtallsecondarycomponentlayout .container-tile-3 video,
    .mirroredtallsecondarycomponentlayout .container-tile-3 img,
    .mirroredtallsecondarycomponentlayout .container-tile-4 video,
    .mirroredtallsecondarycomponentlayout .container-tile-4 img {
      width: 101.6%; }
    .mirroredtallsecondarycomponentlayout .container-tile-3 {
      width: 49.61832%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      margin-right: .4rem; }
    .mirroredtallsecondarycomponentlayout .container-tile-4 {
      width: 49.61832%;
      float: left;
      margin-left: 50.38168%;
      margin-right: -100%;
      margin-left: .4rem; } }
  .mirroredtallsecondarycomponentlayout .container-categories.container-categories-mobile {
    display: none; }
    @media (max-width: 767px) {
      .mirroredtallsecondarycomponentlayout .container-categories.container-categories-mobile {
        display: block; } }
  .mirroredtallsecondarycomponentlayout .container-categories > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .mirroredtallsecondarycomponentlayout .container-categories > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .mirroredtallsecondarycomponentlayout .container-categories > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }

.storyNavigation::after {
  clear: both;
  content: "";
  display: table; }
.storyNavigation .previous-next {
  float: left;
  padding: 0 1rem;
  width: 50%; }
  .storyNavigation .previous-next .prev-next-container {
    width: 100%; }
    .storyNavigation .previous-next .prev-next-container .image-container {
      background-position: 50% 0;
      background-size: cover;
      height: 0;
      overflow: hidden;
      padding-bottom: 31.99%;
      width: 100%; }
      @media (max-width: 768px) {
        .storyNavigation .previous-next .prev-next-container .image-container {
          padding-bottom: 80%; } }
.storyNavigation .prev-next-text {
  margin-top: 0.7rem; }
  .storyNavigation .prev-next-text .btn {
    text-transform: none; }
  @media (max-width: 767px) {
    .storyNavigation .prev-next-text .btn-cta {
      min-width: 90%; } }

.headerlogincomponent {
  float: right;
  font-size: 1.2rem;
  position: relative; }
  @media (min-width: 768px) {
    .headerlogincomponent .signed-out:hover ~ .wrapper-tooltip {
      -webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      transition-delay: 0;
      opacity: 1;
      visibility: visible; } }
  .headerlogincomponent a {
    letter-spacing: .195rem;
    line-height: 2.2rem; }
  .headerlogincomponent .signed-in {
    padding-left: .5rem;
    position: relative;
    top: -.6rem; }
    .headerlogincomponent .signed-in:not(.no-border):before {
      border-left: 0.1rem solid #454545;
      bottom: -.6rem;
      content: "";
      display: inline-block;
      height: 2rem;
      margin-right: 1rem;
      position: relative;
      width: .1rem; }
  .headerlogincomponent .wrapper-tooltip {
    -webkit-transition-property: visibility, opacity;
    -moz-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 1.4rem;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    z-index: 10; }
    @media (min-width: 768px) {
      .headerlogincomponent .wrapper-tooltip {
        left: auto;
        margin-top: 1rem;
        width: 20rem; } }
    .headerlogincomponent .wrapper-tooltip .container-tooltip {
      -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
      box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
      background: #40B4EB;
      color: #FFF;
      font-size: 1.4rem;
      letter-spacing: .1rem;
      line-height: 1.3rem;
      margin: 0;
      padding: 1.4rem;
      position: relative;
      text-align: center; }
      @media (min-width: 768px) {
        .headerlogincomponent .wrapper-tooltip .container-tooltip:after {
          bottom: 100%;
          border: solid transparent;
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #40B4EB;
          border-width: .5rem;
          content: " ";
          height: 0;
          margin-left: -.5rem;
          position: absolute;
          pointer-events: none;
          right: 2rem;
          width: 0; } }
      .headerlogincomponent .wrapper-tooltip .container-tooltip .row::after {
        clear: both;
        content: "";
        display: table; }

/* ie styles */
.no-borderimage .headerlogincomponent .wrapper-tooltip:before {
  background: transparent;
  content: '';
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  right: 0;
  top: -1rem; }

.background-black .bag-icon.bag-empty {
  background-position: -1.4rem -19.2rem;
  color: #000; }

.background-white .bag-icon.bag-empty {
  background-position: -1.4rem -33.7rem; }

.headerbagcomponent {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0 !important; }
  .headerbagcomponent::after {
    clear: both;
    content: "";
    display: table; }
  .headerbagcomponent.open .wrapper-bag-peek {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    visibility: visible; }
    @media (max-width: 767px) {
      .headerbagcomponent.open .wrapper-bag-peek {
        opacity: 0;
        visibility: hidden; } }
  .headerbagcomponent a {
    text-decoration: none; }
    .headerbagcomponent a:hover {
      text-decoration: none; }
  .headerbagcomponent .bag-icon {
    background-image: url(/etc/designs/express/images/icon-nav-sprite.png);
    background-position: -1.4rem -14.2rem;
    background-repeat: no-repeat;
    background-size: 5.6rem 37.3rem;
    color: #FFF;
    display: inline-block;
    font-size: 1.3rem;
    height: 2.4rem;
    line-height: 3rem;
    min-width: 2.9rem;
    padding-right: .3rem;
    position: relative;
    text-align: center; }
  .headerbagcomponent .bag-icon-label {
    display: inline-block;
    letter-spacing: .195rem;
    margin-right: .4rem; }
  .headerbagcomponent .wrapper-bag-peek {
    -webkit-transition-property: visibility, opacity;
    -moz-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 1.4rem;
    margin-top: 1.2rem;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 43rem;
    z-index: 120; }
    .headerbagcomponent .wrapper-bag-peek.unloaded {
      -webkit-transition-property: visibility, opacity;
      -moz-transition-property: visibility, opacity;
      transition-property: visibility, opacity;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in;
      -moz-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      opacity: 0;
      visibility: hidden; }
    @media (min-width: 768px) {
      .headerbagcomponent .wrapper-bag-peek {
        display: block; } }
    @media (min-width: 1000px) {
      .headerbagcomponent .wrapper-bag-peek {
        display: block; } }
    @media (min-width: 1280px) {
      .headerbagcomponent .wrapper-bag-peek {
        display: block; } }
    .headerbagcomponent .wrapper-bag-peek.affixed {
      opacity: 1;
      visibility: visible; }
      .headerbagcomponent .wrapper-bag-peek.affixed .container-bag-peek {
        position: fixed;
        right: auto;
        top: .5rem;
        width: 43rem; }
    .headerbagcomponent .wrapper-bag-peek.affixed-outro {
      opacity: 0;
      visibility: hidden; }
    .headerbagcomponent .wrapper-bag-peek .text-left {
      text-align: left; }
    .headerbagcomponent .wrapper-bag-peek .text-right {
      text-align: right; }
    .headerbagcomponent .wrapper-bag-peek .container-bag-peek {
      -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
      box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
      position: relative; }
      .headerbagcomponent .wrapper-bag-peek .container-bag-peek:after {
        border: solid transparent;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #FFF;
        border-width: .5rem;
        bottom: 100%;
        content: " ";
        height: 0;
        margin-left: -.5rem;
        position: absolute;
        pointer-events: none;
        right: 4.5rem;
        width: 0; }
        @media (min-width: 768px) {
          .headerbagcomponent .wrapper-bag-peek .container-bag-peek:after {
            right: 1.2rem; } }
      .headerbagcomponent .wrapper-bag-peek .container-bag-peek .row::after {
        clear: both;
        content: "";
        display: table; }
      .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-peek {
        background: #FFF;
        color: #000;
        position: relative; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-peek .tooltip-arrow {
          display: none; }
      .headerbagcomponent .wrapper-bag-peek .container-bag-peek #shopping-bag-peek-products {
        max-height: 39rem;
        overflow: auto;
        padding: 1.8rem 4.5rem; }
      .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product {
        border-bottom: 0.1rem solid #ebebeb;
        letter-spacing: 0 !important;
        padding: 2rem 0; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product:first-child {
          padding-top: 0 !important; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product:last-child {
          border-bottom: 0;
          padding-bottom: 0 !important; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product h4,
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product li,
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product a,
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product span {
          font-family: "exp-medium", Arial;
          font-size: 1.1rem;
          font-weight: normal;
          margin: 0; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product h4 {
          line-height: 1.2rem;
          text-transform: capitalize; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product a {
          color: #000; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product li {
          line-height: 1.8rem; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product .discount {
          color: #BB2525 !important; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product .with-pipes {
          clear: both; }
          .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product .with-pipes li {
            border-right: 0.1rem solid #9c9c9c;
            float: left;
            line-height: 1.65rem;
            margin-right: 0.8rem;
            padding-right: 0.8rem; }
            .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product .with-pipes li:last-child, .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product .with-pipes li.last {
              border: 0;
              margin-right: 0;
              padding-right: 0; }
          .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product .with-pipes a {
            color: #3895AD;
            text-decoration: underline; }
            .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product .with-pipes a:hover {
              color: #2a7083; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product .columns.two {
          width: 16.03053%;
          float: left;
          margin-right: 0.76336%; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product .columns.eight {
          width: 66.41221%;
          float: left;
          margin-right: 0.76336%; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product .columns.total-price-container {
          width: 16.03053%;
          float: right;
          margin-right: 0;
          line-height: 1.2rem; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek .shopping-bag-product .shopping-bag-product-image .total-price {
          bottom: 0;
          font-size: inherit !important;
          position: absolute;
          right: 0; }
      .headerbagcomponent .wrapper-bag-peek .container-bag-peek #shopping-bag-peek-footer {
        border-top: 1px solid #ebebeb;
        color: #575757;
        margin: 0 4%;
        padding: 0;
        text-align: right; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek #shopping-bag-peek-footer .columns.four {
          width: 32.82443%;
          float: right;
          margin-right: 0; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek #shopping-bag-peek-footer .columns.eight {
          width: 66.41221%;
          float: left;
          margin-right: 0.76336%; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek #shopping-bag-peek-footer .text-left {
          padding-bottom: 0.9rem;
          padding-top: 0.9rem; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek #shopping-bag-peek-footer .cta {
          color: #FFF;
          display: inline-block;
          font-family: "exp-medium", Arial;
          font-size: 1.1rem;
          height: auto;
          line-height: 1.4rem;
          margin: 4% 0;
          padding: .5rem .6rem;
          text-align: center; }
          .headerbagcomponent .wrapper-bag-peek .container-bag-peek #shopping-bag-peek-footer .cta:hover {
            text-decoration: underline; }
        .headerbagcomponent .wrapper-bag-peek .container-bag-peek #shopping-bag-peek-footer .last-step {
          background: #3895AD; }
    .headerbagcomponent .wrapper-bag-peek #shopping-bag-top-alerts {
      max-height: 20rem;
      opacity: 1;
      overflow: visible;
      padding-bottom: 1rem; }
      .headerbagcomponent .wrapper-bag-peek #shopping-bag-top-alerts.alert-hidden {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        transition-duration: 0.4s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding-bottom: 0; }
    .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon {
      background: whitesmoke;
      font-size: 1.3rem !important;
      margin: 1rem 0;
      padding: 1rem 0;
      position: relative;
      text-transform: lowercase;
      width: 100%; }
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon:first-child {
        margin: 0; }
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon p {
        line-height: 1.8rem;
        margin: 0 2.5rem 0 4.5rem; }
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon span {
        font-size: 1.1rem;
        font-family: "exp-medium", Arial; }
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon .close-alert,
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon .right-arrow,
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon .icon {
        background-image: url(../images/icon-sprite.png);
        background-repeat: no-repeat;
        background-attachment: scroll; }
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon .icon {
        height: 2.5rem;
        left: 0;
        margin: .6rem 1rem;
        position: absolute;
        top: 0;
        width: 2.5rem; }
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon .alert {
        background-position: -74.7rem -28.5rem; }
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon .price-tag {
        background-position: -74.7rem -33.5rem; }
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon .right-arrow {
        background-position: -760px -5.9rem;
        color: transparent;
        cursor: pointer;
        display: block;
        height: 2.6rem;
        margin-left: 2rem;
        margin-right: .7rem;
        overflow: hidden;
        position: absolute;
        right: 0;
        text-indent: 30rem;
        top: .1rem;
        width: 1.5rem; }
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon .close-alert {
        background-position: -430px -68.2rem;
        color: transparent;
        cursor: pointer;
        display: block;
        height: 2.6rem;
        margin-right: .7rem;
        overflow: hidden;
        position: absolute;
        right: 0;
        text-indent: 30rem;
        top: .7rem;
        width: 1.5rem; }
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon .alert-icon {
        background-position: -74.3rem -27.5rem;
        background-color: whitesmoke; }
      .headerbagcomponent .wrapper-bag-peek .shopping-bag-alert-icon .price-tag-icon {
        background-position: -74.7rem -33.5rem;
        background-color: #E2F4F9; }

/* ie styles */
.no-borderimage .headerbagcomponent .wrapper-bag-peek:before {
  background: transparent;
  content: '';
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  right: 0;
  top: -1rem; }
.no-borderimage .headerbagcomponent .bag-icon {
  background-position: -1.4rem -14rem; }
.no-borderimage .background-black .bag-icon.bag-empty {
  background-position: -1.4rem -19rem; }
.no-borderimage .background-white .bag-icon.bag-empty {
  background-position: -1.4rem -33.5rem; }

.background-black .headersearchcomponent .icon-search {
  background-position: -1.6rem -8.8rem; }

.background-white .headersearchcomponent .icon-search {
  background-position: -1.6rem -23rem; }

.headersearchcomponent {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0 !important; }
  .headersearchcomponent .toolbar-button {
    letter-spacing: .195rem; }
    .headersearchcomponent .toolbar-button.open ~ .wrapper-search {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      opacity: 1;
      visibility: visible; }
  .headersearchcomponent a {
    text-decoration: none; }
  .headersearchcomponent .icon-search {
    background-image: url(/etc/designs/express/images/icon-nav-sprite.png);
    background-repeat: no-repeat;
    background-size: 5.6rem 37.3rem;
    color: #FFF;
    display: inline-block;
    font-size: 1.3rem;
    height: 2.8rem;
    line-height: 2.2rem;
    margin-bottom: -.6rem;
    min-width: 2.2rem;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .headersearchcomponent .icon-search {
        margin-left: .5rem; } }
  .headersearchcomponent .wrapper-search {
    -webkit-transition-property: visibility, opacity;
    -moz-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 1.4rem;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    z-index: 25; }
    @media (min-width: 768px) {
      .headersearchcomponent .wrapper-search {
        left: auto;
        margin-top: 1.1rem;
        width: 43rem; } }
    .headersearchcomponent .wrapper-search label {
      display: none; }
    .headersearchcomponent .wrapper-search .text-left {
      text-align: left; }
    .headersearchcomponent .wrapper-search .text-right {
      text-align: right; }
    .headersearchcomponent .wrapper-search .container-search {
      -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
      box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
      font-size: 1.4rem;
      position: relative; }
      @media (min-width: 768px) {
        .headersearchcomponent .wrapper-search .container-search:after {
          bottom: 100%;
          border: solid transparent;
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #FFF;
          border-width: .5rem;
          content: " ";
          height: 0;
          margin-left: -.5rem;
          position: absolute;
          pointer-events: none;
          right: 6.5rem;
          width: 0; } }
      @media (min-width: 1000px) {
        .headersearchcomponent .wrapper-search .container-search:after {
          right: 12.5rem; } }
      .headersearchcomponent .wrapper-search .container-search .row::after {
        clear: both;
        content: "";
        display: table; }
      .headersearchcomponent .wrapper-search .container-search .search-form {
        background: #FFF;
        color: #000;
        padding: 3rem;
        position: relative; }
      .headersearchcomponent .wrapper-search .container-search .search-results {
        background: #FFF;
        color: #000;
        max-height: 30rem;
        overflow: auto;
        position: relative; }
      .headersearchcomponent .wrapper-search .container-search .autocomplete-suggestion {
        cursor: pointer;
        list-style: none;
        margin-right: 0;
        padding: 1.2rem 0 1.2rem 3.4rem;
        text-transform: capitalize; }
        .headersearchcomponent .wrapper-search .container-search .autocomplete-suggestion:hover {
          background: #dbdbdb; }
      .headersearchcomponent .wrapper-search .container-search .search-field {
        background-color: #FFF;
        border: 0.1rem solid #bfbfbf;
        border-radius: 0;
        border-width: 0 0 .1rem 0;
        box-shadow: none;
        display: block;
        font-family: "exp-bold", Arial;
        height: 3.2rem;
        margin: 0;
        padding: .6rem .6rem .6rem .5rem;
        text-transform: capitalize;
        -webkit-appearance: none;
        width: 100%; }

/* ie styles */
.no-borderimage .headersearchcomponent .wrapper-search:before {
  background: transparent;
  content: '';
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  right: 0;
  top: -1rem; }
.no-borderimage .headersearchcomponent label {
  color: #bfbfbf;
  display: block;
  font-family: "exp-bold", Arial;
  height: 3.2rem;
  margin: 0;
  padding: .6rem .6rem .6rem .5rem;
  position: absolute;
  text-transform: capitalize;
  width: 100%;
  z-index: 5; }
.no-borderimage .headersearchcomponent .search-field {
  position: relative;
  z-index: 1; }
  .no-borderimage .headersearchcomponent .search-field:focus {
    z-index: 10; }

.background-black .container-nav-mobile .nav-mobile-trigger .icon-open .line {
  background: #FFF; }
.background-black .container-nav-mobile .nav-mobile-trigger .icon-close {
  color: #FFF; }

.background-white .container-nav-mobile .nav-mobile-trigger .icon-open .line {
  background: #000; }
.background-white .container-nav-mobile .nav-mobile-trigger .icon-close {
  color: #000; }

.wrapper-header .is-authorMode .mobile-only {
  display: block !important; }
.wrapper-header .is-authorMode .container-nav-authormode {
  clear: both;
  float: none;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
  width: auto; }
  .wrapper-header .is-authorMode .container-nav-authormode::after {
    clear: both;
    content: "";
    display: table; }
  .wrapper-header .is-authorMode .container-nav-authormode .nav {
    padding-top: 2rem; }
  @media (min-width: 768px) {
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent {
      display: block;
      margin-bottom: 0; }
      .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent:not(:first-child) {
        margin-left: 0; }
      .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .category-title {
        margin-left: 1rem; }
        .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .category-title:before {
          display: none !important; } }
  .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav {
    left: auto;
    margin-left: 0;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
    visibility: visible; }
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav::after {
      clear: both;
      content: "";
      display: table; }
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav .container-headersection {
      float: none;
      margin-bottom: 2rem;
      width: 100%; }
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav .headersectioncomponent {
      width: 18.51852%;
      float: left;
      display: inline-block;
      float: none;
      vertical-align: top; }
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav .tilecomponent, .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav .flyoutcomponent .flyouttile, .flyoutcomponent .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav .flyouttile {
      width: 18.51852%;
      float: left;
      display: inline-block;
      float: none;
      vertical-align: top; }
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-1 .headersectioncomponent,
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-1 .tilecomponent,
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-1 .flyoutcomponent .flyouttile,
    .flyoutcomponent .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-1 .flyouttile {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      display: inline-block;
      float: none !important;
      vertical-align: top; }
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-2 .headersectioncomponent,
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-2 .tilecomponent,
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-2 .flyoutcomponent .flyouttile,
    .flyoutcomponent .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-2 .flyouttile {
      width: 47.61905%;
      float: left;
      display: inline-block;
      float: none !important;
      vertical-align: top; }
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-3 .headersectioncomponent,
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-3 .tilecomponent,
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-3 .flyoutcomponent .flyouttile,
    .flyoutcomponent .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-3 .flyouttile {
      width: 31.25%;
      float: left;
      display: inline-block;
      float: none !important;
      vertical-align: top; }
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-4 .headersectioncomponent,
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-4 .tilecomponent,
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-4 .flyoutcomponent .flyouttile,
    .flyoutcomponent .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-4 .flyouttile {
      width: 23.25581%;
      float: left;
      display: inline-block;
      float: none !important;
      vertical-align: top; }
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-5 .headersectioncomponent,
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-5 .tilecomponent,
    .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-5 .flyoutcomponent .flyouttile,
    .flyoutcomponent .wrapper-header .is-authorMode .container-nav-authormode .headercategorycomponent .container-subnav.numberOfChildCategories-5 .flyouttile {
      width: 18.51852%;
      float: left;
      display: inline-block;
      float: none !important;
      vertical-align: top; }
.wrapper-header .is-authorMode .placeholder-nav .mobile-only {
  display: none !important; }
.wrapper-header .is-authorMode .placeholder-nav li:not(.mobile-only) {
  text-transform: uppercase;
  display: inline-block;
  margin-left: 1rem; }
.wrapper-header .is-authorMode .placeholder-nav li:not(.mobile-only) ~ li:not(.mobile-only):before {
  border-right: 0.1rem solid #454545;
  bottom: -.6rem;
  content: '';
  display: inline-block;
  height: 2rem;
  margin-right: 1rem;
  position: relative;
  width: .1rem; }

.container-nav {
  display: none; }
  .container-nav .highlighted {
    color: #BB2525 !important; }
    .container-nav .highlighted a {
      color: #BB2525 !important; }
  @media (min-width: 768px) {
    .container-nav {
      width: 58.01527%;
      float: left;
      margin-right: 0.76336%;
      display: block;
      padding-left: 2.4rem;
      padding-top: 1rem; }
      .container-nav .headercategorycomponent {
        display: inline-block;
        margin-bottom: -2rem;
        padding-bottom: 2rem; }
        .container-nav .headercategorycomponent .category-title {
          margin-left: 1rem; }
          .container-nav .headercategorycomponent .category-title:before {
            border-left: 0.1rem solid #454545;
            bottom: -.6rem;
            content: '';
            display: inline-block;
            height: 2rem;
            margin-right: 1rem;
            position: relative;
            width: .1rem; }
          .container-nav .headercategorycomponent .category-title.no-nav-separator:before {
            border-left-color: transparent; }
        .container-nav .headercategorycomponent a:hover {
          text-decoration: none; }
        .container-nav .headercategorycomponent.hoverEffect .container-subnav {
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          transition-delay: 0s;
          opacity: 1;
          visibility: visible; }
        .container-nav .headercategorycomponent.hoverEffect .category-title a:after,
        .container-nav .headercategorycomponent.hoverEffect .category-title .no-href:after {
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          transition-delay: 0s;
          opacity: 1;
          visibility: visible; }
        .container-nav .headercategorycomponent .category-title {
          font-family: "exp-bold", Arial;
          font-size: 1.2rem;
          letter-spacing: .1rem;
          text-transform: uppercase; }
          .container-nav .headercategorycomponent .category-title.current a:after,
          .container-nav .headercategorycomponent .category-title.current .no-href:after {
            -webkit-transition-duration: 0;
            -moz-transition-duration: 0;
            transition-duration: 0;
            opacity: 1 !important;
            visibility: visible !important; }
          .container-nav .headercategorycomponent .category-title a,
          .container-nav .headercategorycomponent .category-title .no-href {
            cursor: pointer;
            position: relative; }
            .container-nav .headercategorycomponent .category-title a:after,
            .container-nav .headercategorycomponent .category-title .no-href:after {
              -webkit-transition-property: visibility, opacity;
              -moz-transition-property: visibility, opacity;
              transition-property: visibility, opacity;
              -webkit-transition-duration: 0.2s;
              -moz-transition-duration: 0.2s;
              transition-duration: 0.2s;
              -webkit-transition-timing-function: ease-in;
              -moz-transition-timing-function: ease-in;
              transition-timing-function: ease-in;
              -webkit-transition-delay: 0.2s;
              -moz-transition-delay: 0.2s;
              transition-delay: 0.2s;
              border: solid transparent;
              border-color: rgba(255, 255, 255, 0);
              border-bottom-color: #FFF;
              border-width: .5rem;
              bottom: -1.3rem;
              content: " ";
              height: 0;
              margin-left: -.5rem;
              opacity: 0;
              position: absolute;
              pointer-events: none;
              right: 50%;
              visibility: hidden;
              width: 0;
              z-index: 15; } }
          @media (min-width: 768px) and (min-width: 1000px) {
            .container-nav .headercategorycomponent .category-title a:after,
            .container-nav .headercategorycomponent .category-title .no-href:after {
              bottom: -1.3rem; } }
  @media (min-width: 768px) {
        .container-nav .headercategorycomponent .container-subnav {
          -webkit-transition-property: visibility, opacity;
          -moz-transition-property: visibility, opacity;
          transition-property: visibility, opacity;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: ease-in;
          -moz-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
          -webkit-transition-delay: 0.2s;
          -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
          background: #FFF;
          left: 0;
          opacity: 0;
          padding: 3rem 3rem 2.8rem;
          position: absolute;
          right: 0;
          top: 100%;
          visibility: hidden;
          z-index: 25;
          -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5); } }
      @media (min-width: 768px) and (min-width: 1000px) {
        .container-nav .headercategorycomponent .container-subnav {
          left: 23.5rem;
          margin-left: 2.2rem;
          right: 4%; } }
      @media (min-width: 768px) and (min-width: 1280px) {
        .container-nav .headercategorycomponent .container-subnav {
          right: 4.5rem; } }
  @media (min-width: 768px) {
          .container-nav .headercategorycomponent .container-subnav a:not(.btn) {
            color: #000; }
        .container-nav .headercategorycomponent .container-subnav-flyout {
          padding: 0;
          right: auto; }
        .container-nav .headercategorycomponent .touch-link {
          display: none;
          padding-bottom: .5rem; } }
  .container-nav .container-headersection {
    width: 18.51852%;
    float: left; }
    .container-nav .container-headersection .group-title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      border-bottom: 1px #cccccc solid;
      color: #000;
      display: block;
      font-family: "exp-bold", Arial;
      letter-spacing: .1rem;
      line-height: 3rem;
      margin-bottom: 1rem;
      padding-right: 1rem;
      text-transform: uppercase; }
    .container-nav .container-headersection .subcategory {
      color: #000;
      padding: .5rem 1rem .5rem 0; }
      .container-nav .container-headersection .subcategory a {
        display: block;
        font-family: "exp-regular", arial; }
  .container-nav .tilecomponent, .container-nav .flyoutcomponent .flyouttile, .flyoutcomponent .container-nav .flyouttile {
    width: 18.51852%;
    float: left; }
  .container-nav .headersectioncomponent + .tilecomponent, .container-nav .flyoutcomponent .headersectioncomponent + .flyouttile, .flyoutcomponent .container-nav .headersectioncomponent + .flyouttile {
    padding-left: 2rem;
    padding-right: 2rem; }
  .container-nav .tilecomponent + .tilecomponent, .container-nav .flyoutcomponent .flyouttile + .tilecomponent, .flyoutcomponent .container-nav .flyouttile + .tilecomponent, .container-nav .flyoutcomponent .tilecomponent + .flyouttile, .flyoutcomponent .container-nav .tilecomponent + .flyouttile, .container-nav .flyoutcomponent .flyouttile + .flyouttile, .flyoutcomponent .container-nav .flyouttile + .flyouttile {
    padding-left: .2rem;
    padding-right: .2rem; }
  .container-nav .numberOfChildCategories-5 .container-headersection,
  .container-nav .numberOfChildCategories-5 .tilecomponent,
  .container-nav .numberOfChildCategories-5 .flyoutcomponent .flyouttile,
  .flyoutcomponent .container-nav .numberOfChildCategories-5 .flyouttile {
    width: 18.51852%;
    float: left; }
  .container-nav .numberOfChildCategories-4 .container-headersection,
  .container-nav .numberOfChildCategories-4 .tilecomponent,
  .container-nav .numberOfChildCategories-4 .flyoutcomponent .flyouttile,
  .flyoutcomponent .container-nav .numberOfChildCategories-4 .flyouttile {
    width: 23.25581%;
    float: left; }
  .container-nav .numberOfChildCategories-3 .container-headersection,
  .container-nav .numberOfChildCategories-3 .tilecomponent,
  .container-nav .numberOfChildCategories-3 .flyoutcomponent .flyouttile,
  .flyoutcomponent .container-nav .numberOfChildCategories-3 .flyouttile {
    width: 31.25%;
    float: left; }
  .container-nav .numberOfChildCategories-2 .container-headersection,
  .container-nav .numberOfChildCategories-2 .tilecomponent,
  .container-nav .numberOfChildCategories-2 .flyoutcomponent .flyouttile,
  .flyoutcomponent .container-nav .numberOfChildCategories-2 .flyouttile {
    width: 47.61905%;
    float: left; }
  .container-nav .numberOfChildCategories-2 ul {
    -webkit-columns: 2 1rem;
    -moz-columns: 2 1rem;
    columns: 2 1rem; }
  .container-nav .numberOfChildCategories-1 .container-headersection,
  .container-nav .numberOfChildCategories-1 .tilecomponent,
  .container-nav .numberOfChildCategories-1 .flyoutcomponent .flyouttile,
  .flyoutcomponent .container-nav .numberOfChildCategories-1 .flyouttile {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

@media (min-width: 768px) {
  .container-nav-mobile {
    display: none; } }
.container-nav-mobile .tilecomponent, .container-nav-mobile .flyoutcomponent .flyouttile, .flyoutcomponent .container-nav-mobile .flyouttile {
  display: none; }
.container-nav-mobile .highlighted {
  color: #BB2525 !important; }
  .container-nav-mobile .highlighted a {
    color: #BB2525 !important; }
.container-nav-mobile .nav-mobile-trigger {
  display: inline-block;
  float: left;
  height: 5.6rem;
  overflow: hidden;
  padding-right: 1.2rem;
  width: 6.2rem; }
  .container-nav-mobile .nav-mobile-trigger.open .icon-open {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden; }
  .container-nav-mobile .nav-mobile-trigger.open .icon-close {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    height: 1.8rem;
    opacity: 1;
    overflow: visible;
    visibility: visible; }
  .container-nav-mobile .nav-mobile-trigger.open ~ .nav-mobile {
    -webkit-transition-property: visibility, opacity;
    -moz-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    left: 0;
    opacity: 1;
    overflow: visible;
    visibility: visible; }
  .container-nav-mobile .nav-mobile-trigger .icon-close {
    opacity: 0;
    visibility: hidden; }
  .container-nav-mobile .nav-mobile-trigger .icon-open {
    height: 1.8rem;
    opacity: 1;
    visibility: visible; }
  .container-nav-mobile .nav-mobile-trigger ~ .nav-mobile {
    -webkit-transition-property: visibility, opacity;
    -moz-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
    overflow: hidden;
    visibility: hidden; }
  .container-nav-mobile .nav-mobile-trigger .title {
    display: block;
    height: 0;
    text-indent: -9999rem; }
  .container-nav-mobile .nav-mobile-trigger .icon-open {
    display: block;
    height: 1.8rem;
    left: 2rem;
    opacity: 1;
    position: absolute;
    top: 2rem;
    width: 1.8rem;
    visibility: visible; }
    .container-nav-mobile .nav-mobile-trigger .icon-open .line {
      content: '';
      display: block;
      height: .1rem;
      margin-bottom: .7rem;
      width: 95%; }
  .container-nav-mobile .nav-mobile-trigger .icon-close {
    display: block;
    font-size: 4.5rem;
    height: 0;
    line-height: 4.5rem;
    left: 1.6rem;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 1.2rem;
    visibility: hidden;
    width: 1.8rem; }
.container-nav-mobile .nav-mobile {
  background: #FFF;
  border-bottom: 0.3rem solid #000;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden;
  z-index: 25; }
  .container-nav-mobile .nav-mobile:after {
    background-color: #000;
    bottom: -.3rem;
    content: '';
    display: block;
    height: .4rem;
    position: absolute;
    width: 100%; }
  .container-nav-mobile .nav-mobile h6 {
    margin-bottom: 0; }
  .container-nav-mobile .nav-mobile .no-href,
  .container-nav-mobile .nav-mobile a:not(.btn) {
    background-color: #FFF;
    border-bottom: 0.1rem solid #bfbfbf;
    cursor: pointer;
    display: block;
    height: 5.4rem;
    letter-spacing: .15rem;
    padding: 1.6rem 0 1.6rem 2rem; }
    .container-nav-mobile .nav-mobile .no-href:hover, .container-nav-mobile .nav-mobile .no-href:active,
    .container-nav-mobile .nav-mobile a:not(.btn):hover,
    .container-nav-mobile .nav-mobile a:not(.btn):active {
      text-decoration: none; }
    .container-nav-mobile .nav-mobile .no-href:not(.highlighted):not(.btn),
    .container-nav-mobile .nav-mobile a:not(.btn):not(.highlighted):not(.btn) {
      color: #000 !important; }
  .container-nav-mobile .nav-mobile .touch-link {
    background-color: #ebebeb;
    border-bottom: 0.1rem solid #bfbfbf;
    display: block;
    height: 4.4rem;
    padding: 1.2rem 0 1.2rem 4.4rem; }
  .container-nav-mobile .nav-mobile .container-mobileSignIn {
    font-family: 'exp-medium', arial;
    text-transform: uppercase; }
  .container-nav-mobile .nav-mobile .expandable.expanded a:after,
  .container-nav-mobile .nav-mobile .expandable.expanded .no-href:after {
    background-position: -1.7rem -29.8rem; }
  .container-nav-mobile .nav-mobile .expandable.expanded ~ .container-subnav {
    height: auto;
    overflow: visible; }
  .container-nav-mobile .nav-mobile .expandable a,
  .container-nav-mobile .nav-mobile .expandable .no-href {
    display: block;
    padding-right: 4.8rem;
    position: relative; }
    .container-nav-mobile .nav-mobile .expandable a:after,
    .container-nav-mobile .nav-mobile .expandable .no-href:after {
      background-image: url(/etc/designs/express/images/icon-nav-sprite.png);
      background-position: -1.7rem -26.7rem;
      background-repeat: no-repeat;
      background-size: 5.6rem 37.3rem;
      content: '';
      display: block;
      height: 2.3rem;
      position: absolute;
      right: 1.8rem;
      top: .8rem;
      width: 2rem; }
  .container-nav-mobile .nav-mobile .category-title {
    text-transform: uppercase;
    font-family: 'exp-medium', arial; }
  .container-nav-mobile .nav-mobile .container-subnav {
    font-size: 1.4rem;
    height: 0;
    overflow: hidden; }
    .container-nav-mobile .nav-mobile .container-subnav .group-title {
      color: #000; }
      .container-nav-mobile .nav-mobile .container-subnav .group-title .no-href,
      .container-nav-mobile .nav-mobile .container-subnav .group-title > a {
        background-color: #ebebeb;
        border-bottom: 0.1rem solid #bfbfbf;
        display: block;
        height: 4.4rem;
        padding: 1.2rem 0 1.2rem 4.4rem; }
    .container-nav-mobile .nav-mobile .container-subnav .subcategory {
      color: #000;
      font-family: "exp-regular", arial; }
      .container-nav-mobile .nav-mobile .container-subnav .subcategory .no-href,
      .container-nav-mobile .nav-mobile .container-subnav .subcategory > a {
        background-color: #ebebeb;
        border-bottom: 0.1rem solid #bfbfbf;
        display: block;
        height: 4.4rem;
        padding: 1.2rem 0 1.2rem 6rem; }

.is-authorMode .container-flyoutLinks .flyoutlinkcomponent {
  display: inline-block;
  float: none !important;
  width: 19.82% !important;
  min-height: 100px;
  vertical-align: top; }

.flyoutcomponent {
  color: #000; }
  .flyoutcomponent::after {
    clear: both;
    content: "";
    display: table; }
  .flyoutcomponent .flyouttile-paddingLeft-0-px {
    padding-left: 0rem; }
  .flyoutcomponent .flyouttile-paddingRight-0-px {
    padding-right: 0rem; }
  .flyoutcomponent .flyouttile-paddingTop-0-px {
    padding-top: 0rem; }
  .flyoutcomponent .flyouttile-paddingBottom-0-px {
    padding-bottom: 0rem; }
  .flyoutcomponent .flyouttile-paddingLeft-4-px {
    padding-left: 0.4rem; }
  .flyoutcomponent .flyouttile-paddingRight-4-px {
    padding-right: 0.4rem; }
  .flyoutcomponent .flyouttile-paddingTop-4-px {
    padding-top: 0.4rem; }
  .flyoutcomponent .flyouttile-paddingBottom-4-px {
    padding-bottom: 0.4rem; }
  .flyoutcomponent .flyouttile-paddingLeft-8-px {
    padding-left: 0.8rem; }
  .flyoutcomponent .flyouttile-paddingRight-8-px {
    padding-right: 0.8rem; }
  .flyoutcomponent .flyouttile-paddingTop-8-px {
    padding-top: 0.8rem; }
  .flyoutcomponent .flyouttile-paddingBottom-8-px {
    padding-bottom: 0.8rem; }
  .flyoutcomponent .flyouttile-paddingLeft-16-px {
    padding-left: 1.6rem; }
  .flyoutcomponent .flyouttile-paddingRight-16-px {
    padding-right: 1.6rem; }
  .flyoutcomponent .flyouttile-paddingTop-16-px {
    padding-top: 1.6rem; }
  .flyoutcomponent .flyouttile-paddingBottom-16-px {
    padding-bottom: 1.6rem; }
  .flyoutcomponent .flyouttile {
    margin: 0 !important; }
    .flyoutcomponent .flyouttile img {
      max-width: none;
      width: 100%; }
  @media (max-width: 767px) {
    .container-nav-mobile .flyoutcomponent {
      background-color: #ebebeb;
      border-bottom: 0.1rem solid #bfbfbf; }
      .container-nav-mobile .flyoutcomponent .flyouttile {
        display: block !important; }
      .container-nav-mobile .flyoutcomponent .container-flyoutLinks {
        margin-bottom: -.1rem;
        padding-bottom: 1.6rem;
        padding-top: 1.6rem; }
        .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-scaledDown {
          padding: 1.6rem 1rem; }
        .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked, .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages {
          padding: 0; }
          .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked .flyoutlinkcomponent, .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages .flyoutlinkcomponent {
            float: none;
            padding: 0;
            width: 100%; }
          .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked a,
          .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked .no-href, .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages a,
          .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages .no-href {
            background-color: #ebebeb;
            border-bottom: 0.1rem solid #bfbfbf;
            display: block;
            padding: .8rem 1.6rem 0; }
            .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked a::after,
            .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked .no-href::after, .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages a::after,
            .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages .no-href::after {
              clear: both;
              content: "";
              display: table; }
            .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked a .btn,
            .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked .no-href .btn, .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages a .btn,
            .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages .no-href .btn {
              font-family: "exp-regular", arial;
              font-weight: normal;
              text-transform: none; }
          .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked .container-image, .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages .container-image {
            float: left;
            width: 22%; }
          .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked .calltoaction, .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages .calltoaction {
            float: left;
            padding-left: .8rem;
            padding-top: 1rem; }
            .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked .calltoaction::after, .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages .calltoaction::after {
              clear: both;
              content: "";
              display: table; }
            .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked .calltoaction .btn, .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages .calltoaction .btn {
              margin: 0;
              padding-right: 0;
              text-align: left; }
            .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stacked .calltoaction .btn-with-caret:after, .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages .calltoaction .btn-with-caret:after {
              display: none !important; }
        .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages img {
          display: none; }
        .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages a,
        .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages .no-href {
          padding: 1.6rem 1.6rem 1.2rem 4.4rem; }
        .container-nav-mobile .flyoutcomponent .container-flyoutLinks.mobile-displayStyle-stackedWithoutImages .calltoaction {
          padding: 0; }
        .container-nav-mobile .flyoutcomponent .container-flyoutLinks a,
        .container-nav-mobile .flyoutcomponent .container-flyoutLinks .no-href {
          background: none;
          border-bottom: 0;
          height: auto;
          padding-left: 0; }
      .container-nav-mobile .flyoutcomponent .container-richtext {
        display: none; } }
  .flyoutcomponent .container-flyoutLinks {
    clear: both;
    padding: 1.6rem .8rem .8rem; }
    .flyoutcomponent .container-flyoutLinks::after {
      clear: both;
      content: "";
      display: table; }
    .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent {
      padding: .6rem 1rem 0; }
      @media (max-width: 767px) {
        .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent {
          width: 33.33333%;
          float: left; }
          .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent:nth-child(3n + 1) {
            clear: left; } }
      @media (min-width: 768px) {
        .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent {
          width: 20%;
          float: left;
          padding: .8rem; }
          .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent:nth-child(5n + 1) {
            clear: left; } }
      .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent .container-image {
        position: relative; }
      .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent .text-black {
        color: #000; }
      .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent .text-white {
        color: #FFF; }
      .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent .richtext-wrapper {
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        position: absolute; }
        .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent .richtext-wrapper .richtext-outer {
          display: table;
          height: 100%;
          table-layout: fixed;
          width: 100%; }
          .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent .richtext-wrapper .richtext-outer .richtext-inner {
            display: table-cell;
            height: 100%;
            vertical-align: middle;
            position: relative;
            padding: 1rem; }
            .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent .richtext-wrapper .richtext-outer .richtext-inner .richtext {
              position: relative;
              z-index: 10; }
      .flyoutcomponent .container-flyoutLinks .flyoutlinkcomponent .calltoaction {
        font-size: 1.4rem; }

.container-subnav-flyout .touch-link {
  padding: 3rem 3rem .5rem; }

.imagecomponent {
  margin: 0 auto; }
  @media (max-width: 768px) {
    .imagecomponent {
      padding-left: 2rem;
      padding-right: 2rem; } }
@media (min-width: 768px) and (max-width: 999px) {
  .imagecomponent {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .imagecomponent {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .imagecomponent {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .imagecomponent picture::after {
    clear: both;
    content: "";
    display: table; }
  .imagecomponent img.horizontal-leftMobile {
    float: left; }
  .imagecomponent img.horizontal-centerMobile {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .imagecomponent img.horizontal-rightMobile {
    float: right; }
  @media (min-width: 768px) {
    .imagecomponent img.horizontal-left {
      float: left !important; }
    .imagecomponent img.horizontal-center {
      display: block;
      float: none !important;
      margin-left: auto !important;
      margin-right: auto !important; }
    .imagecomponent img.horizontal-right {
      float: right !important; } }

@media (max-width: 767px) {
  .ie9 .stripe .imagecomponent picture.undefined-mobile {
    display: none; } }
@media (min-width: 768px) {
  .ie9 .stripe .imagecomponent picture.undefined-desktop {
    display: none; } }

.tilecomponent, .flyoutcomponent .flyouttile {
  margin-bottom: .3rem;
  margin-top: .3rem;
  position: relative; }
  .tilecomponent .tile-with-video video, .flyoutcomponent .flyouttile .tile-with-video video {
    display: none; }
  @media (min-width: 768px) {
    .tilecomponent, .flyoutcomponent .flyouttile {
      margin-bottom: 0;
      margin-top: 0; } }
  .modal-content .tilecomponent .tile-with-video picture, .modal-content .flyoutcomponent .flyouttile .tile-with-video picture, .flyoutcomponent .modal-content .flyouttile .tile-with-video picture,
  .modal-content .tilecomponent .tile-with-video .tile-slide-show,
  .modal-content .flyoutcomponent .flyouttile .tile-with-video .tile-slide-show,
  .flyoutcomponent .modal-content .flyouttile .tile-with-video .tile-slide-show {
    display: none; }
  .modal-content .tilecomponent .tile-with-video video, .modal-content .flyoutcomponent .flyouttile .tile-with-video video, .flyoutcomponent .modal-content .flyouttile .tile-with-video video {
    display: block; }
  .tilecomponent .wrapper-tile.is-authorMode, .flyoutcomponent .flyouttile .wrapper-tile.is-authorMode {
    min-height: 35rem; }
  .tilecomponent picture, .flyoutcomponent .flyouttile picture,
  .tilecomponent video,
  .flyoutcomponent .flyouttile video {
    display: block;
    width: 101.6%; }
    .tilecomponent picture img, .flyoutcomponent .flyouttile picture img,
    .tilecomponent video img,
    .flyoutcomponent .flyouttile video img {
      display: block;
      max-width: none;
      width: 100%; }
  .tilecomponent .imagecomponent, .flyoutcomponent .flyouttile .imagecomponent {
    padding: 0; }
  .tilecomponent .row, .flyoutcomponent .flyouttile .row {
    height: auto;
    margin-bottom: 0;
    overflow: visible; }
  .tilecomponent .tile-href, .flyoutcomponent .flyouttile .tile-href {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5; }
  .tilecomponent .tile-slideshow, .flyoutcomponent .flyouttile .tile-slideshow {
    position: relative;
    width: 100%;
    max-width: none;
    overflow: hidden; }
    .tilecomponent .tile-slideshow .tile-slide, .flyoutcomponent .flyouttile .tile-slideshow .tile-slide {
      position: absolute; }
  @media (min-width: 768px) {
    .tilecomponent .dropShadow-desktop, .flyoutcomponent .flyouttile .dropShadow-desktop {
      text-shadow: 0.24rem 0.24rem 0.24rem rgba(0, 0, 0, 0.1); }
      .tilecomponent .dropShadow-desktop .btn-cta, .flyoutcomponent .flyouttile .dropShadow-desktop .btn-cta {
        box-shadow: 0.24rem 0.24rem 0.24rem rgba(0, 0, 0, 0.1);
        text-shadow: none; }
      .tilecomponent .dropShadow-desktop .btn-plaintext, .flyoutcomponent .flyouttile .dropShadow-desktop .btn-plaintext {
        text-shadow: 0.24rem 0.24rem 0.24rem rgba(0, 0, 0, 0.1); }
      .tilecomponent .dropShadow-desktop .text-snipe-outer, .flyoutcomponent .flyouttile .dropShadow-desktop .text-snipe-outer {
        text-shadow: none; } }
  @media (max-width: 767px) {
    .tilecomponent .dropShadow-mobile, .flyoutcomponent .flyouttile .dropShadow-mobile {
      text-shadow: 0.24rem 0.24rem 0.24rem rgba(0, 0, 0, 0.1); }
      .tilecomponent .dropShadow-mobile .btn-cta, .flyoutcomponent .flyouttile .dropShadow-mobile .btn-cta {
        box-shadow: 0.24rem 0.24rem 0.24rem rgba(0, 0, 0, 0.1);
        text-shadow: none; }
      .tilecomponent .dropShadow-mobile .btn-plaintext, .flyoutcomponent .flyouttile .dropShadow-mobile .btn-plaintext {
        text-shadow: 0.24rem 0.24rem 0.24rem rgba(0, 0, 0, 0.1); }
      .tilecomponent .dropShadow-mobile .text-snipe-outer, .flyoutcomponent .flyouttile .dropShadow-mobile .text-snipe-outer {
        text-shadow: none; } }
  .tilecomponent .wrapper-text, .flyoutcomponent .flyouttile .wrapper-text {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
    .tilecomponent .wrapper-text a, .flyoutcomponent .flyouttile .wrapper-text a {
      position: relative;
      z-index: 10; }
    .tilecomponent .wrapper-text picture img, .flyoutcomponent .flyouttile .wrapper-text picture img {
      display: block;
      max-width: 100%;
      width: auto; }
    @media (max-width: 767px) {
      .tilecomponent .wrapper-text.nuclearOptionMobile, .flyoutcomponent .flyouttile .wrapper-text.nuclearOptionMobile {
        display: none; }
      .tilecomponent .wrapper-text.abandonShipMobile, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile {
        background: #FFF;
        bottom: 0;
        height: auto;
        overflow: visible;
        top: auto;
        position: absolute; }
        .tilecomponent .wrapper-text.abandonShipMobile .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .text-main-inner {
          color: #000;
          float: none !important;
          margin-top: -7rem;
          min-height: 14rem;
          padding: 1.5rem;
          position: relative; }
        .tilecomponent .wrapper-text.abandonShipMobile .stripe, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe {
          padding-bottom: 0; }
          .tilecomponent .wrapper-text.abandonShipMobile .stripe .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe .text-main-inner {
            background: #FFF;
            color: #000; }
        .tilecomponent .wrapper-text.abandonShipMobile .stripe-whiteFittedMobile, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-whiteFittedMobile,
        .tilecomponent .wrapper-text.abandonShipMobile .stripe-whiteFullWidthMobile,
        .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-whiteFullWidthMobile,
        .tilecomponent .wrapper-text.abandonShipMobile .stripe-white50FittedMobile,
        .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-white50FittedMobile,
        .tilecomponent .wrapper-text.abandonShipMobile .stripe-white50FullWidthMobile,
        .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-white50FullWidthMobile,
        .tilecomponent .wrapper-text.abandonShipMobile .stripe-blackFittedMobile,
        .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-blackFittedMobile,
        .tilecomponent .wrapper-text.abandonShipMobile .stripe-blackFullWidthMobile,
        .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-blackFullWidthMobile,
        .tilecomponent .wrapper-text.abandonShipMobile .stripe-black50FittedMobile,
        .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-black50FittedMobile,
        .tilecomponent .wrapper-text.abandonShipMobile .stripe-black50FullWidthMobile,
        .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-black50FullWidthMobile {
          background: transparent !important; }
          .tilecomponent .wrapper-text.abandonShipMobile .stripe-whiteFittedMobile .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-whiteFittedMobile .text-main-inner,
          .tilecomponent .wrapper-text.abandonShipMobile .stripe-whiteFullWidthMobile .text-main-inner,
          .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-whiteFullWidthMobile .text-main-inner,
          .tilecomponent .wrapper-text.abandonShipMobile .stripe-white50FittedMobile .text-main-inner,
          .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-white50FittedMobile .text-main-inner,
          .tilecomponent .wrapper-text.abandonShipMobile .stripe-white50FullWidthMobile .text-main-inner,
          .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-white50FullWidthMobile .text-main-inner,
          .tilecomponent .wrapper-text.abandonShipMobile .stripe-blackFittedMobile .text-main-inner,
          .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-blackFittedMobile .text-main-inner,
          .tilecomponent .wrapper-text.abandonShipMobile .stripe-blackFullWidthMobile .text-main-inner,
          .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-blackFullWidthMobile .text-main-inner,
          .tilecomponent .wrapper-text.abandonShipMobile .stripe-black50FittedMobile .text-main-inner,
          .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-black50FittedMobile .text-main-inner,
          .tilecomponent .wrapper-text.abandonShipMobile .stripe-black50FullWidthMobile .text-main-inner,
          .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .stripe-black50FullWidthMobile .text-main-inner {
            background: #FFF;
            color: #000; }
        .tilecomponent .wrapper-text.abandonShipMobile .btn-cta.btn-white, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .btn-cta.btn-white, .tilecomponent .wrapper-text.abandonShipMobile .btn-cta.btn-blue, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .btn-cta.btn-blue {
          background: #000;
          color: #FFF; }
          .tilecomponent .wrapper-text.abandonShipMobile .btn-cta.btn-white:hover, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .btn-cta.btn-white:hover, .tilecomponent .wrapper-text.abandonShipMobile .btn-cta.btn-blue:hover, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .btn-cta.btn-blue:hover {
            background-color: #666666; }
        .tilecomponent .wrapper-text.abandonShipMobile .btn-plaintext.btn-white, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .btn-plaintext.btn-white, .tilecomponent .wrapper-text.abandonShipMobile .btn-plaintext.btn-blue, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .btn-plaintext.btn-blue {
          color: #000; }
          .tilecomponent .wrapper-text.abandonShipMobile .btn-plaintext.btn-white:hover, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .btn-plaintext.btn-white:hover, .tilecomponent .wrapper-text.abandonShipMobile .btn-plaintext.btn-blue:hover, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .btn-plaintext.btn-blue:hover {
            color: #666666; }
        .tilecomponent .wrapper-text.abandonShipMobile .btn-plaintext:after, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .btn-plaintext:after {
          border-left-color: #000; }
          .tilecomponent .wrapper-text.abandonShipMobile .btn-plaintext:after:after, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile .btn-plaintext:after:after {
            border-left-color: #666666; }
        .tilecomponent .wrapper-text.abandonShipMobile.wrapper-text-snipeMobile, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile.wrapper-text-snipeMobile {
          background: transparent;
          bottom: auto;
          top: 0; }
          .tilecomponent .wrapper-text.abandonShipMobile.wrapper-text-snipeMobile .container-text.vertical-bottomMobile .text-snipe-outer, .flyoutcomponent .flyouttile .wrapper-text.abandonShipMobile.wrapper-text-snipeMobile .container-text.vertical-bottomMobile .text-snipe-outer {
            vertical-align: top !important; } }
    @media (min-width: 768px) {
      .tilecomponent .wrapper-text.nuclearOption, .flyoutcomponent .flyouttile .wrapper-text.nuclearOption {
        display: none !important; }
      .tilecomponent .wrapper-text.abandonShip, .flyoutcomponent .flyouttile .wrapper-text.abandonShip {
        background: #FFF;
        bottom: 0;
        height: auto;
        overflow: visible;
        top: auto;
        position: absolute; }
        .tilecomponent .wrapper-text.abandonShip .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .text-main-inner {
          color: #000;
          float: none !important;
          margin-top: -7rem;
          min-height: 14rem;
          padding: 1.5rem;
          position: relative; }
        .tilecomponent .wrapper-text.abandonShip .stripe, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe {
          padding-bottom: 0; }
          .tilecomponent .wrapper-text.abandonShip .stripe .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe .text-main-inner {
            background: #FFF;
            color: #000; }
          .tilecomponent .wrapper-text.abandonShip .stripe.stripe-whiteFitted, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-whiteFitted, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-whiteFullWidth, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-whiteFullWidth, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-white50Fitted, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-white50Fitted, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-white50FullWidth, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-white50FullWidth, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-blackFitted, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-blackFitted, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-blackFullWidth, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-blackFullWidth, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-black50Fitted, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-black50Fitted, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-black50FullWidth, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-black50FullWidth {
            background: transparent !important; }
            .tilecomponent .wrapper-text.abandonShip .stripe.stripe-whiteFitted .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-whiteFitted .text-main-inner, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-whiteFullWidth .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-whiteFullWidth .text-main-inner, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-white50Fitted .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-white50Fitted .text-main-inner, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-white50FullWidth .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-white50FullWidth .text-main-inner, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-blackFitted .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-blackFitted .text-main-inner, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-blackFullWidth .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-blackFullWidth .text-main-inner, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-black50Fitted .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-black50Fitted .text-main-inner, .tilecomponent .wrapper-text.abandonShip .stripe.stripe-black50FullWidth .text-main-inner, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .stripe.stripe-black50FullWidth .text-main-inner {
              background: #FFF;
              color: #000; }
        .tilecomponent .wrapper-text.abandonShip .btn-cta.btn-white, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .btn-cta.btn-white, .tilecomponent .wrapper-text.abandonShip .btn-cta.btn-blue, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .btn-cta.btn-blue {
          background: #000;
          color: #FFF; }
          .tilecomponent .wrapper-text.abandonShip .btn-cta.btn-white:hover, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .btn-cta.btn-white:hover, .tilecomponent .wrapper-text.abandonShip .btn-cta.btn-blue:hover, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .btn-cta.btn-blue:hover {
            background-color: #666666; }
        .tilecomponent .wrapper-text.abandonShip .btn-plaintext.btn-white, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .btn-plaintext.btn-white, .tilecomponent .wrapper-text.abandonShip .btn-plaintext.btn-blue, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .btn-plaintext.btn-blue {
          color: #000; }
          .tilecomponent .wrapper-text.abandonShip .btn-plaintext.btn-white:hover, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .btn-plaintext.btn-white:hover, .tilecomponent .wrapper-text.abandonShip .btn-plaintext.btn-blue:hover, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .btn-plaintext.btn-blue:hover {
            color: #666666; }
        .tilecomponent .wrapper-text.abandonShip .btn-plaintext:after, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .btn-plaintext:after {
          border-left-color: #000; }
          .tilecomponent .wrapper-text.abandonShip .btn-plaintext:after:after, .flyoutcomponent .flyouttile .wrapper-text.abandonShip .btn-plaintext:after:after {
            border-left-color: #666666; }
        .tilecomponent .wrapper-text.abandonShip.wrapper-text-snipe, .flyoutcomponent .flyouttile .wrapper-text.abandonShip.wrapper-text-snipe {
          background: transparent;
          bottom: auto;
          top: 0; }
          .tilecomponent .wrapper-text.abandonShip.wrapper-text-snipe .container-text.vertical-bottom .text-snipe-outer, .flyoutcomponent .flyouttile .wrapper-text.abandonShip.wrapper-text-snipe .container-text.vertical-bottom .text-snipe-outer {
            vertical-align: top !important; } }
  .tilecomponent .container-text, .flyoutcomponent .flyouttile .container-text {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%; }
    .tilecomponent .container-text .richtext, .flyoutcomponent .flyouttile .container-text .richtext {
      position: relative;
      z-index: 10; }
    .tilecomponent .container-text .secondary-text p:last-child, .flyoutcomponent .flyouttile .container-text .secondary-text p:last-child {
      margin: 0; }
    .tilecomponent .container-text.vertical-topMobile .text-main-outer, .flyoutcomponent .flyouttile .container-text.vertical-topMobile .text-main-outer {
      vertical-align: top; }
    .tilecomponent .container-text.vertical-topMobile .text-snipe-outer, .flyoutcomponent .flyouttile .container-text.vertical-topMobile .text-snipe-outer {
      vertical-align: top; }
    .tilecomponent .container-text.vertical-bottomMobile .text-main-outer, .flyoutcomponent .flyouttile .container-text.vertical-bottomMobile .text-main-outer {
      vertical-align: bottom; }
    .tilecomponent .container-text.vertical-bottomMobile .text-snipe-outer, .flyoutcomponent .flyouttile .container-text.vertical-bottomMobile .text-snipe-outer {
      vertical-align: bottom; }
    .tilecomponent .container-text.vertical-middleMobile .text-main-outer, .flyoutcomponent .flyouttile .container-text.vertical-middleMobile .text-main-outer {
      vertical-align: middle; }
    .tilecomponent .container-text.horizontal-leftMobile .text-main-inner, .flyoutcomponent .flyouttile .container-text.horizontal-leftMobile .text-main-inner {
      float: left; }
    .tilecomponent .container-text.horizontal-leftMobile .text-snipe-inner, .flyoutcomponent .flyouttile .container-text.horizontal-leftMobile .text-snipe-inner {
      float: left; }
    .tilecomponent .container-text.horizontal-centerMobile .text-main-inner, .flyoutcomponent .flyouttile .container-text.horizontal-centerMobile .text-main-inner {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    .tilecomponent .container-text.horizontal-rightMobile .text-main-inner, .flyoutcomponent .flyouttile .container-text.horizontal-rightMobile .text-main-inner {
      float: right; }
    .tilecomponent .container-text.horizontal-rightMobile .text-snipe-inner, .flyoutcomponent .flyouttile .container-text.horizontal-rightMobile .text-snipe-inner {
      float: right; }
    @media (max-width: 767px) {
      .tilecomponent .container-text .stripe.text-blackMobile, .flyoutcomponent .flyouttile .container-text .stripe.text-blackMobile {
        color: #000 !important; }
      .tilecomponent .container-text .stripe.text-whiteMobile, .flyoutcomponent .flyouttile .container-text .stripe.text-whiteMobile {
        color: #FFF !important; }
      .tilecomponent .container-text.text-blackMobile .text-snipe-inner, .flyoutcomponent .flyouttile .container-text.text-blackMobile .text-snipe-inner {
        color: #000 !important; }
      .tilecomponent .container-text.text-whiteMobile .text-snipe-inner, .flyoutcomponent .flyouttile .container-text.text-whiteMobile .text-snipe-inner {
        color: #FFF !important; } }
    @media (min-width: 768px) {
      .tilecomponent .container-text .stripe.text-black, .flyoutcomponent .flyouttile .container-text .stripe.text-black {
        color: #000; }
      .tilecomponent .container-text .stripe.text-white, .flyoutcomponent .flyouttile .container-text .stripe.text-white {
        color: #FFF; }
      .tilecomponent .container-text.text-black .text-snipe-inner, .flyoutcomponent .flyouttile .container-text.text-black .text-snipe-inner {
        color: #000 !important; }
      .tilecomponent .container-text.text-white .text-snipe-inner, .flyoutcomponent .flyouttile .container-text.text-white .text-snipe-inner {
        color: #FFF !important; }
      .tilecomponent .container-text.vertical-top .text-main-outer, .flyoutcomponent .flyouttile .container-text.vertical-top .text-main-outer {
        vertical-align: top !important; }
      .tilecomponent .container-text.vertical-top .text-snipe-outer, .flyoutcomponent .flyouttile .container-text.vertical-top .text-snipe-outer {
        vertical-align: top !important; }
      .tilecomponent .container-text.vertical-bottom .text-main-outer, .flyoutcomponent .flyouttile .container-text.vertical-bottom .text-main-outer {
        vertical-align: bottom !important; }
      .tilecomponent .container-text.vertical-bottom .text-snipe-outer, .flyoutcomponent .flyouttile .container-text.vertical-bottom .text-snipe-outer {
        vertical-align: bottom !important; }
      .tilecomponent .container-text.vertical-middle .text-main-outer, .flyoutcomponent .flyouttile .container-text.vertical-middle .text-main-outer {
        vertical-align: middle !important; }
      .tilecomponent .container-text.horizontal-left .text-main-inner, .flyoutcomponent .flyouttile .container-text.horizontal-left .text-main-inner {
        float: left !important; }
        .tilecomponent .container-text.horizontal-left .text-main-inner::after, .flyoutcomponent .flyouttile .container-text.horizontal-left .text-main-inner::after {
          clear: both;
          content: "";
          display: table; }
      .tilecomponent .container-text.horizontal-left .text-snipe-inner, .flyoutcomponent .flyouttile .container-text.horizontal-left .text-snipe-inner {
        float: left !important; }
        .tilecomponent .container-text.horizontal-left .text-snipe-inner::after, .flyoutcomponent .flyouttile .container-text.horizontal-left .text-snipe-inner::after {
          clear: both;
          content: "";
          display: table; }
      .tilecomponent .container-text.horizontal-center .text-main-inner, .flyoutcomponent .flyouttile .container-text.horizontal-center .text-main-inner {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important; }
      .tilecomponent .container-text.horizontal-right .text-main-inner, .flyoutcomponent .flyouttile .container-text.horizontal-right .text-main-inner {
        float: right !important; }
        .tilecomponent .container-text.horizontal-right .text-main-inner::after, .flyoutcomponent .flyouttile .container-text.horizontal-right .text-main-inner::after {
          clear: both;
          content: "";
          display: table; }
      .tilecomponent .container-text.horizontal-right .text-snipe-inner, .flyoutcomponent .flyouttile .container-text.horizontal-right .text-snipe-inner {
        float: right !important; }
        .tilecomponent .container-text.horizontal-right .text-snipe-inner::after, .flyoutcomponent .flyouttile .container-text.horizontal-right .text-snipe-inner::after {
          clear: both;
          content: "";
          display: table; } }
  .tilecomponent .text-main-outer, .flyoutcomponent .flyouttile .text-main-outer {
    display: table-cell;
    height: 100%;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
    z-index: auto; }
    @media (min-width: 768px) {
      .tilecomponent .text-main-outer.padding-half-column, .flyoutcomponent .flyouttile .text-main-outer.padding-half-column {
        padding: 3.80228%; }
      .tilecomponent .text-main-outer.padding-one-column, .flyoutcomponent .flyouttile .text-main-outer.padding-one-column {
        padding: 7.63359%; } }
    @media (max-width: 767px) {
      .tilecomponent .text-main-outer.padding-half-columnMobile, .flyoutcomponent .flyouttile .text-main-outer.padding-half-columnMobile {
        padding: 3.80228%; }
      .tilecomponent .text-main-outer.padding-one-columnMobile, .flyoutcomponent .flyouttile .text-main-outer.padding-one-columnMobile {
        padding: 7.63359%; } }
    .tilecomponent .text-main-outer .stripe, .flyoutcomponent .flyouttile .text-main-outer .stripe {
      width: 100.3%; }
      .tilecomponent .text-main-outer .stripe::after, .flyoutcomponent .flyouttile .text-main-outer .stripe::after {
        clear: both;
        content: "";
        display: table; }
      @media (max-width: 767px) {
        .tilecomponent .text-main-outer .stripe.stripe-whiteFittedMobile .text-main-inner, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-whiteFittedMobile .text-main-inner {
          background: #FFF;
          color: #000;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-whiteFullWidthMobile, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-whiteFullWidthMobile {
          background: #FFF;
          color: #000;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-white50FittedMobile .text-main-inner, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-white50FittedMobile .text-main-inner {
          background: rgba(255, 255, 255, 0.5);
          color: #000;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-white50FullWidthMobile, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-white50FullWidthMobile {
          background: rgba(255, 255, 255, 0.5);
          color: #000;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-blackFittedMobile .text-main-inner, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-blackFittedMobile .text-main-inner {
          background: #000;
          color: #FFF;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-blackFullWidthMobile, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-blackFullWidthMobile {
          background: #000;
          color: #FFF;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-black50FittedMobile .text-main-inner, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-black50FittedMobile .text-main-inner {
          background: rgba(0, 0, 0, 0.5);
          color: #FFF;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-black50FullWidthMobile, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-black50FullWidthMobile {
          background: rgba(0, 0, 0, 0.5);
          color: #FFF;
          padding: .8rem; } }
      @media (min-width: 768px) {
        .tilecomponent .text-main-outer .stripe.stripe-whiteFitted .text-main-inner, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-whiteFitted .text-main-inner {
          background: #FFF !important;
          color: #000 !important;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-whiteFullWidth, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-whiteFullWidth {
          background: #FFF !important;
          color: #000 !important;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-white50Fitted .text-main-inner, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-white50Fitted .text-main-inner {
          background: rgba(255, 255, 255, 0.5) !important;
          color: #000 !important;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-white50FullWidth, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-white50FullWidth {
          background: rgba(255, 255, 255, 0.5) !important;
          color: #000;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-blackFitted .text-main-inner, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-blackFitted .text-main-inner {
          background: #000 !important;
          color: #FFF !important;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-blackFullWidth, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-blackFullWidth {
          background: #000 !important;
          color: #FFF;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-black50Fitted .text-main-inner, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-black50Fitted .text-main-inner {
          background: rgba(0, 0, 0, 0.5) !important;
          color: #FFF !important;
          padding: .8rem; }
        .tilecomponent .text-main-outer .stripe.stripe-black50FullWidth, .flyoutcomponent .flyouttile .text-main-outer .stripe.stripe-black50FullWidth {
          background: rgba(0, 0, 0, 0.5) !important;
          color: #FFF;
          padding: .8rem; } }
    .tilecomponent .text-main-outer .text-main-inner, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner {
      width: 74.80916%; }
      @media (min-width: 768px) {
        .tilecomponent .text-main-outer .text-main-inner.three-columns-desktop, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.three-columns-desktop {
          width: 24.42748%; } }
      @media (max-width: 767px) {
        .tilecomponent .text-main-outer .text-main-inner.three-columns-mobile, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.three-columns-mobile {
          width: 24.42748%; } }
      @media (min-width: 768px) {
        .tilecomponent .text-main-outer .text-main-inner.four-columns-desktop, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.four-columns-desktop {
          width: 32.82443%; } }
      @media (max-width: 767px) {
        .tilecomponent .text-main-outer .text-main-inner.four-columns-mobile, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.four-columns-mobile {
          width: 32.82443%; } }
      @media (min-width: 768px) {
        .tilecomponent .text-main-outer .text-main-inner.five-columns-desktop, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.five-columns-desktop {
          width: 41.22137%; } }
      @media (max-width: 767px) {
        .tilecomponent .text-main-outer .text-main-inner.five-columns-mobile, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.five-columns-mobile {
          width: 41.22137%; } }
      @media (min-width: 768px) {
        .tilecomponent .text-main-outer .text-main-inner.six-columns-desktop, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.six-columns-desktop {
          width: 49.61832%; } }
      @media (max-width: 767px) {
        .tilecomponent .text-main-outer .text-main-inner.six-columns-mobile, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.six-columns-mobile {
          width: 49.61832%; } }
      @media (min-width: 768px) {
        .tilecomponent .text-main-outer .text-main-inner.seven-columns-desktop, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.seven-columns-desktop {
          width: 58.01527%; } }
      @media (max-width: 767px) {
        .tilecomponent .text-main-outer .text-main-inner.seven-columns-mobile, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.seven-columns-mobile {
          width: 58.01527%; } }
      @media (min-width: 768px) {
        .tilecomponent .text-main-outer .text-main-inner.eight-columns-desktop, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.eight-columns-desktop {
          width: 66.41221%; } }
      @media (max-width: 767px) {
        .tilecomponent .text-main-outer .text-main-inner.eight-columns-mobile, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.eight-columns-mobile {
          width: 66.41221%; } }
      @media (min-width: 768px) {
        .tilecomponent .text-main-outer .text-main-inner.nine-columns-desktop, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.nine-columns-desktop {
          width: 74.80916%; } }
      @media (max-width: 767px) {
        .tilecomponent .text-main-outer .text-main-inner.nine-columns-mobile, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.nine-columns-mobile {
          width: 74.80916%; } }
      @media (min-width: 768px) {
        .tilecomponent .text-main-outer .text-main-inner.ten-columns-desktop, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.ten-columns-desktop {
          width: 83.20611%; } }
      @media (max-width: 767px) {
        .tilecomponent .text-main-outer .text-main-inner.ten-columns-mobile, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.ten-columns-mobile {
          width: 83.20611%; } }
      @media (min-width: 768px) {
        .tilecomponent .text-main-outer .text-main-inner.eleven-columns-desktop, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.eleven-columns-desktop {
          width: 91.60305%; } }
      @media (max-width: 767px) {
        .tilecomponent .text-main-outer .text-main-inner.eleven-columns-mobile, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.eleven-columns-mobile {
          width: 91.60305%; } }
      @media (min-width: 768px) {
        .tilecomponent .text-main-outer .text-main-inner.twelve-columns-desktop, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.twelve-columns-desktop {
          width: 100%; } }
      @media (max-width: 767px) {
        .tilecomponent .text-main-outer .text-main-inner.twelve-columns-mobile, .flyoutcomponent .flyouttile .text-main-outer .text-main-inner.twelve-columns-mobile {
          width: 100%; } }
  .tilecomponent .text-snipe-outer, .flyoutcomponent .flyouttile .text-snipe-outer {
    display: table-cell;
    height: 100%;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
    z-index: 1; }
    .tilecomponent .text-snipe-outer .text-snipe-inner, .flyoutcomponent .flyouttile .text-snipe-outer .text-snipe-inner {
      width: 49.61832%;
      float: left;
      float: none;
      padding: 1.5rem; }

.template-singleColumn > div > .tilecomponent, .flyoutcomponent .template-singleColumn > div > .flyouttile {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .template-singleColumn > div > .tilecomponent, .flyoutcomponent .template-singleColumn > div > .flyouttile {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .template-singleColumn > div > .tilecomponent, .flyoutcomponent .template-singleColumn > div > .flyouttile {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .template-singleColumn > div > .tilecomponent, .flyoutcomponent .template-singleColumn > div > .flyouttile {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .template-singleColumn > div > .tilecomponent picture, .flyoutcomponent .template-singleColumn > div > .flyouttile picture,
  .template-singleColumn > div > .tilecomponent video,
  .flyoutcomponent .template-singleColumn > div > .flyouttile video {
    width: 100%; }
  .template-singleColumn > div > .tilecomponent .container-text, .flyoutcomponent .template-singleColumn > div > .flyouttile .container-text {
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (min-width: 320px) {
      .template-singleColumn > div > .tilecomponent .container-text, .flyoutcomponent .template-singleColumn > div > .flyouttile .container-text {
        padding-left: 0;
        padding-right: 0; } }
@media (min-width: 768px) and (max-width: 999px) {
  .template-singleColumn > div > .tilecomponent .container-text, .flyoutcomponent .template-singleColumn > div > .flyouttile .container-text {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

    @media (min-width: 1000px) {
      .template-singleColumn > div > .tilecomponent .container-text, .flyoutcomponent .template-singleColumn > div > .flyouttile .container-text {
        padding-left: 4%;
        padding-right: 4%; } }
    @media (min-width: 1280px) {
      .template-singleColumn > div > .tilecomponent .container-text, .flyoutcomponent .template-singleColumn > div > .flyouttile .container-text {
        padding-left: 4.5rem;
        padding-right: 4.5rem; } }

.modal-content > .template-singleColumn > div > .tilecomponent, .flyoutcomponent .modal-content > .template-singleColumn > div > .flyouttile {
  padding-left: 0;
  padding-right: 0; }

.calltoaction {
  font-size: 1.6rem;
  text-align: center; }
  @media (min-width: 768px) {
    .calltoaction {
      font-size: 1.8rem; } }
  .calltoaction .cta-left {
    text-align: left; }
  .calltoaction .cta-right {
    text-align: right; }
  .calltoaction.padding-vertical-4-px {
    padding-bottom: .4rem;
    padding-top: .4rem; }
  .calltoaction.padding-vertical-8-px {
    padding-bottom: .8rem;
    padding-top: .8rem; }
  .calltoaction.padding-vertical-12-px {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem; }
  .calltoaction.padding-vertical-16-px {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem; }
  .calltoaction.padding-half-column {
    padding-left: 3.80228%;
    padding-right: 3.80228%; }
  .calltoaction.padding-one-column {
    padding-left: 7.63359%;
    padding-right: 7.63359%; }
  .calltoaction .btn {
    display: inline-block;
    font-family: "express-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.6rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
  .calltoaction .btn-cta {
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border: .2rem solid transparent;
    min-height: 3.4rem;
    min-width: 16rem;
    padding: 1.2rem .5rem .8rem;
    position: relative; }
    .calltoaction .btn-cta:active {
      top: .1rem; }
    @media (min-width: 768px) {
      .calltoaction .btn-cta {
        min-height: 3.8rem; } }
    .calltoaction .btn-cta.btn-white {
      background-color: #FFF;
      color: #000; }
      .calltoaction .btn-cta.btn-white:hover {
        background-color: #ebebeb; }
      .calltoaction .btn-cta.btn-white.btn-with-border {
        border-color: #000; }
    .calltoaction .btn-cta.btn-black {
      background-color: #000;
      color: #FFF; }
      .calltoaction .btn-cta.btn-black:hover {
        background-color: #666666; }
      .calltoaction .btn-cta.btn-black.btn-with-border {
        border-color: #FFF; }
    .calltoaction .btn-cta.btn-blue {
      background-color: #00BDF1;
      color: #FFF; }
      .calltoaction .btn-cta.btn-blue:hover {
        background-color: #86DEF2; }
      .calltoaction .btn-cta.btn-blue.btn-with-border {
        border-color: #FFF; }
    .calltoaction .btn-cta.btn-grey {
      background-color: #bfbfbf;
      color: #FFF; }
      .calltoaction .btn-cta.btn-grey:hover {
        background-color: #666666; }
      .calltoaction .btn-cta.btn-grey.btn-with-border {
        border-color: #FFF; }
  .calltoaction .btn-plaintext {
    padding-right: .4rem; }
    .calltoaction .btn-plaintext.btn-with-caret:after {
      border-bottom: .4rem solid transparent;
      border-top: .4rem solid transparent;
      border-left: 0.4rem solid #000;
      content: "";
      display: inline-block;
      height: 0;
      left: .4rem;
      position: relative;
      top: -.1rem;
      vertical-align: middle;
      width: 0; }
    .calltoaction .btn-plaintext.btn-white {
      color: #FFF; }
      .calltoaction .btn-plaintext.btn-white:after {
        border-left-color: #FFF; }
    .calltoaction .btn-plaintext.btn-black {
      color: #000; }
      .calltoaction .btn-plaintext.btn-black:after {
        border-left-color: #000; }
    .calltoaction .btn-plaintext.btn-blue {
      color: #00BDF1; }
      .calltoaction .btn-plaintext.btn-blue:after {
        border-left-color: #00BDF1; }
    .calltoaction .btn-plaintext.btn-grey {
      color: #bfbfbf; }
      .calltoaction .btn-plaintext.btn-grey:after {
        border-left-color: #bfbfbf; }

.center-all {
  display: table;
  text-align: center; }
  .center-all > * {
    display: table-cell;
    vertical-align: middle; }

.equal-height {
  display: table;
  text-align: center; }
  .equal-height > * {
    display: table-cell;
    vertical-align: top; }

@font-face {
  font-family: 'exp-bold';
  src: url("/etc/designs/express/fonts/es_bold_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_bold_09_19_14-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exp-light';
  src: url("/etc/designs/express/fonts/es_light_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_light_09_19_14-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exp-regular';
  src: url("/etc/designs/express/fonts/es_reg_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_reg_09_19_14-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exp-ultralight';
  src: url("/etc/designs/express/fonts/es_ultralight_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_ultralight_09_19_14-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express';
  src: url("/etc/designs/express/fonts/es_reg_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_reg_09_19_14-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express';
  src: url("/etc/designs/express/fonts/es_bold_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_bold_09_19_14-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'express';
  src: url("/etc/designs/express/fonts/es_light_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_light_09_19_14-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'express';
  src: url("/etc/designs/express/fonts/es_ultralight_09_19_14-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_ultralight_09_19_14-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'exp-condensed-light';
  src: url("/etc/designs/express/fonts/expresscond-light-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exp-condensed-ultralight';
  src: url("/etc/designs/express/fonts/expresscond-ultralight-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-ultralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-regular-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-bold-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-light-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-lightitalic-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-lightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-medium-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-ultralight-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-ultralight-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'express-condensed';
  src: url("/etc/designs/express/fonts/expresscond-ultralightitalic-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/expresscond-ultralightitalic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'express_serifregular';
  src: url("/etc/designs/express/fonts/es_serif_1.8-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_serif_1.8-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express_serifitalic';
  src: url("/etc/designs/express/fonts/es_serif_italic-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_serif_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'express-serif';
  src: url("/etc/designs/express/fonts/es_serif_1.8-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_serif_1.8-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'express-serif';
  src: url("/etc/designs/express/fonts/es_serif_italic-webfont.woff2") format("woff2"), url("/etc/designs/express/fonts/es_serif_italic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
/* latin */
@font-face {
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 400;
  src: local("Old Standard TT Regular"), local("OldStandardTT-Regular"), url(http://fonts.gstatic.com/s/oldstandardtt/v7/n6RTCDcIPWSE8UNBa4k-DJDiI8zI8NGcbDOKyTTsY20.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin */
@font-face {
  font-family: 'Old Standard TT';
  font-style: italic;
  font-weight: 400;
  src: local("Old Standard TT Italic"), local("OldStandardTT-Italic"), url(http://fonts.gstatic.com/s/oldstandardtt/v7/QQT_AUSp4AV4dpJfIN7U5LFe6RXWndt-yIBvO8h3x9Q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
.richtext,
.coral-RichText-editor {
  font-size: .8rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .richtext,
    .coral-RichText-editor {
      font-size: .9rem; } }
  @media (min-width: 1000px) {
    .richtext,
    .coral-RichText-editor {
      font-size: 1rem; } }
  @media (min-width: 1280px) {
    .richtext,
    .coral-RichText-editor {
      font-size: 1rem; } }
  .richtext .size--ten-px,
  .coral-RichText-editor .size--ten-px {
    font-size: 1em; }
  .richtext .size--twelve-px,
  .coral-RichText-editor .size--twelve-px {
    font-size: 1.2em; }
  .richtext .size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px {
    font-size: 1.4em; }
  .richtext .size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px {
    font-size: 1.6em; }
  .richtext .size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px {
    font-size: 1.8em; }
  .richtext .size--twenty-px,
  .coral-RichText-editor .size--twenty-px {
    font-size: 2em; }
  .richtext .size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px {
    font-size: 2.2em; }
  .richtext .size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px {
    font-size: 2.3em; }
  .richtext .size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px {
    font-size: 2.4em; }
  .richtext .size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px {
    font-size: 2.6em; }
  .richtext .size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px {
    font-size: 2.8em; }
  .richtext .size--thirty-px,
  .coral-RichText-editor .size--thirty-px {
    font-size: 3em; }
  .richtext .size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px {
    font-size: 3.2em; }
  .richtext .size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px {
    font-size: 3.6em; }
  .richtext .size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px {
    font-size: 4.8em; }
  .richtext .size--sixty-px,
  .coral-RichText-editor .size--sixty-px {
    font-size: 6em; }
  .richtext .size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px {
    font-size: 7.2em; }
  .richtext .size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px {
    font-size: 8.4em; }
  .richtext .size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px {
    font-size: 9.6em; }
  .richtext .size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px {
    font-size: 10.8em; }
  .richtext .size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px {
    font-size: 12em; }
  .richtext .size--ten-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--ten-px,
  .richtext .size--ten-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--ten-px,
  .coral-RichText-editor .size--ten-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--ten-px,
  .coral-RichText-editor .size--ten-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--ten-px {
    font-size: 1em; }
  .richtext .size--ten-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--ten-px,
  .richtext .size--ten-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--ten-px,
  .coral-RichText-editor .size--ten-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--ten-px,
  .coral-RichText-editor .size--ten-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--ten-px {
    font-size: 1em; }
  .richtext .size--ten-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--ten-px,
  .richtext .size--ten-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--ten-px,
  .coral-RichText-editor .size--ten-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--ten-px,
  .coral-RichText-editor .size--ten-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--ten-px {
    font-size: 1em; }
  .richtext .size--ten-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--ten-px,
  .richtext .size--ten-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--ten-px,
  .coral-RichText-editor .size--ten-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--ten-px,
  .coral-RichText-editor .size--ten-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--ten-px {
    font-size: 1em; }
  .richtext .size--ten-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--ten-px,
  .richtext .size--ten-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--ten-px,
  .coral-RichText-editor .size--ten-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--ten-px,
  .coral-RichText-editor .size--ten-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--ten-px {
    font-size: 1em; }
  .richtext .size--ten-px .family--tahoma,
  .richtext .family--tahoma .size--ten-px,
  .richtext .size--ten-px.family--tahoma,
  .richtext .family--tahoma.size--ten-px,
  .coral-RichText-editor .size--ten-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--ten-px,
  .coral-RichText-editor .size--ten-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--ten-px {
    font-size: 1em; }
  .richtext .size--ten-px .family--arial,
  .richtext .family--arial .size--ten-px,
  .richtext .size--ten-px.family--arial,
  .richtext .family--arial.size--ten-px,
  .coral-RichText-editor .size--ten-px .family--arial,
  .coral-RichText-editor .family--arial .size--ten-px,
  .coral-RichText-editor .size--ten-px.family--arial,
  .coral-RichText-editor .family--arial.size--ten-px {
    font-size: 1em; }
  .richtext .size--twelve-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--twelve-px,
  .richtext .size--twelve-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--twelve-px,
  .coral-RichText-editor .size--twelve-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--twelve-px,
  .coral-RichText-editor .size--twelve-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--twelve-px {
    font-size: 1.2em; }
  .richtext .size--twelve-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--twelve-px,
  .richtext .size--twelve-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--twelve-px,
  .coral-RichText-editor .size--twelve-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--twelve-px,
  .coral-RichText-editor .size--twelve-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--twelve-px {
    font-size: 1.2em; }
  .richtext .size--twelve-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--twelve-px,
  .richtext .size--twelve-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--twelve-px,
  .coral-RichText-editor .size--twelve-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--twelve-px,
  .coral-RichText-editor .size--twelve-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--twelve-px {
    font-size: 1.2em; }
  .richtext .size--twelve-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--twelve-px,
  .richtext .size--twelve-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--twelve-px,
  .coral-RichText-editor .size--twelve-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--twelve-px,
  .coral-RichText-editor .size--twelve-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--twelve-px {
    font-size: 1.2em; }
  .richtext .size--twelve-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--twelve-px,
  .richtext .size--twelve-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--twelve-px,
  .coral-RichText-editor .size--twelve-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--twelve-px,
  .coral-RichText-editor .size--twelve-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--twelve-px {
    font-size: 1.2em; }
  .richtext .size--twelve-px .family--tahoma,
  .richtext .family--tahoma .size--twelve-px,
  .richtext .size--twelve-px.family--tahoma,
  .richtext .family--tahoma.size--twelve-px,
  .coral-RichText-editor .size--twelve-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--twelve-px,
  .coral-RichText-editor .size--twelve-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--twelve-px {
    font-size: 1.2em; }
  .richtext .size--twelve-px .family--arial,
  .richtext .family--arial .size--twelve-px,
  .richtext .size--twelve-px.family--arial,
  .richtext .family--arial.size--twelve-px,
  .coral-RichText-editor .size--twelve-px .family--arial,
  .coral-RichText-editor .family--arial .size--twelve-px,
  .coral-RichText-editor .size--twelve-px.family--arial,
  .coral-RichText-editor .family--arial.size--twelve-px {
    font-size: 1.2em; }
  .richtext .size--fourteen-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--fourteen-px,
  .richtext .size--fourteen-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--fourteen-px {
    font-size: 1.4em; }
  .richtext .size--fourteen-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--fourteen-px,
  .richtext .size--fourteen-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--fourteen-px {
    font-size: 1.4em; }
  .richtext .size--fourteen-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--fourteen-px,
  .richtext .size--fourteen-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--fourteen-px {
    font-size: 1.4em; }
  .richtext .size--fourteen-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--fourteen-px,
  .richtext .size--fourteen-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--fourteen-px {
    font-size: 1.4em; }
  .richtext .size--fourteen-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--fourteen-px,
  .richtext .size--fourteen-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--fourteen-px {
    font-size: 1.4em; }
  .richtext .size--fourteen-px .family--tahoma,
  .richtext .family--tahoma .size--fourteen-px,
  .richtext .size--fourteen-px.family--tahoma,
  .richtext .family--tahoma.size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--fourteen-px {
    font-size: 1.4em; }
  .richtext .size--fourteen-px .family--arial,
  .richtext .family--arial .size--fourteen-px,
  .richtext .size--fourteen-px.family--arial,
  .richtext .family--arial.size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px .family--arial,
  .coral-RichText-editor .family--arial .size--fourteen-px,
  .coral-RichText-editor .size--fourteen-px.family--arial,
  .coral-RichText-editor .family--arial.size--fourteen-px {
    font-size: 1.4em; }
  .richtext .size--sixteen-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--sixteen-px,
  .richtext .size--sixteen-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--sixteen-px {
    font-size: 1.6em; }
  .richtext .size--sixteen-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--sixteen-px,
  .richtext .size--sixteen-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--sixteen-px {
    font-size: 1.6em; }
  .richtext .size--sixteen-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--sixteen-px,
  .richtext .size--sixteen-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--sixteen-px {
    font-size: 1.6em; }
  .richtext .size--sixteen-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--sixteen-px,
  .richtext .size--sixteen-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--sixteen-px {
    font-size: 1.6em; }
  .richtext .size--sixteen-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--sixteen-px,
  .richtext .size--sixteen-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--sixteen-px {
    font-size: 1.6em; }
  .richtext .size--sixteen-px .family--tahoma,
  .richtext .family--tahoma .size--sixteen-px,
  .richtext .size--sixteen-px.family--tahoma,
  .richtext .family--tahoma.size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--sixteen-px {
    font-size: 1.6em; }
  .richtext .size--sixteen-px .family--arial,
  .richtext .family--arial .size--sixteen-px,
  .richtext .size--sixteen-px.family--arial,
  .richtext .family--arial.size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px .family--arial,
  .coral-RichText-editor .family--arial .size--sixteen-px,
  .coral-RichText-editor .size--sixteen-px.family--arial,
  .coral-RichText-editor .family--arial.size--sixteen-px {
    font-size: 1.6em; }
  .richtext .size--eighteen-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--eighteen-px,
  .richtext .size--eighteen-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--eighteen-px {
    font-size: 1.8em; }
  .richtext .size--eighteen-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--eighteen-px,
  .richtext .size--eighteen-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--eighteen-px {
    font-size: 1.8em; }
  .richtext .size--eighteen-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--eighteen-px,
  .richtext .size--eighteen-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--eighteen-px {
    font-size: 1.8em; }
  .richtext .size--eighteen-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--eighteen-px,
  .richtext .size--eighteen-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--eighteen-px {
    font-size: 1.8em; }
  .richtext .size--eighteen-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--eighteen-px,
  .richtext .size--eighteen-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--eighteen-px {
    font-size: 1.8em; }
  .richtext .size--eighteen-px .family--tahoma,
  .richtext .family--tahoma .size--eighteen-px,
  .richtext .size--eighteen-px.family--tahoma,
  .richtext .family--tahoma.size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--eighteen-px {
    font-size: 1.8em; }
  .richtext .size--eighteen-px .family--arial,
  .richtext .family--arial .size--eighteen-px,
  .richtext .size--eighteen-px.family--arial,
  .richtext .family--arial.size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px .family--arial,
  .coral-RichText-editor .family--arial .size--eighteen-px,
  .coral-RichText-editor .size--eighteen-px.family--arial,
  .coral-RichText-editor .family--arial.size--eighteen-px {
    font-size: 1.8em; }
  .richtext .size--twenty-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--twenty-px,
  .richtext .size--twenty-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--twenty-px,
  .coral-RichText-editor .size--twenty-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--twenty-px,
  .coral-RichText-editor .size--twenty-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--twenty-px {
    font-size: 2em; }
  .richtext .size--twenty-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--twenty-px,
  .richtext .size--twenty-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--twenty-px,
  .coral-RichText-editor .size--twenty-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--twenty-px,
  .coral-RichText-editor .size--twenty-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--twenty-px {
    font-size: 2em; }
  .richtext .size--twenty-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--twenty-px,
  .richtext .size--twenty-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--twenty-px,
  .coral-RichText-editor .size--twenty-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--twenty-px,
  .coral-RichText-editor .size--twenty-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--twenty-px {
    font-size: 2em; }
  .richtext .size--twenty-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--twenty-px,
  .richtext .size--twenty-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--twenty-px,
  .coral-RichText-editor .size--twenty-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--twenty-px,
  .coral-RichText-editor .size--twenty-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--twenty-px {
    font-size: 2em; }
  .richtext .size--twenty-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--twenty-px,
  .richtext .size--twenty-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--twenty-px,
  .coral-RichText-editor .size--twenty-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--twenty-px,
  .coral-RichText-editor .size--twenty-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--twenty-px {
    font-size: 2em; }
  .richtext .size--twenty-px .family--tahoma,
  .richtext .family--tahoma .size--twenty-px,
  .richtext .size--twenty-px.family--tahoma,
  .richtext .family--tahoma.size--twenty-px,
  .coral-RichText-editor .size--twenty-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--twenty-px,
  .coral-RichText-editor .size--twenty-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--twenty-px {
    font-size: 2em; }
  .richtext .size--twenty-px .family--arial,
  .richtext .family--arial .size--twenty-px,
  .richtext .size--twenty-px.family--arial,
  .richtext .family--arial.size--twenty-px,
  .coral-RichText-editor .size--twenty-px .family--arial,
  .coral-RichText-editor .family--arial .size--twenty-px,
  .coral-RichText-editor .size--twenty-px.family--arial,
  .coral-RichText-editor .family--arial.size--twenty-px {
    font-size: 2em; }
  .richtext .size--twenty-two-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--twenty-two-px,
  .richtext .size--twenty-two-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--twenty-two-px {
    font-size: 2.2em; }
  .richtext .size--twenty-two-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--twenty-two-px,
  .richtext .size--twenty-two-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--twenty-two-px {
    font-size: 2.2em; }
  .richtext .size--twenty-two-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--twenty-two-px,
  .richtext .size--twenty-two-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--twenty-two-px {
    font-size: 2.2em; }
  .richtext .size--twenty-two-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--twenty-two-px,
  .richtext .size--twenty-two-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--twenty-two-px {
    font-size: 2.2em; }
  .richtext .size--twenty-two-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--twenty-two-px,
  .richtext .size--twenty-two-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--twenty-two-px {
    font-size: 2.2em; }
  .richtext .size--twenty-two-px .family--tahoma,
  .richtext .family--tahoma .size--twenty-two-px,
  .richtext .size--twenty-two-px.family--tahoma,
  .richtext .family--tahoma.size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--twenty-two-px {
    font-size: 2.2em; }
  .richtext .size--twenty-two-px .family--arial,
  .richtext .family--arial .size--twenty-two-px,
  .richtext .size--twenty-two-px.family--arial,
  .richtext .family--arial.size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px .family--arial,
  .coral-RichText-editor .family--arial .size--twenty-two-px,
  .coral-RichText-editor .size--twenty-two-px.family--arial,
  .coral-RichText-editor .family--arial.size--twenty-two-px {
    font-size: 2.2em; }
  .richtext .size--twenty-three-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--twenty-three-px,
  .richtext .size--twenty-three-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--twenty-three-px {
    font-size: 2.3em; }
  .richtext .size--twenty-three-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--twenty-three-px,
  .richtext .size--twenty-three-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--twenty-three-px {
    font-size: 2.3em; }
  .richtext .size--twenty-three-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--twenty-three-px,
  .richtext .size--twenty-three-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--twenty-three-px {
    font-size: 2.3em; }
  .richtext .size--twenty-three-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--twenty-three-px,
  .richtext .size--twenty-three-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--twenty-three-px {
    font-size: 2.3em; }
  .richtext .size--twenty-three-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--twenty-three-px,
  .richtext .size--twenty-three-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--twenty-three-px {
    font-size: 2.3em; }
  .richtext .size--twenty-three-px .family--tahoma,
  .richtext .family--tahoma .size--twenty-three-px,
  .richtext .size--twenty-three-px.family--tahoma,
  .richtext .family--tahoma.size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--twenty-three-px {
    font-size: 2.3em; }
  .richtext .size--twenty-three-px .family--arial,
  .richtext .family--arial .size--twenty-three-px,
  .richtext .size--twenty-three-px.family--arial,
  .richtext .family--arial.size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px .family--arial,
  .coral-RichText-editor .family--arial .size--twenty-three-px,
  .coral-RichText-editor .size--twenty-three-px.family--arial,
  .coral-RichText-editor .family--arial.size--twenty-three-px {
    font-size: 2.3em; }
  .richtext .size--twenty-four-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--twenty-four-px,
  .richtext .size--twenty-four-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--twenty-four-px {
    font-size: 2.4em; }
  .richtext .size--twenty-four-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--twenty-four-px,
  .richtext .size--twenty-four-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--twenty-four-px {
    font-size: 2.4em; }
  .richtext .size--twenty-four-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--twenty-four-px,
  .richtext .size--twenty-four-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--twenty-four-px {
    font-size: 2.4em; }
  .richtext .size--twenty-four-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--twenty-four-px,
  .richtext .size--twenty-four-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--twenty-four-px {
    font-size: 2.4em; }
  .richtext .size--twenty-four-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--twenty-four-px,
  .richtext .size--twenty-four-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--twenty-four-px {
    font-size: 2.4em; }
  .richtext .size--twenty-four-px .family--tahoma,
  .richtext .family--tahoma .size--twenty-four-px,
  .richtext .size--twenty-four-px.family--tahoma,
  .richtext .family--tahoma.size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--twenty-four-px {
    font-size: 2.4em; }
  .richtext .size--twenty-four-px .family--arial,
  .richtext .family--arial .size--twenty-four-px,
  .richtext .size--twenty-four-px.family--arial,
  .richtext .family--arial.size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px .family--arial,
  .coral-RichText-editor .family--arial .size--twenty-four-px,
  .coral-RichText-editor .size--twenty-four-px.family--arial,
  .coral-RichText-editor .family--arial.size--twenty-four-px {
    font-size: 2.4em; }
  .richtext .size--twenty-six-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--twenty-six-px,
  .richtext .size--twenty-six-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--twenty-six-px {
    font-size: 2.6em; }
  .richtext .size--twenty-six-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--twenty-six-px,
  .richtext .size--twenty-six-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--twenty-six-px {
    font-size: 2.6em; }
  .richtext .size--twenty-six-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--twenty-six-px,
  .richtext .size--twenty-six-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--twenty-six-px {
    font-size: 2.6em; }
  .richtext .size--twenty-six-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--twenty-six-px,
  .richtext .size--twenty-six-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--twenty-six-px {
    font-size: 2.6em; }
  .richtext .size--twenty-six-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--twenty-six-px,
  .richtext .size--twenty-six-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--twenty-six-px {
    font-size: 2.6em; }
  .richtext .size--twenty-six-px .family--tahoma,
  .richtext .family--tahoma .size--twenty-six-px,
  .richtext .size--twenty-six-px.family--tahoma,
  .richtext .family--tahoma.size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--twenty-six-px {
    font-size: 2.6em; }
  .richtext .size--twenty-six-px .family--arial,
  .richtext .family--arial .size--twenty-six-px,
  .richtext .size--twenty-six-px.family--arial,
  .richtext .family--arial.size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px .family--arial,
  .coral-RichText-editor .family--arial .size--twenty-six-px,
  .coral-RichText-editor .size--twenty-six-px.family--arial,
  .coral-RichText-editor .family--arial.size--twenty-six-px {
    font-size: 2.6em; }
  .richtext .size--twenty-eight-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--twenty-eight-px,
  .richtext .size--twenty-eight-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--twenty-eight-px {
    font-size: 2.8em; }
  .richtext .size--twenty-eight-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--twenty-eight-px,
  .richtext .size--twenty-eight-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--twenty-eight-px {
    font-size: 2.8em; }
  .richtext .size--twenty-eight-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--twenty-eight-px,
  .richtext .size--twenty-eight-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--twenty-eight-px {
    font-size: 2.8em; }
  .richtext .size--twenty-eight-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--twenty-eight-px,
  .richtext .size--twenty-eight-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--twenty-eight-px {
    font-size: 2.8em; }
  .richtext .size--twenty-eight-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--twenty-eight-px,
  .richtext .size--twenty-eight-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--twenty-eight-px {
    font-size: 2.8em; }
  .richtext .size--twenty-eight-px .family--tahoma,
  .richtext .family--tahoma .size--twenty-eight-px,
  .richtext .size--twenty-eight-px.family--tahoma,
  .richtext .family--tahoma.size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--twenty-eight-px {
    font-size: 2.8em; }
  .richtext .size--twenty-eight-px .family--arial,
  .richtext .family--arial .size--twenty-eight-px,
  .richtext .size--twenty-eight-px.family--arial,
  .richtext .family--arial.size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px .family--arial,
  .coral-RichText-editor .family--arial .size--twenty-eight-px,
  .coral-RichText-editor .size--twenty-eight-px.family--arial,
  .coral-RichText-editor .family--arial.size--twenty-eight-px {
    font-size: 2.8em; }
  .richtext .size--thirty-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--thirty-px,
  .richtext .size--thirty-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--thirty-px,
  .coral-RichText-editor .size--thirty-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--thirty-px,
  .coral-RichText-editor .size--thirty-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--thirty-px {
    font-size: 3em; }
  .richtext .size--thirty-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--thirty-px,
  .richtext .size--thirty-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--thirty-px,
  .coral-RichText-editor .size--thirty-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--thirty-px,
  .coral-RichText-editor .size--thirty-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--thirty-px {
    font-size: 3em; }
  .richtext .size--thirty-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--thirty-px,
  .richtext .size--thirty-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--thirty-px,
  .coral-RichText-editor .size--thirty-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--thirty-px,
  .coral-RichText-editor .size--thirty-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--thirty-px {
    font-size: 3em; }
  .richtext .size--thirty-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--thirty-px,
  .richtext .size--thirty-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--thirty-px,
  .coral-RichText-editor .size--thirty-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--thirty-px,
  .coral-RichText-editor .size--thirty-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--thirty-px {
    font-size: 3em; }
  .richtext .size--thirty-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--thirty-px,
  .richtext .size--thirty-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--thirty-px,
  .coral-RichText-editor .size--thirty-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--thirty-px,
  .coral-RichText-editor .size--thirty-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--thirty-px {
    font-size: 3em; }
  .richtext .size--thirty-px .family--tahoma,
  .richtext .family--tahoma .size--thirty-px,
  .richtext .size--thirty-px.family--tahoma,
  .richtext .family--tahoma.size--thirty-px,
  .coral-RichText-editor .size--thirty-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--thirty-px,
  .coral-RichText-editor .size--thirty-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--thirty-px {
    font-size: 3em; }
  .richtext .size--thirty-px .family--arial,
  .richtext .family--arial .size--thirty-px,
  .richtext .size--thirty-px.family--arial,
  .richtext .family--arial.size--thirty-px,
  .coral-RichText-editor .size--thirty-px .family--arial,
  .coral-RichText-editor .family--arial .size--thirty-px,
  .coral-RichText-editor .size--thirty-px.family--arial,
  .coral-RichText-editor .family--arial.size--thirty-px {
    font-size: 3em; }
  .richtext .size--thirty-two-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--thirty-two-px,
  .richtext .size--thirty-two-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--thirty-two-px {
    font-size: 3.2em; }
  .richtext .size--thirty-two-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--thirty-two-px,
  .richtext .size--thirty-two-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--thirty-two-px {
    font-size: 3.2em; }
  .richtext .size--thirty-two-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--thirty-two-px,
  .richtext .size--thirty-two-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--thirty-two-px {
    font-size: 3.2em; }
  .richtext .size--thirty-two-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--thirty-two-px,
  .richtext .size--thirty-two-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--thirty-two-px {
    font-size: 3.2em; }
  .richtext .size--thirty-two-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--thirty-two-px,
  .richtext .size--thirty-two-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--thirty-two-px {
    font-size: 3.2em; }
  .richtext .size--thirty-two-px .family--tahoma,
  .richtext .family--tahoma .size--thirty-two-px,
  .richtext .size--thirty-two-px.family--tahoma,
  .richtext .family--tahoma.size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--thirty-two-px {
    font-size: 3.2em; }
  .richtext .size--thirty-two-px .family--arial,
  .richtext .family--arial .size--thirty-two-px,
  .richtext .size--thirty-two-px.family--arial,
  .richtext .family--arial.size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px .family--arial,
  .coral-RichText-editor .family--arial .size--thirty-two-px,
  .coral-RichText-editor .size--thirty-two-px.family--arial,
  .coral-RichText-editor .family--arial.size--thirty-two-px {
    font-size: 3.2em; }
  .richtext .size--thirty-six-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--thirty-six-px,
  .richtext .size--thirty-six-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--thirty-six-px {
    font-size: 3.6em; }
  .richtext .size--thirty-six-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--thirty-six-px,
  .richtext .size--thirty-six-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--thirty-six-px {
    font-size: 3.6em; }
  .richtext .size--thirty-six-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--thirty-six-px,
  .richtext .size--thirty-six-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--thirty-six-px {
    font-size: 3.6em; }
  .richtext .size--thirty-six-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--thirty-six-px,
  .richtext .size--thirty-six-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--thirty-six-px {
    font-size: 3.6em; }
  .richtext .size--thirty-six-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--thirty-six-px,
  .richtext .size--thirty-six-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--thirty-six-px {
    font-size: 3.6em; }
  .richtext .size--thirty-six-px .family--tahoma,
  .richtext .family--tahoma .size--thirty-six-px,
  .richtext .size--thirty-six-px.family--tahoma,
  .richtext .family--tahoma.size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--thirty-six-px {
    font-size: 3.6em; }
  .richtext .size--thirty-six-px .family--arial,
  .richtext .family--arial .size--thirty-six-px,
  .richtext .size--thirty-six-px.family--arial,
  .richtext .family--arial.size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px .family--arial,
  .coral-RichText-editor .family--arial .size--thirty-six-px,
  .coral-RichText-editor .size--thirty-six-px.family--arial,
  .coral-RichText-editor .family--arial.size--thirty-six-px {
    font-size: 3.6em; }
  .richtext .size--forty-eight-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--forty-eight-px,
  .richtext .size--forty-eight-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--forty-eight-px {
    font-size: 4.8em; }
  .richtext .size--forty-eight-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--forty-eight-px,
  .richtext .size--forty-eight-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--forty-eight-px {
    font-size: 4.8em; }
  .richtext .size--forty-eight-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--forty-eight-px,
  .richtext .size--forty-eight-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--forty-eight-px {
    font-size: 4.8em; }
  .richtext .size--forty-eight-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--forty-eight-px,
  .richtext .size--forty-eight-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--forty-eight-px {
    font-size: 4.8em; }
  .richtext .size--forty-eight-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--forty-eight-px,
  .richtext .size--forty-eight-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--forty-eight-px {
    font-size: 4.8em; }
  .richtext .size--forty-eight-px .family--tahoma,
  .richtext .family--tahoma .size--forty-eight-px,
  .richtext .size--forty-eight-px.family--tahoma,
  .richtext .family--tahoma.size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--forty-eight-px {
    font-size: 4.8em; }
  .richtext .size--forty-eight-px .family--arial,
  .richtext .family--arial .size--forty-eight-px,
  .richtext .size--forty-eight-px.family--arial,
  .richtext .family--arial.size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px .family--arial,
  .coral-RichText-editor .family--arial .size--forty-eight-px,
  .coral-RichText-editor .size--forty-eight-px.family--arial,
  .coral-RichText-editor .family--arial.size--forty-eight-px {
    font-size: 4.8em; }
  .richtext .size--sixty-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--sixty-px,
  .richtext .size--sixty-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--sixty-px,
  .coral-RichText-editor .size--sixty-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--sixty-px,
  .coral-RichText-editor .size--sixty-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--sixty-px {
    font-size: 6em; }
  .richtext .size--sixty-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--sixty-px,
  .richtext .size--sixty-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--sixty-px,
  .coral-RichText-editor .size--sixty-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--sixty-px,
  .coral-RichText-editor .size--sixty-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--sixty-px {
    font-size: 6em; }
  .richtext .size--sixty-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--sixty-px,
  .richtext .size--sixty-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--sixty-px,
  .coral-RichText-editor .size--sixty-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--sixty-px,
  .coral-RichText-editor .size--sixty-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--sixty-px {
    font-size: 6em; }
  .richtext .size--sixty-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--sixty-px,
  .richtext .size--sixty-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--sixty-px,
  .coral-RichText-editor .size--sixty-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--sixty-px,
  .coral-RichText-editor .size--sixty-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--sixty-px {
    font-size: 6em; }
  .richtext .size--sixty-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--sixty-px,
  .richtext .size--sixty-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--sixty-px,
  .coral-RichText-editor .size--sixty-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--sixty-px,
  .coral-RichText-editor .size--sixty-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--sixty-px {
    font-size: 6em; }
  .richtext .size--sixty-px .family--tahoma,
  .richtext .family--tahoma .size--sixty-px,
  .richtext .size--sixty-px.family--tahoma,
  .richtext .family--tahoma.size--sixty-px,
  .coral-RichText-editor .size--sixty-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--sixty-px,
  .coral-RichText-editor .size--sixty-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--sixty-px {
    font-size: 6em; }
  .richtext .size--sixty-px .family--arial,
  .richtext .family--arial .size--sixty-px,
  .richtext .size--sixty-px.family--arial,
  .richtext .family--arial.size--sixty-px,
  .coral-RichText-editor .size--sixty-px .family--arial,
  .coral-RichText-editor .family--arial .size--sixty-px,
  .coral-RichText-editor .size--sixty-px.family--arial,
  .coral-RichText-editor .family--arial.size--sixty-px {
    font-size: 6em; }
  .richtext .size--seventy-two-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--seventy-two-px,
  .richtext .size--seventy-two-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--seventy-two-px {
    font-size: 7.2em; }
  .richtext .size--seventy-two-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--seventy-two-px,
  .richtext .size--seventy-two-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--seventy-two-px {
    font-size: 7.2em; }
  .richtext .size--seventy-two-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--seventy-two-px,
  .richtext .size--seventy-two-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--seventy-two-px {
    font-size: 7.2em; }
  .richtext .size--seventy-two-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--seventy-two-px,
  .richtext .size--seventy-two-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--seventy-two-px {
    font-size: 7.2em; }
  .richtext .size--seventy-two-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--seventy-two-px,
  .richtext .size--seventy-two-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--seventy-two-px {
    font-size: 7.2em; }
  .richtext .size--seventy-two-px .family--tahoma,
  .richtext .family--tahoma .size--seventy-two-px,
  .richtext .size--seventy-two-px.family--tahoma,
  .richtext .family--tahoma.size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--seventy-two-px {
    font-size: 7.2em; }
  .richtext .size--seventy-two-px .family--arial,
  .richtext .family--arial .size--seventy-two-px,
  .richtext .size--seventy-two-px.family--arial,
  .richtext .family--arial.size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px .family--arial,
  .coral-RichText-editor .family--arial .size--seventy-two-px,
  .coral-RichText-editor .size--seventy-two-px.family--arial,
  .coral-RichText-editor .family--arial.size--seventy-two-px {
    font-size: 7.2em; }
  .richtext .size--eighty-four-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--eighty-four-px,
  .richtext .size--eighty-four-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--eighty-four-px {
    font-size: 8.4em; }
  .richtext .size--eighty-four-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--eighty-four-px,
  .richtext .size--eighty-four-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--eighty-four-px {
    font-size: 8.4em; }
  .richtext .size--eighty-four-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--eighty-four-px,
  .richtext .size--eighty-four-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--eighty-four-px {
    font-size: 8.4em; }
  .richtext .size--eighty-four-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--eighty-four-px,
  .richtext .size--eighty-four-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--eighty-four-px {
    font-size: 8.4em; }
  .richtext .size--eighty-four-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--eighty-four-px,
  .richtext .size--eighty-four-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--eighty-four-px {
    font-size: 8.4em; }
  .richtext .size--eighty-four-px .family--tahoma,
  .richtext .family--tahoma .size--eighty-four-px,
  .richtext .size--eighty-four-px.family--tahoma,
  .richtext .family--tahoma.size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--eighty-four-px {
    font-size: 8.4em; }
  .richtext .size--eighty-four-px .family--arial,
  .richtext .family--arial .size--eighty-four-px,
  .richtext .size--eighty-four-px.family--arial,
  .richtext .family--arial.size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px .family--arial,
  .coral-RichText-editor .family--arial .size--eighty-four-px,
  .coral-RichText-editor .size--eighty-four-px.family--arial,
  .coral-RichText-editor .family--arial.size--eighty-four-px {
    font-size: 8.4em; }
  .richtext .size--ninety-six-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--ninety-six-px,
  .richtext .size--ninety-six-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--ninety-six-px {
    font-size: 9.6em; }
  .richtext .size--ninety-six-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--ninety-six-px,
  .richtext .size--ninety-six-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--ninety-six-px {
    font-size: 9.6em; }
  .richtext .size--ninety-six-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--ninety-six-px,
  .richtext .size--ninety-six-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--ninety-six-px {
    font-size: 9.6em; }
  .richtext .size--ninety-six-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--ninety-six-px,
  .richtext .size--ninety-six-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--ninety-six-px {
    font-size: 9.6em; }
  .richtext .size--ninety-six-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--ninety-six-px,
  .richtext .size--ninety-six-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--ninety-six-px {
    font-size: 9.6em; }
  .richtext .size--ninety-six-px .family--tahoma,
  .richtext .family--tahoma .size--ninety-six-px,
  .richtext .size--ninety-six-px.family--tahoma,
  .richtext .family--tahoma.size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--ninety-six-px {
    font-size: 9.6em; }
  .richtext .size--ninety-six-px .family--arial,
  .richtext .family--arial .size--ninety-six-px,
  .richtext .size--ninety-six-px.family--arial,
  .richtext .family--arial.size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px .family--arial,
  .coral-RichText-editor .family--arial .size--ninety-six-px,
  .coral-RichText-editor .size--ninety-six-px.family--arial,
  .coral-RichText-editor .family--arial.size--ninety-six-px {
    font-size: 9.6em; }
  .richtext .size--one-hundred-eight-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--one-hundred-eight-px,
  .richtext .size--one-hundred-eight-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--one-hundred-eight-px {
    font-size: 10.8em; }
  .richtext .size--one-hundred-eight-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--one-hundred-eight-px,
  .richtext .size--one-hundred-eight-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--one-hundred-eight-px {
    font-size: 10.8em; }
  .richtext .size--one-hundred-eight-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--one-hundred-eight-px,
  .richtext .size--one-hundred-eight-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--one-hundred-eight-px {
    font-size: 10.8em; }
  .richtext .size--one-hundred-eight-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--one-hundred-eight-px,
  .richtext .size--one-hundred-eight-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--one-hundred-eight-px {
    font-size: 10.8em; }
  .richtext .size--one-hundred-eight-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--one-hundred-eight-px,
  .richtext .size--one-hundred-eight-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--one-hundred-eight-px {
    font-size: 10.8em; }
  .richtext .size--one-hundred-eight-px .family--tahoma,
  .richtext .family--tahoma .size--one-hundred-eight-px,
  .richtext .size--one-hundred-eight-px.family--tahoma,
  .richtext .family--tahoma.size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--one-hundred-eight-px {
    font-size: 10.8em; }
  .richtext .size--one-hundred-eight-px .family--arial,
  .richtext .family--arial .size--one-hundred-eight-px,
  .richtext .size--one-hundred-eight-px.family--arial,
  .richtext .family--arial.size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px .family--arial,
  .coral-RichText-editor .family--arial .size--one-hundred-eight-px,
  .coral-RichText-editor .size--one-hundred-eight-px.family--arial,
  .coral-RichText-editor .family--arial.size--one-hundred-eight-px {
    font-size: 10.8em; }
  .richtext .size--one-hundred-twenty-px .family--family--exp-serif,
  .richtext .family--family--exp-serif .size--one-hundred-twenty-px,
  .richtext .size--one-hundred-twenty-px.family--family--exp-serif,
  .richtext .family--family--exp-serif.size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px .family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif .size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px.family--family--exp-serif,
  .coral-RichText-editor .family--family--exp-serif.size--one-hundred-twenty-px {
    font-size: 12em; }
  .richtext .size--one-hundred-twenty-px .family--family--exp-sans,
  .richtext .family--family--exp-sans .size--one-hundred-twenty-px,
  .richtext .size--one-hundred-twenty-px.family--family--exp-sans,
  .richtext .family--family--exp-sans.size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px .family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans .size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px.family--family--exp-sans,
  .coral-RichText-editor .family--family--exp-sans.size--one-hundred-twenty-px {
    font-size: 12em; }
  .richtext .size--one-hundred-twenty-px .family--family--exp-light,
  .richtext .family--family--exp-light .size--one-hundred-twenty-px,
  .richtext .size--one-hundred-twenty-px.family--family--exp-light,
  .richtext .family--family--exp-light.size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px .family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light .size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px.family--family--exp-light,
  .coral-RichText-editor .family--family--exp-light.size--one-hundred-twenty-px {
    font-size: 12em; }
  .richtext .size--one-hundred-twenty-px .family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight .size--one-hundred-twenty-px,
  .richtext .size--one-hundred-twenty-px.family--family--exp-ultralight,
  .richtext .family--family--exp-ultralight.size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px .family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight .size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px.family--family--exp-ultralight,
  .coral-RichText-editor .family--family--exp-ultralight.size--one-hundred-twenty-px {
    font-size: 12em; }
  .richtext .size--one-hundred-twenty-px .family--family--exp-cond,
  .richtext .family--family--exp-cond .size--one-hundred-twenty-px,
  .richtext .size--one-hundred-twenty-px.family--family--exp-cond,
  .richtext .family--family--exp-cond.size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px .family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond .size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px.family--family--exp-cond,
  .coral-RichText-editor .family--family--exp-cond.size--one-hundred-twenty-px {
    font-size: 12em; }
  .richtext .size--one-hundred-twenty-px .family--tahoma,
  .richtext .family--tahoma .size--one-hundred-twenty-px,
  .richtext .size--one-hundred-twenty-px.family--tahoma,
  .richtext .family--tahoma.size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px .family--tahoma,
  .coral-RichText-editor .family--tahoma .size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px.family--tahoma,
  .coral-RichText-editor .family--tahoma.size--one-hundred-twenty-px {
    font-size: 12em; }
  .richtext .size--one-hundred-twenty-px .family--arial,
  .richtext .family--arial .size--one-hundred-twenty-px,
  .richtext .size--one-hundred-twenty-px.family--arial,
  .richtext .family--arial.size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px .family--arial,
  .coral-RichText-editor .family--arial .size--one-hundred-twenty-px,
  .coral-RichText-editor .size--one-hundred-twenty-px.family--arial,
  .coral-RichText-editor .family--arial.size--one-hundred-twenty-px {
    font-size: 12em; }
  .richtext .family--exp-serif,
  .coral-RichText-editor .family--exp-serif {
    font-family: "express-serif", "Didot", "Didot LT STD", "Old Standard TT", "Times New Roman", serif; }
  .richtext .family--exp-sans,
  .coral-RichText-editor .family--exp-sans {
    font-family: "express", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .richtext .family--exp-light,
  .coral-RichText-editor .family--exp-light {
    font-family: "exp-light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .richtext .family--exp-ultralight,
  .coral-RichText-editor .family--exp-ultralight {
    font-family: "exp-ultralight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .richtext .family--exp-cond,
  .coral-RichText-editor .family--exp-cond {
    font-family: "express-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .richtext ul,
  .coral-RichText-editor ul {
    line-height: 2.5rem;
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 1rem; }
  .richtext ol,
  .coral-RichText-editor ol {
    line-height: 2.5rem;
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 1rem; }
  .richtext a,
  .coral-RichText-editor a {
    color: inherit;
    text-decoration: underline; }

.text-main-inner {
  line-height: .7; }

.template-singleColumn > div > .richtext {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .template-singleColumn > div > .richtext {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .template-singleColumn > div > .richtext {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .template-singleColumn > div > .richtext {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }

.editbannercomponent .editContainerWrapper.banner-background-black {
  background-color: #000;
  color: #FFF; }
.editbannercomponent .editContainerWrapper.banner-background-white {
  background-color: #FFF;
  color: #000; }
.editbannercomponent .editContainerWrapper .editContainerWrapperCentered {
  margin: 0 auto;
  /* Author mode styles */ }
@media (min-width: 768px) and (max-width: 999px) {
  .editbannercomponent .editContainerWrapper .editContainerWrapperCentered {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .editbannercomponent .editContainerWrapper .editContainerWrapperCentered {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .editbannercomponent .editContainerWrapper .editContainerWrapperCentered {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer {
    background-position: 5% 50%;
    background-repeat: no-repeat;
    background-size: 9rem;
    height: auto;
    padding: 1rem 0 1rem 15%; }
    .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer.no-logo {
      padding-left: 0; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer.no-logo .theEdit .flickity-prev-next-button.previous {
        left: 1rem; }
    .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent {
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s;
      margin: 0;
      opacity: 0;
      padding: 0;
      width: 30%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .imageHolder {
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        float: left;
        height: 13.9rem;
        width: 60%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .imageHolder.videoOverlay:after {
        background: transparent url(/etc/designs/express/images/video-overlay.png) no-repeat center;
        background-size: 3.5rem 3.5rem;
        content: "";
        height: 3.5rem;
        left: 24.6%;
        pointer-events: none;
        position: absolute;
        top: 38.5%;
        width: 3.5rem;
        z-index: 100; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .copy {
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 0 1.3rem;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40%; }
        .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .copy .calltoaction {
          font-size: 1.6rem;
          line-height: 1;
          text-align: left; }
          @media (max-width: 1000px) {
            .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .copy .calltoaction {
              font-size: 1.4rem; } }
          .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .copy .calltoaction .btn-plaintext {
            color: inherit;
            font-size: inherit;
            line-height: inherit;
            margin-bottom: 0;
            margin-left: 0;
            text-align: inherit; }
            .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .copy .calltoaction .btn-plaintext::after {
              border-left-color: inherit; }
    .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .priority {
      width: 60%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .priority .imageHolder {
        width: 75%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .priority .imageHolder.videoOverlay::after {
        left: 35.2%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .priority .copy {
        width: 25%; }
    .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .flickity-prev-next-button {
      -webkit-transition: opacity 0.15s ease-in-out;
      -moz-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      opacity: 0; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .flickity-prev-next-button.previous {
        left: -17%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .flickity-prev-next-button.next {
        right: 1rem; }
    .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer:hover .theEdit .flickity-prev-next-button {
      opacity: 1; }
  @media (max-width: 1280px) {
    .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer {
      background-position: 4.5%;
      background-size: 8rem; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .imageHolder {
        height: 12rem; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .imageHolder.videoOverlay::after {
        top: 35%;
        left: 23.5%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .priority .imageHolder.videoOverlay::after {
        left: 34.5%;
        top: 35.5%; } }
  @media (max-width: 1000px) {
    .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer {
      background-position: 4%;
      background-size: 7rem; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .imageHolder {
        height: 10rem;
        width: 50%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .imageHolder.videoOverlay::after {
        left: 18%;
        top: 33%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .copy {
        width: 50%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .priority .imageHolder {
        width: 75%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .priority .imageHolder.videoOverlay::after {
        left: 34%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .priority .copy {
        width: 25%; } }
  @media (max-width: 768px) {
    .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer {
      background-position: 2rem 50%;
      background-size: 6.5rem;
      padding-left: 10rem; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent {
        width: 22rem; }
        .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .imageHolder {
          height: 10rem; }
        .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .editbanneritemcomponent .imageHolder.videoOverlay::after {
          left: 16%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .priority {
        width: 22rem; }
        .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .priority .imageHolder {
          width: 50%; }
        .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer .theEdit .priority .copy {
          width: 50%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer:hover .theEdit .flickity-prev-next-button {
        display: none; } }
  .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer.is-authorMode {
    background-size: 11rem;
    background-position: 3% 3rem; }
    .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer.is-authorMode .theEdit {
      min-height: 19.5rem; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer.is-authorMode .theEdit .editbanneritemcomponent {
        display: inline-block;
        height: auto;
        max-width: 100%;
        opacity: 1;
        padding: 0;
        position: relative;
        width: 32rem; }
        .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer.is-authorMode .theEdit .editbanneritemcomponent .imageHolder {
          height: 15rem; }
        .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer.is-authorMode .theEdit .editbanneritemcomponent .copy {
          display: inline-block;
          float: right;
          height: auto;
          position: absolute;
          top: 50%; }
      .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer.is-authorMode .theEdit .priority {
        width: 64rem; }
        .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer.is-authorMode .theEdit .priority .imageHolder {
          width: 80%; }
        .editbannercomponent .editContainerWrapper .editContainerWrapperCentered .editContainer.is-authorMode .theEdit .priority .copy {
          width: 20%; }

.is-authorMode.reference-list {
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-left: 4rem;
  padding-right: 4rem;
  background: #dadada; }
  .is-authorMode.reference-list .new.section {
    background: #ffffff; }

.is-authorMode.reference {
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-left: 4rem;
  padding-right: 4rem;
  background: #efefef; }
  .is-authorMode.reference .new.section {
    background: #FFF; }
  .is-authorMode.reference .cq-placeholder {
    background: rgba(255, 255, 255, 0.5); }
  .is-authorMode.reference > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .is-authorMode.reference > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .is-authorMode.reference > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }

div[class^="container-tile-"] ~ .container-categories .ourfavoriteloremscomponent,
div[class*=" container-tile-"] ~ .container-categories .ourfavoriteloremscomponent {
  margin-bottom: -.3rem;
  margin-top: -.3rem; }

.ourfavoriteloremscomponent {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .ourfavoriteloremscomponent a {
    display: block; }
    .ourfavoriteloremscomponent a:hover {
      text-decoration: none; }
  .ourfavoriteloremscomponent .wrapper-favorite {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 767px) {
      .ourfavoriteloremscomponent .wrapper-favorite {
        background-image: none !important; } }
    .ourfavoriteloremscomponent .wrapper-favorite.color-white {
      background-color: #000;
      color: #FFF; }
      .ourfavoriteloremscomponent .wrapper-favorite.color-white a,
      .ourfavoriteloremscomponent .wrapper-favorite.color-white .btn {
        color: #FFF; }
      .ourfavoriteloremscomponent .wrapper-favorite.color-white .btn:before,
      .ourfavoriteloremscomponent .wrapper-favorite.color-white .btn:after {
        border-left-color: #FFF; }
      .ourfavoriteloremscomponent .wrapper-favorite.color-white .item {
        border-top-color: #FFF; }
        .ourfavoriteloremscomponent .wrapper-favorite.color-white .item:last-of-type {
          border-bottom-color: #FFF; }
      @media (min-width: 768px) {
        .ourfavoriteloremscomponent .wrapper-favorite.color-white {
          background-color: #FFF;
          color: #000; }
          .ourfavoriteloremscomponent .wrapper-favorite.color-white a,
          .ourfavoriteloremscomponent .wrapper-favorite.color-white .btn {
            color: #000; }
          .ourfavoriteloremscomponent .wrapper-favorite.color-white .btn:before,
          .ourfavoriteloremscomponent .wrapper-favorite.color-white .btn:after {
            border-left-color: #000; }
          .ourfavoriteloremscomponent .wrapper-favorite.color-white .item {
            border-top-color: #000; } }
    .ourfavoriteloremscomponent .wrapper-favorite.color-black {
      background-color: #FFF;
      color: #000; }
      .ourfavoriteloremscomponent .wrapper-favorite.color-black a,
      .ourfavoriteloremscomponent .wrapper-favorite.color-black .btn {
        color: #000; }
      .ourfavoriteloremscomponent .wrapper-favorite.color-black .btn:before,
      .ourfavoriteloremscomponent .wrapper-favorite.color-black .btn:after {
        border-left-color: #000; }
      .ourfavoriteloremscomponent .wrapper-favorite.color-black .item {
        border-top-color: #000; }
        .ourfavoriteloremscomponent .wrapper-favorite.color-black .item:last-of-type {
          border-bottom-color: #000; }
      @media (min-width: 768px) {
        .ourfavoriteloremscomponent .wrapper-favorite.color-black {
          background-color: #000;
          color: #FFF; }
          .ourfavoriteloremscomponent .wrapper-favorite.color-black a,
          .ourfavoriteloremscomponent .wrapper-favorite.color-black .btn {
            color: #FFF; }
          .ourfavoriteloremscomponent .wrapper-favorite.color-black .btn:before,
          .ourfavoriteloremscomponent .wrapper-favorite.color-black .btn:after {
            border-left-color: #FFF; }
          .ourfavoriteloremscomponent .wrapper-favorite.color-black .item {
            border-top-color: #FFF; } }
    .ourfavoriteloremscomponent .wrapper-favorite .favorite-header {
      display: none; }
    .ourfavoriteloremscomponent .wrapper-favorite .container-favorite::after {
      clear: both;
      content: "";
      display: table; }
    .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item:not(:first-child) {
      border-top-style: solid;
      border-top-width: .1rem; }
    .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .container-image {
      display: none; }
    .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .calltoaction {
      display: block;
      font-weight: bold; }
      .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .calltoaction .btn {
        display: block;
        padding: 2.2rem 4rem 1rem 2rem;
        position: relative;
        text-align: left; }
        .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .calltoaction .btn:before {
          border-bottom: .6rem solid transparent;
          border-top: .6rem solid transparent;
          border-left-width: .6rem;
          border-left-style: solid;
          content: "";
          display: block;
          height: 0;
          position: absolute;
          right: 2.8rem;
          top: 2rem;
          width: 0; }
        .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .calltoaction .btn:after {
          display: none !important; }
  .ourfavoriteloremscomponent:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 768px) {
    .ourfavoriteloremscomponent .wrapper-favorite {
      padding: 2rem 7rem; }
      .ourfavoriteloremscomponent .wrapper-favorite .favorite-header {
        display: block;
        margin-bottom: 1.8rem; }
      .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item {
        border-top-width: 0;
        float: left;
        padding: 0 .4rem;
        position: relative;
        width: 25%; }
        .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item:not(:first-child) {
          border-top: none; }
        .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .container-image {
          display: block;
          height: 0;
          overflow: hidden;
          padding-bottom: 69.4%;
          margin-bottom: 12.33%; } }
      @media (min-width: 768px) and (max-width: 1000px) {
        .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .container-image {
          padding-bottom: 70.4%; } }
  @media (min-width: 768px) {
          .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .container-image img {
            width: 100%; }
        .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .calltoaction {
          font-size: 1.4rem;
          height: 0;
          padding-bottom: 5%;
          position: absolute;
          top: 90%;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 1000px) {
        .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .calltoaction {
          font-size: 1.2rem; } }
  @media (min-width: 768px) {
          .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .calltoaction .btn {
            margin: 0;
            min-height: 0;
            padding: 0 0.8rem 0 0;
            text-align: center; }
            .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .calltoaction .btn:before {
              display: none; }
            .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item .calltoaction .btn:after {
              display: inline-block !important; }
        .ourfavoriteloremscomponent .wrapper-favorite .container-favorite .item:last-of-type {
          border-bottom-width: 0; }
      .ourfavoriteloremscomponent .wrapper-favorite .container-favorite.three-column .item {
        width: 33.33%; }
        .ourfavoriteloremscomponent .wrapper-favorite .container-favorite.three-column .item .container-image {
          margin-bottom: 9.179%; }
        .ourfavoriteloremscomponent .wrapper-favorite .container-favorite.three-column .item .calltoaction {
          top: 92%; }
      .ourfavoriteloremscomponent .wrapper-favorite .container-favorite.three-column .item-7,
      .ourfavoriteloremscomponent .wrapper-favorite .container-favorite.three-column .item-8 {
        display: none; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left .item-1 {
        float: left;
        padding-left: 0;
        width: 50%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-left .item-1 .container-image {
          margin-bottom: 6.03%;
          padding-bottom: 74%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-left .item-1 .calltoaction {
          top: 95%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left .item-2,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left .item-4 {
        float: left;
        width: 25%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left .item-3,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left .item-5 {
        float: right;
        width: 25%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left .item-6,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left .item-7,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left .item-8 {
        display: none; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left.three-column .item-1 {
        width: 66.66%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-left.three-column .item-1 .container-image {
          margin-bottom: 4.515%;
          padding-bottom: 72.9%; } }
      @media (min-width: 768px) and (max-width: 1000px) {
        .ourfavoriteloremscomponent .wrapper-favorite .priority-left.three-column .item-1 .container-image {
          padding-bottom: 73.5%; } }
  @media (min-width: 768px) {
        .ourfavoriteloremscomponent .wrapper-favorite .priority-left.three-column .item-1 .calltoaction {
          top: 95.7%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left.three-column .item-2,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left.three-column .item-3 {
        width: 33.33%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left.three-column .item-4,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-left.three-column .item-5 {
        display: none; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right .item-1 {
        float: right;
        padding-right: 0;
        width: 50%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-right .item-1 .container-image {
          margin-bottom: 6.03%;
          padding-bottom: 74%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-right .item-1 .calltoaction {
          top: 95%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right .item-2,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right .item-3,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right .item-4,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right .item-5 {
        float: left;
        width: 25%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right .item-6,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right .item-7,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right .item-8 {
        display: none; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right.three-column .item-1 {
        width: 66.66%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-right.three-column .item-1 .container-image {
          margin-bottom: 4.515%;
          padding-bottom: 72.9%; } }
      @media (min-width: 768px) and (max-width: 1000px) {
        .ourfavoriteloremscomponent .wrapper-favorite .priority-right.three-column .item-1 .container-image {
          padding-bottom: 73.5%; } }
  @media (min-width: 768px) {
        .ourfavoriteloremscomponent .wrapper-favorite .priority-right.three-column .item-1 .calltoaction {
          top: 95.7%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right.three-column .item-2,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right.three-column .item-3 {
        width: 33.33%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right.three-column .item-4,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-right.three-column .item-5 {
        display: none; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-1 {
        float: left;
        margin-left: 25.19084%;
        margin-right: -100%;
        left: -.2rem;
        position: relative;
        width: 50%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-1 .container-image {
          margin-bottom: 6.03%;
          padding-bottom: 74%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-1 .calltoaction {
          top: 95%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-2 {
        float: left;
        width: 25%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-3 {
        float: right;
        width: 25%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-4 {
        clear: left;
        float: left;
        margin-top: -19.7%;
        width: 25%; } }
    @media (min-width: 768px) and (max-width: 1000px) {
      .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-4 {
        margin-top: -19.4%; } }
  @media (min-width: 768px) {
        .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-4 .container-image {
          padding-bottom: 68.934%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-5 {
        clear: right;
        float: right;
        margin-top: -19.7%;
        width: 25%; } }
    @media (min-width: 768px) and (max-width: 1000px) {
      .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-5 {
        margin-top: -19.4%; } }
  @media (min-width: 768px) {
        .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-5 .container-image {
          padding-bottom: 68.934%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-6,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-7,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-center:not(.three-column) .item-8 {
        display: none; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-1 {
        float: left;
        width: 50%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-1 .container-image {
          margin-bottom: 6.03%;
          padding-bottom: 74%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-1 .calltoaction {
          top: 95%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-2 {
        float: right;
        width: 50%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-2 .container-image {
          margin-bottom: 6.03%;
          padding-bottom: 74%; }
        .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-2 .calltoaction {
          top: 95%; }
      .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-3,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-4,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-5,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-6,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-7,
      .ourfavoriteloremscomponent .wrapper-favorite .priority-double:not(.three-column) .item-8 {
        display: none; } }

.template-singleColumn > div > .ourfavoriteloremscomponent {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .template-singleColumn > div > .ourfavoriteloremscomponent {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .template-singleColumn > div > .ourfavoriteloremscomponent {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .template-singleColumn > div > .ourfavoriteloremscomponent {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }

.currentlytrendingcomponent {
  margin: 0 auto;
  text-align: center; }
@media (min-width: 768px) and (max-width: 999px) {
  .currentlytrendingcomponent {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .currentlytrendingcomponent {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .currentlytrendingcomponent {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .currentlytrendingcomponent .currently-trending-wrapper {
    background-color: whitesmoke;
    padding-top: 2rem; }
    .currentlytrendingcomponent .currently-trending-wrapper .currently-trending-items {
      height: 45.425rem;
      margin: 0 auto;
      overflow: hidden;
      width: 80%; }
      .currentlytrendingcomponent .currently-trending-wrapper .currently-trending-items .cur-item {
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        transition: opacity 0.5s;
        display: block;
        height: auto;
        opacity: 0;
        padding: 2rem;
        text-decoration: none;
        width: 25%; }
        .currentlytrendingcomponent .currently-trending-wrapper .currently-trending-items .cur-item .cur-desc {
          color: #000;
          font-family: "exp-bold", Arial;
          font-size: 1.1rem;
          line-height: 1.3rem;
          padding: 1.1rem;
          text-transform: capitalize; }
      @media (max-width: 1000px) {
        .currentlytrendingcomponent .currently-trending-wrapper .currently-trending-items {
          height: 36.5rem; }
          .currentlytrendingcomponent .currently-trending-wrapper .currently-trending-items .cur-item {
            padding: .5rem; } }
      @media (max-width: 767px) {
        .currentlytrendingcomponent .currently-trending-wrapper .currently-trending-items {
          height: 62.5rem;
          width: 100%; }
          .currentlytrendingcomponent .currently-trending-wrapper .currently-trending-items .cur-item {
            width: 47%; } }
    .currentlytrendingcomponent .currently-trending-wrapper .currently-trending-title-wrapper p {
      margin-bottom: 0; }
    .currentlytrendingcomponent .currently-trending-wrapper .currently-trending-title-wrapper a {
      background: url("/etc/designs/express/images/store-locator-icon.png") 100% 0 no-repeat;
      background-size: 1.1rem;
      color: #000;
      display: inline-block;
      font-family: "exp-bold", Arial;
      font-size: 1.2rem;
      line-height: 1.5rem;
      padding-right: 1.8rem;
      text-decoration: none;
      text-transform: uppercase; }

.curalatecomponent {
  margin: 0 auto;
  /* these should match the calltoaction.scss styles */ }
@media (min-width: 768px) and (max-width: 999px) {
  .curalatecomponent {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .curalatecomponent {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .curalatecomponent {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .curalatecomponent #curalate-header-buttons {
    padding-top: 0; }
  .curalatecomponent #curalate-modal {
    font-family: "express", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .curalatecomponent #curalate-modal h3 {
      font-family: "express", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal; }
  .curalatecomponent #curalate-header #curalate-upload-photos,
  .curalatecomponent #curalate-footer #curalate-upload-photos,
  .curalatecomponent #curalate-header #curalate-header-view,
  .curalatecomponent #curalate-footer #curalate-footer-view {
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    display: inline-block;
    font-family: "express-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    height: auto;
    letter-spacing: normal;
    line-height: 1;
    min-width: 12rem;
    min-height: 3.4rem;
    padding: 1rem .5rem .6rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .curalatecomponent #curalate-header #curalate-upload-photos,
      .curalatecomponent #curalate-footer #curalate-upload-photos,
      .curalatecomponent #curalate-header #curalate-header-view,
      .curalatecomponent #curalate-footer #curalate-footer-view {
        font-size: 1.8rem;
        min-width: 16rem; } }
  .curalatecomponent #curalate-header #curalate-upload-photos,
  .curalatecomponent #curalate-footer #curalate-upload-photos {
    background: #000;
    border: .2rem solid transparent;
    color: #FFF; }
  .curalatecomponent #curalate-header #curalate-header-view,
  .curalatecomponent #curalate-footer #curalate-footer-view {
    padding-right: .4rem; }
    .curalatecomponent #curalate-header #curalate-header-view:after,
    .curalatecomponent #curalate-footer #curalate-footer-view:after {
      border-bottom: .4rem solid transparent;
      border-top: .4rem solid transparent;
      border-left: 0.4rem solid #000;
      content: "";
      display: inline-block;
      height: 0;
      left: .4rem;
      position: relative;
      top: -.2rem;
      vertical-align: middle;
      width: 0; }
      @media (min-width: 768px) {
        .curalatecomponent #curalate-header #curalate-header-view:after,
        .curalatecomponent #curalate-footer #curalate-footer-view:after {
          top: -.4rem; } }
    @media (min-width: 768px) {
      .curalatecomponent #curalate-header #curalate-header-view,
      .curalatecomponent #curalate-footer #curalate-footer-view {
        font-size: 1.8rem; } }
  .curalatecomponent #curalate-header h3 {
    letter-spacing: 0; }
  .curalatecomponent .gallery {
    padding-left: 0;
    padding-right: 0;
    /*
     breaking the laws by not using predefined breakpoint variables because
     curalate has an intermediate breakpoint between $bp2 and $bp3
    */ }
    @media (max-width: 480px) {
      .curalatecomponent .gallery {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 768px) {
      .curalatecomponent .gallery {
        width: 66.5rem; } }
    @media (min-width: 1000px) {
      .curalatecomponent .gallery {
        width: 90rem; } }
    @media (min-width: 1280px) {
      .curalatecomponent .gallery {
        width: 113.5rem; } }
    .curalatecomponent .gallery #curalate-header #curalate-upload-photos {
      padding-right: .4rem; }
      .curalatecomponent .gallery #curalate-header #curalate-upload-photos:after {
        border-bottom: .4rem solid transparent;
        border-top: .4rem solid transparent;
        border-left: 0.4rem solid #FFF;
        content: "";
        display: inline-block;
        height: 0;
        left: .4rem;
        position: relative;
        top: -.2rem;
        vertical-align: middle;
        width: 0; }
        @media (min-width: 768px) {
          .curalatecomponent .gallery #curalate-header #curalate-upload-photos:after {
            top: -.4rem; } }
      @media (min-width: 768px) {
        .curalatecomponent .gallery #curalate-header #curalate-upload-photos {
          font-size: 1.8rem; } }

.storiesoverviewcomponent {
  margin: 0 auto;
  color: #000; }
@media (min-width: 768px) and (max-width: 999px) {
  .storiesoverviewcomponent {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .storiesoverviewcomponent {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .storiesoverviewcomponent {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .storiesoverviewcomponent::after {
    clear: both;
    content: "";
    display: table; }
  .storiesoverviewcomponent:last-child:after {
    display: none !important; }
  .storiesoverviewcomponent:after {
    background-color: #d6d6d6;
    clear: both;
    content: '';
    display: block;
    height: .1rem;
    margin-bottom: 1.5rem;
    margin-left: -1%;
    margin-top: 1.5rem;
    width: 102%; }
  .storiesoverviewcomponent .overview-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .storiesoverviewcomponent .overview-wrapper a {
    color: inherit; }
  .storiesoverviewcomponent .overview-wrapper .common-link {
    text-decoration: none; }
  .storiesoverviewcomponent .overview-wrapper .story-title {
    margin: 0; }
  .storiesoverviewcomponent .overview-wrapper .story-rte {
    margin: 0 auto; }
    .storiesoverviewcomponent .overview-wrapper .story-rte .richtext {
      line-height: 1.4; }
  .storiesoverviewcomponent .overview-wrapper .cq-placeholder {
    height: 4.8rem;
    margin: 0 auto;
    width: 80%; }
  .storiesoverviewcomponent .overview-wrapper .container-story-highlighted::after {
    clear: both;
    content: "";
    display: table; }
  .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper .title-wrapper {
    text-align: center; }
    .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper .title-wrapper .title-container {
      -webkit-transition: margin-top 0.5s;
      -moz-transition: margin-top 0.5s;
      transition: margin-top 0.5s;
      display: inline-block;
      max-width: 72.8rem;
      min-width: 40rem;
      position: relative; }
      @media (max-width: 768px) {
        .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper .title-wrapper .title-container {
          margin-top: 0 !important;
          min-width: 0; }
          .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper .title-wrapper .title-container .story-title {
            font-size: 4rem; } }
      .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper .title-wrapper .title-container .featured-text {
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        transition: opacity 0.5s;
        opacity: 0; }
        .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper .title-wrapper .title-container .featured-text .richtext {
          padding: 2rem 2rem 0;
          width: 100%; }
          .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper .title-wrapper .title-container .featured-text .richtext p:last-of-type {
            margin-bottom: 0; }
      .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper .title-wrapper .title-container .common-link {
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        transition: opacity 0.5s;
        opacity: 0; }
        .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper .title-wrapper .title-container .common-link .story-title {
          font-family: "express-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 6rem;
          font-weight: 500;
          line-height: 1;
          opacity: inherit;
          padding: 0 2rem 1.5rem; }
  .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper.background-white {
    background-color: #FFF;
    color: #000; }
    .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper.background-white .title-wrapper .title-container {
      background-color: #FFF; }
  .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper.background-black {
    background-color: #000;
    color: #FFF; }
    .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .product-text-wrapper.background-black .title-wrapper .title-container {
      background-color: #000; }
  .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .story-rte {
    width: 80%; }
  .storiesoverviewcomponent .overview-wrapper .container-story-highlighted .story-shop-button {
    margin-top: -1.5rem; }
  .storiesoverviewcomponent .overview-wrapper .container-story-highlighted hr {
    margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .storiesoverviewcomponent .overview-wrapper .container-story-standard {
      width: 49.61832%;
      float: right;
      margin-right: 0;
      padding: 1rem 0 1rem .4rem; }
      .storiesoverviewcomponent .overview-wrapper .container-story-standard:nth-child(2n + 2) {
        width: 49.61832%;
        float: left;
        clear: both;
        padding: 1rem .4rem 1rem 0; } }
  .storiesoverviewcomponent .overview-wrapper .container-story-standard .story-title {
    font-family: "exp-medium", Arial;
    font-size: 2.2rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    text-align: center; }
  .storiesoverviewcomponent .overview-wrapper .container-story-standard .story-heroimage {
    width: 100%; }
    .storiesoverviewcomponent .overview-wrapper .container-story-standard .story-heroimage .image-container {
      background-position: 50% 0;
      background-size: cover;
      height: 0;
      overflow: hidden;
      padding-bottom: 31.99%;
      width: 100%; }
      @media (max-width: 768px) {
        .storiesoverviewcomponent .overview-wrapper .container-story-standard .story-heroimage .image-container {
          padding-bottom: 80%; } }
  .storiesoverviewcomponent .overview-wrapper .container-story-standard .story-rte {
    max-width: 36rem; }
  .storiesoverviewcomponent .overview-wrapper .container-story-standard .richtext {
    max-width: 36rem;
    font-size: 1.4rem; }
  @media (max-width: 767px) {
    .storiesoverviewcomponent .overview-wrapper .container-story-standard .product-carousel-product-photos {
      height: auto; }
      .storiesoverviewcomponent .overview-wrapper .container-story-standard .product-carousel-product-photos .product-photo-item {
        padding-left: 0.91603%;
        padding-right: 0.91603%; }
        .storiesoverviewcomponent .overview-wrapper .container-story-standard .product-carousel-product-photos .product-photo-item img {
          height: auto;
          max-height: 15.8rem; } }
  .storiesoverviewcomponent .overview-wrapper .cta {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }

@media (min-width: 768px) {
  .fourfourfourcomponentlayout {
    margin-bottom: .3rem !important;
    position: relative; }
    .fourfourfourcomponentlayout:after {
      background: #FFF;
      bottom: 0;
      content: '';
      left: 0;
      height: .5rem;
      position: absolute;
      width: 100%; } }
@media (min-width: 768px) {
  .fourfourfourcomponentlayout .row {
    display: table;
    width: 100%; } }
@media (max-width: 768px) {
  .fourfourfourcomponentlayout .row {
    display: block; } }
.fourfourfourcomponentlayout .container-tile {
  padding: 0 .4rem;
  position: relative; }
  .fourfourfourcomponentlayout .container-tile > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .fourfourfourcomponentlayout .container-tile > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .fourfourfourcomponentlayout .container-tile > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  @media (min-width: 768px) {
    .fourfourfourcomponentlayout .container-tile {
      display: table-cell;
      height: 100%;
      width: 33.33333%; }
      .fourfourfourcomponentlayout .container-tile:first-child {
        padding-left: 0; }
      .fourfourfourcomponentlayout .container-tile:last-child {
        padding-right: 0; }
      .fourfourfourcomponentlayout .container-tile:nth-of-type(2) .shopthislookcomponent .container-drawer-close {
        margin-right: .4rem; }
      .fourfourfourcomponentlayout .container-tile:nth-of-type(2) .shopthislookcomponent .container-product-cards.flickity-enabled {
        margin-right: .8rem; } }
  @media (max-width: 768px) {
    .fourfourfourcomponentlayout .container-tile {
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s;
      display: table;
      opacity: 0;
      width: 66%; }
      .fourfourfourcomponentlayout .container-tile .shopthislookcomponent {
        display: table-cell; }
      .fourfourfourcomponentlayout .container-tile.vertical-top .shopthislookcomponent {
        vertical-align: top; }
      .fourfourfourcomponentlayout .container-tile.vertical-middle .shopthislookcomponent {
        vertical-align: middle; }
      .fourfourfourcomponentlayout .container-tile.vertical-bottom .shopthislookcomponent {
        vertical-align: bottom; } }
  .fourfourfourcomponentlayout .container-tile.vertical-top {
    vertical-align: top; }
  .fourfourfourcomponentlayout .container-tile.vertical-middle {
    vertical-align: middle; }
  .fourfourfourcomponentlayout .container-tile.vertical-bottom {
    vertical-align: bottom; }
.fourfourfourcomponentlayout .richtext {
  padding: 0 2rem; }

@media (min-width: 768px) {
  .stackedfourfourfourcomponentlayout {
    margin-bottom: .3rem !important;
    position: relative; }
    .stackedfourfourfourcomponentlayout:after {
      background: #FFF;
      bottom: 0;
      content: '';
      left: 0;
      height: .5rem;
      position: absolute;
      width: 100%; } }
@media (min-width: 768px) {
  .stackedfourfourfourcomponentlayout .row {
    display: table;
    width: 100%; } }
.stackedfourfourfourcomponentlayout .container-tile {
  position: relative; }
  .stackedfourfourfourcomponentlayout .container-tile > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .stackedfourfourfourcomponentlayout .container-tile > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .stackedfourfourfourcomponentlayout .container-tile > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  @media (min-width: 768px) {
    .stackedfourfourfourcomponentlayout .container-tile {
      display: table-cell;
      height: 100%;
      padding: 0 .4rem;
      width: 33.33333%; }
      .stackedfourfourfourcomponentlayout .container-tile:first-child {
        padding-left: 0; }
      .stackedfourfourfourcomponentlayout .container-tile:last-child {
        padding-right: 0; }
      .stackedfourfourfourcomponentlayout .container-tile:nth-of-type(2) .shopthislookcomponent .container-drawer-close {
        margin-right: .4rem; }
      .stackedfourfourfourcomponentlayout .container-tile:nth-of-type(2) .shopthislookcomponent .container-product-cards.flickity-enabled {
        margin-right: .8rem; } }
  .stackedfourfourfourcomponentlayout .container-tile.vertical-top {
    vertical-align: top; }
  .stackedfourfourfourcomponentlayout .container-tile.vertical-middle {
    vertical-align: middle; }
  .stackedfourfourfourcomponentlayout .container-tile.vertical-bottom {
    vertical-align: bottom; }
.stackedfourfourfourcomponentlayout .richtext {
  padding: 0 2rem; }

@media (min-width: 768px) {
  .sevenfivecomponentlayout {
    margin-bottom: .8rem !important; } }
@media (min-width: 768px) {
  .sevenfivecomponentlayout .row {
    display: table;
    height: 100%;
    width: 100%; } }
.sevenfivecomponentlayout .container-tile-1 {
  position: relative; }
  @media (min-width: 768px) {
    .sevenfivecomponentlayout .container-tile-1 {
      display: table-cell;
      height: 100%;
      padding: 0 .4rem 0 0;
      width: 58.33333%; }
      .sevenfivecomponentlayout .container-tile-1.vertical-top {
        vertical-align: top; }
      .sevenfivecomponentlayout .container-tile-1.vertical-middle {
        vertical-align: middle; }
      .sevenfivecomponentlayout .container-tile-1.vertical-bottom {
        vertical-align: bottom; } }
.sevenfivecomponentlayout .container-tile-2 {
  position: relative; }
  @media (min-width: 768px) {
    .sevenfivecomponentlayout .container-tile-2 {
      display: table-cell;
      height: 100%;
      padding: 0 0 0 .4rem;
      width: 41.66667%; }
      .sevenfivecomponentlayout .container-tile-2.vertical-top {
        vertical-align: top; }
      .sevenfivecomponentlayout .container-tile-2.vertical-middle {
        vertical-align: middle; }
      .sevenfivecomponentlayout .container-tile-2.vertical-bottom {
        vertical-align: bottom; } }
.sevenfivecomponentlayout > .richtext {
  padding: 0 2rem; }
  @media (max-width: 768px) {
    .sevenfivecomponentlayout > .richtext {
      padding: 2rem; } }
@media (min-width: 768px) {
  .sevenfivecomponentlayout {
    margin-bottom: .5rem !important;
    position: relative; }
    .sevenfivecomponentlayout:after {
      background: #FFF;
      bottom: 0;
      content: '';
      left: 0;
      height: .4rem;
      position: absolute;
      width: 100%; } }
.sevenfivecomponentlayout .container-tile-1 > div:not(:first-child):not(.new),
.sevenfivecomponentlayout .container-tile-2 > div:not(:first-child):not(.new) {
  background-color: rgba(255, 0, 0, 0.8);
  display: table;
  min-height: 10rem;
  position: relative;
  width: 100%; }
  .sevenfivecomponentlayout .container-tile-1 > div:not(:first-child):not(.new) *,
  .sevenfivecomponentlayout .container-tile-2 > div:not(:first-child):not(.new) * {
    opacity: 0.75; }
  .sevenfivecomponentlayout .container-tile-1 > div:not(:first-child):not(.new):before,
  .sevenfivecomponentlayout .container-tile-2 > div:not(:first-child):not(.new):before {
    color: #FFF;
    content: "MULTIPLE COMPONENTS NOT ALLOWED";
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 2rem;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%; }

@media (min-width: 768px) {
  .fivesevencomponentlayout {
    margin-bottom: .8rem !important; } }
@media (min-width: 768px) {
  .fivesevencomponentlayout .row {
    display: table;
    height: 100%;
    width: 100%; } }
.fivesevencomponentlayout .container-tile-1 {
  position: relative; }
  @media (min-width: 768px) {
    .fivesevencomponentlayout .container-tile-1 {
      display: table-cell;
      height: 100%;
      padding: 0 .4rem 0 0;
      width: 41.66667%; }
      .fivesevencomponentlayout .container-tile-1.vertical-top {
        vertical-align: top; }
      .fivesevencomponentlayout .container-tile-1.vertical-middle {
        vertical-align: middle; }
      .fivesevencomponentlayout .container-tile-1.vertical-bottom {
        vertical-align: bottom; } }
.fivesevencomponentlayout .container-tile-2 {
  position: relative; }
  @media (min-width: 768px) {
    .fivesevencomponentlayout .container-tile-2 {
      display: table-cell;
      height: 100%;
      padding: 0 0 0 .4rem;
      width: 58.33333%; }
      .fivesevencomponentlayout .container-tile-2.vertical-top {
        vertical-align: top; }
      .fivesevencomponentlayout .container-tile-2.vertical-middle {
        vertical-align: middle; }
      .fivesevencomponentlayout .container-tile-2.vertical-bottom {
        vertical-align: bottom; } }
.fivesevencomponentlayout > .richtext {
  padding: 0 2rem; }
  @media (max-width: 768px) {
    .fivesevencomponentlayout > .richtext {
      padding: 2rem; } }
@media (min-width: 768px) {
  .fivesevencomponentlayout {
    margin-bottom: .5rem !important;
    position: relative; }
    .fivesevencomponentlayout:after {
      background: #FFF;
      bottom: 0;
      content: '';
      left: 0;
      height: .4rem;
      position: absolute;
      width: 100%; } }
.fivesevencomponentlayout .container-tile-1 > div:not(:first-child):not(.new),
.fivesevencomponentlayout .container-tile-2 > div:not(:first-child):not(.new) {
  background-color: rgba(255, 0, 0, 0.8);
  display: table;
  min-height: 10rem;
  position: relative;
  width: 100%; }
  .fivesevencomponentlayout .container-tile-1 > div:not(:first-child):not(.new) *,
  .fivesevencomponentlayout .container-tile-2 > div:not(:first-child):not(.new) * {
    opacity: 0.75; }
  .fivesevencomponentlayout .container-tile-1 > div:not(:first-child):not(.new):before,
  .fivesevencomponentlayout .container-tile-2 > div:not(:first-child):not(.new):before {
    color: #FFF;
    content: "MULTIPLE COMPONENTS NOT ALLOWED";
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 2rem;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%; }

@media (min-width: 768px) {
  .sixsixcomponentlayout {
    margin-bottom: .8rem !important; } }
@media (min-width: 768px) {
  .sixsixcomponentlayout .row {
    display: table;
    height: 100%;
    width: 100%; } }
.sixsixcomponentlayout .container-tile-1 {
  position: relative; }
  @media (min-width: 768px) {
    .sixsixcomponentlayout .container-tile-1 {
      display: table-cell;
      height: 100%;
      padding: 0 .4rem 0 0;
      width: 50%; }
      .sixsixcomponentlayout .container-tile-1.vertical-top {
        vertical-align: top; }
      .sixsixcomponentlayout .container-tile-1.vertical-middle {
        vertical-align: middle; }
      .sixsixcomponentlayout .container-tile-1.vertical-bottom {
        vertical-align: bottom; } }
.sixsixcomponentlayout .container-tile-2 {
  position: relative; }
  @media (min-width: 768px) {
    .sixsixcomponentlayout .container-tile-2 {
      display: table-cell;
      height: 100%;
      padding: 0 0 0 .4rem;
      width: 50%; }
      .sixsixcomponentlayout .container-tile-2.vertical-top {
        vertical-align: top; }
      .sixsixcomponentlayout .container-tile-2.vertical-middle {
        vertical-align: middle; }
      .sixsixcomponentlayout .container-tile-2.vertical-bottom {
        vertical-align: bottom; } }
.sixsixcomponentlayout > .richtext {
  padding: 0 2rem; }
  @media (max-width: 768px) {
    .sixsixcomponentlayout > .richtext {
      padding: 2rem; } }
.sixsixcomponentlayout .container-tile-1 > div:not(:first-child):not(.new),
.sixsixcomponentlayout .container-tile-2 > div:not(:first-child):not(.new) {
  background-color: rgba(255, 0, 0, 0.8);
  display: table;
  min-height: 10rem;
  position: relative;
  width: 100%; }
  .sixsixcomponentlayout .container-tile-1 > div:not(:first-child):not(.new) *,
  .sixsixcomponentlayout .container-tile-2 > div:not(:first-child):not(.new) * {
    opacity: 0.75; }
  .sixsixcomponentlayout .container-tile-1 > div:not(:first-child):not(.new):before,
  .sixsixcomponentlayout .container-tile-2 > div:not(:first-child):not(.new):before {
    color: #FFF;
    content: "MULTIPLE COMPONENTS NOT ALLOWED";
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 2rem;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%; }

@media (min-width: 768px) {
  .twelvecomponentlayout {
    margin-bottom: .8rem !important; } }
@media (min-width: 768px) {
  .twelvecomponentlayout .row {
    display: table;
    height: 100%;
    width: 100%; } }
.twelvecomponentlayout .container-tile-1 {
  position: relative; }
  @media (min-width: 768px) {
    .twelvecomponentlayout .container-tile-1 {
      display: table-cell;
      height: 100%;
      padding: 0 .4rem 0 0;
      width: 100%; }
      .twelvecomponentlayout .container-tile-1.vertical-top {
        vertical-align: top; }
      .twelvecomponentlayout .container-tile-1.vertical-middle {
        vertical-align: middle; }
      .twelvecomponentlayout .container-tile-1.vertical-bottom {
        vertical-align: bottom; } }
.twelvecomponentlayout .container-tile-2 {
  position: relative; }
  @media (min-width: 768px) {
    .twelvecomponentlayout .container-tile-2 {
      display: table-cell;
      height: 100%;
      padding: 0 0 0 .4rem;
      width: 0%; }
      .twelvecomponentlayout .container-tile-2.vertical-top {
        vertical-align: top; }
      .twelvecomponentlayout .container-tile-2.vertical-middle {
        vertical-align: middle; }
      .twelvecomponentlayout .container-tile-2.vertical-bottom {
        vertical-align: bottom; } }
.twelvecomponentlayout > .richtext {
  padding: 0 2rem; }
  @media (max-width: 768px) {
    .twelvecomponentlayout > .richtext {
      padding: 2rem; } }
.twelvecomponentlayout .container-tile-1 {
  padding-right: 0; }
  .twelvecomponentlayout .container-tile-1 > div:not(:first-child):not(.new) {
    background-color: rgba(255, 0, 0, 0.8);
    display: table;
    min-height: 10rem;
    position: relative;
    width: 100%; }
    .twelvecomponentlayout .container-tile-1 > div:not(:first-child):not(.new) * {
      opacity: 0.75; }
    .twelvecomponentlayout .container-tile-1 > div:not(:first-child):not(.new):before {
      color: #FFF;
      content: "MULTIPLE COMPONENTS NOT ALLOWED";
      display: block;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      padding: 2rem;
      position: absolute;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
.twelvecomponentlayout .shopthislookcomponent .container-drawer-close {
  right: 0; }
@media (min-width: 768px) {
  .twelvecomponentlayout .shopthislookcomponent .container-product-cards.flickity-enabled {
    margin-right: 0; } }

.fourfourfourcomponentlayout .is-authorMode,
.stackedfourfourfourcomponentlayout .is-authorMode,
.sevenfivecomponentlayout .is-authorMode,
.fivesevencomponentlayout .is-authorMode,
.sixsixcomponentlayout .is-authorMode,
.twelvecomponentlayout .is-authorMode {
  padding-top: 1.5rem; }

.template-singleColumn .fourfourfourcomponentlayout,
.template-singleColumn .stackedfourfourfourcomponentlayout,
.template-singleColumn .sevenfivecomponentlayout,
.template-singleColumn .fivesevencomponentlayout,
.template-singleColumn .sixsixcomponentlayout,
.template-singleColumn .twelvecomponentlayout {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .template-singleColumn .fourfourfourcomponentlayout,
  .template-singleColumn .stackedfourfourfourcomponentlayout,
  .template-singleColumn .sevenfivecomponentlayout,
  .template-singleColumn .fivesevencomponentlayout,
  .template-singleColumn .sixsixcomponentlayout,
  .template-singleColumn .twelvecomponentlayout {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .template-singleColumn .fourfourfourcomponentlayout,
    .template-singleColumn .stackedfourfourfourcomponentlayout,
    .template-singleColumn .sevenfivecomponentlayout,
    .template-singleColumn .fivesevencomponentlayout,
    .template-singleColumn .sixsixcomponentlayout,
    .template-singleColumn .twelvecomponentlayout {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .template-singleColumn .fourfourfourcomponentlayout,
    .template-singleColumn .stackedfourfourfourcomponentlayout,
    .template-singleColumn .sevenfivecomponentlayout,
    .template-singleColumn .fivesevencomponentlayout,
    .template-singleColumn .sixsixcomponentlayout,
    .template-singleColumn .twelvecomponentlayout {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }

.heroCarouselComponent {
  height: 0;
  overflow: hidden;
  padding-bottom: 31.99%;
  width: 100%; }
  .heroCarouselComponent .flickity-viewport {
    overflow: visible; }
  .heroCarouselComponent .hero-slide {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    width: 100%; }
    .heroCarouselComponent .hero-slide .image-container {
      background-position: 50% 0;
      background-size: cover;
      height: 0;
      overflow: hidden;
      padding-bottom: 31.99%;
      width: 100%; }
  @media (max-width: 768px) {
    .heroCarouselComponent {
      padding-bottom: 80%; }
      .heroCarouselComponent .hero-slide .image-container {
        padding-bottom: 80%; } }
  .heroCarouselComponent:not(.has-multi) .hero-slide {
    opacity: 1; }
  .heroCarouselComponent.is-authorMode .hero-slide {
    opacity: 1; }
  .heroCarouselComponent .flickity-prev-next-button.previous {
    left: 6.64%; }
    @media (max-width: 1000px) {
      .heroCarouselComponent .flickity-prev-next-button.previous {
        left: 5%; } }
  .heroCarouselComponent .flickity-prev-next-button.next {
    right: 6.64%; }
    @media (max-width: 1000px) {
      .heroCarouselComponent .flickity-prev-next-button.next {
        right: 5%; } }

.shopthislookcomponent .cta-hidden {
  margin-bottom: .3rem; }
  @media (min-width: 768px) {
    .shopthislookcomponent .cta-hidden {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .shopthislookcomponent .cta-hidden.has-stl-sibling .wrapper-product-cards {
      bottom: .3rem; } }
  .shopthislookcomponent .cta-hidden .wrapper-product-cards {
    bottom: 0; }
  .shopthislookcomponent .cta-hidden picture img {
    display: block; }
.shopthislookcomponent .cta-visible {
  margin-bottom: 3rem; }
.shopthislookcomponent .is-authorMode {
  min-height: 31rem; }
  .shopthislookcomponent .is-authorMode:after {
    content: '';
    display: block;
    height: 4rem;
    position: relative; }
  .shopthislookcomponent .is-authorMode .shopThisLook-trigger {
    bottom: 4rem; }
.shopthislookcomponent img {
  max-width: none;
  width: 100%; }
.shopthislookcomponent .wrapper-product-cards {
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s;
  bottom: 3.6rem;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1; }
  @media (max-width: 767px) {
    .shopthislookcomponent .wrapper-product-cards {
      bottom: .5rem; } }
.shopthislookcomponent.open .wrapper-product-cards {
  max-height: 30rem; }
.shopthislookcomponent .container-product-cards {
  background: rgba(255, 255, 255, 0.8);
  position: relative; }
  .shopthislookcomponent .container-product-cards.flickity-enabled {
    height: auto;
    padding-top: 1rem; }
    @media (min-width: 768px) {
      .shopthislookcomponent .container-product-cards.flickity-enabled {
        margin-right: .4rem; } }
.shopthislookcomponent .shopThisLookImage-trigger {
  cursor: pointer; }
.shopthislookcomponent .shopThisLook-trigger {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  bottom: .5rem;
  color: rgba(51, 51, 51, 0);
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 768px) {
    .shopthislookcomponent .shopThisLook-trigger:after {
      background: #FFF;
      top: -.3rem;
      content: '';
      left: 0;
      height: .5rem;
      position: absolute;
      width: 100%;
      z-index: 2; }
    .shopthislookcomponent .shopThisLook-trigger .calltoaction .btn-with-caret:after {
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s;
      opacity: 0; } }
  .shopthislookcomponent .shopThisLook-trigger.available {
    cursor: pointer;
    color: #333333; }
    .shopthislookcomponent .shopThisLook-trigger.available .calltoaction .btn-with-caret:after {
      opacity: 1; }
  @media (max-width: 767px) {
    .shopthislookcomponent .shopThisLook-trigger {
      bottom: -2.3rem; } }
.shopthislookcomponent .container-drawer-close {
  background: #000;
  border-radius: 0;
  cursor: pointer;
  height: 3.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  z-index: 99; }
  @media (min-width: 768px) {
    .shopthislookcomponent .container-drawer-close {
      right: .4rem; } }
  .shopthislookcomponent .container-drawer-close .drawer-close {
    color: #FFF;
    font-size: 3.5rem;
    font-weight: 200;
    position: relative;
    text-align: center;
    top: -1.3rem;
    /* IE 10+ hack */ }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .shopthislookcomponent .container-drawer-close .drawer-close {
        top: -.8rem; } }
.shopthislookcomponent .product-card {
  width: 18.5rem;
  float: left;
  color: #333333;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  text-align: center; }
  .shopthislookcomponent .product-card:hover {
    text-decoration: none; }
  .shopthislookcomponent .product-card .product-card-image {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .shopthislookcomponent .product-card .product-card-name {
    font-family: "exp-bold", Arial;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 1.1rem 1.1rem 0;
    text-transform: capitalize; }
  .shopthislookcomponent .product-card .product-card-price {
    font-size: 1.2rem;
    line-height: 1.2; }
.shopthislookcomponent .flickity-prev-next-button {
  top: 45%; }
  .shopthislookcomponent .flickity-prev-next-button.next {
    right: 1rem; }
  .shopthislookcomponent .flickity-prev-next-button.previous {
    left: 1rem; }
  .shopthislookcomponent .flickity-prev-next-button:disabled {
    display: none; }

@media (min-width: 768px) {
  .stacked-four-four-four-component-layout .has-stl-sibling .cta-visible .shopThisLook-trigger:after,
  .four-four-four-component-layout .has-stl-sibling .cta-visible .shopThisLook-trigger:after {
    height: .8rem;
    top: -.8rem; } }

.js .email-promotion.hidden-on-load {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  transition-delay: 3s;
  -webkit-transition-property: "bottom";
  -moz-transition-property: "bottom";
  transition-property: "bottom";
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  bottom: -20rem; }

.footernewslettersignupcomponent {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "express-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .footernewslettersignupcomponent.is-authorMode {
    clear: both;
    position: relative; }
    .footernewslettersignupcomponent.is-authorMode .email-promotion {
      position: relative; }
      .footernewslettersignupcomponent.is-authorMode .email-promotion.hidden-on-load {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        bottom: auto; }
  .footernewslettersignupcomponent:after {
    content: " ";
    display: block;
    clear: both; }
  .footernewslettersignupcomponent .email-promotion {
    -webkit-transition-property: "background-color";
    -moz-transition-property: "background-color";
    transition-property: "background-color";
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #FFF;
    left: 0;
    margin: 0;
    padding: 1.5rem 1.5rem .7rem;
    position: fixed;
    text-transform: uppercase;
    width: 100%;
    z-index: 100; }
    @media (min-width: 768px) {
      .footernewslettersignupcomponent .email-promotion {
        padding: 4rem 0 2rem; } }
    .footernewslettersignupcomponent .email-promotion:hover, .footernewslettersignupcomponent .email-promotion:focus {
      background-color: rgba(0, 0, 0, 0.9); }
    .footernewslettersignupcomponent .email-promotion.maximized-for-mobile {
      padding-bottom: 1.5rem; }
      .footernewslettersignupcomponent .email-promotion.maximized-for-mobile .newsletter-form {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        transition-duration: 0.1s;
        max-height: 30rem;
        overflow: visible;
        position: relative;
        z-index: 6; }
    .footernewslettersignupcomponent .email-promotion .newsletter-form {
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      transition-duration: 0.1s;
      max-height: 0;
      overflow: hidden; }
      @media (min-width: 768px) {
        .footernewslettersignupcomponent .email-promotion .newsletter-form {
          -webkit-transition: none;
          -moz-transition: none;
          transition: none;
          max-height: none;
          overflow: visible; } }
  .footernewslettersignupcomponent .email-promotion-inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
    text-align: center; }
    .footernewslettersignupcomponent .email-promotion-inner:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 320px) {
      .footernewslettersignupcomponent .email-promotion-inner {
        padding-left: 0;
        padding-right: 0; } }
@media (min-width: 768px) and (max-width: 999px) {
  .footernewslettersignupcomponent .email-promotion-inner {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

    @media (min-width: 1000px) {
      .footernewslettersignupcomponent .email-promotion-inner {
        padding-left: 4%;
        padding-right: 4%; } }
    @media (min-width: 1280px) {
      .footernewslettersignupcomponent .email-promotion-inner {
        padding-left: 4.5rem;
        padding-right: 4.5rem; } }
@media (min-width: 768px) and (max-width: 999px) {
  .footernewslettersignupcomponent .email-promotion-inner {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

    @media (min-width: 1000px) {
      .footernewslettersignupcomponent .email-promotion-inner {
        padding-left: 4%;
        padding-right: 4%; } }
    @media (min-width: 1280px) {
      .footernewslettersignupcomponent .email-promotion-inner {
        max-width: 1348px;
        padding-left: 4.5rem;
        padding-right: 4.5rem; } }
  .footernewslettersignupcomponent .form-element {
    float: left;
    padding-left: 2rem; }
  .footernewslettersignupcomponent .newsletter-offer-text {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    width: 100%; }
    @media (min-width: 768px) {
      .footernewslettersignupcomponent .newsletter-offer-text {
        font-size: 2.5rem;
        width: auto; } }
  .footernewslettersignupcomponent .newsletter-trigger-mobile {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5; }
    @media (min-width: 768px) {
      .footernewslettersignupcomponent .newsletter-trigger-mobile {
        display: none; } }
  @media (min-width: 768px) {
    .footernewslettersignupcomponent .newsletter-form {
      display: inline-block;
      vertical-align: middle; } }
  @media (min-width: 768px) {
    .footernewslettersignupcomponent .newsletter-signup-form {
      display: inline-block; } }
  .footernewslettersignupcomponent .email-input {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color: transparent;
    height: 4rem;
    font-size: 1.2rem;
    font-weight: bold;
    min-width: 23rem; }
    .footernewslettersignupcomponent .email-input::-webkit-input-placeholder {
      color: #FFF; }
    .footernewslettersignupcomponent .email-input::-moz-placeholder {
      color: #FFF; }
    .footernewslettersignupcomponent .email-input:-moz-placeholder {
      color: #FFF; }
    .footernewslettersignupcomponent .email-input:-ms-input-placeholder {
      color: #FFF; }
  .footernewslettersignupcomponent .newsletter-radio-btns {
    font-size: 2rem;
    font-weight: bold; }
    .footernewslettersignupcomponent .newsletter-radio-btns::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 768px) {
      .footernewslettersignupcomponent .newsletter-radio-btns {
        display: inline-block;
        font-size: 2.5rem;
        vertical-align: middle; } }
    .footernewslettersignupcomponent .newsletter-radio-btns .radio-btn-label {
      font-family: "express-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 2rem;
      font-weight: bold;
      float: left;
      margin-bottom: 0;
      position: relative; }
      @media (min-width: 768px) {
        .footernewslettersignupcomponent .newsletter-radio-btns .radio-btn-label {
          font-size: 2.5rem; } }
    .footernewslettersignupcomponent .newsletter-radio-btns .radio-btn {
      float: left;
      position: relative;
      top: .3rem; }
      @media (min-width: 768px) {
        .footernewslettersignupcomponent .newsletter-radio-btns .radio-btn {
          top: .8rem; } }
  @media (min-width: 768px) {
    .footernewslettersignupcomponent .submit-btn-container {
      display: inline-block;
      padding-left: 2rem;
      vertical-align: middle; } }
  .footernewslettersignupcomponent .newsletter-email {
    position: relative; }
    @media (min-width: 768px) {
      .footernewslettersignupcomponent .newsletter-email {
        display: inline-block;
        padding-left: 2rem;
        vertical-align: middle; } }
    .footernewslettersignupcomponent .newsletter-email .error-msg {
      color: #BB2525;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1; }
      @media (min-width: 768px) {
        .footernewslettersignupcomponent .newsletter-email .error-msg {
          bottom: -1.7rem;
          position: absolute; } }
  .footernewslettersignupcomponent .container-drawer-close {
    background: #000;
    border-radius: 0;
    cursor: pointer;
    height: 3.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.5rem;
    z-index: 99; }
    .footernewslettersignupcomponent .container-drawer-close .drawer-close {
      color: #FFF;
      font-size: 3.5rem;
      font-weight: 200;
      position: relative;
      text-align: center;
      top: -.7rem;
      /* IE 10+ hack */ }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .footernewslettersignupcomponent .container-drawer-close .drawer-close {
          top: -0.8rem; } }
  .footernewslettersignupcomponent .hidden {
    display: none; }
  .footernewslettersignupcomponent .transition-to-hidden {
    -webkit-transition-property: "bottom";
    -moz-transition-property: "bottom";
    transition-property: "bottom";
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    bottom: -20rem; }

.footernewslettersignupbuttoncomponent .calltoaction {
  display: none; }
  @media (min-width: 768px) {
    .footernewslettersignupbuttoncomponent .calltoaction {
      display: block;
      text-align: left; }
      .footernewslettersignupbuttoncomponent .calltoaction .btn {
        cursor: pointer;
        margin-bottom: 1.7rem;
        margin-left: 0;
        margin-right: 0; } }
@media (min-width: 768px) {
  .footernewslettersignupbuttoncomponent .headline {
    display: none; } }

.product-carousel-wrapper {
  margin-bottom: 1.5rem; }
  .product-carousel-wrapper a {
    color: #000; }
  .product-carousel-wrapper .product-carousel {
    height: 35.9rem;
    margin: 0 auto;
    overflow: hidden;
    width: 80%; }
    .product-carousel-wrapper .product-carousel .product-carousel-item {
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s;
      display: block;
      opacity: 0;
      padding: 2rem;
      text-align: center;
      text-decoration: none;
      width: 20%; }
      .product-carousel-wrapper .product-carousel .product-carousel-item .item-name {
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0;
        text-transform: capitalize; }
      .product-carousel-wrapper .product-carousel .product-carousel-item .item-price {
        font-size: 1.2rem;
        line-height: 1.2;
        margin: 0; }
  @media (max-width: 1280px) {
    .product-carousel-wrapper .product-carousel {
      height: 38.6rem; }
      .product-carousel-wrapper .product-carousel .story-product-carousel-item {
        width: 25%; } }
  @media (max-width: 1000px) {
    .product-carousel-wrapper .product-carousel {
      height: 33.3rem; } }
  @media (max-width: 768px) {
    .product-carousel-wrapper .product-carousel {
      height: 32.6rem;
      width: 100%; }
      .product-carousel-wrapper .product-carousel .product-carousel-item {
        width: 18.1rem; } }

.product-carousel-product-photos {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  height: 15.8rem;
  margin-bottom: 1.5rem;
  opacity: 0;
  text-align: center;
  width: 100%; }
  .product-carousel-product-photos .product-photo-item {
    display: inline-block;
    padding-left: 3.43511%;
    padding-right: 3.43511%; }
    .product-carousel-product-photos .product-photo-item img {
      height: 15.8rem; }
    .product-carousel-product-photos .product-photo-item:first-child {
      padding-left: 0; }
    .product-carousel-product-photos .product-photo-item:last-child {
      padding-right: 0; }

.template-singleColumn > div > .productcarouselcomponent {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .template-singleColumn > div > .productcarouselcomponent {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .template-singleColumn > div > .productcarouselcomponent {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .template-singleColumn > div > .productcarouselcomponent {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .template-singleColumn > div > .productcarouselcomponent .product-carousel-wrapper .product-carousel {
    width: 90%; }
  @media (max-width: 768px) {
    .template-singleColumn > div > .productcarouselcomponent {
      padding: 0; }
      .template-singleColumn > div > .productcarouselcomponent .product-carousel-wrapper .product-carousel {
        width: 100%; } }

/*
    In the standard story overview, the static product carousels that don't invoke Flickity need tweaked slightly to prevent
    the third image from breaking to the next line
*/
@media (max-width: 767px) {
  .storiesoverviewcomponent .product-carousel-product-photos {
    padding-left: .5rem;
    padding-right: .5rem; }
  .storiesoverviewcomponent .product-photo-item {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 33%; } }

.globalbannercomponent .global-banner-wrapper {
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .globalbannercomponent .global-banner-wrapper .global-banner-container {
    margin: 0 auto;
    padding-bottom: 1.2rem;
    padding-top: 1rem;
    text-align: center; }
@media (min-width: 768px) and (max-width: 999px) {
  .globalbannercomponent .global-banner-wrapper .global-banner-container {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

    @media (min-width: 1000px) {
      .globalbannercomponent .global-banner-wrapper .global-banner-container {
        padding-left: 4%;
        padding-right: 4%; } }
    @media (min-width: 1280px) {
      .globalbannercomponent .global-banner-wrapper .global-banner-container {
        max-width: 1348px;
        padding-left: 4.5rem;
        padding-right: 4.5rem; } }
    @media (max-width: 768px) {
      .globalbannercomponent .global-banner-wrapper .global-banner-container {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .globalbannercomponent .global-banner-wrapper .global-banner-container .richtextstaticcomponent {
      display: inline-block;
      vertical-align: middle; }
      .globalbannercomponent .global-banner-wrapper .global-banner-container .richtextstaticcomponent p:last-of-type {
        margin-bottom: 0; }
      .globalbannercomponent .global-banner-wrapper .global-banner-container .richtextstaticcomponent a {
        color: inherit; }
    .globalbannercomponent .global-banner-wrapper .global-banner-container .calltoactionstaticcomponent {
      display: inline-block;
      vertical-align: middle; }
      .globalbannercomponent .global-banner-wrapper .global-banner-container .calltoactionstaticcomponent .btn {
        margin-bottom: 0; }
      .globalbannercomponent .global-banner-wrapper .global-banner-container .calltoactionstaticcomponent .btn-plaintext {
        color: inherit; }
        .globalbannercomponent .global-banner-wrapper .global-banner-container .calltoactionstaticcomponent .btn-plaintext:after {
          border-left-color: inherit; }
  .globalbannercomponent .global-banner-wrapper.is-authorMode .richtextstaticcomponent {
    min-width: 30rem; }
  .globalbannercomponent .global-banner-wrapper.is-authorMode .calltoactionstaticcomponent {
    min-width: 10rem; }

.carouselcomponentlayout {
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 999px) {
  .carouselcomponentlayout {
    padding-left: 1.5%;
    padding-right: 1.5%; } }

  @media (min-width: 1000px) {
    .carouselcomponentlayout {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 1280px) {
    .carouselcomponentlayout {
      max-width: 1348px;
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .carouselcomponentlayout .tile-container.has-multi:not(.is-authorMode) {
    height: 100%;
    max-width: none;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .carouselcomponentlayout .tile-container.has-multi:not(.is-authorMode) .tilecomponent, .carouselcomponentlayout .tile-container.has-multi:not(.is-authorMode) .flyoutcomponent .flyouttile, .flyoutcomponent .carouselcomponentlayout .tile-container.has-multi:not(.is-authorMode) .flyouttile {
      position: absolute;
      width: 100%; }
    .carouselcomponentlayout .tile-container.has-multi:not(.is-authorMode) .new.section {
      display: none !important; }

.standardcomponentlayout .carouselcomponentlayout, .mirrorstandardcomponentlayout .carouselcomponentlayout, .tallsecondarycomponentlayout .carouselcomponentlayout, .mirroredtallsecondarycomponentlayout .carouselcomponentlayout, .wideprimarycomponentlayout .carouselcomponentlayout {
  margin: 0;
  max-width: none;
  padding: 0; }
  .standardcomponentlayout .carouselcomponentlayout .tile-container.is-authorMode, .mirrorstandardcomponentlayout .carouselcomponentlayout .tile-container.is-authorMode, .tallsecondarycomponentlayout .carouselcomponentlayout .tile-container.is-authorMode, .mirroredtallsecondarycomponentlayout .carouselcomponentlayout .tile-container.is-authorMode, .wideprimarycomponentlayout .carouselcomponentlayout .tile-container.is-authorMode {
    margin: 0 2rem; }
