/*
   Normalize CSS styles across browsers. This is less invasive, more surgical than a CSS reset.
   See http://stackoverflow.com/questions/6887336/what-is-the-difference-between-normalize-css-and-reset-css
*/
/*! 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.
 */
/* line 9, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 33, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 54, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 67, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 77, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 170, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
sup {
  top: -0.5em; }

/* line 174, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 221, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 252, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 266, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 277, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 290, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 302, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 322, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 334, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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`.
 */
/* line 346, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 356, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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).
 */
/* line 367, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 387, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
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.
 */
/* line 405, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 421, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/normalize.scss */
td,
th {
  padding: 0; }

/*
   Foundation base settings. Look in file for documentation.
*/
/*
   Include the foundation framework.
*/
/* line 364, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.2/"; }

/* line 368, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

/* line 373, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

/* line 378, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

/* line 383, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:53.125em)/";
  width: 40.0625em; }

/* line 388, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:53.1875em)/";
  width: 53.1875em; }

/* line 393, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:53.1875em) and (max-width:72.25em)/";
  width: 53.1875em; }

/* line 398, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:72.3125em)/";
  width: 72.3125em; }

/* line 403, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:72.3125em)/";
  width: 72.3125em; }

/* line 408, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:6250000em)/";
  width: 6250000em; }

/* line 413, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false; }

/* line 422, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%; }

/* line 425, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
html {
  box-sizing: border-box; }

/* line 428, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* line 434, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%; }

/* line 438, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

/* line 451, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer; }

/* line 454, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 456, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 461, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
#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; }

/* line 468, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
.left {
  float: left !important; }

/* line 469, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
.right {
  float: right !important; }

/* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
/* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both; }

/* line 473, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
.hide {
  display: none; }

/* line 478, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden; }

/* line 484, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 487, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle; }

/* line 497, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px; }

/* line 500, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
select {
  width: 100%; }

/* line 228, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .row:after {
    clear: both; }
  /* line 232, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 235, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 238, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
    .row .row:after {
      clear: both; }
    /* line 239, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
      .row .row.collapse:after {
        clear: both; }

/* line 243, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

/* line 248, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }
/* line 251, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-3 {
    width: 25%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-6 {
    width: 50%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-9 {
    width: 75%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-12 {
    width: 100%; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0 !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important; }

  /* line 175, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  /* line 183, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 186, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  /* line 200, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  /* line 205, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  /* line 212, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 215, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 218, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.0625em) {
  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0 !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  /* line 175, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  /* line 183, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 186, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  /* line 200, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  /* line 205, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  /* line 212, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 215, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 218, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-3 {
    width: 25%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-6 {
    width: 50%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-9 {
    width: 75%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%; }

  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-12 {
    width: 100%; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0 !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important; }

  /* line 175, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  /* line 183, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 186, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  /* line 200, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  /* line 205, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  /* line 212, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 215, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 218, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
/* line 129, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_accordion.scss */
.accordion {
  margin-bottom: 0; }
  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .accordion:after {
    clear: both; }
  /* line 132, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_accordion.scss */
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    /* line 135, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_accordion.scss */
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_accordion.scss */
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      /* line 143, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_accordion.scss */
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    /* line 146, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_accordion.scss */
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      /* line 149, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_accordion.scss */
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

/* line 112, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  /* line 115, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_alert-boxes.scss */
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    /* line 96, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_alert-boxes.scss */
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  /* line 117, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_alert-boxes.scss */
  .alert-box.radius {
    border-radius: 3px; }
  /* line 118, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_alert-boxes.scss */
  .alert-box.round {
    border-radius: 1000px; }
  /* line 120, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_alert-boxes.scss */
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_alert-boxes.scss */
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  /* line 122, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_alert-boxes.scss */
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  /* line 123, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_alert-boxes.scss */
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  /* line 124, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_alert-boxes.scss */
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_alert-boxes.scss */
  .alert-box.alert-close {
    opacity: 0; }

/* line 107, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both; }
  /* line 51, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.0625em) {
  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 53.1875em) {
  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* line 118, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  /* line 122, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
  .breadcrumbs > * {
    color: #008CBA;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase; }
    /* line 68, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    /* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > * a {
      color: #008CBA; }
    /* line 75, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *.current {
      color: #333333;
      cursor: default; }
      /* line 78, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.current a {
        color: #333333;
        cursor: default; }
      /* line 83, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    /* line 88, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *.unavailable {
      color: #999999; }
      /* line 90, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      /* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #999999;
        cursor: not-allowed;
        text-decoration: none; }
    /* line 102, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:before {
      color: #AAAAAA;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    /* line 110, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
/* line 127, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

/* line 213, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  /* line 220, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  /* line 221, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  /* line 222, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  /* line 223, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  /* line 224, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  /* line 226, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  /* line 227, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  /* line 228, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  /* line 229, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.expand, .button.expand {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  /* line 231, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  /* line 232, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  /* line 234, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.radius, .button.radius {
    border-radius: 3px; }
  /* line 235, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.round, .button.round {
    border-radius: 1000px; }
  /* line 237, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    /* line 175, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    /* line 238, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      /* line 175, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    /* line 239, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      /* line 175, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    /* line 240, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      /* line 175, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    /* line 241, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      /* line 175, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    /* line 242, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      /* line 175, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

/* line 247, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  /* line 250, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block; } }
/* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .button-group:after {
    clear: both; }
  /* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    /* line 152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  /* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.33333%; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    /* line 152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  /* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    /* line 152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  /* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    /* line 152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  /* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.66667%; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    /* line 152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  /* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.28571%; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    /* line 152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  /* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    /* line 152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  /* line 167, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.stack > li > button {
      width: 100%; }
    /* line 81, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  /* line 171, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      /* line 171, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.stack-for-small > li {
        display: block;
        margin: 0; }
        /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
        .button-group.stack-for-small > li > button {
          width: 100%; }
        /* line 81, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  /* line 179, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  /* line 180, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius.stack > * > button {
      width: 100%; }
    /* line 81, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.0625em) {
    /* line 181, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    /* line 181, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      /* line 81, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  /* line 190, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  /* line 191, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round.stack > * > button {
      width: 100%; }
    /* line 81, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.0625em) {
    /* line 192, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    /* line 192, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      /* line 81, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

/* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
/* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
.button-bar:after {
  clear: both; }
/* line 204, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  /* line 32, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
/* line 44, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  /* line 50, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  /* line 55, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

/* line 60, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-blackout .clearing-close {
    display: block; }

/* line 72, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

/* line 80, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

/* line 88, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative; }
  /* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

/* line 115, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

/* line 129, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  /* line 138, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

/* line 142, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%; }
  /* line 143, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

/* line 147, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none; }
  /* line 149, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.0625em) {
  /* line 156, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      /* line 169, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0; }
    /* line 174, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }

  /* line 180, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0; }
    /* line 182, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }

  /* line 188, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }

  /* line 193, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    /* line 199, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      /* line 206, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        /* line 220, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        /* line 226, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        /* line 232, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        /* line 237, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        /* line 238, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  /* line 243, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }

  /* line 250, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }
/* Foundation Dropdowns */
/* line 231, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  /* line 73, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.open {
    display: block; }
  /* line 77, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown > *:first-child {
    margin-top: 0; }
  /* line 78, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  /* line 105, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  /* line 112, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  /* line 120, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  /* line 124, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  /* line 234, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    /* line 73, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-right.open {
      display: block; }
    /* line 77, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    /* line 78, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    /* line 135, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    /* line 142, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  /* line 238, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    /* line 73, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-left.open {
      display: block; }
    /* line 77, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    /* line 78, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    /* line 156, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  /* line 242, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    /* line 73, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-top.open {
      display: block; }
    /* line 77, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    /* line 78, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    /* line 179, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    /* line 188, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  /* line 247, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    /* line 215, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    /* line 218, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown li.radius {
      border-radius: 3px; }
    /* line 220, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  /* line 250, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    /* line 73, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.content.open {
      display: block; }
    /* line 77, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    /* line 78, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  /* line 253, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.tiny {
    max-width: 200px; }
  /* line 254, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.small {
    max-width: 300px; }
  /* line 255, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.medium {
    max-width: 500px; }
  /* line 256, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.large {
    max-width: 800px; }
  /* line 257, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    /* line 261, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown.scss */
    .f-dropdown.mega.open {
      left: 0 !important; }

/* line 123, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  /* line 63, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  /* line 98, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  /* line 117, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  /* line 124, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    /* line 78, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    /* line 117, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    /* line 88, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    /* line 117, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  /* line 126, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    /* line 108, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    /* line 117, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  /* line 127, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

/* line 49, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_flex-video.scss */
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  /* line 32, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_flex-video.scss */
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  /* line 33, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_flex-video.scss */
  .flex-video.vimeo {
    padding-top: 0; }
  /* line 35, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_flex-video.scss */
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

/* Standard Forms */
/* line 387, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
/* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem; }
  /* line 94, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  /* line 98, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  form .row .row.collapse {
    margin: 0; }
    /* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    /* line 102, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
/* line 108, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
/* line 393, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  /* line 394, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  label.right {
    float: none !important;
    text-align: right; }
  /* line 395, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  /* line 397, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
/* line 404, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 408, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button {
  border-color: true; }

/* line 409, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

/* line 411, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* line 412, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* line 413, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

/* line 414, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 417, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

/* line 418, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
/* line 421, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  /* line 138, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  /* line 144, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  /* line 150, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  /* line 433, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

/* line 441, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
/* line 445, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
/* line 448, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
/* line 452, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
/* line 455, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
/* line 459, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
/* line 462, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
/* line 466, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* line 471, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
/* line 478, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
/* line 483, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
textarea {
  max-width: 100%; }

/* line 488, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
::-webkit-input-placeholder {
  color: #cccccc; }

/* line 492, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc; }

/* line 496, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc; }

/* line 500, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
:-ms-input-placeholder {
  color: #cccccc; }

/* Add height value for select elements to match text input height */
/* line 506, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  /* line 337, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  select::-ms-expand {
    display: none; }
  /* line 360, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  select.radius {
    border-radius: 3px; }
  /* line 361, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  /* line 366, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  /* line 509, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
/* line 515, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

/* line 522, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
/* line 532, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 546, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  /* line 279, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
  fieldset legend {
    background: #FFFFFF;
    font-weight: bold;
    margin-left: -0.1875rem;
    margin: 0;
    padding: 0 0.1875rem; }

/* Error Handling */
/* line 553, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }
/* line 556, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none; }

/* line 559, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

/* line 564, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
/* line 570, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
/* line 575, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124; }
/* line 580, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }
/* line 585, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }
/* line 597, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
.error span.error-message {
  display: block; }

/* line 602, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

/* line 607, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_forms.scss */
label.error {
  color: #f04124; }

/* line 347, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333; }
  /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
    /* line 54, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      /* line 58, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    /* line 63, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    /* line 68, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    /* line 80, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  /* line 85, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.label-right > * label {
    display: inline-block; }
  /* line 88, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  /* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    /* line 96, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only screen and (min-width: 40.0625em) {
    /* line 103, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      /* line 108, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only screen and (min-width: 53.1875em) {
    /* line 115, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      /* line 120, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  /* line 137, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    /* line 143, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 1rem; }
    /* line 149, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar > * i {
      font-size: 1.875rem; }
    /* line 153, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  /* line 177, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar > * label {
    color: #FFFFFF; }
  /* line 179, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar > * i {
    color: #FFFFFF; }
  /* line 182, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar > a:hover {
    background: #008CBA; }
    /* line 186, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    /* line 188, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  /* line 191, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar > a.active {
    background: #008CBA; }
    /* line 195, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar > a.active label {
      color: #FFFFFF; }
    /* line 197, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar > a.active i {
      color: #FFFFFF; }
  /* line 201, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    /* line 205, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  /* line 246, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up .item {
    width: 50%; }
  /* line 247, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    /* line 248, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 53.1875em) {
    /* line 253, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  /* line 260, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up .item {
    width: 33.3333%; }
  /* line 261, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    /* line 262, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 53.1875em) {
    /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  /* line 274, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up .item {
    width: 25%; }
  /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    /* line 276, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 53.1875em) {
    /* line 281, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  /* line 288, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up .item {
    width: 20%; }
  /* line 289, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    /* line 290, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 53.1875em) {
    /* line 295, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  /* line 302, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up .item {
    width: 16.66667%; }
  /* line 303, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    /* line 304, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 53.1875em) {
    /* line 309, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  /* line 316, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  /* line 317, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    /* line 318, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 53.1875em) {
    /* line 323, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  /* line 330, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up .item {
    width: 12.5%; }
  /* line 331, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    /* line 332, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 53.1875em) {
    /* line 337, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }

/* line 362, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%; }
/* line 363, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 364, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 369, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }
/* line 376, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%; }
/* line 377, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 378, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 383, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }
/* line 390, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%; }
/* line 391, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 392, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 397, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }
/* line 404, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%; }
/* line 405, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 406, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 411, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }
/* line 418, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%; }
/* line 419, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 420, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 425, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }
/* line 432, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up .item {
  width: 14.28571%; }
/* line 433, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 434, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 439, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }
/* line 446, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up .item {
  width: 12.5%; }
/* line 447, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 448, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 453, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

/* line 53, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_inline-lists.scss */
.inline-list {
  list-style: none;
  margin-left: -1.375rem;
  margin-right: 0;
  margin: 0 auto 1.0625rem auto;
  overflow: hidden;
  padding: 0; }
  /* line 42, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_inline-lists.scss */
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    /* line 47, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_inline-lists.scss */
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
/* line 48, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-list {
  display: none; }

/* Default styles for the container */
/* line 51, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 101;
  left: 2.5%; }

/* line 64, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%; }

/* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%; }
  /* line 74, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 81, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  border: 10px solid #333333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px; }
  /* line 89, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.top {
    border-color: #333333;
    border-top-color: transparent !important;
    border-top-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  /* line 97, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-bottom-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  /* line 106, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  /* line 107, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
/* line 112, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.25;
  margin: 0; }

/* line 123, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0; }

/* line 129, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  border: solid 1px #555555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem; }

/* line 137, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0; }

/* line 144, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-close-tip {
  color: #777777 !important;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px; }
  /* line 154, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

/* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0; }

/* line 170, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 15px #FFFFFF;
  position: absolute;
  z-index: 102; }

/* line 178, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.0625em) {
  /* line 190, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    /* line 192, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    /* line 199, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      border-top-color: transparent !important;
      left: auto;
      right: -20px;
      top: 22px; }
    /* line 207, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_joyride.scss */
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      left: -20px;
      right: auto;
      top: 22px; } }
/* line 54, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

/* line 91, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_labels.scss */
.label {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #FFFFFF; }
  /* line 96, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_labels.scss */
  .label.radius {
    border-radius: 3px; }
  /* line 97, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_labels.scss */
  .label.round {
    border-radius: 1000px; }
  /* line 99, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_labels.scss */
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  /* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_labels.scss */
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  /* line 101, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_labels.scss */
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  /* line 102, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_labels.scss */
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  /* line 103, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_labels.scss */
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

/* line 18, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_magellan.scss */
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50; }
  /* line 24, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_magellan.scss */
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    /* line 26, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_magellan.scss */
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    /* line 27, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_magellan.scss */
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Orbit Graceful Loading */
/* line 81, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative; }
  /* line 84, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    /* line 90, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    /* line 94, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .slideshow-wrapper ul li:first-child {
      display: block; }
  /* line 97, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    /* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .slideshow-wrapper .orbit-container li {
      display: block; }
      /* line 102, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    /* line 104, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  /* line 110, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .slideshow-wrapper .preloader {
    border-radius: 1000px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #555555 #FFFFFF;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px; }

/* line 130, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    /* line 149, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    /* line 151, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      /* line 171, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
      .orbit-container .orbit-slides-container > * .orbit-caption {
        bottom: 0;
        position: absolute;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        font-size: 0.875rem;
        padding: 0.625rem 0.875rem;
        width: 100%; }
  /* line 188, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-container .orbit-slide-number {
    left: 10px;
    background: transparent;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10; }
    /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  /* line 199, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    /* line 209, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    /* line 223, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-timer > span {
      border: solid 4px #FFFFFF;
      border-bottom: none;
      border-top: none;
      display: none;
      height: 14px;
      position: absolute;
      top: 0;
      width: 11px;
      right: 0; }
    /* line 237, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-timer.paused > span {
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF;
      right: -4px; }
      /* line 247, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  /* line 256, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  /* line 259, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    background-color: transparent;
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10; }
    /* line 272, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    /* line 276, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      border: inset 10px;
      display: block;
      height: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 0; }
  /* line 286, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-container .orbit-prev {
    left: 0; }
    /* line 287, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    /* line 292, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  /* line 296, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-container .orbit-next {
    right: 0; }
    /* line 297, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    /* line 304, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

/* line 310, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets-container {
  text-align: center; }

/* line 311, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px; }
  /* line 320, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-bullets li {
    background: #CCCCCC;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin-right: 6px;
    width: 0.5625rem;
    border-radius: 1000px; }
    /* line 332, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-bullets li.active {
      background: #999999; }
    /* line 336, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
    .orbit-bullets li:last-child {
      margin-right: 0; }

/* line 342, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
/* line 346, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.0625em) {
  /* line 354, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  /* line 358, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  /* line 365, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  /* line 366, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative; }
  /* line 372, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }

  /* line 378, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-timer {
    display: none; }

  /* line 381, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-next, .orbit-prev {
    display: none; }

  /* line 384, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-bullets {
    display: none; } }
/* line 149, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }
  /* line 104, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pagination.scss */
  ul.pagination li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem; }
    /* line 110, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pagination.scss */
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.0625rem 0.625rem 0.0625rem; }
    /* line 122, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pagination.scss */
    ul.pagination li:hover a,
    ul.pagination li a:focus, ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    /* line 51, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pagination.scss */
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    /* line 55, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pagination.scss */
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    /* line 68, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pagination.scss */
    ul.pagination li.current a, ul.pagination li.current button {
      background: #008CBA;
      color: #FFFFFF;
      cursor: default;
      font-weight: bold; }
      /* line 74, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pagination.scss */
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008CBA; }
  /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pagination.scss */
  ul.pagination li {
    display: block;
    float: left; }

/* Pagination centred wrapper */
/* line 154, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center; }
  /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pagination.scss */
  .pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

/* Panels */
/* line 86, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  /* line 61, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
  .panel > :first-child {
    margin-top: 0; }
  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
  .panel > :last-child {
    margin-bottom: 0; }
  /* line 67, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  /* line 74, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  /* line 88, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    /* line 61, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
    .panel.callout > :first-child {
      margin-top: 0; }
    /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
    .panel.callout > :last-child {
      margin-bottom: 0; }
    /* line 67, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    /* line 74, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    /* line 90, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
    .panel.callout a:not(.button) {
      color: #008CBA; }
      /* line 93, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  /* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_panels.scss */
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
/* line 139, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  /* line 68, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pricing-tables.scss */
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  /* line 142, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pricing-tables.scss */
  .pricing-table .title {
    background-color: #333333;
    color: #EEEEEE;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  /* line 143, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pricing-tables.scss */
  .pricing-table .price {
    background-color: #F6F6F6;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  /* line 144, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pricing-tables.scss */
  .pricing-table .description {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center; }
  /* line 145, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pricing-tables.scss */
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center; }
  /* line 146, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_pricing-tables.scss */
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    padding: 1.25rem 1.25rem 0;
    text-align: center; }

/* Progress Bar */
/* line 57, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }
  /* line 61, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_progress-bars.scss */
  .progress .meter {
    background: #008CBA;
    display: block;
    height: 100%; }
  /* line 64, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_progress-bars.scss */
  .progress.secondary .meter {
    background: #e7e7e7;
    display: block;
    height: 100%; }
  /* line 65, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_progress-bars.scss */
  .progress.success .meter {
    background: #43AC6A;
    display: block;
    height: 100%; }
  /* line 66, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_progress-bars.scss */
  .progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%; }
  /* line 68, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_progress-bars.scss */
  .progress.radius {
    border-radius: 3px; }
    /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_progress-bars.scss */
    .progress.radius .meter {
      border-radius: 2px; }
  /* line 72, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_progress-bars.scss */
  .progress.round {
    border-radius: 1000px; }
    /* line 73, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_progress-bars.scss */
    .progress.round .meter {
      border-radius: 999px; }

/* line 131, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA; }
  /* line 134, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
  .range-slider.vertical-range {
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    height: 12.5rem;
    width: 1rem; }
    /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
    .range-slider.vertical-range .range-slider-handle {
      bottom: -10.5rem;
      margin-left: -0.5rem;
      margin-top: 0;
      position: absolute; }
    /* line 142, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
    .range-slider.vertical-range .range-slider-active-segment {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
      border-top-left-radius: initial;
      bottom: 0;
      height: auto;
      width: 0.875rem; }
  /* line 151, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    /* line 153, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
    .range-slider.radius .range-slider-handle {
      background: #008CBA;
      border-radius: 3px; }
      /* line 118, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
      .range-slider.radius .range-slider-handle:hover {
        background: #007ba4; }
  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    /* line 157, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
    .range-slider.round .range-slider-handle {
      background: #008CBA;
      border-radius: 1000px; }
      /* line 118, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
      .range-slider.round .range-slider-handle:hover {
        background: #007ba4; }
  /* line 159, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: not-allowed;
    opacity: 0.7; }
    /* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #008CBA;
      cursor: default;
      opacity: 0.7; }
      /* line 118, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #007ba4; }

/* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute; }

/* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA; }
  /* line 118, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_range-slider.scss */
  .range-slider-handle:hover {
    background: #007ba4; }

/* line 169, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

/* line 171, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    /* line 171, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
    .reveal-modal {
      min-height: 100vh; } }
  /* line 89, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  /* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal > :first-child {
    margin-top: 0; }
  /* line 94, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    /* line 171, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.0625em) {
    /* line 171, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
    .reveal-modal {
      top: 6.25rem; } }
  /* line 182, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.radius {
    border-radius: 3px; }
  /* line 183, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.round {
    border-radius: 1000px; }
  /* line 184, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width: 40.0625em) {
    /* line 185, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.0625em) {
    /* line 186, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.0625em) {
    /* line 187, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.0625em) {
    /* line 188, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.0625em) {
    /* line 189, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 95%; } }
  /* line 190, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.0625em) {
      /* line 190, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 100%; } }
  /* line 202, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.toback {
    z-index: 1003; }
  /* line 206, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

/* line 118, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0; }
  /* line 71, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_side-nav.scss */
  .side-nav li {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0 0 0.4375rem 0; }
    /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_side-nav.scss */
    .side-nav li a:not(.button) {
      color: #008CBA;
      display: block;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      /* line 81, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_side-nav.scss */
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #1cc7ff; }
      /* line 86, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_side-nav.scss */
      .side-nav li a:not(.button):active {
        color: #1cc7ff; }
    /* line 91, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_side-nav.scss */
    .side-nav li.active > a:first-child:not(.button) {
      color: #1cc7ff;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: normal; }
    /* line 97, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_side-nav.scss */
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      list-style: none;
      padding: 0;
      border-top-color: #e6e6e6; }
    /* line 105, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_side-nav.scss */
    .side-nav li.heading {
      color: #008CBA;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

/* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  /* line 77, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    /* line 86, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    /* line 97, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  /* line 103, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  /* line 140, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button span {
    width: 3.09375rem; }
    /* line 141, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      margin-left: -0.375rem;
      top: 48%; }
  /* line 166, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  /* line 103, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  /* line 166, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  /* line 103, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  /* line 103, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  /* line 179, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.tiny {
    padding-right: 3.75rem; }
    /* line 112, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
    .split.button.tiny span {
      width: 2.25rem; }
      /* line 113, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        margin-left: -0.375rem;
        top: 48%; }
  /* line 180, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.small {
    padding-right: 4.375rem; }
    /* line 126, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
    .split.button.small span {
      width: 2.625rem; }
      /* line 127, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        margin-left: -0.375rem;
        top: 48%; }
  /* line 181, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.large {
    padding-right: 5.5rem; }
    /* line 154, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
    .split.button.large span {
      width: 3.4375rem; }
      /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        margin-left: -0.375rem;
        top: 48%; }
  /* line 182, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.expand {
    padding-left: 2rem; }
  /* line 166, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  /* line 186, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  /* line 187, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  /* line 189, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.no-pip span:before {
    border-style: none; }
  /* line 190, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.no-pip span:after {
    border-style: none; }
  /* line 191, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_split-buttons.scss */
  .split.button.no-pip span > i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%; }

/* line 123, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto; }
  /* line 67, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_sub-nav.scss */
  .sub-nav dt {
    text-transform: uppercase; }
  /* line 71, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_sub-nav.scss */
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    color: #999999;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 1rem;
    margin-bottom: 0; }
    /* line 82, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_sub-nav.scss */
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      color: #999999;
      padding: 0.1875rem 1rem;
      text-decoration: none; }
      /* line 87, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_sub-nav.scss */
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    /* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_sub-nav.scss */
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      background: #008CBA;
      color: #FFFFFF;
      cursor: default;
      font-weight: normal;
      padding: 0.1875rem 1rem; }
      /* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_sub-nav.scss */
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0078a0; }

/* line 215, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 58, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch label {
    background: #DDDDDD;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  /* line 74, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    /* line 81, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  /* line 88, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  /* line 110, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch input:checked + label {
    background: #008CBA; }
  /* line 114, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch input:checked + label:after {
    left: 2.25rem; }
  /* line 126, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch label {
    height: 2rem;
    width: 4rem; }
  /* line 131, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch input:checked + label:after {
    left: 2.25rem; }
  /* line 157, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch label:after {
    background: #FFFFFF; }
  /* line 166, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch input:checked + label {
    background: #008CBA; }
  /* line 126, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  /* line 131, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  /* line 126, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  /* line 131, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.small input:checked + label:after {
    left: 2rem; }
  /* line 126, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  /* line 131, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  /* line 229, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.radius label {
    border-radius: 4px; }
  /* line 230, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.radius label:after {
    border-radius: 3px; }
  /* line 234, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
  .switch.round {
    border-radius: 1000px; }
    /* line 235, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
    .switch.round label {
      border-radius: 2rem; }
    /* line 236, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_switches.scss */
    .switch.round label:after {
      border-radius: 2rem; }

/* line 131, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tables.scss */
table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tables.scss */
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  /* line 78, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tables.scss */
  table thead {
    background: #F5F5F5; }
    /* line 82, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tables.scss */
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  /* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tables.scss */
  table tfoot {
    background: #F5F5F5; }
    /* line 96, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tables.scss */
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  /* line 107, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tables.scss */
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  /* line 115, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tables.scss */
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  /* line 120, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tables.scss */
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

/* line 30, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .tabs:after {
    clear: both; }
  /* line 35, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    /* line 42, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      /* line 50, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    /* line 55, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
    .tabs dd.active a,
    .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  /* line 64, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  /* line 74, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

/* line 84, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .tabs-content:after {
    clear: both; }
  /* line 89, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    /* line 95, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
    .tabs-content > .content.active {
      display: block;
      float: none; }
    /* line 99, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  /* line 104, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs-content.vertical {
    display: block; }
    /* line 107, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.0625em) {
  /* line 115, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }

  /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }
/* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tabs.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
/* line 59, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_thumbs.scss */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out; }
  /* line 48, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_thumbs.scss */
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  /* line 63, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_thumbs.scss */
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
/* line 38, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: pointer;
  font-weight: bold;
  height: 50px;
  width: 50px; }
  /* line 46, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  /* line 52, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }
  /* line 54, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .has-tip .portrait-add, .has-tip .landscape-add, .has-tip .portrait-remove, .has-tip .landscape-remove {
    height: 50px;
    width: 50px;
    display: inline-block; }
  /* line 59, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .has-tip .portrait-add {
    background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -1064px; }
  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .has-tip .landscape-add {
    background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -1064px; }
  /* line 65, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .has-tip .portrait-remove {
    background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -1130px; }
  /* line 68, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .has-tip .landscape-remove {
    background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -1130px; }

/* line 73, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip {
  background: #2b2b2b;
  border-radius: 2px;
  color: #ffffff;
  display: none;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1rem;
  max-width: 300px;
  padding: 0.3rem 0.5rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  /* line 88, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    border: solid 5px;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    /* line 99, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  /* line 105, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.radius {
    border-radius: 3px; }
  /* line 108, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.round {
    border-radius: 1000px; }
    /* line 110, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
    .tooltip.round > .nub {
      left: 2rem; }
  /* line 115, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.opened {
    border-bottom: dotted 1px #003f54 !important;
    color: #008CBA !important; }

/* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen and (min-width: 40.0625em) {
  /* line 130, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  /* line 134, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  /* line 140, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  /* line 143, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  /* line 150, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }
/* line 113, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

/* Wrapped around .top-bar to contain to grid width */
/* line 119, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  /* line 123, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

/* line 129, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    /* line 142, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    /* line 149, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 2.8125rem;
      z-index: 98; }

/* line 156, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  /* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  /* line 170, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .row {
    max-width: none; }
  /* line 174, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  /* line 180, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  /* line 188, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 40em) {
      /* line 188, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  /* line 204, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  /* line 209, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0; }
    /* line 214, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 2.8125rem;
      margin: 0; }
      /* line 219, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #FFFFFF;
        display: block;
        font-weight: normal;
        padding: 0 0.9375rem;
        width: 75%; }
  /* line 230, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    /* line 235, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      display: block;
      font-size: 0.8125rem;
      font-weight: bold;
      height: 2.8125rem;
      line-height: 2.8125rem;
      padding: 0 0.9375rem;
      position: relative;
      text-transform: uppercase; }
    /* line 248, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      /* line 252, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar .toggle-topbar.menu-icon a {
        color: #FFFFFF;
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        position: relative; }
        /* line 129, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  /* line 268, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    /* line 272, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar.expanded .title-area {
      background: #333333; }
    /* line 277, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      /* line 280, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      /* line 293, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      /* line 299, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

/* line 308, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  /* line 314, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  /* line 323, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  /* line 331, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    background: #333333; }
    /* line 334, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section ul li > a {
      color: #FFFFFF;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      padding-left: 0.9375rem;
      padding: 12px 0 12px 0.9375rem;
      text-transform: none;
      width: 100%; }
      /* line 345, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        background-color: #008CBA;
        border-color: #007095;
        color: #FFFFFF; }
        /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007095; }
        /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      /* line 352, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      /* line 353, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      /* line 354, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      /* line 355, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
      /* line 356, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li > a.button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: #61b6d9; }
        /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #FFFFFF; }
    /* line 359, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      background-color: #008CBA;
      border-color: #007095;
      color: #FFFFFF; }
      /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007095; }
      /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      /* line 365, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      /* line 366, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      /* line 367, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      /* line 368, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
      /* line 369, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li > button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        /* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #61b6d9; }
        /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #FFFFFF; }
    /* line 373, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #FFFFFF;
      background: #222222; }
    /* line 383, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section ul li.active > a {
      background: #008CBA;
      color: #FFFFFF; }
      /* line 387, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: #FFFFFF; }
  /* line 395, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  /* line 400, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown {
    position: relative; }
    /* line 404, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    /* line 417, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown.moved {
      position: static; }
      /* line 420, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      /* line 425, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  /* line 432, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    /* line 440, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      /* line 444, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        /* line 447, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      /* line 452, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        /* line 458, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          /* line 462, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      /* line 466, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      /* line 470, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    /* line 476, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.625rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0.9375rem 2px;
      text-transform: uppercase; }

/* line 487, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
.js-generated {
  display: block; }

@media only screen and (min-width: 40.0625em) {
  /* line 492, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    overflow: visible; }
    /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
    .top-bar:after {
      clear: both; }
    /* line 497, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar .toggle-topbar {
      display: none; }
    /* line 499, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar .title-area {
      float: left; }
    /* line 500, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    /* line 507, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    /* line 517, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar.expanded {
      background: #333333; }

  /* line 522, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 62.5rem; }

  /* line 528, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    /* line 532, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      /* line 537, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section ul li {
        float: left; }
        /* line 539, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
        .top-bar-section ul li .js-generated {
          display: none; }
    /* line 545, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #222222;
      color: #FFFFFF; }
    /* line 555, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #333333;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      /* line 559, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #222222; }
    /* line 569, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #008CBA;
      color: #FFFFFF;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      /* line 574, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #FFFFFF; }
    /* line 584, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      /* line 586, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    /* line 594, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      /* line 595, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    /* line 601, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    /* line 606, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    /* line 613, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    /* line 625, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      /* line 632, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li a {
        background: #333333;
        color: #FFFFFF;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
      /* line 641, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333333;
        color: #FFFFFF; }
      /* line 646, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #FFFFFF;
        background: #222222; }
      /* line 655, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      /* line 661, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    /* line 668, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #4e4e4e;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    /* line 678, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .has-form {
      background: #333333;
      height: 2.8125rem;
      padding: 0 0.9375rem; }
    /* line 686, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      /* line 690, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    /* line 694, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      /* line 698, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  /* line 708, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF; }
  /* line 717, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF; }
  /* line 725, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  /* line 730, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }
/* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
.text-left {
  text-align: left !important; }

/* line 156, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
.text-right {
  text-align: right !important; }

/* line 157, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
.text-center {
  text-align: center !important; }

/* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important; }

  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important; }

  /* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important; }

  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important; }

  /* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.0625em) and (max-width: 53.125em) {
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important; }

  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important; }

  /* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.0625em) {
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important; }

  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important; }

  /* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 53.1875em) and (max-width: 72.25em) {
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important; }

  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important; }

  /* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 53.1875em) {
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important; }

  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important; }

  /* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 72.3125em) {
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important; }

  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important; }

  /* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 72.3125em) {
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important; }

  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important; }

  /* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 6250000em) and (max-width: 6249999.9375em) {
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important; }

  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important; }

  /* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 6250000em) {
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important; }

  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important; }

  /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important; }

  /* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
/* line 193, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
/* line 217, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none; }
  /* line 222, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  a:hover, a:focus {
    color: #0078a0; }
  /* line 230, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  a img {
    border: none; }

/* Default paragraph styles */
/* line 234, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  /* line 242, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  /* line 244, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
/* line 252, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  /* line 262, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

/* line 269, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem; }

/* line 270, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem; }

/* line 271, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem; }

/* line 272, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem; }

/* line 273, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem; }

/* line 274, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
h6 {
  font-size: 1rem; }

/* line 276, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

/* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
/* line 287, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit; }

/* line 293, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit; }

/* line 299, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit; }

/* line 304, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
/* line 316, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

/* line 326, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem; }
  /* line 328, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  ul.no-bullet {
    margin-left: 0; }
    /* line 331, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
/* line 344, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
/* line 353, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
/* line 356, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
/* line 357, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
/* line 358, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
/* line 359, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
/* line 363, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem; }
  /* line 366, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
/* line 376, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
/* line 380, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
/* line 384, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

/* line 391, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
abbr {
  text-transform: none; }
  /* line 393, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
/* line 399, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  /* line 404, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    /* line 408, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
    blockquote cite:before {
      content: "\2014 \0020"; }
    /* line 412, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

/* line 418, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
/* line 425, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  /* line 431, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .vcard li {
    margin: 0;
    display: block; }
  /* line 435, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

/* line 442, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold; }
/* line 444, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  /* line 455, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  /* line 456, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem; }

  /* line 457, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem; }

  /* line 458, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem; }

  /* line 459, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem; }

  /* line 460, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem; }

  /* line 461, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_type.scss */
  h6 {
    font-size: 1rem; } }
