@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 0.9375rem;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

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

.row {
  max-width: 91.33333rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-left: -0.66667rem;
    margin-right: -0.66667rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -1rem;
        margin-right: -1rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-left: 0;
    margin-right: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0.66667rem;
  padding-right: 0.66667rem;
  min-width: initial; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 1rem;
      padding-right: 1rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.66667rem;
  padding-right: 0.66667rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xlarge-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xlarge-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xlarge-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xlarge-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xlarge-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #545555;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    color: #cacaca;
    line-height: 0; }

h1, .h1 {
  font-size: 1.6rem; }

h2, .h2 {
  font-size: 1.33333rem; }

h3, .h3 {
  font-size: 1.26667rem; }

h4, .h4 {
  font-size: 1.2rem; }

h5, .h5 {
  font-size: 1.13333rem; }

h6, .h6 {
  font-size: 1.06667rem; }

@media screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.66667rem; }
  h2, .h2 {
    font-size: 1.8rem; }
  h3, .h3 {
    font-size: 1.8rem; }
  h4, .h4 {
    font-size: 0.8rem; }
  h5, .h5 {
    font-size: 0.8rem; }
  h6, .h6 {
    font-size: 0.8rem; } }

a {
  color: #FF1A58;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #f20041; }
  a img {
    border: 0; }

hr {
  max-width: 91.33333rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.33333rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.6rem 1.33333rem 0 1.26667rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #6E6E6E; }

cite {
  display: block;
  font-size: 0.86667rem;
  color: #6E6E6E; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #D8D8D8;
  border: 1px solid #cacaca;
  padding: 0.13333rem 0.33333rem 0.06667rem; }

kbd {
  padding: 0.13333rem 0.26667rem 0;
  margin: 0;
  background-color: #D8D8D8;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #6E6E6E; }

.lead {
  font-size: 1.17188rem;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #6E6E6E;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.8rem 1.6rem 0.7rem 1.6rem;
  margin: 0 0 1rem 0;
  font-size: 0.93333rem;
  background-color: #FF1A58;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #ef0041;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #FF1A58;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #e1003d;
      color: #fefefe; }
  .button.secondary {
    background-color: #0091DA;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #0074ae;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #FF1A58;
    color: #FF1A58; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #8d0026;
      color: #8d0026; }
    .button.hollow.primary {
      border: 1px solid #FF1A58;
      color: #FF1A58; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #8d0026;
        color: #8d0026; }
    .button.hollow.secondary {
      border: 1px solid #0091DA;
      color: #0091DA; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #00496d;
        color: #00496d; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #FF1A58;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #FF1A58;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #0091DA;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.6rem;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.6rem;
  padding: 0.53333rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.06667rem;
  font-family: inherit;
  font-size: 1.06667rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #6E6E6E;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #D8D8D8;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.06667rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.53333rem;
  margin-right: 1.06667rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.53333rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.93333rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1.06667rem;
    padding: 0.6rem 0; }

.help-text {
  margin-top: -0.53333rem;
  font-size: 0.86667rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.06667rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #D8D8D8;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.66667rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.53333rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.33333rem;
  margin: 1.2rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.2rem;
    margin: 0;
    margin-left: -0.2rem; }

select {
  height: 2.6rem;
  padding: 0.53333rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.06667rem;
  font-size: 1.06667rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28110, 110, 110%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1.06667rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.6rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #D8D8D8;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.53333rem;
  margin-bottom: 1.06667rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.8rem;
  color: #FF1A58;
  position: relative;
  border: 1px solid #D8D8D8;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #D8D8D8; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #D8D8D8; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #D8D8D8;
  border-bottom: 0;
  background-color: #fefefe;
  color: #FF1A58; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #D8D8D8; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #FF1A58 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #FF1A58;
  color: #fefefe; }
  .badge.secondary {
    background: #0091DA;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.73333rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #FF1A58; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.93333rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #FF1A58;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #e1003d;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #0091DA;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #0074ae;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #ffdde6; }
  .callout.secondary {
    background-color: #d3f0ff; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #6E6E6E;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #FF1A58; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #6E6E6E;
    box-shadow: 0 7px 0 #6E6E6E, 0 14px 0 #6E6E6E; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #FF1A58;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FF1A58 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 225px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1.06667rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #FF1A58;
  color: #fefefe; }
  .label.secondary {
    background: #0091DA;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #333843;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -ms-transform: translateX(0);
      transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #6E6E6E; }
    .orbit-bullets button.is-active {
      background-color: #6E6E6E; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.93333rem;
    margin-right: 0.06667rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.2rem 0.66667rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #D8D8D8; }
  .pagination .current {
    padding: 0.2rem 0.66667rem;
    background: #FF1A58;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.2rem 0.66667rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.2rem 0.66667rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #FF1A58; }
  .progress.secondary .progress-meter {
    background-color: #0091DA; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #FF1A58; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #D8D8D8;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #FF1A58;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #ef0041; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 91.33333rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 91.33333rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 91.33333rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 91.33333rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.93333rem; }

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #FF1A58; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.66667rem; }
  .switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.8rem; }
  .switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1.06667rem; }
  .switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.53333rem 0.66667rem 0.66667rem; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.53333rem 0.66667rem 0.66667rem;
    font-weight: bold;
    text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.53333rem 0.66667rem 0.66667rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ececec;
  border: 1px solid #D8D8D8; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #FF1A58; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #ff0c4e; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.8rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #fefefe; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #D8D8D8;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #D8D8D8;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(255, 26, 88, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.has-tip {
  border-bottom: dotted 1px #6E6E6E;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #D8D8D8; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease; }
  .slick-lightbox .slick-loading .slick-list {
    background-color: transparent; }
  .slick-lightbox .slick-prev {
    left: 15px; }
  .slick-lightbox .slick-next {
    right: 15px; }

.slick-lightbox-hide {
  opacity: 0; }
  .slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }
  .slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }
  .slick-lightbox-slick-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white; }

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none; }
  .slick-lightbox-close:focus {
    outline: none; }
  .slick-lightbox-close:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "×"; }

h1, .h1 {
  font-size: 3.33333rem;
  line-height: 3.33333rem;
  margin-top: 1.66667rem;
  margin-bottom: 1rem; }
  h1.bighead, .h1.bighead {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 2.13333rem;
    line-height: 2.53333rem; }
    @media screen and (min-width: 40em) {
      h1.bighead, .h1.bighead {
        font-size: 3.46667rem;
        line-height: 4.2rem; } }

h2, .h2 {
  font-size: 2.53333rem;
  line-height: 2.53333rem;
  color: #FF1A58;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600; }

h3, .h3 {
  font-size: 1.4rem;
  line-height: 1.86667rem;
  margin-top: 1rem;
  margin-bottom: 2.33333rem;
  border-bottom: solid 1px #B0B0B0;
  padding-bottom: 1rem; }

h4, .h4 {
  color: #0091DA;
  font-size: 1.86667rem;
  line-height: 2rem;
  margin-bottom: 1rem; }

h5, .h5 {
  font-weight: 900;
  font-size: 1.06667rem;
  line-height: 1.6rem;
  color: #0091DA;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif; }

h6, .h6 {
  font-weight: 900;
  color: #949494;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0; }

.subhead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.93333rem; }
  @media screen and (min-width: 40em) {
    .subhead {
      font-size: 2.13333rem;
      line-height: 2.53333rem; } }

.medium {
  font-size: 1.2rem;
  line-height: 1.66667rem; }

.center {
  text-align: center; }

.instruction {
  color: #0091DA;
  text-transform: uppercase;
  font-size: 0.93333rem;
  line-height: 25px; }

blockquote {
  border-left: 0;
  background: #FF1A58;
  color: #fff;
  font-size: 1.86667rem;
  line-height: 2.26667rem;
  padding: 2rem 2.66667rem;
  margin: 2rem 0; }
  blockquote p, blockquote a {
    color: #fff;
    line-height: 2.26667rem; }

figure figcaption {
  color: #808080;
  font-size: 0.86667rem;
  margin-top: 0.33333rem;
  margin-bottom: 1.06667rem;
  line-height: 1.2; }

@media (max-width: 640px) {
  h1 {
    font-size: 2.33333rem;
    line-height: 2.4rem; }
  h2 {
    font-size: 1.73333rem;
    line-height: 1.86667rem; }
  h3 {
    font-size: 1.2rem;
    line-height: 1.6rem; }
  h4 {
    font-size: 1.6rem;
    line-height: 1.73333rem; }
  h5 {
    font-size: 0.93333rem;
    line-height: 1.2rem; }
  blockquote {
    padding: 1.33333rem; }
    blockquote p {
      font-size: 1.33333rem;
      line-height: 1.6rem; } }

.small-header {
  font-size: 0.86667rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.large {
  font-size: 1.6rem; }

section .header {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 0.33333rem;
  border-bottom: solid 1px #B0B0B0;
  position: relative; }
  section .header a {
    position: absolute;
    bottom: 5px;
    right: 0;
    display: block;
    color: #FF1A58;
    font-family: proxima-nova, sans-serif;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    vertical-align: bottom; }
    section .header a:after {
      display: block;
      content: '';
      clear: both; }
    section .header a:hover {
      text-decoration: underline; }

a.external:after {
  content: url("//cdn.entergynewsroom.com/img/icons/new-window.svg");
  display: inline-block;
  margin-left: 10px;
  width: .8em; }

.button, button {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-size: 0.93333rem;
  display: inline-block;
  border: solid 2px #FF1A58;
  transition: all .25s ease-out;
  border-radius: 3.8rem; }
  .button:hover, button:hover {
    background: #fefefe;
    color: #FF1A58; }
  .button.alt, button.alt {
    border: solid 2px #fefefe;
    background: #fefefe;
    color: #FF1A58; }
    .button.alt:hover, button.alt:hover {
      border-color: #FF1A58;
      background: #FF1A58;
      color: #fefefe; }
  .button.giant, button.giant {
    padding: 4.86667rem 2rem;
    width: 100%;
    font-size: 3.33333rem;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background-color: #FF1A58;
    color: #fefefe; }
    .button.giant.infographics, button.giant.infographics {
      background-image: url("//cdn.entergynewsroom.com/img/infographics.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .button.giant.logos, button.giant.logos {
      background-color: #bc010d;
      background-image: url("/img/logo-button-branded.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
      .button.giant.logos:hover, button.giant.logos:hover {
        background-color: #bc010d; }
    .button.giant:hover, button.giant:hover {
      background-color: #FF1A58;
      color: #fefefe;
      box-shadow: 16px 14px 17px 0 rgba(10, 10, 10, 0.22);
      -ms-transform: translateX(-5px) translateY(-5px);
          transform: translateX(-5px) translateY(-5px); }
  .button.secondary, button.secondary {
    border: solid 1px #0091DA; }
    .button.secondary:hover, button.secondary:hover {
      background: #fefefe;
      color: #0091DA; }

.search-title {
  color: #0091DA;
  font-size: 2.4rem;
  line-height: 3.13333rem; }
  .search-title:after {
    display: block;
    content: '';
    border-bottom: solid 3px #FF1A58;
    margin-top: 1.33333rem;
    margin-bottom: 1rem;
    width: 2.66667rem; }

.article-title {
  color: #0a0a0a;
  font-size: 3.66667rem;
  line-height: 100%;
  text-transform: none; }
  .article-title:after {
    display: block;
    content: '';
    border-bottom: solid 3px #FF1A58;
    margin-top: 1.33333rem;
    margin-bottom: 1rem;
    width: 4.53333rem; }

.card {
  box-shadow: 2px 2px 8px rgba(10, 10, 10, 0.12);
  margin-bottom: 1rem;
  border-radius: 0.53333rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #0a0a0a;
  background: #fefefe;
  transition: all .25s ease-out; }
  .card.nomargin {
    margin: 0; }
  @media screen and (min-width: 40em) {
    .card.media-card {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media screen and (min-width: 40em) {
    .card.media-card .image img {
      height: 20rem; } }
  .card.inverted {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .card:hover {
    box-shadow: 16px 14px 17px 0 rgba(10, 10, 10, 0.22);
    -ms-transform: translateX(-5px) translateY(-5px);
        transform: translateX(-5px) translateY(-5px); }
  @media screen and (max-width: 39.9375em) {
    .card {
      display: block; } }
  .card.expand {
    width: 100%;
    height: 100%; }
  .card .image {
    position: relative;
    padding: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    min-width: 21.33333rem;
    max-width: 60rem; }
    @media screen and (min-width: 40em) {
      .card .image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
    @media screen and (max-width: 39.9375em) {
      .card .image {
        height: 200px;
        line-height: 200px;
        width: 100%;
        min-width: 0;
        max-width: 100%; } }
    .card .image:after {
      display: block;
      content: '';
      position: absolute; }
      @media screen and (max-width: 39.9375em) {
        .card .image:after {
          width: 0;
          height: 0;
          border-left: 23px solid transparent;
          border-right: 23px solid transparent;
          border-bottom: 23px solid #fefefe;
          border-top: 23px solid transparent;
          bottom: 0;
          left: 24px; } }
      @media screen and (min-width: 40em) {
        .card .image:after {
          width: 0;
          height: 0;
          border-right: 18px solid #fefefe;
          border-top: 18px solid transparent;
          border-bottom: 18px solid transparent;
          top: 24px;
          right: -1px; } }
    .card .image img {
      display: block; }
      @media screen and (max-width: 39.9375em) {
        .card .image img {
          height: 100%; } }
      @media screen and (min-width: 40em) {
        .card .image img {
          width: 100%;
          height: 100%; } }
    .card .image.blockquote {
      width: 50%; }
    .card .image blockquote {
      background: transparent;
      display: inline-block;
      font-weight: 900;
      color: #fefefe;
      font-size: 3vw;
      line-height: 108%;
      margin: 0;
      padding: 0 3.33333rem; }
      @media screen and (max-width: 39.9375em) {
        .card .image blockquote {
          height: 100%;
          font-size: 18px; } }
      @media screen and (min-width: 40em) {
        .card .image blockquote {
          width: 100%; } }
      @media screen and (min-width: 75em) {
        .card .image blockquote {
          font-size: 2.4rem; } }
  .card .content {
    padding: 2.33333rem 2.66667rem 1.33333rem 2.66667rem; }
    .card .content .title {
      font-size: 1.6rem;
      line-height: 1.86667rem;
      font-weight: 600; }
      .card .content .title:after {
        display: block;
        content: '';
        border-bottom: solid 3px #FF1A58;
        margin-top: 1.33333rem;
        margin-bottom: 1rem;
        width: 2.66667rem; }
    .card .content .date {
      font-size: 0.8rem;
      color: #545555;
      font-weight: 700;
      margin-bottom: 1rem; }
    .card .content .category {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 0.8rem;
      color: #FF1A58;
      margin-bottom: 1rem; }
  .card.secondary .category {
    color: #0091DA; }
  .card.secondary .button {
    background: #0091DA;
    border: solid 2px #0091DA; }
    .card.secondary .button:hover {
      background: #fefefe;
      color: #0091DA; }
  .card.secondary .title::after {
    border-bottom-color: #0091DA; }
  .card.vertical {
    -ms-flex-direction: column;
        flex-direction: column;
    /*display:block;
		.image {
			width:100%;
			max-height:rem-calc(200);
			min-width:100%;
			max-width:100%;
			line-height:200px;
			display:block;
			&:after {
				@include triangle(23, 23, $white, 'bottom');
				top:auto;
				bottom:0;
				left:24px;
			}
			blockquote {
				display:inline-block;
				height:rem-calc(200);
				font-size:24px;
				@include breakpoint(medium){
					font-size:4vw;
				}
				@include breakpoint(large) {
					font-size:2.5vw;
				}
			}
		}
		*/ }
    .card.vertical.inverted {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
      .card.vertical.inverted .image::after {
        width: 0;
        height: 0;
        border-left: 23px solid transparent;
        border-right: 23px solid transparent;
        border-top: 23px solid #fefefe;
        border-bottom: 23px solid transparent;
        top: 0;
        left: 24px; }
    .card.vertical .image {
      width: 100%; }
      .card.vertical .image:after {
        width: 0;
        height: 0;
        border-left: 23px solid transparent;
        border-right: 23px solid transparent;
        border-bottom: 23px solid #fefefe;
        border-top: 23px solid transparent;
        top: auto;
        bottom: 0;
        left: 24px; }
      .card.vertical .image blockquote {
        display: inline-block;
        height: 13.33333rem;
        font-size: 24px;
        padding-top: 1.33333rem;
        padding-bottom: 0.66667rem; }
        @media screen and (min-width: 40em) {
          .card.vertical .image blockquote {
            font-size: 4vw; } }
        @media screen and (min-width: 64em) {
          .card.vertical .image blockquote {
            font-size: 2.5vw; } }
    .card.vertical .content {
      width: 100%; }
  .card.video .image:before {
    content: '';
    background: rgba(0, 145, 218, 0.7) url("//cdn.entergynewsroom.com/img/play.png") no-repeat center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .card.twitter {
    background: #4A90E2;
    background-image: url("//cdn.entergynewsroom.com/img/icons/twitter-white.svg");
    background-repeat: no-repeat;
    background-position: top 24px right 24px;
    display: block;
    padding: 1.33333rem 2.66667rem 2rem 2.66667rem;
    color: #fefefe;
    font-size: 1.26667rem;
    height: 100%;
    border-radius: 0.53333rem; }
    .card.twitter .title {
      font-weight: 900;
      font-size: 0.8rem;
      text-transform: uppercase;
      margin-bottom: 2.66667rem; }
    .card.twitter a {
      color: #fefefe;
      text-decoration: underline; }
    .card.twitter .date {
      font-weight: 900;
      font-size: 0.8rem;
      text-transform: uppercase; }
    .card.twitter p {
      font-size: 1rem; }
    .card.twitter:hover {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
  .card.bio .image {
    background-position-y: -50px;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .card.bio .image {
        background-position-y: center;
        min-width: 33%;
        width: 33%; } }
    .card.bio .image img {
      width: 100%;
      min-height: 0; }
  .card.featured {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .card.featured .content {
      width: 50%; }
    .card.featured .image {
      height: 43.06667rem;
      width: 50%; }
      .card.featured .image:before {
        content: 'Featured';
        text-transform: uppercase;
        font-size: 0.8rem;
        font-weight: 900;
        color: #fefefe;
        background: url("//cdn.entergynewsroom.com/img/featured.png") no-repeat left -2px, linear-gradient(to right, rgba(10, 10, 10, 0.6), rgba(10, 10, 10, 0.6));
        display: block;
        width: auto;
        top: 17px;
        right: 21px;
        padding-left: 20px;
        padding-right: 8px;
        position: absolute; }
      @media screen and (min-width: 40em) {
        .card.featured .image:after {
          width: 0;
          height: 0;
          border-left: 18px solid #fefefe;
          border-top: 18px solid transparent;
          border-bottom: 18px solid transparent;
          border-right: none;
          top: 24px;
          left: 0; } }

.dyk {
  font-size: 1.6rem;
  color: #fefefe;
  background: #FF1A58;
  padding: 4.66667rem 3.13333rem;
  margin-bottom: 1rem;
  border-radius: 0.53333rem; }
  .dyk.expand {
    width: 100%;
    height: 100%; }
  .dyk .title {
    content: 'Did you know?';
    font-size: 2.4rem;
    font-weight: 900; }
    .dyk .title:after {
      content: '';
      display: block;
      width: 80px;
      border-bottom: solid 3px #fefefe;
      margin-bottom: 1.33333rem; }
  .dyk .button:hover {
    border: solid 2px #fefefe; }
  .dyk .message {
    margin-bottom: 3.86667rem; }

#search-overlay {
  opacity: 0;
  background: rgba(254, 254, 254, 0.96);
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 200000;
  transition: opacity 300ms ease-out; }
  body.show-search-overlay #search-overlay {
    opacity: 1;
    width: 100%;
    height: 100%; }
  #search-overlay form {
    display: block;
    max-width: 100%;
    width: 25.8rem;
    margin: 0 auto;
    margin-top: 6.66667rem; }
    @media screen and (min-width: 64em) {
      #search-overlay form {
        margin-top: 16.33333rem; } }
    #search-overlay form label {
      font-size: 1.2rem;
      line-height: 24px; }
    #search-overlay form .container {
      width: 100%;
      display: -ms-flexbox;
      display: flex; }
    #search-overlay form select {
      font-size: 24px;
      height: auto; }
    #search-overlay form input[type="text"] {
      box-shadow: none;
      font-size: 1.6rem;
      height: auto;
      margin: 0;
      border-radius: 0; }
    #search-overlay form input[type="image"] {
      border-radius: 0;
      transition: all 300ms ease-out; }
      #search-overlay form input[type="image"]:hover {
        filter: saturate(0.85); }
  #search-overlay a.close {
    float: right;
    display: block;
    font-size: 0.86667rem;
    text-align: right;
    position: relative;
    padding-right: 25px;
    margin-top: -5px; }
    #search-overlay a.close:after {
      position: absolute;
      right: 0;
      content: '×';
      font-size: 48px;
      line-height: 20px;
      font-weight: bold; }
  #search-overlay fieldset {
    margin: 16px 20px; }
  #search-overlay ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #search-overlay ul li {
      padding: 10px;
      border-right: solid 1px rgba(0, 0, 0, 0.25); }
      #search-overlay ul li input {
        margin-bottom: 0; }
      #search-overlay ul li label {
        font-size: 13px; }

.pages {
  background: #F3F3F3;
  padding: 2.13333rem 0;
  width: 100%; }
  .pages .pager {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center; }
    .pages .pager li {
      display: inline-block;
      margin: 0 0.66667rem; }
      .pages .pager li.back a, .pages .pager li.next a {
        font-size: 0.93333rem;
        font-weight: 900; }
        .pages .pager li.back a:hover, .pages .pager li.next a:hover {
          color: #FF1A58; }
    .pages .pager a {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 1.33333rem;
      font-weight: bold; }
      .pages .pager a.active, .pages .pager a:hover {
        color: #0a0a0a; }

/*article {
	body.page-article &, body.page-news & {
		margin-top:-120px;
	}
}*/
.byline {
  color: #0a0a0a;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 0.8rem 0 0 0;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #545555; }

.author-plug {
  float: right;
  display: -ms-flexbox;
  display: flex; }
  .author-plug .image {
    width: 60px;
    margin-right: 12px;
    text-align: center; }
    .author-plug .image img {
      max-height: 60px; }
  .author-plug .content .name {
    font-size: 1.6rem; }

.related {
  min-height: 25rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  padding: 2.66667rem 2.33333rem;
  font-size: 2.06667rem;
  line-height: 2.53333rem;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  transition: all .25s ease-out;
  border-radius: 0.53333rem;
  margin-bottom: 1rem; }
  .related:hover {
    color: #fefefe;
    box-shadow: 16px 14px 17px 0 rgba(10, 10, 10, 0.22);
    -ms-transform: translateX(-5px) translateY(-5px);
        transform: translateX(-5px) translateY(-5px); }

.dropdown-pane {
  z-index: 200;
  border: none;
  box-shadow: 2px 2px 8px rgba(10, 10, 10, 0.12); }
  @media screen and (min-width: 40em) {
    .dropdown-pane#outages-dropdown.is-open {
      margin-top: 33px;
      margin-left: 148px; } }
  .dropdown-pane ul {
    list-style: none;
    margin: 0; }
    .dropdown-pane ul a {
      display: block;
      padding: 0.53333rem 1.33333rem;
      color: #0a0a0a;
      border-left: solid 4px transparent; }
      .dropdown-pane ul a:hover {
        background: rgba(255, 26, 88, 0.04);
        color: #FF1A58;
        border-left-color: #FF1A58; }

.date-picker {
  background-image: linear-gradient(rgba(254, 254, 254, 0.75) 0%, rgba(254, 254, 254, 0.75) 100%), url("/img/icons/calendar-alt.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: auto 60%; }

/* Default styling for jQuery Datepicker v5.0.1. */
.datepick {
  background-color: #fff;
  color: #000;
  border: 1px solid #444;
  font-size: 90%; }

.datepick-rtl {
  direction: rtl; }

.datepick-popup {
  z-index: 10000000; }

.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.datepick a {
  color: #fff;
  text-decoration: none; }

.datepick a.datepick-disabled {
  color: #888;
  cursor: auto; }

.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-weight: bold; }

.datepick-nav, .datepick-ctrl {
  float: left;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 90%;
  font-weight: bold; }

.datepick-ctrl {
  background-color: #6E6E6E; }

.datepick-cmd {
  width: 30%; }

.datepick-cmd-prevJump, .datepick-cmd-nextJump {
  width: 8%; }

a.datepick-cmd {
  height: 1.5em; }

button.datepick-cmd {
  text-align: center; }

.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
  float: left;
  padding-left: 2%; }

.datepick-cmd-current, .datepick-cmd-today {
  float: left;
  width: 35%;
  text-align: center; }

.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right; }

.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right; }

.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
  float: right; }

.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left; }

.datepick-month-nav {
  float: left;
  background-color: #777;
  text-align: center; }

.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%; }

.datepick-month-nav span {
  color: #888; }

.datepick-month-row {
  clear: left; }

.datepick-month {
  float: left;
  width: 15em;
  border: 1px solid #444;
  text-align: center; }

.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
  height: 1.5em;
  background-color: #444;
  color: #fff;
  font-weight: bold; }

.datepick-month-header select, .datepick-month-header input {
  display: inline;
  width: auto;
  height: 1.4em;
  margin: 0em;
  padding: 0em;
  border: none;
  font-size: 100%; }

.datepick-month-header input {
  position: absolute;
  display: none; }

.datepick-month table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0; }

.datepick-month thead {
  border-bottom: 1px solid #aaa; }

.datepick-month th, .datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center; }

.datepick-month th {
  border: 1px solid #777; }

.datepick-month th, .datepick-month th a {
  background-color: #777;
  color: #fff; }

.datepick-month td {
  background-color: #eee;
  border: 1px solid #aaa; }

.datepick-month td.datepick-week {
  border: 1px solid #777; }

.datepick-month td.datepick-week * {
  background-color: #777;
  color: #fff;
  border: none; }

.datepick-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
  background-color: #eee;
  color: #000;
  text-decoration: none; }

.datepick-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em; }

.datepick-month td span {
  color: #888; }

.datepick-month td .datepick-other-month {
  background-color: #fff; }

.datepick-month td .datepick-weekend {
  background-color: #ddd; }

.datepick-month td .datepick-today {
  background-color: #f0c0c0; }

.datepick-month td .datepick-highlight {
  background-color: #f08080; }

.datepick-month td .datepick-selected {
  background-color: #777;
  color: #fff; }

.datepick-month th.datepick-week {
  background-color: #777;
  color: #fff; }

.datepick-status {
  clear: both;
  background-color: #ddd;
  text-align: center; }

.datepick-clear-fix {
  clear: both; }

@media screen and (max-width: 39.9375em) {
  .-content-image-float-left {
    width: 100%; } }

@media screen and (min-width: 40em) {
  .-content-image-float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; } }

@media screen and (max-width: 39.9375em) {
  .-content-image-float-right {
    width: 100%; } }

@media screen and (min-width: 40em) {
  .-content-image-float-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px; } }

hr.thick {
  border-width: 5px;
  border-color: #979797; }

.off-canvas {
  height: 100%; }
  .off-canvas .close-button {
    border: none;
    color: #fefefe; }
    .off-canvas .close-button:hover {
      background: none; }
  .off-canvas ul.menu {
    margin-top: 30px; }
    .off-canvas ul.menu li .label {
      padding: 0.66667rem 1rem;
      color: #fefefe;
      background: #8c8279;
      display: block;
      font-size: 0.93333rem;
      font-weight: 900;
      text-transform: uppercase; }
    .off-canvas ul.menu li a {
      padding: 0.66667rem 1rem;
      color: #fefefe; }
      .off-canvas ul.menu li a:hover {
        background: #8c8279; }
  .off-canvas ul.submenu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .off-canvas ul.submenu li a {
      font-size: 0.93333rem;
      padding: 0.33333rem 1rem 0.33333rem 2.33333rem;
      color: #fefefe; }
      .off-canvas ul.submenu li a:hover {
        background: #8c8279; }

body.show-search-overlay {
  overflow: hidden;
  animation: 300ms delay-overflow; }

@keyframes delay-overflow {
  from {
    overflow: auto; } }

nav.utility {
  text-align: left;
  margin-top: 0;
  background: #0a0a0a;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 100; }
  @media screen and (max-width: 63.9375em) {
    nav.utility {
      height: 6.26667rem; } }
  nav.utility .column, nav.utility .columns {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 64em) {
      nav.utility .column, nav.utility .columns {
        -ms-flex-align: center;
            align-items: center; } }
    @media screen and (max-width: 63.9375em) {
      nav.utility .column, nav.utility .columns {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  nav.utility a {
    display: block;
    padding: 0.33333rem 0;
    font-weight: bold;
    font-size: 1.06667rem;
    color: #fefefe;
    margin: 0.53333rem 0.66667rem;
    background-repeat: no-repeat;
    background-position: left center; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      nav.utility a {
        font-size: 0.8rem; } }
    @media screen and (max-width: 39.9375em) {
      nav.utility a {
        width: 44%;
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      nav.utility a.opco {
        font-size: 0.93333rem; } }
    @media screen and (max-width: 63.9375em) {
      nav.utility a.opco {
        text-align: center;
        width: calc(100%);
        -ms-flex-preferred-size: calc(100%);
            flex-basis: calc(100%); } }
    nav.utility a.myaccount {
      padding-left: 1.33333rem;
      background-image: url("//cdn.entergynewsroom.com/img/icons/myaccount.svg"); }
      nav.utility a.myaccount:hover {
        text-decoration: underline; }
    nav.utility a.utilities {
      padding-left: 1.6rem;
      background-image: url("//cdn.entergynewsroom.com/img/icons/utilities.svg"); }
      nav.utility a.utilities:hover {
        text-decoration: underline; }
    nav.utility a.outages {
      transition: all 300ms ease-out;
      background-position-x: 10px;
      padding-right: 10px;
      background-color: #FF1A58;
      padding-left: 2.4rem;
      background-image: url("//cdn.entergynewsroom.com/img/icons/outages.svg");
      border-radius: 3.8rem;
      text-transform: uppercase; }
      @media screen and (min-width: 40em) {
        nav.utility a.outages {
          margin-left: auto; } }
      nav.utility a.outages:hover {
        background-color: #AD0047; }
    nav.utility a#storm-center-mobile {
      background: #FF1A58;
      color: #fefefe;
      padding: 0.33333rem 1.66667rem 0.33333rem 1.66667rem;
      transition: background 300ms ease-out;
      border-radius: 3.8rem;
      text-transform: uppercase;
      border-bottom: none; }
      nav.utility a#storm-center-mobile:hover {
        background-color: #ef0041; }
    @media screen and (max-width: 39.9375em) {
      nav.utility a {
        font-size: 14px; } }
  nav.utility .pipe {
    color: #fefefe;
    font-size: 2rem; }

header {
  margin-top: 50px;
  padding: 1.33333rem 0 1.33333rem 0;
  position: fixed;
  width: 100%;
  box-shadow: 0 3px 5px 0 rgba(10, 10, 10, 0.1);
  background: #fefefe;
  z-index: 100;
  transition: all .25s ease-out; }
  @media screen and (max-width: 63.9375em) {
    header {
      margin-top: 6.26667rem; } }
  body.scrolled header {
    padding: 0 0 1rem 0; }
  header .logo {
    transition: all .25s ease-out;
    max-height: 100%;
    width: 13.222rem;
    max-width: unset; }
    body.scrolled header .logo {
      margin-top: 1.33333rem; }
      @media screen and (min-width: 40em) {
        body.scrolled header .logo {
          width: 9.73333rem; } }
  header .logo_curtain {
    width: 13.222rem;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
  header nav {
    text-align: right;
    margin-top: 0.66667rem;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
    header nav ul.top-level {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none; }
      header nav ul.top-level > li {
        display: inline-block; }
        header nav ul.top-level > li > a {
          display: block;
          margin: 0 1rem;
          color: #0a0a0a;
          font-size: 0.8rem;
          font-weight: bold;
          border-bottom: solid 4px transparent; }
          @media screen and (min-width: 62.5em) {
            header nav ul.top-level > li > a {
              font-size: 14px; } }
          @media screen and (min-width: 70em) {
            header nav ul.top-level > li > a {
              font-size: 16px; } }
          @media screen and (min-width: 76.25em) {
            header nav ul.top-level > li > a {
              font-size: 18px; } }
          header nav ul.top-level > li > a#search-icon {
            margin-right: 1rem; }
            header nav ul.top-level > li > a#search-icon:hover {
              border-bottom-color: transparent; }
          header nav ul.top-level > li > a#storm-center {
            background: #FF1A58;
            color: #fefefe;
            padding: 0.53333rem 1.66667rem 0.53333rem 1.66667rem;
            margin-bottom: 4px;
            transition: background 300ms ease-out;
            border-radius: 3.8rem;
            text-transform: uppercase;
            border-bottom: none; }
            header nav ul.top-level > li > a#storm-center:hover {
              background-color: #ef0041; }
        header nav ul.top-level > li:first-child a {
          margin-left: 0; }
        header nav ul.top-level > li.is-active > a, header nav ul.top-level > li > a:hover, header nav ul.top-level > li.selected > a {
          border-bottom: solid 4px #FF1A58; }
  header .menuIcon {
    display: inline-block;
    margin-left: 1.66667rem;
    vertical-align: top; }
    header .menuIcon img {
      width: 31px; }
  header .submenu {
    margin-top: 0.86667rem;
    border: none;
    box-shadow: 2px 2px 8px 0 rgba(10, 10, 10, 0.12);
    font-size: 1.06667rem;
    font-weight: bold;
    text-align: left;
    padding: 0.86667rem 0; }
    header .submenu li {
      display: block; }
      header .submenu li a {
        display: block;
        padding: 0.53333rem 1.33333rem;
        color: #0a0a0a;
        border-left: solid 4px transparent; }
        header .submenu li a:hover {
          background: rgba(255, 26, 88, 0.04);
          color: #FF1A58;
          border-left-color: #FF1A58; }

.header-space {
  height: 11.49267rem;
  transition: all .25s ease-out; }
  @media screen and (min-width: 64em) {
    .header-space {
      height: 9.79667rem; } }
  body.scrolled .header-space {
    height: 8.93333rem; }

.menu > li > a {
  padding: 0.4rem 0; }

section {
  margin-bottom: 1rem; }
  section.lightgray {
    background: #f9f9f9; }
  section.gray {
    background: #F2F2F2; }

section#breaking {
  background: #AD0047;
  display: block;
  width: 100%;
  padding: 0.66667rem;
  font-size: 1.13333rem;
  color: #fefefe;
  text-align: center; }
  section#breaking a {
    color: #fefefe; }
  section#breaking strong {
    display: inline-block;
    font-weight: 900;
    padding: 0 1.33333rem; }

section#masthead {
  padding-top: 2.8rem; }
  section#masthead .slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    color: #0a0a0a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    overflow: hidden; }
    @media screen and (max-width: 39.9375em) {
      section#masthead .slide {
        display: block !important; } }
    section#masthead .slide:not(:first-child) {
      display: none; }
    section#masthead .slide.media-slide {
      background-size: contain; }
    section#masthead .slide .image {
      position: relative;
      padding: 0 !important;
      max-height: 24.33333rem;
      background-size: cover;
      background-repeat: no-repeat;
      overflow: hidden;
      width: 50%;
      min-width: 25.33333rem;
      max-width: 36.53333rem;
      border-radius: 0.53333rem; }
      @media screen and (max-width: 39.9375em) {
        section#masthead .slide .image {
          width: 100%; } }
      section#masthead .slide .image img {
        min-width: 100%;
        min-height: 100%; }
        @media screen and (max-width: 39.9375em) {
          section#masthead .slide .image img {
            width: 100%;
            min-height: auto; } }
      section#masthead .slide .image blockquote {
        background: transparent;
        font-weight: 900;
        color: #fefefe;
        font-size: 18px;
        line-height: 120%;
        padding: 0 3.33333rem; }
        @media screen and (min-width: 40em) {
          section#masthead .slide .image blockquote {
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            margin: 0;
            font-size: 36px; } }
      section#masthead .slide .image .image-caption {
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        bottom: auto; }
    section#masthead .slide .content {
      padding: 2.33333rem 2.66667rem 1.33333rem 2.66667rem; }
      section#masthead .slide .content .title {
        font-size: 1.6rem;
        line-height: 1.86667rem; }
        section#masthead .slide .content .title:after {
          display: block;
          content: '';
          border-bottom: solid 3px #FF1A58;
          margin-top: 1.33333rem;
          margin-bottom: 1rem;
          width: 2.66667rem; }
      section#masthead .slide .content .date {
        font-size: 0.8rem;
        color: #545555;
        font-weight: 700;
        margin-bottom: 1rem; }
      section#masthead .slide .content .category {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 0.8rem;
        color: #FF1A58; }
      @media screen and (max-width: 39.9375em) {
        section#masthead .slide .content .button {
          width: 100%; } }
  section#masthead #slider.slick-initialized .slide {
    display: -ms-flexbox;
    display: flex; }
  section#masthead .slider-pagination {
    text-align: center;
    margin: 1.86667rem 0 0 0;
    list-style: none;
    display: block; }
    section#masthead .slider-pagination li {
      display: inline-block; }
      section#masthead .slider-pagination li a {
        background: none;
        font-size: 2.66667rem;
        line-height: 10px;
        color: #D8D8D8;
        transition: color 300ms ease-out; }
        section#masthead .slider-pagination li a.current, section#masthead .slider-pagination li a:hover {
          color: #FF1A58; }

section#social-feed ul.social-links {
  margin: -0.33333rem 0 0 0;
  padding: 0;
  float: right;
  display: block;
  list-style: none;
  text-align: right; }
  section#social-feed ul.social-links li {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase; }
    section#social-feed ul.social-links li img {
      margin-bottom: 0.33333rem;
      margin-right: 0.33333rem; }
    section#social-feed ul.social-links li a {
      font-size: 0.93333rem;
      display: block;
      padding: 0 0.8rem;
      position: static; }
      section#social-feed ul.social-links li a.facebook {
        color: #3C5B9B; }
      section#social-feed ul.social-links li a.twitter {
        color: #2DAAE1; }
      section#social-feed ul.social-links li a.linkedin {
        color: #007AAA; }
      section#social-feed ul.social-links li a.instagram {
        color: #5A5A5A; }
      section#social-feed ul.social-links li a.youtube {
        color: #F61C0D; }
      section#social-feed ul.social-links li a:hover {
        filter: brightness(0);
        color: #0a0a0a; }
    section#social-feed ul.social-links li:first-child a {
      padding-left: 0; }

section#feeds {
  padding: 3.33333rem 0 4.53333rem 0;
  margin-bottom: 0; }

section#people {
  padding: 3.33333rem 0 2.66667rem 0;
  margin-bottom: 0; }

section#video {
  padding: 4rem 0; }

.circut {
  background: #fefefe; }
  .circut img {
    display: block;
    width: 20rem;
    margin: 0 auto;
    padding: 0; }

footer {
  background: #0a0a0a;
  color: #fefefe;
  font-size: 0.8rem;
  font-weight: bold; }
  footer a {
    color: #fefefe; }
    footer a:hover {
      color: #FF1A58; }
  footer .header {
    font-size: 1.6rem; }
  footer nav {
    padding: 2.66667rem 0 0 0; }
    footer nav ul {
      margin: 0 0 1rem 0;
      padding: 0;
      list-style: none; }
      footer nav ul li {
        display: block; }
        footer nav ul li:first-child {
          margin-top: 0.33333rem; }
        footer nav ul li a {
          font-weight: bold;
          font-size: 0.93333rem;
          padding: 0.13333rem 0;
          display: block; }
    footer nav ul.tertiary {
      margin: -0.66667rem 0 0 1rem; }
      footer nav ul.tertiary a {
        font-size: 0.8rem; }
  footer .search-bar {
    padding: 2rem 0;
    background: #0a0a0a;
    text-align: center; }
    footer .search-bar form {
      display: block;
      white-space: nowrap; }
      footer .search-bar form label {
        position: absolute;
        z-index: 2;
        color: #fefefe;
        margin-top: -22px; }
      footer .search-bar form .container {
        text-align: left; }
      footer .search-bar form label.siteLabel {
        position: static;
        margin-top: 0; }
      footer .search-bar form input[type="search"] {
        width: 16.66667rem;
        text-align: left;
        margin: 0;
        border: none;
        display: inline-block;
        vertical-align: top;
        height: 3rem;
        border-radius: 3.8rem 0 0 3.8rem;
        padding-left: 1.66667rem;
        -webkit-appearance: none; }
        @media screen and (min-width: 40em) {
          footer .search-bar form input[type="search"] {
            width: 24.53333rem; } }
      footer .search-bar form input[type="image"] {
        display: inline-block;
        transition: all 300ms ease-out;
        border-radius: 0 3.8rem 3.8rem 0;
        -webkit-appearance: none; }
        footer .search-bar form input[type="image"]:hover {
          filter: saturate(0.85); }
  footer ul.social-links {
    display: block;
    margin: 2rem 0 1rem 0;
    padding: 0;
    list-style: none;
    border-bottom: solid 1px #fefefe; }
    footer ul.social-links li {
      display: inline-block; }
      footer ul.social-links li img {
        height: 31px;
        margin: 0 0.66667rem 0.93333rem 0.66667rem;
        filter: brightness(0) invert(1); }
        footer ul.social-links li img:first-child {
          margin-left: 0; }
        footer ul.social-links li img:hover {
          filter: none; }
  footer ul.links {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right; }
    footer ul.links li {
      display: inline-block; }
      footer ul.links li a {
        display: block; }
        footer ul.links li a:after {
          display: inline-block;
          content: '|';
          margin: 0 0.66667rem;
          color: #fefefe; }
        footer ul.links li a:hover {
          color: #0091DA; }
      footer ul.links li:last-child a::after {
        display: none; }
      footer ul.links li:first-child a img {
        margin-right: 5px;
        height: 20px; }
      footer ul.links li:first-child a:after {
        display: none; }

.spacer {
  clear: both;
  height: 20px; }

.readmore {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 3.46667rem; }

.red {
  background-color: #FF1A58;
  color: #fefefe; }

.beige {
  background-color: #8c8279;
  color: #fefefe; }

.blue {
  background-color: #0091DA;
  color: #fefefe; }

.orange {
  background-color: #e87722;
  color: #fefefe; }

.yellow {
  background-color: #f1c400;
  color: #fefefe; }

.green {
  background-color: #789d4a;
  color: #fefefe; }

.companyNav {
  margin: 0;
  background: #ececec;
  border-top: solid 1px #B0B0B0;
  border-bottom: solid 1px #B0B0B0; }
  @media screen and (min-width: 40em) {
    body.storm-center .companyNav {
      margin-top: -1rem;
      margin-bottom: 3.33333rem; }
      body.storm-center .companyNav.stormcenter {
        margin-top: 0;
        margin-bottom: 0; } }
  .companyNav select {
    border: none;
    border-left: solid 1px #B0B0B0;
    border-right: solid 1px #B0B0B0;
    margin: 0; }
  .companyNav .tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border: none;
    background: transparent; }
    .companyNav .tabs li {
      border-right: 1px solid #B0B0B0; }
      .companyNav .tabs li:first-child {
        border-left: 1px solid #B0B0B0; }
      .companyNav .tabs li a {
        display: block;
        font-size: 1.06667rem;
        color: #0a0a0a; }
        li.arkansas .companyNav .tabs li a:hover span {
          background-position: 0 -25px; }
      .companyNav .tabs li span {
        display: block;
        margin: 0 auto;
        text-indent: -9999px;
        background: url("//cdn.entergynewsroom.com/img/icons/companyNav.png") no-repeat; }
      .companyNav .tabs li.is-active {
        background: #fefefe; }
      .companyNav .tabs li.arkansas span {
        background-position: 0 0;
        width: 19px;
        height: 25px; }
      .companyNav .tabs li.arkansas a:hover span {
        background-position: 0 -25px; }
      .companyNav .tabs li.louisiana span {
        background-position: -19px 0;
        width: 24px;
        height: 25px; }
      .companyNav .tabs li.louisiana a:hover span {
        background-position: -19px -25px; }
      .companyNav .tabs li.mississippi span {
        background-position: -43px 0;
        width: 13px;
        height: 25px; }
      .companyNav .tabs li.mississippi a:hover span {
        background-position: -43px -25px; }
      .companyNav .tabs li.neworleans span {
        background-position: -105px 0;
        width: 21px;
        height: 25px; }
      .companyNav .tabs li.neworleans a:hover span {
        background-position: -105px -25px; }
      .companyNav .tabs li.texas span {
        background-position: -56px 0;
        width: 27px;
        height: 25px; }
      .companyNav .tabs li.texas a:hover span {
        background-position: -56px -25px; }
      .companyNav .tabs li.nuclear span {
        background-position: -83px 0;
        width: 22px;
        height: 25px; }
      .companyNav .tabs li.nuclear a:hover span {
        background-position: -83px -25px; }
      .companyNav .tabs li.all span {
        background-position: -126px 0;
        width: 20px;
        height: 25px; }
      .companyNav .tabs li.all a:hover span {
        background-position: -126px -25px; }

.section-header {
  background: url("//cdn.entergynewsroom.com/img/header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden; }
  body.storm-center .section-header {
    height: 9.46667rem;
    min-height: auto;
    background-size: 160px 160px, cover; }
  .section-header h1, .section-header .h1 {
    color: #fefefe;
    line-height: 120% !important;
    text-align: center;
    line-height: 5.86667rem;
    font-size: 5vw;
    padding: 7% 0;
    font-weight: bold; }
  .section-header.header-small {
    min-height: 8.53333rem; }
    .section-header.header-small h1, .section-header.header-small .h1 {
      padding-top: 0;
      padding-bottom: 0; }
      @media screen and (max-width: 39.9375em) {
        .section-header.header-small h1, .section-header.header-small .h1 {
          font-size: 2.33333rem; } }

section.main-content {
  padding: 2rem 0 4.33333rem 0; }
  section.main-content.white {
    background: white; }

.large-frame {
  background: #fefefe;
  padding: 1.33333rem;
  border-radius: 0.53333rem; }
  @media screen and (min-width: 64em) {
    .large-frame {
      box-shadow: 2px 2px 8px 0 rgba(10, 10, 10, 0.12);
      padding: 4.66667rem; } }

.fluid-frame.large-10 {
  background: #fefefe;
  padding: 1.33333rem;
  border-radius: 0.53333rem; }
  @media screen and (min-width: 64em) {
    .fluid-frame.large-10 {
      box-shadow: 2px 2px 8px 0 rgba(10, 10, 10, 0.12);
      padding: 4.66667rem; } }

@media screen and (min-width: 64em) {
  .fluid-frame.large-7 {
    background: #fefefe;
    padding: 1.33333rem;
    border-radius: 0.53333rem;
    box-shadow: 2px 2px 8px 0 rgba(10, 10, 10, 0.12); } }

@media screen and (min-width: 75em) {
  .fluid-frame.large-7 {
    padding: 4.66667rem; } }

.content-padding {
  padding-left: 2.66667rem; }

@media screen and (min-width: 64em) {
  .sidebar-wrapper {
    padding-right: 2.66667rem; } }

aside {
  background: #FF1A58;
  color: #fefefe;
  padding: 1.33333rem;
  border-radius: 0.53333rem; }
  @media screen and (min-width: 64em) {
    aside {
      padding: 1.66667rem 3.66667rem; } }
  aside .title {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600; }
    aside .title a {
      color: #fefefe; }
  aside ul {
    list-style: none;
    margin: 0.66667rem 0 0 0;
    padding: 0; }
    aside ul li {
      display: block;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline; }
      aside ul li:before {
        content: '\203A';
        display: inline-block;
        color: #fff;
        font-size: 1.6rem;
        margin-right: 0.66667rem;
        font-weight: 900;
        text-decoration: none !important; }
      aside ul li a {
        display: inline-block;
        padding: 0.33333rem 0;
        color: #fefefe;
        font-size: 1.06667rem;
        text-decoration: none;
        font-weight: 600; }
        aside ul li a:hover, aside ul li a:focus {
          color: #fefefe;
          text-decoration: underline; }
        aside ul li a.active {
          font-weight: bold; }
      @media (max-width: 1024px) {
        aside ul li a {
          text-decoration: underline; }
          aside ul li a:hover, aside ul li a:focus {
            text-decoration: none; } }

main {
  background: #f9f9f9; }

section.margin {
  margin: 4rem 0 2.66667rem 0; }

.content-row {
  position: relative;
  z-index: 2; }

.section-photo {
  filter: blur(10px);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  min-height: 15.06667rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.contact-box {
  font-size: 0.86667rem;
  margin: 0 0 1rem 0 !important; }
  .contact-box .contact-label {
    color: #fefefe;
    background: #FF1A58;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    .contact-box .contact-label span {
      display: inline-block;
      padding: 0 1rem;
      text-align: center; }
  .contact-box .contact-content {
    background: #979797; }
  .contact-box .contact-name {
    background: #f9f9f9;
    padding: 0.66667rem 1.33333rem;
    margin: 1px 1px 1px -1px; }
    .contact-box .contact-name span {
      display: inline-block;
      padding: 0 0.66667rem; }

.column-block {
  margin-bottom: 1.33333rem; }

.lift {
  margin-top: -120px; }

article .photo {
  position: relative;
  margin-bottom: 1.66667rem; }
  @media screen and (min-width: 64em) {
    article .photo {
      width: 100%;
      height: 500px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; } }

.image-caption {
  font-size: 75%;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: right;
  color: #fefefe;
  background: rgba(10, 10, 10, 0.5);
  padding: 0.13333rem 0.66667rem;
  z-index: 10; }
  @media screen and (max-width: 39.9375em) {
    .image-caption {
      line-height: 180%; } }
  @media screen and (min-width: 40em) {
    .image-caption {
      font-size: 80%; } }

.editable-content img {
  margin-bottom: 1.33333rem;
  max-width: 100%; }

.editable-content figure.image {
  margin-bottom: 1.33333rem; }
  .editable-content figure.image img {
    margin-bottom: 0; }

@media (max-width: 580px) {
  .editable-content img {
    float: none;
    display: block; } }

#success-stories {
  padding: 85px 0; }
  #success-stories h2 {
    margin-bottom: 47px; }
  #success-stories .heading {
    font-size: 1.6rem;
    line-height: 1.86667rem;
    margin-bottom: 1rem; }
  #success-stories .posts-row {
    margin-bottom: 50px; }
  #success-stories .more-posts {
    color: #FF1A58;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 1rem; }
    @media screen and (min-width: 40em) {
      #success-stories .more-posts {
        text-align: right; } }

section.smart-slider .slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    section.smart-slider .slide {
      display: block !important; } }
  section.smart-slider .slide figure {
    position: relative;
    margin: 0 auto; }
    section.smart-slider .slide figure img {
      margin-bottom: 0; }
    section.smart-slider .slide figure figcaption {
      position: absolute;
      bottom: 0;
      background: rgba(10, 10, 10, 0.5);
      color: white;
      font-size: 13px;
      font-weight: bold;
      width: 100%;
      padding: 3px 10px;
      margin: 0; }
  section.smart-slider .slide img {
    max-height: 50vh; }
  section.smart-slider .slide .caption {
    position: absolute;
    bottom: 0; }

section.smart-slider #slider.slick-initialized .slide {
  display: -ms-flexbox;
  display: flex; }

section.smart-slider .slider-pagination {
  text-align: center;
  margin: 1.86667rem 0 0 0;
  list-style: none;
  display: block; }
  section.smart-slider .slider-pagination li {
    display: inline-block; }
    section.smart-slider .slider-pagination li a {
      background: none;
      font-size: 2.66667rem;
      line-height: 10px;
      color: #D8D8D8;
      transition: color 300ms ease-out; }
      section.smart-slider .slider-pagination li a.current, section.smart-slider .slider-pagination li a:hover {
        color: #FF1A58; }

section.smart-slider .slick-prev, section.smart-slider .slick-next {
  position: absolute;
  border: none;
  font-size: 40px;
  display: block;
  background: rgba(10, 10, 10, 0.25);
  opacity: .25;
  z-index: 1000;
  top: 0;
  height: 100%;
  color: black; }
  section.smart-slider .slick-prev:hover, section.smart-slider .slick-next:hover {
    color: black;
    opacity: 1; }
  section.smart-slider .slick-prev span, section.smart-slider .slick-next span {
    top: calc(50% - 25px);
    display: block;
    padding: 5px 10px;
    height: 50px;
    text-align: center; }

section.smart-slider .slick-prev {
  left: 0; }

section.smart-slider .slick-next {
  right: 0; }

section.smart-grid-gallery .gridLightbox {
  margin-left: -0.33333rem;
  margin-right: -0.33333rem; }
  section.smart-grid-gallery .gridLightbox .column, section.smart-grid-gallery .gridLightbox .columns {
    padding-left: 0.33333rem;
    padding-right: 0.33333rem;
    margin-bottom: 0.66667rem; }
    section.smart-grid-gallery .gridLightbox .column a, section.smart-grid-gallery .gridLightbox .columns a {
      display: block;
      background-position: center;
      background-size: cover; }
      section.smart-grid-gallery .gridLightbox .column a:after, section.smart-grid-gallery .gridLightbox .columns a:after {
        display: block;
        content: '';
        padding-bottom: 68.25%; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-prev, .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-next {
  position: absolute;
  border: none;
  font-size: 40px;
  display: block;
  background: rgba(10, 10, 10, 0.5);
  opacity: .5;
  z-index: 1000;
  top: 0;
  height: 100%;
  color: white; }
  .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-prev:hover, .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-next:hover {
    color: white;
    opacity: 1; }
  .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-prev span, .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-next span {
    top: calc(50% - 25px);
    display: block;
    padding: 5px 10px;
    height: 50px;
    text-align: center; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-prev {
  left: 0; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-next {
  right: 0; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
  top: 2rem;
  right: 4rem;
  z-index: 1001;
  height: 2.33333rem;
  width: 2.33333rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before {
    font-size: 2.26667rem; }
  .slick-lightbox .slick-lightbox-inner .slick-lightbox-close:hover {
    background: rgba(10, 10, 10, 0.5); }

figure {
  position: relative;
  padding: 0;
  margin: 0; }
  figure.-content-image-float-right img {
    margin: 0; }
    @media screen and (max-width: 39.9375em) {
      figure.-content-image-float-right img {
        width: 100%; } }
  @media screen and (min-width: 40em) {
    figure.-content-image-float-right {
      float: right;
      margin-left: 10px;
      margin-bottom: 10px; } }
  figure.-content-image-float-left img {
    margin: 0; }
    @media screen and (max-width: 39.9375em) {
      figure.-content-image-float-left img {
        width: 100%; } }
  @media screen and (min-width: 40em) {
    figure.-content-image-float-left {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; } }
  figure figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(10, 10, 10, 0.5);
    color: white;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    padding: 3px 10px;
    margin: 0; }

.page-history .page-header {
  margin-bottom: 50px; }

.page-history .spacer {
  height: 80px; }

section#masthead .slide .image img {
  min-height: auto; }

@media (max-width: 1024px) {
  .button.giant {
    font-size: 2rem; } }

@media (max-width: 1024px) and (min-width: 640px) {
  header nav ul.top-level > li > a {
    font-size: 1rem;
    margin: 0 .7rem;
    line-height: 1rem; }
  header nav ul.top-level > li > a#search-icon {
    margin-right: 0.7rem; }
  header nav ul.top-level > li > a#storm-center {
    padding: .3rem .8rem;
    margin: 0; } }

@media (max-width: 800px) and (min-width: 640px) {
  header nav ul.top-level > li > a {
    font-size: 0.9rem;
    margin: 0 .3rem;
    line-height: 0.9rem; }
  header nav ul.top-level > li > a#search-icon {
    margin-right: 0.2rem; }
  header nav ul.top-level > li > a#storm-center {
    padding: .3rem .6rem;
    margin: 0; }
  .social-links .show-for-medium {
    display: none; } }

@media (max-width: 670px) and (min-width: 640px) {
  header nav ul.top-level > li > a {
    font-size: 0.8rem;
    margin: 0 .3rem;
    line-height: 0.8rem; } }

@media (max-width: 640px) {
  header nav ul.top-level > li > a {
    font-size: 0.93333rem;
    line-height: 0.93333rem;
    padding: 0.46667rem 1rem !important; }
  section#masthead {
    padding-top: 0; }
  header {
    height: 4.9rem;
    padding: 0; }
  header > .row > .small-3 > a {
    display: block;
    height: 89%;
    padding-top: 6%; }
  body.scrolled header .logo, header .logo {
    margin-top: 0.5rem; }
  body.scrolled header {
    padding: 0; }
  section .header {
    font-size: 1.2rem; }
  .card .content {
    padding: 1.5rem 1.5rem .1rem 1.5rem; }
  .card .content .title {
    font-size: 1.2rem;
    line-height: 1.5rem; }
  .card .content .category {
    font-size: 0.7rem; }
  p {
    font-size: 0.9rem;
    line-height: 1.3rem; }
  .card .content .date, .card .content .category, .card .content .title:after {
    margin-bottom: 0.5rem; }
  .card .content .title:after {
    margin-top: 0.5rem; }
  .button {
    padding: .6rem 1.6rem .6rem 1.6rem;
    font-size: .8rem; }
  section#social-feed ul.social-links {
    margin: 0; }
  section#social-feed ul.social-links li a {
    padding-right: 0.4rem; }
  .readmore {
    margin-top: 1.5rem; }
  section {
    margin-bottom: 0.5rem; }
  section#video {
    padding: 1rem 0; }
  section#feeds {
    padding: 2rem 0 2rem 0; }
  .circut img {
    width: 100%; } }

body.storm-center main {
  background: #fefefe; }

#view-outages {
  margin-bottom: 0.53333rem;
  background: url("//cdn.entergynewsroom.com/img/outages.png") no-repeat center center;
  background-size: cover;
  padding: 8.13333rem 2rem 1.53333rem 2rem;
  border-radius: 0.53333rem; }
  #view-outages label {
    font-size: 1.8rem;
    color: #fefefe;
    margin-bottom: 1.33333rem;
    text-align: center; }
  #view-outages select {
    margin: 0; }

#quick-links {
  background: #f6f6f6;
  padding: 1.73333rem 1.86667rem;
  margin-bottom: 0.53333rem;
  border-radius: 0.53333rem; }
  #quick-links a {
    display: block;
    font-size: 1.26667rem;
    color: #333843;
    padding-left: 30px;
    line-height: 2.6rem;
    background-repeat: no-repeat;
    background-position: left center; }
    #quick-links a:hover {
      text-decoration: underline; }
    #quick-links a.text-alerts {
      background-image: url("//cdn.entergynewsroom.com/img/icons/phone.svg"); }
    #quick-links a.app {
      background-position: 3px;
      background-image: url("//cdn.entergynewsroom.com/img/icons/download.svg"); }
    #quick-links a.contact {
      background-position: 3px;
      background-image: url("//cdn.entergynewsroom.com/img/icons/lightning.svg"); }
    #quick-links a.links {
      background-image: url("//cdn.entergynewsroom.com/img/icons/link.svg"); }

#operation-storm-ready-video {
  display: block;
  margin-bottom: 0.53333rem;
  transition: all .25s ease-out;
  border-radius: 0.53333rem;
  overflow: hidden; }
  #operation-storm-ready-video:hover {
    box-shadow: 16px 14px 17px 0 rgba(10, 10, 10, 0.22);
    -ms-transform: translateX(-5px) translateY(-5px);
        transform: translateX(-5px) translateY(-5px); }
  #operation-storm-ready-video:before {
    background: url("/img/prep-video-thumb3.jpg") no-repeat center center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 170px;
    content: ' '; }
  #operation-storm-ready-video span {
    display: block;
    background: url("//cdn.entergynewsroom.com/img/storm-center-button.png") no-repeat center bottom;
    background-size: cover;
    font-size: 1.33333rem;
    color: #fefefe;
    line-height: 120%;
    text-align: center;
    padding: 1.33333rem 0.66667rem; }
    @media screen and (min-width: 40em) {
      #operation-storm-ready-video span {
        font-size: 1.66667rem; } }