/* line 386, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

/* line 387, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .inner-wrap:after {
    clear: both; }

/* line 389, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  /* line 170, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  /* line 176, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

/* line 391, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

/* line 392, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

/* line 394, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  /* line 204, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .tab-bar-section.left {
    text-align: left; }
  /* line 205, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .tab-bar-section.right {
    text-align: right; }
  /* line 209, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  /* line 213, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  /* line 217, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

/* line 398, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  /* line 129, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_global.scss */
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

/* line 422, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  /* line 106, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

/* line 423, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  /* line 106, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

/* line 425, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 231, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  /* line 243, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    transition: background 300ms ease; }
    /* line 249, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
    ul.off-canvas-list li a:hover {
      background: #242424; }
    /* line 252, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
    ul.off-canvas-list li a:active {
      background: #242424; }

/* line 431, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
/* line 434, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    /* line 281, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 438, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
/* line 442, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    /* line 281, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 445, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
/* line 453, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    /* line 281, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 456, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
/* line 464, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    /* line 281, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 467, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
/* line 475, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    /* line 281, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 480, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
/* line 481, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
/* line 483, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
/* line 484, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

/* line 487, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  /* line 292, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  /* line 319, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    /* line 328, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    /* line 352, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  /* line 489, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

/* line 494, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  /* line 292, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  /* line 319, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    /* line 328, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    /* line 341, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  /* line 496, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

/* line 509, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

/* line 512, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  /* line 244, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  /* line 247, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  /* line 251, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  /* line 254, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  /* line 259, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  /* line 262, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  /* line 265, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  /* line 268, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  /* line 271, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  /* line 244, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  /* line 247, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  /* line 251, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  /* line 254, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  /* line 259, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  /* line 262, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  /* line 265, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  /* line 268, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  /* line 271, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 53.1875em) {
  /* line 244, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  /* line 247, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  /* line 251, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  /* line 254, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  /* line 259, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  /* line 262, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  /* line 265, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  /* line 268, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  /* line 271, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 72.3125em) {
  /* line 244, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  /* line 247, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  /* line 251, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  /* line 254, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  /* line 259, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  /* line 262, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  /* line 265, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  /* line 268, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  /* line 271, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 6250000em) {
  /* line 244, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  /* line 247, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  /* line 251, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  /* line 254, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  /* line 259, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  /* line 262, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  /* line 265, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  /* line 268, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  /* line 271, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
/* line 285, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

/* line 287, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
/* line 292, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

/* line 296, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

/* line 300, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

/* line 304, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

/* line 309, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  /* line 314, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  /* line 316, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 321, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  /* line 325, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  /* line 329, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  /* line 333, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  /* line 338, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  /* line 344, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  /* line 346, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 351, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  /* line 355, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  /* line 359, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  /* line 363, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  /* line 368, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
/* line 374, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important; }

/* line 375, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important; }

/* line 376, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important; }

/* line 377, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
/* line 380, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important; }

/* line 381, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important; }

/* line 382, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important; }

/* line 383, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important; }

/* line 384, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important; }

/* line 385, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important; }

/* line 386, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important; }

/* line 387, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important; }

/* line 388, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important; }

/* line 389, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important; }

/* line 390, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important; }

/* line 391, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
/* line 394, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

/* line 397, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  /* line 400, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 414, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
.print-only {
  display: none !important; }

@media print {
  /* line 416, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }

  /* line 422, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: block; }

  /* line 423, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none; }

  /* line 425, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important; }

  /* line 426, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important; }

  /* line 427, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important; }

  /* line 428, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important; }

  /* line 429, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important; }

  /* line 430, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important; }

  /* line 432, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 434, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 436, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 439, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 443, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  /* line 449, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 451, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 454, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  /* line 458, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 465, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 468, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-on-print {
    display: none !important; }

  /* line 469, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .print-only {
    display: block !important; }

  /* line 470, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none !important; }

  /* line 471, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: inherit !important; } }
/* Print visibility */
@media print {
  /* line 477, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: block; }

  /* line 478, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none; }

  /* line 480, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important; }

  /* line 481, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important; }

  /* line 482, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important; }

  /* line 483, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important; }

  /* line 484, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important; }

  /* line 485, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important; } }
@media not print {
  /* line 489, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: none !important; } }
/*
   We should strive to minimize the number of colors used in incidental accents. This will make the site look
   cleaner and more logical. Define colors in the _colors.scss, try to re-use when possible.
*/
/*
   Include compass modules. TODO: See if these can be replaced by foundation equivalents.
*/
/* line 1, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.sprites {
  background: url(/assets/images/sprites.png) no-repeat; }

/* line 2, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.DL_left_hover-icon {
  width: 73px;
  height: 147px;
  background-position: -598px 0; }

/* line 3, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.DL_right_hover-icon {
  width: 73px;
  height: 147px;
  background-position: -376px -128px; }

/* line 4, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.aolon-header-logo3-icon {
  width: 96px;
  height: 22px;
  background-position: -37px -128px; }

/* line 5, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.apple_store-icon {
  width: 91px;
  height: 32px;
  background-position: -277px -128px; }

/* line 6, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.arrow_down-icon {
  width: 26px;
  height: 10px;
  background-position: -134px -128px; }

/* line 7, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.arrow_left-icon {
  width: 22px;
  height: 42px;
  background-position: -226px -51px; }

/* line 8, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.arrow_left_highlight-icon {
  width: 22px;
  height: 42px;
  background-position: -249px -51px; }

/* line 9, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.arrow_right-icon {
  width: 22px;
  height: 42px;
  background-position: -277px -161px; }

/* line 10, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.arrow_right_highlight-icon {
  width: 22px;
  height: 42px;
  background-position: -277px -204px; }

/* line 11, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.arrow_up-icon {
  width: 26px;
  height: 10px;
  background-position: -479px -128px; }

/* line 12, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.business-icon {
  width: 225px;
  height: 127px;
  background-position: 0 0; }

/* line 13, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.business_hover-icon {
  width: 225px;
  height: 127px;
  background-position: -277px 0; }

/* line 14, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.entertainment-icon-icon {
  width: 225px;
  height: 127px;
  background-position: 0 -153px; }

/* line 15, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.entertainment_hover-icon {
  width: 225px;
  height: 127px;
  background-position: -452px -153px; }

/* line 16, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.facebook_footer_blue-icon {
  width: 13px;
  height: 27px;
  background-position: -538px 0; }

/* line 17, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.google_play-icon {
  width: 91px;
  height: 31px;
  background-position: -506px -121px; }

/* line 18, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.hamburger-icon {
  width: 23px;
  height: 24px;
  background-position: 0 -128px; }

/* line 19, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.landscape_add-icon {
  width: 50px;
  height: 50px;
  background-position: -226px 0; }

/* line 20, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.landscape_remove-icon {
  width: 50px;
  height: 50px;
  background-position: -226px -94px; }

/* line 21, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.length-icon {
  width: 50px;
  height: 50px;
  background-position: -226px -145px; }

/* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.lifestyle-icon {
  width: 225px;
  height: 127px;
  background-position: -226px -280px; }

/* line 23, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.lifestyle_hover-icon {
  width: 225px;
  height: 127px;
  background-position: 0 -281px; }

/* line 24, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.menu_down-icon {
  width: 32px;
  height: 32px;
  background-position: -300px -212px; }

/* line 25, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.menu_dropdown-icon {
  width: 9px;
  height: 5px;
  background-position: -552px 0; }

/* line 26, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.menu_up-icon {
  width: 32px;
  height: 32px;
  background-position: -333px -213px; }

/* line 27, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.mobile_facebook-icon {
  width: 12px;
  height: 24px;
  background-position: -24px -128px; }

/* line 28, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.mobile_google-icon {
  width: 32px;
  height: 32px;
  background-position: -226px -247px; }

/* line 29, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.mobile_pinterest-icon {
  width: 24px;
  height: 32px;
  background-position: -351px -180px; }

/* line 30, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.mobile_twitter-icon {
  width: 28px;
  height: 24px;
  background-position: -450px -128px; }

/* line 31, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.movies-icon {
  width: 225px;
  height: 127px;
  background-position: -452px -281px; }

/* line 32, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.movies_hover-icon {
  width: 225px;
  height: 127px;
  background-position: -226px -408px; }

/* line 33, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.news-icon {
  width: 225px;
  height: 127px;
  background-position: 0 -409px; }

/* line 34, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.news_hover-icon {
  width: 225px;
  height: 127px;
  background-position: -452px -409px; }

/* line 35, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.play_carousel-icon {
  width: 92px;
  height: 92px;
  background-position: -503px -28px; }

/* line 36, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.portrait_add-icon {
  width: 50px;
  height: 50px;
  background-position: -300px -161px; }

/* line 37, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.portrait_remove-icon {
  width: 50px;
  height: 50px;
  background-position: -226px -196px; }

/* line 38, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.search-icon {
  width: 19px;
  height: 18px;
  background-position: -351px -161px; }

/* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.shows-icon {
  width: 225px;
  height: 127px;
  background-position: -226px -536px; }

/* line 40, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.shows_hover-icon {
  width: 225px;
  height: 127px;
  background-position: 0 -537px; }

/* line 41, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.sports-icon {
  width: 225px;
  height: 127px;
  background-position: -452px -537px; }

/* line 42, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.sports_hover-icon {
  width: 225px;
  height: 127px;
  background-position: -226px -664px; }

/* line 43, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.tech-icon {
  width: 225px;
  height: 127px;
  background-position: 0 -665px; }

/* line 44, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.tech_hover-icon {
  width: 225px;
  height: 127px;
  background-position: -452px -665px; }

/* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.twitter_footer-icon {
  width: 34px;
  height: 27px;
  background-position: -503px 0; }

/* line 46, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_sprites.scss */
.windows_store-icon {
  width: 115px;
  height: 31px;
  background-position: -259px -247px; }

/*
   The larsseit font face. The variants are chosen depending on font-weight. < 400 = light, > 600 = bold, otherwise
   it's normal.
*/
@font-face {
  font-family: larsseit;
  font-weight: 300;
  src: url("larsseit-light.eot");
  src: url("larsseit-light.eot?#iefix") format("embedded-opentype"), url("larsseit-light.woff2") format("woff2"), url("larsseit-light.woff") format("woff"), url("larsseit-light.ttf") format("truetype"), url("larsseit-light.svg#larsseit") format("svg"); }
@font-face {
  font-family: larsseit;
  font-weight: normal;
  src: url("larsseit.eot");
  src: url("larsseit.eot?#iefix") format("embedded-opentype"), url("larsseit.woff2") format("woff2"), url("larsseit.woff") format("woff"), url("larsseit.ttf") format("truetype"), url("larsseit.svg#larsseit") format("svg"); }
@font-face {
  font-family: larsseit;
  font-weight: bold;
  src: url("larsseit-bold.eot");
  src: url("larsseit-bold.eot?#iefix") format("embedded-opentype"), url("larsseit-bold.woff2") format("woff2"), url("larsseit-bold.woff") format("woff"), url("larsseit-bold.ttf") format("truetype"), url("larsseit-bold.svg#larsseit") format("svg"); }
@font-face {
  font-family: opensans;
  font-weight: lighter;
  src: url("opensanscondensed-light.eot");
  src: url("opensanscondensed-light.eot?#iefix") format("embedded-opentype"), url("opensanscondensed-light.woff2") format("woff2"), url("opensanscondensed-light.woff") format("woff"), url("opensanscondensed-light.ttf") format("truetype"), url("opensanscondensed-light.svg#opensans") format("svg"); }
/* line 78, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
body {
  background-color: #999; }
  /* line 80, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  body .added {
    width: 16.25rem;
    height: 4.5rem;
    border-radius: 4.65px;
    padding: 1.25rem;
    opacity: 0.9;
    top: 45%;
    background-color: #000000;
    z-index: 999;
    text-align: center;
    position: fixed;
    color: white;
    display: none; }
    /* line 93, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    body .added span {
      background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -321px -196px; }
    /* line 96, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    body .added img {
      display: inline-block;
      vertical-align: middle;
      width: 2.125rem; }
    /* line 101, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    body .added p {
      text-align: center;
      font-size: 1.1875rem;
      line-height: 1.6875rem;
      display: inline-block;
      vertical-align: text-top;
      font-weight: lighter;
      text-transform: uppercase; }
  /* line 111, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  body .removed {
    width: 16.25rem;
    height: 4.5rem;
    border-radius: 4.65px;
    padding: 1.25rem;
    opacity: 0.9;
    top: 45%;
    background-color: #000000;
    z-index: 999;
    text-align: center;
    position: fixed;
    display: none;
    color: white; }
    /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    body .removed p {
      text-align: center;
      font-size: 1.1875rem;
      line-height: 1.6875rem;
      font-weight: lighter;
      text-transform: uppercase; }
  /* line 134, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  body .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 15000; }

/* line 147, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
body, ul {
  font-family: larsseit, sans-serif;
  font-size: 16px; }

/* line 153, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content ul {
  font-family: larsseit, sans-serif; }

/* line 157, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
button {
  font-family: larsseit, sans-serif; }

/* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
li {
  display: inline-block; }

/* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.clickable {
  cursor: pointer;
  cursor: hand; }

/* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#hero {
  position: relative; }

/* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#page {
  position: relative;
  margin: 0 auto;
  max-width: 1800px;
  background-color: #eaeaea;
  overflow-x: hidden; }

/* line 180, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.flyoutMenuOpen #page {
  overflow-x: visible; }

/* line 185, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
img, embed, object, video {
  max-width: 100%; }

/*
  Useful mixins.
*/
/*
   To get access to media query short-hand variables like "$small-only"
*/
/* line 362, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%; }
/* line 363, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 364, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 369, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }
/* line 376, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%; }
/* line 377, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 378, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 383, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }
/* line 390, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%; }
/* line 391, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 392, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 397, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }
/* line 404, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%; }
/* line 405, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 406, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 411, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }
/* line 418, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%; }
/* line 419, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 420, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 425, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }
/* line 432, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up .item {
  width: 14.28571%; }
/* line 433, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 434, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 439, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }
/* line 446, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up .item {
  width: 12.5%; }
/* line 447, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 448, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 453, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

/* line 8, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
.menuFlyoutActivated #content {
  overflow: hidden;
  position: fixed;
  width: 100%; }

@media only screen and (min-width: 40.0625em) {
  /* line 17, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header {
    height: 4.6875rem; }
    /* line 20, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header h1 {
      display: none; } }
@header (max-width: 1300px) {
  /* line 28, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header {
    max-width: 1300px; } }
/* line 33, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
.header:hover {
  opacity: 1; }

/* line 37, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
.header {
  margin: 0 auto;
  z-index: 2900;
  width: 100%;
  max-width: 1800px;
  background-color: #000000;
  color: #fff;
  position: fixed;
  opacity: 1; }
  /* line 46, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header a, .header a:hover, .header a:active {
    text-decoration: none;
    color: #fff; }
  /* line 52, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .menuParent ul {
    float: left;
    background-color: #000;
    padding: 1.2em;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0em; }
    /* line 59, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .menuParent ul li {
      display: block;
      position: relative;
      font-size: 1.4rem;
      color: #949494;
      float: left;
      clear: left;
      width: 100%; }
      /* line 67, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header .menuParent ul li .itemContent {
        padding-top: .54em;
        padding-bottom: .34em;
        padding-left: 2.9rem; }
      /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header .menuParent ul li a {
        color: #949494; }
      /* line 79, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header .menuParent ul li.selected a {
        color: #FFF; }
      /* line 82, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header .menuParent ul li.selected, .header .menuParent ul li.hover {
        background-color: #343434; }
        /* line 84, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .menuParent ul li.selected .selectIndicator, .header .menuParent ul li.hover .selectIndicator {
          width: 4px;
          display: inline-block;
          height: 100%;
          float: left;
          position: absolute;
          margin-left: -2.9rem;
          margin-top: -.54em;
          background-color: #11abe1; }
        /* line 94, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .menuParent ul li.selected.news .selectIndicator, .header .menuParent ul li.hover.news .selectIndicator {
          background-color: #39b6f1; }
        /* line 97, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .menuParent ul li.selected.entertainment .selectIndicator, .header .menuParent ul li.hover.entertainment .selectIndicator {
          background-color: #d059a9; }
        /* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .menuParent ul li.selected.tech .selectIndicator, .header .menuParent ul li.hover.tech .selectIndicator {
          background-color: #30adad; }
        /* line 103, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .menuParent ul li.selected.sports .selectIndicator, .header .menuParent ul li.hover.sports .selectIndicator {
          background-color: #cc2926; }
        /* line 106, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .menuParent ul li.selected.lifestyle .selectIndicator, .header .menuParent ul li.hover.lifestyle .selectIndicator {
          background-color: #6f1ed2; }
        /* line 109, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .menuParent ul li.selected.business .selectIndicator, .header .menuParent ul li.hover.business .selectIndicator {
          background-color: #3b993d; }
        /* line 112, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .menuParent ul li.selected.parenting .selectIndicator, .header .menuParent ul li.hover.parenting .selectIndicator {
          background-color: #3333ea; }
  /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .nav .menuParent {
    margin-left: 2500%;
    z-index: 12001;
    background-color: #000;
    position: absolute;
    width: auto;
    height: auto;
    min-width: 18rem; }
    /* line 129, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .nav .menuParent ul {
      background-color: #131313;
      width: 100%;
      height: 100%;
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      border-bottom: 2px solid rgba(255, 255, 255, 0.5); }
      /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header .nav .menuParent ul li {
        width: 100%;
        font-size: 1rem; }
        /* line 139, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .nav .menuParent ul li a {
          font-weight: lighter;
          width: 100%;
          display: block; }
  /* line 148, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .nav .navHeading:hover {
    color: #11abe1; }
  /* line 153, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .nav .hoverEnable.hovered .menuParent {
    margin-left: 0px; }
  /* line 156, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .nav .hoverEnable.hovered .navHeading {
    color: #39b6f1; }
  /* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .headBanner {
    width: 95%; }
    /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .headBanner a, .header .headBanner a:hover, .header .headBanner a:active {
      text-transform: uppercase;
      font-weight: normal; }
  /* line 169, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header > .headBanner {
    position: relative;
    height: 100%;
    width: 73.846%;
    margin: 0 auto; }
    /* line 174, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header > .headBanner > div {
      height: 100%; }
    /* line 177, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header > .headBanner img, .header > .headBanner ul, .header > .headBanner div {
      display: inline-block; }
    /* line 180, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header > .headBanner .logo-parent {
      padding-top: 1.1em;
      vertical-align: baseline; }
    /* line 184, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header > .headBanner .huffpost-logo-parent {
      padding-top: 0;
      vertical-align: baseline; }
      /* line 186, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header > .headBanner .huffpost-logo-parent .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      /* line 191, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header > .headBanner .huffpost-logo-parent img.huffpost-logo {
        display: inline-block;
        vertical-align: middle; }
    /* line 197, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header > .headBanner .logo {
      margin-top: 0.4rem;
      background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 0;
      display: inline-block;
      height: 22px;
      width: 96px; }
  /* line 206, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .menu {
    height: 60%;
    width: auto;
    margin-right: 1em;
    vertical-align: text-top;
    cursor: pointer;
    cursor: hand; }
  /* line 213, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .nav {
    margin-left: 2.029%;
    vertical-align: top;
    margin-top: 0;
    height: 100%; }
    /* line 218, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .nav .navHeading {
      display: block;
      height: 100%;
      padding: 1.5rem;
      padding-left: .53em;
      padding-right: .53em; }
    /* line 225, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .nav > li {
      height: 100%;
      margin-right: 0; }
    /* line 229, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .nav li {
      font-size: 1.0625rem; }
  /* line 233, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .navRight {
    position: absolute;
    right: 0px;
    width: 43%;
    top: 0px;
    white-space: nowrap;
    padding-top: 1em;
    text-align: right; }
    /* line 241, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .navRight .my-list {
      margin-top: 9px; }
    /* line 244, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .navRight .my-list:hover {
      color: blue; }
  /* line 248, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .searchform {
    vertical-align: top;
    margin-top: .2em;
    width: 13.875rem;
    background-color: #0c0c0c;
    border: solid 1px #434343;
    border-radius: 2px;
    height: 2em; }
    /* line 257, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .searchform input[name="term"] {
      font-size: 0.9375rem;
      vertical-align: top;
      background-color: #0c0c0c;
      padding: 14px 12px 7px 15px;
      color: #fff;
      width: 78%;
      border: none;
      height: 1.6em;
      display: inline-block;
      float: left;
      outline: 0; }
@-moz-document url-prefix() {
  /* line 257, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .searchform input[name="term"] {
    padding: 4px 12px 1px 15px; } }
    /* line 274, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .searchform #searchBar {
      width: 100%;
      height: 100%; }
    /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .searchform .searchIconParent {
      position: relative;
      margin-left: 4%;
      width: 18%;
      height: 100%;
      display: inline-block;
      padding-right: .6em;
      padding-top: 0.4rem;
      text-align: right; }
      /* line 288, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header .searchform .searchIconParent .searchIcon {
        position: absolute;
        height: 64%;
        right: 18%;
        top: 18%;
        /* ANDREW */ }
    /* line 299, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .searchform input[name="img"] {
      width: auto;
      height: 100%;
      position: absolute;
      top: 0;
      right: .3em;
      padding-top: .3em;
      vertical-align: middle;
      display: inline-block;
      border: 0; }
  /* line 311, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .flyout {
    position: relative;
    height: 400%;
    top: 0;
    left: 0;
    width: 185%;
    z-index: 500;
    pointer-events: none; }
    /* line 322, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .flyout > div {
      padding-top: 1.1em; }
    /* line 325, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .flyout .leftFly {
      z-index: 5000;
      position: fixed;
      width: 200%;
      background-color: #000000;
      height: 4.51em;
      top: 0;
      float: left;
      pointer-events: auto;
      text-align: right; }
      /* line 335, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header .flyout .leftFly .logo-parent {
        text-align: left;
        float: left;
        height: 80%;
        padding-left: 2.42em;
        width: 13.54%;
        margin-top: .1em; }
        /* line 342, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .flyout .leftFly .logo-parent .logo {
          max-height: 100%;
          background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 0;
          display: inline-block;
          height: 22px;
          width: 96px; }
      /* line 350, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header .flyout .leftFly .menuParent {
        height: 100%;
        width: 13.54%;
        float: left; }
        /* line 354, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .flyout .leftFly .menuParent .menu {
          height: 65%;
          margin-right: 3.32em;
          background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -111px -1068px;
          display: block; }
      /* line 363, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header .flyout .leftFly .heading {
        float: left;
        width: 23.56%;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 1.5625rem;
        font-weight: bold;
        font-family: larsseit, sans-serif;
        color: white;
        text-transform: uppercase;
        height: 100%; }
    /* line 381, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .flyout .rightFly {
      padding-top: 0;
      height: auto;
      display: none;
      width: 46.5%;
      background-color: #000000;
      top: 0;
      float: right;
      pointer-events: auto; }
      /* line 391, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header .flyout .rightFly > ul {
        /* List Directly under menu */ }
        /* line 393, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .flyout .rightFly > ul > li {
          font-size: 1.5rem; }
          /* line 395, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
          .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem {
            cursor: pointer;
            cursor: hand;
            /* ANDREW */
            /* Do we really need all this stuf to do a rotating arrow transformation? */ }
            /* line 397, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem .menuHeading {
              display: block;
              float: left; }
            /* line 404, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem .menuArrow, .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem .menuArrowExpanded {
              height: 34px;
              width: 34px; }
            /* line 408, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem .menuArrow {
              background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -152px -352px; }
            /* line 411, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem .menuArrowExpanded {
              background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -196px -352px; }
            /* line 417, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem.collapseDone .menuArrow {
              display: block; }
            /* line 420, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem.collapseDone .menuArrowExpanded {
              display: none; }
            /* line 425, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem.expandedDone .menuArrow {
              display: none; }
            /* line 428, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem.expandedDone .menuArrowExpanded {
              display: block; }
            /* line 434, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem.expandAnimating .menuArrow {
              display: block; }
            /* line 437, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem.expandAnimating .menuArrowExpanded {
              display: none; }
            /* line 441, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem .menuArrow, .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem .menuArrowExpanded {
              margin-right: 2em;
              position: absolute;
              right: 0;
              margin-top: -0.5em; }
            /* line 447, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li .itemContent.collapsableMenuItem .menuParent {
              overflow: hidden;
              width: 100%;
              height: 100%; }
          /* line 454, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
          .header .flyout .rightFly > ul > li > .itemContent:not(.expanded), .header .flyout .rightFly > ul > li > a > .itemContent:not(.expanded) {
            border-bottom: 2px groove #2d2d2d;
            padding-bottom: 1em; }
          /* line 458, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
          .header .flyout .rightFly > ul > li ul {
            border-bottom: 1px solid #2d2d2d;
            border-top: 1px solid #2d2d2d;
            margin-top: 1em; }
            /* line 464, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li ul li:first-child {
              margin-top: 0; }
          /* line 469, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
          .header .flyout .rightFly > ul > li.menuApps .menuHeading, .header .flyout .rightFly > ul > li.menuSocial .menuHeading {
            margin-bottom: 1em; }
          /* line 472, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
          .header .flyout .rightFly > ul > li.menuApps .itemContent, .header .flyout .rightFly > ul > li.menuSocial .itemContent {
            border-bottom: 0; }
          /* line 475, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
          .header .flyout .rightFly > ul > li.menuApps ul, .header .flyout .rightFly > ul > li.menuSocial ul {
            background-color: transparent;
            border-bottom: 0;
            border-top: 0;
            padding-left: 0;
            padding-top: 0;
            margin-top: 10px; }
            /* line 482, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li.menuApps ul li, .header .flyout .rightFly > ul > li.menuSocial ul li {
              float: none;
              width: auto; }
          /* line 491, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
          .header .flyout .rightFly > ul > li.menuApps {
            /* ANDREW */
            /* ADDING IN STORE ICONS HERE */ }
            /* line 492, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li.menuApps .itemContent {
              padding-bottom: 0; }
            /* line 495, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li.menuApps .stores .clickable {
              margin-bottom: .65em; }
            /* line 501, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li.menuApps .apple-store {
              background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -1789px;
              display: inline-block;
              width: 95px;
              height: 35px; }
            /* line 507, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li.menuApps .google-play {
              background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -1835px;
              display: inline-block;
              width: 95px;
              height: 35px; }
            /* line 513, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li.menuApps .windows-store {
              background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -1878px;
              display: inline-block;
              width: 115px;
              height: 35px; }
          /* line 522, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
          .header .flyout .rightFly > ul > li.menuSocial .menuHeading {
            font-size: 1.3rem;
            color: #949494; }
          /* line 526, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
          .header .flyout .rightFly > ul > li.menuSocial .socialParent {
            border-radius: 1em;
            border: 1px solid #949494;
            width: 90%;
            padding: .64em;
            text-align: center; }
            /* line 533, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly > ul > li.menuSocial .socialParent ul {
              float: none; }
        /* line 541, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .flyout .rightFly > ul > li:first-child {
          margin-bottom: .75rem;
          margin-top: 0;
          border-bottom: 0;
          background-color: #949494; }
      /* line 548, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
      .header .flyout .rightFly ul {
        margin-left: 0;
        width: 100%;
        text-decoration: none;
        text-transform: uppercase; }
        /* line 553, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
        .header .flyout .rightFly ul li {
          float: left;
          clear: left;
          width: 100%; }
          /* line 557, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
          .header .flyout .rightFly ul li .itemContent {
            padding-left: 2.9rem;
            padding-top: 1em;
            display: inline-block;
            width: 100%;
            height: 100%; }
            /* line 564, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
            .header .flyout .rightFly ul li .itemContent.collapsableMenuItem .itemContent {
              padding-top: .54em;
              padding-bottom: .34em; }
    /* line 573, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .flyout li:first-child {
      margin-top: 0em; }
    /* line 576, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .flyout .searchform {
      height: 2.43rem;
      margin-bottom: 0em;
      width: 35%;
      float: left;
      margin-left: 1.3rem; }
  /* line 585, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .signinParent {
    vertical-align: top;
    margin-left: 2%;
    margin-top: 0.3rem;
    line-height: 2rem;
    font-size: 0.75rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: lighter; }
  /* line 596, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .signin {
    width: 100%; }
  /* line 599, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .signin {
    cursor: pointer;
    cursor: hand;
    line-height: 1rem;
    vertical-align: middle; }
    /* line 603, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header .signin .username {
      text-overflow: ellipsis;
      overflow: hidden; }

/* line 610, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
.header.huffpostHeader {
  background-color: #000000; }
  /* line 612, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header.huffpostHeader .searchform {
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px #ffffff; }
    /* line 616, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
    .header.huffpostHeader .searchform input[name="term"] {
      background-color: transparent; }
  /* line 620, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header.huffpostHeader .flyout .leftFly {
    background-color: #000000; }

@media only screen and (max-width: 40em) {
  /* line 626, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header .signin {
    line-height: 1.7rem; } }
/* line 631, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
.playerVisible .header {
  position: absolute; }

/* line 635, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
#headerOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 101;
  opacity: 0;
  display: none; }

@media only screen and (min-width: 40.0625em) and (max-width: 53.125em) {
  /* line 647, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header > .headBanner {
    width: 87.846%; } }
@media only screen and (max-width: 40em) {
  /* line 653, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_header.scss */
  .header {
    position: absolute;
    height: 4.5em; } }
/* line 1, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
#footer-container {
  width: 100%;
  background-color: #2d2d2d; }
  /* line 4, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
  #footer-container .aol-footer {
    background-color: #2d2d2d;
    padding: 2.1875rem 0 2.1875rem 0%;
    font-size: 0.8125rem;
    color: #bbbbbb;
    font-weight: normal; }
    /* line 5, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer a {
      color: #bbbbbb; }
    /* line 8, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer > ul {
      margin-left: 12.677%; }
    /* line 19, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer .aol-header {
      text-transform: uppercase;
      margin-bottom: 25px;
      color: #fff; }
      /* line 23, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
      #footer-container .aol-footer .aol-header > a {
        color: #fff; }
    /* line 27, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer .about-footer {
      min-width: 100px; }
    /* line 30, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer .channels {
      min-width: 140px;
      margin-bottom: 1.5625rem; }
      /* line 32, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
      #footer-container .aol-footer .channels ul + ul {
        margin-top: 2px !important; }
      /* line 36, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
      #footer-container .aol-footer .channels li .channelDot:after {
        content: "\2022";
        margin-left: 1px;
        margin-right: 1px; }
    /* line 44, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer .aol-header .originals {
      margin-bottom: 1.25rem; }
    /* line 47, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer .about li {
      display: block;
      margin-bottom: 2px !important; }
    /* line 51, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer .social {
      margin-bottom: 1.875rem; }
      /* line 53, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
      #footer-container .aol-footer .social .twitter {
        background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -285px; }
      /* line 56, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
      #footer-container .aol-footer .social .facebook {
        background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -341px; }
      /* line 59, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
      #footer-container .aol-footer .social a {
        height: 32px;
        width: 33px;
        margin-right: 0.9375rem;
        display: inline-block;
        text-indent: -9999px; }
    /* line 67, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer .copyright {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center; }
  /* line 75, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
  #footer-container .aol-footer-column {
    min-width: 120px;
    position: relative;
    height: 200px;
    vertical-align: top;
    width: 20%;
    padding: 0 1.777% 0 2.665%;
    display: inline-block;
    margin-right: 20px; }
    /* line 84, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer-column ul, #footer-container .aol-footer-column li {
      margin: 0 !important;
      padding: 0 !important; }
  /* line 93, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
  #footer-container .aol-footer .aol-footer-column.apps {
    margin: 0;
    padding: 0; }
    /* line 97, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer .aol-footer-column.apps .aol-header {
      text-align: center; }
    /* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer .aol-footer-column.apps .stores {
      text-align: center; }
      /* line 102, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
      #footer-container .aol-footer .aol-footer-column.apps .stores a {
        display: inline-block;
        text-indent: -9999px; }
      /* line 106, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
      #footer-container .aol-footer .aol-footer-column.apps .stores .apple-store {
        background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -1789px;
        width: 95px;
        height: 35px; }
      /* line 111, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
      #footer-container .aol-footer .aol-footer-column.apps .stores .google-play {
        background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -1835px;
        width: 95px;
        height: 35px; }
      /* line 116, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
      #footer-container .aol-footer .aol-footer-column.apps .stores .windows-store {
        background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -1878px;
        width: 115px;
        height: 35px; }
    /* line 122, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer .aol-footer-column.apps .stores li {
      display: inline-block;
      margin: 0 10px 10px 0 !important;
      width: 91px; }
    /* line 127, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .aol-footer .aol-footer-column.apps .stores li:last-of-type {
      width: 100%;
      text-align: center; }
  /* line 133, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
  #footer-container .footer-follow {
    border-radius: 2px;
    cursor: pointer;
    background-color: #11abe1;
    font-size: 0.75rem;
    height: 1.25rem;
    width: 7.375rem;
    color: #ffffff;
    text-align: center;
    padding: 2px 1px 0 0; }
    /* line 143, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
    #footer-container .footer-follow a {
      color: #ffffff; }
  /* line 147, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_footer.scss */
  #footer-container .footer-follow:hover {
    background-color: #11abe0; }

/* line 3, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
a:hover .playParent .toPlay {
  display: inline; }
/* line 7, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
a:hover .playParent .overlay {
  opacity: 0.2; }

/* line 12, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.playParent {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }
  /* line 20, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .playParent .toPlay {
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    width: 25%;
    height: auto;
    display: none;
    z-index: 101; }
  /* line 34, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .playParent .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0; }
  /* line 41, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .playParent .overlay-display {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    z-index: 100; }

/* line 54, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem .label {
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  padding: 1% 2.32% 1%;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  color: #fff;
  line-height: 1.2em;
  font-weight: bolder;
  font-size: 0.9rem;
  display: none;
  opacity: 1; }
/* line 67, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem .symbol {
  display: none; }
/* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem .playingNow {
  display: block;
  background-color: #E62EB8; }
/* line 75, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem .playingNext {
  display: block;
  background-color: #2d2d2d; }
/* line 79, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem .notPlay {
  display: none; }
/* line 82, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem .continue-watch, .videoItem .watched {
  display: block;
  background-color: #11abe1; }

@media only screen and (min-width: 40.0625em) {
  /* line 89, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  #hero .videoItem .detail {
    padding-bottom: 25.6% !important; }

  /* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  #modules .module .videoItem .detail {
    padding-bottom: 34.871% !important; }

  /* line 96, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  #modules .module .show-all .partner-grid .videoItem .detail {
    padding-bottom: 28.871% !important; }

  /* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .partner #modules .module .videoItem .detail {
    padding-bottom: 28.771% !important; }

  /* line 104, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .imgbox {
    padding-bottom: 56%;
    /* 16:9 ratio */ }

  /* line 109, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .flipper .detail {
    background-color: transparent;
    height: 35.871%;
    padding-bottom: 30.332% !important; } }
/* line 119, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.itemLarge {
  width: 100%;
  min-width: 196px;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  cursor: pointer; }
  /* line 134, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .flipper {
    height: 390px;
    position: relative; }
  /* line 139, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .flipper .back, .itemLarge .flipper .front {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    position: relative; }
  /* line 148, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .flipper .front {
    height: 390px; }
    /* line 151, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .flipper .front img:not(.toPlay) {
      position: absolute;
      height: 332px; }
  /* line 157, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .flipper .front .imgbox:hover .back {
    opacity: 1; }
    /* line 160, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .flipper .front .imgbox:hover .back .imgbox {
      opacity: 0.95; }
  /* line 166, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .flipper .front .imgbox .back {
    width: 100%;
    transition: opacity 0.1s;
    opacity: 0;
    position: absolute;
    background-color: #11abe0; }
    /* line 167, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .flipper .front .imgbox .back .imgbox {
      width: 100%;
      height: 100%;
      overflow: visible;
      position: relative; }
      /* line 174, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .flipper .front .imgbox .back .imgbox img:not(.toPlay) {
        left: 0;
        position: absolute; }
    /* line 185, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .flipper .front .imgbox .back .movieBox {
      position: absolute;
      padding: 1.25rem 0.9375rem;
      color: white;
      height: 100%;
      width: 100%; }
      /* line 191, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .flipper .front .imgbox .back .movieBox h1 {
        margin: 0px;
        line-height: 1.5rem;
        height: 1.5rem;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: normal;
        font-size: 1.1875rem;
        text-align: left;
        color: #ffffff;
        overflow: hidden; }
      /* line 205, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .flipper .front .imgbox .back .movieBox .head {
        padding-top: 0.9375rem;
        padding-bottom: 1.0625rem;
        text-align: justify;
        line-height: 1.5rem;
        font-size: 1rem;
        height: 3.25rem; }
        /* line 212, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .itemLarge .flipper .front .imgbox .back .movieBox .head .pg {
          padding: 2px 3px 0px 3px;
          display: inline;
          border: 2px solid #FFFFFF; }
        /* line 217, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .itemLarge .flipper .front .imgbox .back .movieBox .head .year {
          display: inline-block;
          text-align: left; }
        /* line 221, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .itemLarge .flipper .front .imgbox .back .movieBox .head .time {
          display: inline-block;
          text-align: right; }
      /* line 227, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .flipper .front .imgbox .back .movieBox .breakline {
        margin-bottom: 1.0625rem;
        width: 95%;
        border-bottom: dotted 2px #2d2d2d;
        opacity: 0.2; }
      /* line 233, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .flipper .front .imgbox .back .movieBox .head:after {
        content: '';
        display: inline-block;
        width: 100%; }
      /* line 238, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .flipper .front .imgbox .back .movieBox .desc {
        font-size: 0.875rem;
        line-height: 1.0625rem;
        height: 4rem;
        font-weight: lighter;
        text-align: left;
        overflow: hidden;
        margin-bottom: 0.9375rem; }
      /* line 252, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .flipper .front .imgbox .back .movieBox .desc[isShow=true] {
        font-size: 0.875rem;
        line-height: 1.0625rem;
        height: 9.5625rem;
        font-weight: lighter;
        overflow: hidden;
        text-align: left;
        margin-bottom: 0.9375rem; }
      /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .flipper .front .imgbox .back .movieBox p {
        display: -webkit-box;
        font-size: 0.875rem;
        font-weight: lighter;
        line-height: 1.0625rem;
        height: 2.125rem;
        text-align: left;
        overflow: hidden;
        margin: 0.3125rem 0px;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        /* line 276, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .itemLarge .flipper .front .imgbox .back .movieBox p strong {
          font-weight: normal; }
      /* line 280, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .flipper .front .imgbox .back .movieBox .movieplay {
        position: absolute;
        height: 1.5625rem;
        width: 8.125rem;
        border-radius: 2px;
        min-width: 7.5rem;
        background-color: #5dd4ff;
        opacity: 0.95;
        bottom: 0.9375rem;
        padding: 0.0625rem 0; }
        /* line 290, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .itemLarge .flipper .front .imgbox .back .movieBox .movieplay p {
          font-size: 0.9375rem;
          line-height: 1.75rem;
          font-weight: lighter;
          padding-left: 0.625rem;
          padding-top: 1rem;
          display: inline; }
        /* line 298, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .itemLarge .flipper .front .imgbox .back .movieBox .movieplay #triangle {
          display: inline-block;
          width: 0;
          height: 0;
          border-top: 0.375rem solid transparent;
          border-left: 0.75rem solid white;
          border-bottom: 0.375em solid transparent;
          margin: 0px 0.3125rem; }
    /* line 310, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .flipper .front .imgbox .back .movieBox .movieplay:hover {
      background-color: #ffffff; }
      /* line 312, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .flipper .front .imgbox .back .movieBox .movieplay:hover p {
        color: #11abe0; }
      /* line 315, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .flipper .front .imgbox .back .movieBox .movieplay:hover #triangle {
        border-left: 0.75rem solid #11abe0; }
  /* line 325, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .imgbox {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative; }
    /* line 331, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .imgbox img:not(.toPlay) {
      left: 0;
      position: absolute; }
  /* line 337, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge img {
    width: 100%; }
  /* line 341, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge p {
    margin: 2.22%;
    width: 93.3%;
    height: 40px;
    overflow: hidden;
    font-size: 0.8em;
    text-align: center; }
  /* line 350, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .remove, .itemLarge .save {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 110%;
    background-color: #11abe1;
    font-weight: bold;
    font-size: .8em;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding-left: 1rem;
    margin-top: 100%;
    transition: margin-top 0.1s; }
    /* line 366, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .remove img, .itemLarge .save img {
      position: relative;
      left: -0.625rem;
      top: 14%;
      width: 1.375rem;
      display: inline-block; }
    /* line 373, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .remove span, .itemLarge .save span {
      position: relative;
      top: 20%;
      left: -0.315rem;
      font-size: 0.75rem;
      vertical-align: top; }
  /* line 382, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .detail {
    position: relative;
    background-color: #FFFFFF;
    height: 100%;
    min-height: 42px; }
    /* line 389, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .detail a {
      color: #3e3e3e;
      text-decoration: none; }
  /* line 395, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .front .movie-show-title:hover .add {
    opacity: 1; }
  /* line 401, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .movie-show-title-name {
    position: absolute;
    padding: 0 0.875rem;
    top: 0.75rem;
    color: blue;
    height: 60px;
    font-size: 1rem;
    transition: opacity 0.1s, height 0.1s;
    color: black;
    width: 100%;
    text-align: center;
    bottom: 0;
    line-height: 21px; }
  /* line 417, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .movie-show-title {
    position: relative;
    height: 100%;
    padding-bottom: 27%; }
    /* line 423, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .movie-show-title .add {
      transition: opacity 0.1s;
      opacity: 0;
      left: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: #e5e5e5;
      color: black;
      text-align: center;
      padding: 10px; }
      /* line 435, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .movie-show-title .add img {
        display: inline;
        width: 20px;
        height: 20px;
        opacity: 1;
        position: relative;
        background-color: black;
        border-radius: 10px; }
      /* line 446, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .itemLarge .movie-show-title .add span {
        left: 0;
        top: 2px;
        width: 100%;
        position: relative;
        text-align: center; }
  /* line 458, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .title {
    font-weight: lighter;
    color: #3e3e3e;
    width: 90%;
    position: absolute;
    font-size: 0.90625rem;
    left: 5%;
    top: 0.8125rem;
    text-align: center;
    line-height: 1.125rem;
    height: 2.25rem;
    overflow: hidden;
    margin: 0 auto; }
    /* line 459, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .title b {
      font-weight: bold; }
  /* line 480, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .title[hasTopTitle="true"] {
    display: inline-block;
    white-space: nowrap;
    height: 2.6rem;
    margin-top: 0; }
    /* line 481, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .itemLarge .title[hasTopTitle="true"] h4 {
      color: #3e3e3e;
      font-family: larsseit;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.125rem;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 0;
      margin-bottom: 0; }
  /* line 499, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .flag + .title {
    top: 1.3125rem;
    color: #3e3e3e; }
  /* line 504, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .flag {
    width: 100%;
    position: absolute;
    z-index: 600;
    top: -0.875rem;
    text-align: center;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-color: #3e3e3e; }
  /* line 515, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .flag > span {
    display: inline-block;
    padding: 0.3125rem 0;
    opacity: 1;
    height: 1.5625rem;
    max-width: 90%;
    border-left: solid 1.25em #ffffff;
    border-right: solid 1.25em #ffffff;
    transition: opacity 0.1s linear;
    -webkit-transform: skew(-20deg) !important;
    -moz-transform: skew(-20deg) !important;
    -ms-transform: skew(-20deg) !important;
    -o-transform: skew(-20deg) !important;
    transform: skew(-20deg) !important; }
  /* line 533, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .flag > span > span {
    display: block;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    position: relative;
    line-height: 1.2rem;
    height: 1.3rem;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    /* required for Opera */
    -ms-text-overflow: ellipsis;
    -moz-binding: url("ellipsis.xml#ellipsis"); }

/* line 558, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.flipper .playParent {
  display: none; }
/* line 562, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.flipper .imgbox img.poster {
  display: block; }
/* line 565, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.flipper .imgbox img.landscape {
  display: none; }

/* line 570, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem {
  z-index: 9;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  cursor: pointer;
  border: solid 1px #cacaca; }
  /* line 582, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .bar {
    height: 5px;
    margin-top: -5px;
    background-color: #cacaca;
    width: 100%;
    position: relative; }
  /* line 589, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .bar div {
    height: 5px;
    background-color: #39b6f1; }
  /* line 594, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .flipper {
    height: 390px;
    position: relative; }
  /* line 599, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .flipper .back, .videoItem .flipper .front {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    position: relative; }
  /* line 608, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .flipper .front {
    height: 390px; }
    /* line 611, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .flipper .front img:not(.toPlay) {
      position: absolute;
      height: 332px; }
  /* line 617, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .flipper .front .imgbox:hover .back {
    opacity: 1; }
    /* line 620, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .flipper .front .imgbox:hover .back .imgbox {
      opacity: 0.95; }
  /* line 626, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .flipper .front .imgbox .back {
    width: 100%;
    transition: opacity 0.1s;
    opacity: 0;
    position: absolute;
    background-color: #11abe0; }
    /* line 627, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .flipper .front .imgbox .back .imgbox {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative; }
      /* line 634, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .flipper .front .imgbox .back .imgbox img {
        left: 0;
        position: absolute; }
    /* line 645, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .flipper .front .imgbox .back .movieBox {
      position: absolute;
      padding: 1.25rem 0.9375rem;
      color: white;
      height: 100%; }
      /* line 650, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .flipper .front .imgbox .back .movieBox h1 {
        margin: 0px;
        line-height: 1.5rem;
        height: 1.5rem;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: bold;
        font-size: 1.1875rem;
        text-align: left;
        color: #ffffff;
        overflow: hidden; }
      /* line 664, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .flipper .front .imgbox .back .movieBox .head {
        padding-top: 0.9375rem;
        padding-bottom: 1.0625rem;
        text-align: justify;
        line-height: 1.5rem;
        font-size: 1rem;
        height: 3.25rem; }
        /* line 671, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .videoItem .flipper .front .imgbox .back .movieBox .head .pg {
          padding: 2px 3px 0px 3px;
          display: inline;
          border: 2px solid #FFFFFF; }
        /* line 676, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .videoItem .flipper .front .imgbox .back .movieBox .head .year {
          display: inline-block;
          text-align: left; }
        /* line 680, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .videoItem .flipper .front .imgbox .back .movieBox .head .time {
          display: inline-block;
          text-align: right; }
      /* line 686, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .flipper .front .imgbox .back .movieBox .breakline {
        margin-bottom: 1.0625rem;
        width: 95%;
        border-bottom: dotted 2px #2d2d2d;
        opacity: 0.2; }
      /* line 692, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .flipper .front .imgbox .back .movieBox .head:after {
        content: '';
        display: inline-block;
        width: 100%; }
      /* line 697, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .flipper .front .imgbox .back .movieBox .desc {
        display: -webkit-box;
        font-size: 0.875rem;
        line-height: 1.0625rem;
        height: 4rem;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        margin-bottom: 0.9375rem;
        -webkit-line-clamp: 4; }
      /* line 709, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .flipper .front .imgbox .back .movieBox p {
        display: -webkit-box;
        font-size: 0.875rem;
        line-height: 1.0625rem;
        height: 2.125rem;
        text-align: left;
        overflow: hidden;
        margin: 0.3125rem 0px;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        /* line 720, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .videoItem .flipper .front .imgbox .back .movieBox p strong {
          font-weight: bold; }
      /* line 724, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .flipper .front .imgbox .back .movieBox .movieplay {
        position: absolute;
        height: 1.5625rem;
        width: 8.125rem;
        border-radius: 2px;
        min-width: 7.5rem;
        background-color: #5dd4ff;
        opacity: 0.95;
        bottom: 0.9375rem; }
        /* line 733, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .videoItem .flipper .front .imgbox .back .movieBox .movieplay p {
          font-size: 0.9375rem;
          line-height: 1.75rem;
          padding-left: 0.625rem;
          padding-top: 1rem;
          display: inline; }
        /* line 740, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
        .videoItem .flipper .front .imgbox .back .movieBox .movieplay #triangle {
          display: inline-block;
          width: 0;
          height: 0;
          border-top: 0.375rem solid transparent;
          border-left: 0.75rem solid white;
          border-bottom: 0.375em solid transparent;
          margin: 0px 0.3125rem; }
    /* line 752, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .flipper .front .imgbox .back .movieBox .movieplay:hover {
      background-color: #ffffff; }
      /* line 754, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .flipper .front .imgbox .back .movieBox .movieplay:hover p {
        color: #11abe0; }
      /* line 757, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .flipper .front .imgbox .back .movieBox .movieplay:hover #triangle {
        border-left: 0.75rem solid #11abe0; }
  /* line 767, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .imgbox {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative; }
    /* line 773, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .imgbox img:not(.toPlay) {
      left: 0;
      position: absolute; }
  /* line 779, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem img {
    width: 100%; }
  /* line 783, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem p {
    margin: 2.22%;
    width: 93.3%;
    height: 40px;
    overflow: hidden;
    font-size: 0.8em;
    text-align: center; }
  /* line 791, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .remove, .videoItem .save {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 110%;
    background-color: #11abe1;
    font-weight: bold;
    font-size: .8em;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding-left: 1rem;
    margin-top: 100%;
    transition: margin-top 0.1s; }
    /* line 807, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .remove img, .videoItem .save img {
      position: relative;
      left: -0.625rem;
      top: 30%;
      width: 1.375rem;
      display: inline-block; }
    /* line 814, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .remove span, .videoItem .save span {
      position: relative;
      top: 36%;
      left: -0.315rem;
      font-size: 0.75rem;
      vertical-align: top; }
  /* line 823, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .partnerDetail {
    min-height: 1px; }
  /* line 827, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .detail {
    position: relative;
    background-color: #FFFFFF;
    height: 100%; }
    /* line 834, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .detail a {
      color: #3e3e3e;
      text-decoration: none; }
  /* line 840, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .front .movie-show-title:hover .add {
    opacity: 1; }
  /* line 846, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .movie-show-title-name {
    position: absolute;
    padding: 0 0.875rem;
    top: 0.75rem;
    color: blue;
    height: 60px;
    font-size: 1rem;
    transition: opacity 0.1s, height 0.1s;
    color: black;
    width: 100%;
    text-align: center;
    bottom: 0;
    line-height: 21px; }
  /* line 862, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .movie-show-title {
    position: relative;
    height: 100%;
    padding-bottom: 27%; }
    /* line 868, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .movie-show-title .add {
      transition: opacity 0.1s;
      opacity: 0;
      left: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: #e5e5e5;
      color: black;
      text-align: center;
      padding: 10px; }
      /* line 880, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .movie-show-title .add img {
        display: inline;
        width: 20px;
        height: 20px;
        opacity: 1;
        position: relative;
        background-color: black;
        border-radius: 10px; }
      /* line 891, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
      .videoItem .movie-show-title .add span {
        left: 0;
        width: 100%;
        position: relative;
        text-align: center; }
  /* line 902, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .title {
    color: #555555;
    width: 90%;
    position: absolute;
    font-size: 0.90625rem;
    left: 5%;
    top: 0.8125rem;
    text-align: center;
    font-weight: lighter;
    line-height: 1.125rem;
    height: 2.25rem;
    overflow: hidden;
    margin: 0 auto; }
    /* line 903, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .title b {
      font-weight: bold; }
  /* line 924, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .title[hasTopTitle="true"] {
    display: inline-block;
    white-space: nowrap;
    height: 2.3rem;
    margin-top: 0; }
    /* line 925, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .videoItem .title[hasTopTitle="true"] h4 {
      color: #3e3e3e;
      font-family: larsseit;
      font-weight: bold;
      font-size: 0.9375rem;
      line-height: 1.125rem;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 0;
      margin-bottom: 0; }
  /* line 943, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .flag + .title {
    top: 1.5rem;
    color: #3e3e3e; }
  /* line 948, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .flag {
    width: 100%;
    position: absolute;
    z-index: 600;
    top: -0.875rem;
    text-align: center;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-color: #3e3e3e; }
  /* line 959, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .flag > span {
    display: inline-block;
    padding: 0.3125rem 0;
    opacity: 1;
    height: 1.5625rem;
    max-width: 90%;
    border-left: solid 1.25em #ffffff;
    border-right: solid 1.25em #ffffff;
    transition: opacity 0.1s linear;
    -webkit-transform: skew(-20deg) !important;
    -moz-transform: skew(-20deg) !important;
    -ms-transform: skew(-20deg) !important;
    -o-transform: skew(-20deg) !important;
    transform: skew(-20deg) !important; }
  /* line 977, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .flag > span > span {
    display: block;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    position: relative;
    line-height: 1.2rem;
    height: 1.3rem;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    /* required for Opera */
    -ms-text-overflow: ellipsis;
    -moz-binding: url("ellipsis.xml#ellipsis"); }

/* line 1001, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.partner-video {
  border: solid 1px #cacaca;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  /* line 1010, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .partner-video .imgbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: realative;
    overflow: hidden; }
    /* line 1016, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .partner-video .imgbox img:not(.toPlay) {
      left: 0;
      position: absolute;
      width: 100%; }
  /* line 1023, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .partner-video .detail {
    border-top: 1px solid #cacaca;
    padding-bottom: 30.332%;
    min-height: 42px; }
    /* line 1027, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .partner-video .detail .title {
      color: #3e3e3e;
      width: 90%;
      position: absolute;
      font-size: 1rem;
      left: 5%;
      top: 0.625rem;
      text-align: center;
      line-height: 1.125rem;
      height: 2.25rem;
      overflow: hidden;
      margin: 0 auto;
      text-overflow: ellipsis; }
  /* line 1042, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .partner-video .label {
    -moz-border-radius: 5px / 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px / 5px;
    padding: 2.67% 2.32%;
    position: absolute;
    top: 3.74%;
    right: 5.58%;
    color: #fff;
    font-weight: bolder;
    font-size: 0.7em;
    opacity: 0.7; }
  /* line 1054, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .partner-video .playingNow {
    background-color: #eb2130; }
  /* line 1057, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .partner-video .playingNext {
    background-color: #2d2d2d; }

/* line 1062, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.showFull {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  /* line 1073, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .showFull:hover .detail {
    height: 55px; }
  /* line 1076, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .showFull:hover .save {
    margin-top: 0px; }
  /* line 1081, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .showFull .imgbox {
    width: 100%;
    height: 86%;
    overflow: hidden;
    border-bottom: solid 1px #a9a9a9; }
  /* line 1088, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .showFull img:not(.toPlay) {
    width: 100%; }
  /* line 1092, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .showFull p {
    margin: 2.22%;
    width: 93.3%;
    height: 40px;
    overflow: hidden;
    font-size: 0.8em;
    text-align: center; }
  /* line 1101, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .showFull .save {
    cursor: pointer;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 110%;
    display: block;
    background-color: #11abe1;
    font-weight: bold;
    font-size: .8em;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 0.5em;
    margin-top: 100%;
    transition: margin-top 0.1s; }
    /* line 1117, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .showFull .save img {
      position: relative;
      top: 10px;
      left: -5px;
      width: 15px;
      display: inline-block; }
    /* line 1124, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    .showFull .save span {
      position: relative;
      top: 12px;
      left: -1px;
      vertical-align: top; }
  /* line 1132, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .showFull .detail {
    position: relative;
    background-color: white;
    height: 55px;
    font-size: 1.125em; }
  /* line 1139, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .showFull .title {
    width: 98%;
    position: absolute;
    padding: 1%;
    text-align: center;
    top: 1.0em;
    font-color: #3e3e3e;
    line-height: 1.125em;
    font-size: 1rem;
    color: #3e3e3e;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
  /* line 1158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .showFull .flag + .title {
    top: 1.2em; }
  /* line 1162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .showFull .flag {
    width: 100%;
    position: absolute;
    top: -1rem;
    text-align: center;
    padding: 5px;
    overflow: hidden;
    font-size: 1rem; }
  /* line 1172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .showFull .flag > span > span {
    font-size: 1rem;
    display: inline-block;
    color: #000;
    background-color: white;
    padding: 5px 0;
    font-weight: bold;
    border-bottom: solid 2px blue;
    -webkit-transform: skew(-20deg); }

/* line 1185, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
#content .flipper {
  width: 100%;
  height: 100%; }
  /* line 1188, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  #content .flipper .back, #content .flipper .front {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: relative; }
  /* line 1196, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  #content .flipper .front .imgbox .save-new {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: bolder;
    font-size: 0.7em;
    z-index: 99999;
    width: 50px;
    height: 50px; }
    /* line 1206, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    #content .flipper .front .imgbox .save-new .has-tip {
      cursor: pointer; }
    /* line 1209, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    #content .flipper .front .imgbox .save-new .notice-word {
      position: relative;
      display: none;
      float: right;
      right: -19px;
      background-color: #2b2b2b;
      padding: 3.5px 7px;
      bottom: -75px;
      white-space: nowrap;
      border-radius: 2px;
      font-size: 11px;
      color: #ffffff;
      height: 23px; }
    /* line 1224, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    #content .flipper .front .imgbox .save-new:hover .notice-word {
      display: inline-block; }
  /* line 1229, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  #content .flipper .front .movie-show-title {
    position: relative; }
  /* line 1233, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  #content .flipper .back {
    position: absolute; }
  /* line 1236, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  #content .flipper .imgbox {
    border: solid 1px #cacaca;
    padding-bottom: 152%; }
    /* line 1240, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    #content .flipper .imgbox img:not(.toPlay) {
      width: 100%;
      height: 100%;
      vertical-align: top; }
    /* line 1245, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
    #content .flipper .imgbox .imgbox {
      border: none; }

@media only screen and (max-width: 40em) {
  /* line 1255, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .flipper .playParent {
    display: inline-block; }
  /* line 1263, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .flipper .imgbox img.poster {
    display: none; }
  /* line 1266, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .flipper .imgbox img.landscape {
    display: block; } }
@media only screen and (min-width: 40.0625em) and (max-width: 53.125em) {
  /* line 1273, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .flipper .front .imgbox .back .movieBox p {
    display: none; }

  /* line 1276, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .title {
    font-size: 16px;
    height: 38px;
    line-height: 19px; }

  /* line 1281, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .title {
    font-size: 18px;
    height: 38px;
    line-height: 20px; }

  /* line 1286, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .title[hasTopTitle="true"] {
    height: 38px; }

  /* line 1289, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .title[hasTopTitle="true"] h4 {
    font-size: 16px;
    line-height: 19px; }

  /* line 1293, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .itemLarge .flipper .front .imgbox .back .movieBox .desc[isShow=true] {
    line-height: 16px;
    font-size: 14px;
    height: 144px; } }
@media only screen and (min-width: 53.1875em) and (max-width: 72.25em) {
  /* line 1300, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .title, .itemLarge .title {
    font-size: 1rem;
    height: 3rem;
    line-height: 1.1875rem; } }
/* line 1307, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem .duration, .partner-video .duration {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bolder;
  font-size: 0.7rem;
  display: none;
  z-index: 99999; }
  /* line 1319, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .duration .triangle, .partner-video .duration .triangle {
    background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat scroll 0 -1929px;
    display: inline-block;
    height: 50px;
    width: 50px; }
  /* line 1326, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .duration .time, .partner-video .duration .time {
    position: absolute;
    top: 3px;
    left: 1px;
    padding: 2px; }

/* line 1334, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem .imgbox .save-new {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: bolder;
  font-size: 0.7em;
  opacity: 0;
  z-index: 99999;
  width: 50px;
  height: 50px; }
  /* line 1345, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .imgbox .save-new .tooltip {
    height: 50px; }
  /* line 1348, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .imgbox .save-new .has-tip {
    cursor: pointer; }
  /* line 1351, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .imgbox .save-new .notice-word {
    position: relative;
    display: none;
    float: right;
    right: -1.125rem;
    background-color: #2b2b2b;
    padding: 3.5px 7px;
    bottom: -75px;
    white-space: nowrap;
    border-radius: 2px;
    font-size: 11px;
    color: #ffffff;
    height: 23px; }
  /* line 1366, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
  .videoItem .imgbox .save-new:hover .notice-word {
    display: inline-block; }

/* line 1373, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem:hover .duration {
  display: inline; }
/* line 1376, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem:hover .save-new {
  opacity: 1; }
/* line 1380, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem:hover .imgbox .playParent .toPlay {
  display: inline; }
/* line 1384, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem:hover .imgbox .playParent .overlay {
  opacity: 0.2; }

/* line 1390, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_item.scss */
.videoItem .title-duration {
  display: none; }

/*
// The grid highlight goes around the <li>, not the <video>, and is taken care of elsewhere.
// But I'll leave this in case I'm wrong.
// TODO: remove this later
body .grid li.active .video {
  border: solid 4px $color-highlight;
}
*/
/* line 15, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
#hero .large-carousel:not(.slick-initialized) li {
  position: absolute !important;
  opacity: 0;
  left: 0px !important; }
  /* line 20, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .large-carousel:not(.slick-initialized) li div {
    display: none !important; }
/* line 26, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
#hero .large-carousel {
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  padding-bottom: 35.38%;
  position: relative;
  /*
  // removed, as it broke the hero carousel
  li.slick-slide {
    position: absolute !important;
    left: 0 !important;
  }
  */
  background-color: #000000; }
  /* line 42, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .large-carousel .slick-list {
    position: absolute !important;
    left: 0px !important;
    top: 0;
    height: 100%;
    width: 100%; }
    /* line 48, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .large-carousel .slick-list .slick-track {
      height: 100%; }
  /* line 56, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .large-carousel.slick-slider {
    margin-bottom: 0 !important;
    margin-left: 0;
    overflow: hidden; }
  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .large-carousel li div {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(bottom, black, transparent);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(bottom, black, transparent);
    /* For Fx 3.6 to 15 */
    background: -moz-linear-gradient(bottom, black, transparent);
    /* Standard syntax */
    background: linear-gradient(to top, black, transparent); }
    /* line 79, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .large-carousel li div span {
      margin-left: 13.077%;
      display: inline-block;
      overflow: hidden;
      width: 76.8%;
      font-weight: lighter;
      line-height: 100%;
      color: #fff;
      height: 100%;
      font-size: 1.8125rem;
      padding-bottom: 1.75rem;
      padding-top: 0.75rem; }
      /* line 91, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
      #hero .large-carousel li div span .carousel-item-title {
        display: inline-block;
        height: 2rem;
        font-weight: normal;
        font-weight: lighter;
        line-height: 2rem;
        overflow: hidden;
        float: left;
        margin-right: .851rem;
        width: 80%; }
      /* line 102, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
      #hero .large-carousel li div span .carousel-sliderIcon {
        margin-right: 13.077%;
        float: right;
        right: 0px;
        width: 6.25rem;
        height: 3.875rem;
        bottom: 1.875rem;
        position: absolute; }
      /* line 111, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
      #hero .large-carousel li div span .carousel-item-duration {
        display: inline-block;
        font-size: 1.375rem;
        font-weight: lighter; }
    /* line 117, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .large-carousel li div h {
      margin-left: 13.077%;
      display: inline-block;
      font-weight: lighter;
      color: #fff;
      margin-top: 0.25rem;
      font-size: 1.5rem;
      font-family: opensans;
      line-height: 100%; }
  /* line 128, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .large-carousel .play {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 72px;
    height: 72px;
    background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat 0 -100px;
    top: 41.34%;
    left: 46.8%; }
/* line 139, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
#hero .moviecarousel {
  background-color: #eaeaea;
  padding-top: 1.25rem;
  padding-bottom: 3.125rem; }
  /* line 143, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .moviecarousel .carousel-header {
    width: 77.8%;
    margin: 0 auto; }
    /* line 147, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .moviecarousel .carousel-header h3 {
      padding: 30px 0 15px;
      text-transform: uppercase;
      font-size: 1.5em;
      color: #585858; }
  /* line 154, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .moviecarousel .fullItems {
    margin: 0 auto;
    overflow: hidden;
    width: 77.8%; }
    /* line 159, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .moviecarousel .fullItems li.fullItem {
      display: inline-block;
      margin: 0 8px 10px 0;
      width: 225px;
      height: 400px;
      overflow: hidden;
      border: solid 1px #a9a9a9; }
  /* line 168, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .moviecarousel ul {
    margin: 0 auto;
    width: 74.8%; }
    /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .moviecarousel ul li {
      width: 23.4375%;
      display: inline-block;
      overflow: hidden; }
    /* line 179, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .moviecarousel ul .aol-carousel-left, #hero .moviecarousel ul .aol-carousel-right {
      cursor: pointer;
      top: 2.1%;
      margin-top: 0;
      width: 5.1%;
      height: 98%;
      display: block;
      position: absolute; }
      /* line 181, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
      #hero .moviecarousel ul .aol-carousel-left:hover, #hero .moviecarousel ul .aol-carousel-right:hover {
        background-color: rgba(255, 255, 255, 0.6); }
      /* line 190, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
      #hero .moviecarousel ul .aol-carousel-left .slick-prev, #hero .moviecarousel ul .aol-carousel-left .slick-next, #hero .moviecarousel ul .aol-carousel-right .slick-prev, #hero .moviecarousel ul .aol-carousel-right .slick-next {
        position: absolute;
        top: 38%;
        margin-top: 0;
        height: 44px;
        width: 22px;
        left: 27%; }
        /* line 197, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
        #hero .moviecarousel ul .aol-carousel-left .slick-prev:before, #hero .moviecarousel ul .aol-carousel-left .slick-next:before, #hero .moviecarousel ul .aol-carousel-right .slick-prev:before, #hero .moviecarousel ul .aol-carousel-right .slick-next:before {
          content: ''; }
    /* line 202, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .moviecarousel ul .aol-carousel-left {
      left: -4.6%; }
    /* line 205, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .moviecarousel ul .aol-carousel-right {
      right: -3.1%; }
  /* line 213, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .moviecarousel .slick-slide {
    width: 225px; }
/* line 222, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
#hero .hero-carousel-item {
  display: block;
  height: 0;
  overflow: hidden; }
/* line 228, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
#hero .hero-carousel-item.active {
  display: block;
  height: auto;
  overflow: visible; }
  /* line 233, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .hero-carousel-item.active .large-carousel li {
    position: relative; }
    /* line 235, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .hero-carousel-item.active .large-carousel li .gradient {
      display: block;
      position: absolute;
      width: 10%;
      height: 100%;
      top: 0; }
    /* line 242, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .hero-carousel-item.active .large-carousel li .gradient-left {
      left: 0;
      /* For Safari 5.1 to 6.0 */
      background: -webkit-linear-gradient(left, black, transparent);
      /* For Opera 11.1 to 12.0 */
      background: -o-linear-gradient(left, black, transparent);
      /* For Fx 3.6 to 15 */
      background: -moz-linear-gradient(left, black, transparent);
      /* Standard syntax */
      background: linear-gradient(to right, black, transparent); }
    /* line 253, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
    #hero .hero-carousel-item.active .large-carousel li .gradient-right {
      right: 0;
      /* For Safari 5.1 to 6.0 */
      background: -webkit-linear-gradient(right, black, transparent);
      /* For Opera 11.1 to 12.0 */
      background: -o-linear-gradient(right, black, transparent);
      /* For Fx 3.6 to 15 */
      background: -moz-linear-gradient(right, black, transparent);
      /* Standard syntax */
      background: linear-gradient(to left, black, transparent); }
  /* line 265, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .hero-carousel-item.active .large-carousel li div {
    display: block; }
  /* line 268, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-carousel.scss */
  #hero .hero-carousel-item.active .large-carousel .play {
    display: inline-block; }