#operation-storm-ready-guide {
  display: block;
  margin-bottom: 0.53333rem;
  transition: all .25s ease-out;
  border-radius: 0.53333rem;
  overflow: hidden; }
  #operation-storm-ready-guide:hover {
    box-shadow: 16px 14px 17px 0 rgba(10, 10, 10, 0.22);
    -ms-transform: translateX(-5px) translateY(-5px);
        transform: translateX(-5px) translateY(-5px); }
  #operation-storm-ready-guide:before {
    background: url("/img/storm-ready-thumb2.jpg") no-repeat center center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 170px;
    content: ' '; }
  #operation-storm-ready-guide span {
    display: block;
    background: url("//cdn.entergynewsroom.com/img/storm-center-button.png") no-repeat center bottom;
    background-size: cover;
    font-size: 1.33333rem;
    color: #fefefe;
    line-height: 120%;
    text-align: center;
    padding: 1.33333rem 0.66667rem; }
    @media screen and (min-width: 40em) {
      #operation-storm-ready-guide span {
        font-size: 1.66667rem; } }

label[for="entergy-region"] {
  display: none; }

.stormCenterCompanyNav {
  margin: 0;
  background: #ececec;
  border-top: solid 1px #B0B0B0;
  border-bottom: solid 1px #B0B0B0; }
  .stormCenterCompanyNav select {
    border: none;
    border-left: solid 1px #B0B0B0;
    border-right: solid 1px #B0B0B0;
    margin: 0; }
  .stormCenterCompanyNav .tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border: none;
    background: transparent; }
    .stormCenterCompanyNav .tabs li {
      border-right: 1px solid #B0B0B0; }
      .stormCenterCompanyNav .tabs li:first-child {
        border-left: 1px solid #B0B0B0; }
      .stormCenterCompanyNav .tabs li a {
        display: block;
        font-size: 1.06667rem;
        color: #0a0a0a; }
        li.arkansas .stormCenterCompanyNav .tabs li a:hover span {
          background-position: 0 -25px; }
      .stormCenterCompanyNav .tabs li span {
        display: block;
        margin: 0 auto;
        text-indent: -9999px;
        background: url("//cdn.entergynewsroom.com/img/icons/companyNav-2.png") no-repeat; }
      .stormCenterCompanyNav .tabs li.is-active {
        background: #fefefe; }
      .stormCenterCompanyNav .tabs li.arkansas span {
        background-position: 0 0;
        width: 19px;
        height: 25px; }
      .stormCenterCompanyNav .tabs li.arkansas a:hover span {
        background-position: 0 -25px; }
      .stormCenterCompanyNav .tabs li.louisiana span {
        background-position: -19px 0;
        width: 24px;
        height: 25px; }
      .stormCenterCompanyNav .tabs li.louisiana a:hover span {
        background-position: -19px -25px; }
      .stormCenterCompanyNav .tabs li.mississippi span {
        background-position: -43px 0;
        width: 13px;
        height: 25px; }
      .stormCenterCompanyNav .tabs li.mississippi a:hover span {
        background-position: -43px -25px; }
      .stormCenterCompanyNav .tabs li.neworleans span {
        background-position: -105px 0;
        width: 21px;
        height: 25px; }
      .stormCenterCompanyNav .tabs li.neworleans a:hover span {
        background-position: -105px -25px; }
      .stormCenterCompanyNav .tabs li.texas span {
        background-position: -56px 0;
        width: 27px;
        height: 25px; }
      .stormCenterCompanyNav .tabs li.texas a:hover span {
        background-position: -56px -25px; }
      .stormCenterCompanyNav .tabs li.nuclear span {
        background-position: -83px 0;
        width: 22px;
        height: 25px; }
      .stormCenterCompanyNav .tabs li.nuclear a:hover span {
        background-position: -83px -25px; }
      .stormCenterCompanyNav .tabs li.all span {
        background-position: -126px 0;
        width: 20px;
        height: 25px; }
      .stormCenterCompanyNav .tabs li.all a:hover span {
        background-position: -126px -25px; }

@media print {
  header a:after {
    display: none; }
  .header-space {
    display: none; }
  nav.utility, header nav {
    display: none; }
  header {
    position: static;
    margin-top: 0;
    padding: 0; }
  .section-header {
    min-height: auto; }
    .section-header h1 {
      padding: 0;
      line-height: 120%; }
  footer nav, footer .links {
    display: none !important; }
  .main-content a[href]:after {
    content: " (" attr(href) ")"; }
  aside {
    display: none; }
  section {
    margin-bottom: 0; }
  #search-icon {
    display: none; }
  #outagesAnchor, .myaccount {
    padding-left: 0;
    padding-right: 0; }
  .search-bar, .social-links, .app-links {
    display: none !important; }
  .is-dropdown-submenu, .dropdown-pane {
    background: #fefefe !important; }
  #stock-ticker {
    display: none; }
  iframe[src^="https://player.vimeo.com"] {
    display: none; }
  .large-frame.lift {
    margin-top: 0; }
  .related-articles a {
    min-height: auto;
    font-size: 1rem;
    padding: 0;
    height: auto; }
  .page-news .section-photo, .page-article .section-photo {
    display: none; }
  #masthead a:after {
    display: none; }
  #masthead .slider-pagination, #masthead .button {
    display: none !important; }
  #feeds a:after {
    display: none; } }