@media only screen and (min-width: 40.0625em) {
  /* line 2, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs li + li {
    border-left: solid 1px #353535; } }
/* line 9, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
#hero .tabs {
  position: relative;
  line-height: 3.125rem;
  background-color: #000000;
  color: #fff; }
  /* line 11, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs .tabs-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000; }
    /* line 18, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
    #hero .tabs .tabs-background .tabs-line {
      width: 100%;
      height: 3.125rem; }
    /* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
    #hero .tabs .tabs-background .tabs-line[index='0'] {
      display: none;
      background-color: #000000; }
    /* line 26, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
    #hero .tabs .tabs-background .tabs-line[index='1'] {
      display: none;
      background-color: #161616; }
    /* line 30, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
    #hero .tabs .tabs-background .tabs-line[index='2'] {
      display: none;
      background-color: #202020; }
  /* line 40, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs > div {
    width: 73.846%;
    margin: 0 auto;
    height: 100%; }
  /* line 47, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul {
    margin-left: 0;
    margin-bottom: 0;
    height: 100%; }
    /* line 52, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
    #hero .tabs ul li {
      position: relative;
      text-transform: uppercase;
      padding: 0 2% 0;
      line-height: 3rem;
      height: 100%;
      font-size: 1.1em;
      font-weight: lighter; }
      /* line 61, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
      #hero .tabs ul li span {
        visibility: visible;
        display: inline-block;
        padding-top: 0.125rem; }
      /* line 66, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
      #hero .tabs ul li.active {
        background-color: #11abe1;
        position: relative; }
      /* line 71, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
      #hero .tabs ul li.active:after {
        content: "";
        position: absolute;
        z-index: 150;
        top: 86.5%;
        left: 50%;
        border-top: 1rem solid #11abe1;
        border-left: 1rem solid transparent;
        border-right: 1rem solid transparent;
        margin-left: -1rem; }
      /* line 83, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
      #hero .tabs ul li:hover {
        cursor: pointer; }
  /* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="news"] li.active {
    background-color: #39b6f1; }
  /* line 95, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="news"] li.active:after {
    border-top: 1rem solid #39b6f1; }
  /* line 103, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="sports"] li.active {
    background-color: #cc2926; }
  /* line 106, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="sports"] li.active:after {
    border-top: 1rem solid #cc2926; }
  /* line 113, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="lifestyle"] li.active {
    background-color: #6f1ed2; }
  /* line 116, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="lifestyle"] li.active:after {
    border-top: 1rem solid #6f1ed2; }
  /* line 123, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="entertainment"] li.active {
    background-color: #d059a9; }
  /* line 126, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="entertainment"] li.active:after {
    border-top: 1rem solid #d059a9; }
  /* line 133, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="business"] li.active {
    background-color: #3b993d; }
  /* line 136, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="business"] li.active:after {
    border-top: 1rem solid #3b993d; }
  /* line 143, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="tech"] li.active {
    background-color: #30adad; }
  /* line 146, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="tech"] li.active:after {
    border-top: 1rem solid #30adad; }
  /* line 153, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="movies"] li.active {
    background-color: #d55218; }
  /* line 156, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="movies"] li.active:after {
    border-top: 1rem solid #d55218; }
  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="shows"] li.active {
    background-color: #a485c3; }
  /* line 166, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="shows"] li.active:after {
    border-top: 1rem solid #a485c3; }
  /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="parenting"] li.active {
    background-color: #3333ea; }
  /* line 176, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-tabs.scss */
  #hero .tabs ul[channel="parenting"] li.active:after {
    border-top: 1rem solid #3333ea; }

/* line 6, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
#hero .grid .mobile-header[channel="news"] {
  background-color: #39b6f1 !important; }
  /* line 8, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
  #hero .grid .mobile-header[channel="news"]:after {
    border-top-color: #39b6f1 !important; }
/* line 12, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
#hero .grid .mobile-header[channel="sports"] {
  background-color: #cc2926 !important; }
  /* line 14, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
  #hero .grid .mobile-header[channel="sports"]:after {
    border-top-color: #cc2926 !important; }
/* line 18, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
#hero .grid .mobile-header[channel="lifestyle"] {
  background-color: #6f1ed2 !important; }
  /* line 20, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
  #hero .grid .mobile-header[channel="lifestyle"]:after {
    border-top-color: #6f1ed2 !important; }
/* line 24, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
#hero .grid .mobile-header[channel="entertainment"] {
  background-color: #d059a9 !important; }
  /* line 26, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
  #hero .grid .mobile-header[channel="entertainment"]:after {
    border-top-color: #d059a9 !important; }
/* line 30, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
#hero .grid .mobile-header[channel="business"] {
  background-color: #3b993d !important; }
  /* line 32, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
  #hero .grid .mobile-header[channel="business"]:after {
    border-top-color: #3b993d !important; }
/* line 36, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
#hero .grid .mobile-header[channel="tech"] {
  background-color: #30adad !important; }
  /* line 38, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
  #hero .grid .mobile-header[channel="tech"]:after {
    border-top-color: #30adad !important; }
/* line 42, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
#hero .grid .mobile-header[channel="movies"] {
  background-color: #d55218 !important; }
  /* line 44, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
  #hero .grid .mobile-header[channel="movies"]:after {
    border-top-color: #d55218 !important; }
/* line 48, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
#hero .grid .mobile-header[channel="shows"] {
  background-color: #a485c3 !important; }
  /* line 50, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
  #hero .grid .mobile-header[channel="shows"]:after {
    border-top-color: #a485c3 !important; }
/* line 54, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
#hero .grid .mobile-header[channel="parenting"] {
  background-color: #3333ea !important; }
  /* line 56, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-playlist-title.scss */
  #hero .grid .mobile-header[channel="parenting"]:after {
    border-top-color: #3333ea !important; }

/* line 1, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_module-channels.scss */
.channels-module {
  margin-bottom: -0.625rem !important; }
  /* line 5, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_module-channels.scss */
  .channels-module ul {
    padding: 0;
    width: 75.385%;
    margin: 0 0 0 13.077%; }
    /* line 10, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_module-channels.scss */
    .channels-module ul li {
      width: 22.959%;
      margin: 0 2.04% 0.625rem 0;
      overflow: hidden;
      padding: 0; }
    /* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_module-channels.scss */
    .channels-module ul .news, .channels-module ul .sports, .channels-module ul .lifestyle, .channels-module ul .entertainment, .channels-module ul .business, .channels-module ul .tech, .channels-module ul .movies, .channels-module ul .shows {
      opacity: .9; }
      /* line 24, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_module-channels.scss */
      .channels-module ul .news:hover, .channels-module ul .sports:hover, .channels-module ul .lifestyle:hover, .channels-module ul .entertainment:hover, .channels-module ul .business:hover, .channels-module ul .tech:hover, .channels-module ul .movies:hover, .channels-module ul .shows:hover {
        opacity: 1; }

@media only screen and (max-width: 40em) {
  /* line 34, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_module-channels.scss */
  .channels-module ul li {
    border-left: 0;
    border-right: 0;
    margin-right: 0; }
    /* line 38, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_module-channels.scss */
    .channels-module ul li img {
      width: 100%; } }
/* line 1, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-grid.scss */
.shows-grid {
  padding-top: 21px;
  overflow: hidden; }
  /* line 5, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-grid.scss */
  .shows-grid .show-grid-header {
    width: 75.385%;
    margin: -0.25rem 0 0 13.077%;
    font-size: 1.375rem;
    font-color: #3e3e3e; }
    /* line 12, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-grid.scss */
    .shows-grid .show-grid-header h3 {
      padding: 0;
      margin: 0 0 1.25rem 0;
      text-transform: uppercase;
      font-family: larsseit;
      font-size: 1.375rem;
      color: #3e3e3e; }
      /* line 19, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-grid.scss */
      .shows-grid .show-grid-header h3 a {
        float: right;
        font-size: 0.875rem;
        line-height: 2rem;
        color: #11abe1;
        text-decoration: none;
        padding-right: 0.9375rem;
        bottom: -1.25rem;
        font-family: larsseit, sans-serif; }
  /* line 33, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-grid.scss */
  .shows-grid ul {
    width: 75.385%;
    margin: 0 0 0 13.077%; }
    /* line 37, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-grid.scss */
    .shows-grid ul li {
      display: inline-block;
      margin: 0 15px 10px 0;
      width: 225px;
      overflow: hidden; }
      /* line 44, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-grid.scss */
      .shows-grid ul li .showtitle {
        margin-top: -5px; }
  /* line 49, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-grid.scss */
  .shows-grid .all-shows {
    height: 820px;
    overflow: hidden; }

/* line 56, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-grid.scss */
.shows-grid-active {
  display: block;
  margin: 0 auto;
  background-color: #eaeaea; }

/* line 61, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-grid.scss */
.shows-grid-inactive {
  display: none;
  background-color: #eaeaea; }

/* line 2, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
.episode-carousel, .bonus-episode-carousel {
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  font-size: 0; }
  /* line 9, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel .borderTop-special, .bonus-episode-carousel .borderTop-special {
    display: none;
    width: 200%;
    margin-left: -150px;
    height: 50px;
    background-color: #ffffff;
    max-width: 1600px; }
  /* line 17, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel .episode-carousel-header, .episode-carousel .bonus-episode-carousel-header, .bonus-episode-carousel .episode-carousel-header, .bonus-episode-carousel .bonus-episode-carousel-header {
    margin: 0 0 0 13.077%;
    width: 75.385%;
    font-family: larsseit;
    font-color: #3e3e3e; }
    /* line 23, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
    .episode-carousel .episode-carousel-header li, .episode-carousel .bonus-episode-carousel-header li, .bonus-episode-carousel .episode-carousel-header li, .bonus-episode-carousel .bonus-episode-carousel-header li {
      font-size: 1rem;
      padding-left: 1.1rem;
      font-family: larsseit;
      cursor: pointer;
      line-height: 1.375rem;
      vertical-align: bottom; }
    /* line 31, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
    .episode-carousel .episode-carousel-header li > span.active, .episode-carousel .bonus-episode-carousel-header li > span.active, .bonus-episode-carousel .episode-carousel-header li > span.active, .bonus-episode-carousel .bonus-episode-carousel-header li > span.active {
      border-bottom: solid 2px #11abe1;
      padding-bottom: 3px; }
    /* line 35, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
    .episode-carousel .episode-carousel-header li > span.inactive, .episode-carousel .bonus-episode-carousel-header li > span.inactive, .bonus-episode-carousel .episode-carousel-header li > span.inactive, .bonus-episode-carousel .bonus-episode-carousel-header li > span.inactive {
      font-size: 1rem; }
    /* line 42, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
    .episode-carousel .episode-carousel-header h3, .episode-carousel .bonus-episode-carousel-header h3, .bonus-episode-carousel .episode-carousel-header h3, .bonus-episode-carousel .bonus-episode-carousel-header h3 {
      padding: 1.875rem 0 1.25rem;
      text-transform: uppercase;
      font-size: 1.375rem;
      line-height: 1.375rem;
      font-family: larsseit;
      font-color: #3e3e3e;
      margin: 0; }
      /* line 50, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
      .episode-carousel .episode-carousel-header h3 .headerTitleText, .episode-carousel .bonus-episode-carousel-header h3 .headerTitleText, .bonus-episode-carousel .episode-carousel-header h3 .headerTitleText, .bonus-episode-carousel .bonus-episode-carousel-header h3 .headerTitleText {
        display: inline-block;
        max-width: 50%;
        height: 1.375rem;
        line-height: 1.375rem; }
      /* line 56, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
      .episode-carousel .episode-carousel-header h3 .headerNum, .episode-carousel .bonus-episode-carousel-header h3 .headerNum, .bonus-episode-carousel .episode-carousel-header h3 .headerNum, .bonus-episode-carousel .bonus-episode-carousel-header h3 .headerNum {
        display: inline-block; }
  /* line 61, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel .fullItems, .bonus-episode-carousel .fullItems {
    margin: 0 auto;
    overflow: hidden;
    width: 74.8%; }
    /* line 66, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
    .episode-carousel .fullItems li.fullItem, .bonus-episode-carousel .fullItems li.fullItem {
      display: inline-block;
      margin: 0 8px 10px 0;
      width: 226px;
      height: 390px;
      overflow: hidden;
      border: solid 1px #a9a9a9; }
  /* line 75, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel ul, .bonus-episode-carousel ul {
    margin: 0 auto;
    width: 74.8%; }
    /* line 79, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
    .episode-carousel ul li, .bonus-episode-carousel ul li {
      width: 23.4375%;
      display: inline-block;
      overflow: hidden;
      border: 0; }
  /* line 90, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel .slick-vertical li, .bonus-episode-carousel .slick-vertical li {
    padding-right: 0; }
  /* line 95, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel ul.active-season, .bonus-episode-carousel ul.active-season {
    display: inline-block;
    overflow: visible;
    visibility: visible; }
  /* line 101, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel ul.hidden-season, .bonus-episode-carousel ul.hidden-season {
    display: inline-block;
    height: 0;
    padding: 0 0 0 4px !important;
    visibility: hidden;
    overflow: hidden; }
  /* line 112, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel .slick-slide, .bonus-episode-carousel .slick-slide {
    width: 225px; }
  /* line 115, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel .filters, .bonus-episode-carousel .filters {
    width: 25%;
    float: right;
    margin-right: 2.75%;
    display: inline-block; }
    /* line 120, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
    .episode-carousel .filters .view-all, .bonus-episode-carousel .filters .view-all {
      font-size: 1rem;
      font-weight: lighter;
      float: right;
      padding-top: 0.375rem;
      color: #11abe1;
      text-decoration: none;
      font-family: larsseit, sans-serif; }
    /* line 130, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
    .episode-carousel .filters .dropdown, .bonus-episode-carousel .filters .dropdown {
      position: relative;
      z-index: 10;
      margin-left: 11.3%;
      cursor: pointer;
      display: inline-block;
      width: 7rem; }
    /* line 143, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
    .episode-carousel .filters .dropdown button, .bonus-episode-carousel .filters .dropdown button {
      background: #11abe1;
      font-family: larsseit;
      color: #FFFFFF;
      border: none;
      margin: 0;
      height: 100%;
      text-align: left;
      padding: 0.325rem 0.325rem 0.325rem 0.5rem;
      font-size: 1rem;
      line-height: 1rem;
      width: 100%; }
      /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
      .episode-carousel .filters .dropdown button .button-default, .bonus-episode-carousel .filters .dropdown button .button-default {
        display: inline-block;
        padding-top: 0.2rem; }
      /* line 159, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
      .episode-carousel .filters .dropdown button img, .bonus-episode-carousel .filters .dropdown button img {
        display: inline-block;
        float: right;
        padding-top: 0.4rem;
        padding-right: 0.175rem;
        width: 0.875rem; }
  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel ul .aol-carousel-left, .episode-carousel ul .aol-carousel-right, .bonus-episode-carousel ul .aol-carousel-left, .bonus-episode-carousel ul .aol-carousel-right {
    top: 2.1%;
    margin-top: 0;
    width: 5.1%;
    height: 98%;
    display: block;
    position: absolute; }
    /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
    .episode-carousel ul .aol-carousel-left:hover, .episode-carousel ul .aol-carousel-right:hover, .bonus-episode-carousel ul .aol-carousel-left:hover, .bonus-episode-carousel ul .aol-carousel-right:hover {
      background-color: rgba(255, 255, 255, 0.6); }
    /* line 182, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
    .episode-carousel ul .aol-carousel-left .slick-prev, .episode-carousel ul .aol-carousel-left .slick-next, .episode-carousel ul .aol-carousel-right .slick-prev, .episode-carousel ul .aol-carousel-right .slick-next, .bonus-episode-carousel ul .aol-carousel-left .slick-prev, .bonus-episode-carousel ul .aol-carousel-left .slick-next, .bonus-episode-carousel ul .aol-carousel-right .slick-prev, .bonus-episode-carousel ul .aol-carousel-right .slick-next {
      position: absolute;
      top: 38%;
      margin-top: 0;
      height: 44px;
      width: 22px;
      left: 27%; }
  /* line 191, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel ul .aol-carousel-left, .bonus-episode-carousel ul .aol-carousel-left {
    left: -4.6%; }
  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_episode-carousel.scss */
  .episode-carousel ul .aol-carousel-right, .bonus-episode-carousel ul .aol-carousel-right {
    right: -3.1%; }

/* line 3, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-carousel.scss */
.show-carousel {
  background-color: #eaeaea; }
  /* line 5, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-carousel.scss */
  .show-carousel .show-carousel-header {
    width: 75.385%;
    margin: 0 0 0 13.077%;
    font-size: 1.375rem; }
    /* line 10, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-carousel.scss */
    .show-carousel .show-carousel-header h3 {
      font-family: larsseit;
      color: #3e3e3e;
      font-size: 1.375rem;
      padding: 1.875rem 0 0.9375rem;
      text-transform: uppercase; }
  /* line 18, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-carousel.scss */
  .show-carousel .fullItems {
    margin: 0 auto;
    overflow: hidden;
    width: 72.8%; }
    /* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-carousel.scss */
    .show-carousel .fullItems li.fullItem {
      display: inline-block;
      margin: 0 15px 10px 0;
      width: 225px;
      height: 390px;
      overflow: hidden;
      border: solid 1px #a9a9a9;
      padding: 0;
      height: auto; }
  /* line 33, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-carousel.scss */
  .show-carousel ul {
    margin: 0 auto;
    overflow: hidden;
    width: 72.8%;
    padding-bottom: 15px; }
    /* line 38, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-carousel.scss */
    .show-carousel ul li {
      display: inline-block;
      padding: 0 15px 10px 0;
      width: 225px;
      height: 390px;
      overflow: hidden;
      border: solid 1px #a9a9a9;
      border: 0; }
  /* line 52, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-carousel.scss */
  .show-carousel .slick-slide {
    width: 236px; }

@media only screen and (max-width: 40em) {
  /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_show-carousel.scss */
  #modules .show-carousel .fullItems li.fullItem {
    padding-right: 0; } }
/* line 3, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
.movie #hero {
  background-color: #151515; }
  /* line 5, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
  .movie #hero .hero-video-feature {
    margin: 0 auto;
    padding: 0;
    background-color: white; }
    /* line 9, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .top {
      position: relative; }
  /* line 13, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
  .movie #hero .hero-video-feature #overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 500; }
  /* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
  .movie #hero .hero-video-feature .player {
    display: none;
    background-color: #000;
    width: 100%;
    height: 100%; }
  /* line 28, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
  .movie #hero .hero-video-feature .ratedR {
    border-radius: 10px;
    position: absolute;
    opacity: 0.9;
    z-index: 999;
    left: 10%;
    background-color: black;
    color: white;
    text-align: center;
    padding: 65px 85px;
    width: 60%;
    top: -600px; }
    /* line 40, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .ratedR h1 {
      font-size: 1.2em;
      color: #bfbfbf;
      line-height: 1.625em; }
      /* line 41, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
      .movie #hero .hero-video-feature .ratedR h1 p {
        margin: 0 4px; }
    /* line 49, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .ratedR .agree {
      font-size: 1.5em;
      line-height: 2em;
      color: #b0b0b0;
      background-color: #323232;
      height: 35px;
      width: 70%;
      margin: 0 15%;
      margin-top: 17px; }
    /* line 59, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .ratedR .agree:hover, .movie #hero .hero-video-feature .ratedR .cancel:hover {
      cursor: pointer; }
    /* line 62, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .ratedR .cancel {
      font-size: 1.5em;
      line-height: 2em;
      color: #ffffff;
      background-color: #04b8f1;
      height: 35px;
      width: 70%;
      margin: 0 15%;
      margin-top: 17px; }
    /* line 73, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .ratedR .checkBar .check {
      display: inline-block;
      width: 40px;
      position: relative; }
      /* line 77, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
      .movie #hero .hero-video-feature .ratedR .checkBar .check label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: #fcfff4;
        border-radius: 5px;
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); }
      /* line 89, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
      .movie #hero .hero-video-feature .ratedR .checkBar .check input[type=checkbox] {
        margin-top: 7px;
        visibility: hidden; }
        /* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
        .movie #hero .hero-video-feature .ratedR .checkBar .check input[type=checkbox]:checked + label:after {
          content: '\2713';
          font-size: 0.92em;
          color: #003DFF;
          text-align: center;
          line-height: 1em; }
    /* line 101, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .ratedR .checkBar {
      padding: 44px 2px 27px 2px;
      display: inline-block;
      position: relative; }
    /* line 106, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .ratedR .checkBar.invalid {
      -webkit-animation: shake .6s linear; }
@-webkit-keyframes shake {
  0% {
    left: -10px; }
  16% {
    left: 9px; }
  33% {
    left: -6px; }
  50% {
    left: 5px; }
  66% {
    left: -2px; }
  83% {
    left: 1px; }
  100% {
    left: 0px; } }
    /* line 132, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .ratedR .checkBar .word {
      padding-left: 5px;
      display: inline-block;
      font-size: 26px;
      line-height: 44px;
      text-align: center;
      font-family: "larsseit bold"; }
  /* line 141, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
  .movie #hero .hero-video-feature .graphic {
    height: 100%;
    overflow: hidden; }
    /* line 142, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .graphic img {
      /* position: absolute; */ }
    /* line 145, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .graphic .play {
      position: absolute;
      z-index: 100;
      width: 10.15%;
      top: 38.34%;
      left: 46.8%; }
  /* line 157, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
  .movie #hero .hero-video-feature .detail {
    position: relative;
    height: auto;
    overflow: auto;
    padding: 1.25rem 1.875rem;
    background-color: #2d2d2d;
    color: #ffffff; }
  /* line 166, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
  .movie #hero .hero-video-feature .detail .poster {
    float: left;
    width: 24.11%;
    min-height: 260px;
    min-width: 140px;
    height: auto;
    padding-bottom: 35%;
    position: relative; }
    /* line 178, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .detail .poster img {
      position: absolute;
      width: 100%;
      height: 100%; }
  /* line 185, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
  .movie #hero .hero-video-feature .detail .info-large {
    position: relative;
    float: left;
    padding-left: 1.875rem;
    background-color: #2d2d2d;
    width: 75.89%;
    left: 0px; }
    /* line 195, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .detail .info-large .moreInfo-large {
      padding-right: 30px; }
    /* line 198, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .detail .info-large h3 {
      color: #fff;
      font-size: 1.625rem;
      font-weight: lighter;
      line-height: 1.875rem; }
    /* line 205, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .detail .info-large h4 {
      color: #fff;
      padding: 10px 0;
      font-size: 1.125rem;
      line-height: 1.0625rem;
      font-weight: normal; }
    /* line 213, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .detail .info-large .people {
      color: #9a9a9a;
      font-size: 1.0625rem; }
    /* line 218, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .detail .info-large h5 {
      font-size: 0.875rem;
      font-weight: normal;
      line-height: 0.9375rem;
      color: #afafaf; }
    /* line 224, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .detail .info-large p {
      font-size: 0.9375rem;
      font-weight: lighter;
      line-height: 1.3125rem; }
    /* line 229, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .detail .info-large .save {
      border-radius: 2px;
      position: absolute;
      margin-top: 0.9375rem;
      margin-right: 1.5rem;
      right: 0;
      top: 0;
      bottom: 1.25rem;
      padding: 0 0.75rem 0 0.75rem;
      font-size: 0.875rem;
      text-align: center;
      line-height: 1.375rem;
      height: 2rem;
      font-weight: normal;
      color: #4c4c4c;
      cursor: pointer; }
      /* line 230, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
      .movie #hero .hero-video-feature .detail .info-large .save span {
        float: left;
        font-size: 1.625rem;
        line-height: 1.9375rem; }
      /* line 235, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
      .movie #hero .hero-video-feature .detail .info-large .save h {
        float: left;
        line-height: 1.875rem;
        padding-left: 0.3125rem; }
      /* line 256, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
      .movie #hero .hero-video-feature .detail .info-large .save span {
        line-height: 1.75rem;
        font-size: 1.625rem;
        padding-top: 0.125rem;
        display: inline-block;
        padding-left: 0.3rem; }
    /* line 265, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
    .movie #hero .hero-video-feature .detail .info-large .save:hover {
      background-color: #11abe1; }
/* line 272, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
.movie .trailer-btn {
  display: none;
  text-transform: uppercase;
  background-color: #11abe1;
  color: #ffffff;
  border-radius: 2px;
  border: solid 1px #11abe1;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 5px 3px 0px 3px; }
/* line 284, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
.movie .add-btn {
  width: 170px;
  font-size: 0.8em;
  height: 40px;
  position: absolute;
  top: 640px;
  right: 334px;
  float: right;
  text-transform: uppercase;
  background-color: #535353;
  color: #ffffff;
  border-radius: 2px;
  border: solid 1px #535353;
  margin-bottom: 10px;
  cursor: pointer; }

@media only screen and (max-width: 40em) {
  /* line 303, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
  .movie #hero {
    background-color: #fff; } }
/************************************************************************/
/* ANDREW 1/8/16                                                        */
/* Adding this image override here because there are so many different  */
/* Hero movie files and types, some have a matching css file some don't */
/* But there doesn't seem to be any sort of default                     */
/* Potentially move this later.                                         */
/************************************************************************/
/* line 316, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
.down, .up {
  /* for a lark see if this breaks anything */
  display: block;
  height: 10px;
  width: 26px; }

/* line 322, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
.down {
  background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -157px -1173px; }

/* line 326, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-movie.scss */
.up {
  background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -157px -1136px; }

/* line 4, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
.show #hero .hero-video-feature {
  margin: 0 auto;
  padding: 0;
  z-index: 1; }
/* line 16, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
.show #hero .hero-video-feature .player {
  display: none;
  background-color: #000;
  width: 100%;
  height: 100%; }
/* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
.show #hero .hero-video-feature .graphic {
  height: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand; }
  /* line 23, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
  .show #hero .hero-video-feature .graphic img {
    /* position: absolute; */ }
  /* line 31, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
  .show #hero .hero-video-feature .graphic .bar {
    position: absolute;
    margin-left: 6%;
    border: 2px solid #a1a1a1;
    bottom: 150px;
    background: #dddddd;
    width: 60%;
    text-align: center;
    height: 25px;
    border-radius: 50px;
    opacity: 0.2; }
  /* line 43, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
  .show #hero .hero-video-feature .graphic .play {
    position: absolute;
    z-index: 100;
    width: 10.15%;
    top: 38.34%;
    left: 46.8%; }
/* line 53, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
.show #hero .hero-video-feature .detail {
  position: relative;
  width: 100%;
  max-height: 416px;
  display: inline-block; }
/* line 60, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
.show #hero .hero-video-feature .detail .poster {
  float: right;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px; }
  /* line 68, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
  .show #hero .hero-video-feature .detail .poster img {
    height: 416px;
    max-height: 416px;
    max-width: 960px;
    bottom: 0;
    position: absolute; }
/* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
.show #hero .hero-video-feature .detail .add-btn {
  border-radius: 2px;
  float: right;
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  width: 14.6%;
  height: 2.25rem;
  margin-bottom: 0.9375rem;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
  background-color: #2d2d2d; }
/* line 94, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
.show #hero .hero-video-feature .detail .info {
  opacity: 0.9;
  position: relative;
  float: left;
  background-color: white;
  margin: 1.125rem 0 1.125rem 1.125rem;
  width: 55.63%; }
  /* line 96, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
  .show #hero .hero-video-feature .detail .info .name {
    display: block !important; }
    /* line 98, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
    .show #hero .hero-video-feature .detail .info .name img {
      float: left;
      margin-top: 1.0625rem;
      margin-left: 1.1rem;
      width: 93.4%;
      max-width: 496px;
      max-height: 80px; }
  /* line 113, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
  .show #hero .hero-video-feature .detail .info .episode-info {
    max-height: 380px;
    width: 100%; }
    /* line 116, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
    .show #hero .hero-video-feature .detail .info .episode-info .mid-block {
      font-size: 0.875rem;
      display: inline-block;
      width: 100%;
      padding-left: 1.1rem; }
      /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info .mid-block .publishDate {
        margin-top: 0.5rem;
        display: inline-block;
        line-height: 3.875rem; }
      /* line 126, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info .mid-block .produced {
        display: inline-block;
        line-height: 1.875rem;
        margin-top: 0.5rem;
        max-width: 40%;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: bottom; }
        /* line 134, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
        .show #hero .hero-video-feature .detail .info .episode-info .mid-block .produced .producedIn {
          line-height: 1.9375rem;
          overflow: hidden;
          text-overflow: ellipsis; }
      /* line 141, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info .mid-block .freeway-ad {
        float: right;
        margin-right: 1.0625rem;
        margin-top: 0.5rem; }
        /* line 145, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
        .show #hero .hero-video-feature .detail .info .episode-info .mid-block .freeway-ad img:not(.pixel) {
          width: 14.625rem;
          height: 3.75rem;
          float: right; }
    /* line 152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tabs {
      overflow-x: visible;
      list-style-type: none;
      padding-top: 0.7%;
      margin-bottom: 1rem;
      text-align: left; }
    /* line 159, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tabs li .arrow {
      display: none; }
    /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tabs li.active .arrow {
      content: "";
      width: 0;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #11abe1;
      display: inline-block;
      position: absolute;
      top: 100%;
      left: 20%; }
    /* line 176, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tabs li {
      display: inline-block;
      font-weight: normal;
      font-size: 0.9375rem;
      padding: 0.4rem 0.625rem 0.25rem;
      margin-bottom: 0.25rem;
      line-height: 1rem;
      color: black;
      cursor: pointer; }
    /* line 187, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tabs li.active {
      background-color: #00adee;
      color: white;
      position: relative; }
    /* line 193, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tab {
      line-height: 1.5rem;
      list-style-type: none;
      margin: 0;
      padding-left: 1.1rem;
      padding-right: 1.1rem;
      font-size: 1rem;
      height: 11rem; }
      /* line 202, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab b {
        line-height: 1.0625rem; }
      /* line 205, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab p {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        font-size: 0.875rem;
        line-height: 1.2rem;
        margin-top: 0.25rem;
        overflow-y: auto;
        overflow-x: hidden; }
      /* line 219, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab #tab1 p {
        max-height: 4.8rem; }
      /* line 222, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab #tab2 p {
        max-height: 8.4rem; }
      /* line 225, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save {
        border-radius: 2px;
        position: absolute;
        margin-top: 0.9375rem;
        bottom: 1.25rem;
        padding: 0 0.75rem 0 0.75rem;
        font-size: 0.875rem;
        text-align: center;
        line-height: 1.375rem;
        height: 2rem;
        font-weight: normal;
        color: #4c4c4c;
        cursor: pointer; }
        /* line 239, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
        .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save span {
          line-height: 1.75rem;
          font-size: 1.625rem;
          padding-top: 0.125rem;
          float: left;
          display: inline-block;
          padding-left: 0.3rem; }
        /* line 247, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
        .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save h {
          float: left;
          padding-left: 0.3125rem;
          line-height: 1.875rem; }
        /* line 252, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
        .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save .normal {
          display: inline-block;
          background-color: #000000;
          border-radius: 1.5rem;
          width: 1.5rem;
          margin-top: -0.1825rem; }
        /* line 259, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
        .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save .hidden {
          display: none; }
      /* line 265, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save:hover {
        background-color: #11abe1;
        color: #ffffff;
        border: 1px solid #ffffff !important; }
        /* line 269, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
        .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save:hover span {
          color: #ffffff; }
        /* line 272, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
        .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save:hover h {
          color: #ffffff; }
        /* line 275, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
        .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save:hover .normal {
          display: none; }
        /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
        .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save:hover .hidden {
          display: inline-block;
          background-color: #11abe1;
          border-radius: 1.5rem;
          width: 1.5rem;
          margin-top: -0.1825rem; }
    /* line 286, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tab li {
      display: block;
      height: 0;
      visibility: hidden; }
      /* line 290, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab li .show-cast {
        margin-top: 1rem; }
        /* line 292, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
        .show #hero .hero-video-feature .detail .info .episode-info ul#tab li .show-cast b {
          font-weight: bold; }
    /* line 297, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tab li.active {
      display: block;
      height: 6rem;
      visibility: visible; }
      /* line 301, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab li.active b {
        font-size: 1.125rem;
        font-weight: bold; }
      /* line 306, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-show.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab li.active .show-cast b {
        font-size: 1rem; }

/* line 2, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
.videoPlay #hero {
    /*.hero-video-feature.type_movie.detail .info .duration {
      color: #fff;
    }
    .hero-video-feature.type_movie .detail .info {
      width: 660px;
      left: -10px;
    }

    .hero-video-feature.type_movie .detail .info .infoContent {
      width: 100%;
    }
    .hero-video-feature.type_movie .detail .info .infoTop .data {
      width: 100%;
    }
    .hero-video-feature.type_movie .detail .info .infoTop .moreInfoBtn {
      display: none;
    }
    .hero-video-feature.type_movie .detail .info .infoBottom {
      display: block;
    }*/ }
  /* line 3, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .videoPlay #hero .hero-video-feature {
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    background-color: white; }
  /* line 15, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .videoPlay #hero .hero-video-feature .player {
    display: none;
    background-color: #000;
    width: 100%;
    height: 100%; }
  /* line 21, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .videoPlay #hero .hero-video-feature .graphic {
    height: 100%;
    position: relative;
    cursor: pointer;
    cursor: hand; }
    /* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .graphic img {
      /* position: absolute; */ }
    /* line 30, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .graphic .bar {
      position: absolute;
      margin-left: 6%;
      border: 2px solid #a1a1a1;
      bottom: 150px;
      background: #dddddd;
      width: 60%;
      text-align: center;
      height: 25px;
      border-radius: 50px;
      opacity: 0.2; }
    /* line 42, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .graphic .play {
      position: absolute;
      z-index: 100;
      width: 10.15%;
      top: 38.34%;
      left: 46.8%; }
  /* line 51, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .videoPlay #hero .hero-video-feature .detail {
    position: relative;
    overflow: hidden;
    padding: 31px 24px;
    padding-bottom: 1em;
    background-color: #2d2d2d;
    color: #fff; }
  /* line 60, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .videoPlay #hero .hero-video-feature .detail .poster {
    float: left;
    width: 22.5%;
    height: 322px;
    margin-right: 2.916%; }
  /* line 67, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .videoPlay #hero .hero-video-feature .detail .info .duration {
    font-size: 1.25rem;
    font-weight: lighter; }
  /* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .videoPlay #hero .hero-video-feature .detail .info {
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
    top: -10px; }
    /* line 98, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .infoContent {
      width: 100%;
      display: inline-block;
      padding-right: 0; }
    /* line 104, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .infoTop {
      white-space: nowrap; }
      /* line 106, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoTop .data {
        width: 70%;
        display: inline-block; }
      /* line 110, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoTop .title {
        white-space: normal;
        font-weight: lighter;
        font-size: 1.4375rem;
        line-height: 1.6375rem;
        display: inherit;
        margin-bottom: .1rem; }
    /* line 119, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .infoBottom {
      display: none; }
      /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoBottom .add-btn {
        display: none;
        width: 100%;
        position: relative;
        font-size: 1.4rem; }
      /* line 127, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoBottom .sponsor {
        position: relative;
        width: 19%;
        height: 20px;
        display: inline-block;
        vertical-align: top; }
        /* line 134, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
        .videoPlay #hero .hero-video-feature .detail .info .infoBottom .sponsor img {
          position: absolute;
          background: #ff0000;
          right: 0px; }
    /* line 141, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .topRight {
      width: 9%;
      height: 30px;
      right: 2.125rem;
      display: inline-block;
      position: relative;
      vertical-align: top;
      margin-top: 0; }
    /* line 150, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .moreInfoBtn {
      height: 0.625rem;
      width: 1.625rem;
      margin-top: 0;
      margin-right: 1em;
      display: inline-block;
      position: absolute;
      right: 0px;
      cursor: pointer;
      cursor: hand; }
    /* line 167, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .moreInfoBtn div {
      margin-top: 40%; }
    /* line 170, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .moreInfoBtn .up {
      display: none; }
    /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .title {
      text-rendering: optimizeLegibility;
      color: #fff;
      font-size: 1.5rem;
      font-weight: bold; }
    /* line 180, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info h4 {
      padding: 10px 0;
      font-size: 1.0em;
      font-weight: normal; }
    /* line 185, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info hr {
      border-color: #959595;
      background-color: #959595; }
    /* line 191, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .moreInfo .descriptionHeader {
      color: #fff;
      width: 80%;
      margin-bottom: 0.25rem; }
    /* line 196, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .moreInfo .description {
      color: #959595;
      width: 80%; }
    /* line 200, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .moreInfo .clipInfo {
      width: 80%;
      display: inline-block;
      white-space: nowrap; }
      /* line 204, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .moreInfo .clipInfo p {
        display: inline-block;
        width: 48%; }
      /* line 208, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .moreInfo .clipInfo .views {
        text-align: right; }
    /* line 213, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .people {
      color: #9a9a9a;
      margin-top: 1.25rem; }
    /* line 217, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info h5 {
      font-size: 0.7rem;
      font-weight: normal;
      line-height: 1.5rem;
      color: #959595; }
    /* line 223, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info p {
      font-size: 0.9375rem;
      font-weight: lighter;
      line-height: 1.375rem; }
    /* line 228, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .save {
      border-radius: 2px;
      float: right;
      position: absolute;
      right: 0px;
      padding: 0 0.75rem 0 0.75rem;
      top: 0px;
      color: white;
      font-size: .875rem;
      text-align: center;
      cursor: pointer;
      vertical-align: middle; }
      /* line 229, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .save span {
        float: left;
        font-size: 1.625rem;
        line-height: 1.75rem;
        display: inline-block;
        padding-top: 0.125rem; }
      /* line 236, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .save h {
        float: left;
        line-height: 1.875rem;
        padding-left: 0.3125rem; }
    /* line 254, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .save:hover {
      background-color: #11abe1; }
    /* line 257, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .add-icon-black {
      margin-right: 0.5rem;
      height: 1.25rem;
      width: 1.25rem;
      vertical-align: middle; }
/* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
.videoPlay .trailer-btn {
  text-transform: uppercase;
  background-color: #11abe1;
  color: #ffffff;
  border-radius: 2px;
  border: solid 1px #11abe1;
  margin-bottom: 0.625rem;
  cursor: pointer; }
/* line 277, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
.videoPlay .add-btn {
  width: 10.625rem;
  font-size: 0.8em;
  height: 2.5rem;
  position: absolute;
  top: 640px;
  right: 334px;
  float: right;
  text-transform: uppercase;
  background-color: #535353;
  color: #ffffff;
  border-radius: 2px;
  border: 0;
  margin-bottom: 10px;
  cursor: pointer; }

@media only screen and (max-width: 40em) {
  /* line 297, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .videoPlay #hero .hero-video-feature .detail {
    background-color: #151515; }
    /* line 300, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info hr {
      opacity: 0;
      margin-bottom: 0; }
    /* line 304, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info p {
      font-size: 1.5rem; }
    /* line 307, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .infoTop {
      width: 100%; }
      /* line 310, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoTop .data {
        width: 89%; }
        /* line 313, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
        .videoPlay #hero .hero-video-feature .detail .info .infoTop .data .player-share-buttons a > img {
          display: inline-block;
          margin-right: 25px; }
      /* line 320, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoTop .title {
        color: #BEBEBE;
        height: auto;
        text-overflow: inherit;
        overflow: inherit;
        white-space: normal;
        display: block;
        margin-bottom: 1em;
        margin-right: 1em;
        font-size: 1.8rem;
        line-height: 1.8rem; }
      /* line 332, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoTop .duration {
        height: auto;
        color: #BEBEBE;
        display: inline-block; }
      /* line 338, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoTop .add-btn {
        display: none; }
    /* line 342, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .add-btn {
      width: 100%;
      display: block;
      position: relative;
      font-size: 1.4rem;
      background-color: #3f3f3f; }
    /* line 349, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .infoBottom {
      font-size: 1.5em; }
      /* line 351, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoBottom .descriptionHeader {
        color: #959595;
        font-weight: bold;
        width: 100%; }
      /* line 357, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoBottom .description {
        margin-bottom: 0;
        line-height: 1.8rem;
        font-weight: 100;
        width: 100%; }
      /* line 363, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoBottom .add-btn {
        display: block; }
      /* line 366, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoBottom .pubDate {
        font-size: 1.4rem;
        margin-bottom: .2em; }
      /* line 370, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .infoBottom .views {
        font-size: 1.4rem; }
    /* line 374, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .videoPlay #hero .hero-video-feature .detail .info .moreInfo .clipInfo {
      margin-bottom: 1rem; }
      /* line 376, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .moreInfo .clipInfo p {
        display: block;
        text-align: left;
        margin-bottom: 0; }
      /* line 381, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .videoPlay #hero .hero-video-feature .detail .info .moreInfo .clipInfo .views {
        text-align: left; } }
/* line 390, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
.partner #hero .hero-video-feature .partner-small-info, .movie #hero .hero-video-feature .small-detail {
  display: block;
  position: relative;
  float: right;
  width: 100%;
  background-color: #2d2d2d;
  top: 0px;
  color: #bebebe;
  padding: 1.5625rem 1.25rem; }
  /* line 400, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .infoContent, .movie #hero .hero-video-feature .small-detail .infoContent {
    width: 100%;
    display: inline-block;
    padding-right: 0; }
  /* line 405, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .save, .movie #hero .hero-video-feature .small-detail .save {
    position: relative;
    float: none;
    top: 0;
    right: 0;
    font-size: 14px;
    color: white;
    font-weight: bold;
    padding: 10px 0 7px;
    margin: 20px 0 0 0;
    height: auto;
    width: 100%;
    text-align: center;
    cursor: pointer; }
  /* line 421, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .infoTop, .movie #hero .hero-video-feature .small-detail .infoTop {
    white-space: nowrap; }
    /* line 423, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .partner #hero .hero-video-feature .partner-small-info .infoTop .data, .movie #hero .hero-video-feature .small-detail .infoTop .data {
      width: 89%;
      display: inline-block; }
    /* line 427, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .partner #hero .hero-video-feature .partner-small-info .infoTop .title, .movie #hero .hero-video-feature .small-detail .infoTop .title {
      width: 100%;
      float: left;
      left: 0px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      height: auto;
      position: relative;
      color: #bebebe;
      margin-top: 0px;
      font-size: 1.8rem;
      font-weight: normal; }
    /* line 442, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .partner #hero .hero-video-feature .partner-small-info .infoTop .player-share-buttons, .movie #hero .hero-video-feature .small-detail .infoTop .player-share-buttons {
      float: left;
      display: inline-block;
      width: 89%;
      margin-top: 3rem; }
      /* line 447, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .partner #hero .hero-video-feature .partner-small-info .infoTop .player-share-buttons a > img, .movie #hero .hero-video-feature .small-detail .infoTop .player-share-buttons a > img {
        margin-right: 25px; }
  /* line 452, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .infoBottom, .movie #hero .hero-video-feature .small-detail .infoBottom {
    display: none; }
    /* line 454, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .partner #hero .hero-video-feature .partner-small-info .infoBottom .sponsor, .movie #hero .hero-video-feature .small-detail .infoBottom .sponsor {
      position: relative;
      width: 19%;
      height: 20px;
      display: inline-block;
      vertical-align: top; }
      /* line 461, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
      .partner #hero .hero-video-feature .partner-small-info .infoBottom .sponsor img, .movie #hero .hero-video-feature .small-detail .infoBottom .sponsor img {
        position: absolute;
        background: #ff0000;
        right: 0px; }
  /* line 468, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .topRight, .movie #hero .hero-video-feature .small-detail .topRight {
    width: 9%;
    height: 30px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: .5em; }
  /* line 476, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .moreInfoBtn, .movie #hero .hero-video-feature .small-detail .moreInfoBtn {
    height: 0.625rem;
    width: 1.625rem;
    display: inline-block;
    position: absolute;
    right: 0px;
    cursor: pointer;
    cursor: hand; }
  /* line 491, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .moreInfoBtn .up, .movie #hero .hero-video-feature .small-detail .moreInfoBtn .up {
    display: none; }
  /* line 494, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .title, .movie #hero .hero-video-feature .small-detail .title {
    text-rendering: optimizeLegibility;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold; }
  /* line 500, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info hr, .movie #hero .hero-video-feature .small-detail hr {
    border-color: #959595;
    background-color: #959595; }
  /* line 506, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .moreInfo .descriptionHeader, .movie #hero .hero-video-feature .small-detail .moreInfo .descriptionHeader {
    font-size: 1.8rem;
    color: #fff;
    width: 80%; }
  /* line 511, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .moreInfo .description, .movie #hero .hero-video-feature .small-detail .moreInfo .description {
    color: #959595;
    width: 100%; }
  /* line 515, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .moreInfo .clipInfo, .movie #hero .hero-video-feature .small-detail .moreInfo .clipInfo {
    width: 80%;
    display: block;
    white-space: nowrap;
    margin-bottom: 2rem; }
    /* line 520, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .partner #hero .hero-video-feature .partner-small-info .moreInfo .clipInfo p, .movie #hero .hero-video-feature .small-detail .moreInfo .clipInfo p {
      margin-bottom: 0;
      display: block;
      width: 48%; }
    /* line 525, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
    .partner #hero .hero-video-feature .partner-small-info .moreInfo .clipInfo .views, .movie #hero .hero-video-feature .small-detail .moreInfo .clipInfo .views {
      text-align: left; }
  /* line 530, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info p, .movie #hero .hero-video-feature .small-detail p {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5rem; }
  /* line 535, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_videoplay.scss */
  .partner #hero .hero-video-feature .partner-small-info .add-icon-black, .movie #hero .hero-video-feature .small-detail .add-icon-black {
    margin-right: 0.5rem;
    height: 60%;
    width: auto;
    vertical-align: middle; }

/* line 2, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
.showAll #modules .module {
  padding-top: 0; }
  /* line 4, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .showAll #modules .module .borderTop {
    margin-bottom: 1.875rem; }
/* line 8, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
.showAll #hero {
  background-color: #eaeaea; }
  /* line 10, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .showAll #hero .hero-showAll {
    width: 100%;
    font-size: 1.75em;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    background-color: #eaeaea; }
    /* line 18, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .showAll #hero .hero-showAll .view-all-title {
      display: inline-block;
      font-family: larsseit;
      padding-top: 2.1875rem;
      padding-bottom: 1.25rem;
      padding-left: 13.1%;
      padding-right: 10%;
      color: #3e3e3e; }
    /* line 27, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .showAll #hero .hero-showAll ul {
      overflow: hidden; }
    /* line 31, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .showAll #hero .hero-showAll .dropdown {
      float: right;
      right: 13.077%;
      padding-top: 2.1875rem;
      margin-bottom: 0.625rem;
      position: relative;
      font-size: 0.675em;
      z-index: 10;
      line-height: 1.75em;
      text-align: left;
      cursor: pointer;
      display: inline-block;
      width: 9em; }
    /* line 48, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .showAll #hero .hero-showAll .dropdown .dropdown-menu {
      position: absolute;
      top: 100%;
      display: none;
      margin: 0;
      list-style: none;
      float: left;
      width: 100%;
      padding: 0;
      line-height: 1em;
      font-size: 0.875em; }
      /* line 60, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
      .showAll #hero .hero-showAll .dropdown .dropdown-menu li {
        display: block;
        width: 100%;
        height: 100%; }
        /* line 65, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
        .showAll #hero .hero-showAll .dropdown .dropdown-menu li a {
          display: block;
          text-decoration: none;
          background: #11abe1;
          color: #FFFFFF;
          width: 100%;
          height: 100%;
          overflow: hidden;
          padding: 0.4em;
          font-size: 1em;
          padding-left: 1em;
          margin-bottom: -1px; }
        /* line 79, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
        .showAll #hero .hero-showAll .dropdown .dropdown-menu li a:hover {
          background: #BBBBBB; }
      /* line 86, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
      .showAll #hero .hero-showAll .dropdown .dropdown-menu .li-shows a {
        background: #11abe1; }
      /* line 91, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
      .showAll #hero .hero-showAll .dropdown .dropdown-menu .li-show a {
        background: #E62EB8; }
    /* line 98, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .showAll #hero .hero-showAll .dropdown:hover .dropdown-menu {
      display: block;
      margin: 0px; }
    /* line 104, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .showAll #hero .hero-showAll .dropdown button {
      color: #FFFFFF;
      border: none;
      margin: 0;
      text-align: left;
      padding: 0.1rem;
      font-size: 0.875em;
      padding-left: 1em;
      line-height: 1.75em;
      text-align: left;
      width: 100%; }
      /* line 116, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
      .showAll #hero .hero-showAll .dropdown button .button-default, .showAll #hero .hero-showAll .dropdown button .showAll-button-default {
        display: inline-block; }
      /* line 119, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
      .showAll #hero .hero-showAll .dropdown button img {
        display: inline-block;
        float: right;
        padding-top: 0.5725rem;
        margin-right: 0.5rem;
        width: 0.875rem; }
  /* line 128, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .showAll #hero .dropdown .button-shows {
    background: #11abe1; }
  /* line 131, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .showAll #hero .dropdown .button-show {
    background: #E62EB8; }
  /* line 135, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .showAll #hero .hero-all-shows {
    width: 100%;
    font-size: 1.75em;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    background-color: #ffffff; }
    /* line 142, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .showAll #hero .hero-all-shows .all-shows-title {
      padding-top: 36px;
      padding-bottom: 32px;
      background-color: #eaeaea;
      color: #3e3e3e; }

/* line 152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
.module .showAll-grid-active {
  display: inline-block; }

/* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
.partner #modules .module .show-all {
  background-color: transparent !important; }

/* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
.module .showAll-grid-inactive {
  display: none; }

/* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
.module .show-all {
  width: 100%;
  background-color: #eaeaea;
  text-align: justify; }
  /* line 163, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .module .show-all .borderTop {
    margin-left: 13.1%;
    width: 73.8%;
    overflow: hidden;
    border-top: 1px #a9a9a9 solid;
    border-bottom: 1px #ffffff solid; }
  /* line 170, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .module .show-all .grid ul {
    text-align: left; }
    /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .grid ul li {
      margin-right: 1.25rem;
      margin-bottom: 0.625rem; }
  /* line 180, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .module .show-all .show-header {
    background-color: #eaeaea;
    width: 100%;
    padding-left: 13.1%; }
    /* line 185, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .show-header .show-header-title {
      display: inline-block;
      text-align: left;
      padding: 0 0 1.25rem;
      text-transform: uppercase;
      width: 100%;
      font-size: 1.5rem;
      line-height: 1.5rem;
      color: #3e3e3e; }
  /* line 198, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .module .show-all .partner-header {
    width: 75.385%;
    margin-left: 13.077%; }
    /* line 202, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .partner-header .partner-header-title {
      display: inline-block;
      text-align: left;
      padding: 1.25rem 0 1.25rem;
      overflow: hidden;
      height: 3.4375rem;
      line-height: 2rem;
      text-transform: uppercase;
      font-size: 1.4375rem;
      -webkit-line-clamp: 1;
      color: #3e3e3e; }
    /* line 215, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .partner-header .dropdown {
      position: relative;
      float: right;
      z-index: 10;
      cursor: pointer;
      display: inline-block;
      width: 9rem;
      right: 0;
      margin-top: 1.25rem; }
      /* line 225, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
      .module .show-all .partner-header .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        display: none;
        margin: 0;
        list-style: none;
        float: left;
        width: 9rem;
        padding: 0;
        li: hover;
          li-background: #BBBBBB; }
        /* line 235, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
        .module .show-all .partner-header .dropdown .dropdown-menu li {
          display: inline-block;
          width: 100%;
          margin-top: -3px;
          height: 100%;
          display: block;
          text-decoration: none;
          background: #11abe1;
          color: #ffffff;
          width: 100%;
          height: 100%;
          overflow: hidden;
          padding: 0.4em;
          font-size: 0.875rem;
          margin-bottom: -1px;
          padding: 0.4em 0.4rem 0.4rem 0.625rem; }
    /* line 257, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .partner-header .dropdown:hover .dropdown-menu {
      display: block;
      margin: 0px; }
    /* line 262, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .partner-header .dropdown button {
      color: #ffffff;
      border: none;
      margin: 0;
      text-align: left;
      padding: 0.625rem 0.4rem 0.875rem 0.625rem;
      height: 100%;
      font-size: 0.875rem;
      width: 100%; }
      /* line 271, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
      .module .show-all .partner-header .dropdown button p {
        padding-top: 0.4375rem;
        position: absolute;
        display: inline;
        font-size: 0.875rem;
        line-height: 0; }
    /* line 279, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .partner-header .dropdown .button-search {
      background-color: #11abe1; }
      /* line 281, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
      .module .show-all .partner-header .dropdown .button-search img {
        display: inline-block;
        float: right;
        padding-right: 0.175rem;
        width: 0.875rem; }
  /* line 290, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .module .show-all .add-more-button {
    cursor: pointer;
    width: 140px;
    text-align: center;
    margin: 25px 0 25px 44%;
    background: #7e7e7e;
    padding: 12px 25px 9px 25px;
    font-size: 0.875rem;
    border-radius: 2px;
    color: #fff;
    line-height: 0.875em; }
  /* line 303, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .module .show-all .partner-header .searchform {
    display: inline-block;
    margin-top: 1.25rem;
    float: right;
    background-color: white;
    border: inset 1px #585858;
    position: relative; }
    /* line 317, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .partner-header .searchform input {
      font-size: 1.1em;
      vertical-align: top;
      background-color: #fff;
      color: black;
      padding: 0 5px; }
    /* line 327, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .partner-header .searchform .search {
      padding-top: 3px;
      width: 1.25rem;
      height: 1.25rem;
      top: 3px;
      float: right;
      right: 5px;
      position: absolute;
      cursor: pointer; }
    /* line 337, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .partner-header .searchform .clear {
      top: 3px;
      display: inline;
      cursor: pointer;
      width: 1.25rem;
      height: 1.25rem;
      position: absolute;
      right: 5px;
      float: right;
      display: none; }
  /* line 349, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .module .show-all .grid .video:hover .play, .module .show-all .grid .video:hover .notPlay {
    visibility: visible; }
  /* line 352, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
  .module .show-all .grid {
    background-color: #eaeaea;
    padding: 0; }
    /* line 355, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .grid .label {
      -moz-border-radius: 5px / 5px;
      -webkit-border-radius: 5px 5px;
      border-radius: 5px / 5px;
      padding: 2.67% 2.32%;
      background-color: #eb2130;
      position: absolute;
      top: 3.74%;
      right: 5.58%;
      color: #fff;
      font-weight: bolder;
      font-size: 0.7em;
      visibility: hidden;
      opacity: 0.7; }
    /* line 368, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .grid .playingNow {
      background-color: #eb2130; }
    /* line 371, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .grid .playingNext {
      background-color: #eaeaea; }
    /* line 374, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_showall.scss */
    .module .show-all .grid .notPlay {
      position: absolute;
      visibility: hidden; }

/* line 2, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
.search #hero {
  background-color: #eaeaea; }
  /* line 4, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search #hero .hero-search {
    width: 100%;
    /* TODO:: Perhaps change this to be similar to main.css - .hero-video-feature? */
    font-size: 1.75rem;
    margin: 0 auto;
    z-index: 1;
    display: inline-block;
    background-color: #eaeaea; }
    /* line 11, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search #hero .hero-search .hero-search-title {
      display: inline-block;
      padding-left: 13.1%;
      font-family: larsseit;
      font-weight: normal;
      padding-top: 2rem;
      padding-bottom: 2rem;
      background-color: #eaeaea;
      color: #3e3e3e; }
    /* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search #hero .hero-search ul {
      overflow: hidden; }
    /* line 26, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search #hero .hero-search .dropdown {
      display: inline-block;
      position: relative;
      float: right;
      margin-right: 13.1%;
      padding-top: 2rem;
      z-index: 10;
      cursor: pointer;
      width: 10rem;
      min-width: 148px; }
      /* line 36, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search #hero .hero-search .dropdown img {
        display: inline-block;
        float: right;
        padding-top: 0.5615rem;
        padding-right: 0.175rem;
        width: 0.875rem; }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search #hero .hero-search .dropdown .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      margin: 0;
      list-style: none;
      float: left;
      width: 100%;
      padding: 0; }
      /* line 56, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search #hero .hero-search .dropdown .dropdown-menu li {
        display: block;
        width: 100%;
        height: 100%; }
        /* line 61, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
        .search #hero .hero-search .dropdown .dropdown-menu li a {
          display: block;
          text-decoration: none;
          background: #11abe1;
          color: #FFFFFF;
          width: 100%;
          height: 100%;
          overflow: hidden;
          padding: 0.4em;
          padding-left: 1rem;
          font-size: 0.875rem;
          margin-bottom: -1px; }
        /* line 75, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
        .search #hero .hero-search .dropdown .dropdown-menu li a:hover {
          background: #BBBBBB; }
      /* line 82, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search #hero .hero-search .dropdown .dropdown-menu .li-shows a {
        background: #11abe1; }
      /* line 87, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search #hero .hero-search .dropdown .dropdown-menu .li-show a {
        background: #E62EB8; }
    /* line 94, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search #hero .hero-search .dropdown:hover .dropdown-menu {
      display: block;
      margin: 0px; }
    /* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search #hero .hero-search .dropdown button {
      color: #FFFFFF;
      border: none;
      margin: 0;
      text-align: left;
      padding: 0.4em;
      padding-left: 1rem;
      height: 100%;
      font-size: 0.875rem;
      width: 100%; }
    /* line 111, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search #hero .hero-search .dropdown .button-search {
      background-color: #11abe1;
      line-height: 2em; }
/* line 118, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
.search .result-body {
  display: block;
  position: relative; }
  /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search .result-body .mobile-result-number {
    font-family: larsseit;
    color: #3e3e3e;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 1.25rem;
    padding-left: 3.1%; }
  /* line 130, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search .result-body .result-filters {
    display: inline;
    position: relative;
    width: 16.33%;
    min-width: 148px;
    float: left;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    margin-left: 13.10%;
    color: #ffffff;
    z-index: 50;
    background-color: #2d2d2d; }
    /* line 142, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-body .result-filters .filter-head {
      height: 4rem;
      font-size: 1.25rem;
      text-align: center;
      line-height: 2.5rem;
      padding-top: 1rem; }
    /* line 151, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-body .result-filters .filter-ul .filter-li {
      position: relative;
      line-height: 50px;
      display: block;
      width: 100%;
      height: 50px;
      font-size: 14px;
      color: #ffffff; }
      /* line 159, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .filter-ul .filter-li label {
        color: #ffffff;
        width: 30%;
        margin-right: 0; }
      /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .filter-ul .filter-li input[type="radio"] {
        margin-right: 4.5%;
        margin-left: 9.5%;
        display: inline-block; }
      /* line 170, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .filter-ul .filter-li input[type="radio"]:checked + label {
        color: #11abe1; }
      /* line 173, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .filter-ul .filter-li input[type="radio"]:checked + label + div {
        color: #11abe1; }
      /* line 177, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .filter-ul .filter-li .itemNum {
        display: inline-block;
        height: 3rem;
        margin-left: 10%;
        width: 30%;
        top: 1px;
        line-height: 3rem;
        text-align: left; }
    /* line 190, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-body .result-filters .result-filters-mobile {
      display: block;
      width: 93.8%; }
      /* line 193, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .result-filters-mobile ul {
        margin-bottom: 0; }
      /* line 196, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .result-filters-mobile li {
        display: block;
        width: 100%;
        line-height: 4rem;
        position: relative; }
        /* line 201, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
        .search .result-body .result-filters .result-filters-mobile li label {
          display: inline-block;
          color: #ffffff;
          font-size: 1.25rem;
          padding-left: 5.7%;
          width: 30%; }
        /* line 208, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
        .search .result-body .result-filters .result-filters-mobile li .itemNum {
          display: inline-block;
          color: #ffffff;
          font-size: 1.25rem;
          padding-left: 14.2%;
          width: 30%; }
      /* line 217, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .result-filters-mobile .dropdown-selected .itemNum {
        color: #11abe1; }
      /* line 220, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .result-filters-mobile .dropdown-selected img {
        position: absolute;
        display: block;
        right: 0;
        top: 35%; }
      /* line 226, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .result-filters-mobile .dropdown-selected .arrow-active {
        display: block; }
      /* line 229, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .result-filters-mobile .dropdown-selected .arrow-inactive {
        display: none; }
      /* line 234, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .result-filters-mobile .dropdown-unselected img {
        display: none; }
      /* line 238, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .result-filters .result-filters-mobile .dropdown-inactive {
        display: none; }
  /* line 245, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search .result-body .results {
    display: inline;
    position: relative;
    width: 57.48%;
    float: left; }
    /* line 250, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-body .results .no-result {
      display: none;
      position: relative;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      color: #3e3e3e;
      font-size: 20px; }
    /* line 261, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-body .results .no-term {
      display: none;
      position: relative;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      color: #3e3e3e;
      font-size: 20px; }
    /* line 272, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-body .results .result-ul {
      margin-left: 0; }
      /* line 274, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-body .results .result-ul .result-li {
        width: 100%;
        margin-bottom: 20px; }
  /* line 282, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search .result-body .loading-hidden {
    visibility: hidden;
    width: 125%;
    max-width: 1600px;
    height: 4rem;
    display: inline-block;
    background-color: #ffffff;
    color: #474747;
    margin: 0 auto;
    margin-left: -150px;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    font-family: "larsseit bold"; }
    /* line 296, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-body .loading-hidden img {
      display: none; }
    /* line 299, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-body .loading-hidden label {
      cursor: default;
      display: inline-block;
      font-family: larsseit; }
  /* line 305, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search .result-body .loading {
    width: 150%;
    max-width: 1800px;
    height: 4rem;
    display: inline-block;
    background-color: #ffffff;
    color: #474747;
    margin: 0 auto;
    margin-left: -250px;
    text-align: center;
    padding-top: 1rem;
    font-size: 0.75rem;
    font-family: "larsseit bold"; }
    /* line 318, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-body .loading img {
      display: inline-block;
      margin-right: 1.25rem;
      margin-bottom: 0.2rem; }
    /* line 323, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-body .loading label {
      cursor: default;
      display: inline-block;
      font-family: larsseit; }
/* line 332, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
.search .result-item {
  display: block;
  margin-left: 1.25rem;
  position: relative;
  min-width: 485px;
  overflow: auto;
  overflow-y: hidden;
  background-color: #ffffff;
  border: 1px solid #cacaca; }
  /* line 341, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search .result-item .imgbox {
    display: inline;
    position: relative;
    float: left;
    width: 31%;
    min-width: 147px;
    border-right: 1px solid #cacaca;
    cursor: pointer; }
    /* line 348, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item .imgbox img:not(.toPlay) {
      width: 100%; }
  /* line 353, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search .result-item:hover {
    cursor: pointer; }
    /* line 355, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item:hover .save-new {
      opacity: 1; }
    /* line 359, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item:hover .imgbox .playParent .toPlay {
      display: inline; }
    /* line 362, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item:hover .imgbox .playParent .overlay {
      opacity: 0.2; }
  /* line 367, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search .result-item .save-new {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: bolder;
    font-size: 0.7em;
    opacity: 0;
    z-index: 9999;
    width: 50px;
    height: 50px; }
  /* line 379, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search .result-item .mobile-detail {
    width: 90%;
    height: 5.5rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    padding: 0.5rem 1rem 0 1rem;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
  /* line 392, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search .result-item .detail {
    display: inline;
    float: left;
    width: 68%;
    min-width: 332px;
    overflow: auto; }
    /* line 398, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item .detail .video-header {
      max-width: 80%;
      height: 27.7%;
      display: inline-block;
      float: left;
      color: #11abe1;
      line-height: 2rem;
      margin-left: 0.625rem;
      padding-top: 0.2rem;
      font-size: 1rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 412, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item .detail b {
      display: inline-block;
      color: #2d2d2d;
      float: right;
      margin-right: 2.5%;
      padding-top: 0.2rem;
      line-height: 2rem;
      font-size: 0.875rem;
      max-width: 15%; }
    /* line 422, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item .detail .description {
      width: 95%;
      height: 42.85%;
      font-size: 0.875rem;
      line-height: 1.125rem;
      height: 3.375rem;
      color: #555555;
      margin-left: 10px;
      overflow: hidden; }
  /* line 437, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
  .search .result-item .bottom-blocks {
    width: 68.8%;
    height: 30.16%;
    position: absolute;
    bottom: 0;
    right: 0; }
    /* line 443, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item .bottom-blocks .owner {
      display: inline-block;
      float: left;
      height: 100%;
      line-height: 2.5rem;
      margin-left: 0.625rem;
      color: #11abe1;
      font-size: 0.75rem;
      max-width: 150px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    /* line 457, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item .bottom-blocks .date {
      display: inline-block;
      font-size: 0.75rem;
      color: #555555;
      float: left;
      height: 100%;
      line-height: 2.5rem;
      margin-left: 0.625rem; }
    /* line 467, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item .bottom-blocks .views {
      display: inline-block;
      font-size: 0.75rem;
      color: #555555;
      float: left;
      height: 100%;
      line-height: 2.5rem;
      margin-left: 0.625rem; }
    /* line 477, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item .bottom-blocks a .save {
      display: inline-block;
      float: right;
      padding-right: 1rem;
      padding-left: 1rem;
      height: 100%;
      max-width: 170px;
      font-size: 0.75rem;
      text-align: center;
      line-height: 2.5rem;
      color: #3e3e3e;
      text-decoration: none; }
      /* line 490, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-item .bottom-blocks a .save img {
        position: relative;
        left: 0;
        margin-right: 0.375rem;
        margin-top: -0.1rem;
        width: 1.125rem; }
      /* line 497, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-item .bottom-blocks a .save .normal {
        display: inline-block;
        background-color: #000000;
        border-radius: 1.25rem; }
      /* line 502, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-item .bottom-blocks a .save .hidden {
        display: none; }
    /* line 507, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
    .search .result-item .bottom-blocks a .save:hover {
      background-color: #11abe1;
      color: #ffffff; }
      /* line 510, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-item .bottom-blocks a .save:hover .normal {
        display: none; }
      /* line 513, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_search.scss */
      .search .result-item .bottom-blocks a .save:hover .hidden {
        display: inline-block; }