.page-history .page-header {
  margin-bottom: 50px; }

.page-history .spacer {
  height: 80px; }

.page-history .year-slider {
  z-index: 10;
  background: white; }
  .page-history .year-slider .years-slider-container .slick-prev, .page-history .year-slider .years-slider-container .slick-next {
    position: absolute;
    visibility: hidden; }
  @media screen and (min-width: 40em) {
    .page-history .year-slider .years-slider-container {
      padding: 0 50px;
      position: relative; }
      .page-history .year-slider .years-slider-container .slick-prev, .page-history .year-slider .years-slider-container .slick-next {
        visibility: visible;
        border: none;
        font-size: 28px; }
      .page-history .year-slider .years-slider-container .slick-prev {
        left: 0; }
      .page-history .year-slider .years-slider-container .slick-next {
        right: 0; } }
  .page-history .year-slider .years-slider {
    margin: 20px 0; }
    .page-history .year-slider .years-slider .year {
      font-weight: bold;
      font-size: 24px;
      line-height: 42px;
      text-align: center;
      transition: all .3s;
      padding-bottom: 10px;
      border-bottom: solid 2px #9a9a9a; }
      .page-history .year-slider .years-slider .year.slick-current {
        font-size: 34px;
        border-bottom: solid 4px #0091DA;
        line-height: 41px; }

.page-history #keep_scrolling {
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
  font-size: 14px;
  letter-spacing: 9px;
  color: #0091DA;
  text-transform: uppercase;
  position: fixed;
  top: 50vh;
  right: -135px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  z-index: 1000010; }
  @media screen and (min-width: 40em) {
    .page-history #keep_scrolling {
      display: block; } }
  .page-history #keep_scrolling img {
    margin-left: 50px;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .page-history #keep_scrolling.active {
    opacity: 1; }