/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-helper-hidden {
  display: none; }

/* line 12, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

/* line 32, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

/* line 38, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-helper-clearfix:after {
  clear: both; }

/* line 41, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

/* line 44, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* line 54, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
/* line 61, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
/* line 70, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 82, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 89, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

/* line 97, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

/* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

/* line 103, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

/* line 106, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

/* line 112, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

/* line 117, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  width: 13.625rem; }

/* line 124, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

/* line 135, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
/* line 143, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
/* line 147, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
button.ui-button-icon-only {
  width: 2.4em; }

/* line 150, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button-icons-only {
  width: 3.4em; }

/* line 153, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
/* line 158, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

/* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

/* line 165, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

/* line 170, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

/* line 174, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

/* line 178, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
/* line 183, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
/* line 188, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

/* line 197, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

/* line 201, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

/* line 206, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
/* line 213, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-buttonset {
  margin-right: 7px; }

/* line 216, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 223, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 228, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

/* line 233, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

/* line 237, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

/* line 244, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

/* line 248, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

/* line 251, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px; }

/* line 254, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

/* line 257, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

/* line 260, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

/* line 269, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

/* line 274, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

/* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

/* line 282, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

/* line 288, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

/* line 294, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px; }

/* line 298, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

/* line 305, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

/* line 313, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

/* line 321, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
/* line 326, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

/* line 329, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

/* line 332, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

/* line 336, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

/* line 339, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

/* line 342, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

/* line 345, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

/* line 349, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

/* line 352, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
/* line 359, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-rtl {
  direction: rtl; }

/* line 362, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

/* line 366, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

/* line 370, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

/* line 374, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

/* line 378, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

/* line 381, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

/* line 384, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

/* line 388, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* line 393, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

/* line 401, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

/* line 405, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 413, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

/* line 422, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

/* line 429, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

/* line 436, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

/* line 439, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

/* line 443, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

/* line 450, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* line 453, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

/* line 460, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

/* line 464, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  /* support: IE10, see #8844 */ }

/* line 472, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

/* line 479, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 7px 12px 7px 12px;
  font-size: 15px;
  line-height: 100%;
  border-top: solid 1px #2a2a2a;
  height: 100%;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

/* line 490, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal; }

/* line 496, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

/* line 501, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
/* line 506, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu-icons {
  position: relative; }

/* line 509, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
/* line 515, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
/* line 522, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

/* line 526, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

/* line 531, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/* line 535, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

/* line 540, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

/* line 543, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-resizable {
  position: relative; }

/* line 546, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

/* line 551, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

/* line 555, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

/* line 562, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

/* line 569, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

/* line 576, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

/* line 583, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

/* line 590, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

/* line 597, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

/* line 604, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/* line 611, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/* line 616, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider {
  position: relative;
  text-align: left; }

/* line 620, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

/* line 627, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
/* line 637, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

/* line 642, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider-horizontal {
  height: .8em; }

/* line 645, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

/* line 649, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

/* line 653, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

/* line 656, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

/* line 660, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px; }

/* line 664, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

/* line 669, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

/* line 673, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

/* line 676, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* line 679, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

/* line 686, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

/* line 696, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
/* line 710, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
/* line 716, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

/* line 722, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-spinner-up {
  top: 0; }

/* line 725, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
/* line 730, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

/* line 734, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

/* line 738, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

/* line 742, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

/* line 752, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

/* line 757, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

/* line 761, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

/* line 766, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

/* line 769, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

/* line 775, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

/* line 783, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
/* line 789, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-widget {
  font-family: larsseit;
  font-size: 1.1em; }

/* line 793, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-widget .ui-widget {
  font-size: 1em; }

/* line 796, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: larsseit;
  font-size: 1em; }

/* line 803, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-widget-content {
  border: 1px solid #151515;
  border-top: 0;
  background: #0c0c0c;
  color: #eeeeee; }

/* line 810, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.huffpostSearch.ui-widget-content {
  background: #0e8568; }

/* line 813, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-widget-content a {
  color: #eeeeee; }

/* line 816, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828;
  color: #ffffff;
  font-weight: bold; }

/* line 822, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
/* line 828, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6;
  font-weight: bold;
  color: #1c94c4; }

/* line 836, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

/* line 842, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: bold;
  color: #11abe1; }

/* line 852, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none; }

/* line 863, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  font-weight: bold;
  color: #eb8f00; }

/* line 871, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
/* line 880, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c;
  color: #363636; }

/* line 887, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

/* line 892, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900;
  color: #ffffff; }

/* line 899, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

/* line 904, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

/* line 909, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

/* line 914, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

/* line 921, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* line 928, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
/* positioning */
/* line 938, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-blank {
  background-position: 16px 16px; }

/* line 939, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-carat-1-n {
  background-position: 0 0; }

/* line 940, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0; }

/* line 941, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0; }

/* line 942, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0; }

/* line 943, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0; }

/* line 944, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0; }

/* line 945, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0; }

/* line 946, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0; }

/* line 947, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

/* line 948, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

/* line 949, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

/* line 950, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

/* line 951, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

/* line 952, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

/* line 953, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/* line 954, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

/* line 955, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

/* line 956, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

/* line 957, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

/* line 958, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

/* line 959, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

/* line 960, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

/* line 961, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

/* line 962, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

/* line 963, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

/* line 964, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

/* line 965, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

/* line 966, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

/* line 967, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

/* line 968, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

/* line 969, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

/* line 970, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

/* line 971, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

/* line 972, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

/* line 973, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

/* line 974, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

/* line 975, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

/* line 976, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

/* line 977, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

/* line 978, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

/* line 979, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

/* line 980, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

/* line 981, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

/* line 982, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

/* line 983, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

/* line 984, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

/* line 985, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

/* line 986, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

/* line 987, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

/* line 988, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

/* line 989, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

/* line 990, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

/* line 991, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

/* line 992, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

/* line 993, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

/* line 994, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

/* line 995, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

/* line 996, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

/* line 997, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

/* line 998, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

/* line 999, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

/* line 1000, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

/* line 1001, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

/* line 1002, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

/* line 1003, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px; }

/* line 1004, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

/* line 1005, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-extlink {
  background-position: -32px -80px; }

/* line 1006, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-newwin {
  background-position: -48px -80px; }

/* line 1007, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-refresh {
  background-position: -64px -80px; }

/* line 1008, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-shuffle {
  background-position: -80px -80px; }

/* line 1009, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

/* line 1010, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

/* line 1011, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

/* line 1012, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-folder-open {
  background-position: -16px -96px; }

/* line 1013, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-document {
  background-position: -32px -96px; }

/* line 1014, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-document-b {
  background-position: -48px -96px; }

/* line 1015, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-note {
  background-position: -64px -96px; }

/* line 1016, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px; }

/* line 1017, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-mail-open {
  background-position: -96px -96px; }

/* line 1018, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-suitcase {
  background-position: -112px -96px; }

/* line 1019, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-comment {
  background-position: -128px -96px; }

/* line 1020, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-person {
  background-position: -144px -96px; }

/* line 1021, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-print {
  background-position: -160px -96px; }

/* line 1022, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-trash {
  background-position: -176px -96px; }

/* line 1023, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-locked {
  background-position: -192px -96px; }

/* line 1024, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-unlocked {
  background-position: -208px -96px; }

/* line 1025, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-bookmark {
  background-position: -224px -96px; }

/* line 1026, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-tag {
  background-position: -240px -96px; }

/* line 1027, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-home {
  background-position: 0 -112px; }

/* line 1028, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-flag {
  background-position: -16px -112px; }

/* line 1029, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-calendar {
  background-position: -32px -112px; }

/* line 1030, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-cart {
  background-position: -48px -112px; }

/* line 1031, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-pencil {
  background-position: -64px -112px; }

/* line 1032, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-clock {
  background-position: -80px -112px; }

/* line 1033, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-disk {
  background-position: -96px -112px; }

/* line 1034, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-calculator {
  background-position: -112px -112px; }

/* line 1035, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-zoomin {
  background-position: -128px -112px; }

/* line 1036, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-zoomout {
  background-position: -144px -112px; }

/* line 1037, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-search {
  background-position: -160px -112px; }

/* line 1038, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-wrench {
  background-position: -176px -112px; }

/* line 1039, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-gear {
  background-position: -192px -112px; }

/* line 1040, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-heart {
  background-position: -208px -112px; }

/* line 1041, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-star {
  background-position: -224px -112px; }

/* line 1042, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-link {
  background-position: -240px -112px; }

/* line 1043, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-cancel {
  background-position: 0 -128px; }

/* line 1044, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-plus {
  background-position: -16px -128px; }

/* line 1045, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-plusthick {
  background-position: -32px -128px; }

/* line 1046, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-minus {
  background-position: -48px -128px; }

/* line 1047, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-minusthick {
  background-position: -64px -128px; }

/* line 1048, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-close {
  background-position: -80px -128px; }

/* line 1049, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-closethick {
  background-position: -96px -128px; }

/* line 1050, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-key {
  background-position: -112px -128px; }

/* line 1051, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px; }

/* line 1052, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-scissors {
  background-position: -144px -128px; }

/* line 1053, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-clipboard {
  background-position: -160px -128px; }

/* line 1054, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-copy {
  background-position: -176px -128px; }

/* line 1055, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-contact {
  background-position: -192px -128px; }

/* line 1056, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-image {
  background-position: -208px -128px; }

/* line 1057, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-video {
  background-position: -224px -128px; }

/* line 1058, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-script {
  background-position: -240px -128px; }

/* line 1059, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-alert {
  background-position: 0 -144px; }

/* line 1060, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-info {
  background-position: -16px -144px; }

/* line 1061, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-notice {
  background-position: -32px -144px; }

/* line 1062, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-help {
  background-position: -48px -144px; }

/* line 1063, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-check {
  background-position: -64px -144px; }

/* line 1064, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-bullet {
  background-position: -80px -144px; }

/* line 1065, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-radio-on {
  background-position: -96px -144px; }

/* line 1066, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-radio-off {
  background-position: -112px -144px; }

/* line 1067, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-pin-w {
  background-position: -128px -144px; }

/* line 1068, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-pin-s {
  background-position: -144px -144px; }

/* line 1069, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-play {
  background-position: 0 -160px; }

/* line 1070, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-pause {
  background-position: -16px -160px; }

/* line 1071, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-seek-next {
  background-position: -32px -160px; }

/* line 1072, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px; }

/* line 1073, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-seek-end {
  background-position: -64px -160px; }

/* line 1074, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1076, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-seek-first {
  background-position: -80px -160px; }

/* line 1077, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-stop {
  background-position: -96px -160px; }

/* line 1078, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-eject {
  background-position: -112px -160px; }

/* line 1079, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-volume-off {
  background-position: -128px -160px; }

/* line 1080, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-volume-on {
  background-position: -144px -160px; }

/* line 1081, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-power {
  background-position: 0 -176px; }

/* line 1082, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px; }

/* line 1083, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-signal {
  background-position: -32px -176px; }

/* line 1084, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px; }

/* line 1085, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px; }

/* line 1086, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px; }

/* line 1087, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px; }

/* line 1088, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px; }

/* line 1089, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px; }

/* line 1090, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-close {
  background-position: -32px -192px; }

/* line 1091, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

/* line 1092, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

/* line 1093, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

/* line 1094, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

/* line 1095, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

/* line 1096, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

/* line 1097, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

/* line 1098, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

/* line 1099, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

/* line 1100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

/* line 1101, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circle-check {
  background-position: -208px -192px; }

/* line 1102, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

/* line 1103, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

/* line 1104, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

/* line 1105, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

/* line 1106, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

/* line 1107, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

/* line 1108, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

/* line 1109, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

/* line 1110, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

/* line 1111, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

/* line 1112, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

/* line 1113, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1120, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
  z-index: 9999; }

/* line 1127, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px; }

/* line 1133, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px; }

/* line 1139, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px; }

/* Overlays */
/* line 1147, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-widget-overlay {
  background: #666666;
  opacity: .5;
  filter: Alpha(Opacity=50); }

/* line 1152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_ui-autosuggest.scss */
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px; }

/* line 4, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
.partner .hero-video-feature {
  margin: 0 auto;
  padding: 0;
  z-index: 1; }
  /* line 8, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .top .banner {
    margin-top: 0.9375rem;
    width: 100%; }
    /* line 13, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner .hero-video-feature .top .banner img {
      width: 100%; }
/* line 18, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
.partner .hero-video-feature .player {
  display: none;
  width: 100%;
  height: 100%; }
/* line 24, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
.partner .hero-video-feature .graphic {
  height: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand; }
  /* line 25, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .graphic img {
    /* position: absolute; */ }
  /* line 33, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .graphic .bar {
    position: absolute;
    margin-left: 6%;
    border: 2px solid #a1a1a1;
    bottom: 150px;
    background: #dddddd;
    width: 60%;
    text-align: center;
    height: 25px;
    border-radius: 50px;
    opacity: 0.2; }
  /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .graphic .play {
    position: absolute;
    z-index: 100;
    width: 10.15%;
    top: 38.34%;
    left: 46.8%; }
/* line 55, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
.partner #hero .hero-video-feature .detail {
  position: relative;
  width: 100%;
  background-color: #eaeaea;
  padding: 1.5625rem 1.25rem;
  display: inline-block;
  margin-bottom: -8px; }
  /* line 63, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner #hero .hero-video-feature .detail .facebook {
    float: right;
    width: 2rem;
    cursor: pointer;
    right: 1.25rem;
    position: absolute;
    background: none; }
  /* line 71, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner #hero .hero-video-feature .detail .twitter {
    cursor: pointer;
    float: right;
    width: 2rem;
    right: 3.875rem;
    position: absolute;
    background: none; }
/* line 80, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
.partner .hero-video-feature .partner-small-btn {
  position: absolute;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
  border: 0;
  text-align: center;
  height: 30px;
  margin-top: 10px;
  width: 100%;
  font-size: 1.3rem;
  line-height: 2.3rem; }
  /* line 93, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .partner-small-btn .save-remove-button {
    width: 100%; }
/* line 97, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
.partner .hero-video-feature .detail .add-btn {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 1.5625rem 1.25rem;
  line-height: 2.375rem;
  width: 8.75rem;
  height: 2.25rem;
  background-color: #2d2d2d;
  color: white;
  font-size: 1.0625rem;
  cursor: pointer;
  padding: 0;
  border-radius: 2px; }
/* line 114, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
.partner .hero-video-feature .detail .partner-name {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  float: left; }
  /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .partner-name img {
    width: 14.25rem; }
  /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .partner-name .small-add-btn {
    position: relative;
    width: 100%;
    background-color: #2d2d2d;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    margin-top: 10px; }
  /* line 140, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .partner-name .small-tab {
    min-width: 160px;
    display: inline-block;
    font-weight: lighter;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    cursor: pointer;
    background-color: #11abe1;
    color: white;
    position: relative;
    left: 0;
    padding: 5px 10px;
    text-align: center;
    width: 160%; }
  /* line 155, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .partner-name .small-tab:after {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #11bae1;
    border-width: 8px;
    margin-left: -8px; }
/* line 170, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
.partner .hero-video-feature .detail .info {
  top: -0.5px;
  display: inline-block;
  position: relative;
  float: left;
  width: 68%;
  padding-left: 1.25rem;
  height: 100%; }
  /* line 178, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info #tab2 .save:hover {
    background-color: #11abe1;
    border: 1px solid #ffffff !important; }
    /* line 181, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner .hero-video-feature .detail .info #tab2 .save:hover h, .partner .hero-video-feature .detail .info #tab2 .save:hover span {
      color: #ffffff; }
  /* line 186, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info #tab1 .partner-website {
    margin-top: 0.96125rem;
    position: relative;
    font-size: 0.8125rem;
    font-weight: bold; }
    /* line 191, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner .hero-video-feature .detail .info #tab1 .partner-website a {
      color: #00aeef;
      font-weight: normal; }
  /* line 197, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info #tab2 .save {
    border-radius: 2px;
    position: relative;
    margin-top: 0.9375rem;
    bottom: 0;
    padding: 0 0.75rem 0 0.75rem;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.375rem;
    height: 2rem;
    font-weight: normal;
    color: #4c4c4c;
    cursor: pointer; }
    /* line 211, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner .hero-video-feature .detail .info #tab2 .save span {
      float: left;
      font-size: 1.625rem;
      line-height: 1.75rem;
      padding-top: 0.125rem;
      display: inline-block;
      padding-left: 0.3rem; }
    /* line 219, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner .hero-video-feature .detail .info #tab2 .save h {
      float: left;
      line-height: 1.875rem;
      padding-left: 0.3125rem; }
    /* line 224, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner .hero-video-feature .detail .info #tab2 .save .normal {
      display: inline-block;
      background-color: #000000;
      border-radius: 1.5rem;
      width: 1.5rem;
      margin-top: -0.1825rem; }
    /* line 231, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner .hero-video-feature .detail .info #tab2 .save .hidden {
      display: none; }
  /* line 235, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info .producer {
    position: relative; }
    /* line 237, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner .hero-video-feature .detail .info .producer p {
      font-weight: bold;
      padding-left: 20px;
      padding-top: 20px; }
  /* line 243, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info p#sponsored {
    font-weight: normal;
    position: absolute;
    float: right;
    right: 100px;
    top: 120px; }
  /* line 251, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info img#sponsorIcon {
    float: right;
    position: absolute;
    right: 40px;
    top: 100px; }
  /* line 257, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info ul#tabs {
    list-style-type: none;
    text-align: left;
    margin: 0px;
    text-transform: uppercase; }
  /* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info ul#tabs li {
    border-radius: 2px;
    display: inline-block;
    font-weight: lighter;
    font-size: 0.9375rem;
    padding: 0.15rem 0.5rem 0;
    margin-bottom: 4px;
    color: #474747;
    cursor: pointer; }
  /* line 274, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info ul#tabs li:hover {
    background-color: #ececec; }
  /* line 277, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info ul#tabs li.active {
    background-color: #00aeef;
    color: white !important;
    position: relative; }
  /* line 282, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info ul#tabs li.active:after {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #00aeef;
    border-width: 8px;
    margin-left: -8px; }
  /* line 296, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info ul#tab {
    line-height: 130%;
    margin: 0.15625rem 0px 0px 0px;
    list-style-type: none; }
    /* line 302, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner .hero-video-feature .detail .info ul#tab p {
      display: block;
      display: -webkit-box;
      max-width: 100%;
      color: #474747;
      height: 2.5rem;
      line-height: 1.25rem;
      margin: 0 auto;
      font-size: 0.875rem;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 316, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner .hero-video-feature .detail .info ul#tab #tab1 p {
      height: 5rem;
      -webkit-line-clamp: 4; }
  /* line 321, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info ul#tab li {
    display: none; }
  /* line 324, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner .hero-video-feature .detail .info ul#tab li.active {
    display: block; }
    /* line 326, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner .hero-video-feature .detail .info ul#tab li.active .contentPartnerHeroVideoTitle {
      height: 1.125rem;
      font-weight: bold; }

@media only screen and (min-width: 40.0625em) {
  /* line 339, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner #hero .hero-video-feature .partner-name img {
    width: 14.625rem;
    height: 8.625rem; }
  /* line 344, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner #hero .hero-video-feature .detail .small-info {
    display: none; }
  /* line 347, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner #hero .hero-video-feature .detail .info {
    display: inline-block; } }
@media only screen and (max-width: 40em) {
  /* line 354, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner #hero .hero-video-feature .partner-small-btn {
    display: none; }

  /* line 358, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
  .partner #hero .hero-video-feature .detail {
    padding: 10%, 15%;
    margin-bottom: -25px; }
    /* line 361, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner #hero .hero-video-feature .detail .partner-name {
      width: 40%; }
    /* line 364, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner #hero .hero-video-feature .detail .add-btn {
      display: none; }
    /* line 367, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner #hero .hero-video-feature .detail .partner-name {
      padding-top: 3px; }
      /* line 369, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
      .partner #hero .hero-video-feature .detail .partner-name img {
        width: 100%;
        margin-bottom: 1.25rem; }
    /* line 374, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner #hero .hero-video-feature .detail .info {
      display: none; }
    /* line 377, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner #hero .hero-video-feature .detail .small-info {
      display: inline-block;
      position: relative;
      float: left;
      width: 60%;
      height: 100%;
      padding-top: 37.2px;
      padding-top: 0;
      padding-left: 1.25rem;
      padding-right: 5%; }
      /* line 387, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
      .partner #hero .hero-video-feature .detail .small-info p {
        display: -webkit-box;
        line-height: 1.75rem;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.35rem;
        display: block; }
    /* line 398, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner #hero .hero-video-feature .detail .small-partner-website {
      font-size: 1.35rem;
      display: inline-block; }
    /* line 402, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-partner.scss */
    .partner #hero .hero-video-feature .detail .small-tab {
      visibility: hidden;
      display: none; } }
/* line 2, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
.megahub #hero {
  padding-top: 1.5rem; }
  /* line 4, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature {
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    background-color: #000; }
  /* line 11, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature .player {
    display: none;
    width: 100%;
    height: 100%; }
  /* line 18, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature .graphic {
    height: 100%;
    position: relative;
    cursor: pointer;
    cursor: hand; }
    /* line 19, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .graphic img {
      /* position: absolute; */ }
    /* line 27, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .graphic .bar {
      position: absolute;
      margin-left: 6%;
      border: 2px solid #a1a1a1;
      bottom: 150px;
      background: #dddddd;
      width: 60%;
      text-align: center;
      height: 25px;
      border-radius: 50px;
      opacity: 0.2; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .graphic .play {
      position: absolute;
      z-index: 100;
      width: 10.15%;
      top: 38.34%;
      left: 46.8%; }
  /* line 49, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature .detail {
    position: relative;
    overflow: hidden;
    padding: 31px 24px;
    padding-bottom: 1em;
    background-color: #2d2d2d;
    color: #fff; }
  /* line 58, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature .detail .poster {
    float: left;
    width: 22.5%;
    height: 322px;
    margin-right: 2.916%; }
  /* line 65, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature .detail .info .duration {
    font-size: 1.25rem;
    font-weight: lighter; }
  /* line 69, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature.type_movie.detail .info .duration {
    color: #fff; }
  /* line 72, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature.type_movie .detail .info {
    width: 660px;
    left: -10px; }
  /* line 77, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature.type_movie .detail .info .infoContent {
    width: 100%; }
  /* line 80, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature.type_movie .detail .info .infoTop .data {
    width: 100%; }
  /* line 83, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature.type_movie .detail .info .infoTop .moreInfoBtn {
    display: none; }
  /* line 86, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature.type_movie .detail .info .infoBottom {
    display: block; }
  /* line 90, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature .detail .info {
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
    top: -10px; }
    /* line 96, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .infoContent {
      width: 100%;
      display: inline-block;
      padding-right: 0; }
    /* line 102, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .infoTop {
      white-space: nowrap; }
      /* line 104, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .detail .info .infoTop .data {
        width: 70%;
        display: inline-block; }
      /* line 108, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .detail .info .infoTop .title {
        white-space: normal;
        font-weight: lighter;
        font-size: 1.4375rem;
        line-height: 1.6375rem;
        display: inherit;
        margin-bottom: .1rem; }
    /* line 117, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .infoBottom {
      display: none; }
      /* line 119, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .detail .info .infoBottom .add-btn {
        display: none;
        width: 100%;
        position: relative;
        font-size: 1.4rem; }
      /* line 125, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .detail .info .infoBottom .sponsor {
        position: relative;
        width: 19%;
        height: 20px;
        display: inline-block;
        vertical-align: top; }
        /* line 132, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
        .megahub #hero .hero-video-feature .detail .info .infoBottom .sponsor img {
          position: absolute;
          background: #ff0000;
          right: 0px; }
    /* line 139, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .topRight {
      width: 9%;
      height: 30px;
      display: inline-block;
      position: relative;
      vertical-align: top;
      margin-top: 0; }
    /* line 147, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .moreInfoBtn {
      height: 0.625rem;
      width: 1.625rem;
      line-height: 1.6375rem;
      margin-top: 0;
      margin-right: 1em;
      display: inline-block;
      position: absolute;
      right: 0px;
      cursor: pointer; }
    /* line 164, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .moreInfoBtn .up {
      display: none; }
    /* line 167, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .title {
      text-rendering: optimizeLegibility;
      color: #fff;
      font-size: 1.5rem;
      font-weight: bold; }
    /* line 174, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info h4 {
      padding: 10px 0;
      font-size: 1.0em;
      font-weight: normal; }
    /* line 179, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info hr {
      border-color: #959595;
      background-color: #959595; }
    /* line 185, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .moreInfo .descriptionHeader {
      color: #fff;
      width: 80%;
      margin-bottom: 0.25rem; }
    /* line 190, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .moreInfo .description {
      color: #959595;
      width: 80%; }
    /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .moreInfo .clipInfo {
      width: 80%;
      display: inline-block;
      white-space: nowrap; }
      /* line 198, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .detail .info .moreInfo .clipInfo p {
        display: inline-block;
        width: 48%; }
      /* line 202, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .detail .info .moreInfo .clipInfo .views {
        text-align: right; }
    /* line 207, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .people {
      color: #9a9a9a;
      margin-top: 1.25rem; }
    /* line 211, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info h5 {
      font-size: 0.7rem;
      font-weight: normal;
      line-height: 1.5rem;
      color: #959595; }
    /* line 217, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info p {
      font-size: 0.9375rem;
      font-weight: lighter;
      line-height: 1.375rem; }
    /* line 222, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .save {
      border-radius: 2px;
      float: right;
      position: absolute;
      right: 0px;
      padding: 0 0.75rem 0 0.75rem;
      top: 0px;
      color: white;
      font-size: .875rem;
      text-align: center;
      cursor: pointer;
      vertical-align: middle; }
      /* line 223, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .detail .info .save span {
        float: left;
        font-size: 1.625rem;
        line-height: 1.75rem;
        padding-top: 0.125rem; }
      /* line 229, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .detail .info .save h {
        float: left;
        line-height: 1.875rem;
        padding-left: 0.3125rem; }
    /* line 247, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .save:hover {
      background-color: #11abe1; }
    /* line 250, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .detail .info .add-icon-black {
      margin-right: 0.5rem;
      height: 1.25rem;
      width: 1.25rem;
      vertical-align: middle; }
  /* line 258, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #hero .hero-video-feature .partner-detail {
    background-color: #ececec;
    display: inline-block;
    width: 100%; }
    /* line 262, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .partner-detail .partner-logo {
      background: #000000;
      display: inline-block;
      width: 100%;
      text-align: center; }
      /* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .partner-detail .partner-logo img {
        height: 100%;
        width: 100%; }
    /* line 272, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #hero .hero-video-feature .partner-detail .partner-info {
      display: inline-block;
      width: 100%;
      color: #222;
      background: #ececec;
      text-align: center; }
      /* line 278, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .partner-detail .partner-info .partner-title {
        font-size: 2rem;
        font-weight: bold;
        padding-top: 1rem;
        padding-bottom: 0.5rem; }
      /* line 284, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .partner-detail .partner-info .partner-description {
        font-size: 1.5rem;
        line-height: 1.875rem;
        font-weight: lighter;
        padding: 0 2rem 1rem 2rem; }
      /* line 290, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
      .megahub #hero .hero-video-feature .partner-detail .partner-info .save {
        border-radius: 1px;
        margin-bottom: 0.9375rem;
        bottom: 1.25rem;
        padding: 10px 2rem 7px 2rem;
        font-size: 16px;
        text-align: center;
        height: auto;
        background-color: #cacaca;
        font-weight: normal;
        color: #4c4c4c;
        text-decoration: none;
        cursor: pointer;
        box-shadow: 1px 1px rgba(0, 0, 0, 0.3);
        width: 95.5%; }
        /* line 305, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
        .megahub #hero .hero-video-feature .partner-detail .partner-info .save img {
          position: relative; }
        /* line 308, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
        .megahub #hero .hero-video-feature .partner-detail .partner-info .save span {
          line-height: 2.375rem;
          padding-top: 0.125rem;
          display: inline-block;
          padding-left: 0.3rem; }
        /* line 314, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
        .megahub #hero .hero-video-feature .partner-detail .partner-info .save .normal {
          display: inline-block;
          background-color: #000000;
          border-radius: 100%;
          max-width: 100%;
          margin-top: -0.1825rem;
          margin-right: 0.5rem; }
        /* line 322, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
        .megahub #hero .hero-video-feature .partner-detail .partner-info .save .hidden {
          display: none; }
/* line 331, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
.megahub #modules .module {
  margin-top: 50px;
  background-color: rgba(255, 255, 255, 0.55); }
  /* line 334, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #modules .module .borderTop {
    border-top: 0;
    border-bottom: 0; }
  /* line 338, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
  .megahub #modules .module .carousel {
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px; }
    /* line 342, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #modules .module .carousel .headerTitle {
      padding: 1.875rem 0 1.25rem 0; }
    /* line 345, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
    .megahub #modules .module .carousel .carousel-header h3 {
      margin: 0; }
/* line 351, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
.megahub #modules .module:first-of-type {
  margin-top: 20px; }

/* line 356, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-megahub.scss */
#content.megahub {
  padding-bottom: 50px; }

/* line 1, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-error.scss */
#heroError {
  width: 100%;
  height: 29rem;
  display: block;
  background-color: #151515;
  text-align: center; }
  /* line 7, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-error.scss */
  #heroError .heroErrorContent {
    display: inline-block;
    text-align: center;
    font-weight: lighter;
    padding-top: 10rem; }
    /* line 12, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-error.scss */
    #heroError .heroErrorContent .icon {
      display: inline-block;
      float: left; }
    /* line 16, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-error.scss */
    #heroError .heroErrorContent .heroErrorText {
      display: inline-block;
      width: 23rem;
      padding-left: 1.5rem;
      margin-left: 0;
      text-align: left; }
      /* line 23, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-error.scss */
      #heroError .heroErrorContent .heroErrorText .oops {
        padding-top: 2rem;
        font-size: 2.5rem;
        color: #555555; }
      /* line 28, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-error.scss */
      #heroError .heroErrorContent .heroErrorText .sorryMessage {
        font-size: 1rem;
        color: #555555; }
        /* line 31, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-error.scss */
        #heroError .heroErrorContent .heroErrorText .sorryMessage.code {
          font-size: .8rem;
          margin-top: .5rem; }

@media only screen and (max-width: 40em) {
  /* line 41, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-error.scss */
  #heroError {
    height: 23rem;
    margin-bottom: 2em; }
    /* line 44, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-error.scss */
    #heroError .heroErrorContent {
      padding-top: 4rem; }
      /* line 46, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_hero-error.scss */
      #heroError .heroErrorContent .icon {
        max-width: 110px; } }
/* SOCIAL SCSS */
/* Andrew McMillan 1-12-16 */
/* Adding header social icon updates here as well as footer ones */
/* line 7, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
.social-icon {
  display: block;
  height: 46px;
  width: 46px; }

/* line 13, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
.social {
  /* does this also cover mobile? */
  margin-top: 10px; }
  /* line 15, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
  .social .social-icon {
    height: 30px;
    width: 35px;
    text-indent: -9999px;
    display: inline-block; }
  /* line 21, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
  .social .clickable {
    width: 30% !important; }

/* line 26, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
.facebook {
  background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -156px -431px; }

/* line 29, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
.mobile-facebook {
  background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -141px 0; }

/* line 34, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
.twitter {
  background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -156px -479px; }

/* line 37, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
.mobile-twitter {
  background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -186px 0; }

/* line 41, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
.google {
  background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -156px -527px; }

/* line 44, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
.mobile-google {
  background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -237px 0; }

/* line 48, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
.pintrest {
  background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -156px -672px; }

/* line 51, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_social.scss */
.email {
  background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -156px -576px; }

/* line 248, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#hero .feature {
  width: 76.8%;
  margin: 0 auto; }

/*
** In order to achieve 4 videos across at full size in the grid while maintaining the size of the video items as in
** the mock (226x182) and the gutters (~10px), we have to slightly increase the size of the row > 960px. This can be
** seen in the mock itself, that the left side of the blue "active" border extends before the content boundary.
*/
/* line 260, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.grid {
  background-color: #eaeaea;
  padding: 1.3125rem 0; }

/* line 264, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.shows .grid {
  padding: 0; }

/* line 267, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#blackout {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 24000;
  background-color: #ffffff;
  opacity: 0.5;
  display: none; }

/* line 281, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.subscribe-popup {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  z-index: 25000;
  background-color: #ffffff;
  margin-left: -26%;
  margin-top: -14.53125%;
  width: 52%;
  max-width: 830px;
  border: solid 1px #7d7d7d;
  border-radius: 3px;
  font-family: larsseit;
  font-weight: normal; }
  /* line 297, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .subscribe-popup .subscribe-header {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.375rem;
    color: #ffffff;
    background-color: #222222;
    height: 6.25rem;
    line-height: 6.25rem; }
    /* line 306, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .subscribe-popup .subscribe-header img {
      position: absolute;
      display: block;
      top: 0.5rem;
      right: 0.5rem;
      width: 1.25rem;
      cursor: pointer; }
  /* line 315, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .subscribe-popup .subscribe-title {
    width: 100%;
    display: block;
    text-align: center;
    color: #444444;
    padding: 2.75rem 20% 2.75rem 20%;
    line-height: 1.375rem;
    font-size: 1.0625rem; }
  /* line 324, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .subscribe-popup .subscribe-body {
    display: block;
    width: 100%;
    overflow: auto;
    padding-bottom: 4.375rem; }
    /* line 329, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .subscribe-popup .subscribe-body .imgbox {
      position: relative;
      display: inline-block;
      margin-left: 9.27%;
      width: 7.0625rem;
      height: 10.625rem;
      float: left;
      cursor: pointer; }
      /* line 337, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      .subscribe-popup .subscribe-body .imgbox .img-cover {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.5;
        z-index: 2000; }
      /* line 348, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      .subscribe-popup .subscribe-body .imgbox .thumbnail {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%; }
      /* line 354, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      .subscribe-popup .subscribe-body .imgbox .check-icon {
        display: block;
        position: absolute;
        width: 50%;
        left: 25%;
        top: 38%;
        z-index: 2001; }
    /* line 363, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .subscribe-popup .subscribe-body .subscribe-block {
      display: inline-block;
      width: 62.65%;
      height: 10.625rem;
      border-radius: 2px;
      margin-left: 5.3%;
      float: left;
      background-color: #e8e8e8; }
      /* line 371, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      .subscribe-popup .subscribe-body .subscribe-block .subscribe-box {
        width: 100%;
        padding-top: 3.875rem; }
        /* line 374, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
        .subscribe-popup .subscribe-body .subscribe-block .subscribe-box .box-input {
          display: inline-block;
          float: left;
          width: 57.7%;
          margin: 0 0 0 6.7%;
          padding: 0.125rem 0 0 1.5rem;
          height: 2.875rem;
          font-size: 1.25rem;
          color: rgba(0, 0, 0, 0.5); }
        /* line 384, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
        .subscribe-popup .subscribe-body .subscribe-block .subscribe-box .add-btn {
          display: inline-block;
          float: left;
          width: 26.92%;
          margin: 1px 0 0 2%;
          height: 2.75rem;
          line-height: 2.75rem;
          padding: 0.125rem 0 0 0;
          background-color: #cc2926;
          font-size: 1.25rem; }

/* line 399, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.grid ul {
  margin: 0 auto;
  width: 77.6%;
  overflow: hidden;
  text-align: center; }
  /* line 405, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .grid ul li > div {
    overflow: hidden; }

/* line 410, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#hero .grid ul {
  text-align: left; }

/* line 413, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.partner-grid ul {
  margin: 0 auto;
  width: 75.385%;
  margin-left: 13.077%;
  overflow: hidden; }
  /* line 418, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner-grid ul li {
    margin: 0 2.042% 2.042% 0;
    width: 22.959%;
    height: 18.763%; }
  /* line 425, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner-grid ul li > div {
    overflow: hidden; }

/* line 430, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.hoverTip {
  position: fixed;
  z-index: 99999;
  top: -9999px;
  left: -9999px;
  font-size: 0.75rem;
  border-radius: 2px;
  font-weight: lighter;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: black;
  color: white; }

/* line 443, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.hoverTip:before {
  top: -5px;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-left: -8px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000000 transparent; }

/* line 460, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-left, #content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-right {
  cursor: pointer;
  top: 2.1%;
  margin-top: 0;
  width: 5.1%;
  height: 98%;
  display: block;
  position: absolute; }
  /* line 462, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-left:hover, #content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-right:hover {
    background-color: rgba(255, 255, 255, 0.6); }
  /* line 471, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-left .slick-prev, #content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-left .slick-next, #content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-right .slick-prev, #content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-right .slick-next {
    position: absolute;
    top: 38%;
    margin-top: 0;
    height: 44px;
    width: 22px;
    left: 27%; }
    /* line 478, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-left .slick-prev:before, #content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-left .slick-next:before, #content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-right .slick-prev:before, #content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-right .slick-next:before {
      content: 'https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png'; }
/* line 483, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-left {
  left: -4.6%; }
/* line 486, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content #modules .module .carousel:not([name="Movies"]) ul .aol-carousel-right {
  right: -3.1%; }

/* line 493, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content #modules .module .carousel[name="Movies"] ul .aol-carousel-left, #content #modules .module .carousel[name="Movies"] ul .aol-carousel-right, #content #modules .module .carousel[name="SHOWS"] ul .aol-carousel-left, #content #modules .module .carousel[name="SHOWS"] ul .aol-carousel-right {
  cursor: pointer;
  top: 1.1%;
  margin-top: 0;
  width: 5.1%;
  height: 82.25%;
  display: block;
  position: absolute; }
  /* line 495, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #modules .module .carousel[name="Movies"] ul .aol-carousel-left:hover, #content #modules .module .carousel[name="Movies"] ul .aol-carousel-right:hover, #content #modules .module .carousel[name="SHOWS"] ul .aol-carousel-left:hover, #content #modules .module .carousel[name="SHOWS"] ul .aol-carousel-right:hover {
    background-color: rgba(255, 255, 255, 0.6); }
  /* line 504, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #modules .module .carousel[name="Movies"] ul .aol-carousel-left .slick-prev, #content #modules .module .carousel[name="Movies"] ul .aol-carousel-left .slick-next, #content #modules .module .carousel[name="Movies"] ul .aol-carousel-right .slick-prev, #content #modules .module .carousel[name="Movies"] ul .aol-carousel-right .slick-next, #content #modules .module .carousel[name="SHOWS"] ul .aol-carousel-left .slick-prev, #content #modules .module .carousel[name="SHOWS"] ul .aol-carousel-left .slick-next, #content #modules .module .carousel[name="SHOWS"] ul .aol-carousel-right .slick-prev, #content #modules .module .carousel[name="SHOWS"] ul .aol-carousel-right .slick-next {
    position: absolute;
    top: 43.075%;
    margin-top: 0;
    height: 44px;
    width: 22px;
    left: 27%; }
/* line 513, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content #modules .module .carousel[name="Movies"] ul .aol-carousel-left, #content #modules .module .carousel[name="SHOWS"] ul .aol-carousel-left {
  left: -4.6%; }
/* line 516, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content #modules .module .carousel[name="Movies"] ul .aol-carousel-right, #content #modules .module .carousel[name="SHOWS"] ul .aol-carousel-right {
  right: -3.0%; }

/* line 523, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content #modules .module .carousel[partner="true"] ul .aol-carousel-left .slick-prev, #content #modules .module .carousel[partner="true"] ul .aol-carousel-left .slick-next, #content #modules .module .carousel[partner="true"] ul .aol-carousel-right .slick-prev, #content #modules .module .carousel[partner="true"] ul .aol-carousel-right .slick-next {
  top: 38%;
  height: 24%; }

/* line 530, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content #modules .module .carousel[logo="true"] ul .aol-carousel-left, #content #modules .module .carousel[logo="true"] ul .aol-carousel-right {
  top: 3%;
  height: 97%; }
  /* line 533, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #modules .module .carousel[logo="true"] ul .aol-carousel-left .slick-prev, #content #modules .module .carousel[logo="true"] ul .aol-carousel-left .slick-next, #content #modules .module .carousel[logo="true"] ul .aol-carousel-right .slick-prev, #content #modules .module .carousel[logo="true"] ul .aol-carousel-right .slick-next {
    top: 32%;
    height: 37%; }

/* line 541, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content #hero .hero-carousel .large-carousel .aol-large-carousel-left, #content #hero .hero-carousel .large-carousel .aol-large-carousel-right {
  top: 0;
  margin-top: 0;
  width: 250px;
  background-color: black;
  height: 100%;
  display: block;
  position: absolute;
  cursor: pointer; }
  /* line 550, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-left .slick-prev, #content #hero .hero-carousel .large-carousel .aol-large-carousel-left .slick-next, #content #hero .hero-carousel .large-carousel .aol-large-carousel-right .slick-prev, #content #hero .hero-carousel .large-carousel .aol-large-carousel-right .slick-next {
    position: absolute;
    top: 32.5%;
    margin-top: 0;
    height: 130px;
    width: 26%; }
  /* line 558, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-left .slick-prev, #content #hero .hero-carousel .large-carousel .aol-large-carousel-right .slick-prev {
    left: 0; }
  /* line 561, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-left .slick-next, #content #hero .hero-carousel .large-carousel .aol-large-carousel-right .slick-next {
    right: 0; }
/* line 565, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content #hero .hero-carousel .large-carousel .aol-large-carousel-left {
  left: 0; }
/* line 568, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content #hero .hero-carousel .large-carousel .aol-large-carousel-right {
  right: 0; }

/* line 573, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.partner {
  background-color: #eaeaea; }
  /* line 574, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner #hero {
    background-color: transparent; }
  /* line 580, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner #modules .module {
    margin-top: 50px;
    background-color: #eaeaea; }
    /* line 581, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .partner #modules .module .borderTop-special {
      display: none;
      width: 200%;
      margin-left: -250px;
      height: 50px;
      background-color: #ffffff;
      max-width: 1800px; }
    /* line 591, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .partner #modules .module .carousel {
      margin: 0 auto;
      position: relative;
      padding-bottom: 20px; }
      /* line 598, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      .partner #modules .module .carousel .headerTitle {
        padding: 1.875rem 0 0.3125rem 0; }

/* line 607, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.displayMore {
  font-size: 1.5em;
  padding-top: .3em;
  padding-bottom: .3em;
  display: none;
  text-align: center;
  background-color: #222;
  color: #FFF;
  cursor: pointer;
  cursor: hand;
  margin: auto; }

/* line 623, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content.show .module hr, #content.partner .module hr, #content.megahub .module hr {
  display: none; }
/* line 626, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content.show .borderTop, #content.partner .borderTop, #content.megahub .borderTop {
  display: none; }

/* line 630, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content.videoPlay #hero {
  background-color: #151515;
  z-index: 100; }

/* line 635, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#modules {
  /*
  .module:nth-child(odd) {
    background-color: $color-bg-dark;
  }

  .module:nth-child(even) {
    background-color: $color-bg-light;
  }
  */ }
  /* line 637, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules .module hr {
    border: solid 1px #b3b3b3;
    margin: 0 auto;
    padding: 0;
    width: 73.846%; }
  /* line 643, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules .module hr + hr {
    border: solid 1px #ffffff;
    margin-bottom: 3.125rem; }
  /* line 647, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules .borderTop {
    margin-left: 13.1%;
    margin-bottom: 3.125rem;
    width: 73.8%;
    max-width: 1800px;
    overflow: hidden;
    border-top: 1px #a9a9a9 solid;
    border-bottom: 1px #ffffff solid; }
  /* line 668, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules .rebelmouse .borderTop-special {
    display: none;
    width: 200%;
    margin-left: -250px;
    height: 50px;
    background-color: #ffffff;
    max-width: 1800px; }
  /* line 677, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules #rebelmouse-embed-iframe, #modules .rebelmouse-embed-iframe {
    min-width: 0;
    width: 75.385%;
    margin: 0 0 0 13.077% !important; }
  /* line 682, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules .module {
    background-color: #eaeaea; }
  /* line 685, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules .carousel {
    padding-bottom: 3.125rem; }
    /* line 687, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #modules .carousel .borderTop-special {
      display: none; }
    /* line 690, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #modules .carousel .carousel-header {
      margin: 0 0 0 13.07692%;
      padding: 0;
      font-size: 1.375rem;
      color: #3e3e3e; }
      /* line 695, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      #modules .carousel .carousel-header h3 {
        font-family: larsseit;
        font-size: 1.4375rem;
        font-weight: normal;
        margin: 0 0 1.25rem 0;
        line-height: 1.4375rem;
        text-transform: uppercase;
        color: #3e3e3e; }
        /* line 705, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
        #modules .carousel .carousel-header h3 a {
          font-family: larsseit;
          float: right;
          font-size: 0.875rem;
          font-weight: bold;
          color: #11abe1;
          text-decoration: none;
          padding-right: 0.9375rem;
          bottom: -1.25rem; }
    /* line 720, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #modules .carousel .slick-slide {
      width: 225px; }
  /* line 728, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules .carousel[special="true"] .borderTop-special {
    display: none;
    width: 200%;
    margin-left: -250px;
    height: 50px;
    background-color: #ffffff;
    max-width: 1800px; }
  /* line 738, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules .show-carousel[special="true"] {
    margin: 0 auto;
    background-color: #ececec; }
    /* line 741, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #modules .show-carousel[special="true"] .borderTop-special {
      display: inline-block;
      width: 200%;
      margin-left: -250px;
      height: 50px;
      background-color: #ffffff;
      max-width: 1800px; }
  /* line 753, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules .module .movie-carousel .movies-head {
    margin: 0 0 0 13.07692%;
    padding: 0;
    font-size: 1.375rem;
    font-weight: bold;
    color: #3e3e3e; }
    /* line 759, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #modules .module .movie-carousel .movies-head h3 {
      font-family: larsseit;
      font-weight: bold;
      padding: 0 0 25px 0;
      font-size: 1.375rem;
      text-transform: uppercase;
      color: #3e3e3e; }
  /* line 769, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules .module .movie-carousel .fullItems {
    width: 75.38462%;
    margin: 0 0 30px 12.30769%;
    overflow: hidden; }
    /* line 774, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #modules .module .movie-carousel .fullItems .fullItem {
      margin: 0 2.041% 20px 0;
      width: 22.95918%; }

/* line 787, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content .carouselParent ul.listRoot[slick="true"]:not(.slick-initialized) {
  white-space: nowrap;
  overflow: hidden; }
  /* line 791, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content .carouselParent ul.listRoot[slick="true"]:not(.slick-initialized) li {
    white-space: normal;
    float: none; }
/* line 796, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content .carouselParent ul {
  width: 75.695% !important;
  margin: 0 0 0 12.677%;
  padding: 4px 0 0 4px; }
  /* line 803, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content .carouselParent ul li {
    overflow: visible; }
/* line 811, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content .carouselParent ul[class="dropdown-menu"] {
  position: absolute;
  top: 100%;
  display: none;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
  left: 0; }
  /* line 821, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content .carouselParent ul[class="dropdown-menu"] li {
    display: block;
    width: 100%;
    padding-left: 0;
    line-height: 100%;
    padding: 0; }
    /* line 828, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #content .carouselParent ul[class="dropdown-menu"] li a {
      display: block;
      text-decoration: none;
      background: #11abe1;
      color: #FFFFFF;
      width: 7rem;
      height: 100%;
      overflow: hidden;
      padding: 0.325rem 0.325rem 0.325rem 0.5rem;
      font-size: 1rem; }
    /* line 840, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #content .carouselParent ul[class="dropdown-menu"] li a:hover {
      background: #BBBBBB; }
/* line 847, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content .carouselParent .dropdown:hover .dropdown-menu {
  display: inline;
  margin: 0px; }
/* line 852, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content .carouselParent .slick-vertical li {
  padding-right: 0; }

/* line 861, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#modules .module .social {
  background-color: #ececec;
  border-top: solid 28px #ffffff;
  border-bottom: solid 28px #ffffff; }

/* line 875, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#hero .top .graphic {
  background-color: #000; }
/* line 878, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#hero .top {
  background-color: #000; }
/* line 881, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#hero .hero-video-feature {
  font-size: 0;
  width: 100%;
  max-width: 960px; }
  /* line 886, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .hero-video-feature .top {
    height: 100%;
    background-color: transparent;
    position: relative; }
  /* line 894, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .hero-video-feature #vidible_player {
    position: absolute;
    border-top: solid 1px; }
  /* line 899, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .hero-video-feature .graphic {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 ratio */ }
    /* line 902, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #hero .hero-video-feature .graphic img {
      position: absolute; }
  /* line 907, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .hero-video-feature .graphic.disable {
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px; }

/* line 917, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#blank {
  width: 100%;
  height: 60px;
  background-color: white; }

/* line 927, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.view-all-header {
  width: 100%;
  height: 500px;
  background: white;
  position: relative; }
  /* line 932, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .view-all-header h1 {
    position: absolute;
    bottom: 10px;
    left: 50px; }

/* line 939, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.share-buttons {
  visibility: hidden;
  position: fixed;
  height: 0px;
  z-index: 20001;
  top: 4.6875rem;
  left: 0; }
  /* line 946, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .share-buttons img {
    position: relative;
    z-index: 100;
    width: 3rem;
    border: 0;
    box-shadow: 0;
    display: block;
    background: #ececec; }
  /* line 955, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .share-buttons .metaData {
    display: none; }

/* line 960, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.null-module {
  display: none; }

/* line 963, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
ul {
  font-size: 1em; }

/*
@media large-only {
  body .videoItem .title {
    font-size: 1.0rem;
  }
}

@media medium-only {
  body .videoItem .title {
    font-size: 1.2rem;
  }
}
*/
@media only screen and (max-width: 40em) {
  /* line 991, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #page {
    overflow-x: hidden; }
    /* line 993, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #page .header .flyout .leftFly {
      overflow: hidden; }

  /* line 997, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #pcBanner {
    display: none; }

  /* line 1000, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  body {
    background-color: #FFF; }
    /* line 1001, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    body .added {
      left: 25%;
      width: 50%; }
    /* line 1005, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    body .removed {
      left: 25%;
      width: 50%; }
    /* line 1010, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    body .unLogged-small {
      font-weight: lighter;
      position: fixed;
      width: 100%;
      padding: 30px 20px;
      border-radius: 3px;
      background: #000000;
      opacity: 0.85;
      color: white;
      bottom: -1000px;
      z-index: 20000; }
      /* line 1022, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      body .unLogged-small .note {
        text-align: center;
        font-size: 1.5rem;
        font-weight: lighter;
        line-height: 1.675rem;
        margin-bottom: 1.875rem; }
      /* line 1029, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      body .unLogged-small .bar {
        width: 70%;
        height: 1px;
        margin: 2.5rem 15%;
        background: -webkit-linear-gradient(left, #2f2f2f, white, white, #2f2f2f);
        background: -o-linear-gradient(left, #2f2f2f, white, white, #2f2f2f);
        background: -moz-linear-gradient(left, #2f2f2f, white, white, #2f2f2f);
        background: linear-gradient(to right, #2f2f2f, white, white, #2f2f2f); }
      /* line 1038, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      body .unLogged-small .agreeLogged {
        text-align: center;
        position: relative;
        font-size: 1.5rem;
        font-weight: lighter;
        line-height: 1.675rem; }
        /* line 1044, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
        body .unLogged-small .agreeLogged span {
          color: #00aeef;
          cursor: pointer; }
        /* line 1048, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
        body .unLogged-small .agreeLogged p {
          font-family: inherit;
          font-size: 1.5rem;
          font-weight: lighter;
          margin-bottom: 0;
          line-height: 1.675rem; }
      /* line 1057, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      body .unLogged-small .loggedLable {
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        position: relative;
        font-size: 2rem;
        line-height: 1.8rem; }
      /* line 1066, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      body .unLogged-small .cancelLogged {
        right: 0px;
        float: right;
        position: absolute;
        top: 0;
        margin: 10px;
        cursor: pointer;
        height: 30px;
        width: 30px;
        background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -270px -196px; }

  /* line 1082, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner #hero .hero-video-feature .partner-small-info {
    display: inline-block; }

  /* line 1085, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner #modules .module {
    margin-top: 0px; }
    /* line 1087, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .partner #modules .module .show-all {
      display: none; }

  /* line 1091, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner #hero .hero-video-feature .partner-small-btn {
    position: relative;
    margin-bottom: 1rem;
    display: inline-block; }

  /* line 1097, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules {
    background-color: #ececec; }
    /* line 1100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #modules .module hr {
      display: none; }

  /* line 1105, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content {
    padding-top: 4.5em; }
    /* line 1107, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #content .carouselParent, #content .carousel[special="true"] {
      padding-top: 0;
      border-top: none;
      border-bottom: none;
      padding-bottom: 0px; }
    /* line 1113, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #content .grid {
      padding-top: 0; }
      /* line 1115, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      #content .grid .carouselParent {
        padding-top: 0; }
    /* line 1121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #content .carouselParent ul.listRoot[slick="true"]:not(.slick-initialized) {
      white-space: normal; }

  /* line 1127, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .hero-carousel {
    background-color: #eaeaea; }

  /* line 1131, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .hero-carousel-item:first-child {
    padding-top: 1.88rem; }

  /* line 1134, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .movie #hero .detail {
    padding: 1px !important; }

  /* line 1140, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #modules .carousel {
    padding-bottom: 0; }

  /* line 1143, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .show #hero .hero-video-feature {
    background-color: #ececec; }

  /* line 1146, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .show #hero .hero-video-feature .detail .info {
    width: 94.33%;
    margin-left: 2.88%;
    left: 0; }
    /* line 1153, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .show #hero .hero-video-feature .detail .info .episode-info .mid-block .publishDate, .show #hero .hero-video-feature .detail .info .episode-info .mid-block .produced {
      font-size: 1.25rem; }
    /* line 1156, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tabs li {
      font-size: 1.25rem;
      padding-top: 0.5rem;
      height: 2rem; }
    /* line 1162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tab {
      height: auto;
      padding: 0;
      margin: 0 1.1rem; }
      /* line 1167, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab .infoTop .data .player-share-buttons {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-top: 1rem; }
        /* line 1172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
        .show #hero .hero-video-feature .detail .info .episode-info ul#tab .infoTop .data .player-share-buttons a > img {
          margin-left: 2rem; }
      /* line 1176, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab li.active {
        display: block;
        height: 13rem; }
        /* line 1179, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
        .show #hero .hero-video-feature .detail .info .episode-info ul#tab li.active p {
          line-height: 1.5rem;
          font-size: 1.25rem;
          height: 6rem;
          -webkit-line-clamp: 4; }
      /* line 1186, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save {
        font-size: 1.5rem;
        background-color: transparent;
        width: 100%; }
    /* line 1193, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .show #hero .hero-video-feature .detail .info .name {
      width: 90%; }

  /* line 1200, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner #modules .module .carousel {
    padding-bottom: 0; }

  /* line 1203, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .layout-hidewhenmobile {
    display: none !important; }

  /* line 1206, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .layout-displaywhenmobile {
    display: inherit; }

  /* line 1209, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .relative-layout {
    position: relative; }

  /* line 1212, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .footer {
    display: none; }

  /* line 1215, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .mobile-header:after {
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    z-index: 100;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #11abe1;
    border-width: 1rem;
    margin-left: -1rem;
    top: 99.51%; }

  /* line 1231, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .grid ul {
    text-align: center; }

  /* line 1237, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #page .share-smallOnly, #page #hero .share-smallOnly, #page #modules .share-smallOnly {
    height: 5rem;
    z-index: 700;
    width: 100%;
    bottom: 0;
    position: fixed;
    visibility: visible;
    top: auto;
    left: auto;
    text-align: center;
    padding-top: 0.5rem;
    background-color: #ffffff;
    display: inline-block; }
    /* line 1250, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #page .share-smallOnly a, #page #hero .share-smallOnly a, #page #modules .share-smallOnly a {
      display: inline-block; }
    /* line 1253, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #page .share-smallOnly img, #page #hero .share-smallOnly img, #page #modules .share-smallOnly img {
      width: 4rem; }
  /* line 1257, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #page .mobile-header, #page #hero .mobile-header, #page #modules .mobile-header {
    background-color: #11abe1;
    margin-bottom: -6.1px;
    margin-top: 20px;
    height: 0;
    width: 100%;
    height: 0;
    padding-bottom: 13.71429%;
    position: relative; }
  /* line 1266, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #page .listRoot, #page #hero .listRoot, #page #modules .listRoot {
    padding: 0;
    margin: 0 auto;
    height: auto;
    padding-bottom: 1px;
    width: 94.133% !important;
    text-align: center; }
    /* line 1274, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #page .listRoot li, #page .listRoot .slick-list, #page .listRoot .headerTitle, #page #hero .listRoot li, #page #hero .listRoot .slick-list, #page #hero .listRoot .headerTitle, #page #modules .listRoot li, #page #modules .listRoot .slick-list, #page #modules .listRoot .headerTitle {
      margin-left: auto;
      margin-right: auto; }
    /* line 1280, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #page .listRoot .headerTitle, #page #hero .listRoot .headerTitle, #page #modules .listRoot .headerTitle {
      text-align: left;
      padding-left: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      pointer-events: none;
      color: #fff !important;
      margin-bottom: -1px !important;
      font-family: larsseit, sans-serif;
      font-weight: bold;
      font-size: 1.589rem;
      overflow: hidden;
      line-height: 2rem; }
    /* line 1296, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    #page .listRoot .displayMore, #page #hero .listRoot .displayMore, #page #modules .listRoot .displayMore {
      margin-left: auto;
      margin-right: auto;
      z-index: 200;
      position: relative;
      width: 90%;
      margin-bottom: 1.2rem;
      margin-top: -0.5rem; }
  /* line 1307, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #page ul[order="recent"], #page ul[name^="bonus"], #page #hero ul[order="recent"], #page #hero ul[name^="bonus"], #page #modules ul[order="recent"], #page #modules ul[name^="bonus"] {
    display: block;
    visibility: visible;
    overflow: hidden;
    height: 100%; }
  /* line 1313, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #page ul[order="airDate"], #page ul[order="featured"], #page #hero ul[order="airDate"], #page #hero ul[order="featured"], #page #modules ul[order="airDate"], #page #modules ul[order="featured"] {
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden; }

  /* line 1321, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .search #modules .module .result-body .result-filters {
    width: 93.8%;
    margin-left: 3.1%;
    padding-bottom: 0; }
  /* line 1326, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .search #modules .module .result-body .results {
    float: none; }
    /* line 1328, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .search #modules .module .result-body .results ul {
      margin: 0 auto;
      text-align: center; }
      /* line 1331, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      .search #modules .module .result-body .results ul li {
        width: 93.8%; }
        /* line 1333, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
        .search #modules .module .result-body .results ul li .result-item {
          margin-left: 0;
          min-width: 0; }
          /* line 1336, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
          .search #modules .module .result-body .results ul li .result-item .imgbox {
            width: 100%;
            border-right: none; }

  /* line 1345, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .search #hero .hero-search .hero-search-title {
    padding-left: 3.1%; }

  /* line 1348, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .headerNormal {
    background-color: black; }

  /* line 1352, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .headerTransparent {
    background-color: black; }

  /* line 1356, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .videoItem .title[hasTopTitle="true"] {
    height: 4rem; } }
@media only screen {
  /* line 1361, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  body {
    overflow-x: hidden; }

  /* line 1364, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  html, body {
    font-size: 10px; }

  /* line 1367, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #page {
    width: 100%; }

  /* line 1370, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner-grid ul li {
    width: 43%; }

  /* line 1374, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .module .listRoot li:first-child .videoItem {
    border-top: 0 !important; } }
@media only screen and (min-width: 40.0625em) and (max-width: 53.125em) {
  /* line 1383, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .module .show-all .partner-header .partner-header-title {
    width: 35%; }

  /* line 1386, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  body .added {
    left: 35%; }

  /* line 1390, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .removed {
    left: 35%; } }
@media only screen and (min-width: 40.0625em) {
  /* line 1403, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  html, body {
    font-size: 13px; }
    /* line 1404, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    html .added, body .added {
      left: 42%; }
    /* line 1407, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    html .removed, body .removed {
      left: 42%; }
    /* line 1411, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    html .unLogged, body .unLogged {
      font-weight: lighter;
      position: fixed;
      width: 40%;
      max-width: 580px;
      min-width: 420px;
      padding: 70px 100px;
      border-radius: 3px;
      margin: 0 30% 0 30%;
      background: #000000;
      opacity: 0.85;
      color: white;
      top: -1000px;
      z-index: 20000; }
      /* line 1426, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      html .unLogged .note, body .unLogged .note {
        text-align: center;
        font-size: 1rem;
        font-weight: lighter;
        line-height: 1.375rem;
        margin-bottom: 1.875rem; }
      /* line 1433, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      html .unLogged .bar, body .unLogged .bar {
        width: 70%;
        height: 1px;
        margin: 2.5rem 15%;
        background: -webkit-linear-gradient(left, #2f2f2f, white, white, #2f2f2f);
        background: -o-linear-gradient(left, #2f2f2f, white, white, #2f2f2f);
        background: -moz-linear-gradient(left, #2f2f2f, white, white, #2f2f2f);
        background: linear-gradient(to right, #2f2f2f, white, white, #2f2f2f); }
      /* line 1442, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      html .unLogged .agreeLogged, body .unLogged .agreeLogged {
        text-align: center;
        position: relative;
        font-size: 1.25rem;
        font-weight: lighter;
        line-height: 1.6rem; }
        /* line 1448, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
        html .unLogged .agreeLogged span, body .unLogged .agreeLogged span {
          color: #00aeef;
          cursor: pointer; }
        /* line 1452, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
        html .unLogged .agreeLogged p, body .unLogged .agreeLogged p {
          font-family: inherit;
          font-size: 1.25rem;
          font-weight: lighter;
          margin-bottom: 0;
          line-height: 1.6rem; }
      /* line 1461, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      html .unLogged .loggedLable, body .unLogged .loggedLable {
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        position: relative;
        font-size: 2rem;
        line-height: 1.8rem; }
      /* line 1470, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      html .unLogged .cancelLogged, body .unLogged .cancelLogged {
        right: 0px;
        float: right;
        position: absolute;
        top: 0;
        margin: 10px;
        cursor: pointer;
        height: 30px;
        width: 30px;
        background: url("https://cdn-ssl.vidible.tv/prod/aolon/aolon-sprite.png") no-repeat -270px -196px; }

  /* line 1483, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .grid ul li {
    width: 90%; }

  /* line 1486, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .layout-displaywhenmobile {
    display: none !important; }

  /* line 1489, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner #hero .hero-video-feature .partner-small-info {
    display: none; }

  /* line 1492, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner #hero .hero-video-feature .partner-small-btn {
    display: none; }

  /* line 1496, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner #hero .hero-video-feature .detail .partner-name .small-tab, .partner #hero .hero-video-feature .detail .partner-name .small-add-btn {
    display: none; }

  /* line 1500, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner-grid ul li {
    width: 30%; }

  /* line 1503, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .grid ul li {
    width: 43%; }

  /* line 1506, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .share-smallOnly {
    display: none; }

  /* line 1510, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .search .result-item .imgbox {
    max-height: 129px;
    min-height: 85px; }

  /* line 1515, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .headerNormal {
    background-color: black; }

  /* line 1519, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #page:not(.playerVisible) .headerTransparent {
    background-color: rgba(0, 0, 0, 0.5); }

  /* line 1522, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content {
    padding-top: 4.6875rem; }

  /* line 1525, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content.channel, #content.shows, #content.movies, #content.error {
    padding-top: 0; }

  /* line 1528, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .grid ul {
    margin: 0 1.031% 1.031% 0;
    width: 23.299%; }
    /* line 1531, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .grid ul li {
      height: 18.763%; }
      /* line 1535, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      .grid ul li.active {
        outline: solid 3px #11abe1; }
        /* line 1537, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
        .grid ul li.active .videoItem .imgbox {
          border: none; }
      /* line 1541, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
      .grid ul li img {
        left: 0; }

  /* line 1548, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content .carouselParent ul li {
    display: inline-block;
    margin-right: 1.25rem;
    margin-bottom: 0;
    float: left; }

  /* line 1556, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content .grid .listRoot li {
    display: inline-block;
    width: 22.9565%;
    margin-right: 1.0625rem;
    margin-bottom: 1.25rem; } }
@media only screen and (min-width: 40.0625em) and (max-width: 53.125em) {
  /* line 1570, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content .grid .listRoot li, .partner-grid ul li {
    width: 44.9565%; }

  /* line 1574, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner-header .searchform {
    right: 8%;
    width: 30%;
    margin-left: 10%;
    height: 24px; }
    /* line 1579, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .partner-header .searchform input {
      height: 22px;
      width: 83%; }

  /* line 1585, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .show-all .add-more-button {
    margin-left: 37.5% !important; }

  /* line 1589, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .show #hero .hero-video-feature .detail .info .episode-info ul#tab p {
    font-size: 12px;
    line-height: 14px; }
  /* line 1593, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .show #hero .hero-video-feature .detail .info .episode-info ul#tab #tab1 p {
    max-height: 56px; }
  /* line 1596, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .show #hero .hero-video-feature .detail .info .episode-info ul#tab #tab2 p {
    max-height: 112px; }

  /* line 1600, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .show #hero .hero-video-feature .detail .info .episode-info ul#tab li .show-cast {
    font-size: 14px;
    line-height: 16px; } }
@media only screen and (min-width: 53.1875em) and (max-width: 72.25em) {
  /* line 1607, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content .grid .listRoot li, .partner-grid ul li {
    width: 30.959%; }

  /* line 1610, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .module .show-all .partner-header .partner-header-title {
    width: 46%; }

  /* line 1614, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner-header .searchform {
    right: 3%;
    width: 30.959%;
    margin-left: 5%;
    height: 24px; }
    /* line 1619, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .partner-header .searchform input {
      height: 22px;
      width: 88%; }

  /* line 1626, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .show-all .add-more-button {
    margin-left: 40.5% !important; }

  /* line 1629, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .search .result-item .imgbox {
    min-height: 85px; } }
@media only screen and (min-width: 72.3125em) {
  /* line 1634, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner-grid ul li {
    width: 22.959%; }

  /* line 1637, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .module .show-all .partner-header .partner-header-title {
    width: 55%; }

  /* line 1641, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .partner-header .searchform {
    width: 22.959%;
    margin-left: 4%;
    height: 30px;
    right: 2%; }
    /* line 1646, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .partner-header .searchform input {
      height: 28px;
      width: 86%; }

  /* line 1653, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  html, body {
    font-size: 16px; }

  /* line 1659, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .search .result-item .imgbox {
    min-height: 113px; } }
@media screen and (min-width: 1800px) {
  /* line 1666, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #page {
    max-width: 1800px; }

  /* line 1669, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .large-carousel .slick-list {
    padding-left: 250px;
    padding-right: 250px; }

  /* line 1673, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .large-carousel {
    padding-bottom: 25%; }

  /* line 1676, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .header {
    max-width: 1800px;
    padding-left: 250px;
    padding-right: 250px; }

  /* line 1679, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-left,
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-right {
    background-color: black; }

  /* line 1683, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .tabs {
    padding-left: 250px;
    padding-right: 250px; }

  /* line 1687, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .module {
    padding-left: 250px;
    padding-right: 250px; }

  /* line 1691, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .grid, #hero .moviecarousel {
    padding-left: 250px;
    padding-right: 250px; }

  /* line 1695, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .hero-showAll {
    padding-left: 250px;
    padding-right: 250px; }

  /* line 1699, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #footer-container .aol-footer {
    padding-left: 250px;
    padding-right: 250px; }

  /* line 1703, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .showAll #hero .hero-showAll {
    padding-left: 250px;
    padding-right: 250px; }

  /* line 1707, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .tag-container {
    padding-left: 250px;
    padding-right: 250px; }

  /* line 1711, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .hero-search {
    padding-left: 250px;
    padding-right: 250px; }

  /* line 1715, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-left,
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-left .slick-prev {
    left: 0; }

  /* line 1719, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-right,
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-right .slick-next {
    right: 0; } }
@media screen and (max-width: 1300px) {
  /* line 1726, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #page {
    max-width: 1800px; }

  /* line 1729, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .large-carousel .slick-list {
    padding-left: 0;
    padding-right: 0; }

  /* line 1733, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .large-carousel {
    padding-bottom: 35.38%; }

  /* line 1736, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .header {
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0; }

  /* line 1741, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-left,
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-right {
    background-color: transparent; }

  /* line 1745, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .tabs {
    padding-left: 0;
    padding-right: 0; }

  /* line 1749, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .module {
    padding-left: 0;
    padding-right: 0; }

  /* line 1753, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .grid, #hero .moviecarousel {
    padding-left: 0;
    padding-right: 0; }

  /* line 1759, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .hero-showAll {
    padding-left: 0;
    padding-right: 0; }

  /* line 1763, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #footer-container .aol-footer {
    padding-left: 0;
    padding-right: 0; }

  /* line 1767, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .showAll #hero .hero-showAll {
    padding-left: 0;
    padding-right: 0; }

  /* line 1771, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .tag-container {
    padding-left: 0;
    padding-right: 0; }

  /* line 1776, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #hero .hero-search {
    padding-left: 0;
    padding-right: 0; }

  /* line 1780, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-left {
    left: -250px; }

  /* line 1783, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-left .slick-prev {
    left: 250px; }

  /* line 1786, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-right {
    right: -250px; }

  /* line 1789, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content #hero .hero-carousel .large-carousel .aol-large-carousel-right .slick-next {
    right: 250px; } }
/* line 1798, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content .mobile-bottom {
  padding-bottom: 40px; }

/* line 2, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/components/_channelTag.scss */
.tag-container .tag-line {
  width: 73.846%;
  margin: 0 auto; }
  /* line 5, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/components/_channelTag.scss */
  .tag-container .tag-line .aol-channel-tag {
    text-transform: uppercase;
    position: absolute;
    padding: 10px 20px 7px;
    top: 6rem;
    color: white;
    font-size: 1.0rem;
    font-weight: bold;
    z-index: 800; }

/* line 18, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/components/_channelTag.scss */
#content.channel .aol-channel-tag {
  background-color: #11abe1; }
  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content.channel .aol-channel-tag::after {
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    top: 80%;
    z-index: 12000;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #11abe1;
    border-width: 1rem;
    margin-left: -1rem; }

/* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/components/_channelTag.scss */
#content.channel.news .aol-channel-tag {
  background-color: #39b6f1; }
  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content.channel.news .aol-channel-tag::after {
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    top: 80%;
    z-index: 12000;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #39b6f1;
    border-width: 1rem;
    margin-left: -1rem; }

/* line 26, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/components/_channelTag.scss */
#content.channel.business .aol-channel-tag {
  background-color: #3b993d; }
  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content.channel.business .aol-channel-tag::after {
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    top: 80%;
    z-index: 12000;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #3b993d;
    border-width: 1rem;
    margin-left: -1rem; }

/* line 30, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/components/_channelTag.scss */
#content.channel.tech .aol-channel-tag {
  background-color: #30adad; }
  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content.channel.tech .aol-channel-tag::after {
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    top: 80%;
    z-index: 12000;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #30adad;
    border-width: 1rem;
    margin-left: -1rem; }

/* line 34, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/components/_channelTag.scss */
#content.channel.lifestyle .aol-channel-tag {
  background-color: #6f1ed2; }
  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content.channel.lifestyle .aol-channel-tag::after {
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    top: 80%;
    z-index: 12000;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #6f1ed2;
    border-width: 1rem;
    margin-left: -1rem; }

/* line 38, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/components/_channelTag.scss */
#content.channel.sports .aol-channel-tag {
  background-color: #cc2926; }
  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content.channel.sports .aol-channel-tag::after {
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    top: 80%;
    z-index: 12000;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #cc2926;
    border-width: 1rem;
    margin-left: -1rem; }

/* line 42, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/components/_channelTag.scss */
#content.channel.entertainment .aol-channel-tag {
  background-color: #d059a9; }
  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content.channel.entertainment .aol-channel-tag::after {
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    top: 80%;
    z-index: 12000;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #d059a9;
    border-width: 1rem;
    margin-left: -1rem; }

/* line 46, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/components/_channelTag.scss */
#content.channel.parenting .aol-channel-tag {
  background-color: #3333ea; }
  /* line 194, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  #content.channel.parenting .aol-channel-tag::after {
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    top: 80%;
    z-index: 12000;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #3333ea;
    border-width: 1rem;
    margin-left: -1rem; }

/* line 362, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%; }
/* line 363, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 364, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 369, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }
/* line 376, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%; }
/* line 377, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 378, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 383, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }
/* line 390, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%; }
/* line 391, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 392, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 397, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }
/* line 404, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%; }
/* line 405, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 406, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 411, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }
/* line 418, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%; }
/* line 419, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 420, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 425, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }
/* line 432, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up .item {
  width: 14.28571%; }
/* line 433, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 434, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 439, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }
/* line 446, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up .item {
  width: 12.5%; }
/* line 447, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 448, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 453, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

@media only screen and (min-width: 40.0625em) and (max-width: 53.125em) {
  /* line 5, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.channel .grid ul li {
    width: 46.959% !important;
    margin-right: 1rem; }

  /* line 9, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content .listRoot ul li:not(.dropdown-li) {
    width: 31.259% !important;
    margin-right: 1rem; } }
@media only screen and (min-width: 53.1875em) and (max-width: 72.25em) {
  /* line 16, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.channel .grid ul li {
    width: 31.259% !important;
    margin-right: 1rem; }

  /* line 20, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content .listRoot ul li:not(.dropdown-li) {
    width: 31.259% !important;
    margin-right: 1rem; } }
@media only screen and (min-width: 72.3125em) {
  /* line 26, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.channel .grid ul li {
    width: 22.959% !important;
    margin-right: 1rem; }

  /* line 30, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content .listRoot ul li:not(.dropdown-li) {
    width: 31.259% !important;
    margin-right: 1rem; } }
@media only screen and (min-width: 40.0625em) {
  /* line 36, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.DEFAULT .grid ul li.active {
    outline: solid 3px #11abe1;
    background-color: #11abe1; }
    /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.DEFAULT .grid ul li.active .videoItem .detail {
      border: solid 1px #11abe1; }

  /* line 43, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.news .grid ul li.active {
    outline: solid 3px #39b6f1;
    background-color: #39b6f1; }
    /* line 46, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.news .grid ul li.active .videoItem .detail {
      border: solid 1px #39b6f1; }

  /* line 50, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.sports .grid ul li.active {
    outline: solid 3px #cc2926;
    background-color: #cc2926; }
    /* line 53, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.sports .grid ul li.active .videoItem .detail {
      border: solid 1px #cc2926; }

  /* line 57, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.lifestyle .grid ul li.active {
    outline: solid 3px #6f1ed2;
    background-color: #6f1ed2; }
    /* line 60, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.lifestyle .grid ul li.active .videoItem .detail {
      border: solid 1px #6f1ed2; }

  /* line 64, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.entertainment .grid ul li.active {
    outline: solid 3px #d059a9;
    background-color: #d059a9; }
    /* line 67, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.entertainment .grid ul li.active .videoItem .detail {
      border: solid 1px #d059a9; }

  /* line 71, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.business .grid ul li.active {
    outline: solid 3px #3b993d;
    background-color: #3b993d; }
    /* line 74, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.business .grid ul li.active .videoItem .detail {
      border: solid 1px #3b993d; }

  /* line 78, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.tech .grid ul li.active {
    outline: solid 3px #30adad;
    background-color: #30adad; }
    /* line 81, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.tech .grid ul li.active .videoItem .detail {
      border: solid 1px #30adad; }

  /* line 85, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.parenting .grid ul li.active {
    outline: solid 3px #3333ea;
    background-color: #3333ea; }
    /* line 88, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.parenting .grid ul li.active .videoItem .detail {
      border: solid 1px #3333ea; }

  /* line 92, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.movies .grid ul li.active {
    outline: solid 3px #11abe1;
    background-color: #11abe1; }
    /* line 96, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.movies .grid ul li.active .video .front .imgbox {
      border: solid 1px #11abe1;
      border-bottom: solid 1px #cacaca; }
      /* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
      #content.movies .grid ul li.active .video .front .imgbox .back .save-remove-button img {
        left: 2px; }
    /* line 105, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.movies .grid ul li.active .video .front .detail {
      background-color: #ffffff; }

  /* line 111, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.shows .grid ul li.active {
    outline: solid 3px #a485c3; }
    /* line 113, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.shows .grid ul li.active .videoItem .detail {
      border: solid 1px #a485c3; }

  /* line 117, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
  #content.channel {
    background-color: #eaeaea; }
    /* line 119, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel #hero {
      background-color: transparent !important; }
      /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
      #content.channel #hero .hero-carousel .grid {
        margin-bottom: 1.875rem;
        padding-bottom: 0; }
    /* line 126, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .grid {
      background-color: transparent !important; }
      /* line 128, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
      #content.channel .grid ul {
        margin-left: 12.677%;
        width: 75.695% !important;
        padding: 4px 0 0 4px; }
      /* line 133, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
      #content.channel .grid ul li {
        margin: 0 rem-cal(25) 0.625rem 0 !important;
        background-color: #cacaca;
        outline: solid 3px #eaeaea; }
        /* line 140, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
        #content.channel .grid ul li.active .videoItem .imgbox {
          border: solid 1px transparent;
          border-bottom: 1px solid #cacaca; }
        /* line 144, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
        #content.channel .grid ul li.active .videoItem .detail {
          border-top: none;
          background-color: #ffffff; }
        /* line 150, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
        #content.channel .grid ul li .videoItem {
          border: none; }
          /* line 152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
          #content.channel .grid ul li .videoItem .imgbox {
            border: solid 1px #cacaca; }
          /* line 156, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
          #content.channel .grid ul li .videoItem:hover .detail {
            background-color: #ffffff; }
        /* line 161, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
        #content.channel .grid ul li .detail {
          height: 30.978% !important;
          border: solid 1px #eaeaea;
          border-top: none;
          background-color: #eaeaea; }
    /* line 178, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .carousel {
      padding: 0 !important; }
    /* line 181, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .module {
      padding-bottom: 3.125rem !important; }
      /* line 184, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
      #content.channel .module .carousel-header {
        margin: -0.25rem 0 0 13.077% !important;
        width: 75.385% !important; }
        /* line 187, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
        #content.channel .module .carousel-header h3 {
          font-family: larsseit;
          font-size: 1.4375rem;
          font-weight: normal;
          margin: 0 0 1.25rem 0 !important;
          padding: 0 !important;
          height: 1.4375rem; }
    /* line 197, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .carouselParent ul {
      width: 75.385% !important;
      margin-left: 12.677% !important; }
      /* line 201, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
      #content.channel .carouselParent ul li {
        overflow: visible;
        padding: 0 !important;
        margin-right: 1.25rem;
        margin-bottom: 0;
        width: 225px; }
        /* line 209, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
        #content.channel .carouselParent ul li .detail {
          height: 34.871% !important; }
    /* line 217, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .carouselParent ul[channel="news"] li.active .video {
      border: solid 4x #39b6f1; }
    /* line 224, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .carouselParent ul[channel="sports"] li.active .video {
      border: solid 4px #cc2926; }
    /* line 231, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .carouselParent ul[channel="lifestyle"] li.active .video {
      border: solid 4px #6f1ed2; }
    /* line 238, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .carouselParent ul[channel="entertainment"] li.active .video {
      border: solid 4px #d059a9; }
    /* line 245, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .carouselParent ul[channel="business"] li.active .video {
      border: solid 4px #3b993d; }
    /* line 252, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .carouselParent ul[channel="tech"] li.active .video {
      border: solid 4px #30adad; }
    /* line 259, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .carouselParent ul[channel="movies"] li.active .video {
      border: solid 4px #d55218; }
    /* line 266, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel .carouselParent ul[channel="shows"] li.active .video {
      border: solid 4px #a485c3; }
    /* line 272, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_channel.scss */
    #content.channel #modules .detail {
      padding-bottom: 30.332% !important;
      min-height: 42px; } }