.page-history .timeline {
  position: relative; }
  .page-history .timeline .guide {
    display: block;
    position: absolute;
    background: #999999;
    background: linear-gradient(180deg, #0091DA 0%, #0091DA 20%, #999999 20%, #999999 100%);
    width: 5px;
    height: calc(100% - (470px + 270px));
    margin-top: -270px;
    left: calc(50% - 2.5px); }
  .page-history .timeline .slide {
    margin-bottom: 200px;
    text-align: center;
    background: white;
    padding-top: 30px;
    padding-bottom: 40px;
    clear: both;
    position: relative;
    transition: all .3s; }
    @media screen and (min-width: 40em) {
      .page-history .timeline .slide {
        background: transparent;
        text-align: left;
        width: 50%;
        margin-bottom: 90px;
        padding-top: 0;
        padding-bottom: 0; } }
    .page-history .timeline .slide:after {
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      border: solid 5px #999999;
      background: #f9f9f9;
      content: ' ';
      transition: opacity .3s .3s;
      top: 0;
      margin-top: -50px;
      left: calc(50% - 25px);
      opacity: 0; }
      @media screen and (min-width: 40em) {
        .page-history .timeline .slide:after {
          margin-top: 0;
          top: 30px; } }
    .page-history .timeline .slide .link {
      margin-top: 20px;
      text-align: right;
      font-size: 16px;
      font-weight: bold; }
      .page-history .timeline .slide .link a {
        color: #000000; }
      .page-history .timeline .slide .link:before {
        content: '+';
        margin-right: 3px; }
    .page-history .timeline .slide.has-photo {
      background: #FF1A58;
      color: white;
      padding-top: 120px;
      width: 100%;
      z-index: 2;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
      padding-left: 0 !important;
      padding-right: 0 !important;
      -ms-transform: initial !important;
          transform: initial !important;
      margin-bottom: 270px; }
      @media screen and (max-width: 39.9375em) {
        .page-history .timeline .slide.has-photo {
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; } }
      .page-history .timeline .slide.has-photo:after {
        left: calc(50% - 25px) !important;
        right: auto !important;
        top: 0;
        margin-top: -25px;
        opacity: 1 !important;
        transition: all .3s;
        margin-left: 0 !important;
        margin-right: 0 !important; }
      @media screen and (min-width: 40em) {
        .page-history .timeline .slide.has-photo.first:after {
          bottom: 0;
          top: auto;
          margin-bottom: -25px; } }
      @media screen and (min-width: 40em) {
        .page-history .timeline .slide.has-photo {
          float: none !important; } }
      .page-history .timeline .slide.has-photo .photo {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 15px;
        min-height: 320px;
        margin: 0 40px -70px 40px; }
        @media screen and (min-width: 40em) {
          .page-history .timeline .slide.has-photo .photo {
            margin: 0 30px -50px 30px;
            width: 40%;
            min-height: 400px; } }
      .page-history .timeline .slide.has-photo .content {
        text-align: center;
        padding-bottom: 100px;
        padding-left: 40px;
        padding-right: 40px; }
        @media screen and (min-width: 40em) {
          .page-history .timeline .slide.has-photo .content {
            padding-left: 0;
            padding-right: 0;
            padding-top: 40px;
            width: 50%;
            padding-bottom: 70px;
            text-align: left; } }
      .page-history .timeline .slide.has-photo.alternate-photo {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
        .page-history .timeline .slide.has-photo.alternate-photo .content {
          padding-left: 32px;
          padding-right: 55px; }
      .page-history .timeline .slide.has-photo .link a {
        color: white; }
    .page-history .timeline .slide.odd {
      -ms-transform: translateX(-200%);
          transform: translateX(-200%); }
      @media screen and (min-width: 40em) {
        .page-history .timeline .slide.odd {
          padding-right: 70px; }
          .page-history .timeline .slide.odd:after {
            left: auto;
            right: 0;
            margin-right: -25px; } }
    .page-history .timeline .slide.even {
      -ms-transform: translateX(200%);
          transform: translateX(200%); }
      @media screen and (min-width: 40em) {
        .page-history .timeline .slide.even {
          float: right;
          padding-left: 70px; }
          .page-history .timeline .slide.even:after {
            left: 0;
            right: auto;
            margin-left: -25px; } }
    .page-history .timeline .slide.active {
      -ms-transform: translateX(0);
          transform: translateX(0); }
      .page-history .timeline .slide.active:after {
        background: #0091DA;
        border-color: #0091DA;
        opacity: 1; }
    .page-history .timeline .slide .year {
      font-size: 32px;
      font-weight: bold; }
    .page-history .timeline .slide .summary {
      font-size: 18px;
      line-height: 26px; }

.page-awards .page-header {
  margin-bottom: 50px; }

.page-awards .spacer {
  height: 40px; }

.page-awards .year-slider {
  z-index: 10;
  background: white; }
  .page-awards .year-slider .years-slider-container .slick-prev, .page-awards .year-slider .years-slider-container .slick-next {
    position: absolute;
    visibility: hidden; }
  @media screen and (min-width: 40em) {
    .page-awards .year-slider .years-slider-container {
      padding: 0 50px;
      position: relative; }
      .page-awards .year-slider .years-slider-container .slick-prev, .page-awards .year-slider .years-slider-container .slick-next {
        visibility: visible;
        border: none;
        font-size: 28px; }
      .page-awards .year-slider .years-slider-container .slick-prev {
        left: 0; }
      .page-awards .year-slider .years-slider-container .slick-next {
        right: 0; } }
  .page-awards .year-slider .years-slider {
    margin: 20px 0; }
    .page-awards .year-slider .years-slider .year {
      font-weight: bold;
      font-size: 24px;
      line-height: 42px;
      text-align: center;
      transition: all .3s;
      padding-bottom: 10px;
      border-bottom: solid 2px #9a9a9a; }
      .page-awards .year-slider .years-slider .year.slick-current {
        font-size: 34px;
        border-bottom: solid 4px #0091DA;
        line-height: 41px; }

.page-awards #keep_scrolling {
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
  font-size: 14px;
  letter-spacing: 9px;
  color: #0091DA;
  text-transform: uppercase;
  position: fixed;
  top: 50vh;
  right: -135px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  z-index: 1000010; }
  @media screen and (min-width: 40em) {
    .page-awards #keep_scrolling {
      display: block; } }
  .page-awards #keep_scrolling img {
    margin-left: 50px;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .page-awards #keep_scrolling.active {
    opacity: 1; }

.page-awards .timeline {
  position: relative; }
  .page-awards .timeline .guide {
    display: block;
    position: absolute;
    background: #999999;
    background: linear-gradient(180deg, #0091DA 0%, #0091DA 20%, #999999 20%, #999999 100%);
    width: 5px;
    height: 100%;
    left: calc(50% - 2.5px);
    z-index: 1; }
  .page-awards .timeline .group {
    /*
			&:after {
				display: block;
				content: ' ';
				bottom: 0;
				width: 100%;
				height: 30px;
				background: yellow;
				position: absolute;
				z-index: 10;
			}
			*/ }
  .page-awards .timeline .circle {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: solid 5px #999999;
    background: #f9f9f9;
    content: ' ';
    transition: all .3s .3s;
    left: calc(50% - 25px);
    margin-top: 70px;
    z-index: 2; }
    @media screen and (min-width: 40em) {
      .page-awards .timeline .circle {
        margin-top: 0; } }
    .page-awards .timeline .circle.active {
      border-color: #0091DA;
      background: #0091DA; }
    .page-awards .timeline .circle.first {
      margin-top: 0; }
  .page-awards .timeline .year-container {
    display: block;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .page-awards .timeline .year-container {
        margin-top: 50px;
        margin-bottom: -70px; } }
    @media screen and (max-width: 39.9375em) {
      .page-awards .timeline .year-container.first {
        margin-top: 0;
        margin-bottom: 0; } }
    .page-awards .timeline .year-container.active .year {
      color: #0091DA; }
    .page-awards .timeline .year-container .year {
      display: inline-block;
      background: white;
      font-size: 32px;
      font-weight: bold;
      z-index: 2;
      position: relative;
      clear: both;
      color: #999999;
      transition: all .3s;
      padding: 25px 10px; }
      @media screen and (min-width: 40em) {
        .page-awards .timeline .year-container .year {
          padding: 40px 10px 0 10px; } }
  .page-awards .timeline .slide {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    background: white;
    z-index: 2;
    margin-top: 120px;
    clear: both;
    position: relative;
    transition: all .3s; }
    @media screen and (min-width: 40em) {
      .page-awards .timeline .slide {
        background: transparent;
        text-align: left;
        width: 50%;
        margin-bottom: 35px;
        padding-top: 0;
        padding-bottom: 0;
        z-index: 1;
        margin-top: -30px; } }
    .page-awards .timeline .slide .link {
      margin-top: 20px;
      text-align: right;
      font-size: 16px;
      font-weight: bold; }
      .page-awards .timeline .slide .link a {
        color: #000000; }
      .page-awards .timeline .slide .link:before {
        content: '+';
        margin-right: 3px; }
    @media screen and (max-width: 39.9375em) {
      .page-awards .timeline .slide.first {
        margin-top: 50px; } }
    .page-awards .timeline .slide.odd {
      -ms-transform: translateX(-200%);
          transform: translateX(-200%); }
      @media screen and (min-width: 40em) {
        .page-awards .timeline .slide.odd {
          padding-right: 70px; } }
    .page-awards .timeline .slide.even {
      -ms-transform: translateX(200%);
          transform: translateX(200%); }
      @media screen and (min-width: 40em) {
        .page-awards .timeline .slide.even {
          float: right;
          padding-left: 70px; } }
    .page-awards .timeline .slide.active {
      -ms-transform: translateX(0);
          transform: translateX(0); }
    .page-awards .timeline .slide .title {
      font-size: 32px;
      font-weight: bold; }
    .page-awards .timeline .slide .summary {
      font-size: 18px;
      line-height: 26px; }
    .page-awards .timeline .slide .photo {
      margin-top: 30px;
      height: 100px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top center; }
      @media screen and (min-width: 40em) {
        .page-awards .timeline .slide .photo {
          background-position: top left; } }