/* line 362, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%; }
/* line 363, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 364, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 369, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }
/* line 376, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%; }
/* line 377, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 378, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 383, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }
/* line 390, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%; }
/* line 391, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 392, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 397, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }
/* line 404, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%; }
/* line 405, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 406, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 411, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }
/* line 418, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%; }
/* line 419, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 420, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 425, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }
/* line 432, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up .item {
  width: 14.28571%; }
/* line 433, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 434, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 439, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }
/* line 446, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up .item {
  width: 12.5%; }
/* line 447, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.0625em) {
  /* line 448, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 53.1875em) {
  /* line 453, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

@media only screen and (max-width: 40em) {
  /* line 8, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
  #content.show .video .imgbox img {
    padding: 0 !important;
    position: relative !important; }
  /* line 15, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
  #content.show .video .playParent img {
    position: absolute !important; }
  /* line 18, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
  #content.show .video .detail {
    height: 30.332% !important; }
  /* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
  #content.show .slick-list {
    margin: 0 !important;
    width: 100% !important; }
  /* line 27, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
  #content.show .tabs .listRoot li, #content.show .listRoot > .displayMore, #content.show .channels-module li {
    margin-left: 0 !important;
    width: 100% !important; } }
@media only screen and (min-width: 40.0625em) {
  /* line 42, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
  #content.show {
    padding-bottom: 50px;
    background-color: #eaeaea; }
    /* line 45, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
    #content.show #hero {
      overflow: hidden; }
    /* line 49, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
    #content.show .grid {
      background-color: transparent !important; }
      /* line 51, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
      #content.show .grid ul {
        width: 75.385% !important; }
      /* line 54, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
      #content.show .grid ul li {
        margin: 0 2.04% 1.02% 0 !important;
        width: 22.959% !important; }
        /* line 57, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
        #content.show .grid ul li .detail {
          height: 30.978% !important; }
    /* line 65, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
    #content.show .hero-carousel .carousel {
      padding: 1.5625rem; }
    /* line 68, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
    #content.show .module {
      margin-top: 50px; }
      /* line 73, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
      #content.show .module .carousel-header {
        margin: 0 0 0 13.077% !important;
        width: 75.385% !important; }
        /* line 76, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
        #content.show .module .carousel-header h3 {
          font-family: larsseit;
          font-size: 1.375rem;
          line-height: 1.375rem;
          padding: 1.875rem 0 1.25rem 0 !important;
          margin: 0; }
    /* line 85, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
    #content.show .carouselParent:not(.moviecarousel) ul[slick="true"] {
      width: 75.385% !important;
      margin: 0 0 0 13.077% !important; }
      /* line 89, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
      #content.show .carouselParent:not(.moviecarousel) ul[slick="true"] li {
        padding: 0 !important;
        margin-right: 20px;
        width: 225px; }
        /* line 95, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
        #content.show .carouselParent:not(.moviecarousel) ul[slick="true"] li .detail {
          height: 34.871% !important; }
    /* line 100, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
    #content.show .moviecarousel ul {
      width: 78.812% !important;
      margin: 0 0 0 11.594% !important; }
    /* line 105, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
    #content.show #modules .detail {
      padding-bottom: 30.332% !important;
      min-height: 40px; }
    /* line 109, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
    #content.show #modules .fullItems {
      width: 75.385% !important;
      margin: 0 0 0 13.077% !important; }
      /* line 112, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/pages/_show.scss */
      #content.show #modules .fullItems .fullItem {
        margin: 0 2.04% 1.02% 0 !important;
        width: 22.959% !important; } }
@media only screen and (max-width: 40em) {
  /* line 9, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .videoPlay .module {
    height: auto !important; }

  /* line 13, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #modules .module:first-of-type {
    padding-top: 2.95%; }

  /* line 18, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .aol-footer {
    display: none !important; }

  /* line 22, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .aol-channel-tag {
    display: none !important; }

  /* line 26, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .hero-carousel-item {
    height: auto !important; }

  /* line 30, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .videoItem .label {
    font-size: 1.3rem;
    right: 1.58%; }

  /* line 35, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .videoItem .title-duration {
    display: inline; }

  /* line 39, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .title h4 {
    font-size: 16px;
    line-height: 16px; }

  /* line 44, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #hero ul.listRoot li, #modules ul.listRoot li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0; }

  /* line 52, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.channel #hero .large-carousel, #content.shows #hero .large-carousel, #content.movies #hero .large-carousel {
    display: none; }
  /* line 55, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.channel #modules, #content.shows #modules, #content.movies #modules {
    display: none !important; }
  /* line 58, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.channel .listRoot, #content.shows .listRoot, #content.movies .listRoot {
    width: 94.133% !important; }

  /* line 63, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .grid li:first-of-type .videoItem {
    border-top: 0 !important; }

  /* line 67, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .grid-item {
    display: block;
    width: 100%;
    margin: 0 0 20px 0 !important; }

  /* line 73, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .listRoot li {
    width: 100%; }

  /* line 77, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .listRoot > :first-child .videoItem {
    border-top: 0; }

  /* line 83, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content .flipper .imgbox {
    width: 100%;
    height: 0;
    padding-bottom: 56.44444%; }
  /* line 86, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content .flipper .movie-show-title {
    width: 100%;
    height: 0;
    padding-bottom: 18.57143%; }
  /* line 89, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content .flipper .clickable {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200; }

  /* line 97, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .videoItem {
    width: 100%; }
    /* line 99, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .videoItem .duration {
      display: none; }
    /* line 102, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .videoItem .imgbox {
      width: 100%;
      height: 0;
      padding-bottom: 56.44444%; }
    /* line 105, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .videoItem .detail {
      width: 100%;
      height: 0;
      padding-bottom: 18.57143%;
      min-height: 6rem; }

  /* line 111, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .showAll #hero .hero-showAll .view-all-title {
    padding-left: 3%; }

  /* line 115, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #hero .tabs {
    display: none;
    background-color: inherit; }
    /* line 118, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    #hero .tabs .listRoot {
      position: relative; }
    /* line 121, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    #hero .tabs > div {
      width: 100%; }
    /* line 124, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    #hero .tabs li.active {
      width: 100%;
      height: 0;
      padding-bottom: 13.71429%;
      padding-top: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-bottom: -6.12px; }
      /* line 131, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      #hero .tabs li.active::after {
        left: 16% !important; }
      /* line 134, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      #hero .tabs li.active span {
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 15px;
        font-weight: bold;
        margin-top: -7px;
        margin-left: 5.7%;
        display: inline-block;
        line-height: 1.5rem; }
    /* line 146, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    #hero .tabs li:not(.active) {
      display: none; }

  /* line 152, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .video .title {
    font-size: 16px;
    top: 1.315rem;
    height: 4rem;
    overflow: hidden;
    line-height: 19px; }
  /* line 162, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .video .play {
    display: block; }

  /* line 166, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .videoItem .title[hasTopTitle="true"] h4 {
    font-size: 16px;
    line-height: 19px; }

  /* line 172, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #hero .playParent .toPlay, #modules .playParent .toPlay {
    display: inline; }
  /* line 175, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #hero .playParent .overlay, #modules .playParent .overlay {
    opacity: 0; }
  /* line 180, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #hero .duration, #modules .duration {
    display: none; }

  /* line 187, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save {
    position: relative; }

  /* line 192, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .aol-more {
    height: 38px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 2px;
    width: 100%;
    background-color: #222222;
    margin: 0 0 20px 0;
    padding: 4px 0 0 0;
    color: #ffffff; }

  /* line 208, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .videoItem .movie-show-title-name {
    position: relative;
    padding: 10px 0 0;
    height: auto;
    font-size: 20px;
    transition: opacity 0.1s;
    color: black;
    width: 90%;
    margin: 0 auto; }

  /* line 222, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.megahub {
    padding-bottom: 0; }
    /* line 224, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    #content.megahub #hero {
      background: #ececec; }

  /* line 229, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #hero, #content.megahub #hero {
    padding-bottom: 12px; }
  /* line 232, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #modules .mobile-header, #content.videoPlay #modules .listRoot, #content.megahub #modules .mobile-header, #content.megahub #modules .listRoot {
    width: 94.233% !important; }
  /* line 235, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #modules .module, #content.megahub #modules .module {
    margin-top: 0; }
    /* line 237, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    #content.videoPlay #modules .module .carousel, #content.megahub #modules .module .carousel {
      padding-bottom: 0; }
  /* line 241, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #modules .videoItem, #content.megahub #modules .videoItem {
    margin-bottom: 20px; }
  /* line 245, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay .videoItem .title, #content.megahub .videoItem .title {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    left: 0%; }
  /* line 253, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #hero .infoTop .save, #content.megahub #hero .infoTop .save {
    display: none !important; }
  /* line 256, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #hero .moreInfoBtn, #content.megahub #hero .moreInfoBtn {
    position: absolute;
    top: 0;
    right: 0; }
  /* line 261, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #hero .add-btn, #content.megahub #hero .add-btn {
    position: relative;
    float: none;
    top: 0;
    right: 0;
    font-size: 16px;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 10px 0 7px;
    margin: 20px 0 0 0;
    height: auto; }
  /* line 274, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #hero .detail .info .infoBottom .save, #content.megahub #hero .detail .info .infoBottom .save {
    position: relative;
    float: none;
    top: 0;
    right: 0;
    font-size: 16px;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 10px 0 7px;
    margin: 20px 0 0 0;
    height: auto;
    width: 100%; }
  /* line 288, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #hero .views, #content.megahub #hero .views {
    margin-top: 4px; }
  /* line 291, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #hero .add-btn > img, #content.megahub #hero .add-btn > img {
    margin: 0 8px 0 0;
    width: 20px;
    vertical-align: top;
    height: auto; }
  /* line 298, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay .descriptionHeader, #content.megahub .descriptionHeader {
    margin: 10px 0 5px; }
  /* line 302, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay .topRight, #content.megahub .topRight {
    position: relative;
    margin: 0 !important; }
    /* line 305, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    #content.videoPlay .topRight .moreInfoBtn, #content.megahub .topRight .moreInfoBtn {
      margin: 0 !important; }
  /* line 310, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay .borderTop, #content.megahub .borderTop {
    display: none; }
  /* line 314, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay .aol-more, #content.megahub .aol-more {
    height: 38px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 2px;
    width: 100%;
    background-color: #222222;
    margin: 0 0 20px 0;
    padding: 4px 0 0 0; }
  /* line 325, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay .itemLarge, #content.megahub .itemLarge {
    border: solid 1px #cacaca; }
    /* line 327, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    #content.videoPlay .itemLarge .flipper .imgbox, #content.megahub .itemLarge .flipper .imgbox {
      border: none; }
    /* line 330, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    #content.videoPlay .itemLarge .movie-show-title, #content.megahub .itemLarge .movie-show-title {
      border-top: solid 1px #cacaca; }
  /* line 335, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay ul.listRoot li:first-of-type .video, #content.megahub ul.listRoot li:first-of-type .video {
    border-top: none; }
  /* line 339, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay ul.listRoot li:first-of-type .video .flipper .front .imgbox, #content.megahub ul.listRoot li:first-of-type .video .flipper .front .imgbox {
    border-top: none; }

  /* line 344, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.megahub .videoItem .title {
    margin-top: 0; }

  /* line 348, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .megahub #hero {
    padding-top: 0; }

  /* line 352, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .megahub #hero .hero-video-feature .detail {
    background-color: #151515; }
    /* line 355, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .megahub #hero .hero-video-feature .detail .info hr {
      opacity: 0;
      margin-bottom: 0; }
    /* line 359, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .megahub #hero .hero-video-feature .detail .info p {
      font-size: 1.5rem; }
    /* line 362, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .megahub #hero .hero-video-feature .detail .info .infoTop {
      width: 100%; }
      /* line 365, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      .megahub #hero .hero-video-feature .detail .info .infoTop .data {
        width: 89%; }
        /* line 368, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
        .megahub #hero .hero-video-feature .detail .info .infoTop .data .player-share-buttons a > img {
          display: inline-block;
          margin-right: 25px; }
      /* line 375, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      .megahub #hero .hero-video-feature .detail .info .infoTop .title {
        color: #BEBEBE;
        height: auto;
        text-overflow: inherit;
        overflow: inherit;
        white-space: normal;
        display: inline;
        margin-right: 1em;
        font-size: 1.8rem;
        line-height: 1.8rem; }
      /* line 386, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      .megahub #hero .hero-video-feature .detail .info .infoTop .duration {
        height: auto;
        color: #BEBEBE;
        display: inline-block; }
      /* line 392, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      .megahub #hero .hero-video-feature .detail .info .infoTop .add-btn {
        display: none; }
    /* line 396, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .megahub #hero .hero-video-feature .detail .info .add-btn {
      width: 100%;
      display: block;
      position: relative;
      font-size: 1.4rem;
      background-color: #3f3f3f; }
    /* line 403, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .megahub #hero .hero-video-feature .detail .info .infoBottom {
      font-size: 1.5em; }
      /* line 405, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      .megahub #hero .hero-video-feature .detail .info .infoBottom .descriptionHeader {
        color: #959595;
        font-weight: bold;
        width: 100%; }
      /* line 411, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      .megahub #hero .hero-video-feature .detail .info .infoBottom .description {
        margin-bottom: 0;
        line-height: 1.8rem;
        font-weight: 100;
        width: 100%; }
      /* line 417, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      .megahub #hero .hero-video-feature .detail .info .infoBottom .add-btn {
        display: block; }
      /* line 420, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      .megahub #hero .hero-video-feature .detail .info .infoBottom .pubDate {
        font-size: 1.4rem;
        margin-bottom: .2em; }
      /* line 424, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      .megahub #hero .hero-video-feature .detail .info .infoBottom .views {
        font-size: 1.4rem; }
    /* line 428, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .megahub #hero .hero-video-feature .detail .info .moreInfoBtn {
      height: 1.5rem;
      width: 3rem;
      padding-top: 0.625rem; }
    /* line 433, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .megahub #hero .hero-video-feature .detail .info .moreInfo .clipInfo {
      margin-bottom: 1rem; }
      /* line 435, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      .megahub #hero .hero-video-feature .detail .info .moreInfo .clipInfo p {
        display: block;
        text-align: left;
        margin-bottom: 0; }
      /* line 440, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
      .megahub #hero .hero-video-feature .detail .info .moreInfo .clipInfo .views {
        text-align: left; }

  /* line 448, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save {
    position: relative;
    float: none;
    font-size: 16px;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 10px 0 7px;
    margin: 20px 0 0 0;
    height: auto;
    width: 100%; }
    /* line 449, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save span {
      float: none; }
    /* line 452, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
    .show #hero .hero-video-feature .detail .info .episode-info ul#tab .save h {
      float: none; }

  /* line 466, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .show #hero .hero-video-feature .detail .info .episode-info ul#tab #tab1 p {
    max-height: 6rem; }

  /* line 471, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .movie #hero .hero-video-feature .small-detail .save span {
    float: none; }
  /* line 474, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .movie #hero .hero-video-feature .small-detail .save h {
    float: none; }

  /* line 479, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #hero .detail .info .infoBottom .save span, #content.megahub #hero .detail .info .infoBottom .save span {
    float: none; }
  /* line 482, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  #content.videoPlay #hero .detail .info .infoBottom .save h, #content.megahub #hero .detail .info .infoBottom .save h {
    float: none; }

  /* line 488, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .header .flyout .leftFly .huffpost-logo-parent {
    padding-left: 2rem;
    width: 17rem; }

  /* line 494, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/_small.scss */
  .episode-carousel ul.hidden-season {
    padding: 0 0 0 0 !important; } }
/* line 1808, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content .add-video-control[data-favorited=true], #content .remove-video-control[data-favorited=false] {
  display: none; }

/* line 1811, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
#content .add-video-control[data-favorited=false], #content .remove-video-control[data-favorited=true] {
  display: inline-block; }

/* line 1816, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.special-css .poster img {
  display: none; }
/* line 1820, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.special-css .info {
  background-color: #ddd !important;
  width: 100% !important;
  margin-left: 0 !important;
  display: none;
  opacify: 0.8;
  height: 285px; }
/* line 1828, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.special-css #tabs {
  display: none; }
/* line 1832, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.special-css .detail .add-btn {
  display: none; }
/* line 1837, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.special-css .episode-info .save-remove-button {
  display: none !important; }
/* line 1841, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.special-css .red-lobster {
  max-height: 285px;
  padding: 1.25rem; }
  /* line 1843, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .special-css .red-lobster .row {
    margin: 0; }
  /* line 1848, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .special-css .red-lobster h3 {
    font-weight: 400;
    letter-spacing: 4px;
    color: black;
    margin-bottom: 1.875rem;
    font-size: 2.375rem; }
  /* line 1855, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .special-css .red-lobster .left-part {
    display: table; }
    /* line 1857, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
    .special-css .red-lobster .left-part p {
      font-size: 1.3rem;
      font-weight: 100;
      line-height: 1.2;
      width: 372px;
      display: table-cell; }
  /* line 1865, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .special-css .red-lobster #companion_234x60 {
    width: 234px;
    height: 60px;
    position: relative;
    display: table-cell;
    right: 20px;
    top: 16px; }
  /* line 1873, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .special-css .red-lobster .right-part {
    float: none !important img;
      float-width: 100%;
      float-bottom: 2.125rem;
      float-position: relative;
      float-right: 10px;
      float-float: right; }
/* line 1884, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.special-css #content {
  background-repeat: no-repeat !important;
  background-size: contain !important; }
/* line 1888, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
.special-css .lobster-logo {
  right: 29px; }

@media only screen and (max-width: 40em) {
  /* line 1895, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .special-css .left-part {
    display: inline-block !important; }
  /* line 1898, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .special-css #companion_234x60 {
    display: inline-block !important;
    top: 20px;
    left: -40px; }
  /* line 1904, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .special-css .right img {
    max-width: 170px;
    position: relative; } }
@media only screen and (min-width: 40.0625em) and (max-width: 53.125em) {
  /* line 1916, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .special-css .left-part {
    display: inline-block !important; }
  /* line 1919, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .special-css #companion_234x60 {
    display: inline-block !important;
    top: 20px;
    left: -40px; }
  /* line 1925, /home/ubuntu/workspace/PROD-aol-b2c-website-Build/app/assets/stylesheets/main.scss */
  .special-css .right img {
    max-width: 170px;
    position: relative; } }
