@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * THEMENAME.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (THEMENAME.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/ 
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.5.0/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

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

  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }

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

  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }

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

  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }

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

  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .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.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
.accordion {
  margin-bottom: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF;
}
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
  background: inherit;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 3px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}
.alert-box.alert-close {
  opacity: 0;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #008CBA;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #008CBA;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.breadcrumbs > *:before {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

button, .button {
  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-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
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;
}
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;
}
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;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
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;
}
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;
}
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;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
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;
}
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;
}
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;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
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;
}
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;
}
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;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
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;
}
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;
}
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;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
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;
}
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;
}
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;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > li {
  margin: 0 -2px;
  display: inline-block;
}
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}
.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}
.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}
.button-group.stack > li > button, .button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}
.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block;
}
.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);
}
.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) {
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .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);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}
.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block;
}
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
  border-radius: 0;
}
.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;
}
.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;
}
.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}
.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
  border-radius: 0;
}
.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;
}
.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.063em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .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);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .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;
  }
  .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;
  }
  .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) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .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);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
.button-group.round > * {
  margin: 0 -2px;
  display: inline-block;
}
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
  border-radius: 0;
}
.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;
}
.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;
}
.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}
.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
  border-radius: 0;
}
.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;
}
.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.063em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .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);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .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;
  }
  .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;
  }
  .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) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .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);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%;
}
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.3333333333%;
}
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%;
}
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%;
}
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.6666666667%;
}
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.2857142857%;
}
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%;
}
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*=block-grid-] li, [data-clearing][class*=block-grid-] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .clearing-main-prev,
.clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
.clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  .clearing-main-prev > span:hover,
.clearing-main-next > span:hover {
    opacity: 0.8;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  .clearing-main-prev.disabled,
.clearing-main-next.disabled {
    opacity: 0.3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li.radius {
  border-radius: 3px;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem;
}
.dropdown.button::after, button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  top: 50%;
}
.dropdown.button::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}
.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}
.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

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

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
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;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.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;
}

.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;
}

.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;
}

.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 */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
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;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  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-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
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 {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
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;
}
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;
}
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;
}
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;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  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;
}
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;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  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;
}
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;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  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;
}
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;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  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;
}
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;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  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;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

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 */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333;
}
.icon-bar > * {
  text-align: center;
  font-size: 1rem;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding: 1.25rem;
  float: left;
}
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: 0.0625rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  margin: 0 0.0625rem 0 0;
  display: inline-block;
}
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}
.icon-bar.label-right > * label {
  display: inline-block;
}
.icon-bar.vertical.label-right > * {
  text-align: left;
}
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  width: auto;
  margin: auto;
  float: none;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.medium-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.large-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: 0.0625rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
}
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}
.icon-bar > * label {
  color: #FFFFFF;
}
.icon-bar > * i {
  color: #FFFFFF;
}
.icon-bar > a:hover {
  background: #008CBA;
}
.icon-bar > a:hover label {
  color: #FFFFFF;
}
.icon-bar > a:hover i {
  color: #FFFFFF;
}
.icon-bar > a.active {
  background: #008CBA;
}
.icon-bar > a.active label {
  color: #FFFFFF;
}
.icon-bar > a.active i {
  color: #FFFFFF;
}

.icon-bar.two-up .item {
  width: 50%;
}
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.three-up .item {
  width: 33.3333%;
}
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.four-up .item {
  width: 25%;
}
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.five-up .item {
  width: 20%;
}
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.six-up .item {
  width: 16.66667%;
}
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}
.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 */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF;
}

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width:40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .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;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

.label {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}
[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);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.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;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width:40.063em) {
  .touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  .orbit-timer {
    display: none;
  }

  .orbit-next, .orbit-prev {
    display: none;
  }

  .orbit-bullets {
    display: none;
  }
}
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
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;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #008CBA;
  color: #FFFFFF;
  font-weight: bold;
  cursor: default;
}
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;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b6edff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.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;
}
.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;
}
.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;
}
.panel.callout a:not(.button) {
  color: #008CBA;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #0078a0;
}
.panel.radius {
  border-radius: 3px;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #EEEEEE;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.pricing-table .price {
  background-color: #F6F6F6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.pricing-table .description {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #DDDDDD;
}
.pricing-table .bullet-item {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #DDDDDD;
}
.pricing-table .cta-button {
  background-color: #FFFFFF;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
.progress .meter {
  background: #008CBA;
  height: 100%;
  display: block;
}
.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}
.progress.success .meter {
  background: #43AC6A;
  height: 100%;
  display: block;
}
.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}
.progress.radius {
  border-radius: 3px;
}
.progress.radius .meter {
  border-radius: 2px;
}
.progress.round {
  border-radius: 1000px;
}
.progress.round .meter {
  border-radius: 999px;
}

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #FAFAFA;
}
.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}
.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}
.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle {
  background: #008CBA;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle:hover {
  background: #007ba4;
}
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle {
  background: #008CBA;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle:hover {
  background: #007ba4;
}
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #008CBA;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #007ba4;
}

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5;
}

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA;
}
.range-slider-handle:hover {
  background: #007ba4;
}

.reveal-modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem;
}
@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}
.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

dialog {
  display: none;
}
dialog::backdrop, dialog + .backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}
dialog[open] {
  display: block;
}

@media print {
  dialog, .reveal-modal {
    display: none;
    background: #FFFFFF !important;
  }
}
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
  font-weight: normal;
}
.side-nav li a:not(.button) {
  display: block;
  color: #008CBA;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: hsla(0deg, 0%, 0%, 0.025);
  color: #1cc7ff;
}
.side-nav li.active > a:first-child:not(.button) {
  color: #1cc7ff;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}
.side-nav li.heading {
  color: #008CBA;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.split.button {
  position: relative;
  padding-right: 5.0625rem;
}
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span {
  width: 3.09375rem;
}
.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny {
  padding-right: 3.75rem;
}
.split.button.tiny span {
  width: 2.25rem;
}
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.small {
  padding-right: 4.375rem;
}
.split.button.small span {
  width: 2.625rem;
}
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.large {
  padding-right: 5.5rem;
}
.split.button.large span {
  width: 3.4375rem;
}
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.expand {
  padding-left: 2rem;
}
.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}
.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;
}
.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;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
}
.sub-nav dt {
  text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #008CBA;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #FFFFFF;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #0078a0;
}

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #DDDDDD;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}
.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.5rem;
  height: 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);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.switch input:checked + label {
  background: #008CBA;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  width: 4rem;
  height: 2rem;
}
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  color: transparent;
  background: #DDDDDD;
}
.switch label:after {
  background: #FFFFFF;
}
.switch input:checked + label {
  background: #008CBA;
}
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked + label:after {
  left: 2.75rem;
}
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked + label:after {
  left: 2rem;
}
.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}
.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label {
  border-radius: 2rem;
}
.switch.round label:after {
  border-radius: 2rem;
}

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
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;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
.tabs dd > a, .tabs .tab-title > a {
  outline: none;
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}
.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;
}
.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;
}
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}
.th.radius {
  border-radius: 3px;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008CBA;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  border-radius: 3px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  color: #008CBA !important;
  border-bottom: dotted 1px #003f54 !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width:40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 2.8125rem;
}

.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: 1.75rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.75rem;
}
.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  height: 2.8125rem;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  line-height: 2.8125rem;
  font-size: 1.0625rem;
  margin: 0;
}
.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 {
  font-weight: normal;
  color: #FFFFFF;
  width: 75%;
  display: block;
  padding: 0 0.9375rem;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 0.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
}
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  color: #FFFFFF;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: #333333;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.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;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #333333;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  padding: 12px 0 12px 0;
  padding-left: 0.9375rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #007095;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #333333;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a {
  background: #008CBA;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #FFFFFF;
}
.top-bar-section .has-form {
  padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  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;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  padding: 8px 0.9375rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
.top-bar .button,
.top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: #333333;
  }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    background: #333333;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #333333;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    color: #FFFFFF;
    background: #008CBA;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #FFFFFF;
    line-height: 2.8125rem;
    white-space: nowrap;
    padding: 12px 0.9375rem;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #FFFFFF;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #FFFFFF;
    background-color: #555555;
    background: #333333;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 0.9375rem;
    height: 2.8125rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
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 */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #0078a0;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * 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)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

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

  .show-for-print {
    display: inherit !important;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.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;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.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;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width:40.063em) {
  .tab-bar-section.left {
    text-align: left;
  }
  .tab-bar-section.right {
    text-align: right;
  }
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  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;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.6666666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #242424;
}

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.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;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 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;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
.left-submenu .back > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -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);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 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;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
.right-submenu .back > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -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);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  .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;
  }

  .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;
  }

  .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;
  }

  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

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

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

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

  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 !important;
  }

  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.063em) {
  .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;
  }

  .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;
  }

  .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;
  }

  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

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

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

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

  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 !important;
  }

  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:64.063em) {
  .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;
  }

  .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;
  }

  .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;
  }

  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

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

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

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

  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 !important;
  }

  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:90.063em) {
  .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;
  }

  .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;
  }

  .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;
  }

  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

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

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

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

  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 !important;
  }

  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:120.063em) {
  .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;
  }

  .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;
  }

  .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;
  }

  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

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

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

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

  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 !important;
  }

  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 */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

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) {
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  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) {
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

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

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}
.admin-menu .fixed {
  top: 1.8125rem;
}

#status-messages.reveal-modal .alert-box, dialog#status-messages .alert-box {
  margin-bottom: 0;
}

.reveal-modal, dialog {
  z-index: 999;
}

.item-list .pager {
  clear: none;
}

.item-list .pager li {
  padding: 0;
}

.inline {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline > li > * {
  display: block;
}

.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  -webkit-box-shadow: 1px 10px 1px 1px #262626, 1px 16px 1px 1px #262626, 1px 22px 1px 1px #262626;
  box-shadow: 0 10px 0 1px #262626, 0 16px 0 1px #262626, 0 22px 0 1px #262626;
}

/*

Integrate


*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

section .title-container {
  background: #fff;
  color: #fff;
  padding: 0.8rem 2rem;
  margin-bottom: 4rem;
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
}
section .title-container h3.title {
  color: #262626;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

header {
  background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
  z-index: 500;
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.05s ease-in-out;
}
header .social {
  position: absolute;
  bottom: 0;
  right: 110px;
  width: auto;
  height: 100%;
  transition: all 0.03s ease-in-out;
  padding: 0 1.5rem;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
header .social.search-active {
  border: none;
}
header .social.search-active a {
  opacity: 0;
}
header .social.search-active a img {
  width: 0;
}
header .social.search-active span {
  opacity: 0;
}
header .social span.follow {
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  margin-right: 8px;
  position: relative;
  bottom: 3px;
  display: inline;
}
header .social button {
  padding: 0;
  margin: 0;
  background: none;
}
header .social a, header .social span.social-link {
  display: inline-block;
  width: auto;
  height: 58px;
  padding: 19px 0.2rem;
  opacity: 1;
  transition: all 0.15s ease-in-out;
  position: relative;
}
header .social a:focus, header .social span.social-link:focus {
  outline: none;
}
header .social a .social-button, header .social span.social-link .social-button {
  transition: all 0.15s ease-in-out;
  position: absolute;
  opacity: 0;
  bottom: -27px;
  left: -23px;
  z-index: 100;
  padding-top: 10px;
}
header .social a .tw-button, header .social span.social-link .tw-button {
  left: -20px;
  bottom: -34px;
}
header .social a .yt-button, header .social span.social-link .yt-button {
  left: -28px;
  bottom: -38px;
}
header .social a img, header .social a svg, header .social span.social-link img, header .social span.social-link svg {
  width: auto;
  height: 15px;
}
header .social a img path, header .social a img polygon, header .social a img circle, header .social a svg path, header .social a svg polygon, header .social a svg circle, header .social span.social-link img path, header .social span.social-link img polygon, header .social span.social-link img circle, header .social span.social-link svg path, header .social span.social-link svg polygon, header .social span.social-link svg circle {
  transition: all 0.15s ease-in-out;
  fill: #fff;
  stroke: none;
}
header .social .fb:hover {
  background: #00b99b;
}
header .social .ig:hover {
  background: #38d48a;
}
header .social .tw:hover {
  background: #009ae0;
}
header .social .sc:hover {
  background: #9e5fb9;
}
header .social .yt:hover {
  background: #f7c300;
}
header .social .email:hover {
  background: #ef8019;
}
header .follow-list {
  overflow: hidden;
}
header .follow-list:hover {
  overflow: visible;
}
header .follow-list ul {
  margin: 0;
  padding: 0;
  display: inline;
}
header .follow-list ul li {
  display: inline-block;
  width: auto;
  transition: all 0.15s ease-in-out;
  position: relative;
  /*display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;*/
}
header .follow-list ul li:hover .social-button {
  opacity: 1;
}
header .search {
  width: 110px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 19px 0;
}
header .search a:not(.contextual-links-trigger) {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
header .search a:not(.contextual-links-trigger) img, header .search a:not(.contextual-links-trigger) svg {
  width: 20px;
  height: 20px;
}
header .search a.glass .st0 {
  fill: transparent !important;
  stroke: #262626;
  stroke-width: 1.5;
}
header .search input, header .search #edit-search-block-form--2 {
  transition: all 0.15s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border: none;
  height: 58px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #262626;
  text-transform: uppercase;
}
header .search .small-8 {
  width: 100%;
}
header .search .element-invisible, header .search .small-4 {
  display: none;
}
header #search-block-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .search.expand {
  width: 380px;
  padding: 0;
}
header .search.expand a.glass {
  position: absolute;
  top: 14px;
  right: 12px;
  height: 27px;
  width: 27px;
  background: url(../img/search-close.png) no-repeat;
  z-index: 5;
}
header .search.expand a.glass svg {
  display: none;
}
header .search.expand input, header .search.expand #edit-search-block-form--2 {
  top: 0;
  width: 100%;
  height: 58px;
  padding: 10px 10px;
  background: #fff url(../img/search-dk.svg) no-repeat center left 15px;
  background-size: 18px auto;
  padding-left: 40px;
}

header.solid {
  background: #fff;
  z-index: 500;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
header.solid .top-bar-section ul#main-menu li a {
  color: #262626;
}
header.solid .top-bar li.name h1 a {
  background-image: url("../img/18logo-g.png");
}
header.solid .social {
  border-color: #262626;
}
header.solid .social span.follow {
  color: #262626;
}
header.solid .social a svg path, header.solid .social a svg polygon, header.solid .social span.social-link svg path, header.solid .social span.social-link svg polygon {
  fill: #262626;
}
header.solid .social a svg circle, header.solid .social span.social-link svg circle {
  stroke: #262626;
  fill: #262626;
}
header.solid .search a.glass svg polyline, header.solid .search a.glass svg circle {
  stroke: #262626;
}
header.solid .top-bar-section ul#main-menu li.has-dropdown label {
  color: #262626;
}

.top-bar {
  background: none;
  height: 58px;
}
.top-bar .title-area {
  height: 100%;
}
.top-bar .title-area li {
  height: 58px;
}
.top-bar .title-area li a {
  height: 58px;
}
.top-bar .title-area li a:focus {
  outline: none;
}
.top-bar .title-area li.name h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top-bar .title-area li.name h1 a {
  background: url(../img/18logo-w.png) no-repeat;
  width: 89px;
  background-size: 89px 58px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}

.top-bar-section ul#main-menu {
  background: none;
}
.top-bar-section ul#main-menu li {
  background: none;
}
.top-bar-section ul#main-menu li a {
  transition: all 0.15s ease-in-out;
  height: 58px;
  color: #fff;
  padding: 7px 22px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: relative;
}
.top-bar-section ul#main-menu li a:focus {
  outline: none;
}
.top-bar-section ul#main-menu li label {
  position: relative;
}
.top-bar-section ul#main-menu li a:not(.button) {
  background: none;
}
.top-bar-section ul#main-menu li a {
  background: none;
}
.top-bar-section ul#main-menu li a:hover {
  padding: 4px 22px 10px;
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid #fff;
}
.top-bar-section ul#main-menu li a.news:hover {
  background: rgba(251, 156, 0, 0.3);
  border-bottom: 3px solid rgb(251, 156, 0);
}
.top-bar-section ul#main-menu li a.entertainment:hover {
  background: rgba(0, 185, 155, 0.3);
  border-bottom: 3px solid rgb(0, 185, 155);
}
.top-bar-section ul#main-menu li a.videos:hover {
  background: rgba(0, 154, 224, 0.3);
  border-bottom: 3px solid rgb(0, 154, 224);
}
.top-bar-section ul#main-menu li a.photos:hover {
  background: rgba(158, 95, 185, 0.3);
  border-bottom: 3px solid rgb(158, 95, 185);
}
.top-bar-section ul#main-menu li a.gear:hover {
  background: rgba(236, 23, 117, 0.3);
  border-bottom: 3px solid rgb(236, 23, 117);
}
.top-bar-section ul#main-menu li a.learning:hover {
  background: rgba(241, 83, 58, 0.3);
  border-bottom: 3px solid rgb(241, 83, 58);
}
.top-bar-section ul#main-menu li a.topics:hover {
  background: rgba(56, 212, 138, 0.3);
  border-bottom: 3px solid rgb(56, 212, 138);
}
.top-bar-section ul#main-menu li a.stats:hover {
  background: rgba(0, 154, 224, 0.3);
  border-bottom: 3px solid rgb(0, 154, 224);
}
.top-bar-section ul#main-menu li.active > a {
  background: none;
}
.top-bar-section ul#main-menu li.has-dropdown label {
  transition: all 0.15s ease-in-out;
  height: 58px;
  color: #fff;
  padding: 7px 22px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 2.8125rem;
}
.top-bar-section ul#main-menu li.has-dropdown label:hover {
  padding: 4px 22px 10px;
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid #fff;
}
.top-bar-section ul#main-menu li.has-dropdown ul.dropdown {
  clip: auto;
  display: none;
  -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4), inset 0 46px 5px -42px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4), inset 0 46px 5px -42px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4), inset 0 46px 5px -42px rgba(0, 0, 0, 0.4);
}
.top-bar-section ul#main-menu li.has-dropdown ul.dropdown a {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease-in-out;
  height: auto;
  color: #fff;
}
.top-bar-section ul#main-menu li.has-dropdown ul.dropdown a:hover {
  background: none;
  padding: 8px 22px;
  border-bottom: none;
}
.top-bar-section ul#main-menu li.has-dropdown ul.dropdown ul.dropdown {
  clip: auto;
}

/* Flyouts */
.top-bar-section .dropdown {
  overflow: visible !important;
  display: none !important;
}

.top-bar-section li.hovered > ul.dropdown {
  display: block !important;
}

.top-bar-section ul#main-menu li.has-dropdown li a,
.top-bar-section ul#main-menu li.has-dropdown li label {
  height: auto !important;
  padding: 0.4rem 1rem !important;
  line-height: 1rem;
}
.top-bar-section ul#main-menu li.has-dropdown li a:hover,
.top-bar-section ul#main-menu li.has-dropdown li label:hover {
  border: none;
}

.top-bar-section ul#main-menu > li.last:hover label {
  background: rgba(0, 170, 96, 0.3);
  border-bottom: 3px solid #00aa60;
  padding: 4px 22px 10px;
}

.top-bar-section ul#main-menu li.has-dropdown ul.dropdown {
  background: rgba(0, 0, 0, 0.3);
}

.top-bar-section ul#main-menu li.has-dropdown ul.dropdown {
  padding: 0;
}
.top-bar-section ul#main-menu li.has-dropdown ul.dropdown ul.dropdown {
  padding: 0;
}

.top-bar-section ul#main-menu li.has-dropdown ul.dropdown li.has-dropdown label,
.top-bar-section ul#main-menu li.has-dropdown ul.dropdown li.has-dropdown a {
  background: none;
  border: none;
  text-transform: uppercase;
  transition: all 0 ease-in-out;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 0.7rem;
}
.top-bar-section ul#main-menu li.has-dropdown ul.dropdown li.has-dropdown label:hover,
.top-bar-section ul#main-menu li.has-dropdown ul.dropdown li.has-dropdown a:hover {
  transition: all 0 ease-in-out;
  background: rgba(0, 0, 0, 0.3);
  color: #38d48a;
}
.top-bar-section ul#main-menu li.has-dropdown ul.dropdown li.has-dropdown label:after,
.top-bar-section ul#main-menu li.has-dropdown ul.dropdown li.has-dropdown a:after {
  display: none;
  content: "»";
  top: 9px !important;
  margin-left: 5px;
}

nav.top-bar .top-bar-section li.has-dropdown:hover > ul.dropdown {
  display: block !important;
}
nav.top-bar .top-bar-section li.has-dropdown:hover > ul.dropdown li.expanded.has-dropdown:hover ul.dropdown {
  display: block !important;
}

.top-bar-section .has-dropdown > a,
.top-bar-section .has-dropdown.more > label {
  padding-right: 30px !important;
}
.top-bar-section .has-dropdown > a:hover:after,
.top-bar-section .has-dropdown.more > label:hover:after {
  top: 22px !important;
}

.top-bar-section .has-dropdown > a:after {
  border: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  margin: 0;
  top: 25px !important;
  left: auto !important;
  right: 10px;
  transition: all 0.15s ease-in-out;
}

.top-bar-section .has-dropdown.more > label:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  margin: 0;
  top: 25px !important;
  left: auto;
  right: 10px;
  transition: all 0.15s ease-in-out;
}

.solid .top-bar-section .has-dropdown > a:after,
.solid .top-bar-section .has-dropdown.more > label:after {
  border-top-color: #262626;
}

.top-bar-section ul#main-menu li.gear.has-dropdown {
  position: static;
  width: auto;
}
.top-bar-section ul#main-menu li.gear.has-dropdown:hover a.topics {
  background: rgba(56, 212, 138, 0.3);
  border-bottom: 3px solid rgb(56, 212, 138);
  padding: 4px 22px 10px;
}
.top-bar-section ul#main-menu li.gear.has-dropdown:hover a.topics:after {
  top: 22px !important;
}
.top-bar-section ul#main-menu li.gear.has-dropdown ul.dropdown {
  position: absolute;
  top: 58px;
  left: 0;
  background: #f7f7f7;
  padding-left: 0;
  display: block;
  /*&:after {
  	content:"";
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 100%;
  	background: red; 
  }*/
}
.top-bar-section ul#main-menu li.gear.has-dropdown ul.dropdown li {
  float: left;
  display: inline-block;
  width: auto;
  background: none;
  border-right: 1px solid #770b3a;
}
.top-bar-section ul#main-menu li.gear.has-dropdown ul.dropdown li a {
  color: #770b3a;
  background: none;
  padding: 1.5rem !important;
  text-transform: uppercase;
}
.top-bar-section ul#main-menu li.gear.has-dropdown ul.dropdown li a:hover {
  color: #ec1775;
}
.top-bar-section ul#main-menu li.gear.has-dropdown ul.dropdown li:last-child {
  border: none;
}

.top-bar-section ul#main-menu li.topics.has-dropdown {
  position: static;
  width: auto;
}
.top-bar-section ul#main-menu li.topics.has-dropdown:hover a.topics {
  background: rgba(56, 212, 138, 0.3);
  border-bottom: 3px solid rgb(56, 212, 138);
  padding: 4px 22px 10px;
}
.top-bar-section ul#main-menu li.topics.has-dropdown:hover a.topics:after {
  top: 22px !important;
}
.top-bar-section ul#main-menu li.topics.has-dropdown ul.dropdown {
  position: absolute;
  top: 58px;
  left: 0;
  background: #f7f7f7;
  padding-left: 0;
}
.top-bar-section ul#main-menu li.topics.has-dropdown ul.dropdown.after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: red;
}
.top-bar-section ul#main-menu li.topics.has-dropdown ul.dropdown li {
  float: left;
  display: inline-block;
  width: auto;
  background: none;
  border-right: 1px solid #00aa60;
}
.top-bar-section ul#main-menu li.topics.has-dropdown ul.dropdown li a {
  color: #00aa60;
  background: none;
  padding: 1.5rem !important;
  text-transform: uppercase;
}
.top-bar-section ul#main-menu li.topics.has-dropdown ul.dropdown li a:hover {
  color: #38d48a;
}
.top-bar-section ul#main-menu li.topics.has-dropdown ul.dropdown li:last-child {
  border: none;
}

.top-bar-section ul#main-menu li.stats.has-dropdown {
  position: static;
  width: auto;
}
.top-bar-section ul#main-menu li.stats.has-dropdown:hover a.stats {
  background: rgba(0, 154, 224, 0.3);
  border-bottom: 3px solid rgb(0, 154, 224);
  padding: 4px 22px 10px;
}
.top-bar-section ul#main-menu li.stats.has-dropdown:hover a.stats:after {
  top: 22px !important;
}
.top-bar-section ul#main-menu li.stats.has-dropdown ul.dropdown {
  position: absolute;
  top: 58px;
  left: 0;
  background: #f7f7f7;
  padding-left: 0;
}
.top-bar-section ul#main-menu li.stats.has-dropdown ul.dropdown.after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: red;
}
.top-bar-section ul#main-menu li.stats.has-dropdown ul.dropdown li {
  float: left;
  display: inline-block;
  width: auto;
  background: none;
  border-right: 1px solid #00aa60;
}
.top-bar-section ul#main-menu li.stats.has-dropdown ul.dropdown li a {
  color: #0082ba;
  background: none;
  padding: 1.5rem !important;
  text-transform: uppercase;
}
.top-bar-section ul#main-menu li.stats.has-dropdown ul.dropdown li a:hover {
  color: #009ae0;
}
.top-bar-section ul#main-menu li.stats.has-dropdown ul.dropdown li:last-child {
  border: none;
}

.top-bar-section ul#main-menu li.more.has-dropdown {
  position: static;
  width: auto;
}
.top-bar-section ul#main-menu li.more.has-dropdown:hover label.more {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid #fff;
  padding: 4px 22px 10px;
}
.top-bar-section ul#main-menu li.more.has-dropdown:hover label.more:after {
  top: 22px !important;
}
.top-bar-section ul#main-menu li.more.has-dropdown ul.dropdown {
  position: absolute;
  top: 58px;
  left: 0;
  background: #f7f7f7;
  padding-left: 0;
  overflow: hidden;
}
.top-bar-section ul#main-menu li.more.has-dropdown ul.dropdown li {
  float: left;
  display: inline-block;
  width: auto;
  background: none;
  border-right: none;
  overflow: hidden;
}
.top-bar-section ul#main-menu li.more.has-dropdown ul.dropdown li a {
  color: #262626;
  background: none;
  padding: 1.5rem 0.25rem !important;
  text-transform: uppercase;
  border-right: 1px solid #262626;
}
.top-bar-section ul#main-menu li.more.has-dropdown ul.dropdown li a:hover {
  color: #38d48a;
}
@media (min-width: 1025px) {
  .top-bar-section ul#main-menu li.more.has-dropdown ul.dropdown li a {
    padding: 1.5rem 0.5rem !important;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .top-bar-section ul#main-menu li.more.has-dropdown ul.dropdown li a {
    padding: 1.5rem 0.5rem !important;
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .top-bar-section ul#main-menu li.more.has-dropdown ul.dropdown li a {
    padding: 1.5rem 1rem !important;
  }
}
.top-bar-section ul#main-menu li.more.has-dropdown ul.dropdown li:last-child {
  border: none;
}
.top-bar-section ul#main-menu li.more.has-dropdown li.about,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more {
  position: absolute !important;
  right: 0;
  top: 0;
  border: none;
  background: #262626 !important;
  width: 28% !important;
  height: 31px !important;
}
.top-bar-section ul#main-menu li.more.has-dropdown li.about label,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more label {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #ec1775;
  display: inline-block;
  float: left;
  font-weight: 400;
  padding: 10px 15px !important;
  font-size: 13px !important;
  position: relative !important;
  width: 70px;
  text-align: center;
}
.top-bar-section ul#main-menu li.more.has-dropdown li.about label:hover,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more label:hover {
  color: #ec1775 !important;
  background: none !important;
}
.top-bar-section ul#main-menu li.more.has-dropdown li.about ul.dropdown,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more ul.dropdown {
  position: absolute !important;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block !important;
  float: left;
  background: #262626;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-bar-section ul#main-menu li.more.has-dropdown li.about ul.dropdown a,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more ul.dropdown a {
  color: #fff;
  padding: 10px 1rem 10px 0 !important;
  font-size: 12px !important;
  text-transform: none;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300;
  transition: all 0.15s ease-in-out;
}
.top-bar-section ul#main-menu li.more.has-dropdown li.about ul.dropdown a:hover,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more ul.dropdown a:hover {
  text-decoration: underline;
  transition: all 0.15s ease-in-out;
  background: none;
}
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more {
  top: auto;
  bottom: 0;
  border-top: 1px solid #ec1775 !important;
  overflow: hidden;
  height: 33px !important;
}
@media screen and (min-width: 1641px) and (max-width: 5000px) {
  .top-bar-section ul#main-menu li.more.has-dropdown li.about,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more {
    width: 23% !important;
  }
}
@media screen and (min-width: 1510px) and (max-width: 1640px) {
  .top-bar-section ul#main-menu li.more.has-dropdown li.about,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more {
    width: 25% !important;
  }
}
@media screen and (min-width: 1381px) and (max-width: 1511px) {
  .top-bar-section ul#main-menu li.more.has-dropdown li.about,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more {
    width: 28% !important;
  }
}
@media screen and (min-width: 1251px) and (max-width: 1380px) {
  .top-bar-section ul#main-menu li.more.has-dropdown li.about,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more {
    width: 33% !important;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1250px) {
  .top-bar-section ul#main-menu li.more.has-dropdown li.about,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more {
    width: 35% !important;
  }

  .top-bar-section ul#main-menu li a {
    padding: 7px 15px;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1180px) {
  .top-bar-section ul#main-menu li a {
    padding: 7px 10px;
  }
  .top-bar-section ul#main-menu li a:hover {
    padding: 4px 10px 10px;
  }

  .top-bar-section ul#main-menu li.more.has-dropdown li.about,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more {
    width: 36% !important;
  }

  header .top-bar-section ul#main-menu li.topics.has-dropdown:hover a.topics {
    padding: 4px 30px 4px 10px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .top-bar-section ul#main-menu li a {
    padding: 7px 10px;
  }
  .top-bar-section ul#main-menu li a:hover {
    padding: 4px 10px 10px;
  }

  .top-bar-section ul#main-menu li.has-dropdown label {
    padding: 7px 10px;
  }

  .top-bar-section ul#main-menu li.more.has-dropdown li.about,
.top-bar-section ul#main-menu li.more.has-dropdown li.social-more {
    width: 39% !important;
  }

  header .top-bar-section ul#main-menu li.topics.has-dropdown:hover a.topics,
header .top-bar-section ul#main-menu li.more.has-dropdown:hover label.more {
    padding: 4px 30px 4px 10px !important;
  }

  header .social {
    padding: 0 0.75rem;
    right: 75px;
  }

  header .search {
    width: 75px;
  }
}
.top-bar-section .has-dropdown > a:after {
  border-top-color: rgb(255, 255, 255);
  left: 80px;
  top: 30.5px;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  header {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }

  .top-bar {
    height: 48px;
  }
  .top-bar .title-area li {
    height: 48px;
  }
  .top-bar .title-area li a {
    height: 48px;
  }
  .top-bar .title-area li.name h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .top-bar .title-area li.name h1 a {
    width: 74px;
    background-size: 74px 48px;
    background-image: url("../img/18logo-g.png");
  }

  body.mobile-menu-open,
html.mobile-menu-open {
    overflow: hidden;
  }

  [aria-hidden=true] {
    display: none;
  }

  [aria-hidden=false] {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 499;
    background: rgba(0, 0, 0, 0.8);
    color: #f7f7f7;
    top: 48px;
    left: -100%;
    transition: all 0.25s ease-in-out;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu.menu-active {
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mobile-menu .search-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    overflow: hidden;
  }
  .mobile-menu .search-container .search-btn {
    width: 50px;
    height: 48px;
    background: #fff;
    position: relative;
  }
  .mobile-menu .search-container .search-btn img {
    width: 25px;
    position: relative;
    top: 11px;
    left: 14px;
  }
  .mobile-menu .search-container.search-open {
    width: 100%;
  }
  .mobile-menu .search-container.search-open .search-btn {
    opacity: 0;
    float: right;
  }
  .mobile-menu input.mobile-search,
.mobile-menu #edit-search-block-form--4 {
    width: 100%;
    height: 48px;
    border: none;
    font-size: 1.6rem;
    padding: 0.5rem 1.5rem;
    color: #262626 !important;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0;
    background: #fff url(../img/search-dk.svg) no-repeat right 14px center/25px auto;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 800px;
  }
  .mobile-menu input.mobile-search.active-open,
.mobile-menu #edit-search-block-form--4.active-open {
    left: 0;
  }
  .mobile-menu #search-block-form--2 {
    width: 100%;
    position: relative;
  }
  .mobile-menu #search-block-form--2 .small-8 {
    width: 100%;
  }
  .mobile-menu #search-block-form--2 .small-4 {
    display: none;
  }
  .mobile-menu nav {
    position: relative;
    padding-top: 0;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu nav.move-search {
    padding-top: 48px;
  }
  .mobile-menu nav:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    z-index: 1000;
    bottom: 0;
    left: 0;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  }
  .mobile-menu nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu nav .main-mobile-nav {
    padding: 1rem 1.5rem;
  }
  .mobile-menu nav .main-mobile-nav ul li {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .mobile-menu nav .main-mobile-nav ul li a {
    padding: 0.5rem 0;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #799900;
    font-weight: 400;
    display: block;
  }
  .mobile-menu nav .main-mobile-nav ul li.news {
    animation-delay: 0s;
  }
  .mobile-menu nav .main-mobile-nav ul li.news a {
    color: #f7c300;
  }
  .mobile-menu nav .main-mobile-nav ul li.entertainment {
    animation-delay: 0.1s;
  }
  .mobile-menu nav .main-mobile-nav ul li.entertainment a {
    color: #00b99b;
  }
  .mobile-menu nav .main-mobile-nav ul li.videos {
    animation-delay: 0.2s;
  }
  .mobile-menu nav .main-mobile-nav ul li.videos a {
    color: #009ae0;
  }
  .mobile-menu nav .main-mobile-nav ul li.photos {
    animation-delay: 0.3s;
  }
  .mobile-menu nav .main-mobile-nav ul li.photos a {
    color: #9e5fb9;
  }
  .mobile-menu nav .main-mobile-nav ul li.learning {
    animation-delay: 0.4s;
  }
  .mobile-menu nav .main-mobile-nav ul li.learning a {
    color: #f1533a;
  }
  .mobile-menu nav .main-mobile-nav ul li.gear {
    animation-delay: 0.5s;
  }
  .mobile-menu nav .main-mobile-nav ul li.gear a {
    color: #ec1775;
  }
  .mobile-menu nav .main-mobile-nav ul li.topics {
    animation-delay: 0.6s;
  }
  .mobile-menu nav .main-mobile-nav ul li.topics a {
    color: #fb9c00;
  }
  .mobile-menu nav .main-mobile-nav ul li.stats {
    animation-delay: 0.7s;
  }
  .mobile-menu nav .main-mobile-nav ul li.stats a {
    color: #009ae0;
  }
  .mobile-menu nav .block-menu-menu-topics-menu {
    background: #ecf0f1;
    padding: 1.5rem 1.5rem;
    display: none;
  }
  .mobile-menu nav .block-menu-menu-topics-menu ul.menu a.topics {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #38d48a;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin: 0 0 0.75rem;
    font-weight: 400;
  }
  .mobile-menu nav .block-menu-menu-topics-menu ul.menu li.expanded ul li {
    width: 50%;
    float: left;
  }
  .mobile-menu nav .block-menu-menu-topics-menu ul.menu li.expanded ul li a {
    padding: 0.25rem 0;
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #262626;
    font-weight: 400;
    display: block;
  }
  .mobile-menu nav .block-menu-menu-tertiary-mobile-menu {
    background: #ecf0f1;
    padding: 1rem 1.5rem;
  }
  .mobile-menu nav .block-menu-menu-tertiary-mobile-menu ul li a {
    padding: 0.75rem 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #262626;
    font-weight: 400;
    display: block;
  }
  .mobile-menu nav .block-menu-menu-quaternary-mobile-menu {
    padding: 0 1rem;
  }
  .mobile-menu nav .block-menu-menu-quaternary-mobile-menu ul {
    display: flex;
  }
  .mobile-menu nav .block-menu-menu-quaternary-mobile-menu ul li {
    /*width: 25%;
    float: left;*/
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
  }
  .mobile-menu nav .block-menu-menu-quaternary-mobile-menu ul li a {
    padding: 0.75rem 0;
    font-size: 0.65rem;
    line-height: 1.8rem;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: block;
    text-align: center;
    width: 100%;
  }
  .mobile-menu nav .social {
    background: #ecf0f1;
    padding: 1rem 1.5rem 2rem;
  }
  .mobile-menu nav .social h3 {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #262626;
    letter-spacing: 2px;
  }
  .mobile-menu nav .social ul.social-links {
    display: flex;
  }
  .mobile-menu nav .social ul.social-links li {
    /*float: left;
    margin: 0 3.04%;
    height: 35px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    /*&.fb {
    	width: 22px;
    }

    &.ig {
    	width: 42px;
    	margin-top: 3px
    }

    &.tw {
    	width: 42px;
    	margin-top: 6px;
    }

    &.sc {
    	width: 44px;
    	margin-top: 2px
    }

    &.yt {
    	width: 40px;
    	margin-top: 5px
    }

    &.em {
    	width: 50px;
    	margin-top: 5px
    }		*/
  }
  .mobile-menu nav .social ul.social-links li a {
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  .mobile-menu nav .social ul.social-links li a img {
    height: 100%;
    width: auto;
  }
}
/* Mobile Menu Revision - 2016 12 21 */
/* Nav Drop */
.main-mobile-nav {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Gear */
.main-mobile-nav li > a {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.main-mobile-nav li.gear {
  position: relative;
  width: 100%;
  height: 41px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.main-mobile-nav li.gear .nolink {
  color: #ec1775;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

.main-mobile-nav li.gear.expand-menu {
  height: 147px;
}

.main-mobile-nav li.gear:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 14px;
  top: 15px;
  left: 5.5rem;
  background: url(../img/select-arrow-right-gear.png) no-repeat;
}

.main-mobile-nav li.gear.expand-menu:after {
  background: url(../img/select-arrow-down-gear.png) no-repeat;
  width: 14px;
  height: 11px;
}

.main-mobile-nav li.gear > a {
  position: relative;
  width: 75%;
}

.main-mobile-nav li.gear ul {
  background: #ecf0f1;
  overflow: auto;
  zoom: 1;
  margin-top: 1rem;
  padding: 0.5rem 0;
}

.main-mobile-nav li.gear ul li {
  width: 50%;
  float: left;
}

/* Topics */
.main-mobile-nav li.topics {
  position: relative;
  width: 100%;
  height: 41px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.main-mobile-nav li.topics .nolink {
  color: #38d48a;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

.main-mobile-nav li.topics.expand-menu {
  height: 275px;
}

.main-mobile-nav li.topics:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 14px;
  top: 15px;
  left: 6.75rem;
  background: url(../img/select-arrow-right-top.png) no-repeat;
}

.main-mobile-nav li.topics.expand-menu:after {
  background: url(../img/select-arrow-down-top.png) no-repeat;
  width: 14px;
  height: 11px;
}

.main-mobile-nav li.topics > a {
  position: relative;
  width: 75%;
}

.main-mobile-nav li.topics ul {
  background: #ecf0f1;
  overflow: auto;
  zoom: 1;
  margin-top: 1rem;
  padding: 0.5rem 0;
}

.main-mobile-nav li.topics ul li {
  width: 50%;
  float: left;
}

.main-mobile-nav .menu li.gear ul.menu li a,
.main-mobile-nav .menu li.topics ul.menu li a {
  padding: 0.25rem 0;
  font-size: 0.9rem;
  line-height: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #262626;
  font-weight: 400;
}

header div.main-mobile-nav li ul li a {
  padding: 0.25rem 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.6rem !important;
  font-family: "Roboto Condensed", sans-serif !important;
  text-transform: uppercase !important;
  color: #262626 !important;
  font-weight: 400 !important;
  display: none !important;
}

/* End Menu Revision */
.toggle-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 60px;
}
.toggle-menu .menu-name {
  display: none;
}

/* Icon 3 */
#nav-icon {
  width: 27px;
  height: 24px;
  position: absolute;
  right: 1rem;
  top: 14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #262626;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 415px) and (max-width: 5000px) {
  .mobile-menu nav .social ul.social-links {
    width: 366px;
    margin: 0 auto;
  }
  .mobile-menu nav .social ul.social-links li {
    float: left;
    margin: 0 3.04%;
    height: 35px;
  }
}
@media screen and (min-width: 414px) and (max-width: 414px) {
  .mobile-menu nav .social ul.social-links li {
    float: left;
    margin: 0 3.04%;
    height: 35px;
  }
}
@media screen and (min-width: 376px) and (max-width: 413px) {
  .mobile-menu nav .social ul.social-links li {
    float: left;
    margin: 0 2%;
    height: 35px;
  }
}
@media screen and (min-width: 375px) and (max-width: 375px) {
  .mobile-menu nav .social ul.social-links li {
    float: left;
    margin: 0 2.4%;
    height: 35px;
  }
}
@media screen and (min-width: 321px) and (max-width: 374px) {
  .mobile-menu nav .social ul.social-links li {
    float: left;
    margin: 0 2%;
    height: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 320px) {
  .mobile-menu nav .social ul.social-links li {
    float: left;
    margin: 0 2.23%;
    height: 30px;
  }
}
body.lang-en .translate-esp,
body.lang-en .translate-x-default {
  display: none !important;
}

body.lang-x-default .translate-eng,
body.lang-x-default .translate-esp {
  display: none !important;
}

body.lang-es .translate-eng,
body.lang-es .translate-x-default {
  display: none !important;
}

.nopadtop {
  padding-top: 0 !important;
}

section.featured-futbo-news {
  padding-top: 0 !important;
}

header.futbol-header {
  min-height: 2rem;
  background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1325px) {
  header.futbol-header {
    border-top: 3px solid #CE0E2D;
  }
}
header.futbol-header nav.futbol-navigation {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
@media (min-width: 1325px) {
  header.futbol-header nav.futbol-navigation {
    flex-direction: row;
    align-items: center;
    min-height: 3rem;
    padding-left: 0;
  }
}
header.futbol-header nav.futbol-navigation a.logo {
  display: block;
  width: 10rem;
  margin: 0.15rem 0 0.15rem 1rem;
}
@media (min-width: 1325px) {
  header.futbol-header nav.futbol-navigation a.logo {
    width: 12rem;
    margin: 0 0.5rem 0 1rem;
  }
}
header.futbol-header nav.futbol-navigation a.logo img {
  width: 100%;
}
header.futbol-header nav.futbol-navigation a.logo svg {
  display: inline-block;
  width: 100%;
}
header.futbol-header nav.futbol-navigation a.logo svg path, header.futbol-header nav.futbol-navigation a.logo svg polygon {
  transition: all 0.15s ease-in-out;
  fill: #789904 !important;
}
header.futbol-header nav.futbol-navigation a.logo svg path.st12, header.futbol-header nav.futbol-navigation a.logo svg polygon.st12 {
  fill: #CE0E2D !important;
}
header.futbol-header nav.futbol-navigation a.logo.the18-logo {
  width: 4rem;
  margin: 0 0 0;
}
@media (min-width: 1325px) {
  header.futbol-header nav.futbol-navigation a.logo.the18-logo {
    width: 5.1rem;
    margin: 0 0.5rem 0 0;
  }
}
header.futbol-header nav.futbol-navigation section.flex-nav {
  overflow: hidden;
  width: 100%;
  border-top: 3px solid #CE0E2D;
  padding-left: 1rem;
}
@media (min-width: 1325px) {
  header.futbol-header nav.futbol-navigation section.flex-nav {
    width: calc(100% - 270px);
    border-top: 0;
    padding-left: 0.5rem;
  }
}
header.futbol-header nav.futbol-navigation .menu {
  list-style: none;
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  margin: 0;
  box-sizing: content-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}
@media (min-width: 1325px) {
  header.futbol-header nav.futbol-navigation .menu {
    width: calc(100% - 200px);
  }
}
header.futbol-header nav.futbol-navigation .menu::-webkit-scrollbar {
  height: 0;
  background: transparent;
}
header.futbol-header nav.futbol-navigation .menu li {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header.futbol-header nav.futbol-navigation .menu a, header.futbol-header nav.futbol-navigation .menu nolink {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  height: 100%;
  padding: 0.35rem 0 0.4rem;
  margin-right: 1rem;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: relative;
}
header.futbol-header nav.futbol-navigation .menu a.active:after, header.futbol-header nav.futbol-navigation .menu nolink.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 2px;
  width: 100%;
  background: #262626;
}
header.futbol-header nav.futbol-navigation .menu a.back-to-home, header.futbol-header nav.futbol-navigation .menu nolink.back-to-home {
  background: #799900 url("/sites/all/themes/t18v3z5/img/the18-logo-w-r-side.png") no-repeat left 0.75rem center;
  background-size: 2rem;
  padding-left: 3.5rem;
  padding-right: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-right: 0;
  color: #fff;
}
header.futbol-header nav.futbol-navigation .menu a:focus, header.futbol-header nav.futbol-navigation .menu nolink:focus {
  outline: none;
}
@media (min-width: 1325px) {
  header.futbol-header nav.futbol-navigation .menu a, header.futbol-header nav.futbol-navigation .menu nolink {
    transition: all 0.15s ease-in-out;
    padding: 1rem 10px;
    margin-right: 0;
  }
  header.futbol-header nav.futbol-navigation .menu a.active, header.futbol-header nav.futbol-navigation .menu nolink.active {
    background: rgba(255, 255, 255, 0.4);
  }
  header.futbol-header nav.futbol-navigation .menu a.active:after, header.futbol-header nav.futbol-navigation .menu nolink.active:after {
    display: none;
  }
  header.futbol-header nav.futbol-navigation .menu a.back-to-home, header.futbol-header nav.futbol-navigation .menu nolink.back-to-home {
    display: none;
  }
  header.futbol-header nav.futbol-navigation .menu a:hover, header.futbol-header nav.futbol-navigation .menu nolink:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
header.futbol-header nav.futbol-navigation .menu nolink.more {
  position: relative;
}
header.futbol-header nav.futbol-navigation .menu nolink.more:hover {
  cursor: pointer;
}
header.futbol-header nav.futbol-navigation .menu nolink.more.clicked:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 2px;
  width: 100%;
  background: #fff;
}
@media (min-width: 1325px) {
  header.futbol-header nav.futbol-navigation .menu nolink.more.clicked {
    background: rgba(255, 255, 255, 0.4);
  }
  header.futbol-header nav.futbol-navigation .menu nolink.more.clicked:after {
    display: none;
  }
}
header.futbol-header.the18-header {
  border-top: transparent;
}
header.futbol-header.the18-header nav.futbol-navigation section.flex-nav {
  border-color: #799900;
}
header.futbol-header.the18-header nav.futbol-navigation a.logo img.green {
  display: block;
}
header.futbol-header.the18-header nav.futbol-navigation a.logo img.white {
  display: none;
}
@media (min-width: 1325px) {
  header.futbol-header.the18-header nav.futbol-navigation .menu a, header.futbol-header.the18-header nav.futbol-navigation .menu nolink {
    padding: 1rem;
  }
}
header.futbol-header.the18-header nav.futbol-navigation .menu a.back-to-home,
header.futbol-header.the18-header nav.futbol-navigation .menu nolink.back-to-home {
  background-image: url("/sites/all/themes/t18v3z5/img/the18-futbol_logo.svg");
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 7.5rem;
  background-position-y: 0;
}
header.futbol-header.the18-header.solid nav.futbol-navigation section.flex-nav {
  border-color: #799900;
}
header.futbol-header.the18-header.solid nav.futbol-navigation a.logo img.white {
  display: none;
}
header.futbol-header.the18-header.solid nav.futbol-navigation a.logo img.green {
  display: block;
}
header.futbol-header div.futbol-after-nav.search {
  display: flex !important;
  align-items: center;
  padding: 0;
  height: 44px;
  width: auto;
  right: 0;
  justify-content: unset;
}
@media (min-width: 1325px) {
  header.futbol-header div.futbol-after-nav.search {
    height: 54px;
    width: 250px;
    border-left: 1px solid rgba(38, 38, 38, 0.4);
  }
}
header.futbol-header div.futbol-after-nav.search a.contextual-links-trigger {
  display: none;
}
header.futbol-header div.futbol-after-nav.search div.language {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.3rem 0.5rem;
  border-right: 1px solid rgba(38, 38, 38, 0.4);
}
header.futbol-header div.futbol-after-nav.search div.language a.lang {
  width: auto;
  height: auto !important;
  display: inline-block;
  text-decoration: none;
  color: #262626;
  height: 100%;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: relative;
}
header.futbol-header div.futbol-after-nav.search div.language section.language-switcher {
  padding: 0;
  background: none;
  position: relative;
  top: auto;
  left: auto;
}
header.futbol-header div.futbol-after-nav.search div.language ul.language-switcher-locale-url {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
header.futbol-header div.futbol-after-nav.search div.language ul.language-switcher-locale-url a {
  color: #fff;
  width: auto;
  height: auto;
  margin: auto;
  font-size: 0.5rem;
}
header.futbol-header div.futbol-after-nav.search div.language ul.language-switcher-locale-url a.active {
  color: red;
  pointer-events: none;
}
header.futbol-header div.futbol-after-nav.search div.language ul.language-switcher-locale-url a:hover {
  color: #0082ba;
}
header.futbol-header div.futbol-after-nav.search div.language ul.language-switcher-locale-url a:hover.active {
  color: red;
}
header.futbol-header div.futbol-after-nav.search a.glass {
  margin: 0 1rem;
}
header.futbol-header div.futbol-after-nav.search a.glass img, header.futbol-header div.futbol-after-nav.search a.glass svg {
  width: 20px;
  height: 20px;
}
header.futbol-header div.futbol-after-nav.search div.back-home {
  display: none;
  flex-direction: column;
  background: #799900;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
header.futbol-header div.futbol-after-nav.search div.back-home a.home-logo {
  width: auto;
  height: auto;
  margin: 0;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1;
  display: inherit;
  justify-content: center;
  align-items: center;
  font-style: italic;
}
header.futbol-header div.futbol-after-nav.search div.back-home a.home-logo img {
  width: 3rem;
  height: auto;
  margin-right: 0.75rem;
}
header.futbol-header div.futbol-after-nav.search div.back-home a.home-logo.futbol-logo img.the18futbol-logo,
header.futbol-header div.futbol-after-nav.search div.back-home a.home-logo.futbol-logo svg.the18futbol-logo {
  width: 10rem;
  height: auto;
  transform: translateY(-3px);
}
@media (min-width: 1325px) {
  header.futbol-header div.futbol-after-nav.search div.back-home {
    display: flex;
  }
}
header.futbol-header div.futbol-after-nav.search.expand {
  height: 33px !important;
  width: 100%;
  border-left: 0;
}
@media (min-width: 700px) {
  header.futbol-header div.futbol-after-nav.search.expand {
    width: 50%;
  }
}
@media (min-width: 1325px) {
  header.futbol-header div.futbol-after-nav.search.expand {
    width: 300px;
  }
}
header.futbol-header div.futbol-after-nav.search.expand div.language {
  z-index: -1;
}
header.futbol-header div.futbol-after-nav.search.expand a.glass {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  right: 0;
}
@media (min-width: 1325px) {
  header.futbol-header div.futbol-after-nav.search.expand a.glass {
    width: 27px;
    height: 27px;
    background-size: 27px;
    right: 12px;
  }
}
header.futbol-header div.futbol-after-nav.search.expand #edit-search-block-form--2 {
  height: 48px;
}
@media (min-width: 1325px) {
  header.futbol-header div.futbol-after-nav.search.expand #edit-search-block-form--2 {
    height: 54px;
  }
}
header.futbol-header div.futbol-after-nav.search.expand div.back-home {
  opacity: 0;
}
header.futbol-header nav.subnav {
  display: flex;
  flex-direction: column;
  background: #BFC3C7;
  position: relative;
  overflow: hidden;
  width: 100%;
}
header.futbol-header nav.subnav.from-more {
  display: none;
}
header.futbol-header nav.subnav.from-lang {
  display: none;
}
header.futbol-header nav.subnav:before {
  content: "";
  position: absolute;
  display: block;
  top: -100%;
  width: 100%;
  height: 100%;
  background: transparent;
  -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
}
@media (min-width: 1325px) {
  header.futbol-header nav.subnav {
    flex-direction: row;
    background: #BFC3C7;
  }
}
header.futbol-header nav.subnav section.block-menu {
  width: 100%;
}
header.futbol-header nav.subnav ul.menu {
  list-style: none;
  display: flex;
  column-gap: 1rem;
  overflow-x: scroll;
  white-space: nowrap;
  margin: 0;
  box-sizing: content-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  background: transparent;
}
header.futbol-header nav.subnav ul.menu::-webkit-scrollbar {
  height: 0;
  background: transparent;
}
header.futbol-header nav.subnav ul.menu li {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header.futbol-header nav.subnav ul.menu li.first {
  padding-left: 1rem;
}
header.futbol-header nav.subnav ul.menu li.last {
  padding-right: 1rem;
}
header.futbol-header nav.subnav ul.menu a {
  display: inline-block;
  text-decoration: none;
  color: #262626;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 0.35rem 0 0.4rem;
  position: relative;
}
header.futbol-header nav.subnav ul.menu a.active.on:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 5px;
  background: #000;
}
@media (min-width: 1325px) {
  header.futbol-header nav.subnav ul.menu a {
    padding: 0.5rem 0;
  }
}
header.futbol-header nav.more-subnav {
  justify-content: flex-start;
  padding-left: 0;
  display: none;
}
header.futbol-header nav.more-subnav.active {
  display: flex;
}
@media (min-width: 1325px) {
  header.futbol-header nav.more-subnav {
    justify-content: space-between;
    align-items: flex-end;
  }
}
header.futbol-header nav.more-subnav .block {
  position: relative;
  height: 100%;
}
@media (min-width: 1325px) {
  header.futbol-header nav.more-subnav .more-content {
    padding-left: 0;
  }
}
header.futbol-header nav.more-subnav .about-nav {
  background: rgba(38, 38, 38, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 1rem;
}
@media (min-width: 1325px) {
  header.futbol-header nav.more-subnav .about-nav {
    padding: 0;
    flex-direction: row;
  }
}
header.futbol-header nav.more-subnav .more-about ul.menu li.first {
  padding-left: 0;
}
@media (min-width: 1325px) {
  header.futbol-header nav.more-subnav .more-about ul.menu li.first {
    padding-left: 1rem;
  }
}
header.futbol-header nav.more-subnav .more-about ul.menu a {
  color: #fff;
  font-style: italic;
}
header.futbol-header nav.more-subnav .more-about.more-follow span, header.futbol-header nav.more-subnav .more-about.more-follow p {
  margin: 0;
  color: #fff;
}
header.futbol-header nav.more-subnav div.follow-block {
  display: flex;
}
header.futbol-header nav.more-subnav div.follow-block ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  height: 100%;
}
header.futbol-header nav.more-subnav div.follow-block ul li {
  margin: 0 0.75rem 0 0;
  padding: 0.75rem 0;
  width: 1.5rem;
  flex: 1;
}
header.futbol-header nav.more-subnav div.follow-block ul li:first-of-type {
  flex: 4;
}
header.futbol-header nav.more-subnav div.follow-block ul li span {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}
header.futbol-header nav.more-subnav div.follow-block ul li img {
  width: auto;
  height: 14px;
  min-width: 0.5rem;
  margin: auto;
}
header.futbol-header nav.lang-nav {
  flex-direction: row;
  justify-content: flex-end;
  background: none;
  display: none;
  padding: 0;
}
header.futbol-header nav.lang-nav.active {
  display: flex;
}
header.futbol-header nav.lang-nav section.language-switcher {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  width: 100%;
  padding: 0 1rem;
  top: auto;
  left: auto;
}
@media (min-width: 1325px) {
  header.futbol-header nav.lang-nav section.language-switcher {
    max-width: 250px;
  }
}
header.futbol-header nav.lang-nav ul.language-switcher-locale-url {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
header.futbol-header nav.lang-nav ul.language-switcher-locale-url li:last-of-type a {
  margin-right: 0;
}
@media (min-width: 1325px) {
  header.futbol-header nav.lang-nav ul.language-switcher-locale-url li:last-of-type a {
    margin-right: 1rem;
  }
}
header.futbol-header nav.lang-nav ul.language-switcher-locale-url a {
  display: inline-block;
  text-decoration: none;
  color: #262626;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 0.35rem 0 0.4rem;
  margin-right: 1rem;
  position: relative;
}
header.futbol-header nav.lang-nav ul.language-switcher-locale-url a.active {
  pointer-events: none;
}
header.futbol-header nav.lang-nav ul.language-switcher-locale-url a.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background: #262626;
}
header.futbol-header nav.lang-nav ul.language-switcher-locale-url a:hover.active {
  color: red;
}
header.futbol-header div.logo-wrapper {
  background: #fff;
}
header.futbol-header nav.futbol-navigation {
  background: #fff;
}
header.futbol-header nav.futbol-navigation .menu a, header.futbol-header nav.futbol-navigation .menu nolink {
  color: #262626;
}
header.futbol-header nav.futbol-navigation .menu a.active, header.futbol-header nav.futbol-navigation .menu nolink.active {
  background: none;
}
header.futbol-header.solid {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
header.futbol-header.solid nav.futbol-navigation div.logo-wrapper {
  background: #fff;
}
header.futbol-header.solid nav.futbol-navigation div.logo-wrapper a.logo svg path, header.futbol-header.solid nav.futbol-navigation div.logo-wrapper a.logo svg polygon {
  fill: #789904 !important;
}
header.futbol-header.solid nav.futbol-navigation div.logo-wrapper a.logo svg path.st12, header.futbol-header.solid nav.futbol-navigation div.logo-wrapper a.logo svg polygon.st12 {
  fill: #CE0E2D !important;
}
header.futbol-header.solid nav.futbol-navigation .menu a {
  color: #262626;
}
@media (min-width: 1325px) {
  header.futbol-header.solid nav.futbol-navigation {
    background: #fff;
  }
  header.futbol-header.solid nav.futbol-navigation div.logo-wrapper {
    background: #fff;
  }
  header.futbol-header.solid nav.futbol-navigation .menu a, header.futbol-header.solid nav.futbol-navigation .menu nolink {
    color: #262626;
  }
  header.futbol-header.solid nav.futbol-navigation .menu a.active, header.futbol-header.solid nav.futbol-navigation .menu nolink.active {
    background: rgba(0, 0, 0, 0.4);
  }
}
header.futbol-header.solid nav.subnav {
  background: #BFC3C7;
}
@media (min-width: 1325px) {
  header.futbol-header.solid nav.subnav {
    background: #BFC3C7;
  }
}
header.futbol-header.solid div.futbol-after-nav div.language {
  border-color: rgba(38, 38, 38, 0.4);
}
header.futbol-header.solid div.futbol-after-nav div.language a.lang {
  color: #262626;
}
@media (min-width: 1325px) {
  header.futbol-header.solid div.futbol-after-nav {
    border-left: 1px solid rgba(38, 38, 38, 0.4);
  }
}
header.futbol-header.solid div.futbol-after-nav.expand {
  border-left: 0;
}
header.futbol-header.solid div.futbol-after-nav div.language ul.language-switcher-locale-url a {
  color: #262626;
}

@media (min-width: 1325px) {
  body.lang-es header.futbol-header nav.futbol-navigation .menu a,
body.lang-es header.futbol-header nav.futbol-navigation .menu nolink {
    padding: 1rem 8px;
  }
}
.top-bar-section ul#main-menu li.more.has-dropdown ul.dropdown li a.futbol-home {
  background: url(../img/the18-futbol_logo-color.svg) no-repeat center;
  background-size: 95px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  padding: 1.5rem 0.5rem !important;
}

.mobile-menu nav .block-menu-menu-tertiary-mobile-menu ul li a.futbol-home {
  background: url(../img/the18-futbol_logo-color.svg) no-repeat;
  background-size: 150px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 940px) and (max-width: 1324px) {
  header.futbol-header nav.futbol-navigation .menu {
    justify-content: space-between;
  }
}
@media (min-width: 1100px) and (hover: none) and (pointer: coarse) {
  header.futbol-header nav.futbol-navigation .menu {
    justify-content: space-between;
  }
}
body.front header.futbol-header nav.futbol-navigation .menu a.active {
  background: none;
}

header div.search a.glass {
  display: none !important;
}

/* =============================================

			Beep Boop Boop Beep!
             ______             
          ,-'//__\\`-.          
        ,'  ____      `.        
       /   / ,-.-.      \       
      (/# /__`-'_| || || )      
      ||# []/()] O || || |      
    __`------------------'__    
   |--| |<=={_______}=|| |--|   
   |  | |-------------|| |  |   
   |  | |={_______}==>|| |  |   
   |  | |   |: _ :|   || |  |   
   > _| |___|:===:|   || |__<   
   :| | __| |: - :|   || | |:   
   :| | ==| |: _ :|   || | |:   
   :| | ==|_|:===:|___||_| |:   
   :| |___|_|:___:|___||_| |:   
   :| |||   ||/_\|| ||| -| |:   
   ;I_|||[]_||\_/|| ||| -|_I;   
   |_ |__________________| _|   
   | `\\\___|____|____/_//' |   
   J : |     \____/     | : L   
  _|_: |      |__|      | :_|_  
-/ _-_.'    -/    \-    `.-_- \-
/______\    /______\    /______\

=================================================

Table of Contents:

0.1  - Helpers
0.2  - Admin Fixes
0.3  - Buttons
0.4  - Default Page

1.0  - Sections
1.1  - Section Colors
2.0  - Featured Video
3.0  - Featured Editorial
4.0  - Meme Feed
5.0  - News Feed
6.0  - Mobile View News Feed
7.0  - Basic News Article Wrapper/Colors
8.0  - Partners Page Display
9.0  - Article Templates
9.1  - Photo Story
9.2  - Photo Post
9.3  - Article Quiz Post
9.4  - Article List
9.5  - Featured Player
9.6  - Article Video
9.7  - Article Quote
9.8  - Our Team
9.9  - Our Team - Bio
9.95 - Media - Bio
9.96 - Press Release
9.97 - Related Content
9.98 - Author - Mobile
10.0 - Home
11.0 - Video Players
12.0 - Photo Landing
13.0 - Gear Landing
14.0 - Learning Landing
15.0 - Topics & Players
16.0 - BIAB
17.0 - Players Pages
18.0 - Trending Landing
19.0 - Poll Page
20.0 - Training Video
21.0 - Paged Articles
22.0 - Hide Sections
23.0 - Search Results
24.0 - Interactive Multimedia Articles

30.0 - Legacy

33.0 - Soccer Stats Dispatcher Page
34.0 - New Social Share/Follow Buttons

35.0 - Stats section
36.0 - New Share/Follow Buttons
X.X - Ads
X.2 - Sponsored Bug

================================================= */
.alert-box.alert {
  display: none;
}

#admin-menu, #admin-menu .dropdown {
  font-size: 11px;
}

body.page-user .page-body {
  min-height: 700px;
}

div.profile h3 {
  display: inline-block;
  width: 45%;
}
div.profile dl {
  width: 45%;
}

#scrollMsg {
  position: fixed;
  color: red;
  font-size: 20px;
  background: white;
  padding: 20px;
}

#revisioning-revisions-summary .table-revisions {
  width: 100%;
}

.revisioning-ux-buttons {
  display: flex;
}
.revisioning-ux-buttons form {
  float: none;
}

#revisioning-publish-confirm,
#revisioning-unpublish-confirm,
#revisioning-delete-archived-confirm {
  background: #ffcece;
  border: 1px solid red;
  padding: 10px 16px;
  margin-bottom: 1.5rem;
}
#revisioning-publish-confirm button.button,
#revisioning-unpublish-confirm button.button,
#revisioning-delete-archived-confirm button.button {
  padding: 6px 10px;
  font-size: 1rem;
  margin: 0 10px;
}
#revisioning-publish-confirm a#edit-cancel,
#revisioning-unpublish-confirm a#edit-cancel,
#revisioning-delete-archived-confirm a#edit-cancel {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 3px;
  background-color: #e7e7e7;
  border: 1px solid #b9b9b9;
  color: #333;
  line-height: 1.5rem;
  font-weight: 100;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

body.author-100026626 .node-unpublished,
body.author-100030481 .node-unpublished,
body.author-100033036 .node-unpublished,
body.author-100033041 .node-unpublished {
  background-color: #ffffff;
}

body img {
  display: block;
}

.center-div {
  margin: 0 auto;
}

.collapse {
  padding: 0;
}

.not-logged-in .ajax-progress-throbber {
  display: none;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.resp-img img {
  width: 100%;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

.service-links {
  display: none;
}
.service-links .service-label {
  display: none;
}
.service-links ul.links {
  list-style: none;
  margin: 0;
}
.service-links ul.links li {
  float: none;
  list-style: none;
}

section.title-content-display {
  position: absolute;
  opacity: 0;
  z-index: -9000;
  top: 0;
  left: 0;
}

.orbit-container a {
  width: 35px !important;
  height: 60px !important;
}
.orbit-container a span {
  display: none !important;
}
.orbit-container a:hover {
  background-color: none !important;
}
.orbit-container a:focus {
  outline: none;
}
.orbit-container a.orbit-prev {
  background: url(../img/prev-slide.png);
  background-size: 35px 60px;
  left: 1.5rem;
}
.orbit-container a.orbit-prev:hover {
  background: url(../img/prev-slide.png);
  background-size: 35px 60px;
}
.orbit-container a.orbit-next {
  background: url(../img/next-slide.png);
  background-size: 35px 60px;
  right: 1.5rem;
}
.orbit-container a.orbit-next:hover {
  background: url(../img/next-slide.png);
  background-size: 35px 60px;
}

.large-12, .large-11, .large-10, .large-9,
.large-8, .large-7, .large-6, .large-5,
.large-4, .large-3, .large-2, .large-1,
.medium-12, .medium-11, .medium-10, .medium-9,
.medium-8, .medium-7, .medium-6, .medium-5,
.medium-4, .medium-3, .medium-2, .medium-1,
.small-12, .small-11, .small-10, .small-9,
.small-8, .small-7, .small-6, .small-5,
.small-4, .small-3, .small-2, .small-1 {
  position: relative;
}

.row {
  max-width: 67.5rem;
}

.l-messages {
  z-index: 2000;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}

body {
  overflow: visible !important;
}
body p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26.5px;
  color: #262626;
  font-weight: 400;
}
body p a {
  color: #009ae0;
}
body p a:focus {
  outline: none;
}

.button {
  background: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 100;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.75rem 1rem;
  margin: 0;
  transition: all 0.25s ease-in-out;
  color: #0082ba;
  border: 1px solid #0082ba;
}
.button:hover {
  background: #0082ba;
  color: #fff;
}
.button:active {
  background: #2398d4;
  color: #fff;
}

.button-group {
  display: flex;
  margin-bottom: 0.75rem;
  z-index: 501;
}
.button-group li {
  display: block;
  width: 100%;
  margin: 0 5px;
}
.button-group li a {
  display: inline-block;
  width: 100%;
  padding: 5px !important;
}

.button.orange {
  color: #fb9c00;
  border: 1px solid #fb9c00;
}
.button.orange:hover {
  background: #fb9c00;
  color: #fff;
}
.button.orange:active {
  background: #f6c315;
  color: #fff;
}

.button.black {
  color: #262626;
  border: 1px solid #262626;
  background: #262626;
}
.button.black:hover {
  background: #262626;
  color: #fff;
}
.button.black:active {
  background: #404040;
  color: #fff;
}

.button.blue {
  color: #0082ba;
  border: 1px solid #0082ba;
  background: #0082ba;
}
.button.blue:hover {
  background: #0082ba;
  color: #fff;
}
.button.blue:active {
  background: #2398d4;
  color: #fff;
}

.button.white {
  color: #fff;
  border: 1px solid #fff;
  background: #fff;
}
.button.white:hover {
  background: #fff;
  color: #262626;
}
.button.white:active {
  background: #2398d4;
  color: #262626;
}

.button.ghost {
  background: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 100;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.75rem 6rem;
  margin: 0;
  transition: all 0.25s ease-in-out;
}

ul.flippy {
  margin: 2rem 0;
  padding: 0;
}
ul.flippy li {
  padding: 0;
}
ul.flippy li a {
  color: #0082ba;
  border: 1px solid #0082ba;
  background: #0082ba;
  background: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 100;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.75rem 1rem;
  margin: 0;
  transition: all 0.25s ease-in-out;
  width: 33%;
  display: inline-block;
  text-align: center;
}
ul.flippy li a:hover {
  background: #0082ba;
  color: #fff;
}
ul.flippy li a:active {
  background: #2398d4;
  color: #fff;
}

div.swiper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
div.swiper .swiper-wrapper {
  margin: 0;
}
div.swiper .swiper-slide {
  list-style: none;
  overflow: hidden;
  opacity: 0.5;
}
div.swiper .swiper-slide-active,
div.swiper .swiper-slide-next,
div.swiper .swiper-slide-prev {
  opacity: 1;
}
div.swiper .button-prev {
  background: url(../img/prev-slide.png);
  background-size: 35px 60px;
  height: 60px;
  width: 35px;
}
div.swiper .button-next {
  background: url(../img/next-slide.png);
  background-size: 35px 60px;
  height: 60px;
  width: 35px;
}

.content-page, .big-commerce-page {
  padding-top: 58px;
  background: #f7f7f7;
}
.content-page header, .big-commerce-page header {
  background: #fff;
  z-index: 500;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.content-page header nav div.logo-wrapper a.logo img.white, .big-commerce-page header nav div.logo-wrapper a.logo img.white {
  display: none !important;
}
.content-page header nav div.logo-wrapper a.logo img.green, .big-commerce-page header nav div.logo-wrapper a.logo img.green {
  display: inline-block !important;
}
.content-page header .top-bar li.name h1 a, .big-commerce-page header .top-bar li.name h1 a {
  background-image: url("../img/18logo-g.png");
}
.content-page header .top-bar-section ul#main-menu li a, .big-commerce-page header .top-bar-section ul#main-menu li a {
  color: #262626;
}
.content-page header .top-bar-section ul#main-menu li.topics a:after, .big-commerce-page header .top-bar-section ul#main-menu li.topics a:after {
  border-top-color: #262626;
}
.content-page header .top-bar-section ul#main-menu li.more label, .big-commerce-page header .top-bar-section ul#main-menu li.more label {
  color: #262626;
}
.content-page header .top-bar-section ul#main-menu li.more label:after, .big-commerce-page header .top-bar-section ul#main-menu li.more label:after {
  border-top-color: #262626;
}
.content-page header .social, .big-commerce-page header .social {
  border-color: #262626;
}
.content-page header .social span.follow, .big-commerce-page header .social span.follow {
  color: #262626;
}
.content-page header .social a svg path, .content-page header .social a svg polygon, .content-page header .social span.social-link svg path, .content-page header .social span.social-link svg polygon, .big-commerce-page header .social a svg path, .big-commerce-page header .social a svg polygon, .big-commerce-page header .social span.social-link svg path, .big-commerce-page header .social span.social-link svg polygon {
  fill: #262626;
}
.content-page header .search a.glass svg polyline, .content-page header .search a.glass svg circle, .big-commerce-page header .search a.glass svg polyline, .big-commerce-page header .search a.glass svg circle {
  stroke: #262626;
}
.content-page header.futbol-header nav.futbol-navigation .menu a, .content-page header.futbol-header nav.futbol-navigation .menu nolink, .big-commerce-page header.futbol-header nav.futbol-navigation .menu a, .big-commerce-page header.futbol-header nav.futbol-navigation .menu nolink {
  color: #262626;
}
.content-page header.futbol-header nav.futbol-navigation div.logo-wrapper, .big-commerce-page header.futbol-header nav.futbol-navigation div.logo-wrapper {
  background: #fff !important;
}
.content-page header.futbol-header nav.futbol-navigation div.logo-wrapper a.logo svg path, .content-page header.futbol-header nav.futbol-navigation div.logo-wrapper a.logo svg polygon, .big-commerce-page header.futbol-header nav.futbol-navigation div.logo-wrapper a.logo svg path, .big-commerce-page header.futbol-header nav.futbol-navigation div.logo-wrapper a.logo svg polygon {
  fill: #789904 !important;
}
.content-page header.futbol-header nav.futbol-navigation div.logo-wrapper a.logo svg path.st12, .content-page header.futbol-header nav.futbol-navigation div.logo-wrapper a.logo svg polygon.st12, .big-commerce-page header.futbol-header nav.futbol-navigation div.logo-wrapper a.logo svg path.st12, .big-commerce-page header.futbol-header nav.futbol-navigation div.logo-wrapper a.logo svg polygon.st12 {
  fill: #CE0E2D !important;
}
.content-page header.futbol-header div.futbol-after-nav.search, .big-commerce-page header.futbol-header div.futbol-after-nav.search {
  border-color: rgba(38, 38, 38, 0.4);
}
.content-page header.futbol-header div.futbol-after-nav.search div.language, .big-commerce-page header.futbol-header div.futbol-after-nav.search div.language {
  border-color: rgba(38, 38, 38, 0.4);
}
.content-page header.futbol-header div.futbol-after-nav.search div.language a.lang, .big-commerce-page header.futbol-header div.futbol-after-nav.search div.language a.lang {
  color: #262626;
}
.content-page .featured-image.relative, .big-commerce-page .featured-image.relative {
  position: relative;
}
.content-page .page-body, .big-commerce-page .page-body {
  background: #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.content-page .page-body .content, .big-commerce-page .page-body .content {
  padding: 2rem;
}
.content-page .page-body .content h1.title, .big-commerce-page .page-body .content h1.title {
  margin: 0 0 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 2rem;
}
.content-page .page-body .content article h2, .content-page .page-body .content article h3, .content-page .page-body .content article h4, .content-page .page-body .content article h5, .big-commerce-page .page-body .content article h2, .big-commerce-page .page-body .content article h3, .big-commerce-page .page-body .content article h4, .big-commerce-page .page-body .content article h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}
.content-page .page-body.has-featured, .big-commerce-page .page-body.has-featured {
  position: relative;
}
.content-page .error-content .error-img, .big-commerce-page .error-content .error-img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content-page .error-content ul, .big-commerce-page .error-content ul {
  list-style: none;
  margin: 0;
}
.cc_banner-wrapper {
  display: none;
  z-index: 9001;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.cc_container {
  border-bottom: 1px solid white;
  padding: 15px;
  overflow: hidden;
  background: #222;
  color: #fff;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
.cc_container .cc_message {
  display: block;
  font-size: 0.6em;
  transition: font-size 200ms;
  margin: -0.5em 0 0 0;
  padding: 0;
  line-height: 1.5em;
}
.cc_container .cc_btn {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #222;
  border-radius: 3px;
  border: 1px solid #fff;
  padding: 8px 10px;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 33%;
  margin: 0 10px;
  float: right;
  max-width: 120px;
  line-height: 1em;
  transition: font-size 200ms;
  -webkit-transition: font-size 200ms;
}
.cc_container .cc-close {
  float: right;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background-image: url(../img/fancybox_sprite.png);
  background-size: 36px;
  margin-top: 1px;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #fff;
  background-color: #222;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #fff;
  color: #000;
}
.cc_container a, .cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  transition: 200ms color;
  -webkit-transition: 200ms color;
}
.cc_container a:hover, .cc_container a:active {
  color: #b2f7ff;
}

@media (min-width: 1325px) {
  .page-futbol .cc_container,
.section-futbol-news .cc_container,
.section-futbol-trending .cc_container,
.section-futbol-entertainment .cc_container,
.section-futbol-videos .cc_container,
.section-futbol-photos .cc_container,
.section-futbol-players .cc_container,
.section-futbol-up-your-game .cc_container,
.section-futbol-national-teams .cc_container,
.section-futbol-fantasy .cc_container,
.section-futbol-e-sports .cc_container,
.section-futbol-entretenimiento .cc_container {
    border-bottom: 0px solid #fff;
  }
}
.connatix-wrapper {
  margin-bottom: 1.5em;
}

.clicked-closed .cc_container {
  display: none;
}

p {
  font-family: "Roboto", sans-serif;
}

p.cc_message {
  color: #969696;
  font-size: 0.875rem;
}

@media screen and (min-width: 498px) {
  .cc_container .cc_message {
    margin-top: 0.25em;
  }
}
@media screen and (min-width: 779px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }

  .cc_container .cc_message {
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 1042px) {
  .cc_container .cc_message {
    margin-top: 0.5em;
    font-size: 0.875em;
  }
}
@media screen and (min-width: 1190px) {
  .cc_container {
    padding: 15px 30px;
  }

  .cc_container .cc_btn {
    padding: 8px 15px;
  }

  .cc_container .cc_message {
    line-height: 1em;
    font-size: 1em;
  }
}
section.first-section {
  padding-top: 0;
}
section.first-section.npb-hero {
  margin-top: 54px;
}

section.meme-feed {
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  margin-top: 2rem;
}
section.meme-feed .block {
  background: #fff;
  margin-bottom: 0;
}
section.meme-feed .block h2.block-title {
  color: #262626;
  background: #fff;
  padding: 0.8rem 2rem;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.block-global-filter h2.block-title {
  float: left;
  color: #fff;
  background: #799900;
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 8px 20px 8px 10px;
  position: relative;
  z-index: 3;
}
.block-global-filter form.global-filter {
  float: left;
}

div.views-exposed-form {
  display: none;
}

#views-exposed-form-taxonomy-content-results-page div.views-exposed-form {
  display: block;
}

.block-menu-menu-about-sub-nav,
.block-menu-menu-gear-sub-nav,
.block-menu-menu-players-menu {
  position: absolute;
  top: auto;
  margin-top: 48px;
  left: 0;
  z-index: 498;
  height: 46px;
  transition: all 0.15s ease-in-out;
}
.block-menu-menu-about-sub-nav .menu,
.block-menu-menu-gear-sub-nav .menu,
.block-menu-menu-players-menu .menu {
  list-style: none;
  margin: 0;
}
.block-menu-menu-about-sub-nav .menu nolink,
.block-menu-menu-gear-sub-nav .menu nolink,
.block-menu-menu-players-menu .menu nolink {
  float: left;
  color: #fff;
  background: #799900;
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 8px 20px 8px 10px;
  position: relative;
  z-index: 3;
}
.block-menu-menu-about-sub-nav .menu ul.menu,
.block-menu-menu-gear-sub-nav .menu ul.menu,
.block-menu-menu-players-menu .menu ul.menu {
  float: left;
  background: rgba(38, 38, 38, 0.6);
  position: relative;
  overflow: hidden;
  height: 46px;
}
.block-menu-menu-about-sub-nav .menu ul.menu.expand,
.block-menu-menu-gear-sub-nav .menu ul.menu.expand,
.block-menu-menu-players-menu .menu ul.menu.expand {
  height: auto;
  overflow: visible;
}
.block-menu-menu-about-sub-nav .menu ul.menu .nolink,
.block-menu-menu-gear-sub-nav .menu ul.menu .nolink,
.block-menu-menu-players-menu .menu ul.menu .nolink {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  display: block;
  padding: 6px 1rem 8px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  background: url(../img/select-arrow-down.png) #c7da2c no-repeat right;
  position: relative;
  padding: 15px 2.5rem 15px 1rem;
  width: 205px;
  cursor: pointer;
}
.block-menu-menu-about-sub-nav .menu ul.menu li a,
.block-menu-menu-gear-sub-nav .menu ul.menu li a,
.block-menu-menu-players-menu .menu ul.menu li a {
  color: #fff;
  display: block;
  padding: 6px 1rem 8px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  clear: both;
}

.block-menu-menu-about-sub-nav {
  position: fixed;
  margin-top: 0;
  top: 54px;
}

div.views-exposed-form,
.block-global-filter {
  position: absolute;
  top: 339px;
  left: 0;
  z-index: 498;
  height: 46px;
  /*&:before {
  	content:'';
  	position: absolute;
  	height: 1px;
  	width: 100%;
  	top: 0;
  	left: 0;
  	z-index: 10;
  }*/
  /*&:after {
  	content: "";
  	position: absolute;
  	width: 30px;
  	height: 0;
  	top: 0;
  	right: -13px;
  	z-index: -1;
  	border-bottom: 60px solid $orange; 
  	border-left: 0 solid transparent; 
  	border-right: 12px solid transparent;
  }*/
}
div.views-exposed-form ul.global-filter-links,
.block-global-filter ul.global-filter-links {
  background: rgba(38, 38, 38, 0.6);
  position: relative;
  top: 0;
  display: inline-block;
  width: 205px;
  margin: 0;
  height: 46px;
  overflow: hidden;
}
div.views-exposed-form ul.global-filter-links li,
.block-global-filter ul.global-filter-links li {
  float: none;
  margin: 0;
  display: block;
}
div.views-exposed-form ul.global-filter-links li a,
.block-global-filter ul.global-filter-links li a {
  color: #fff;
  display: block;
  padding: 6px 1rem 8px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
}
div.views-exposed-form ul.global-filter-links li a[title=Culture],
div.views-exposed-form ul.global-filter-links li a[title=Skills],
div.views-exposed-form ul.global-filter-links li a[title="The Mental Game"],
div.views-exposed-form ul.global-filter-links li a[title="Just the Photo"],
.block-global-filter ul.global-filter-links li a[title=Culture],
.block-global-filter ul.global-filter-links li a[title=Skills],
.block-global-filter ul.global-filter-links li a[title="The Mental Game"],
.block-global-filter ul.global-filter-links li a[title="Just the Photo"] {
  display: none !important;
}
div.views-exposed-form ul.global-filter-links li:hover a,
.block-global-filter ul.global-filter-links li:hover a {
  color: #c7da2c;
}
div.views-exposed-form ul.global-filter-links li.active a,
.block-global-filter ul.global-filter-links li.active a {
  font-weight: 400;
}
div.views-exposed-form ul.global-filter-links li:nth-child(1),
.block-global-filter ul.global-filter-links li:nth-child(1) {
  background: url(../img/select-arrow-down.png) #c7da2c no-repeat right;
  position: relative;
  cursor: pointer;
}
div.views-exposed-form ul.global-filter-links li:nth-child(1):after,
.block-global-filter ul.global-filter-links li:nth-child(1):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 1;
  top: 0;
  left: 0;
}
div.views-exposed-form ul.global-filter-links li:nth-child(1) a,
.block-global-filter ul.global-filter-links li:nth-child(1) a {
  text-transform: uppercase;
  height: 46px;
  padding: 15px 1rem;
}
div.views-exposed-form ul.global-filter-links li:nth-child(1) a.long,
.block-global-filter ul.global-filter-links li:nth-child(1) a.long {
  padding: 7px 1rem;
}
div.views-exposed-form ul.global-filter-links li:nth-child(1):hover a,
.block-global-filter ul.global-filter-links li:nth-child(1):hover a {
  color: #fff !important;
}
div.views-exposed-form ul.global-filter-links li#showall:nth-child(n+3),
.block-global-filter ul.global-filter-links li#showall:nth-child(n+3) {
  display: none;
}
div.views-exposed-form ul.global-filter-links.expand,
.block-global-filter ul.global-filter-links.expand {
  height: auto;
}
div.views-exposed-form .views-exposed-widgets,
.block-global-filter .views-exposed-widgets {
  margin: 0;
}
div.views-exposed-form .views-exposed-widget,
.block-global-filter .views-exposed-widget {
  padding: 0;
  width: 100%;
  float: none;
}
div.views-exposed-form label,
.block-global-filter label {
  float: left;
  color: #fff;
  background: #799900;
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 8px 20px 8px 10px;
  position: relative;
  z-index: 3;
}
div.views-exposed-form div.form-type-select #edit-shs-term-node-tid-depth-select-1,
div.views-exposed-form div.form-type-select #edit-tid,
.block-global-filter div.form-type-select #edit-shs-term-node-tid-depth-select-1,
.block-global-filter div.form-type-select #edit-tid {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  position: relative;
  z-index: 2;
}
div.views-exposed-form div.form-type-select #edit-shs-term-node-tid-depth-select-2,
.block-global-filter div.form-type-select #edit-shs-term-node-tid-depth-select-2 {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  position: relative;
  z-index: 1;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
div.views-exposed-form div.form-type-select,
.block-global-filter div.form-type-select {
  float: left;
  width: 410px;
  height: 51px;
  overflow: hidden;
  margin: 0;
}
div.views-exposed-form div.form-type-select select,
.block-global-filter div.form-type-select select {
  float: left;
  background: transparent;
  background: url(../img/select-arrow-down.png) #c7da2c no-repeat right;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 10px;
  margin: 0;
  height: 46px;
  width: 205px;
  color: #fff;
  cursor: pointer;
}
div.views-exposed-form div.form-type-select select:focus, div.views-exposed-form div.form-type-select select:active,
.block-global-filter div.form-type-select select:focus,
.block-global-filter div.form-type-select select:active {
  outline: none;
  border: 0;
  background: url(../img/select-arrow-down.png) #c7da2c no-repeat right;
}
div.views-exposed-form div.form-type-select select option,
.block-global-filter div.form-type-select select option {
  background: rgb(0, 0, 0);
  border: 0;
  padding: 2px 5px;
}
div.views-exposed-form div.form-type-select select.shs-select-level-2,
.block-global-filter div.form-type-select select.shs-select-level-2 {
  background: url(../img/select-arrow-down-orange.png) #fff no-repeat right;
  color: #f7c300;
}
div.views-exposed-form .description,
.block-global-filter .description {
  display: none;
}

.views-exposed-form {
  transition: all 0.15s ease-in-out;
  overflow: hidden;
}

.views-exposed-form.move-up.moved-past {
  transition: all 0.15s ease-in-out;
  top: 22px;
  overflow: hidden;
}
.views-exposed-form.move-up.moved-past:hover {
  top: 58px;
}

.block-global-filter.move-up.moved-past,
.block-menu-menu-about-sub-nav.move-up.moved-past,
.block-menu-menu-gear-sub-nav.move-up.moved-past {
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  top: 22px;
}
.block-global-filter.move-up.moved-past:hover,
.block-menu-menu-about-sub-nav.move-up.moved-past:hover,
.block-menu-menu-gear-sub-nav.move-up.moved-past:hover {
  top: 58px;
}
.block-global-filter.move-up.moved-past ul.global-filter-links,
.block-menu-menu-about-sub-nav.move-up.moved-past ul.global-filter-links,
.block-menu-menu-gear-sub-nav.move-up.moved-past ul.global-filter-links {
  height: 46px;
}

.block-menu-menu-players-menu.move-up.moved-past {
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  margin-top: 22px;
}
.block-menu-menu-players-menu.move-up.moved-past:hover {
  margin-top: 58px;
}
.block-menu-menu-players-menu.move-up.moved-past ul.global-filter-links {
  height: 46px;
}

section.block-menu-menu-about-sub-nav ul.menu ul.menu li a,
section.block-menu-menu-gear-sub-nav ul.menu ul.menu li a,
section.block-menu-menu-players-menu ul.menu ul.menu li a {
  padding-right: 2rem !important;
}

@media screen and (min-width: 1px) and (max-width: 800px) {
  .block-global-filter h2.block-title {
    font-size: 25px;
  }

  .block-global-filter {
    width: 100%;
  }
  .block-global-filter .global-filter-links li a {
    font-size: 0.8rem;
  }

  .block-global-filter ul.global-filter-links {
    background: rgba(0, 0, 0, 0.8);
  }
  .block-global-filter ul.global-filter-links.expand {
    position: fixed;
    width: 100%;
    top: 94px;
    left: 0;
    overflow: visible;
  }
  .block-global-filter ul.global-filter-links.expand li:nth-child(1) {
    position: fixed;
    right: 0;
    top: 48px;
    width: 40%;
  }
  .block-global-filter ul.global-filter-links li:nth-child(1) a {
    font-size: 11px;
    line-height: 11px;
    padding: 18px 25px 18px 12px;
  }
  .block-global-filter ul.global-filter-links li:nth-child(1) a.long {
    padding: 12px 25px 12px 12px;
  }

  .global-filter-container .block-global-filter h2.block-title {
    width: 60%;
  }

  .block-global-filter form.global-filter {
    width: 40%;
  }

  div.views-exposed-form ul.global-filter-links,
.block-global-filter ul.global-filter-links {
    width: 100%;
  }

  section.block-menu-menu-about-sub-nav,
section.block-menu-menu-gear-sub-nav,
section.block-menu-menu-players-menu {
    top: 48px;
    width: 100% !important;
  }
  section.block-menu-menu-about-sub-nav .menu,
section.block-menu-menu-gear-sub-nav .menu,
section.block-menu-menu-players-menu .menu {
    width: 100% !important;
  }
  section.block-menu-menu-about-sub-nav .menu nolink,
section.block-menu-menu-gear-sub-nav .menu nolink,
section.block-menu-menu-players-menu .menu nolink {
    width: 60%;
  }
  section.block-menu-menu-about-sub-nav .menu ul.menu,
section.block-menu-menu-gear-sub-nav .menu ul.menu,
section.block-menu-menu-players-menu .menu ul.menu {
    width: 40% !important;
  }
  section.block-menu-menu-about-sub-nav .menu ul.menu.expand,
section.block-menu-menu-gear-sub-nav .menu ul.menu.expand,
section.block-menu-menu-players-menu .menu ul.menu.expand {
    height: auto;
    overflow: visible;
  }
  section.block-menu-menu-about-sub-nav .menu ul.menu .nolink,
section.block-menu-menu-gear-sub-nav .menu ul.menu .nolink,
section.block-menu-menu-players-menu .menu ul.menu .nolink {
    font-size: 11px;
    line-height: 11px;
    padding: 17.5px 25px 17.5px 12px;
    width: 100%;
  }
  section.block-menu-menu-players-menu {
    top: auto;
  }

  .adv-scrolled section.block-menu-menu-players-menu {
    margin-top: 48px;
  }

  section.block-menu-menu-about-sub-nav.move-up.moved-past {
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    top: 12px;
  }
  section.block-menu-menu-about-sub-nav.move-up.moved-past:hover {
    top: 48px;
  }

  section.block-menu-menu-players-menu.move-up.moved-past {
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    margin-top: 12px;
  }
  section.block-menu-menu-players-menu.move-up.moved-past:hover {
    top: 48px;
  }

  section.block-menu-menu-about-sub-nav ul.menu.expand,
section.block-menu-menu-gear-sub-nav ul.menu.expand,
section.block-menu-menu-players-menu ul.menu.expand {
    width: 100% !important;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 94px;
  }
  section.block-menu-menu-about-sub-nav ul.menu.expand li:nth-child(1),
section.block-menu-menu-gear-sub-nav ul.menu.expand li:nth-child(1),
section.block-menu-menu-players-menu ul.menu.expand li:nth-child(1) {
    position: fixed;
    right: 0;
    top: 48px;
    width: 40%;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  div.views-exposed-form {
    width: 100%;
  }
  div.views-exposed-form div.form-type-select {
    float: right;
    margin-right: 15px;
  }
}
.front section.favorites,
.page-futbol section.favorites,
.section-soccer-feature section.favorites {
  background: #262626;
  margin-bottom: 5rem;
}
.front section.favorites h2.title,
.page-futbol section.favorites h2.title,
.section-soccer-feature section.favorites h2.title {
  color: #fff;
  border: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
  margin: 0 0 0 2rem;
  text-transform: uppercase;
}
.front section.favorites .scroll-favorites,
.page-futbol section.favorites .scroll-favorites,
.section-soccer-feature section.favorites .scroll-favorites {
  background: #262626;
  margin-top: 0;
}
.front section.favorites .scroll-favorites .views-field-field-energy-level,
.page-futbol section.favorites .scroll-favorites .views-field-field-energy-level,
.section-soccer-feature section.favorites .scroll-favorites .views-field-field-energy-level {
  display: none;
}
.front section.favorites .favorite-article,
.page-futbol section.favorites .favorite-article,
.section-soccer-feature section.favorites .favorite-article {
  background: none;
}
.front section.favorites .favorite-article span.trending-label,
.page-futbol section.favorites .favorite-article span.trending-label,
.section-soccer-feature section.favorites .favorite-article span.trending-label {
  display: block;
  width: 75%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2rem;
  margin: 0;
}
.front section.favorites .favorite-article span.trending-label li,
.page-futbol section.favorites .favorite-article span.trending-label li,
.section-soccer-feature section.favorites .favorite-article span.trending-label li {
  color: #c7da2c;
  border-top: 1px solid #c7da2c;
  padding: 3px 0 5px;
  display: none;
}
.front section.favorites .favorite-article span.trending-label li.news,
.page-futbol section.favorites .favorite-article span.trending-label li.news,
.section-soccer-feature section.favorites .favorite-article span.trending-label li.news {
  color: #f7c300;
  border-color: #f7c300;
}
.front section.favorites .favorite-article span.trending-label li.entertainment,
.page-futbol section.favorites .favorite-article span.trending-label li.entertainment,
.section-soccer-feature section.favorites .favorite-article span.trending-label li.entertainment {
  color: #00b99b;
  border-color: #00b99b;
}
.front section.favorites .favorite-article span.trending-label li.videos,
.page-futbol section.favorites .favorite-article span.trending-label li.videos,
.section-soccer-feature section.favorites .favorite-article span.trending-label li.videos {
  color: #009ae0;
  border-color: #009ae0;
}
.front section.favorites .favorite-article span.trending-label li.photos,
.page-futbol section.favorites .favorite-article span.trending-label li.photos,
.section-soccer-feature section.favorites .favorite-article span.trending-label li.photos {
  color: #9e5fb9;
  border-color: #9e5fb9;
}
.front section.favorites .favorite-article span.trending-label li.gear,
.page-futbol section.favorites .favorite-article span.trending-label li.gear,
.section-soccer-feature section.favorites .favorite-article span.trending-label li.gear {
  color: #ec1775;
  border-color: #ec1775;
}
.front section.favorites .favorite-article span.trending-label li.learning,
.page-futbol section.favorites .favorite-article span.trending-label li.learning,
.section-soccer-feature section.favorites .favorite-article span.trending-label li.learning {
  color: #f1533a;
  border-color: #f1533a;
}
.front section.favorites .favorite-article span.trending-label li:nth-child(1),
.page-futbol section.favorites .favorite-article span.trending-label li:nth-child(1),
.section-soccer-feature section.favorites .favorite-article span.trending-label li:nth-child(1) {
  display: block;
}
.front section.favorites .favorite-article .inner,
.page-futbol section.favorites .favorite-article .inner,
.section-soccer-feature section.favorites .favorite-article .inner {
  background: #fff;
}
.front section.favorites .favorite-article .content:after,
.page-futbol section.favorites .favorite-article .content:after,
.section-soccer-feature section.favorites .favorite-article .content:after {
  background: #262626;
}
.front section.favorites .favorite-article.news-wrap .content:after,
.page-futbol section.favorites .favorite-article.news-wrap .content:after,
.section-soccer-feature section.favorites .favorite-article.news-wrap .content:after {
  background: #f7c300;
}
.front section.favorites .favorite-article.ent-wrap .content:after,
.page-futbol section.favorites .favorite-article.ent-wrap .content:after,
.section-soccer-feature section.favorites .favorite-article.ent-wrap .content:after {
  background: #00b99b;
}
.front section.favorites .favorite-article.photo-wrap .content:after,
.page-futbol section.favorites .favorite-article.photo-wrap .content:after,
.section-soccer-feature section.favorites .favorite-article.photo-wrap .content:after {
  background: #9e5fb9;
}
.front section.favorites .favorite-article.video-wrap .content:after,
.page-futbol section.favorites .favorite-article.video-wrap .content:after,
.section-soccer-feature section.favorites .favorite-article.video-wrap .content:after {
  background: #009ae0;
}
.front section.favorites .favorite-article.gear-wrap .content:after,
.page-futbol section.favorites .favorite-article.gear-wrap .content:after,
.section-soccer-feature section.favorites .favorite-article.gear-wrap .content:after {
  background: #ec1775;
}
.front section.favorites .favorite-article.learn-wrap .content:after,
.page-futbol section.favorites .favorite-article.learn-wrap .content:after,
.section-soccer-feature section.favorites .favorite-article.learn-wrap .content:after {
  background: #f1533a;
}
.front .trending-call-out,
.page-futbol .trending-call-out,
.section-soccer-feature .trending-call-out {
  padding: 0 0 2rem;
}
.front .trending-call-out .button,
.page-futbol .trending-call-out .button,
.section-soccer-feature .trending-call-out .button {
  width: 100%;
  padding: 0.75rem;
}

.page-news .block-global-filter h2.block-title,
.page-soccer-news .block-global-filter h2.block-title,
.learning-landing .block-global-filter h2.block-title,
.page-soccer-entertainment .block-global-filter h2.block-title {
  background: #fb9c00;
}
.page-news .block-global-filter ul.global-filter-links li:hover a,
.page-soccer-news .block-global-filter ul.global-filter-links li:hover a,
.learning-landing .block-global-filter ul.global-filter-links li:hover a,
.page-soccer-entertainment .block-global-filter ul.global-filter-links li:hover a {
  color: #f7c300;
}
.page-news .block-global-filter ul.global-filter-links li:nth-child(1) a,
.page-soccer-news .block-global-filter ul.global-filter-links li:nth-child(1) a,
.learning-landing .block-global-filter ul.global-filter-links li:nth-child(1) a,
.page-soccer-entertainment .block-global-filter ul.global-filter-links li:nth-child(1) a {
  background: url(../img/select-arrow-down.png) #f7c300 no-repeat right;
}
.page-news .block-global-filter ul.global-filter-links li a[title=MLS],
.page-news .block-global-filter ul.global-filter-links li a[title=NWSL],
.page-news .block-global-filter ul.global-filter-links li a[title=USMNT],
.page-news .block-global-filter ul.global-filter-links li a[title=USWNT],
.page-news .block-global-filter ul.global-filter-links li a[title="American Players Abroad"],
.page-news .block-global-filter ul.global-filter-links li a[title="Liga MX"],
.page-news .block-global-filter ul.global-filter-links li a[title="Mexico National Team"],
.page-news .block-global-filter ul.global-filter-links li a[title="Mexican Players Abroad"],
.page-news .block-global-filter ul.global-filter-links li a[title=England],
.page-news .block-global-filter ul.global-filter-links li a[title=Spain],
.page-news .block-global-filter ul.global-filter-links li a[title=Germany],
.page-news .block-global-filter ul.global-filter-links li a[title=Italy],
.page-news .block-global-filter ul.global-filter-links li a[title=France],
.page-news .block-global-filter ul.global-filter-links li a[title="Champions League"],
.page-news .block-global-filter ul.global-filter-links li a[title="Central America"],
.page-news .block-global-filter ul.global-filter-links li a[title="South America"],
.page-news .block-global-filter ul.global-filter-links li a[title="FIFA Men's World Cup"],
.page-news .block-global-filter ul.global-filter-links li a[title="FIFA Women's World Cup"],
.page-news .block-global-filter ul.global-filter-links li a[title="Transfer News"],
.page-news .block-global-filter ul.global-filter-links li a[title="Transfer Rumors"],
.page-news .block-global-filter ul.global-filter-links li a[title=Quotes],
.page-news .block-global-filter ul.global-filter-links li a[title=Memes],
.page-news .block-global-filter ul.global-filter-links li a[title=Subscription],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=MLS],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=NWSL],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=USMNT],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=USWNT],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title="American Players Abroad"],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title="Liga MX"],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title="Mexico National Team"],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title="Mexican Players Abroad"],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=England],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=Spain],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=Germany],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=Italy],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=France],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title="Champions League"],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title="Central America"],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title="South America"],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title="FIFA Men's World Cup"],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title="FIFA Women's World Cup"],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title="Transfer News"],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title="Transfer Rumors"],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=Quotes],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=Memes],
.page-soccer-news .block-global-filter ul.global-filter-links li a[title=Subscription],
.learning-landing .block-global-filter ul.global-filter-links li a[title=MLS],
.learning-landing .block-global-filter ul.global-filter-links li a[title=NWSL],
.learning-landing .block-global-filter ul.global-filter-links li a[title=USMNT],
.learning-landing .block-global-filter ul.global-filter-links li a[title=USWNT],
.learning-landing .block-global-filter ul.global-filter-links li a[title="American Players Abroad"],
.learning-landing .block-global-filter ul.global-filter-links li a[title="Liga MX"],
.learning-landing .block-global-filter ul.global-filter-links li a[title="Mexico National Team"],
.learning-landing .block-global-filter ul.global-filter-links li a[title="Mexican Players Abroad"],
.learning-landing .block-global-filter ul.global-filter-links li a[title=England],
.learning-landing .block-global-filter ul.global-filter-links li a[title=Spain],
.learning-landing .block-global-filter ul.global-filter-links li a[title=Germany],
.learning-landing .block-global-filter ul.global-filter-links li a[title=Italy],
.learning-landing .block-global-filter ul.global-filter-links li a[title=France],
.learning-landing .block-global-filter ul.global-filter-links li a[title="Champions League"],
.learning-landing .block-global-filter ul.global-filter-links li a[title="Central America"],
.learning-landing .block-global-filter ul.global-filter-links li a[title="South America"],
.learning-landing .block-global-filter ul.global-filter-links li a[title="FIFA Men's World Cup"],
.learning-landing .block-global-filter ul.global-filter-links li a[title="FIFA Women's World Cup"],
.learning-landing .block-global-filter ul.global-filter-links li a[title="Transfer News"],
.learning-landing .block-global-filter ul.global-filter-links li a[title="Transfer Rumors"],
.learning-landing .block-global-filter ul.global-filter-links li a[title=Quotes],
.learning-landing .block-global-filter ul.global-filter-links li a[title=Memes],
.learning-landing .block-global-filter ul.global-filter-links li a[title=Subscription],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=MLS],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=NWSL],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=USMNT],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=USWNT],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title="American Players Abroad"],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title="Liga MX"],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title="Mexico National Team"],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title="Mexican Players Abroad"],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=England],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=Spain],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=Germany],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=Italy],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=France],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title="Champions League"],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title="Central America"],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title="South America"],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title="FIFA Men's World Cup"],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title="FIFA Women's World Cup"],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title="Transfer News"],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title="Transfer Rumors"],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=Quotes],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=Memes],
.page-soccer-entertainment .block-global-filter ul.global-filter-links li a[title=Subscription] {
  display: none !important;
}
.page-news .views-exposed-form label,
.page-soccer-news .views-exposed-form label,
.learning-landing .views-exposed-form label,
.page-soccer-entertainment .views-exposed-form label {
  background: #fb9c00;
}
.page-news .views-exposed-form div.form-type-select select,
.page-soccer-news .views-exposed-form div.form-type-select select,
.learning-landing .views-exposed-form div.form-type-select select,
.page-soccer-entertainment .views-exposed-form div.form-type-select select {
  background: url(../img/select-arrow-down.png) #f7c300 no-repeat right;
}
.page-news .views-exposed-form div.form-type-select select:focus, .page-news .views-exposed-form div.form-type-select select:active,
.page-soccer-news .views-exposed-form div.form-type-select select:focus,
.page-soccer-news .views-exposed-form div.form-type-select select:active,
.learning-landing .views-exposed-form div.form-type-select select:focus,
.learning-landing .views-exposed-form div.form-type-select select:active,
.page-soccer-entertainment .views-exposed-form div.form-type-select select:focus,
.page-soccer-entertainment .views-exposed-form div.form-type-select select:active {
  outline: none;
  border: 0;
  background: url(../img/select-arrow-down.png) #f7c300 no-repeat right;
}
.page-news .views-exposed-form div.form-type-select select.shs-select-level-2,
.page-soccer-news .views-exposed-form div.form-type-select select.shs-select-level-2,
.learning-landing .views-exposed-form div.form-type-select select.shs-select-level-2,
.page-soccer-entertainment .views-exposed-form div.form-type-select select.shs-select-level-2 {
  background: url(../img/select-arrow-down-ent.png) #fff no-repeat right;
  color: #f7c300;
}
.page-news .featured-video .scroll-videos span.tax-label,
.page-soccer-news .featured-video .scroll-videos span.tax-label,
.learning-landing .featured-video .scroll-videos span.tax-label,
.page-soccer-entertainment .featured-video .scroll-videos span.tax-label {
  color: #f7c300;
  border-color: #f7c300;
}
.page-news section.favorites,
.page-soccer-news section.favorites,
.learning-landing section.favorites,
.page-soccer-entertainment section.favorites {
  background: rgba(247, 195, 0, 0.2);
}
.page-news section.favorites h2.title,
.page-soccer-news section.favorites h2.title,
.learning-landing section.favorites h2.title,
.page-soccer-entertainment section.favorites h2.title {
  color: #f7c300;
  border-color: #f7c300;
}
.page-news section.favorites .scroll-favorites,
.page-soccer-news section.favorites .scroll-favorites,
.learning-landing section.favorites .scroll-favorites,
.page-soccer-entertainment section.favorites .scroll-favorites {
  background: none;
}
.page-news section.favorites .scroll-favorites span.trending-label,
.page-soccer-news section.favorites .scroll-favorites span.trending-label,
.learning-landing section.favorites .scroll-favorites span.trending-label,
.page-soccer-entertainment section.favorites .scroll-favorites span.trending-label {
  color: #f7c300;
  border-color: #f7c300;
}
.page-news section.favorites .favorite-article .content:after,
.page-soccer-news section.favorites .favorite-article .content:after,
.learning-landing section.favorites .favorite-article .content:after,
.page-soccer-entertainment section.favorites .favorite-article .content:after {
  background: #f7c300;
}
.page-news .news-article article .article-terms,
.page-soccer-news .news-article article .article-terms,
.learning-landing .news-article article .article-terms,
.page-soccer-entertainment .news-article article .article-terms {
  border-color: #f7c300;
}
.page-news .news-article article .article-terms li,
.page-soccer-news .news-article article .article-terms li,
.learning-landing .news-article article .article-terms li,
.page-soccer-entertainment .news-article article .article-terms li {
  color: #f7c300;
}
.page-news section.featured-editorial .views-field-term-node-tid a,
.page-soccer-news section.featured-editorial .views-field-term-node-tid a,
.learning-landing section.featured-editorial .views-field-term-node-tid a,
.page-soccer-entertainment section.featured-editorial .views-field-term-node-tid a {
  color: #f7c300;
  background: rgba(247, 195, 0, 0.4);
  border-color: #f7c300;
}
.page-news section.featured-editorial .inner div.content-wrap h2 a:after,
.page-soccer-news section.featured-editorial .inner div.content-wrap h2 a:after,
.learning-landing section.featured-editorial .inner div.content-wrap h2 a:after,
.page-soccer-entertainment section.featured-editorial .inner div.content-wrap h2 a:after {
  background: rgba(247, 195, 0, 0.7);
}
.page-news section.featured-editorial .inner div.content-wrap .sub-content-box p,
.page-soccer-news section.featured-editorial .inner div.content-wrap .sub-content-box p,
.learning-landing section.featured-editorial .inner div.content-wrap .sub-content-box p,
.page-soccer-entertainment section.featured-editorial .inner div.content-wrap .sub-content-box p {
  border-color: #f7c300;
}

.page-entertainment .block-global-filter h2.block-title,
.page-soccer-entertainment .block-global-filter h2.block-title {
  background: #009d86;
}
.page-entertainment .block-global-filter ul.global-filter-links li:hover a,
.page-soccer-entertainment .block-global-filter ul.global-filter-links li:hover a {
  color: #00b99b;
}
.page-entertainment .block-global-filter ul.global-filter-links li:nth-child(1) a,
.page-soccer-entertainment .block-global-filter ul.global-filter-links li:nth-child(1) a {
  background: url(../img/select-arrow-down.png) #00b99b no-repeat right;
}
.page-entertainment .views-exposed-form label,
.page-soccer-entertainment .views-exposed-form label {
  background: #009d86;
}
.page-entertainment .views-exposed-form div.form-type-select select,
.page-soccer-entertainment .views-exposed-form div.form-type-select select {
  background: url(../img/select-arrow-down.png) #00b99b no-repeat right;
}
.page-entertainment .views-exposed-form div.form-type-select select:focus, .page-entertainment .views-exposed-form div.form-type-select select:active,
.page-soccer-entertainment .views-exposed-form div.form-type-select select:focus,
.page-soccer-entertainment .views-exposed-form div.form-type-select select:active {
  outline: none;
  border: 0;
  background: url(../img/select-arrow-down.png) #00b99b no-repeat right;
}
.page-entertainment .views-exposed-form div.form-type-select select.shs-select-level-2,
.page-soccer-entertainment .views-exposed-form div.form-type-select select.shs-select-level-2 {
  background: url(../img/select-arrow-down-ent.png) #fff no-repeat right;
  color: #00b99b;
}
.page-entertainment .featured-video .scroll-videos span.tax-label,
.page-soccer-entertainment .featured-video .scroll-videos span.tax-label {
  color: #00b99b;
  border-color: #00b99b;
}
.page-entertainment section.favorites,
.page-soccer-entertainment section.favorites {
  background: rgba(0, 185, 155, 0.2);
}
.page-entertainment section.favorites h2.title,
.page-soccer-entertainment section.favorites h2.title {
  color: #00b99b;
  border-color: #00b99b;
}
.page-entertainment section.favorites .scroll-favorites,
.page-soccer-entertainment section.favorites .scroll-favorites {
  background: none;
}
.page-entertainment section.favorites .scroll-favorites span.trending-label,
.page-soccer-entertainment section.favorites .scroll-favorites span.trending-label {
  color: #00b99b;
  border-color: #00b99b;
}
.page-entertainment section.favorites .favorite-article .content:after,
.page-soccer-entertainment section.favorites .favorite-article .content:after {
  background: #00b99b;
}
.page-entertainment .news-article article .article-terms,
.page-soccer-entertainment .news-article article .article-terms {
  border-color: #009d86;
}
.page-entertainment .news-article article .article-terms li,
.page-soccer-entertainment .news-article article .article-terms li {
  color: #009d86;
}

.page-videos .block-global-filter h2.block-title,
.page-soccer-videos .block-global-filter h2.block-title {
  background: #0082ba;
}
.page-videos .block-global-filter ul.global-filter-links li:hover a,
.page-soccer-videos .block-global-filter ul.global-filter-links li:hover a {
  color: #009ae0;
}
.page-videos .block-global-filter ul.global-filter-links li:nth-child(1) a,
.page-soccer-videos .block-global-filter ul.global-filter-links li:nth-child(1) a {
  background: url(../img/select-arrow-down.png) #009ae0 no-repeat right;
}
.page-videos .views-exposed-form label,
.page-soccer-videos .views-exposed-form label {
  background: #0082ba;
}
.page-videos .views-exposed-form div.form-type-select select,
.page-soccer-videos .views-exposed-form div.form-type-select select {
  background: url(../img/select-arrow-down.png) #009ae0 no-repeat right;
}
.page-videos .views-exposed-form div.form-type-select select:focus, .page-videos .views-exposed-form div.form-type-select select:active,
.page-soccer-videos .views-exposed-form div.form-type-select select:focus,
.page-soccer-videos .views-exposed-form div.form-type-select select:active {
  outline: none;
  border: 0;
  background: url(../img/select-arrow-down.png) #009ae0 no-repeat right;
}
.page-videos .views-exposed-form div.form-type-select select.shs-select-level-2,
.page-soccer-videos .views-exposed-form div.form-type-select select.shs-select-level-2 {
  background: url(../img/select-arrow-down-vids.png) #fff no-repeat right;
  color: #009ae0;
}
.page-videos .featured-video .scroll-videos span.tax-label,
.page-soccer-videos .featured-video .scroll-videos span.tax-label {
  color: #009ae0;
  border-color: #009ae0;
}
.page-videos section.favorites,
.page-soccer-videos section.favorites {
  background: rgba(0, 154, 224, 0.2);
}
.page-videos section.favorites h2.title,
.page-soccer-videos section.favorites h2.title {
  color: #009ae0;
  border-color: #009ae0;
}
.page-videos section.favorites .scroll-favorites,
.page-soccer-videos section.favorites .scroll-favorites {
  background: none;
}
.page-videos section.favorites .scroll-favorites span.trending-label,
.page-soccer-videos section.favorites .scroll-favorites span.trending-label {
  color: #009ae0;
  border-color: #009ae0;
}
.page-videos section.favorites .favorite-article .content:after,
.page-soccer-videos section.favorites .favorite-article .content:after {
  background: #009ae0;
}
.page-videos .news-article article .article-terms,
.page-soccer-videos .news-article article .article-terms {
  border-color: #0082ba;
}
.page-videos .news-article article .article-terms li,
.page-soccer-videos .news-article article .article-terms li {
  color: #0082ba;
}

.page-photos .block-global-filter h2.block-title,
.page-soccer-photos .block-global-filter h2.block-title {
  background: #914eae;
}
.page-photos .block-global-filter ul.global-filter-links li:hover a,
.page-soccer-photos .block-global-filter ul.global-filter-links li:hover a {
  color: #9e5fb9;
}
.page-photos .block-global-filter ul.global-filter-links li:nth-child(1) a,
.page-soccer-photos .block-global-filter ul.global-filter-links li:nth-child(1) a {
  background: url(../img/select-arrow-down.png) #9e5fb9 no-repeat right;
}
.page-photos .views-exposed-form label,
.page-soccer-photos .views-exposed-form label {
  background: #914eae;
}
.page-photos .views-exposed-form div.form-type-select select,
.page-soccer-photos .views-exposed-form div.form-type-select select {
  background: url(../img/select-arrow-down.png) #9e5fb9 no-repeat right;
}
.page-photos .views-exposed-form div.form-type-select select:focus, .page-photos .views-exposed-form div.form-type-select select:active,
.page-soccer-photos .views-exposed-form div.form-type-select select:focus,
.page-soccer-photos .views-exposed-form div.form-type-select select:active {
  outline: none;
  border: 0;
  background: url(../img/select-arrow-down.png) #9e5fb9 no-repeat right;
}
.page-photos .views-exposed-form div.form-type-select select.shs-select-level-2,
.page-soccer-photos .views-exposed-form div.form-type-select select.shs-select-level-2 {
  background: url(../img/select-arrow-down-photos.png) #fff no-repeat right;
  color: #9e5fb9;
}
.page-photos .news-article article .article-terms,
.page-soccer-photos .news-article article .article-terms {
  border-color: #914eae;
}
.page-photos .news-article article .article-terms li,
.page-soccer-photos .news-article article .article-terms li {
  color: #914eae;
}

.page-gear .block-global-filter h2.block-title,
.page-soccer-gear .block-global-filter h2.block-title {
  background: #770b3a;
}
.page-gear .block-global-filter ul.global-filter-links li:hover a,
.page-soccer-gear .block-global-filter ul.global-filter-links li:hover a {
  color: #ec1775;
}
.page-gear .block-global-filter ul.global-filter-links li:nth-child(1) a,
.page-soccer-gear .block-global-filter ul.global-filter-links li:nth-child(1) a {
  background: url(../img/select-arrow-down.png) #ec1775 no-repeat right;
}
.page-gear .views-exposed-form label,
.page-soccer-gear .views-exposed-form label {
  background: #770b3a;
}
.page-gear .views-exposed-form div.form-type-select select,
.page-soccer-gear .views-exposed-form div.form-type-select select {
  background: url(../img/select-arrow-down.png) #ec1775 no-repeat right;
}
.page-gear .views-exposed-form div.form-type-select select:focus, .page-gear .views-exposed-form div.form-type-select select:active,
.page-soccer-gear .views-exposed-form div.form-type-select select:focus,
.page-soccer-gear .views-exposed-form div.form-type-select select:active {
  outline: none;
  border: 0;
  background: url(../img/select-arrow-down.png) #ec1775 no-repeat right;
}
.page-gear .views-exposed-form div.form-type-select select.shs-select-level-2,
.page-soccer-gear .views-exposed-form div.form-type-select select.shs-select-level-2 {
  background: url(../img/select-arrow-down-gear.png) #fff no-repeat right;
  color: #ec1775;
}
.page-gear section.favorites,
.page-soccer-gear section.favorites {
  background: rgba(236, 23, 117, 0.2);
}
.page-gear section.favorites h2.title,
.page-soccer-gear section.favorites h2.title {
  color: #ec1775;
  border-color: #ec1775;
}
.page-gear section.favorites .scroll-favorites,
.page-soccer-gear section.favorites .scroll-favorites {
  background: none;
}
.page-gear section.favorites .scroll-favorites span.trending-label,
.page-soccer-gear section.favorites .scroll-favorites span.trending-label {
  color: #ec1775;
  border-color: #ec1775;
}
.page-gear section.favorites .favorite-article .content:after,
.page-soccer-gear section.favorites .favorite-article .content:after {
  background: #ec1775;
}
.page-gear .news-article article .article-terms,
.page-soccer-gear .news-article article .article-terms {
  border-color: #ec1775;
}
.page-gear .news-article article .article-terms li,
.page-soccer-gear .news-article article .article-terms li {
  color: #ec1775;
}

.page-learning .block-global-filter h2.block-title,
.page-soccer-learning .block-global-filter h2.block-title,
.page.training-video .block-global-filter h2.block-title,
.page.learning-article .block-global-filter h2.block-title,
.page.training-video .block-global-filter h2.block-title {
  background: #c9402b;
}
.page-learning .block-global-filter ul.global-filter-links li:hover a,
.page-soccer-learning .block-global-filter ul.global-filter-links li:hover a,
.page.training-video .block-global-filter ul.global-filter-links li:hover a,
.page.learning-article .block-global-filter ul.global-filter-links li:hover a,
.page.training-video .block-global-filter ul.global-filter-links li:hover a {
  color: #f1533a;
}
.page-learning .block-global-filter ul.global-filter-links li:nth-child(1) a,
.page-soccer-learning .block-global-filter ul.global-filter-links li:nth-child(1) a,
.page.training-video .block-global-filter ul.global-filter-links li:nth-child(1) a,
.page.learning-article .block-global-filter ul.global-filter-links li:nth-child(1) a,
.page.training-video .block-global-filter ul.global-filter-links li:nth-child(1) a {
  background: url(../img/select-arrow-down.png) #f1533a no-repeat right;
}
.page-learning .views-exposed-form label,
.page-soccer-learning .views-exposed-form label,
.page.training-video .views-exposed-form label,
.page.learning-article .views-exposed-form label,
.page.training-video .views-exposed-form label {
  background: #c9402b;
}
.page-learning .views-exposed-form div.form-type-select select,
.page-soccer-learning .views-exposed-form div.form-type-select select,
.page.training-video .views-exposed-form div.form-type-select select,
.page.learning-article .views-exposed-form div.form-type-select select,
.page.training-video .views-exposed-form div.form-type-select select {
  background: url(../img/select-arrow-down.png) #f1533a no-repeat right;
}
.page-learning .views-exposed-form div.form-type-select select:focus, .page-learning .views-exposed-form div.form-type-select select:active,
.page-soccer-learning .views-exposed-form div.form-type-select select:focus,
.page-soccer-learning .views-exposed-form div.form-type-select select:active,
.page.training-video .views-exposed-form div.form-type-select select:focus,
.page.training-video .views-exposed-form div.form-type-select select:active,
.page.learning-article .views-exposed-form div.form-type-select select:focus,
.page.learning-article .views-exposed-form div.form-type-select select:active,
.page.training-video .views-exposed-form div.form-type-select select:focus,
.page.training-video .views-exposed-form div.form-type-select select:active {
  outline: none;
  border: 0;
  background: url(../img/select-arrow-down.png) #f1533a no-repeat right;
}
.page-learning .views-exposed-form div.form-type-select select.shs-select-level-2,
.page-soccer-learning .views-exposed-form div.form-type-select select.shs-select-level-2,
.page.training-video .views-exposed-form div.form-type-select select.shs-select-level-2,
.page.learning-article .views-exposed-form div.form-type-select select.shs-select-level-2,
.page.training-video .views-exposed-form div.form-type-select select.shs-select-level-2 {
  background: url(../img/select-arrow-down-learn.png) #fff no-repeat right;
  color: #f1533a;
}
.page-learning .news-article article .article-terms,
.page-soccer-learning .news-article article .article-terms,
.page.training-video .news-article article .article-terms,
.page.learning-article .news-article article .article-terms,
.page.training-video .news-article article .article-terms {
  border-color: #f1533a;
}
.page-learning .news-article article .article-terms li,
.page-soccer-learning .news-article article .article-terms li,
.page.training-video .news-article article .article-terms li,
.page.learning-article .news-article article .article-terms li,
.page.training-video .news-article article .article-terms li {
  color: #f1533a;
}
.page-learning .news-article article .article-terms li a,
.page-soccer-learning .news-article article .article-terms li a,
.page.training-video .news-article article .article-terms li a,
.page.learning-article .news-article article .article-terms li a,
.page.training-video .news-article article .article-terms li a {
  color: #f1533a;
}

.page-topics .block-global-filter h2.block-title,
.page-soccer-topics .block-global-filter h2.block-title {
  background: #00aa60;
}
.page-topics .block-global-filter ul.global-filter-links li:hover a,
.page-soccer-topics .block-global-filter ul.global-filter-links li:hover a {
  color: #38d48a;
}
.page-topics .block-global-filter ul.global-filter-links li:nth-child(1) a,
.page-soccer-topics .block-global-filter ul.global-filter-links li:nth-child(1) a {
  background: url(../img/select-arrow-down.png) #38d48a no-repeat right;
}
.page-topics .views-exposed-form label,
.page-soccer-topics .views-exposed-form label {
  background: #00aa60;
}
.page-topics .views-exposed-form div.form-type-select select,
.page-soccer-topics .views-exposed-form div.form-type-select select {
  background: url(../img/select-arrow-down.png) #38d48a no-repeat right;
}
.page-topics .views-exposed-form div.form-type-select select:focus, .page-topics .views-exposed-form div.form-type-select select:active,
.page-soccer-topics .views-exposed-form div.form-type-select select:focus,
.page-soccer-topics .views-exposed-form div.form-type-select select:active {
  outline: none;
  border: 0;
  background: url(../img/select-arrow-down.png) #38d48a no-repeat right;
}
.page-topics .views-exposed-form div.form-type-select select.shs-select-level-2,
.page-soccer-topics .views-exposed-form div.form-type-select select.shs-select-level-2 {
  background: url(../img/select-arrow-down-top.png) #fff no-repeat right;
  color: #38d48a;
}
.page-topics section.favorites,
.page-soccer-topics section.favorites {
  background: rgba(56, 212, 138, 0.2);
}
.page-topics section.favorites h2.title,
.page-soccer-topics section.favorites h2.title {
  color: #38d48a;
  border-color: #38d48a;
}
.page-topics section.favorites none .scroll-favorites,
.page-soccer-topics section.favorites none .scroll-favorites {
  background: none;
}
.page-topics section.favorites none .scroll-favorites span.trending-label,
.page-soccer-topics section.favorites none .scroll-favorites span.trending-label {
  color: #38d48a;
  border-color: #38d48a;
}
.page-topics section.favorites .favorite-article .content:after,
.page-soccer-topics section.favorites .favorite-article .content:after {
  background: #38d48a;
}
.page-topics .news-article article .article-terms,
.page-soccer-topics .news-article article .article-terms {
  border-color: #38d48a;
}
.page-topics .news-article article .article-terms li,
.page-soccer-topics .news-article article .article-terms li {
  color: #38d48a;
}

@media screen and (min-width: 1025px) and (max-width: 5000px) {
  .featured-news,
.featured-entertainment,
.featured-videos,
.featured-top-photos,
.featured-photos-week .gallery-top .swiper-slide,
.news-feed article .inner,
.scroll-favorites article,
.swiper-photo,
.best-gear .feed-item,
.photo-sections .feed-item,
.featured-editorial,
.news-carousel .inner > a,
.front-player, .learning-main,
.free-preview, .topics-feed article .inner,
.players-feed article .inner {
    overflow: hidden;
  }
  .featured-news img,
.featured-entertainment img,
.featured-videos img,
.featured-top-photos img,
.featured-photos-week .gallery-top .swiper-slide img,
.news-feed article .inner img,
.scroll-favorites article img,
.swiper-photo img,
.best-gear .feed-item img,
.photo-sections .feed-item img,
.featured-editorial img,
.news-carousel .inner > a img,
.front-player img, .learning-main img,
.free-preview img, .topics-feed article .inner img,
.players-feed article .inner img {
    transition: all 1s ease-in-out;
  }
  .featured-news:hover img,
.featured-entertainment:hover img,
.featured-videos:hover img,
.featured-top-photos:hover img,
.featured-photos-week .gallery-top .swiper-slide:hover img,
.news-feed article .inner:hover img,
.scroll-favorites article:hover img,
.swiper-photo:hover img,
.best-gear .feed-item:hover img,
.photo-sections .feed-item:hover img,
.featured-editorial:hover img,
.news-carousel .inner > a:hover img,
.front-player:hover img, .learning-main:hover img,
.free-preview:hover img, .topics-feed article .inner:hover img,
.players-feed article .inner:hover img {
    transform: translate3d(0px, 0%, 0px) scale3d(1.03, 1.03, 1);
  }
  .featured-news:hover div.sponsored-icon img,
.featured-entertainment:hover div.sponsored-icon img,
.featured-videos:hover div.sponsored-icon img,
.featured-top-photos:hover div.sponsored-icon img,
.featured-photos-week .gallery-top .swiper-slide:hover div.sponsored-icon img,
.news-feed article .inner:hover div.sponsored-icon img,
.scroll-favorites article:hover div.sponsored-icon img,
.swiper-photo:hover div.sponsored-icon img,
.best-gear .feed-item:hover div.sponsored-icon img,
.photo-sections .feed-item:hover div.sponsored-icon img,
.featured-editorial:hover div.sponsored-icon img,
.news-carousel .inner > a:hover div.sponsored-icon img,
.front-player:hover div.sponsored-icon img, .learning-main:hover div.sponsored-icon img,
.free-preview:hover div.sponsored-icon img, .topics-feed article .inner:hover div.sponsored-icon img,
.players-feed article .inner:hover div.sponsored-icon img {
    transform: none !important;
  }

  .news-feed article .inner a {
    overflow: hidden;
    display: block;
  }

  .featured-video .main-feature, .video-category .large-6,
.scroll-videos .flex-video,
.featured-video .main-feature {
    overflow: hidden;
  }
  .featured-video .main-feature .YouTube, .featured-video .main-feature .Facebook,
.featured-video .main-feature .Streamable, .featured-video .main-feature .Twitter, .featured-video .main-feature .Wistia, .video-category .large-6 .YouTube, .video-category .large-6 .Facebook,
.video-category .large-6 .Streamable, .video-category .large-6 .Twitter, .video-category .large-6 .Wistia,
.scroll-videos .flex-video .YouTube,
.scroll-videos .flex-video .Facebook,
.scroll-videos .flex-video .Streamable,
.scroll-videos .flex-video .Twitter,
.scroll-videos .flex-video .Wistia,
.featured-video .main-feature .YouTube,
.featured-video .main-feature .Facebook,
.featured-video .main-feature .Streamable,
.featured-video .main-feature .Twitter,
.featured-video .main-feature .Wistia {
    transition: all 1s ease-in-out;
  }
  .featured-video .main-feature:hover .YouTube, .featured-video .main-feature:hover .Facebook,
.featured-video .main-feature:hover .Streamable, .featured-video .main-feature:hover .Twitter, .featured-video .main-feature:hover .Wistia, .video-category .large-6:hover .YouTube, .video-category .large-6:hover .Facebook,
.video-category .large-6:hover .Streamable, .video-category .large-6:hover .Twitter, .video-category .large-6:hover .Wistia,
.scroll-videos .flex-video:hover .YouTube,
.scroll-videos .flex-video:hover .Facebook,
.scroll-videos .flex-video:hover .Streamable,
.scroll-videos .flex-video:hover .Twitter,
.scroll-videos .flex-video:hover .Wistia,
.featured-video .main-feature:hover .YouTube,
.featured-video .main-feature:hover .Facebook,
.featured-video .main-feature:hover .Streamable,
.featured-video .main-feature:hover .Twitter,
.featured-video .main-feature:hover .Wistia {
    transform: translate3d(0px, 0%, 0px) scale3d(1.03, 1.03, 1);
  }
}
body.front .featured-news,
body.front .featured-entertainment,
body.front .featured-videos,
body.front .featured-top-photos,
body.page-soccer-trending .featured-news,
body.page-soccer-trending .featured-entertainment,
body.page-soccer-trending .featured-videos,
body.page-soccer-trending .featured-top-photos,
body.page-soccer-topics .featured-news,
body.page-soccer-topics .featured-entertainment,
body.page-soccer-topics .featured-videos,
body.page-soccer-topics .featured-top-photos,
body.page-beauty-is-a-beast .featured-news,
body.page-beauty-is-a-beast .featured-entertainment,
body.page-beauty-is-a-beast .featured-videos,
body.page-beauty-is-a-beast .featured-top-photos,
body.page-national-peanut-board-pb-japan .featured-news,
body.page-national-peanut-board-pb-japan .featured-entertainment,
body.page-national-peanut-board-pb-japan .featured-videos,
body.page-national-peanut-board-pb-japan .featured-top-photos,
body.page-futbol .featured-news,
body.page-futbol .featured-entertainment,
body.page-futbol .featured-videos,
body.page-futbol .featured-top-photos,
body.page-futbol-trending .featured-news,
body.page-futbol-trending .featured-entertainment,
body.page-futbol-trending .featured-videos,
body.page-futbol-trending .featured-top-photos,
body.page-futbol-e-sports .featured-news,
body.page-futbol-e-sports .featured-entertainment,
body.page-futbol-e-sports .featured-videos,
body.page-futbol-e-sports .featured-top-photos,
body.page-futbol-fantasy .featured-news,
body.page-futbol-fantasy .featured-entertainment,
body.page-futbol-fantasy .featured-videos,
body.page-futbol-fantasy .featured-top-photos {
  margin-top: 54px;
}

.featured-news,
.featured-entertainment,
.featured-videos,
.featured-top-photos {
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 93px;
}
.featured-news a,
.featured-entertainment a,
.featured-videos a,
.featured-top-photos a {
  display: block;
}
.featured-news a img,
.featured-entertainment a img,
.featured-videos a img,
.featured-top-photos a img {
  width: 100%;
}
.featured-news .inner,
.featured-entertainment .inner,
.featured-videos .inner,
.featured-top-photos .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  z-index: 1;
}
.featured-news .inner h2,
.featured-entertainment .inner h2,
.featured-videos .inner h2,
.featured-top-photos .inner h2 {
  width: 100%;
  padding: 0;
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 41px;
  line-height: 45px;
}
.featured-news .inner h2 a,
.featured-entertainment .inner h2 a,
.featured-videos .inner h2 a,
.featured-top-photos .inner h2 a {
  color: #fff;
}
.featured-news .inner .sub-content-box,
.featured-entertainment .inner .sub-content-box,
.featured-videos .inner .sub-content-box,
.featured-top-photos .inner .sub-content-box {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}
.featured-news .inner .sub-content-box p,
.featured-entertainment .inner .sub-content-box p,
.featured-videos .inner .sub-content-box p,
.featured-top-photos .inner .sub-content-box p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 26.8px;
  color: #fff;
  text-transform: uppercase;
}
.featured-news section.block:after,
.featured-entertainment section.block:after,
.featured-videos section.block:after,
.featured-top-photos section.block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
div.video-open {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 5s;
  position: absolute;
  bottom: -125px;
  width: 100%;
  height: 0;
  z-index: 500;
}
div.video-open .adv-unit {
  position: relative;
  margin: 0 auto;
}
div.video-open .adv-unit div {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  background: #262626;
}
div.video-open .adv-unit:before {
  background: #262626;
  color: #ecf0f1;
  border-color: #ecf0f1;
}

div.user-closed {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: slideOutDown !important;
  animation-delay: 0s;
}

section.featured-video {
  margin-top: 93px;
  overflow: hidden;
}
section.featured-video.clicked-play div.video-open {
  animation-name: slideInUp;
  bottom: 6rem;
  height: auto;
  /*a.video-open-close {
  	position: absolute;
  	top: -26px;
  	right: 0px;
  	color: $white;
  	font-size: 20px;
  	background: $black;
  	border: 2px solid $elliott;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
  	width: 23px;
  	height: 23px;
  	line-height: 14px;
  	letter-spacing: -1px;
  }*/
}
@media screen and (min-width: 0) and (max-width: 640px) {
  section.featured-video.clicked-play div.video-open {
    bottom: 1rem;
  }
}
section.featured-video.clicked-play div.video-open a.video-open-close {
  position: absolute;
  top: -30px;
  right: 0px;
  background: #262626;
  color: #fff;
  border: 2px solid #ecf0f1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  display: block;
}
section.featured-video.clicked-play div.video-open a.video-open-close::before, section.featured-video.clicked-play div.video-open a.video-open-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ecf0f1;
}
section.featured-video.clicked-play div.video-open a.video-open-close::before {
  transform: rotate(45deg);
}
section.featured-video.clicked-play div.video-open a.video-open-close::after {
  transform: rotate(-45deg);
}
section.featured-video.clicked-play div.video-open a.video-open-close.big {
  transform: scale(3);
}
section.featured-video.clicked-play div.video-open a.video-open-close.thick::before, section.featured-video.clicked-play div.video-open a.video-open-close.thick::after {
  height: 4px;
  margin-top: -2px;
}

.featured-video {
  position: relative;
  overflow: hidden;
}
.featured-video img {
  width: 100%;
}
.featured-video .flex-video {
  margin-bottom: 0;
}
.featured-video .square-video {
  background: #161616;
}
.featured-video .square-video iframe {
  width: 56.29% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.featured-video .play-btn {
  position: absolute;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15%;
}
.featured-video .featured-img {
  position: absolute;
  top: 0;
  left: 0;
}
.featured-video h3.label {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 25%;
  display: inline-block;
  font-size: 35px;
  background: rgba(0, 130, 186, 0.6);
  border: 2px solid #009ae0;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  padding: 1.5rem;
  white-space: normal;
  overflow-wrap: break-word;
}
.featured-video h3.hide, .featured-video .hide {
  display: none;
}
.featured-video .scroll-videos {
  background: #262626;
  padding: 0 0;
  min-height: 200px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  overflow: visible !important;
  /*.owl-stage, .owl-stage-outer {
  	overflow: visible !important; 
  }*/
  /*.swiper-slide {
  	align-items: center;
     display: flex;
     font-size: 18px;
     justify-content: center;
     text-align: center;
     list-style: none;

     flex-shrink: 0;
     height: 100%;
     position: relative;
     opacity: 1;

     .inner {
  		margin-left: 5px;
      margin-right: 5px;
      transform: scale(1) rotate(0deg) translate3d(0px, 0px, 0px);
      transition: margin 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, 
      padding 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, 
      width 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
      width: 18.9674vw;
      padding-top: 3rem;
     }

     &:after {
     	content: "";
     	position: absolute;
     	width: 100%;
     	height: 100%;
     	top: 0;
     	left: 0;
     	z-index: 1;
     }

     &:hover {
      .inner {
  	    width: 27.9674vw;
      }    	
     }

  }

  .swiper-slide-active {
     opacity: 1;

  	.inner {
  		padding: 1.5rem 0rem; 
  		width: 27.9674vw;

  		h3.title {
  			font-size: 25px;
  		}
  	}

  	&:after {
  		display: none;
  	}

  }*/
}
.featured-video .scroll-videos .item {
  float: left;
}
.featured-video .scroll-videos span.tax-label {
  display: block;
  width: 75%;
  background: none;
  border-top: 1px solid #009ae0;
  color: #009ae0;
  padding: 3px 0 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.featured-video .scroll-videos h3.title {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  padding: 0 1rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin: 1rem 0 0;
}
.featured-video .scroll-videos.scroll-videos-large .flex-video .play {
  background-size: 250px 250px;
  height: 75%;
}
.featured-video .scroll-videos.scroll-videos-large div.inner {
  padding: 0;
}
.featured-video .scroll-videos.scroll-videos-large div.inner span.tax-label {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-top: 0;
}
.featured-video .scroll-videos.scroll-videos-large div.inner h3.title {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 65%;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  background: rgba(0, 130, 186, 0.6);
  border: 2px solid #009ae0;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  .featured-video .scroll-videos.scroll-videos-large div.inner h3.title {
    width: 25%;
    top: 60%;
    bottom: auto;
    padding: 1.5rem;
  }
}
.featured-video .scroll-videos.scroll-videos-large div.yt-subscribe {
  padding: 1rem 0;
  margin: 0 auto;
}
.featured-video .scroll-videos .center {
  transition: all 0.3s ease-in-out;
}
.featured-video .scroll-videos .center:hover {
  transform: translate3d(0px, 0%, 0px) scale3d(1.1 0.5, 1.1 0.5, 1);
  z-index: 100;
  background: #262626;
}
.featured-video .scroll-videos .swiper-container {
  height: 100%;
}
.featured-video .scroll-videos .swiper-slide {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  opacity: 0.5;
  list-style: none;
}
.featured-video .scroll-videos .swiper-slide .views-field {
  width: 100%;
}
.featured-video .scroll-videos .swiper-slide .inner {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 5rem 2rem 2rem;
}
.featured-video .scroll-videos .swiper-slide .inner div.flex-video iframe {
  width: 100% !important;
  height: 100% !important;
}
.featured-video .scroll-videos .swiper-slide .inner div.flex-video.square-video {
  background: #161616;
}
.featured-video .scroll-videos .swiper-slide .inner div.flex-video.square-video iframe {
  width: 56.29% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.featured-video .scroll-videos .swiper-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.featured-video .scroll-videos .swiper-slide-prev,
.featured-video .scroll-videos .swiper-slide-next {
  opacity: 1;
}
.featured-video .scroll-videos .swiper-slide-active {
  opacity: 1;
  width: 520px;
}
.featured-video .scroll-videos .swiper-slide-active .inner {
  padding: 5rem 0rem 2rem;
}
.featured-video .scroll-videos .swiper-slide-active:after {
  display: none;
}
.featured-video .scroll-videos .swiper-button-prev,
.featured-video .scroll-videos .button-prev {
  background: url(../img/prev-slide.png);
  background-size: 35px 60px;
  height: 60px;
  width: 35px;
}
.featured-video .scroll-videos .swiper-button-next,
.featured-video .scroll-videos .button-next {
  background: url(../img/next-slide.png);
  background-size: 35px 60px;
  height: 60px;
  width: 35px;
}
.featured-video .scroll-videos .owl-item {
  opacity: 0.5;
}
.featured-video .scroll-videos .owl-item.active {
  opacity: 1;
}
.featured-video .scroll-videos .owl-prev {
  position: absolute;
  top: 40%;
  left: 1rem;
  background: url(../img/prev-slide.png);
  background-size: 35px 60px;
  height: 60px;
  width: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.featured-video .scroll-videos .owl-next {
  position: absolute;
  top: 40%;
  right: 1rem;
  background: url(../img/next-slide.png);
  background-size: 35px 60px;
  height: 60px;
  width: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.favorites {
  background: rgba(199, 218, 44, 0.3);
  padding: 2rem 0 0;
  margin: 0;
}
.favorites h2.title {
  border-top: 2px solid #799900;
  color: #799900;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 0 2rem;
  padding: 2px 3rem 2px 0;
  display: inline-block;
}
.favorites .favorite-article {
  padding: 0;
}
.favorites .favorite-article span.trending-label {
  display: block;
  width: 75%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2rem;
  margin: 0;
}
.favorites .favorite-article span.trending-label li {
  color: #799900;
  border-top: 1px solid #799900;
  padding: 3px 0 5px;
  display: none;
}
.favorites .favorite-article span.trending-label li:nth-child(1) {
  display: block;
}
.favorites .favorite-article .inner {
  background: #fff;
}
.favorites .favorite-article .inner > a {
  display: block;
  overflow: hidden;
}
.favorites .favorite-article img {
  width: 100%;
}
.favorites .favorite-article .content {
  color: #262626;
  padding: 1.5rem 0;
  margin: 0 1.5rem;
  position: relative;
}
.favorites .favorite-article .content h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  padding-bottom: 1rem;
  margin: 0;
}
.favorites .favorite-article .content h2 a {
  color: #262626;
}
.favorites .favorite-article .content:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #799900;
  position: absolute;
  bottom: 1.75rem;
}
.favorites .scroll-favorites {
  padding: 2rem 0 2rem;
  position: relative;
  margin: 0 auto 0;
  background: none;
}
.favorites .scroll-favorites .swiper-button-prev,
.favorites .scroll-favorites .button-prev {
  background: url(../img/prev-slide.png);
  background-size: 35px 60px;
  height: 60px;
  width: 35px;
}
.favorites .scroll-favorites .swiper-button-next,
.favorites .scroll-favorites .button-next {
  background: url(../img/next-slide.png);
  background-size: 35px 60px;
  height: 60px;
  width: 35px;
}
@media screen and (min-width: 768px) and (max-width: 5000px) {
  .favorites .scroll-favorites .scroll-favorites .swipe-favorites .swiper-slide article {
    padding: 0 1rem;
  }
}

.swipe-favorites {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.swipe-favorites .swiper-wrapper {
  margin: 0;
}
.swipe-favorites .swiper-slide {
  opacity: 0.5;
  list-style: none;
}
.swipe-favorites .swiper-slide-active,
.swipe-favorites .swiper-slide-next,
.swipe-favorites .swiper-slide-prev {
  opacity: 1;
}

.featured-editorial {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.featured-editorial .views-field-term-node-tid {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  z-index: 10;
}
.featured-editorial .views-field-term-node-tid .field-content {
  display: block;
}
.featured-editorial .views-field-term-node-tid ul {
  margin: 0;
  padding: 0;
}
.featured-editorial .views-field-term-node-tid ul li {
  display: none;
  list-style: none;
  margin: 0;
}
.featured-editorial .views-field-term-node-tid ul li a {
  color: #799900;
  background: rgba(121, 153, 0, 0.4);
  border-left: 2px solid #799900;
  display: block;
  font-size: 1rem;
  padding: 2px 2rem 2px 1rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.featured-editorial .views-field-term-node-tid ul li:nth-child(1) {
  display: block;
}
.featured-editorial img {
  width: 100%;
}
.featured-editorial .inner {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.featured-editorial .inner div.content-wrap {
  width: 65%;
  position: absolute;
  left: -1rem;
  bottom: 3rem;
  color: #fff;
}
.featured-editorial .inner div.content-wrap h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.8rem;
  line-height: 4rem;
  margin: 0;
  clear: both;
  position: relative;
}
.featured-editorial .inner div.content-wrap h2 a {
  color: #fff;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.featured-editorial .inner div.content-wrap h2 a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 45%;
  height: 60px;
  z-index: -1;
  background: rgba(121, 153, 0, 0.5);
}
.featured-editorial .inner div.content-wrap .sub-content-box {
  width: 70%;
  float: right;
  margin-top: 0.5rem;
}
.featured-editorial .inner div.content-wrap .sub-content-box p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-bottom: 4px solid #799900;
  margin-bottom: 0.85rem;
  padding-bottom: 1rem;
}
.featured-editorial .inner div.content-wrap .sub-content-box span.author {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
}
.featured-editorial:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}

.meme-feed {
  background-color: #f7f7f7;
}
.meme-feed .block {
  padding: 0 0 2rem;
}
.meme-feed .swiper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.meme-feed .swiper-slide {
  list-style: none;
  background: #00b99b;
}
.meme-feed .swiper-slide img {
  opacity: 0.4;
}
.meme-feed .meme-button-prev,
.meme-feed .button-prev {
  background: url(../img/prev-slide.png);
  background-size: 35px 60px;
  height: 60px;
  width: 35px;
}
.meme-feed .meme-button-next,
.meme-feed .button-next {
  background: url(../img/next-slide.png);
  background-size: 35px 60px;
  height: 60px;
  width: 35px;
}

.overflow {
  overflow: hidden;
}
.overflow.overflow-author {
  position: relative;
  z-index: 100;
  background: #fff;
}

.feed-video {
  position: relative;
}
.feed-video a:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 50%;
  background: url(../img/play.png) no-repeat center center;
  background-size: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

section.news-feed .feed-video a:before {
  top: -25%;
  width: 110px;
  height: 110px;
}
section.news-feed img {
  width: 100%;
}
@media screen and (min-width: 667px) and (max-width: 5000px) {
  section.news-feed .views-row-odd article {
    padding-right: 3rem;
  }
  section.news-feed .views-row-even article {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 667px) and (max-width: 5000px) {
  section.news-feed .news-article:nth-child(8n+1) article div.article-terms {
    width: 60%;
  }
  section.news-feed .news-article:nth-child(8n+1) article:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    margin: 0 auto;
    width: 250%;
    height: 100%;
    background: #f7f7f7;
    border-bottom: 2px solid #e5e5e5;
    z-index: -2;
  }
  section.news-feed .news-article:nth-child(8n+2) article div.article-terms {
    width: 60%;
  }
  section.news-feed .news-article:nth-child(8n+2) article:after {
    content: "";
    position: absolute;
    top: -10%;
    left: -100%;
    right: 0;
    margin: 0 auto;
    width: 250%;
    height: 110%;
    background: #f7f7f7;
    border-bottom: 2px solid #e5e5e5;
    z-index: -2;
  }
  section.news-feed .news-article:nth-child(8n+5) article:after {
    content: "";
    position: absolute;
    top: -4%;
    left: -100%;
    right: 0;
    margin: 0 auto;
    width: 200%;
    height: 108%;
    background: #f7f7f7;
    border-bottom: 2px solid #e5e5e5;
    z-index: -1;
  }
  section.news-feed .news-article:nth-child(8n+6) article:after {
    content: "";
    position: absolute;
    top: -4%;
    right: -100%;
    left: 0;
    margin: 0 auto;
    width: 200%;
    height: 108%;
    background: #f7f7f7;
    border-bottom: 2px solid #e5e5e5;
    z-index: -1;
  }
  section.news-feed .news-article:nth-child(8n+1) .feed-video a:before,
section.news-feed .news-article:nth-child(8n+2) .feed-video a:before {
    top: 0;
    left: 34%;
  }
  section.news-feed .news-article:nth-child(8n+1) article,
section.news-feed .news-article:nth-child(8n+2) article {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
  section.news-feed .news-article:nth-child(8n+1) article img,
section.news-feed .news-article:nth-child(8n+2) article img {
    width: 66%;
    float: right;
  }
  section.news-feed .news-article:nth-child(8n+1) article .inner,
section.news-feed .news-article:nth-child(8n+2) article .inner {
    padding: none;
  }
  section.news-feed .news-article:nth-child(8n+1) article div.featured-full-width,
section.news-feed .news-article:nth-child(8n+2) article div.featured-full-width {
    position: absolute;
    width: 38%;
    height: 75%;
    top: 40px;
    left: 0;
  }
  section.news-feed .news-article:nth-child(8n+1) article div.featured-full-width:after,
section.news-feed .news-article:nth-child(8n+2) article div.featured-full-width:after {
    content: "";
    position: absolute;
    top: 8.8%;
    left: 0;
    width: 100%;
    height: 91%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 33px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 33px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 33px rgba(0, 0, 0, 0.07);
  }
  section.news-feed .news-article:nth-child(8n+1) article div.featured-full-width h2,
section.news-feed .news-article:nth-child(8n+2) article div.featured-full-width h2 {
    position: absolute;
    top: 28px;
    background: #7b7b7b;
    padding: 2rem 1.5rem 1rem 1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 100;
    font-size: 25px;
    line-height: 33.5px;
    width: 100%;
  }
  section.news-feed .news-article:nth-child(8n+1) article div.featured-full-width h2 a,
section.news-feed .news-article:nth-child(8n+2) article div.featured-full-width h2 a {
    display: block;
    height: 100%;
  }
  section.news-feed .news-article:nth-child(8n+1) article div.featured-full-width p.author,
section.news-feed .news-article:nth-child(8n+2) article div.featured-full-width p.author {
    background: #fff;
    width: 100%;
    margin: 0;
    display: block;
    padding: 2px 10px;
    line-height: 24px;
  }
}
@media screen and (min-width: 0px) and (max-width: 666px) {
  section.news-feed .news-article:nth-child(8n+1) .feed-video a:before,
section.news-feed .news-article:nth-child(8n+2) .feed-video a:before {
    top: 0;
  }
  section.news-feed .news-article:nth-child(8n+1) article div.featured-full-width h2,
section.news-feed .news-article:nth-child(8n+2) article div.featured-full-width h2 {
    position: relative;
    bottom: 0;
    background: #7b7b7b;
    padding: 1.5rem 1rem;
    min-height: 8rem;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    font-family: "Roboto Condensed", sans-serif;
  }
  section.news-feed .news-article:nth-child(8n+1) article div.featured-full-width p.author,
section.news-feed .news-article:nth-child(8n+2) article div.featured-full-width p.author {
    background: #fff;
    color: #262626;
    padding: 0.55rem 1rem;
    width: 100%;
    bottom: -9px;
    z-index: -1;
    font-size: 1rem;
    text-transform: uppercase;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  }
}
section.news-feed ul.pager {
  clear: both;
}

.news-article article,
.basic-news-article article {
  float: left;
  margin-bottom: 4rem;
}
.news-article article .article-terms,
.basic-news-article article .article-terms {
  border-top: 1px solid #799900;
  padding-top: 5px;
  width: 50%;
  height: 28px;
  overflow: hidden;
  color: #799900;
  position: absolute;
  top: 0;
  left: 0;
}
.news-article article .article-terms ul,
.basic-news-article article .article-terms ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-article article .article-terms ul li,
.basic-news-article article .article-terms ul li {
  list-style: none;
  color: #799900;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  line-height: 1rem;
  padding: 0;
  margin: 0;
  display: none;
  text-transform: uppercase;
}
.news-article article .article-terms ul li a,
.basic-news-article article .article-terms ul li a {
  color: #799900;
}
.news-article article .article-terms ul li:nth-child(1),
.basic-news-article article .article-terms ul li:nth-child(1) {
  display: block;
}
.news-article article .article-terms.news-wrap,
.basic-news-article article .article-terms.news-wrap {
  border-color: #f7c300;
}
.news-article article .article-terms.news-wrap li,
.basic-news-article article .article-terms.news-wrap li {
  color: #f7c300;
}
.news-article article .article-terms.ent-wrap,
.basic-news-article article .article-terms.ent-wrap {
  border-color: #00b99b;
}
.news-article article .article-terms.ent-wrap li,
.basic-news-article article .article-terms.ent-wrap li {
  color: #00b99b;
}
.news-article article .article-terms.video-wrap,
.basic-news-article article .article-terms.video-wrap {
  border-color: #009ae0;
}
.news-article article .article-terms.video-wrap li,
.basic-news-article article .article-terms.video-wrap li {
  color: #009ae0;
}
.news-article article .article-terms.photo-wrap,
.basic-news-article article .article-terms.photo-wrap {
  border-color: #9e5fb9;
}
.news-article article .article-terms.photo-wrap li,
.basic-news-article article .article-terms.photo-wrap li {
  color: #9e5fb9;
}
.news-article article .article-terms.learn-wrap,
.basic-news-article article .article-terms.learn-wrap {
  border-color: #f1533a;
}
.news-article article .article-terms.learn-wrap li,
.basic-news-article article .article-terms.learn-wrap li {
  color: #f1533a;
}
.news-article article .article-terms.gear-wrap,
.basic-news-article article .article-terms.gear-wrap {
  border-color: #ec1775;
}
.news-article article .article-terms.gear-wrap li,
.basic-news-article article .article-terms.gear-wrap li {
  color: #ec1775;
}
.news-article article .inner,
.basic-news-article article .inner {
  padding-top: 28px;
  padding-bottom: 22px;
  position: relative;
}
.news-article article .inner h2,
.basic-news-article article .inner h2 {
  position: absolute;
  bottom: 22px;
  left: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  z-index: 1;
}
.news-article article .inner h2 a,
.basic-news-article article .inner h2 a {
  color: #fff;
  letter-spacing: 0.5px;
}
.news-article article .featured-full-width p.author,
.basic-news-article article .featured-full-width p.author {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 13.27px;
}

body.section-partners .news-article article {
  margin: 0 1% 4rem 1%;
  width: 48%;
}
body.section-partners .news-article article img[alt=teamsnap],
body.section-partners .news-article article img[alt=foxsoccermatch] {
  display: none;
}

body.section-partners .view-partners-the18 {
  clear: both;
}

@media screen and (min-width: 667px) and (max-width: 5000px) {
  body.section-partners section.news-feed .news-article:nth-child(8n+1) article,
body.section-partners section.news-feed .news-article:nth-child(8n+2) article {
    width: 98%;
  }
}
.news-article-base {
  background: #f7f7f7;
}

.featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 93px;
}
.featured-image img {
  width: 100%;
  text-indent: -100%;
}
.featured-image picture {
  width: 100%;
}
.featured-image picture img {
  width: 100%;
}
.featured-image .caption {
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(38, 38, 38, 0.7);
  bottom: 0.5rem;
  left: 0.75rem;
  font-size: 0.7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.featured-image .caption a {
  color: #fff;
}
.featured-image .caption a:focus {
  outline: none;
}

body.page-node .featured-image {
  margin-top: 57px;
}
@media screen and (min-width: 0px) and (max-width: 735px) {
  body.page-node .featured-image {
    margin-top: 80px;
  }
}

.article-body {
  background: #fff;
  position: relative;
  top: 35rem;
  padding: 1.5rem 2rem 2rem;
  margin-bottom: 35rem;
}
.article-body.no-featured-image {
  top: 0;
  margin-bottom: 0;
}
.article-body.no-featured-image article.node-community-video-article {
  margin-bottom: 2.5rem;
}
.article-body .title {
  padding-bottom: 2rem;
  padding-right: 4rem;
  margin: 0 0 2rem;
  color: #262626;
  border-bottom: 1px solid #262626;
  font-family: "Playfair Display", serif;
  font-size: 41px;
  line-height: 45px;
}
.article-body .subhead {
  padding-bottom: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 26.8px;
  text-transform: uppercase;
  font-weight: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.article-body .subhead div.field-name-field-sub-head {
  width: 70%;
}
.article-body .author-reads {
  width: 154px;
  height: auto;
  margin: 0 1rem 2rem 0;
  float: left;
}
.article-body .author-reads.author-top {
  display: flex;
  flex-direction: row;
  width: 28%;
  float: none;
  margin: 0 2% 0 0;
}
.article-body .author-reads.author-top.author-608, .article-body .author-reads.author-top.author-626 {
  width: 32%;
}
.article-body .author-reads.author-top .field-name-field-author span.name {
  margin: 0;
}
.article-body .author-reads.author-top .field-name-field-author span.date.left {
  margin-top: 3px;
}
.article-body .author-reads.author-mobile {
  display: none;
}
.article-body .author-reads .bio-image {
  width: 100px;
  height: 100px;
  border: 2px solid #ecf0f1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 15px 0.5rem 0;
  position: absolute;
}
.article-body .author-reads .bio-image.left {
  position: relative;
}
.article-body .author-reads .bio-image img {
  width: 100px;
}
.article-body .author-reads .field-name-field-author {
  padding: 30px 0 0 0;
  color: #009ae0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 20px 130px;
  clear: both;
  width: 350px;
}
.article-body .author-reads .field-name-field-author.left {
  padding: 0;
  margin: 0;
  width: 160px;
}
.article-body .author-reads .field-name-field-author span {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.article-body .author-reads .field-name-field-author span.date {
  color: #262626;
  font-size: 16px;
}
.article-body .author-reads .field-name-field-author span.date.left {
  line-height: 12px;
  margin-top: 6px;
}
.article-body .author-reads .field-name-field-author span.name.left {
  font-size: 16px;
}
.article-body .author-reads .field-name-field-author span.position {
  text-transform: none;
}
.article-body .author-reads .field-name-field-author span.email {
  color: #262626;
  font-size: 18px;
  font-weight: 300;
}
.article-body .author-reads .field-name-field-author span.email a {
  color: #262626;
  font-size: 10px;
  font-weight: 700;
}
.article-body .author-reads .field-name-field-author span.snippet {
  color: #262626;
  font-size: 10px;
  font-weight: 500;
  text-transform: none;
  line-height: 14px;
}
.article-body .author-reads .field-name-field-author small.publisher {
  display: block;
  font-size: 60%;
  line-height: 60%;
}
.article-body .author-reads .field-name-field-author p.disc {
  margin-bottom: 6px;
}
.article-body .author-reads .field-name-field-author p.disc small {
  display: block;
  font-size: 60%;
  line-height: 0.75rem;
  text-transform: none;
}
.article-body .author-reads .article-terms {
  margin-top: 2.5rem;
}
.article-body .author-reads .article-terms h6 {
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 8px;
  font-weight: 400;
}
.article-body .author-reads .article-terms a {
  display: inline-block;
  float: left;
  padding: 3px 3px 3px;
  margin: 0 4px 4px 0;
  background: #0082ba;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 8px;
  line-height: 8px;
  font-weight: 300;
  text-transform: uppercase;
}
.article-body .article-copy {
  padding: 0;
}
.article-body .article-copy .field-name-body p, .article-body .article-copy .field-name-body ul, .article-body .article-copy .field-name-body ol, .article-body .article-copy .field.body p, .article-body .article-copy .field.body ul, .article-body .article-copy .field.body ol {
  padding: 0 7rem;
}
.article-body .article-copy .field-name-body p img, .article-body .article-copy .field-name-body ul img, .article-body .article-copy .field-name-body ol img, .article-body .article-copy .field.body p img, .article-body .article-copy .field.body ul img, .article-body .article-copy .field.body ol img {
  display: block;
  margin: 0 auto;
}
.article-body .article-copy .field-name-body h1, .article-body .article-copy .field.body h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 2.75rem;
  margin: 0 0 2rem;
  padding: 0 7rem;
}
.article-body .article-copy .field-name-body h2, .article-body .article-copy .field.body h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 23.34px;
  line-height: 23.34px;
  margin: 1rem 0 2rem;
  padding: 0 7rem;
}
.article-body .article-copy .field-name-body h2 strong, .article-body .article-copy .field.body h2 strong {
  font-weight: inherit;
}
.article-body .article-copy .field-name-body h3, .article-body .article-copy .field-name-body h4, .article-body .article-copy .field-name-body h5, .article-body .article-copy .field-name-body h6, .article-body .article-copy .field.body h3, .article-body .article-copy .field.body h4, .article-body .article-copy .field.body h5, .article-body .article-copy .field.body h6 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20.34px;
  line-height: 20.34px;
  margin: 0 0 1.25rem;
  padding: 0 7rem;
}
.article-body .article-copy .field-name-body .caption .caption-width-container, .article-body .article-copy .field.body .caption .caption-width-container {
  margin: 1rem auto;
}
.article-body .article-copy .field-name-body div.getty.embed, .article-body .article-copy .field.body div.getty.embed {
  background: none;
  border: none;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  padding: 0 0 1.5rem;
  display: table !important;
  margin: 0 auto;
}
.article-body .article-copy .field-name-body .caption-inner, .article-body .article-copy .field.body .caption-inner {
  background: none;
  border: none;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  padding: 1.5rem 0 0.75rem;
}
.article-body .article-copy .field-name-body .caption-inner .tint, .article-body .article-copy .field.body .caption-inner .tint {
  overflow: hidden;
  margin-bottom: 1rem;
}
.article-body .article-copy .field-name-body .caption-inner img, .article-body .article-copy .field.body .caption-inner img {
  transition: all 1s ease-in-out;
  margin-bottom: 0;
}
.article-body .article-copy .field-name-body .caption-inner .caption-text, .article-body .article-copy .field.body .caption-inner .caption-text {
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  font-style: italic;
  color: #808080;
}
.article-body .article-copy .field-name-body .caption-inner:hover img, .article-body .article-copy .field.body .caption-inner:hover img {
  transform: translate3d(0px, 0%, 0px) scale3d(1.03, 1.03, 1);
}
.article-body .article-copy .field-name-body div.caption-center, .article-body .article-copy .field.body div.caption-center {
  margin: 1rem 0 1.5rem !important;
}
.article-body .article-copy .field-name-body .instagram-media, .article-body .article-copy .field.body .instagram-media {
  margin: 2rem auto !important;
  position: relative !important;
  width: 50% !important;
}
.article-body .article-copy .field-name-body .twitter-embed, .article-body .article-copy .field.body .twitter-embed {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.article-body .article-copy .field-name-body .twitter-embed iframe, .article-body .article-copy .field.body .twitter-embed iframe {
  position: relative !important;
}
.article-body .article-copy .field-name-body .twitter-video,
.article-body .article-copy .field-name-body .poster-image-wrap, .article-body .article-copy .field.body .twitter-video,
.article-body .article-copy .field.body .poster-image-wrap {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  margin: 1.5rem auto !important;
  padding: 1.5rem 0 !important;
}
.article-body .article-copy .field-name-body p.no-padding, .article-body .article-copy .field.body p.no-padding {
  padding: 0;
  clear: both;
}
.article-body .article-copy .field-name-body .youtubenews,
.article-body .article-copy .field-name-body .cnx-main-container, .article-body .article-copy .field.body .youtubenews,
.article-body .article-copy .field.body .cnx-main-container {
  padding-top: 1rem;
  border-top: 1px solid #262626;
  background: transparent;
}
.article-body .article-copy .field-name-body .connatix, .article-body .article-copy .field.body .connatix {
  margin: 2rem 0 1rem;
  position: relative;
}
.article-body .article-copy .field-name-body .connatix #cnx-video-image, .article-body .article-copy .field.body .connatix #cnx-video-image {
  position: relative;
  /*&:after {
  	content: "";
  	position: absolute;
  	bottom: -16px;
  	background: $black;
  	width: 100%;
  	height: 1px;						
  }*/
}
.article-body .article-copy .field-name-body .connatix #cnx-video-image:before, .article-body .article-copy .field.body .connatix #cnx-video-image:before {
  content: "";
  position: absolute;
  top: -1rem;
  background: #262626;
  width: 100%;
  height: 1px;
}

.page {
  overflow: hidden;
}
.page .subhead {
  position: relative;
}

div.end-container {
  display: flex;
  flex-direction: row;
}
div.end-container .article-author {
  width: 50%;
}
div.end-container .article-author div.author-reads.bottom {
  width: 100%;
}
div.end-container .article-author div.author-reads.bottom .field-name-field-author {
  padding-top: 15px;
}
div.end-container .fblike {
  width: 50%;
  height: 71px;
  margin-top: 1rem;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 521px) and (max-width: 900px) {
  div.end-container {
    flex-direction: column;
  }
  div.end-container .article-author {
    width: 100%;
  }
  div.end-container .article-author div.author-reads.bottom {
    width: 50%;
  }
  div.end-container .article-author div.author-reads.bottom .field-name-field-author {
    padding-top: 15px;
  }
  div.end-container .fblike {
    width: 500px;
    margin: 0 auto 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  div.end-container {
    flex-direction: column;
  }
  div.end-container .article-author {
    width: 100%;
  }
  div.end-container .article-author div.author-reads.bottom {
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
  }
  div.end-container .article-author div.author-reads.bottom .field-name-field-author {
    width: 50%;
  }
  div.end-container .fblike {
    width: 92%;
    margin: 0 auto 1rem;
    padding: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 531px) {
  .fblike {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 2rem;
    overflow: hidden;
  }
}
.video-article-post div.end-container .fblike {
  margin: 1rem auto;
}

.gd_infinite_scroll-ajax-loader {
  text-align: center;
  padding: 0 0 1rem;
  background: #f7f7f7;
}

.all-content-container .all-content {
  position: relative;
}
.all-content-container .all-content ul.flippy {
  display: none;
}
.all-content-container .all-content.more-content ul.button-group {
  position: absolute;
  top: 0;
  right: 0;
}
.all-content:not(:first-child) .share-container.top {
  display: none;
}
.all-content:not(:first-child) .share-container.in-content {
  display: block;
}
.all-content:not(:first-child) section.featured-image {
  padding-top: 0;
}

.all-content {
  position: relative;
}

/* scroller-status
------------------------- */
.scroller-status {
  display: none;
  padding: 0.5rem 0;
}

.scroller-status__message {
  text-align: center;
  color: #777;
}

/* loader-ellips
------------------------- */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4rem;
  height: 1rem;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background: #799900;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5rem;
}

.loader-ellips__dot:nth-child(4) {
  left: 3rem;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.page-node-4597 .body.field .button {
  width: 65%;
}

div.above-content-container {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
div.above-content-container .inner {
  display: flex;
  flex-direction: row;
}
div.above-content-container .inner .image {
  width: 30%;
}
div.above-content-container .inner .image img {
  width: 100%;
}
div.above-content-container .inner .content {
  width: 70%;
  padding-bottom: 3rem;
  margin-left: 1rem;
  position: relative;
}
div.above-content-container .inner .content h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0 0 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #262626;
  text-transform: uppercase;
}
div.above-content-container .inner .content h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0 0 1rem;
  width: 85%;
}
div.above-content-container .inner .content h4 a {
  color: #262626;
  font-weight: 400;
}
div.above-content-container .inner .content p {
  display: none;
}
div.above-content-container .inner .content a.button {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 0) and (max-width: 736px) {
  div.above-content-container {
    margin: 0 1rem;
    padding-bottom: 1.5rem;
  }
  div.above-content-container .inner .content h4 {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 640px) {
  div.above-content-container .inner .image {
    width: 50%;
  }
  div.above-content-container .inner .content {
    width: 50%;
  }
}
@media screen and (min-width: 0) and (max-width: 500px) {
  div.above-content-container {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  div.above-content-container .inner .image {
    width: 33%;
  }
  div.above-content-container .inner .content {
    width: 67%;
    margin-left: 0.5rem;
    padding-bottom: 2.25rem;
  }
  div.above-content-container .inner .content h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  div.above-content-container .inner .content h4 {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  div.above-content-container .inner .content a.button {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.5rem;
  }
}

.above-email {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1rem 0;
  background: rgba(0, 130, 186, 0.2);
  padding: 0.5rem 1rem;
}
.above-email .image-container {
  width: 58%;
  height: auto;
}
.above-email .image-container h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.above-email .email-form {
  overflow: hidden;
  width: 100%;
  margin-left: 1rem;
}
.above-email .email-form div.indicates-required {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 8px 0 0 0;
}
.above-email .email-form div.indicates-required span.asterisk {
  font-size: 10px;
}
.above-email .email-form div.indicates-required p {
  font-size: 10px;
  line-height: 10px;
  padding-left: 5px;
  margin: 0;
}
.above-email .email-form h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0 0 1rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #262626;
  text-transform: uppercase;
}
.above-email .email-form div#mc_embed_signup {
  padding: 0 0 0 0;
  background: none;
}
.above-email .email-form div#mc_embed_signup form {
  padding: 0;
}
.above-email .email-form div#mc_embed_signup form .flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
.above-email .email-form div#mc_embed_signup form .flex label {
  font-size: 10px;
}
.above-email .email-form div#mc_embed_signup form .flex input#mce-EMAIL {
  margin: 0 1rem 0 0;
  height: auto;
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.above-email .email-form div#mc_embed_signup form .flex input#mce-EMAIL.mce_inline_error {
  border: 1px solid red;
}
.above-email .email-form div#mc_embed_signup form .flex input.button {
  background: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 100;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  margin: 0;
  transition: all 0.25s ease-in-out;
  color: #0082ba;
  border: 1px solid #0082ba;
  height: auto;
  width: 28%;
}
.above-email .email-form div#mc_embed_signup div.mc-field-group {
  padding-bottom: 0.5rem;
}
.above-email .email-form div#mc_embed_signup div#mce-responses {
  margin: 0;
  padding: 0;
}
.above-email .email-form div#mc_embed_signup div#mce-responses #mce-success-response,
.above-email .email-form div#mc_embed_signup div#mce-responses #mce-error-response {
  margin: 0;
  padding: 10px 0 0;
  color: #262626;
  font-weight: 200;
}
@media screen and (min-width: 0) and (max-width: 800px) {
  .above-email {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }
  .above-email .image-container {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .above-email .image-container h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .above-email .email-form {
    margin: 0;
    width: 100%;
  }
  .above-email .email-form div#mc_embed_signup form .flex input#mce-EMAIL {
    margin-right: 0.5rem;
  }
  .above-email .email-form div#mc_embed_signup form .flex input.button {
    font-size: 1rem;
    width: 40%;
  }
}
@media screen and (min-width: 0) and (max-width: 400px) {
  .above-email .email-form div#mc_embed_signup form .flex input#mce-EMAIL {
    width: 100%;
    font-size: 0.8rem;
  }
  .above-email .email-form div#mc_embed_signup form .flex input.button {
    font-size: 0.8rem;
    width: 50%;
  }
}

.inbetween-article-video {
  margin-bottom: 2rem;
}
.inbetween-article-video h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #262626;
}
@media screen and (min-width: 0) and (max-width: 737px) {
  .inbetween-article-video {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
  }
}

.story-block-container {
  margin-top: 0;
  margin-bottom: 0;
}
.story-block-container .inner {
  background: #fff;
  padding-top: 1rem;
  max-width: 67.5rem;
  margin: 0 auto;
}
.story-block-container .inner .more-stories .field-content {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.story-block-container .more-stories {
  min-height: 200px;
  padding: 1rem 0;
  max-width: 970px;
}
.story-block-container .more-stories h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #262626;
}
.story-block-container .more-stories ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.story-block-container .more-stories ul li {
  width: 100%;
  background: #fff;
  margin: 0 0 1rem 0;
}
.story-block-container .more-stories ul li .field-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.story-block-container .more-stories ul li .image {
  width: 40%;
}
.story-block-container .more-stories ul li .content {
  width: 60%;
  background: #fff;
  padding: 1rem 0;
  margin: 0 1rem;
  position: relative;
}
.story-block-container .more-stories ul li .content p {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 95%;
}
.story-block-container .more-stories ul li .content p.author {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.story-block-container .more-stories ul li .content:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f7c300;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
}
.story-block-container .more-stories ul li a {
  color: #262626;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 0;
  display: block;
}
.story-block-container .more-stories.last {
  margin-bottom: 0;
}
.story-block-container .story-adv-container {
  margin: 0 auto 1rem;
  max-width: 970px;
}
.story-block-container .story-adv-container .adv-unit {
  margin-top: 0;
  background: #ecf0f1;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .story-block-container {
    padding: 0;
  }
  .story-block-container .more-stories {
    padding: 1rem;
    margin: 0;
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 0) and (max-width: 950px) {
  .story-block-container {
    padding: 0;
  }
  .story-block-container .more-stories ul li .image {
    width: 50%;
  }
  .story-block-container .more-stories ul li .image img {
    width: 100%;
  }
  .story-block-container .more-stories ul li .content {
    width: 50%;
  }
}
@media screen and (min-width: 801px) and (max-width: 850px) {
  .story-block-container {
    padding: 0;
  }
  .story-block-container .more-stories ul li .image {
    width: 60%;
  }
  .story-block-container .more-stories ul li .content {
    width: 40%;
  }
}
@media screen and (min-width: 701px) and (max-width: 800px) {
  .story-block-container {
    padding: 0;
  }
  .story-block-container .more-stories ul li .image {
    width: 60%;
  }
  .story-block-container .more-stories ul li .content {
    width: 40%;
  }
  .story-block-container .more-stories ul li .content p {
    line-height: 1.4rem;
    width: 90%;
  }
  .story-block-container .more-stories ul li .content a {
    color: #262626;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 0;
    display: block;
  }
}
@media screen and (min-width: 0) and (max-width: 700px) {
  .story-block-container {
    padding: 0;
  }
  .story-block-container .more-stories ul li .field-content {
    flex-direction: column;
    background: #fff;
    width: 100%;
  }
  .story-block-container .more-stories ul li .image {
    width: 100%;
  }
  .story-block-container .more-stories ul li .content {
    width: auto;
    margin: 0 1rem;
    padding: 1rem 0 2rem;
  }
  .story-block-container .more-stories ul li .content p {
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .page-node-4597 .body.field .button {
    width: 100%;
  }
}
.article-author div.author-reads.bottom {
  float: none;
  width: 50%;
  min-height: 150px;
  margin: 0 auto;
}
.article-author div.author-reads.bottom .bio-img a {
  margin: 0;
}
.article-author div.author-reads.bottom .field-name-field-author {
  width: 72%;
}
.article-author div.author-reads.bottom .field-name-field-author .name {
  font-size: 1rem;
}
.article-author div.author-reads.bottom .field-name-field-author .position {
  color: #262626;
  font-style: italic;
}

div.share-container {
  position: relative;
  width: 100%;
  z-index: 100;
  margin-bottom: 2rem;
  /*&.in-content.bottom {
  	margin: 0 0 2rem; 
  	.share {
  		position: relative;
  		right: 0;
  		top: 0;
  		width: 100%;

  		.at-share-btn-elements {
  			a {
  				width: 24.4%;
  				display: inline-block;
  				margin: 0 0.75% 0 0;

  				&:last-child {
  					margin-right: 0;
  				}

  				.at-label {
  					width: 86px;
  					text-transform: uppercase;
  					font-family: $robot;
  					font-weight: 300;
  					font-size: 1rem;
  					text-align: center;
  				}
  			}
  		}
  	}*/
}
div.share-container .share {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
div.share-container .share .at-share-btn-elements a {
  width: 24.4%;
  display: inline-block;
  margin-bottom: 0;
}
div.share-container .share .at-share-btn-elements a:last-child {
  margin-right: 0;
}
div.share-container .share .at-share-btn-elements a .at-label {
  width: 86px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
}

.pin-wrapper {
  height: 0 !important;
}

.share {
  transition: all 0.25s ease-in-out;
  position: absolute;
  width: auto;
  right: -153px;
  top: 150px;
  width: 150px;
}
.share .at-share-btn-elements a {
  width: 100%;
}
.share .at-share-btn-elements a .at-label {
  width: 86px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
}

/* - Put back if broken - */
.share-container.in-content.no-sticky {
  display: block;
  margin: 0 0 2rem;
}
.share-container.in-content.no-sticky .share {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.share-container.in-content.no-sticky .share .at-share-btn-elements a {
  width: 24.4%;
  display: inline-block;
  margin-bottom: 0;
}
.share-container.in-content.no-sticky .share .at-share-btn-elements a:last-child {
  margin-right: 0;
}
.share-container.in-content.no-sticky .share .at-share-btn-elements a .at-label {
  width: 86px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 1156px) {
  .share-container.top {
    display: none;
  }

  .share-container.in-content.bottom {
    display: block;
  }

  .share-container {
    display: block;
    margin: 0 0 2rem;
  }
  .share-container .share {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  .share-container .share .at-share-btn-elements a {
    width: 24.4%;
    display: inline-block;
    margin-bottom: 0;
  }
  .share-container .share .at-share-btn-elements a:last-child {
    margin-right: 0;
  }
  .share-container .share .at-share-btn-elements a .at-label {
    width: 86px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
  }
}
.comments-container {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  padding: 0.5rem 0;
  overflow: hidden;
  height: 42px;
}
.comments-container svg path {
  transition: all 0.2s ease-in-out;
}
.comments-container.comments-open {
  height: 100%;
}
.comments-container.comments-open svg path:nth-child(2) {
  transform: translate(18px, 18px) scale(0);
}
.comments-container.comments-open div.comments {
  height: 100%;
}
.comments-container div.comments {
  height: 0;
}
.comments-container a.comments-btn {
  display: block;
  text-transform: uppercase;
  color: #262626;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.comments-container a.comments-btn svg {
  height: 21px;
  width: 21px;
  margin-left: 10px;
  margin-top: 2px;
}
.comments-container a.comments-btn svg .st0 {
  fill: #262626;
}

.photo-story .field-collection-container {
  border-bottom: none;
}
.photo-story .field-collection-container .field-collection-view {
  margin: 0;
  padding: 0;
  border: none;
}
.photo-story .field-collection-container .content {
  font-family: "Roboto", sans-serif;
  padding-bottom: 1rem;
  margin-bottom: 6rem;
}
.photo-story .field-collection-container .content .field-name-field-photo-story-item-title {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  line-height: 2rem;
  font-style: italic;
}
.photo-story .field-collection-container .content .field-name-field-photo-story-image {
  padding-top: 1rem;
  margin: 1rem 0 0.25rem;
}
.photo-story .field-collection-container .content .field-name-field-photo-story-image img {
  width: 100%;
}
.photo-story .field-collection-container .content .field-name-field-image-credit {
  text-align: right;
  margin: 0 0 0.5rem;
  font-size: 12px;
}
.photo-story .field-collection-container .content .field-name-field-photo-caption {
  display: none;
}
.photo-story .field-collection-container .content .field-name-field-photo-description p {
  font-size: 0.8rem;
  font-weight: 300;
}
.photo-story section.in-content-block .inner-adv,
.photo-story section.in-content-block .inner-adv-touch {
  margin-bottom: 0;
}
.photo-story div.field-name-field-add-in-content-unit section.related-content {
  margin: 2rem 7rem;
}
.photo-story div.field-name-field-add-in-content-unit section.related-content .content {
  border-bottom: none;
  width: auto;
}

.photo-post {
  background: #f7f7f7;
}
.photo-post .featured-image {
  position: relative;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.photo-post .article-body {
  margin-bottom: 2rem;
  top: 0;
}
.photo-post .article-body .article-copy ul.flippy {
  margin: 1rem 0;
  padding: 0;
  display: block;
}
.photo-post .article-body .article-copy ul.flippy:after {
  clear: both;
  content: "";
  display: block;
}
.photo-post .article-body .article-copy ul.flippy li {
  width: 50%;
  display: block;
}
.photo-post .article-body .article-copy ul.flippy li a {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  display: block;
  width: 99%;
}
.photo-post .article-body .article-copy ul.flippy li:nth-child(1) {
  float: left;
}
.photo-post .article-body .article-copy ul.flippy li:last-child {
  float: right;
}
.photo-post .article-body .article-copy ul.flippy li:last-child a {
  float: right;
}
.photo-post .end-container .fblike {
  margin: 1rem auto;
}
.photo-post .bottom-adv-container {
  margin-bottom: 0;
}

.body.field .pb_feed {
  padding: 0 4rem 0 7rem;
}

.quiz .author-reads.top-article {
  position: absolute;
}
.quiz .field-name-field-social-embed .pb_feed {
  padding: 0 4rem 0 7rem;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .quiz .author-reads.top-article {
    position: static;
  }
  .quiz .field-name-field-social-embed .pb_feed {
    padding: 0 4rem 0 7rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .quiz .field-name-field-social-embed .pb_feed {
    padding: 0 1rem;
  }
}
.list-article .instagram-media {
  margin: 2rem auto !important;
  position: relative !important;
  width: 50% !important;
}
.list-article .twitter-embed {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.list-article .twitter-embed iframe {
  position: relative !important;
}
.list-article .twitter-video,
.list-article .poster-image-wrap {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  margin: 1.5rem auto !important;
  padding: 1.5rem 0 !important;
}
.list-article p.no-padding {
  padding: 0;
  clear: both;
}
.list-article .youtubenews,
.list-article .cnx-main-container {
  padding-top: 1rem;
  border-top: 1px solid #262626;
  background: transparent;
}
.list-article .field-collection-container {
  border: none;
}
.list-article .field-collection-container .field-collection-view {
  border: none;
  padding: 2rem 1rem 0;
  margin: 0 0 2rem 0;
}
.list-article .field-collection-container p {
  padding: 0 7rem;
}
.list-article .field-collection-container .content {
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #262626;
  padding-bottom: 1rem;
}
.list-article .field-collection-container .content .field-name-field-list-item-number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  background: #c9402b;
  border: 2px solid #f1533a;
  color: #fff;
  padding: 1px 9px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 1rem;
  margin-top: 2px;
  float: left;
}
.list-article .field-collection-container .content .field-name-field-list-item-number.doubled {
  padding: 1px 5px;
}
.list-article .field-collection-container .content .field-name-field-list-item-title {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  line-height: 2rem;
  font-style: italic;
  display: inline-block;
  float: left;
  width: 90%;
  margin-bottom: 2rem;
}
.list-article .field-collection-container .content .field-name-field-video-iframe {
  clear: both;
}
.list-article .field-collection-container .content .field-name-field-list-body {
  clear: both;
}
.list-article .field-collection-container .content .field-name-field-list-body div.caption-center {
  margin: 1rem 0 1.5rem;
}
.list-article .field-collection-container .content .field-name-field-list-item-image {
  padding-top: 1rem;
  margin: 1rem 0 0.25rem;
  border-top: 1px solid #262626;
  clear: both;
}
.list-article .field-collection-container .content .field-name-field-list-item-image img {
  width: 100%;
}
.list-article .field-collection-container .content .field-name-field-image-credit {
  text-align: right;
  margin: 0 0 0.5rem;
  font-size: 12px;
}
.list-article .field-collection-container .content .field-name-field-photo-caption {
  display: none;
}
.list-article .field-collection-container .content .field-name-field-photo-description {
  background: #7b7b7b;
  color: #fff;
  padding: 1rem 2rem;
}
.list-article .field-collection-container .content .field-name-field-photo-description p {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
}

.featured-player .article-body .subhead .field {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 26.8px;
  padding-bottom: 2rem;
  padding-right: 4rem;
  text-transform: uppercase;
}
.featured-player .article-body div.body.field p {
  padding: 0 7rem;
}
.featured-player .article-body div.body.field ol {
  margin: 1rem 0 0 0;
  padding: 0 3.5rem 0 2.5rem;
  list-style-type: none;
  clear: both;
}
.featured-player .article-body div.body.field ol li {
  counter-increment: step-counter;
  margin-bottom: 1rem;
  position: relative;
}
.featured-player .article-body div.body.field ol li:before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: #f1533a;
  border: 2px solid #c9402b;
  color: #fff;
  font-weight: 300;
  padding: 2px 9px;
  border-radius: 3px;
  font-family: "Roboto Condensed", sans-serif;
}
.featured-player .article-body div.body.field ol li p {
  display: inline;
  left: 43px;
  padding: 0;
  position: relative;
  top: -25px;
}
.featured-player .article-body div.body.field ol li p strong, .featured-player .article-body div.body.field ol li p b {
  display: block;
}

section.featured-video .flex-video .play {
  display: none;
}
section.featured-video .flex-video .play:nth-child(1) {
  display: block;
}

.news-video-article .featured-video {
  position: relative;
}
.news-video-article .featured-video .play {
  background-size: 250px auto;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .news-video-article .featured-video .play {
    background-size: 65px auto;
  }
}
.news-video-article .article-body {
  margin-bottom: 0;
  top: 0;
}

.video-article {
  padding-top: 1rem;
  border-top: 1px solid #262626;
}

.pager--infinite-scroll-auto {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  bottom: 2rem;
}
.pager--infinite-scroll-auto .views_infinite_scroll-ajax-loader {
  width: 40px;
  margin: 0 auto;
}

.node-type-video-post .subhead div.field-name-field-sub-head {
  width: 100%;
}

.quote-page .body.field {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  line-height: 3.3rem;
  font-weight: 700;
}
.quote-page article .field-name-field-quotee,
.quote-page article .field-name-field-credit-link {
  margin-top: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
}

.block-views-team-bios-block .bio-list {
  margin-bottom: 1.5rem;
}
.block-views-team-bios-block .bio-list .img-crop {
  margin-bottom: 1rem;
}
.block-views-team-bios-block .bio-list .inner h2 {
  font-family: "Ultra", serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  width: 67%;
}
.block-views-team-bios-block .bio-list .inner h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  line-height: 1.1rem;
  color: #009ae0;
}
.block-views-team-bios-block .bio-list .inner span.summary {
  display: block;
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
}
.block-views-team-bios-block .bio-list .read-more {
  margin-top: 0.5rem;
}
.block-views-team-bios-block .bio-list .read-more a {
  float: right;
  color: #fb9c00;
  border: 1px solid #fb9c00;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.team-bio .page-body {
  margin-top: 15rem;
}
.team-bio .page-body .bio-image-top {
  position: relative;
  padding-top: 10.25rem;
}
.team-bio .page-body .bio-image-top .field-name-field-bio-photo {
  margin-bottom: 1rem;
  position: absolute;
  top: -8rem;
  left: 2rem;
  width: 100%;
}
.team-bio .page-body .content h1.title {
  font-family: "Ultra", serif;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.team-bio .page-body .content .field-name-field-position {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #009ae0;
  text-transform: uppercase;
}
.team-bio section.author h3, .team-bio section.author h2.block-title {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
}
.team-bio section.author h2.block-title {
  display: none;
}

.page-node-3336 section.author h2.block-title,
.page-node-3337 section.author h2.block-title,
.page-node-3469 section.author h2.block-title,
.page-node-3303 section.author h2.block-title {
  display: block;
}
.page-node-3336 section.author h3,
.page-node-3337 section.author h3,
.page-node-3469 section.author h3,
.page-node-3303 section.author h3 {
  display: none;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .team-bio section.block-menu-menu-about-sub-nav .menu nolink,
.team-bio section.block-menu-menu-gear-sub-nav .menu nolink,
.team-bio section.block-menu-menu-players-menu .menu nolink {
    width: 100%;
  }
  .team-bio .page-body .bio-image-top {
    padding: 94px 0 0;
    width: 100%;
  }

  .team-bio .page-body {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-bio .page-body .bio-image-top .field-name-field-bio-photo {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
  .team-bio .page-body .bio-image-top .field-name-field-bio-photo img {
    width: 100%;
  }
}
.media-page .view-media-press-release-feed {
  margin-bottom: 1rem;
}
.media-page .view-media-press-release-feed .content-wrap {
  background: #f7f7f7;
}
.media-page .view-media-press-release-feed .media-item {
  position: relative;
  overflow: hidden;
  padding: 0.5rem;
}
.media-page .view-media-press-release-feed .media-item > a {
  display: block;
}
.media-page .view-media-press-release-feed .media-item > a img {
  margin-bottom: 1rem;
  background: #fff;
  display: block;
}
.media-page .view-media-press-release-feed .media-item a.external-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
.media-page .view-media-press-release-feed .media-item .inner {
  padding: 1rem;
}
.media-page .view-media-press-release-feed .media-item .inner h2 {
  font-family: "Ultra", serif;
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.media-page .view-media-press-release-feed .media-item .inner h2 a {
  color: #262626;
}
.media-page .view-media-press-release-feed .media-item .inner span.summary {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  display: block;
}

.press-release .page-body .content h1.title {
  border-bottom: 1px solid #262626;
  color: #262626;
  font-family: "Playfair Display", serif;
  font-size: 41px;
  line-height: 45px;
  margin: 0 0 2rem;
  padding-bottom: 2rem;
  padding-right: 4rem;
  font-weight: 700;
}
.press-release .subhead {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 26.8px;
  padding-bottom: 2rem;
  padding-right: 4rem;
  text-transform: uppercase;
}

.article-body .article-copy .field.body section.block.related-content,
.node-type-list .field-collection-view .content section.block.related-content,
.field-name-field-add-in-content-unit section.block.related-content {
  background: rgba(247, 195, 0, 0.2);
  padding: 1rem 1rem 1.5rem;
  margin: 2rem 0;
}
.article-body .article-copy .field.body section.block.related-content h2.block-title,
.node-type-list .field-collection-view .content section.block.related-content h2.block-title,
.field-name-field-add-in-content-unit section.block.related-content h2.block-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0 0 0.75rem 1rem;
  font-style: unset;
  padding: 0;
}
.article-body .article-copy .field.body section.block.related-content .view-content ul,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.article-body .article-copy .field.body section.block.related-content .view-content ul li,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li {
  margin: 0 0 1rem 0;
  width: 100%;
  float: left;
}
.article-body .article-copy .field.body section.block.related-content .view-content ul li img,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li img,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li img {
  width: 100%;
}
.article-body .article-copy .field.body section.block.related-content .view-content ul li .views-field,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li .views-field,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li .views-field {
  padding: 0 1rem;
  background: #fff;
}
.article-body .article-copy .field.body section.block.related-content .view-content ul li article,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li article,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li article {
  padding: 0;
}
.article-body .article-copy .field.body section.block.related-content .view-content ul li article .inner,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li article .inner,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li article .inner {
  background: #fff;
  display: flex;
  flex-direction: row;
}
.article-body .article-copy .field.body section.block.related-content .view-content ul li article .inner > a,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li article .inner > a,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li article .inner > a {
  display: block;
  width: 25%;
}
.article-body .article-copy .field.body section.block.related-content .view-content ul li article .inner .content,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li article .inner .content,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li article .inner .content {
  color: #262626;
  padding: 1.5rem 0;
  margin: 0 1.5rem;
  position: relative;
  width: 75%;
}
.article-body .article-copy .field.body section.block.related-content .view-content ul li article .inner .content h2,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li article .inner .content h2,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li article .inner .content h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  padding: 0 0 1.5rem;
  margin: 0;
  font-style: unset;
}
.article-body .article-copy .field.body section.block.related-content .view-content ul li article .inner .content h2 a,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li article .inner .content h2 a,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li article .inner .content h2 a {
  color: #262626;
}
.article-body .article-copy .field.body section.block.related-content .view-content ul li article .inner .content:after,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li article .inner .content:after,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li article .inner .content:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #f7c300;
  position: absolute;
  bottom: 1.75rem;
  left: 0;
}
@media screen and (min-width: 0) and (max-width: 736px) {
  .article-body .article-copy .field.body section.block.related-content .view-content ul,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul {
    flex-direction: row;
  }
  .article-body .article-copy .field.body section.block.related-content .view-content ul li article .inner,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li article .inner,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li article .inner {
    flex-direction: column;
  }
  .article-body .article-copy .field.body section.block.related-content .view-content ul li article .inner > a,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li article .inner > a,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li article .inner > a {
    width: 100%;
  }
  .article-body .article-copy .field.body section.block.related-content .view-content ul li article .inner .content,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li article .inner .content,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li article .inner .content {
    width: 90%;
    margin: 0 5%;
  }
  .article-body .article-copy .field.body section.block.related-content .view-content ul li article .inner .content h2,
.node-type-list .field-collection-view .content section.block.related-content .view-content ul li article .inner .content h2,
.field-name-field-add-in-content-unit section.block.related-content .view-content ul li article .inner .content h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

.node-type-list .field-collection-view .content section.block.related-content {
  background: rgba(247, 195, 0, 0.2);
  padding: 1rem 1rem 1.5rem;
  margin: 2rem 0;
  display: none;
}

.node-type-list .field-collection-view .content section.related-content .content {
  border-bottom: none;
  width: auto;
}

@media screen and (min-width: 800px) and (max-width: 940px) {
  .article-body .author-reads.author-top {
    width: 35%;
  }

  .article-body .subhead div.field-name-field-sub-head {
    width: 65%;
  }
}
@media screen and (min-width: 737px) and (max-width: 799px) {
  .article-body .author-reads.author-top {
    width: 39%;
    margin-right: 3%;
  }

  .article-body .subhead div.field-name-field-sub-head {
    width: 58%;
  }
}
@media screen and (min-width: 0px) and (max-width: 736px) {
  .news-article-base .article-body div.subhead .field-name-field-sub-head {
    width: 100%;
  }
  .news-article-base .article-body div.subhead .author-reads.author-desk {
    display: none !important;
  }
  .news-article-base .article-body .author-mobile {
    display: block;
    width: auto;
    float: none;
    margin: 0;
    padding: 0.5rem 1rem;
    width: 100%;
  }
  .news-article-base .article-body .author-mobile div.field-name-field-author {
    width: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .news-article-base .article-body .author-mobile div.field-name-field-author a {
    display: inline-table;
  }
  .news-article-base .article-body .author-mobile div.field-name-field-author span.name {
    margin: 0;
    float: none;
  }
  .news-article-base .article-body .author-mobile div.field-name-field-author span.date.left {
    margin-top: 3px;
    float: none;
  }
  .news-article-base .article-body .author-mobile div.field-name-field-author small.publisher {
    margin-bottom: 3px;
  }

  .article-body .article-copy .field.body .node-type-list .field-collection-view .content,
.article-body .article-copy .field.body section.block.related-content {
    background: rgba(247, 195, 0, 0.2);
    padding: 1rem 0;
    margin: 2rem 1rem 2rem 1rem;
  }
  .article-body .article-copy .field.body .node-type-list .field-collection-view .content h2.block-title,
.article-body .article-copy .field.body section.block.related-content h2.block-title {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 0 0 0.75rem 1rem;
    font-style: unset;
    padding: 0;
  }
  .article-body .article-copy .field.body .node-type-list .field-collection-view .content ul li:nth-child(1) .views-field,
.article-body .article-copy .field.body section.block.related-content ul li:nth-child(1) .views-field {
    padding: 0 0.5rem 0 1rem;
    background: #fff;
  }
  .article-body .article-copy .field.body .node-type-list .field-collection-view .content ul li:last-child .views-field,
.article-body .article-copy .field.body section.block.related-content ul li:last-child .views-field {
    padding: 0 1rem 0 0.5rem;
    background: #fff;
  }
  .article-body .article-copy .field.body .node-type-list .field-collection-view .content ul li article .inner .content h2,
.article-body .article-copy .field.body section.block.related-content ul li article .inner .content h2 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .article-body .article-copy .field.body .node-type-list .field-collection-view .content ul li article .inner .content:after,
.article-body .article-copy .field.body section.block.related-content ul li article .inner .content:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #f7c300;
    position: absolute;
    bottom: 1.75rem;
    left: 0;
  }
}
body.node-type-player-page section.block-menu-menu-players-menu {
  display: none;
}

section.follow-banner {
  margin: 0 0 4rem;
  background: #262626;
  padding: 2rem 0 3rem;
}
@media (min-width: 1024px) {
  section.follow-banner {
    margin: 0 0 4rem;
    padding: 2rem 0 3rem;
  }
}
section.follow-banner h2.follow-text {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: center;
}
section.follow-banner div.flex-row {
  display: flex;
  flex-direction: row;
}
section.follow-banner div.flex-row .block {
  width: 100%;
  min-height: 12rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  section.follow-banner div.flex-row .block {
    min-height: 18rem;
  }
}
section.follow-banner div.flex-row .block div.bg {
  background-size: cover !important;
  transform: scale(1);
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 1024px) {
  section.follow-banner div.flex-row .block div.bg {
    transform: scale(1.2);
  }
}
section.follow-banner div.flex-row .block div.bg.fb {
  background: url("/sites/all/themes/t18v3z5/img/The18_Futbol_Social_Image_1.jpg") no-repeat center;
}
section.follow-banner div.flex-row .block div.bg.ig {
  background: url("/sites/all/themes/t18v3z5/img/The18_Futbol_Social_Image_2.jpg") no-repeat top center;
}
section.follow-banner div.flex-row .block div.bg.nl {
  background: url("/sites/all/themes/t18v3z5/img/The18_Futbol_Social_Image_3.jpg") no-repeat top center;
}
section.follow-banner div.flex-row .block a {
  display: block;
  height: 100%;
}
section.follow-banner div.flex-row .block a img {
  width: 100%;
  max-height: 2rem;
  transition: all 0.25s ease-in-out;
  transform: scale(1);
}
@media (min-width: 1024px) {
  section.follow-banner div.flex-row .block a img {
    max-height: 4rem;
  }
}
@media (min-width: 1024px) {
  section.follow-banner div.flex-row .block a:hover div.bg {
    transform: scale(1);
  }
  section.follow-banner div.flex-row .block a:hover img {
    transform: scale(1.4);
  }
}

#inplayer-menu-content .inplayer-menu {
  display: inherit;
}

#donate-form-modal {
  position: relative;
  background: none;
}
#donate-form-modal div.box-outside {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#donate-form-modal div.donate-box {
  background: #fff;
  position: relative;
  max-width: 459px;
  min-width: 310px;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 1rem;
  z-index: 1;
}
#donate-form-modal div.donate-box iframe {
  margin: 0 auto;
}
#donate-form-modal div.donate-box h3 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 0.5rem;
  margin: 0 0 0.5rem;
  border-bottom: 1px solid #262626;
}
#donate-form-modal div.donate-box p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

/*

custom css for donor form

#donor-form-step-1 {
padding:0 16px;
}

.tabs-header { height:auto; padding:16px 8px;}
.tabs-header .arrow {height:40px;width:40px;min-width:40px;top:6px;}

.suggested-amount-boxes { padding-top: 16px;}

.suggested-amount-box {height:40px;}

.suggested-amount-box .box-label {line-height:40px;}

.donorbox-custom-amount .custom-amount-input {height:40px;}

.donorbox-custom-amount .custom-amount-text {top:12px;}

.comment.mdl-grid + .mdl-grid { margin-top: 0;}

.msg.recurring {margin:0;}

.mdl-textfield {padding: 16px 0;}

.donation-widget.tabs .tabs-content .content.step-2 {padding:37px 16px 30px;}

.donation-widget.tabs .tabs-footer .dw-btn, .donation-widget.tabs .ty-content .dw-btn { width:90%;}

.mdl-tabs__tab-bar .mdl-tabs__tab {height: 60px;}
.mdl-tabs__tab-bar .mdl-tabs__tab .payment-tab-icon {5px auto}

.cc-icons {margin:8px auto;}

#credit-card-v3 {padding: 0 16px;}

#credit-card-v3 .field, #apple-pay-button-content .field {margin-top:0;}

*/
@media screen and (min-width: 0) and (max-width: 500px) {
  #donate-form-modal div.donate-box {
    max-width: 85%;
    min-width: 85%;
    top: 2rem;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0.5rem;
    z-index: 1;
  }
  #donate-form-modal div.donate-box #remove-donate-modal {
    top: -16px;
    right: -16px;
  }
  #donate-form-modal div.donate-box h3 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-bottom: 0.25rem;
    margin: 0 0 0.25rem;
  }
  #donate-form-modal div.donate-box p {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 0) and (max-width: 350px) {
  #donate-form-modal {
    position: absolute !important;
  }
  #donate-form-modal div.donate-box {
    max-width: 90%;
    min-width: 90%;
    top: 1rem;
  }
  #donate-form-modal div.donate-box #remove-donate-modal {
    top: -8px;
    right: -8px;
    width: 1.75rem;
    height: 1.75rem;
    background-size: 24px;
  }
  #donate-form-modal div.donate-box h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  #donate-form-modal div.donate-box p {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-right: 0;
  }
}
/*
==============================================
Modal Pop-up
==============================================
*/
#sub-form-modal.hide {
  display: none;
}

.remove-this {
  display: none;
}

#sub-form-modal,
#donate-form-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  top: 0;
}

#sub-form-modal #remove-form-modal {
  position: absolute;
  top: -11px;
  right: -11px;
  color: #111111;
  outline: none;
  width: 1.5rem;
  height: 1.5rem;
  padding: 4px;
  background: #262626 url(../img/close.svg) no-repeat center;
  background-size: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #262626;
  -moz-box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, 0.25);
}

#donate-form-modal #remove-donate-modal {
  position: absolute;
  top: -45px;
  right: 0;
  color: #111111;
  outline: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 4px;
  background: #262626 url(../img/close.svg) no-repeat center;
  background-size: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #262626;
  -moz-box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, 0.25);
}

#sub-form-modal.remove-this,
#donate-form-modal.remove-this {
  display: none;
}

#sub-form-modal .modal {
  width: 300px;
  height: 250px;
  background: #E96323;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 2rem 1rem 1rem;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
  z-index: 600;
}

/* MailChimp Fixes */
#sub-form-modal div.mc-field-group {
  padding: 0;
  width: 100% !important;
  min-height: inherit !important;
}

#sub-form-modal #mc_embed_signup form {
  padding: 0;
}

#sub-form-modal .type {
  width: 100%;
  margin: 6rem 0 0 6px;
  color: #779a0b;
}

#sub-form-modal #mc_embed_signup .button {
  height: auto;
}

#sub-form-modal #mc_embed_signup div#mce-responses {
  position: absolute;
  top: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  z-index: 100 !important;
}

#sub-form-modal #mc_embed_signup div.response {
  background: #fff;
  width: 100% !important;
  height: 201px;
  color: #779a0b !important;
  padding: 10px !important;
  border: 1px solid #779a0b;
}

#sub-form-modal #mc_embed_signup div#mce-error-response:after {
  content: "Click here to go back";
  color: #f05239;
  position: absolute;
  top: 70px;
  left: 10px;
  cursor: pointer;
}

/* Basic Page Featured Image */
div.basic-page-feature-img .section.push-down, div.basic-page-feature-img section.push-downv {
  display: none !important;
}
div.basic-page-feature-img header {
  top: 0 !important;
  position: fixed !important;
}
div.basic-page-feature-img #mc-embedded-subscribe-form {
  padding: 0;
  margin-bottom: 4rem;
}
div.basic-page-feature-img div.mc-field-group {
  width: 100% !important;
  padding-bottom: 1rem;
}
div.basic-page-feature-img #mc_embed_signup .button {
  margin: 0 auto;
  width: 25%;
  height: auto;
  display: block;
  background: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 100;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.75rem 1rem;
  transition: all 0.25s ease-in-out;
  color: #0082ba;
  border: 1px solid #0082ba;
}
div.basic-page-feature-img #mc_embed_signup .button:hover {
  background: #0082ba;
  color: #fff;
}
div.basic-page-feature-img #mc_embed_signup .button:active {
  background: #2398d4;
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  div.basic-page-feature-img {
    padding-top: 48px !important;
  }
  div.basic-page-feature-img section.featured-image {
    padding: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 640px) {
  div.basic-page-feature-img {
    padding-top: 48px !important;
  }
  div.basic-page-feature-img section.featured-image {
    position: relative;
    padding: 0;
  }
  div.basic-page-feature-img .article-body {
    top: 0;
    margin-bottom: 0;
    padding: 1rem;
  }
  div.basic-page-feature-img .article-body #mc_embed_signup .button {
    width: 100%;
  }
}

/* White Modal */
#sub-form-modal .white-modal {
  background: url(../img/modal-img/white-bg.jpg) no-repeat;
}

#sub-form-modal .white-modal .type h3 {
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #779a0b;
  margin: 0;
  font-size: 23px;
  line-height: 23px;
}

#sub-form-modal .white-modal .type p {
  font-family: "Exo 2", sans-serif;
  margin: 0;
  font-size: 19px;
  line-height: 19px;
}

#sub-form-modal .white-modal p.req-text {
  font-family: "Exo 2", sans-serif;
  margin: 4px 0 0 0;
  font-size: 13px;
  line-height: 13px;
  color: #779a0b;
}

/* Dark Modal */
#sub-form-modal .dark-modal #remove-form-modal {
  color: #fff;
}

#sub-form-modal .dark-modal {
  background: url(../img/modal-img/18facebooklike.jpg) no-repeat;
  background-size: 100%;
}

#sub-form-modal .dark-modal .type {
  margin: 3.75rem 0 0 6px;
}

#sub-form-modal .dark-modal .type h3 {
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-size: 37px;
  line-height: 37px;
  margin-bottom: 4px;
}

#sub-form-modal .dark-modal .type p {
  font-family: "Exo 2", sans-serif;
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
}

#sub-form-modal .dark-modal p.req-text {
  font-family: "Exo 2", sans-serif;
  margin: 8px 0 0 0;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
}

#sub-form-modal .form {
  width: 75%;
  margin: 12px 0 0 6px;
}

#sub-form-modal .form input.text {
  margin-right: 2%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #959595;
  height: 2rem;
}

#sub-form-modal .form input.last {
  margin-bottom: 5px !important;
}

#sub-form-modal .form input.button {
  width: 25%;
  padding: 6px 0;
  border: 3px solid #779a0b;
  color: #779a0b;
}

/* Facebook Modal */
.fb-like-mod .fb-like {
  position: absolute;
  bottom: 23px;
  left: 1.5rem;
}

/* White Modal */
.white-modal span.req {
  display: block;
  font-size: 11px;
  line-height: 11px;
  color: #959595;
  margin-bottom: 12px;
}

#sub-form-modal .white-modal .form input.text {
  font-family: "Exo 2", sans-serif;
  color: #779a0b;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 14px;
}

#sub-form-modal .white-modal .form input.text:focus {
  text-transform: none;
}

#sub-form-modal .white-modal .form input.button {
  width: 25%;
  padding: 9px 0;
  border: 2px solid #779a0b;
  color: #779a0b;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 17px;
  background: none;
  clear: both;
  margin-top: 10px;
  padding: 9px 0;
}

/* Dark Modal */
.dark-modal span.req {
  display: block;
  font-size: 11px;
  line-height: 11px;
  color: #959595;
  margin-bottom: 12px;
}

#sub-form-modal .dark-modal .form input.text {
  font-family: "Exo 2", sans-serif;
  color: #779a0b;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 14px;
}

#sub-form-modal .dark-modal .form input.button {
  width: 25%;
  padding: 9px 0;
  border: 2px solid #fff;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 17px;
  background: none;
  clear: both;
  margin-top: 10px;
  padding: 9px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Animations For Modal */
/*
==============================================
slideDown Modal
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-delay: 8s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

.slideDown-modal {
  animation-name: slideDownModal;
  -webkit-animation-name: slideDownModal;
  animation-delay: 5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDownModal {
  0% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
    z-index: 500;
  }
}
.fadeSlide-modal {
  -webkit-animation: fadeSlideModal 0.35s 5s 1 ease-in-out both;
  -moz-animation: fadeSlideModal 0.35s 5s 1 ease-in-out both;
  -o-animation: fadeSlideModal 0.35s 5s 1 ease-in-out both;
  -ms-animation: fadeSlideModal 0.35s 5s 1 ease-in-out both;
  animation: fadeSlideModal 0.35s 5s 1 ease-in-out both;
  visibility: visible !important;
  opacity: 1;
}

@keyframes fadeSlideModal {
  0% {
    opacity: 1;
    transform: translateY(130%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.spot-x, .in-content-video {
  width: 75%;
  margin: 0 7% 0 18%;
}
.in-content-video-block .tablet-adv, .in-content-video-block .mobile-adv {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .in-content-video-block .desktop-adv {
    display: none;
  }
  .in-content-video-block .tablet-adv, .in-content-video-block .mobile-adv {
    display: block;
  }
}
@media screen and (min-width: 737px) and (max-width: 800px) {
  .spot-x, .in-content-video {
    margin: 0 7% 0 23%;
    width: 70%;
  }
  .spot-x .desktop-adv, .in-content-video .desktop-adv {
    display: none;
  }
  .spot-x .tablet-adv, .spot-x .mobile-adv, .in-content-video .tablet-adv, .in-content-video .mobile-adv {
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 736px) {
  .spot-x, .in-content-video {
    margin: 0 2.5%;
    width: 95%;
  }
  .spot-x .desktop-adv, .in-content-video .desktop-adv {
    display: none;
  }
  .spot-x .tablet-adv, .spot-x .mobile-adv, .in-content-video .tablet-adv, .in-content-video .mobile-adv {
    display: block;
  }
}
#BAP-holder {
  position: relative !important;
}

/* sidebar ad */
.block-block-240 {
  margin: 1rem;
  padding: 1rem;
  position: relative;
  z-index: 0;
}

/* top banner ad */
.top-adv-container,
.connatix-wrapper {
  margin-bottom: 2rem;
  padding: 1.25rem 1rem 2rem;
  position: relative;
  z-index: 0;
  background: #f7f7f7;
}

/* inner banner ad */
.inner-adv,
.inner-adv-touch {
  margin: 1rem auto 1rem;
  position: relative;
  z-index: 0;
  padding: 1.25rem 1rem 2rem;
  background: #f7f7f7;
}
.inner-adv.landing,
.inner-adv-touch.landing {
  margin: 0;
}

.sponsored-content.in-content-block {
  margin-bottom: 2rem;
}

/* Alternate */
.alternative-adv {
  display: block;
  margin: 0 auto 2rem;
  width: 300px;
  position: relative;
  z-index: 0;
  padding: 1.25rem 1rem 2rem;
  background: #f7f7f7;
}

/* bottom banner ad */
.bottom-adv-container {
  margin-bottom: 2rem;
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  padding: 1.25rem 1rem 2rem;
  background: #f7f7f7;
}
.bottom-adv-container iframe {
  margin: 0 auto !important;
}
.bottom-adv-container img {
  display: block !important;
  margin: 0 auto !important;
}

section.adv-container,
section.tcp-container {
  background: #ececec;
}
section.adv-container .block,
section.tcp-container .block {
  height: 100%;
}
section.adv-container .block .push-adv,
section.tcp-container .block .push-adv {
  height: 100%;
}
section.adv-container .block .push-adv center,
section.tcp-container .block .push-adv center {
  height: 100%;
}
.tablet-adv {
  display: none;
}

div.teads-inread .teads-ui-components-label {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.adv-container,
section.tcp-container {
    /*.desktop-adv {
    	display: none;
    }*/
  }
  section.adv-container div.tablet-adv,
section.tcp-container div.tablet-adv {
    display: block !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  section.adv-container,
section.tcp-container {
    /*.desktop-adv {
    	display: none;
    }*/
  }
  section.adv-container div.tablet-adv,
section.tcp-container div.tablet-adv {
    display: none !important;
  }
  section.adv-container div.mobile-adv,
section.tcp-container div.mobile-adv {
    display: block !important;
  }
}
.adv-container .sponsored-content.pushdown,
.adv-container .sponsored-content.pushdownv,
.tcp-container .sponsored-content.pushdown,
.tcp-container .sponsored-content.pushdownv {
  height: 100%;
}
.adv-container .sponsored-content.pushdown a.link,
.adv-container .sponsored-content.pushdownv a.link,
.tcp-container .sponsored-content.pushdown a.link,
.tcp-container .sponsored-content.pushdownv a.link {
  background: url(../img/sponsored/Team-Snap-Drop-Down-Less-More.png) center;
  width: 100%;
  height: 100%;
  display: block;
}

body.no-tcp header {
  position: fixed;
  top: 0;
}

body.has-adv {
  transition: none;
}
body.has-adv header {
  top: auto;
  position: fixed;
  transition: none;
}
body.has-adv header .no-nav {
  opacity: 0;
}
body.has-adv section.block-global-filter {
  position: absolute;
  margin-top: 58px;
  transition: none;
  top: auto;
}
body.has-adv section.block-menu-menu-players-menu,
body.has-adv section.block-menu-menu-about-sub-nav {
  transition: none;
}
body.has-adv div.content-page {
  padding-top: 54px;
}
body.has-adv div.content-page header {
  position: fixed;
  top: 0;
}
body.has-adv div.content-page header .top-bar-section ul#main-menu li.gear.has-dropdown > ul.dropdown,
body.has-adv div.content-page header .top-bar-section ul#main-menu li.topics.has-dropdown > ul.dropdown,
body.has-adv div.content-page header .top-bar-section ul#main-menu li.more.has-dropdown > ul.dropdown {
  margin-top: 0;
}
body.has-adv div.content-page section.push-down,
body.has-adv div.content-page section.push-downv {
  display: none;
}

body.adv-scrolled header {
  position: fixed;
  top: 0;
}
body.adv-scrolled div.views-exposed-form,
body.adv-scrolled .block-global-filter {
  position: fixed;
  top: 58px;
}
body.adv-scrolled .block-menu-menu-players-menu {
  position: fixed;
  top: 0;
}

body.has-adv.clicked-closed, body.clicked-closed {
  /*section.block-menu-menu-players-menu {
  	position: fixed;
  	transition: all .15s ease-in-out;
  	top: 58px;
  }*/
}
body.has-adv.clicked-closed header, body.clicked-closed header {
  top: 0;
  position: fixed;
}
body.has-adv.clicked-closed header .top-bar-section ul#main-menu li.gear.has-dropdown > ul.dropdown,
body.has-adv.clicked-closed header .top-bar-section ul#main-menu li.topics.has-dropdown > ul.dropdown,
body.has-adv.clicked-closed header .top-bar-section ul#main-menu li.more.has-dropdown > ul.dropdown, body.clicked-closed header .top-bar-section ul#main-menu li.gear.has-dropdown > ul.dropdown,
body.clicked-closed header .top-bar-section ul#main-menu li.topics.has-dropdown > ul.dropdown,
body.clicked-closed header .top-bar-section ul#main-menu li.more.has-dropdown > ul.dropdown {
  margin-top: 0;
}
body.has-adv.clicked-closed section.block-global-filter,
body.has-adv.clicked-closed section.block-menu-menu-players-menu,
body.has-adv.clicked-closed section.block-menu-menu-about-sub-nav, body.clicked-closed section.block-global-filter,
body.clicked-closed section.block-menu-menu-players-menu,
body.clicked-closed section.block-menu-menu-about-sub-nav {
  position: fixed;
  transition: all 0.15s ease-in-out;
  top: 58px;
  margin-top: 0;
}
body.has-adv.clicked-closed section.push-down,
body.has-adv.clicked-closed section.push-downv, body.clicked-closed section.push-down,
body.clicked-closed section.push-downv {
  height: 0;
}

section.push-down,
section.push-downv {
  overflow: hidden;
  background: #262626;
  transition: all 0.15s ease-in-out;
  padding: 0;
  height: 281px;
  width: 100%;
  position: relative;
  top: 0;
}
section.push-down.closed,
section.push-downv.closed {
  height: 0;
  padding: 0;
}
section.push-down .adv-unit,
section.push-downv .adv-unit {
  background: #ddd;
  margin: 1rem 0 0;
}
section.push-down .mobile-adv, section.push-down .tablet-adv,
section.push-downv .mobile-adv,
section.push-downv .tablet-adv {
  display: none;
}
section.push-down .desktop-adv,
section.push-downv .desktop-adv {
  display: block;
}
section.push-down #close-ad,
section.push-downv #close-ad {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  background: url("../img/close.svg") no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  text-indent: 400%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.push-down,
section.push-downv {
    height: 168px;
  }

  .block-menu-menu-about-sub-nav {
    top: 48px;
  }

  body.has-adv div.content-page {
    padding-top: 94px;
  }
  body.has-adv div.content-page header {
    position: fixed;
    top: 0;
  }
  body.has-adv div.content-page section.push-down,
body.has-adv div.content-page section.push-downv {
    display: none;
  }
  body.has-adv header {
    top: auto;
    position: fixed;
    transition: none;
  }
  body.has-adv section.block-global-filter,
body.has-adv section.block-menu-menu-players-menu {
    margin-top: 48px;
  }
  body.has-adv section.push-down,
body.has-adv section.push-downv {
    height: 168px;
  }

  body.adv-scrolled div.views-exposed-form,
body.adv-scrolled .block-global-filter {
    top: 48px;
  }
  body.adv-scrolled .block-global-filter.move-up.moved-past,
body.adv-scrolled .block-menu-menu-about-sub-nav.move-up.moved-past,
body.adv-scrolled .block-menu-menu-gear-sub-nav.move-up.moved-past {
    top: 12px;
  }
  body.adv-scrolled .block-menu-menu-players-menu {
    margin-top: 48px;
  }
  body.adv-scrolled .block-menu-menu-players-menu.move-up.moved-past {
    margin-top: 12px;
  }

  body.has-adv.clicked-closed header, body.clicked-closed header {
    top: 0;
    position: fixed;
  }
  body.has-adv.clicked-closed header .top-bar-section ul#main-menu li.gear.has-dropdown > ul.dropdown,
body.has-adv.clicked-closed header .top-bar-section ul#main-menu li.topics.has-dropdown > ul.dropdown,
body.has-adv.clicked-closed header .top-bar-section ul#main-menu li.more.has-dropdown > ul.dropdown, body.clicked-closed header .top-bar-section ul#main-menu li.gear.has-dropdown > ul.dropdown,
body.clicked-closed header .top-bar-section ul#main-menu li.topics.has-dropdown > ul.dropdown,
body.clicked-closed header .top-bar-section ul#main-menu li.more.has-dropdown > ul.dropdown {
    margin-top: 0;
  }
  body.has-adv.clicked-closed section.block-global-filter,
body.has-adv.clicked-closed section.block-menu-menu-players-menu, body.clicked-closed section.block-global-filter,
body.clicked-closed section.block-menu-menu-players-menu {
    position: fixed;
    transition: all 0.15s ease-in-out;
    top: 48px;
    margin-top: 0;
  }
  body.has-adv.clicked-closed section.block-menu-menu-players-menu, body.clicked-closed section.block-menu-menu-players-menu {
    top: 48px;
  }
  body.has-adv.clicked-closed section.block-menu-menu-players-menu.move-up.moved-past, body.clicked-closed section.block-menu-menu-players-menu.move-up.moved-past {
    top: 0;
  }
  body.has-adv.clicked-closed section.block-menu-menu-about-sub-nav, body.clicked-closed section.block-menu-menu-about-sub-nav {
    top: 48px;
  }
  body.has-adv.clicked-closed section.push-down,
body.has-adv.clicked-closed section.push-downv, body.clicked-closed section.push-down,
body.clicked-closed section.push-downv {
    height: 0;
  }

  section.push-down,
section.push-downv {
    /*top: -48px;
    margin-bottom: -48px;*/
    /*.mobile-adv, .desktop-adv {
    	display: none;
    }

    .tablet-adv {
    	display: block;
    }*/
  }
  section.push-down .adv-unit,
section.push-downv .adv-unit {
    margin-top: 2.5rem;
  }
  section.push-down #close-ad,
section.push-downv #close-ad {
    bottom: auto;
    top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  body.has-adv .block-global-filter ul.global-filter-links.expand {
    position: absolute;
    top: 46px;
  }
  body.has-adv .block-global-filter ul.global-filter-links.expand li:nth-child(1) {
    position: absolute;
    top: -46px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  section.push-down, section.push-downv {
    height: 330px;
  }

  body.has-adv div.content-page {
    padding-top: 94px;
  }
  body.has-adv div.content-page header {
    position: fixed;
    top: 0;
  }
  body.has-adv div.content-page section.push-down,
body.has-adv div.content-page section.push-downv {
    display: none;
  }
  body.has-adv header {
    top: auto;
    position: fixed;
    transition: none;
  }
  body.has-adv section.block-global-filter,
body.has-adv section.block-menu-menu-players-menu {
    margin-top: 48px;
  }
  body.has-adv .block-global-filter ul.global-filter-links.expand {
    position: absolute;
    top: 46px;
  }
  body.has-adv .block-global-filter ul.global-filter-links.expand li:nth-child(1) {
    top: -46px;
    position: absolute;
  }
  body.has-adv section.block-menu-menu-about-sub-nav ul.menu.expand li:nth-child(1),
body.has-adv section.block-menu-menu-gear-sub-nav ul.menu.expand li:nth-child(1),
body.has-adv section.block-menu-menu-players-menu ul.menu.expand li:nth-child(1) {
    position: absolute;
    top: -46px;
  }
  body.has-adv section.block-menu-menu-about-sub-nav ul.menu.expand,
body.has-adv section.block-menu-menu-gear-sub-nav ul.menu.expand,
body.has-adv section.block-menu-menu-players-menu ul.menu.expand {
    position: absolute;
    top: 46px;
  }
  body.has-adv section.push-down,
body.has-adv section.push-downv {
    height: 330px;
  }
  body.has-adv section.push-down .adv-unit img,
body.has-adv section.push-downv .adv-unit img {
    height: 100%;
  }
  body.adv-scrolled div.views-exposed-form, body.adv-scrolled .block-global-filter {
    top: 48px;
  }

  body.has-adv.clicked-closed header, body.clicked-closed header {
    top: 0;
    position: fixed;
  }
  body.has-adv.clicked-closed header .top-bar-section ul#main-menu li.gear.has-dropdown > ul.dropdown,
body.has-adv.clicked-closed header .top-bar-section ul#main-menu li.topics.has-dropdown > ul.dropdown,
body.has-adv.clicked-closed header .top-bar-section ul#main-menu li.more.has-dropdown > ul.dropdown, body.clicked-closed header .top-bar-section ul#main-menu li.gear.has-dropdown > ul.dropdown,
body.clicked-closed header .top-bar-section ul#main-menu li.topics.has-dropdown > ul.dropdown,
body.clicked-closed header .top-bar-section ul#main-menu li.more.has-dropdown > ul.dropdown {
    margin-top: 0;
  }
  body.has-adv.clicked-closed section.block-global-filter, body.clicked-closed section.block-global-filter {
    position: fixed;
    transition: all 0.15s ease-in-out;
    top: 48px;
    margin-top: 0;
  }
  body.has-adv.clicked-closed section.block-menu-menu-players-menu, body.clicked-closed section.block-menu-menu-players-menu {
    position: fixed;
    transition: all 0.15s ease-in-out;
    top: 0;
    margin-top: 48px;
  }
  body.has-adv.clicked-closed section.block-menu-menu-about-sub-nav, body.clicked-closed section.block-menu-menu-about-sub-nav {
    top: 48px;
  }
  body.has-adv.clicked-closed section.push-down,
body.has-adv.clicked-closed section.push-downv, body.clicked-closed section.push-down,
body.clicked-closed section.push-downv {
    height: 0;
  }

  section.push-down,
section.push-downv {
    /*.desktop-adv, .tablet-adv {
    	display: none;
    }

    .mobile-adv {
    	display: block;
    }*/
  }
  section.push-down .adv-unit,
section.push-downv .adv-unit {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 250px;
    background: #262626;
  }
  section.push-down .adv-unit:before,
section.push-downv .adv-unit:before {
    color: #ddd;
    border-color: #ddd;
  }
  section.push-down #close-ad,
section.push-downv #close-ad {
    bottom: auto;
    top: 10px;
  }
}
.adv-unit {
  position: relative;
  display: inline-block;
  margin-top: 14px;
}
.adv-unit:before {
  content: "Advertisement";
  color: #262626;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-align: left;
  border: 1px solid #262626;
  font-size: 0.65rem;
  line-height: 0.65rem;
  text-align: left;
  margin: 0.4rem 0 0.4rem;
  display: inline-block;
  padding: 1px 5px 1px;
  position: absolute;
  left: 0;
  top: -24px;
}

/* 468 ad between prev/next buttons */
.block-block-241 {
  display: inline-block;
}

.block-block-241 img {
  display: inline-block;
}

.in-content-block .inner-adv,
.in-content-block .inner-adv-touch {
  margin: 1rem auto 2rem;
}
.in-content-block .inner-adv iframe,
.in-content-block .inner-adv-touch iframe {
  margin: 0 auto;
}
.in-content-block .inner-adv-mobile {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .in-content-block .inner-adv {
    text-align: center;
  }
  .in-content-block .inner-adv-mobile {
    text-align: center;
  }
  .in-content-block .inner-adv-touch.quiz .adv-unit {
    width: 100%;
  }
  .in-content-block .inner-adv-touch.quiz .adv-unit .cbola-box {
    padding-left: 1rem !important;
  }
}
@media only screen and (min-width: 200px) and (max-width: 1164px) {
  .top-adv-container,
.bottom-adv-container {
    margin: 1rem 0;
    padding: 1rem;
    height: auto;
    overflow: hidden !important;
    text-align: center;
  }
}
/* update - May the 4th be with you */
/* Top Banner */
.top-banner-desktop {
  display: block;
}

.top-banner-tablet {
  display: none;
}

.top-banner-mobile {
  display: none;
}

/* Top Sidebar */
.top-sidebar-desktop {
  display: block;
}

.top-sidebar-tablet {
  display: none;
}

.top-sidebar-mobile {
  display: none;
}

.inner-adv {
  display: block;
}

.inner-adv-tablet {
  display: none;
}

.inner-adv-mobile {
  display: none;
}

/* Bottom Banner */
.bottom-banner-desktop {
  display: block;
}

.bottom-banner-tablet {
  display: none;
}

.bottom-banner-mobile {
  display: none;
}

@media only screen and (min-width: 900px) and (max-width: 1024px) {
  /* Top Banner */
  .top-banner-desktop {
    display: block;
  }

  .top-banner-tablet {
    display: block;
  }

  .top-banner-mobile {
    display: none;
  }

  /* Top Sidebar */
  .top-sidebar-desktop {
    display: none;
  }

  .top-sidebar-tablet {
    display: block;
  }

  .top-sidebar-mobile {
    display: none;
  }

  /* Bottom Banner */
  .bottom-banner-desktop {
    display: none;
  }

  .bottom-banner-tablet {
    display: none;
  }

  .bottom-banner-mobile {
    display: none;
    overflow: hidden !important;
    position: relative;
  }

  /* In Content Ad */
  .inner-adv-tablet {
    display: block;
  }

  .inner-adv-mobile {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  /* Top Banner */
  .top-banner-desktop {
    display: none;
  }

  .top-banner-tablet {
    display: none;
  }

  .top-banner-mobile {
    display: block;
  }

  /* Top Sidebar */
  .top-sidebar-desktop {
    display: none;
  }

  .top-sidebar-tablet {
    display: none;
  }

  .top-sidebar-mobile {
    display: block;
  }

  /* Bottom Banner */
  .bottom-banner-desktop {
    display: none;
  }

  .bottom-banner-tablet {
    display: none;
  }

  .bottom-banner-mobile {
    display: block;
    overflow: hidden !important;
    position: relative;
  }

  /* In Content Ad */
  .inner-adv-tablet {
    display: none;
  }

  .inner-adv-mobile {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}
/* END - May the 4th be with you */
@media only screen and (min-width: 1025px) and (max-width: 3000px) {
  .top-banner-desktop.large {
    display: block;
  }

  .top-banner-tablet {
    display: none;
  }

  .bottom-banner-desktop.large {
    display: block;
  }

  .bottom-banner-tablet {
    display: none;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .top-banner-desktop.large {
    display: none;
  }

  .top-banner-tablet {
    display: block;
  }

  .top-banner-mobile {
    display: none;
  }

  .bottom-banner-desktop.large {
    display: none;
  }

  .bottom-banner-tablet {
    display: block;
  }

  .bottom-banner-mobile {
    display: none;
  }

  .in-content-block .inner-adv-tablet {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 799px) {
  .news-article-base .article-body .author-reads div.bio-image.sponsored-bio {
    display: block !important;
    width: 75px;
    height: 75px;
    margin-right: 10px;
  }

  .news-article-base .article-body .author-reads div.sponsored-names {
    clear: none;
    margin-top: 5px !important;
  }

  .top-banner-desktop.large {
    display: none;
  }

  .top-banner-tablet {
    display: none;
  }

  .top-banner-mobile {
    display: block;
  }

  .bottom-banner-desktop.large {
    display: none;
  }

  .bottom-banner-tablet {
    display: none;
  }

  .bottom-banner-mobile {
    display: block;
  }

  .in-content-block .inner-adv-tablet {
    display: none;
  }
  .in-content-block .inner-adv-mobile {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}
div.sponsors .teamsnap-icon,
div.sponsors .foxsoccer-icon {
  display: none;
}
div.sponsors.sponsor-TeamSnap .teamsnap-icon {
  display: block;
}
div.sponsors.sponsor-FOX .foxsoccer-icon {
  display: block;
}

div.sponsored-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 80px;
  z-index: 100;
  background: #fff;
  padding: 1px 5px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.sponsored-icon img {
  width: 100%;
}
div.sponsored-icon:before {
  position: absolute;
  top: -16px;
  left: 0;
  content: "Sponsored By";
  font-size: 10px;
  color: #fff;
}
div.sponsored-icon img {
  transition: none;
}
div.sponsored-icon img:hover {
  transform: none;
}

.first-section div.sponsored-icon {
  position: absolute;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  width: 100px;
  z-index: 100;
  background: #fff;
  padding: 1px 5px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.first-section div.sponsored-icon:before {
  position: absolute;
  top: 6px;
  left: -72px;
  content: "Sponsored By";
  font-size: 10px;
  color: #fff;
}

.news-feed .inner .sponsored-icon {
  top: 3rem;
  padding: 3px 4px;
  right: 0.75rem;
  width: 60px;
}
.news-feed .inner .sponsored-icon:before {
  font-size: 9px;
  top: -14px;
}
.news-feed .inner .sponsored-icon a {
  display: block;
}
.news-feed .inner .sponsored-icon a img {
  display: flex;
}

section.news-feed .news-article:nth-child(8n+1) article .sponsored-icon,
section.news-feed .news-article:nth-child(8n+2) article .sponsored-icon {
  top: 3.25rem;
  padding: 3px 5px;
  right: 0.75rem;
}
section.news-feed .news-article:nth-child(8n+1) article .sponsored-icon img,
section.news-feed .news-article:nth-child(8n+2) article .sponsored-icon img {
  float: none;
  width: 100%;
}

section.favorites .inner .sponsored-icon {
  width: 60px;
  top: 14%;
  padding: 3px 4px;
}
section.favorites .inner .sponsored-icon a {
  display: block;
}
section.favorites .inner .sponsored-icon a img {
  display: flex;
}
section.favorites .inner .sponsored-icon:before {
  font-size: 9px;
  top: -14px;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  section.first-section .show-for-medium-up,
section.first-section .show-for-small-only {
    position: relative;
  }
  section.first-section .inner {
    height: 44%;
  }
  section.first-section .sponsored-icon {
    width: 80px;
    padding: 4px;
  }
  section.first-section .sponsored-icon a {
    display: block;
  }
  section.first-section .sponsored-icon a img {
    display: flex;
  }
}
@media screen and (min-width: 801px) and (max-width: 920px) {
  section.first-section .inner {
    height: 50%;
  }
  section.first-section .sponsored-icon {
    width: 7%;
    bottom: 0.25rem;
  }
  section.first-section .sponsored-icon:before {
    top: 2px;
  }
}
@media screen and (min-width: 0) and (max-width: 800px) {
  .first-section .show-for-medium-up,
.first-section .show-for-small-only {
    position: relative;
  }
}
.front .global-filter-container, .page-futbol .global-filter-container {
  display: none;
}
.front .two-story, .page-futbol .two-story {
  background: #f7f7f7;
  padding-top: 3rem;
}
.front .two-story section.first-news .views-row:last-child article, .page-futbol .two-story section.first-news .views-row:last-child article {
  margin-bottom: 0;
  padding-bottom: 4rem;
}
.front section.vertical-videoplayer, .page-futbol section.vertical-videoplayer {
  display: block;
  margin-bottom: 5rem;
}
.front section.vertical-videoplayer h2.title, .page-futbol section.vertical-videoplayer h2.title {
  color: #009d86;
  background: rgba(85, 241, 121, 0.6);
  border-left: 2px solid #64b95f;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem 1rem;
  padding: 2px 2rem 2px 0.5rem;
  display: inline-block;
  position: relative;
  left: 4px;
  margin-top: 0;
}
@media screen and (min-width: 800px) {
  .front section.vertical-videoplayer h2.title, .page-futbol section.vertical-videoplayer h2.title {
    margin: 0 0 0.5rem 2rem;
  }
}
.front section.vertical-videoplayer div.large-12, .page-futbol section.vertical-videoplayer div.large-12 {
  width: 95%;
  margin: auto;
}
.front section.vertical-videoplayer div.large-12 .cnx-ratio, .page-futbol section.vertical-videoplayer div.large-12 .cnx-ratio {
  padding-bottom: 177.3% !important;
}
@media screen and (min-width: 800px) {
  .front section.vertical-videoplayer div.large-12 .cnx-ratio, .page-futbol section.vertical-videoplayer div.large-12 .cnx-ratio {
    padding-bottom: 56.25% !important;
  }
}
.front .of-the-week, .page-futbol .of-the-week {
  padding: 0 0 5rem;
}
.front .of-the-week .photos-of-the-week h2.title, .page-futbol .of-the-week .photos-of-the-week h2.title {
  position: relative;
  top: 0;
  left: 2rem;
  z-index: 5;
  background: rgba(158, 95, 185, 0.6);
  border-left: 2px solid #9e5fb9;
  color: #9e5fb9;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  padding: 2px 1rem 2px 0.5rem;
  margin-top: 0;
  text-transform: uppercase;
}
.front .of-the-week .photos-of-the-week img, .page-futbol .of-the-week .photos-of-the-week img {
  width: 100%;
}
.front .of-the-week .photos-of-the-week .swiper-photo, .page-futbol .of-the-week .photos-of-the-week .swiper-photo {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.front .of-the-week .photos-of-the-week .swiper-photo .swiper-wrapper, .page-futbol .of-the-week .photos-of-the-week .swiper-photo .swiper-wrapper {
  margin: 0;
}
.front .of-the-week .photos-of-the-week .swiper-photo .swiper-slide, .page-futbol .of-the-week .photos-of-the-week .swiper-photo .swiper-slide {
  opacity: 0.5;
  list-style: none;
}
.front .of-the-week .photos-of-the-week .swiper-photo .swiper-slide-active,
.front .of-the-week .photos-of-the-week .swiper-photo .swiper-slide-next,
.front .of-the-week .photos-of-the-week .swiper-photo .swiper-slide-prev, .page-futbol .of-the-week .photos-of-the-week .swiper-photo .swiper-slide-active,
.page-futbol .of-the-week .photos-of-the-week .swiper-photo .swiper-slide-next,
.page-futbol .of-the-week .photos-of-the-week .swiper-photo .swiper-slide-prev {
  opacity: 1;
}
.front .of-the-week .headlines-of-the-week, .page-futbol .of-the-week .headlines-of-the-week {
  overflow: hidden;
}
.front .of-the-week .headlines-of-the-week h2.title, .page-futbol .of-the-week .headlines-of-the-week h2.title {
  position: relative;
  z-index: 5;
  background: rgba(247, 195, 0, 0.2);
  border-left: 2px solid #f7c300;
  color: #f7c300;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  padding: 2px 1rem 2px 1rem !important;
  margin-top: 0;
  margin-left: 1rem;
  text-transform: uppercase;
}
.front .of-the-week .headlines-of-the-week .inner, .page-futbol .of-the-week .headlines-of-the-week .inner {
  background: rgba(247, 195, 0, 0.2);
  padding: 1rem 1rem;
  height: 100%;
  margin-left: 0;
}
.front .of-the-week .headlines-of-the-week .inner .field-content a, .page-futbol .of-the-week .headlines-of-the-week .inner .field-content a {
  display: block;
  color: #262626;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0.5rem 0;
  border-bottom: 2px solid #fff;
  margin-bottom: 0.5rem;
  width: 90%;
}
@media screen and (min-width: 1180px) and (max-width: 1280px) {
  .front .of-the-week .headlines-of-the-week .inner, .page-futbol .of-the-week .headlines-of-the-week .inner {
    padding: 1rem 1rem;
  }
  .front .of-the-week .headlines-of-the-week .inner .field-content a, .page-futbol .of-the-week .headlines-of-the-week .inner .field-content a {
    font-size: 1rem;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .front .of-the-week .headlines-of-the-week .inner, .page-futbol .of-the-week .headlines-of-the-week .inner {
    padding: 0.5rem 1rem;
  }
  .front .of-the-week .headlines-of-the-week .inner .field-content a, .page-futbol .of-the-week .headlines-of-the-week .inner .field-content a {
    font-size: 1rem;
    padding: 0.25rem 0;
    margin-bottom: 0.25rem;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .front .of-the-week .photos-of-the-week, .page-futbol .of-the-week .photos-of-the-week {
    margin-bottom: 4rem;
  }
  .front .of-the-week .photos-of-the-week h2.title, .page-futbol .of-the-week .photos-of-the-week h2.title {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    left: 0;
  }
  .front .of-the-week .headlines-of-the-week h2.title, .page-futbol .of-the-week .headlines-of-the-week h2.title {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
  }
  .front .of-the-week .headlines-of-the-week .inner, .page-futbol .of-the-week .headlines-of-the-week .inner {
    margin-left: 0;
  }
}
.front .best-gear, .page-futbol .best-gear {
  clear: both;
}
.front .best-gear .feed-item, .page-futbol .best-gear .feed-item {
  margin: 0;
  list-style: none;
}
.front .best-gear .feed-item img, .page-futbol .best-gear .feed-item img {
  width: 100%;
}
.front section.quotes, .page-futbol section.quotes {
  background: #262626;
  color: #f7c300;
  padding: 1rem 0 0;
  margin: 0;
}
.front section.quotes h2.block-title, .page-futbol section.quotes h2.block-title {
  margin: 0 0 0.15rem 2rem;
  background: rgba(0, 185, 155, 0.4);
  border-left: 2px solid #00b99b;
  color: #00b99b;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 2px 2rem 2px 1rem;
  text-transform: uppercase;
}
.front section.quotes .inner, .page-futbol section.quotes .inner {
  padding: 0.5rem 2rem 1rem;
  margin: 2rem 0 1rem;
  border: 2px solid #ec1775;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front section.quotes .inner:before, .page-futbol section.quotes .inner:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/open-quote.png) no-repeat;
  background-size: 30px 21px;
  width: 30px;
  height: 21px;
}
.front section.quotes .inner:after, .page-futbol section.quotes .inner:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/close-quote.png) no-repeat;
  background-size: 30px 21px;
  width: 30px;
  height: 21px;
}
.front section.quotes .inner h3.quote, .page-futbol section.quotes .inner h3.quote {
  color: #f7c300;
  text-align: center;
  font-size: 2.8rem;
  line-height: 3.3rem;
  font-family: "Playfair Display", serif;
  margin: 0;
}
.front section.quotes .tagline, .page-futbol section.quotes .tagline {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 1.5rem;
  position: absolute;
  bottom: 4.25rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.front section.quotes .swiper-quotes, .page-futbol section.quotes .swiper-quotes {
  overflow: hidden;
}
.front section.quotes .swiper-quotes .swiper-slide, .page-futbol section.quotes .swiper-quotes .swiper-slide {
  padding-bottom: 6.75rem;
}
.front section.quotes .swiper-quotes .swiper-slide-prev,
.front section.quotes .swiper-quotes .swiper-slide-next, .page-futbol section.quotes .swiper-quotes .swiper-slide-prev,
.page-futbol section.quotes .swiper-quotes .swiper-slide-next {
  opacity: 0.5;
}
.front section.news-carousel, .page-futbol section.news-carousel {
  background: rgba(247, 195, 0, 0.2);
  margin-bottom: 0;
  padding: 2rem 6rem;
}
.front section.news-carousel ul, .page-futbol section.news-carousel ul {
  margin: 0;
  list-style: none;
}
.front section.news-carousel ul li.swiper-slide, .page-futbol section.news-carousel ul li.swiper-slide {
  width: 25%;
}
.front section.news-carousel ul li.swiper-slide article.favorite-article, .page-futbol section.news-carousel ul li.swiper-slide article.favorite-article {
  padding: 0 30px;
}
.front section.news-carousel ul li.swiper-slide article.favorite-article span.trending-label, .page-futbol section.news-carousel ul li.swiper-slide article.favorite-article span.trending-label {
  color: #f7c300 !important;
  border-top: 1px solid #f7c300;
  font-size: 1.2rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.front section.news-carousel ul li.swiper-slide article.favorite-article div.content:after, .page-futbol section.news-carousel ul li.swiper-slide article.favorite-article div.content:after {
  background: #f7c300;
}
.front .front-player, .page-futbol .front-player {
  position: relative;
  overflow: hidden;
}
.front .front-player:after, .page-futbol .front-player:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}
.front .front-player h2.title, .page-futbol .front-player h2.title {
  position: absolute;
  top: 1rem;
  left: 2rem;
  margin: 0;
  background: rgba(0, 185, 155, 0.4);
  border-left: 2px solid #00b99b;
  color: #00b99b;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 2px 2rem 2px 1rem;
  text-transform: uppercase;
  z-index: 5;
}
.front .front-player .view-content .views-field-field-feature-image img, .page-futbol .front-player .view-content .views-field-field-feature-image img {
  width: 100%;
}
.front .front-player .view-content .inner, .page-futbol .front-player .view-content .inner {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
.front .front-player .view-content .inner .sub-content-box, .page-futbol .front-player .view-content .inner .sub-content-box {
  width: 50%;
  float: right;
}
.front .front-player .view-content .inner .sub-content-box h2, .page-futbol .front-player .view-content .inner .sub-content-box h2 {
  font-family: "Roboto Slab", serif;
  font-size: 2.2rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.front .front-player .view-content .inner .sub-content-box h2 a, .page-futbol .front-player .view-content .inner .sub-content-box h2 a {
  color: #fff;
}
.front .front-player .view-content .inner .sub-content-box p, .page-futbol .front-player .view-content .inner .sub-content-box p {
  font-size: 1rem;
  color: #fff;
  border-bottom: 3px solid #00b99b;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.front .front-player .view-content .inner .sub-content-box .author, .page-futbol .front-player .view-content .inner .sub-content-box .author {
  color: #fff;
  font-weight: 200;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.front section.snapchat, .page-futbol section.snapchat {
  background: #f7c300;
  padding: 2.5rem 0;
  color: #fff;
}
.front section.snapchat div.ph, .page-futbol section.snapchat div.ph {
  width: 455px;
  margin: 0 auto;
}
.front section.snapchat .ajax-progress.ajax-progress-throbber, .page-futbol section.snapchat .ajax-progress.ajax-progress-throbber {
  display: none !important;
}
.front section.snapchat div.inner, .page-futbol section.snapchat div.inner {
  margin-bottom: 1rem;
}
.front section.snapchat div.inner ul.pager, .page-futbol section.snapchat div.inner ul.pager {
  clear: both;
  margin: 0;
  list-style: none;
}
.front section.snapchat div.inner ul.pager li a, .page-futbol section.snapchat div.inner ul.pager li a {
  border: 1px solid #fff;
  color: #fff;
  margin: 1rem auto;
  display: block;
  width: 30%;
  padding: 0.75rem 0;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.5rem;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
.front section.snapchat div.inner ul.pager li a:hover, .page-futbol section.snapchat div.inner ul.pager li a:hover {
  background: #fff;
  color: #F7C300;
}
.front section.snapchat div.inner a.button, .page-futbol section.snapchat div.inner a.button {
  border-color: #fff;
  color: #fff;
  margin: 1rem auto;
  display: block;
  width: 30%;
  padding-left: 0;
  padding-right: 0;
}
.front section.snapchat div.inner h2.title, .page-futbol section.snapchat div.inner h2.title {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  padding: 0 25% 1rem 0;
  margin: 0 1rem 1rem 1.75rem;
  border-bottom: 2px solid #fff;
}
.front section.snapchat div.inner div.ghost, .page-futbol section.snapchat div.inner div.ghost {
  position: relative;
  padding: 0 1.75rem 1rem;
  height: 160px;
}
.front section.snapchat div.inner div.ghost h4, .page-futbol section.snapchat div.inner div.ghost h4 {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 200;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.front section.snapchat div.inner div.ghost a, .page-futbol section.snapchat div.inner div.ghost a {
  display: block;
  position: relative;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  border-radius: 15%;
  overflow: hidden;
}
.front section.snapchat div.inner div.ghost a:after, .page-futbol section.snapchat div.inner div.ghost a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/plus.svg) rgba(38, 38, 38, 0.8) no-repeat center;
  background-size: 45px 45px;
  transition: all 0.15s ease-in-out;
}
.front section.snapchat div.inner div.ghost .back-card a:after, .page-futbol section.snapchat div.inner div.ghost .back-card a:after {
  display: none;
}
.front section.snapchat div.inner div.ghost img, .page-futbol section.snapchat div.inner div.ghost img {
  width: 100%;
}

@media screen and (min-width: 1025px) and (max-width: 5000px) {
  /* entire container, keeps perspective */
  .flip-container {
    perspective: 1000px;
  }

  /* flip the pane when hovered */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }

  .flip-container, .front-card, .back-card {
    width: 100%;
    height: 75%;
  }

  /* flip speed goes here */
  .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
  }

  /* hide back of pane during swap */
  .front-card, .back-card {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* front pane, placed above back */
  .front-card {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
  }

  /* back, initially hidden pane */
  .back-card {
    transform: rotateY(180deg);
  }
}
body.page-futbol section.favorites {
  margin-bottom: 0;
}
body.page-futbol section.featured-video {
  margin-bottom: 4rem;
}
body.page-futbol section.of-the-week {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  body.page-futbol section.of-the-week {
    flex-direction: row;
  }
}

section.entertainment-poll {
  background: #262626;
  padding-bottom: 2rem;
}
section.entertainment-poll h2.block-title {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.8rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 1rem 1.5rem;
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
section.entertainment-poll article {
  padding: 1rem 1.5rem;
  color: #fff;
  margin: 0 auto;
}
section.entertainment-poll article h2.node-title {
  margin: 0;
  text-align: center;
  border-top: 1px solid #f7c300;
  border-bottom: 1px solid #f7c300;
  padding: 2rem 0;
  margin: 2rem 0;
}
section.entertainment-poll article h2.node-title a {
  color: #fff;
  font-family: "Ultra", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  display: block;
  width: 25%;
  margin: 0 auto;
}
section.entertainment-poll article form {
  width: 45%;
  margin: 0 auto;
}
section.entertainment-poll article form .form-radios .form-item {
  width: 100%;
  float: none;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
section.entertainment-poll article form .form-radios .form-item:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
section.entertainment-poll article form .form-radios .form-item input.form-radio {
  margin: 0 0 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
section.entertainment-poll article form .form-radios .form-item label {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  text-transform: uppercase;
  margin: 0;
}
section.entertainment-poll article form button {
  width: 50%;
  margin: 2rem auto 1rem;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #00b99b;
  color: #00b99b;
  padding: 0.75rem 1rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
  display: block;
  position: relative;
  clear: both;
}
section.entertainment-poll article form button:hover {
  background: #00b99b;
  color: #fff;
}
section.entertainment-poll article form button:focus {
  background: #00b99b;
  color: #fff;
}
section.entertainment-poll article form button:active {
  background: #00b99b;
  color: #fff;
}
section.entertainment-poll #advpoll-cancel-vote-form button {
  width: 100%;
}
section.entertainment-poll div.poll {
  width: 50%;
  margin: 0 auto;
}
section.entertainment-poll .poll-bar {
  margin-bottom: 0.5rem;
  position: relative;
}
section.entertainment-poll .poll-bar > div {
  font-size: 1.7rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
section.entertainment-poll .poll-bar .bar {
  height: 1.5rem;
  background: #fff;
  position: relative;
}
section.entertainment-poll .poll-bar .bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 185, 155, 0.5);
}
section.entertainment-poll .poll-bar .bar .foreground {
  height: 100%;
  background-color: #009d86;
}
section.entertainment-poll .poll-bar div.percent {
  margin: 0;
  font-size: 0.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #262626;
  position: absolute;
  top: 50px;
  right: 10px;
}
section.entertainment-poll .total {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #ececec;
  text-align: right;
  text-transform: uppercase;
}

.yt-subscribe {
  margin-bottom: 2rem;
  width: 340px;
}
.yt-subscribe iframe {
  display: inline;
  height: 20px;
  top: 4px;
  position: relative;
  margin-right: 8px;
}
.yt-subscribe span.button {
  border-color: #686868;
  color: #fff;
  width: 100%;
  display: inline;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  padding: 0;
  text-transform: none;
  font-size: 1rem;
  line-height: 1rem;
  border: none;
}
.yt-subscribe span.button svg, .yt-subscribe span.button img {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
}
.yt-subscribe span.button svg path, .yt-subscribe span.button svg polygon, .yt-subscribe span.button img path, .yt-subscribe span.button img polygon {
  stroke: none;
  fill: #3B5998;
}

.video-category {
  background: #f7f7f7;
}
.video-category .columns {
  padding: 0;
}
.video-category .columns .flex-video {
  margin: 0;
}
.video-category .columns img {
  width: 100%;
}
.video-category div.more {
  padding: 1rem 2rem;
  position: relative;
  clear: both;
}
.video-category div.more .button {
  float: right;
}
.video-category .flex-video.widescreen {
  padding-bottom: 55.25%;
  background: #262626;
}

.flex-video .play {
  background: url(../img/play.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/play.png", sizingMethod="scale");
  background-size: 65px 65px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s ease-out;
  z-index: 1;
  pointer-events: none;
}
.flex-video .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.featured-vid-container .play {
  background-size: 250px 250px;
  height: 75%;
}

.hide-all .play {
  z-index: -1;
  opacity: 0;
  background: none;
}

.vid-frame {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  margin: 0 auto;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.vid-frame.ytlarge .play {
  background-size: 250px 250px;
  height: 75%;
}
.vid-frame .play {
  background: url(../img/play.png) no-repeat center center;
  background-size: 65px 65px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s ease-out;
}
.vid-frame .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-feature.add-play {
  position: relative;
}
.main-feature.add-play div.ytlarge:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0) url("../img/play.png") no-repeat scroll center center;
  background-size: 250px 250px;
  height: 75%;
  width: 100%;
}

/*.youtube {
   background-position: center;
   background-repeat: no-repeat;
   background-size: 100%; 
   position: relative;
   display: block;
   overflow: hidden;
   transition: all 200ms ease-out;
   cursor: pointer;
   margin: 0 auto;
   width: 100% !important;
   height: 100% !important;
   position: absolute;
}

.youtube .play {
	background: url(../img/play.png) no-repeat center center;
   background-size: 65px 65px;
   position: absolute;
   height: 100%;
   width: 100%;
   opacity: 1;
   filter: alpha(opacity=100);
   transition: all 0.2s ease-out;
}

.youtube .play:hover {
   opacity: 1;
   filter: alpha(opacity=100);
}*/
.main-feature {
  /*.youtube {
     background-position: center;
     background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; 
     position: relative;
     display: block;
     overflow: hidden;
     transition: all 200ms ease-out;
     cursor: pointer;
     margin: 0 auto;
     width: 100% !important;
     height: 100% !important;
     position: absolute;
  }

  .youtube .play {
  	background: url(../img/play.png) no-repeat center center;
     background-size: 250px 250px;
     position: absolute;
     height: 80%;
     width: 100%;
     opacity: 1;
     filter: alpha(opacity=100);
     transition: all 0.2s ease-out;
  }

  .youtube .play:hover {
     opacity: 1;
     filter: alpha(opacity=100);
  }	*/
}
.main-feature h3.label {
  top: 60%;
}

/*.facebook {
   background-position: center;
   background-repeat: no-repeat;
   -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
   position: relative;
   display: block;
   overflow: hidden;
   transition: all 200ms ease-out;
   cursor: pointer;
   margin: 0 auto;
   width: 100% !important;
   height: 100% !important;
   position: absolute;
}

.facebook .play {
	background: url(../img/play.png) no-repeat center center;
   background-size: 65px 65px;
   position: absolute;
   height: 100%;
   width: 100%;
   opacity: 1;
   filter: alpha(opacity=100);
   transition: all 0.2s ease-out;
}

.facebook .play:hover {
   opacity: 1;
   filter: alpha(opacity=100);
}


.stream {
   background-position: center;
   background-repeat: no-repeat;
   -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
   position: relative;
   display: block;
   overflow: hidden;
   transition: all 200ms ease-out;
   cursor: pointer;
   margin: 0 auto;
   width: 100% !important;
   height: 100% !important;
   position: absolute;
}

.stream .play {
	background: url(../img/play.png) no-repeat center center;
   background-size: 65px 65px;
   position: absolute;
   height: 100%;
   width: 100%;
   opacity: 1;
   filter: alpha(opacity=100);
   transition: all 0.2s ease-out;
}

.stream .play:hover {
   opacity: 1;
   filter: alpha(opacity=100);
}	


.twitter {
   background-position: center;
   background-repeat: no-repeat;
   -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
   position: relative;
   display: block;
   overflow: hidden;
   transition: all 200ms ease-out;
   cursor: pointer;
   margin: 0 auto;
   width: 100% !important;
   height: 100% !important;
   position: absolute;
}

.twitter .play {
	background: url(../img/play.png) no-repeat center center;
   background-size: 65px 65px;
   position: absolute;
   height: 100%;
   width: 100%;
   opacity: 1;
   filter: alpha(opacity=100);
   transition: all 0.2s ease-out;
}

.twitter .play:hover {
   opacity: 1;
   filter: alpha(opacity=100);
}	
*/
.featured-title {
  background: #f7f7f7;
  padding-bottom: 1rem;
}
.featured-title .inner {
  background: #fff;
  padding: 0.8rem 2rem;
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
}
.featured-title .inner h2 {
  color: #262626;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.top-photos {
  position: relative;
}
.top-photos article.item {
  overflow: hidden;
}
.top-photos article.item img {
  width: 100%;
}

.photo-carousel {
  width: 100%;
}
.photo-carousel .owl-stage {
  width: 100%;
}
.photo-carousel .owl-stage .owl-item {
  width: 100%;
}
.photo-carousel .owl-stage .owl-item a {
  display: block;
  width: 100%;
}
.photo-carousel article.item {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.photo-carousel article.item img {
  display: block;
  width: 100%;
  height: auto;
}

.page-photos section.search,
.page-soccer-photos section.search {
  padding: 3.5rem 2rem;
  background: #f7f7f7;
}
.page-photos section.search input,
.page-soccer-photos section.search input {
  height: 3.5rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin: 0;
}

.featured-photos-week {
  background: #f7f7f7;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.featured-photos-week .title-container {
  position: absolute;
  top: 1rem;
  left: 2rem;
  z-index: 5;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.featured-photos-week .title-container h3.title {
  display: inline-block;
  background: rgba(145, 78, 174, 0.4);
  border-left: 2px solid #9e5fb9;
  color: #9e5fb9;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 2px 2rem 2px 1rem;
}
.featured-photos-week .gallery-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}
.featured-photos-week .gallery-container .swiper-wrapper {
  margin: 0;
}
.featured-photos-week .gallery-container .swiper-slide {
  list-style: none;
}
.featured-photos-week .gallery-outer {
  background: #262626;
  padding: 2rem 1rem;
  position: absolute;
  bottom: -163px;
  left: 0;
  width: 100%;
  height: 163px;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}
.featured-photos-week .gallery-outer .gallery-thumbs {
  box-sizing: border-box;
}
.featured-photos-week .gallery-outer .gallery-thumbs .swiper-slide {
  height: 100%;
}
.featured-photos-week .gallery-outer .gallery-thumbs .swiper-slide:hover {
  cursor: pointer;
}
.featured-photos-week:hover .gallery-outer {
  bottom: 0;
}

section.photo-sections {
  background: #fff;
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  /*.feed-item:nth-child(1) {
  	background: $green;
  }
  .feed-item:nth-child(2) {
  	background: $blue;
  }
  .feed-item:nth-child(3) {
  	background: $purple;
  }
  .feed-item:nth-child(4) {
  	background: $maroon;
  }*/
}
section.photo-sections .title-container {
  background: #fff;
  color: #fff;
  padding: 0.8rem 2rem;
  margin-bottom: 0;
  position: relative;
}
section.photo-sections .title-container h3.title {
  color: #262626;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
section.photo-sections .columns {
  padding: 0;
}
section.photo-sections div.more {
  padding: 1rem 0;
  position: relative;
}
section.photo-sections div.more .button {
  display: block;
  margin: 0 auto;
}

section.people .feed-item,
section.moments .feed-item {
  position: relative;
}
section.people .feed-item .inner img,
section.moments .feed-item .inner img {
  width: 100%;
}

section.places .feed-item,
section.wallpapers .feed-item {
  position: relative;
}
.photo-feed .news-article h2 {
  display: none;
}
.photo-feed .news-article .author {
  display: none;
}
.photo-feed .news-article .article-terms {
  display: none;
}
.photo-feed .news-article:nth-child(8n+1) h2,
.photo-feed .news-article:nth-child(8n+2) h2 {
  display: block;
}
.photo-feed .news-article:nth-child(8n+1) .author,
.photo-feed .news-article:nth-child(8n+2) .author {
  display: block;
}
.photo-feed .news-article:nth-child(8n+1) .article-terms,
.photo-feed .news-article:nth-child(8n+2) .article-terms {
  display: block;
}

.gear-landing section.featured-video .scroll-videos span.tax-label {
  color: #ec1775;
  border-color: #ec1775;
}
.gear-landing section.gear-rows {
  position: relative;
  padding: 2rem 0 1rem;
  background: #fff;
}
.gear-landing section.gear-rows.last {
  padding-bottom: 3rem;
}
.gear-landing section.gear-rows .title-container {
  margin-bottom: 1rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gear-landing section.gear-rows .title-container h3.title {
  border-top: 1px solid #ec1775;
  color: #ec1775;
  font-size: 1.2rem;
  line-height: 1rem;
  padding-top: 5px;
  width: 25%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.gear-landing section.gear-rows .swiper {
  position: relative;
  overflow: hidden;
}
.gear-landing section.best-gear .item-list ul {
  margin: 0;
}
.gear-landing section.best-gear .item-list ul .feed-item {
  margin: 0;
  list-style: none;
}
.gear-landing section.best-gear .item-list ul .feed-item .inner img {
  width: 100%;
}

body.field-gear-terms:not(.field-gear-terms-) section.best-gear,
body.field-gear-terms:not(.field-gear-terms-) section.featured-video,
body.field-gear-terms:not(.field-gear-terms-) section.gear-rows {
  display: none;
}
body.field-gear-terms .global-filter-container {
  display: none;
}

.learning-landing .featured-video .scroll-videos .swiper-slide::after, .training-video .featured-video .scroll-videos .swiper-slide::after {
  display: none;
}

.learning-main img {
  width: 100%;
}
.learning-main .intro-content {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
}
.learning-main .intro-content h2 {
  font-family: "Playfair Display", serif;
  margin: 1rem 0 1rem;
}
.learning-main .intro-content p {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.free-preview,
.video-category {
  position: relative;
  overflow: hidden;
}
.free-preview .video,
.video-category .video {
  overflow: hidden;
}
.free-preview .video li,
.video-category .video li {
  overflow: hidden;
  opacity: 1;
}
.free-preview .video .swiper .swiper-slide,
.video-category .video .swiper .swiper-slide {
  opacity: 1;
}
.free-preview .label,
.video-category .label {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 10;
  padding: 1rem 1.5rem;
  background: rgba(201, 64, 43, 0.6);
  border: 1px solid #f1533a;
}
.free-preview .label span,
.video-category .label span {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
}
.free-preview .content,
.video-category .content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  padding: 12% 5rem 3rem 2rem;
}
.free-preview .content h3,
.video-category .content h3 {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  line-height: 3rem;
}
.free-preview .content h3 a,
.video-category .content h3 a {
  color: rgba(255, 255, 255, 0.8);
}
.free-preview .content p,
.video-category .content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}
.free-preview span,
.video-category span {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.free-preview .wistia_click_to_play div,
.video-category .wistia_click_to_play div {
  position: relative;
}
.free-preview .wistia_click_to_play div:after,
.video-category .wistia_click_to_play div:after {
  content: "";
  position: absolute;
  top: 37%;
  left: 27%;
  width: 13%;
  height: 23%;
  background: url(../img/play.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}

.video-category img {
  width: 100%;
}

.learning-carousel .learning-title-container {
  padding: 1rem 2rem;
  background: #262626;
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
.learning-carousel .learning-title-container h2.title {
  margin: 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.learning-carousel .scroll-videos {
  padding-bottom: 1rem;
}
.learning-carousel .scroll-videos a.button {
  margin: 1rem auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 29%;
  display: block;
}
.learning-carousel .scroll-videos .swiper-slide .inner,
.learning-carousel .scroll-videos .swiper-slide-active .inner {
  padding-top: 3rem;
}
.learning-carousel .scroll-videos .swiper-slide .inner span.tax-label,
.learning-carousel .scroll-videos .swiper-slide-active .inner span.tax-label {
  color: #f1533a;
  border-color: #f1533a;
}
.learning-carousel .scroll-videos .swiper-slide .inner span.tax-label a,
.learning-carousel .scroll-videos .swiper-slide-active .inner span.tax-label a {
  color: #f1533a;
}
.learning-carousel .scroll-videos .swiper-slide .inner h3.title a,
.learning-carousel .scroll-videos .swiper-slide-active .inner h3.title a {
  color: #fff;
}
.learning-carousel .scroll-videos .swiper-slide .inner .play a,
.learning-carousel .scroll-videos .swiper-slide-active .inner .play a {
  position: relative;
  display: block;
}
.learning-carousel .scroll-videos .swiper-slide .inner .play a:after,
.learning-carousel .scroll-videos .swiper-slide-active .inner .play a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: url(../img/play.png) no-repeat center;
  background-size: 65px auto;
}

.learing-overflow {
  position: relative;
}
.learing-overflow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 50px;
  width: 100%;
  background: #f7f7f7 url(../img/drop-other-way.png) repeat-x;
}

section.subscribe-video {
  background: #f9f9f9;
  /* Training Landing Price Boxes */
  /*li:nth-child(2) .inner {
  	margin: 0 10px;;
  }*/
  /* no hover effects on touch screens */
  /*li.year:before {
  	content: "40% off";
  	bottom: -92px;
  	font-size: 17px;
  	font-family: 'Exo 2', sans-serif;
  	font-style: italic;
  }*/
}
section.subscribe-video h2.title {
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: block;
  padding: 1rem 1.5rem;
  margin: 0;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
section.subscribe-video ul {
  margin: 4rem 0 11rem 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
section.subscribe-video li {
  list-style: none;
  position: relative;
  top: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
section.subscribe-video li .inner {
  background: #fff;
  color: #959595;
  min-height: 290px;
  margin: 0 5px 15px;
  padding: 0;
  moz-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.13);
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.13);
  border-top: 4px solid #747e7f;
  transition: all 0.5s ease-in-out;
}
section.subscribe-video li[class*=column] + [class*=column]:last-child {
  float: left;
}
section.subscribe-video li:hover {
  top: -10px;
  transition: all 0.2s ease-in-out;
}
section.subscribe-video li:hover .inner {
  moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
section.subscribe-video .touch li:hover {
  top: 0;
  transition: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.subscribe-video li.year:after,
section.subscribe-video li.year:before {
  content: "";
  display: block;
  width: 150px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  color: #edf3f5;
}
section.subscribe-video li.year:after {
  content: "Best Value";
  height: 150px;
  bottom: -134px;
  padding-top: 25px;
  font-size: 28px;
  line-height: 0.9em;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background: url(../img/ribbon-green.svg) no-repeat;
  -webkit-background-size: 150px;
  background-size: 150px;
  z-index: -1;
}
section.subscribe-video li.year a.price-box:after {
  content: "";
  width: 150px;
  height: 20px;
  position: absolute;
  bottom: 19px;
  left: 50%;
  margin-left: -75px;
  background: #58be84;
}
section.subscribe-video li span {
  display: block;
  text-align: center;
}
section.subscribe-video li a.price-box {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
}
section.subscribe-video li a.price-box:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/play-button-red.svg) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
section.subscribe-video li .price {
  font-size: 48px;
  line-height: 1.2em;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  color: #770b3a;
  margin-top: 100px;
  margin-bottom: 0.5rem;
}
section.subscribe-video li .description {
  font-size: 1.2rem;
  line-height: 1.3em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 1rem;
}
section.subscribe-video li .button {
  width: 150px;
  margin: 0 auto;
  font-size: 0.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #fb9c00;
  background: none;
  border: 1px solid #fb9c00;
  padding: 0.25rem 0;
}

.page-topics section.featured-topic, .page-players section.featured-topic, .page-soccer-players section.featured-topic,
.page-soccer-topics section.featured-topic, .page-futbol-players section.featured-topic {
  overflow: hidden;
}
.page-topics section.featured-topic .topic-title, .page-players section.featured-topic .topic-title, .page-soccer-players section.featured-topic .topic-title,
.page-soccer-topics section.featured-topic .topic-title, .page-futbol-players section.featured-topic .topic-title {
  max-width: 62.5rem;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  bottom: 4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-topics section.featured-topic .topic-title span, .page-players section.featured-topic .topic-title span, .page-soccer-players section.featured-topic .topic-title span,
.page-soccer-topics section.featured-topic .topic-title span, .page-futbol-players section.featured-topic .topic-title span {
  display: block;
}
.page-topics section.featured-topic .topic-title span .item-list, .page-players section.featured-topic .topic-title span .item-list, .page-soccer-players section.featured-topic .topic-title span .item-list,
.page-soccer-topics section.featured-topic .topic-title span .item-list, .page-futbol-players section.featured-topic .topic-title span .item-list {
  display: block;
  height: 1rem;
}
.page-topics section.featured-topic .topic-title span ul, .page-players section.featured-topic .topic-title span ul, .page-soccer-players section.featured-topic .topic-title span ul,
.page-soccer-topics section.featured-topic .topic-title span ul, .page-futbol-players section.featured-topic .topic-title span ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-topics section.featured-topic .topic-title span ul li, .page-players section.featured-topic .topic-title span ul li, .page-soccer-players section.featured-topic .topic-title span ul li,
.page-soccer-topics section.featured-topic .topic-title span ul li, .page-futbol-players section.featured-topic .topic-title span ul li {
  display: none;
  margin: 0 0 0;
  font-family: "Playfair Display", serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: #fff;
}
.page-topics section.featured-topic .topic-title span ul li.first, .page-players section.featured-topic .topic-title span ul li.first, .page-soccer-players section.featured-topic .topic-title span ul li.first,
.page-soccer-topics section.featured-topic .topic-title span ul li.first, .page-futbol-players section.featured-topic .topic-title span ul li.first {
  display: block;
}
.page-topics section.featured-player .inner h2, .page-players section.featured-player .inner h2, .page-soccer-players section.featured-player .inner h2,
.page-soccer-topics section.featured-player .inner h2, .page-futbol-players section.featured-player .inner h2 {
  color: #fff;
}
.page-topics section.featured-player .inner h2 a, .page-players section.featured-player .inner h2 a, .page-soccer-players section.featured-player .inner h2 a,
.page-soccer-topics section.featured-player .inner h2 a, .page-futbol-players section.featured-player .inner h2 a {
  display: inline;
}
.page-topics section.topic,
.page-topics section.players-feed, .page-players section.topic,
.page-players section.players-feed, .page-soccer-players section.topic,
.page-soccer-players section.players-feed,
.page-soccer-topics section.topic,
.page-soccer-topics section.players-feed, .page-futbol-players section.topic,
.page-futbol-players section.players-feed {
  margin-top: 3rem;
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
}
.page-topics section.topic .view-filters,
.page-topics section.players-feed .view-filters, .page-players section.topic .view-filters,
.page-players section.players-feed .view-filters, .page-soccer-players section.topic .view-filters,
.page-soccer-players section.players-feed .view-filters,
.page-soccer-topics section.topic .view-filters,
.page-soccer-topics section.players-feed .view-filters, .page-futbol-players section.topic .view-filters,
.page-futbol-players section.players-feed .view-filters {
  display: none;
}
.page-topics section.topic .block,
.page-topics section.topic article,
.page-topics section.players-feed .block,
.page-topics section.players-feed article, .page-players section.topic .block,
.page-players section.topic article,
.page-players section.players-feed .block,
.page-players section.players-feed article, .page-soccer-players section.topic .block,
.page-soccer-players section.topic article,
.page-soccer-players section.players-feed .block,
.page-soccer-players section.players-feed article,
.page-soccer-topics section.topic .block,
.page-soccer-topics section.topic article,
.page-soccer-topics section.players-feed .block,
.page-soccer-topics section.players-feed article, .page-futbol-players section.topic .block,
.page-futbol-players section.topic article,
.page-futbol-players section.players-feed .block,
.page-futbol-players section.players-feed article {
  margin-top: 0;
  margin-bottom: 0;
}
.page-topics section.topic .block h2.block-title,
.page-topics section.topic article h2.block-title,
.page-topics section.players-feed .block h2.block-title,
.page-topics section.players-feed article h2.block-title, .page-players section.topic .block h2.block-title,
.page-players section.topic article h2.block-title,
.page-players section.players-feed .block h2.block-title,
.page-players section.players-feed article h2.block-title, .page-soccer-players section.topic .block h2.block-title,
.page-soccer-players section.topic article h2.block-title,
.page-soccer-players section.players-feed .block h2.block-title,
.page-soccer-players section.players-feed article h2.block-title,
.page-soccer-topics section.topic .block h2.block-title,
.page-soccer-topics section.topic article h2.block-title,
.page-soccer-topics section.players-feed .block h2.block-title,
.page-soccer-topics section.players-feed article h2.block-title, .page-futbol-players section.topic .block h2.block-title,
.page-futbol-players section.topic article h2.block-title,
.page-futbol-players section.players-feed .block h2.block-title,
.page-futbol-players section.players-feed article h2.block-title {
  color: #262626;
  background: #fff;
  margin: 0;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.page-topics section.topic .block .title-container,
.page-topics section.topic article .title-container,
.page-topics section.players-feed .block .title-container,
.page-topics section.players-feed article .title-container, .page-players section.topic .block .title-container,
.page-players section.topic article .title-container,
.page-players section.players-feed .block .title-container,
.page-players section.players-feed article .title-container, .page-soccer-players section.topic .block .title-container,
.page-soccer-players section.topic article .title-container,
.page-soccer-players section.players-feed .block .title-container,
.page-soccer-players section.players-feed article .title-container,
.page-soccer-topics section.topic .block .title-container,
.page-soccer-topics section.topic article .title-container,
.page-soccer-topics section.players-feed .block .title-container,
.page-soccer-topics section.players-feed article .title-container, .page-futbol-players section.topic .block .title-container,
.page-futbol-players section.topic article .title-container,
.page-futbol-players section.players-feed .block .title-container,
.page-futbol-players section.players-feed article .title-container {
  background: #fff;
  margin: 0;
  padding: 0.8rem 2rem;
  position: relative;
  z-index: 5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #ecf0f1;
}
.page-topics section.topic .block .title-container h2,
.page-topics section.topic article .title-container h2,
.page-topics section.players-feed .block .title-container h2,
.page-topics section.players-feed article .title-container h2, .page-players section.topic .block .title-container h2,
.page-players section.topic article .title-container h2,
.page-players section.players-feed .block .title-container h2,
.page-players section.players-feed article .title-container h2, .page-soccer-players section.topic .block .title-container h2,
.page-soccer-players section.topic article .title-container h2,
.page-soccer-players section.players-feed .block .title-container h2,
.page-soccer-players section.players-feed article .title-container h2,
.page-soccer-topics section.topic .block .title-container h2,
.page-soccer-topics section.topic article .title-container h2,
.page-soccer-topics section.players-feed .block .title-container h2,
.page-soccer-topics section.players-feed article .title-container h2, .page-futbol-players section.topic .block .title-container h2,
.page-futbol-players section.topic article .title-container h2,
.page-futbol-players section.players-feed .block .title-container h2,
.page-futbol-players section.players-feed article .title-container h2 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  margin: 0;
}
.page-topics section.topic .block .title-container h2 a,
.page-topics section.topic article .title-container h2 a,
.page-topics section.players-feed .block .title-container h2 a,
.page-topics section.players-feed article .title-container h2 a, .page-players section.topic .block .title-container h2 a,
.page-players section.topic article .title-container h2 a,
.page-players section.players-feed .block .title-container h2 a,
.page-players section.players-feed article .title-container h2 a, .page-soccer-players section.topic .block .title-container h2 a,
.page-soccer-players section.topic article .title-container h2 a,
.page-soccer-players section.players-feed .block .title-container h2 a,
.page-soccer-players section.players-feed article .title-container h2 a,
.page-soccer-topics section.topic .block .title-container h2 a,
.page-soccer-topics section.topic article .title-container h2 a,
.page-soccer-topics section.players-feed .block .title-container h2 a,
.page-soccer-topics section.players-feed article .title-container h2 a, .page-futbol-players section.topic .block .title-container h2 a,
.page-futbol-players section.topic article .title-container h2 a,
.page-futbol-players section.players-feed .block .title-container h2 a,
.page-futbol-players section.players-feed article .title-container h2 a {
  color: #262626;
}
.page-topics section.topic .block .inner,
.page-topics section.topic article .inner,
.page-topics section.players-feed .block .inner,
.page-topics section.players-feed article .inner, .page-players section.topic .block .inner,
.page-players section.topic article .inner,
.page-players section.players-feed .block .inner,
.page-players section.players-feed article .inner, .page-soccer-players section.topic .block .inner,
.page-soccer-players section.topic article .inner,
.page-soccer-players section.players-feed .block .inner,
.page-soccer-players section.players-feed article .inner,
.page-soccer-topics section.topic .block .inner,
.page-soccer-topics section.topic article .inner,
.page-soccer-topics section.players-feed .block .inner,
.page-soccer-topics section.players-feed article .inner, .page-futbol-players section.topic .block .inner,
.page-futbol-players section.topic article .inner,
.page-futbol-players section.players-feed .block .inner,
.page-futbol-players section.players-feed article .inner {
  padding: 0;
  overflow: hidden;
}
.page-topics section.topic .block .inner a,
.page-topics section.topic article .inner a,
.page-topics section.players-feed .block .inner a,
.page-topics section.players-feed article .inner a, .page-players section.topic .block .inner a,
.page-players section.topic article .inner a,
.page-players section.players-feed .block .inner a,
.page-players section.players-feed article .inner a, .page-soccer-players section.topic .block .inner a,
.page-soccer-players section.topic article .inner a,
.page-soccer-players section.players-feed .block .inner a,
.page-soccer-players section.players-feed article .inner a,
.page-soccer-topics section.topic .block .inner a,
.page-soccer-topics section.topic article .inner a,
.page-soccer-topics section.players-feed .block .inner a,
.page-soccer-topics section.players-feed article .inner a, .page-futbol-players section.topic .block .inner a,
.page-futbol-players section.topic article .inner a,
.page-futbol-players section.players-feed .block .inner a,
.page-futbol-players section.players-feed article .inner a {
  display: block;
}
.page-topics section.topic .block .views-field-field-feature-image a,
.page-topics section.topic article .views-field-field-feature-image a,
.page-topics section.players-feed .block .views-field-field-feature-image a,
.page-topics section.players-feed article .views-field-field-feature-image a, .page-players section.topic .block .views-field-field-feature-image a,
.page-players section.topic article .views-field-field-feature-image a,
.page-players section.players-feed .block .views-field-field-feature-image a,
.page-players section.players-feed article .views-field-field-feature-image a, .page-soccer-players section.topic .block .views-field-field-feature-image a,
.page-soccer-players section.topic article .views-field-field-feature-image a,
.page-soccer-players section.players-feed .block .views-field-field-feature-image a,
.page-soccer-players section.players-feed article .views-field-field-feature-image a,
.page-soccer-topics section.topic .block .views-field-field-feature-image a,
.page-soccer-topics section.topic article .views-field-field-feature-image a,
.page-soccer-topics section.players-feed .block .views-field-field-feature-image a,
.page-soccer-topics section.players-feed article .views-field-field-feature-image a, .page-futbol-players section.topic .block .views-field-field-feature-image a,
.page-futbol-players section.topic article .views-field-field-feature-image a,
.page-futbol-players section.players-feed .block .views-field-field-feature-image a,
.page-futbol-players section.players-feed article .views-field-field-feature-image a {
  display: block;
}
.page-topics section.topic .block .views-field-field-feature-image a img,
.page-topics section.topic article .views-field-field-feature-image a img,
.page-topics section.players-feed .block .views-field-field-feature-image a img,
.page-topics section.players-feed article .views-field-field-feature-image a img, .page-players section.topic .block .views-field-field-feature-image a img,
.page-players section.topic article .views-field-field-feature-image a img,
.page-players section.players-feed .block .views-field-field-feature-image a img,
.page-players section.players-feed article .views-field-field-feature-image a img, .page-soccer-players section.topic .block .views-field-field-feature-image a img,
.page-soccer-players section.topic article .views-field-field-feature-image a img,
.page-soccer-players section.players-feed .block .views-field-field-feature-image a img,
.page-soccer-players section.players-feed article .views-field-field-feature-image a img,
.page-soccer-topics section.topic .block .views-field-field-feature-image a img,
.page-soccer-topics section.topic article .views-field-field-feature-image a img,
.page-soccer-topics section.players-feed .block .views-field-field-feature-image a img,
.page-soccer-topics section.players-feed article .views-field-field-feature-image a img, .page-futbol-players section.topic .block .views-field-field-feature-image a img,
.page-futbol-players section.topic article .views-field-field-feature-image a img,
.page-futbol-players section.players-feed .block .views-field-field-feature-image a img,
.page-futbol-players section.players-feed article .views-field-field-feature-image a img {
  width: 100%;
}
.page-soccer-topics section.featured-topic .topic-title span {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
}
.page-soccer-topics section.featured-topic .topic-title span .item-list {
  display: inline-block;
  height: 1rem;
}

section.biab img {
  width: 100%;
  transition: all 1s ease-in-out;
}
section.biab:hover img {
  transform: translate3d(0px, 0%, 0px) scale3d(1.03, 1.03, 1);
}
section.biab .inner h2 {
  color: #fff;
}
section.biab .inner .sub-content-box p {
  font-size: 20px;
  line-height: 24px;
}
section.biab:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}

section.shirt-row {
  margin-bottom: 3rem;
}
section.shirt-row .title-container {
  margin-bottom: 2rem;
}
section.shirt-row .row {
  margin-bottom: 1rem;
}
section.shirt-row .row p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

body.section-outside-the18 section.featured-news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.section-outside-the18 section.featured-news div.inner {
  margin: auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  text-align: center;
}
body.section-outside-the18 section.featured-news div.inner h2 {
  line-height: 1;
}
@media (min-width: 801px) {
  body.section-outside-the18 section.featured-news div.inner h2 {
    font-size: 4rem;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
  }
  body.section-outside-the18 section.featured-news div.inner p {
    text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.8);
    display: inline;
  }
}
@media (min-width: 1200px) {
  body.section-outside-the18 section.featured-news div.inner h2 {
    font-size: 6rem;
  }
}

.section-soccer-players .article-body {
  margin-bottom: 37rem;
}
.section-soccer-players .article-body .subhead p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 26.8px;
  text-transform: uppercase;
}
.section-soccer-players .article-body .body.field p {
  padding: 0;
}
.section-soccer-players .article-body .field {
  display: block;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
.section-soccer-players .article-body .field .field-label {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  color: #0082ba;
  display: table;
  margin-bottom: 0.5rem;
}
.section-soccer-players .article-body .field p {
  margin: 0;
}
.section-soccer-players .article-body .field-name-field-player-facts ul {
  margin-left: 2.5rem;
}
.section-soccer-players .article-body .flippy {
  display: none;
}
.section-soccer-players .of-the-week .photos-of-the-week h2.title {
  position: absolute;
  top: 1rem;
  left: 2rem;
  z-index: 5;
  background: rgba(199, 218, 44, 0.6);
  border-left: 2px solid #c7da2c;
  color: #c7da2c;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 2px 2rem 2px 1rem;
  text-transform: uppercase;
}

.player-pow .swiper-photo li img {
  width: 100%;
}

.trending-page .counter {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 100;
  position: absolute;
  top: 28px;
  right: 0.75rem;
  letter-spacing: -1px;
  background: #f1533a;
  border: 2px solid #c9402b;
  border-top: none;
  width: 47px;
  height: 41px;
  text-align: center;
}
.trending-page .featured-news .counter {
  border: 2px solid #c9402b;
  top: 0;
  left: 0;
  right: inherit;
  position: absolute;
  height: 47px;
}
.trending-page .featured-news .inner h2 {
  padding-left: 4rem;
  position: relative;
}

.node-type-advpoll div.poll {
  padding: 2rem 0;
  width: 75%;
  margin: 0 auto;
  overflow: visible;
}
.node-type-advpoll div.poll .poll-message {
  font-size: 2rem;
  width: 50%;
  margin: 1rem auto 0;
  text-align: center;
}
.node-type-advpoll article.node-advpoll form {
  clear: both;
  padding: 2rem 0;
  width: 75%;
  margin: 0 auto;
}
.node-type-advpoll article.node-advpoll form .form-item {
  margin: 0 0 1rem;
}
.node-type-advpoll article.node-advpoll form .form-item input {
  margin: 0 0 0 0;
}
.node-type-advpoll article.node-advpoll form button.form-submit {
  width: 50%;
  display: block;
  color: #262626;
  border: 1px solid #262626;
  background: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.75rem 1rem;
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
}
.node-type-advpoll article.node-advpoll form button.form-submit:hover {
  background: #262626;
  color: #fff;
}
.node-type-advpoll article.node-advpoll form button.form-submit:active {
  background: #404040;
  color: #fff;
}

body.section-soccer-learning div.ReactModalPortal #brandheader {
  background: #fff !important;
}
body.section-soccer-learning div.ReactModalPortal header {
  background: transparent;
  position: relative;
}
body.section-soccer-learning div.ReactModalPortal .inplayer-paywall section.register {
  max-height: 390px;
}

body.node-type-training-video header:not(.l-header) {
  position: static;
  background: none;
}
body.node-type-training-video div.inplayer-avatar-toggle {
  margin: 0 !important;
}
body.node-type-training-video #brandheader {
  background: #fff !important;
}

div.page.training-video div.ReactModalPortal #brandheader {
  background: #fff !important;
}
div.page.training-video div.ReactModalPortal header {
  background: transparent !important;
  position: static !important;
}
div.page.training-video div.ReactModalPortal .inplayer-paywall section.register {
  max-height: 390px;
}
div.page.training-video div.inplayer-paywall div#brandheader {
  background: #fff !important;
}
div.page.training-video .inplayer-paywall header {
  position: static !important;
  background: none !important;
}
div.page.training-video .inplayer-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
div.page.training-video #inplayer-whitelogo {
  display: none;
}
div.page.training-video .inplayer-preview-box {
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  border: none;
  clear: both;
  padding: 0;
  background-size: 100% 4px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
div.page.training-video .inplayer-itemdetails {
  text-align: center;
  position: absolute;
  top: -11rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 180px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem 1rem;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
div.page.training-video .inplayer-itemdetails .inplayer-title {
  font-size: 1.9rem;
  line-height: 2.1rem;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 0.5rem;
}
div.page.training-video .inplayer-itemdetails p {
  margin: 0;
  font-size: 1.9rem;
  line-height: 2.1rem;
  color: #fff;
  font-family: "Playfair Display", serif;
  text-align: center;
}
div.page.training-video .inplayer-buybutton {
  position: absolute;
  top: 5rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 45px;
  z-index: 10;
  background: none;
  padding: 0;
}
div.page.training-video .inplayer-buybutton .inplayer-submit-button {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
div.page.training-video .inplayer-preview-footer {
  position: absolute;
  top: 0;
  bottom: -14rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 50px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  padding: 7px 0;
  line-height: 1rem;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: none;
}
div.page.training-video .inplayer-preview-footer span {
  font-size: 0.8rem;
}
div.page.training-video .inplayer-preview-footer a {
  color: #fff;
  line-height: 0.7rem;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  div.page.training-video .inplayer-itemdetails {
    width: 50%;
  }
  div.page.training-video .inplayer-buybutton {
    width: 50%;
  }
  div.page.training-video .inplayer-preview-footer {
    width: 50%;
  }
}
@media screen and (min-width: 501px) and (max-width: 900px) {
  div.page.training-video .article-body h1.title {
    margin-bottom: 1rem;
  }
  div.page.training-video .inplayer-itemdetails {
    width: 75%;
    padding: 0.5rem;
    height: 75px;
    top: -8rem;
  }
  div.page.training-video .inplayer-itemdetails h3.inplayer-title, div.page.training-video .inplayer-itemdetails p {
    font-size: 1rem;
    line-height: 1rem;
  }
  div.page.training-video .inplayer-buybutton {
    width: 75%;
    top: 2rem;
  }
  div.page.training-video .inplayer-buybutton .inplayer-submit-button {
    font-size: 1rem;
    line-height: 1rem;
  }
  div.page.training-video .inplayer-preview-footer {
    width: 75%;
    bottom: -10rem;
  }
  div.page.training-video #inplayer-paywallexplain {
    display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 535px) {
  div.page.training-video section.featured-video {
    padding-top: 94px;
  }
  div.page.training-video .article-body h1.title {
    margin-bottom: 1rem;
  }
  div.page.training-video .inplayer-itemdetails {
    width: 85%;
    padding: 0.5rem;
    height: 75px;
    top: -8rem;
  }
  div.page.training-video .inplayer-itemdetails h3.inplayer-title, div.page.training-video .inplayer-itemdetails p {
    font-size: 1rem;
    line-height: 1rem;
  }
  div.page.training-video .inplayer-buybutton {
    width: 85%;
    top: 2rem;
  }
  div.page.training-video .inplayer-buybutton .inplayer-submit-button {
    font-size: 1rem;
    line-height: 1rem;
  }
  div.page.training-video .inplayer-preview-footer {
    width: 85%;
    bottom: 0;
    top: auto;
  }
  div.page.training-video #inplayer-paywallexplain {
    display: none;
  }
}

#protected_content .inv_form header {
  background: #799900;
}
#protected_content .inv_form.inv_form_id_main .inv_lang {
  width: 16px !important;
}
#protected_content .inv_form input[type=text],
#protected_content .inv_form input[type=email],
#protected_content .inv_form input[type=password] {
  margin: 0 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.training-video .featured-video {
  position: relative;
}
.training-video .article-body {
  top: 0;
  margin-bottom: 0;
}
.training-video .article-body .article-copy .field.body p {
  padding: 0;
}
.training-video .learning-carousel {
  margin-bottom: 2rem;
}
.training-video .learning-carousel .learning-title-container h2.title {
  padding: 0;
}
.training-video .learning-carousel .scroll-videos a.button {
  width: 50%;
}
.training-video .learning-carousel .scroll-videos .swiper-slide .inner span.tax-label {
  font-size: 0.8rem;
}
.training-video .learning-carousel .scroll-videos .swiper-slide-active .inner span.tax-label {
  font-size: 1.1rem;
}

div.paged-article .author-top {
  display: none;
}
div.paged-article .article-body h1.title {
  display: none;
}
div.paged-article .article-body .article-copy .body.field p {
  padding: 0 1rem;
}
div.paged-article .slide-article-nav {
  width: 100%;
  margin: 1rem 0 2rem;
}
div.paged-article .slide-article-nav .button {
  display: block;
  width: 48%;
  float: left;
}
div.paged-article .slide-article-nav .button.prev-button {
  margin-right: 1%;
}
div.paged-article .slide-article-nav .button.next-button {
  margin-left: 1%;
}
div.paged-article.first-paged-article .author-top {
  display: block;
}
div.paged-article.first-paged-article .article-body h1.title {
  display: block;
}
div.paged-article.first-paged-article .article-body .article-copy .body.field p {
  padding: 0 7rem;
}
div.paged-article.first-paged-article .slide-article-nav .next-button {
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 0) and (max-width: 736px) {
  div.paged-article .author-top {
    display: none;
  }
  div.paged-article .article-body .subhead {
    background: none;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  div.paged-article .article-body .article-copy .field-name-body h2,
div.paged-article .article-body .article-copy .field.body h2 {
    padding: 1rem;
  }
  div.paged-article.first-paged-article .article-body .subhead {
    background: #7b7b7b;
    padding: 1rem;
  }
}
.page-soccer-news.field-news-terms-336 .featured-video, .page-soccer-news.field-news-terms-342 .featured-video, .page-soccer-news.field-news-terms-346 .featured-video, .page-soccer-news.field-news-terms-353 .featured-video, .page-soccer-news.field-news-terms-356 .featured-video, .page-soccer-news.field-news-terms-360 .featured-video, .page-soccer-news.field-news-terms-357 .featured-video, .page-soccer-news.field-news-terms-358 .featured-video, .page-soccer-news.field-news-terms-359 .featured-video, .page-soccer-news.field-news-terms-361 .featured-video, .page-soccer-news.field-news-terms-364 .featured-video, .page-soccer-news.field-news-terms-452 .featured-video, .page-soccer-news.field-news-terms-451 .featured-video, .page-soccer-news.field-news-terms-453 .featured-video {
  display: none;
}

.page-soccer-entertainment.field-entertainment-terms-367 .featured-video, .page-soccer-entertainment.field-entertainment-terms-368 .featured-video, .page-soccer-entertainment.field-entertainment-terms-369 .featured-video, .page-soccer-entertainment.field-entertainment-terms-370 .featured-video, .page-soccer-entertainment.field-entertainment-terms-371 .featured-video, .page-soccer-entertainment.field-entertainment-terms-372 .featured-video, .page-soccer-entertainment.field-entertainment-terms-373 .featured-video, .page-soccer-entertainment.field-entertainment-terms-374 .featured-video {
  display: none;
}

/*body[class*="field-photos-terms-"] {
	.featured-photos-week {
		//display: none;
	}
	.photo-landing {
		.photo-sections {
			display: none;
		}
	}
}*/
.section-soccer-photos.field-photos-terms-385 .photo-landing .photo-sections, .section-soccer-photos.field-photos-terms-386 .photo-landing .photo-sections, .section-soccer-photos.field-photos-terms-387 .photo-landing .photo-sections, .section-soccer-photos.field-photos-terms-388 .photo-landing .photo-sections {
  display: none;
}

.page-soccer-learning.field-learning-terms-396 .free-video .label {
  top: 8rem;
}
.page-soccer-learning.field-learning-terms-396 .learning-main, .page-soccer-learning.field-learning-terms-396 .subscribe-video, .page-soccer-learning.field-learning-terms-396 .learing-overflow {
  display: none;
}
.page-soccer-learning.field-learning-terms-396 .learning-carousel .scroll-videos a.button {
  display: none;
}

.page-search #edit-keys {
  border: medium none;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  height: 100%;
  margin: 1rem 0 1rem;
  padding: 0;
  text-transform: uppercase;
  padding: 0.25rem 1rem 0.25rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #262626;
}
.page-search .page-body h2 {
  font-family: "Ultra", serif;
  clear: both;
  color: #262626;
}
.page-search .page-body .search-result .title a {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.page-search .page-body .search-result p.search-snippet {
  margin: 5px;
}
.page-search .page-body .search-result p.search-info {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 100;
  left: 0;
  line-height: 13.27px;
}
.page-search .page-body #edit-advanced {
  clear: both;
  display: none;
}
.page-search .page-body #edit-submit,
.page-search .page-body #edit-submit--2 {
  background: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 100;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.75rem 1rem;
  margin: 0;
  transition: all 0.25s ease-in-out;
  color: #0082ba;
  border: 1px solid #0082ba;
  background: none;
  float: right;
}
.page-search .page-body #edit-submit:hover,
.page-search .page-body #edit-submit--2:hover {
  background: #0082ba;
  color: #fff;
}
.page-search .page-body #edit-submit:active,
.page-search .page-body #edit-submit--2:active {
  background: #2398d4;
  color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .page-search .page-body {
    margin-top: 1rem;
  }
  .page-search .page-body h2 {
    margin-bottom: 2rem;
  }
  .page-search .search-results {
    margin: 0;
  }
  .page-search .search-results .search-result {
    margin-bottom: 2.5rem;
  }
  .page-search .search-results .search-result .search-snippet-info {
    padding-left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 736px) {
  .page-search .page-body {
    margin-top: 1rem;
  }
  .page-search .page-body h2 {
    margin-bottom: 2rem;
  }
  .page-search .page-body #edit-submit {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .page-search .search-results {
    margin: 0;
  }
  .page-search .search-results .search-result {
    margin-bottom: 2.5rem;
  }
  .page-search .search-results .search-result .search-snippet-info {
    padding-left: 0;
  }
}
body.node-type-interactive-multimedia-article {
  margin: 0;
  padding: 0;
  background: #eee;
}
body.node-type-interactive-multimedia-article div#cc-wrapper {
  display: block;
  position: absolute;
  width: 100%;
}
body.node-type-interactive-multimedia-article .article-body {
  top: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
body.node-type-interactive-multimedia-article .article-body .title {
  border-bottom: none;
  padding: 0;
}
body.node-type-interactive-multimedia-article .article-body .container {
  width: 100%;
  margin: 0;
  position: relative;
}
body.node-type-interactive-multimedia-article .article-body .container ul.button-group {
  display: block;
  position: fixed;
  top: 40px;
  left: 5px;
}
body.node-type-interactive-multimedia-article .article-body .container video {
  object-fit: cover;
  display: block !important;
  margin-left: auto;
  height: 100vh;
  margin-right: auto;
  width: 100%;
}
body.node-type-interactive-multimedia-article .article-body .container audio {
  width: 100%;
  margin-top: 1rem;
}
body.node-type-interactive-multimedia-article .article-body .container .arrow-container {
  width: 50px;
  position: absolute;
  bottom: 0px;
  right: 60px;
  text-align: center;
  z-index: 9;
}
body.node-type-interactive-multimedia-article .article-body .container .arrow-container .arrow {
  opacity: 0.7;
}
body.node-type-interactive-multimedia-article .article-body .container .arrow-container .arrow svg {
  fill: #fff;
  height: 100px;
  width: 50px;
}
body.node-type-interactive-multimedia-article .article-body .container .intro-content {
  margin: 0 auto;
  max-width: 650px;
}
body.node-type-interactive-multimedia-article .article-body .container .intro-content .content-container {
  text-align: center;
}
body.node-type-interactive-multimedia-article .article-body .container .intro-content .content-container h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 3.8rem;
  margin: 0;
  display: inline;
  position: relative;
  z-index: 1;
}
body.node-type-interactive-multimedia-article .article-body .container .intro-content .content-container h1 span {
  position: relative;
  display: inline-block;
}
body.node-type-interactive-multimedia-article .article-body .container .intro-content .content-container h1 span:nth-child(1):before {
  content: "";
  background: #f7c300;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 88%;
  height: 45%;
  z-index: -1;
}
body.node-type-interactive-multimedia-article .article-body .container .intro-content .content-container h1 span:nth-child(1):after {
  content: "";
  background: #f7c300;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  height: 45%;
  z-index: -1;
}
body.node-type-interactive-multimedia-article .article-body .container .intro-content .content-container h1 span:nth-child(2):before {
  content: "";
  background: #f7c300;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 79%;
  z-index: -1;
}
body.node-type-interactive-multimedia-article .article-body .container .intro-content .content-container h3, body.node-type-interactive-multimedia-article .article-body .container .intro-content .content-container .field-name-field-sub-head {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  line-height: 2.5rem;
  position: relative;
  z-index: 9;
  opacity: 0.75;
  background-color: white;
  padding: 5px;
}
body.node-type-interactive-multimedia-article .article-body .container .intro-content .content-container hr {
  border-width: 1px;
  border-style: inset;
  position: relative;
  z-index: 9;
}
body.node-type-interactive-multimedia-article .article-body .container .inner {
  border: 1px solid #000;
  min-height: 100%;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
body.node-type-interactive-multimedia-article .article-body .container .inner.show {
  opacity: 1;
}
body.node-type-interactive-multimedia-article .article-body .container .inner.intro {
  opacity: 1;
}
body.node-type-interactive-multimedia-article .article-body .container .waypoint {
  height: 100vh;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}
body.node-type-interactive-multimedia-article .article-body .container .waypoint .video-buttons {
  position: fixed;
  width: 190px;
  padding: 10px;
  text-align: center;
  bottom: 0;
  right: 0;
  background: red;
}
body.node-type-interactive-multimedia-article .article-body .container .waypoint .content {
  position: absolute;
  padding: 20px 25px;
  z-index: 9;
  width: 40%;
  font-size: 1rem;
  font-family: Open Sans;
}
body.node-type-interactive-multimedia-article .article-body .container .waypoint .content video {
  height: auto !important;
}
body.node-type-interactive-multimedia-article .article-body .container .waypoint .content p {
  padding: 0.5rem 0;
  display: block;
  height: auto;
  margin: 0;
}
body.node-type-interactive-multimedia-article .article-body .container .waypoint .content.left {
  left: 10%;
}
body.node-type-interactive-multimedia-article .article-body .container .waypoint .content.right {
  right: 10%;
}
body.node-type-interactive-multimedia-article .article-body .container .waypoint .content.center {
  width: 90%;
  margin: 0 5%;
}
@media screen and (min-width: 0) and (max-width: 736px) {
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container h1.title {
    font-size: 3rem;
    line-height: 3.4rem;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
  }
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container h1.title span {
    width: 100%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container h1.title span:before {
    width: 92%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container h1.title span:after {
    width: 92%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container hr {
    margin: 1rem;
  }
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container h3, body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container .field-name-field-sub-head {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin: 1rem;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container .inner {
    background-size: cover !important;
    background-attachment: scroll !important;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint {
    margin-bottom: 17rem;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content {
    width: 90%;
    padding: 0.5rem 0.75rem;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content p {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content video, body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content audio {
    width: 100%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content.right {
    right: 5%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content.left {
    left: 5%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container .arrow-container {
    height: 110px;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container .arrow-container .arrow {
    display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 320px) {
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container h1.title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
  }
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container h1.title span {
    width: 100%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container h1.title span:before {
    width: 92%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container h1.title span:after {
    width: 92%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container hr {
    margin: 0.75rem 1rem;
  }
  body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container h3, body.node-type-interactive-multimedia-article .news-article-base .article-body .intro-content .content-container .field-name-field-sub-head {
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin: 0.75rem 1rem;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container .inner {
    background-size: cover !important;
    background-attachment: scroll !important;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint {
    margin-bottom: 17rem;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content {
    width: 90%;
    padding: 0.5rem 0.75rem;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content p {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content video {
    width: 100%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content audio {
    height: 30px;
    width: 100%;
    margin-top: 0.5rem;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content.right {
    right: 5%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container div.waypoint .content.left {
    left: 5%;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container .arrow-container {
    height: 110px;
  }
  body.node-type-interactive-multimedia-article .news-article-base .container .arrow-container .arrow {
    display: none;
  }
}

body.page-node-57546 .top-adv-container {
  display: none !important;
}

body.node-type-webform #cc-wrapper {
  position: fixed;
  width: 100%;
}

body.page-node-58001 .alert-box,
body.page-node-61716 .alert-box,
body.page-node-64401 .alert-box {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding: 4rem 2rem;
}
body.page-node-58001 .alert-box p,
body.page-node-61716 .alert-box p,
body.page-node-64401 .alert-box p {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
body.page-node-58001 .alert-box a.close,
body.page-node-61716 .alert-box a.close,
body.page-node-64401 .alert-box a.close {
  color: #fff;
  opacity: 1;
  top: 1.5rem;
  font-size: 2rem;
}
body.page-node-58001 #cc-wrapper,
body.page-node-61716 #cc-wrapper,
body.page-node-64401 #cc-wrapper {
  position: fixed;
  width: 100%;
}
body.page-node-58001 .featured-image,
body.page-node-61716 .featured-image,
body.page-node-64401 .featured-image {
  height: 17rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.page-node-58001 .featured-image,
body.page-node-61716 .featured-image,
body.page-node-64401 .featured-image {
    height: auto;
  }
}
body.page-node-58001 form.webform-client-form,
body.page-node-61716 form.webform-client-form,
body.page-node-64401 form.webform-client-form {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  body.page-node-58001 form.webform-client-form,
body.page-node-61716 form.webform-client-form,
body.page-node-64401 form.webform-client-form {
    padding: 0 1rem 0;
    width: 80%;
    margin: 0 auto;
  }
}
body.page-node-58001 form.webform-client-form input.email,
body.page-node-61716 form.webform-client-form input.email,
body.page-node-64401 form.webform-client-form input.email {
  text-align: center;
  background: #e7e7e7;
  height: 3rem;
  margin-top: 0;
}
body.page-node-58001 form.webform-client-form ::placeholder,
body.page-node-61716 form.webform-client-form ::placeholder,
body.page-node-64401 form.webform-client-form ::placeholder {
  color: #333;
  font-style: italic;
  font-size: 1rem;
}
body.page-node-58001 form.webform-client-form button.webform-submit,
body.page-node-61716 form.webform-client-form button.webform-submit,
body.page-node-64401 form.webform-client-form button.webform-submit {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  background: #009ae0;
  color: #fff;
  border: none;
}
body.page-node-58001 .content-page .content,
body.page-node-61716 .content-page .content,
body.page-node-64401 .content-page .content {
  padding: 0;
}
@media (min-width: 768px) {
  body.page-node-58001 .content-page .content,
body.page-node-61716 .content-page .content,
body.page-node-64401 .content-page .content {
    padding: 0 1rem;
  }
}
body.page-node-58001 .content-page .content h1.title,
body.page-node-61716 .content-page .content h1.title,
body.page-node-64401 .content-page .content h1.title {
  padding-right: 0;
  font-size: 1.8rem;
  line-height: 2rem;
  padding-bottom: 1rem;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  body.page-node-58001 .content-page .content h1.title,
body.page-node-61716 .content-page .content h1.title,
body.page-node-64401 .content-page .content h1.title {
    padding-right: 4rem;
    padding-bottom: 2rem;
    margin: 0 0 2rem;
    font-size: 41px;
    line-height: 45px;
  }
}
body.page-node-58001 .content-page article.node-webform .body,
body.page-node-58001 .content-page div.before-content .body,
body.page-node-58001 .content-page div.after-content .body,
body.page-node-61716 .content-page article.node-webform .body,
body.page-node-61716 .content-page div.before-content .body,
body.page-node-61716 .content-page div.after-content .body,
body.page-node-64401 .content-page article.node-webform .body,
body.page-node-64401 .content-page div.before-content .body,
body.page-node-64401 .content-page div.after-content .body {
  padding: 0;
  width: 100%;
}
body.page-node-58001 .content-page article.node-webform .body p,
body.page-node-58001 .content-page div.before-content .body p,
body.page-node-58001 .content-page div.after-content .body p,
body.page-node-61716 .content-page article.node-webform .body p,
body.page-node-61716 .content-page div.before-content .body p,
body.page-node-61716 .content-page div.after-content .body p,
body.page-node-64401 .content-page article.node-webform .body p,
body.page-node-64401 .content-page div.before-content .body p,
body.page-node-64401 .content-page div.after-content .body p {
  font-size: 0.9rem;
  margin: 0;
  text-align: center;
}
body.page-node-58001 .content-page article.node-webform .body p strong,
body.page-node-58001 .content-page div.before-content .body p strong,
body.page-node-58001 .content-page div.after-content .body p strong,
body.page-node-61716 .content-page article.node-webform .body p strong,
body.page-node-61716 .content-page div.before-content .body p strong,
body.page-node-61716 .content-page div.after-content .body p strong,
body.page-node-64401 .content-page article.node-webform .body p strong,
body.page-node-64401 .content-page div.before-content .body p strong,
body.page-node-64401 .content-page div.after-content .body p strong {
  font-size: 1rem;
  display: block;
}
@media (min-width: 768px) {
  body.page-node-58001 .content-page article.node-webform .body,
body.page-node-58001 .content-page div.before-content .body,
body.page-node-58001 .content-page div.after-content .body,
body.page-node-61716 .content-page article.node-webform .body,
body.page-node-61716 .content-page div.before-content .body,
body.page-node-61716 .content-page div.after-content .body,
body.page-node-64401 .content-page article.node-webform .body,
body.page-node-64401 .content-page div.before-content .body,
body.page-node-64401 .content-page div.after-content .body {
    width: 80%;
    margin: 0 auto;
    padding: 1rem 1rem 0;
  }
  body.page-node-58001 .content-page article.node-webform .body p,
body.page-node-58001 .content-page div.before-content .body p,
body.page-node-58001 .content-page div.after-content .body p,
body.page-node-61716 .content-page article.node-webform .body p,
body.page-node-61716 .content-page div.before-content .body p,
body.page-node-61716 .content-page div.after-content .body p,
body.page-node-64401 .content-page article.node-webform .body p,
body.page-node-64401 .content-page div.before-content .body p,
body.page-node-64401 .content-page div.after-content .body p {
    font-size: 1rem;
  }
  body.page-node-58001 .content-page article.node-webform .body p strong,
body.page-node-58001 .content-page div.before-content .body p strong,
body.page-node-58001 .content-page div.after-content .body p strong,
body.page-node-61716 .content-page article.node-webform .body p strong,
body.page-node-61716 .content-page div.before-content .body p strong,
body.page-node-61716 .content-page div.after-content .body p strong,
body.page-node-64401 .content-page article.node-webform .body p strong,
body.page-node-64401 .content-page div.before-content .body p strong,
body.page-node-64401 .content-page div.after-content .body p strong {
    font-size: 1.1rem;
  }
}
body.page-node-58001 .content-page .disclaimer,
body.page-node-61716 .content-page .disclaimer,
body.page-node-64401 .content-page .disclaimer {
  margin-top: 0.2 5rem;
  margin-bottom: 1rem;
  text-align: center;
}
body.page-node-58001 .content-page .disclaimer p,
body.page-node-61716 .content-page .disclaimer p,
body.page-node-64401 .content-page .disclaimer p {
  margin: 0;
}
body.page-node-58001 .content-page .disclaimer small,
body.page-node-61716 .content-page .disclaimer small,
body.page-node-64401 .content-page .disclaimer small {
  display: inline-block;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #999;
  padding: 0 3px;
}
@media (min-width: 768px) {
  body.page-node-58001 .content-page .disclaimer,
body.page-node-61716 .content-page .disclaimer,
body.page-node-64401 .content-page .disclaimer {
    width: 80%;
    margin: 0 auto 1rem;
  }
}
body.page-node-58001 .content-page .field-name-field-second-body,
body.page-node-58001 .content-page div.body-copy,
body.page-node-58001 .content-page div.after-content,
body.page-node-61716 .content-page .field-name-field-second-body,
body.page-node-61716 .content-page div.body-copy,
body.page-node-61716 .content-page div.after-content,
body.page-node-64401 .content-page .field-name-field-second-body,
body.page-node-64401 .content-page div.body-copy,
body.page-node-64401 .content-page div.after-content {
  padding: 0;
}
body.page-node-58001 .content-page .field-name-field-second-body p,
body.page-node-58001 .content-page div.body-copy p,
body.page-node-58001 .content-page div.after-content p,
body.page-node-61716 .content-page .field-name-field-second-body p,
body.page-node-61716 .content-page div.body-copy p,
body.page-node-61716 .content-page div.after-content p,
body.page-node-64401 .content-page .field-name-field-second-body p,
body.page-node-64401 .content-page div.body-copy p,
body.page-node-64401 .content-page div.after-content p {
  text-align: center;
}
body.page-node-58001 .content-page .field-name-field-second-body p strong,
body.page-node-58001 .content-page div.body-copy p strong,
body.page-node-58001 .content-page div.after-content p strong,
body.page-node-61716 .content-page .field-name-field-second-body p strong,
body.page-node-61716 .content-page div.body-copy p strong,
body.page-node-61716 .content-page div.after-content p strong,
body.page-node-64401 .content-page .field-name-field-second-body p strong,
body.page-node-64401 .content-page div.body-copy p strong,
body.page-node-64401 .content-page div.after-content p strong {
  font-size: 1rem;
}
@media (min-width: 768px) {
  body.page-node-58001 .content-page .field-name-field-second-body,
body.page-node-58001 .content-page div.body-copy,
body.page-node-58001 .content-page div.after-content,
body.page-node-61716 .content-page .field-name-field-second-body,
body.page-node-61716 .content-page div.body-copy,
body.page-node-61716 .content-page div.after-content,
body.page-node-64401 .content-page .field-name-field-second-body,
body.page-node-64401 .content-page div.body-copy,
body.page-node-64401 .content-page div.after-content {
    padding: 0 1rem 1rem;
  }
  body.page-node-58001 .content-page .field-name-field-second-body p,
body.page-node-58001 .content-page div.body-copy p,
body.page-node-58001 .content-page div.after-content p,
body.page-node-61716 .content-page .field-name-field-second-body p,
body.page-node-61716 .content-page div.body-copy p,
body.page-node-61716 .content-page div.after-content p,
body.page-node-64401 .content-page .field-name-field-second-body p,
body.page-node-64401 .content-page div.body-copy p,
body.page-node-64401 .content-page div.after-content p {
    font-size: 1rem;
  }
  body.page-node-58001 .content-page .field-name-field-second-body p strong,
body.page-node-58001 .content-page div.body-copy p strong,
body.page-node-58001 .content-page div.after-content p strong,
body.page-node-61716 .content-page .field-name-field-second-body p strong,
body.page-node-61716 .content-page div.body-copy p strong,
body.page-node-61716 .content-page div.after-content p strong,
body.page-node-64401 .content-page .field-name-field-second-body p strong,
body.page-node-64401 .content-page div.body-copy p strong,
body.page-node-64401 .content-page div.after-content p strong {
    font-size: 1.1rem;
  }
}
body.page-node-58001 .content-page .gif-container,
body.page-node-61716 .content-page .gif-container,
body.page-node-64401 .content-page .gif-container {
  margin: 0 auto;
  width: 100%;
}
body.page-node-58001 .content-page .gif-container img,
body.page-node-61716 .content-page .gif-container img,
body.page-node-64401 .content-page .gif-container img {
  width: 100%;
}
@media (min-width: 768px) {
  body.page-node-58001 .content-page .gif-container,
body.page-node-61716 .content-page .gif-container,
body.page-node-64401 .content-page .gif-container {
    width: 80%;
  }
}

body.page-node-61716 form.webform-client-form {
  padding: 0 15px;
}
body.page-node-61716 .block.block-webform-client-block-64401 {
  margin: 0 auto 25px;
}
body.page-node-61716 .block.block-webform-client-block-64401 h2.block-title {
  text-align: center;
  font-size: 25px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  body.page-node-61716 .block.block-webform-client-block-64401 h2.block-title {
    padding: 0 120px;
  }
}
body.page-node-61716 section.block.block-block-526 p {
  padding: 15px !important;
  margin: 0 auto !important;
}
@media (min-width: 768px) {
  body.page-node-61716 section.block.block-block-526 p {
    padding: 15px !important;
    width: 80%;
    margin: 0 auto;
    padding: 1rem 1rem 0;
  }
}

body.section-soccer-gear article.node-gear {
  overflow: hidden;
}
body.section-soccer-gear article.node-gear .field-label {
  display: none;
}
body.section-soccer-gear article.node-gear .field {
  padding: 0 1rem;
}
body.section-soccer-gear article.node-gear .field.field-name-field-image-credit {
  font-size: 2rem;
}
body.section-soccer-gear article.node-gear .field.field-name-field-sub-head {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
body.section-soccer-gear article.node-gear .field.field-name-field-gear-store-link {
  padding: 2rem 1rem;
}
body.section-soccer-gear article.node-gear img {
  width: 100%;
}

div.page.legacy-page .caption {
  padding: 0 7rem;
}
@media screen and (min-width: 0) and (max-width: 736px) {
  div.page.legacy-page .caption {
    padding: 0;
  }
}
div.page.legacy-page .caption .caption-inner {
  overflow: hidden;
}
div.page.community-post .no-featured-image {
  margin-top: 7rem;
}
@media screen and (min-width: 0) and (max-width: 736px) {
  div.page.community-post .no-featured-image {
    margin-top: 5rem;
  }
}
div.page.community-post .article-copy {
  padding: 0 1rem;
}
div.page.community-post .end-container {
  margin-bottom: 1rem;
}
div.page.community-post .end-container .fblike {
  margin: 1rem auto 0;
}

.language-switcher {
  position: absolute;
  top: 125px;
  left: 0;
  z-index: 9;
  padding: 15px 15px 0px 5px;
  background-color: rgba(255, 255, 255, 0.7);
}

div.flex-scores {
  margin: auto;
  width: 100%;
  background: #fff;
  border-left: 0.75rem solid #eee;
  border-right: 0.75rem solid #eee;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  div.flex-scores {
    overflow: auto;
  }
}
@media (min-width: 768px) {
  div.flex-scores div.view-header {
    width: auto;
  }
}
div.flex-scores div.view-header .updated {
  display: none;
}
@media (min-width: 768px) {
  div.flex-scores div.view-content {
    width: auto;
  }
}
div.flex-scores div.pagination-centered {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
}
div.flex-scores div.pagination-centered ul {
  margin: 0;
}
div.flex-scores div.s-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #ccc;
  flex-shrink: 0;
}
div.flex-scores div.s-row.title-row {
  background: #eee;
  font-weight: 700;
  padding: 0.4rem 0;
}
div.flex-scores div.s-row.title-row div.s-col {
  font-size: 0.7rem;
  line-height: 1;
  margin-bottom: 0;
  min-height: auto;
}
div.flex-scores div.s-row.title-row div.s-col h2, div.flex-scores div.s-row.title-row div.s-col p {
  font-family: "Roboto", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
}
@media (min-width: 375px) {
  div.flex-scores div.s-row.title-row div.s-col h2, div.flex-scores div.s-row.title-row div.s-col p {
    font-size: 0.7rem;
  }
}
div.flex-scores div.s-row div.s-col {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
}
div.flex-scores div.s-row div.s-col h2, div.flex-scores div.s-row div.s-col p {
  font-size: 0.7rem;
  line-height: 1;
  margin: 0;
}
@media (min-width: 414px) {
  div.flex-scores div.s-row div.s-col h2, div.flex-scores div.s-row div.s-col p {
    font-size: 0.8rem;
  }
}
div.flex-scores div.s-row div.s-col.field_feeds_penalties_scored, div.flex-scores div.s-row div.s-col.field_feeds_goals_per_90, div.flex-scores div.s-row div.s-col.field_feeds_mins_per_goal, div.flex-scores div.s-row div.s-col.field_feeds_total_shots, div.flex-scores div.s-row div.s-col.field_feeds_shots_on_target_perc, div.flex-scores div.s-row div.s-col.field_feeds_goal_conversion_rate {
  display: none;
}
@media (min-width: 768px) {
  div.flex-scores div.s-row div.s-col.field_feeds_penalties_scored, div.flex-scores div.s-row div.s-col.field_feeds_goals_per_90, div.flex-scores div.s-row div.s-col.field_feeds_mins_per_goal, div.flex-scores div.s-row div.s-col.field_feeds_total_shots, div.flex-scores div.s-row div.s-col.field_feeds_shots_on_target_perc, div.flex-scores div.s-row div.s-col.field_feeds_goal_conversion_rate {
    display: flex;
  }
}
div.flex-scores div.s-row div.s-col.field_feeds_name h2, div.flex-scores div.s-row div.s-col.field_feeds_name p, div.flex-scores div.s-row div.s-col.field_feeds_rank h2, div.flex-scores div.s-row div.s-col.field_feeds_rank p {
  font-weight: 700;
}
div.flex-scores div.s-row div.s-col.field_feeds_rank {
  max-width: 1.75rem;
  margin: 0 0.25rem;
}
div.flex-scores div.s-row div.s-col.field_feeds_goal_conversion_rate {
  min-width: 6rem;
}
div.flex-scores div.s-row div.s-col.field_feeds_name {
  text-align: left;
  padding-left: 0.5rem;
  align-items: flex-start;
  min-width: 10rem;
  font-weight: 700;
}
@media (min-width: 414px) {
  div.flex-scores div.s-row div.s-col.field_feeds_name {
    min-width: 12rem;
  }
}
div.flex-scores div.s-row div.s-col.field_feeds_club_logo img {
  max-width: 2rem;
  margin: 0.25rem 0;
}

section.scores-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 50rem;
}

section.stat-container {
  margin: 1.5rem 0 0;
}

main.stats-scorers-main {
  background: none;
  padding: 0;
  top: 0;
  margin-bottom: 1rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
main.stats-scorers-main ul.button-group {
  position: absolute;
  width: 100%;
  top: 8rem;
}
main.stats-scorers-main h1.title {
  background: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  padding: 0 !important;
  border: 0;
  margin: 0;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 768px) {
  main.stats-scorers-main h1.title {
    font-size: 3rem !important;
  }
}
@media (min-width: 1024px) {
  main.stats-scorers-main h1.title {
    font-size: 3.25rem !important;
  }
}
main.stats-scorers-main div.subhead {
  padding-bottom: 0;
  background: none !important;
  padding: 0 !important;
}
main.stats-scorers-main div.subhead div.field-name-field-sub-head {
  width: 100%;
  color: #262626;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  main.stats-scorers-main div.subhead div.field-name-field-sub-head {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  main.stats-scorers-main div.subhead div.field-name-field-sub-head {
    font-size: 1rem;
    line-height: 0.85;
  }
}
main.stats-scorers-main div.flex-scores {
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  border-bottom: 0.75rem solid #eee;
}
main.stats-scorers-main div.score-page-content {
  padding: 2rem 0.5rem;
  background: #fff;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  main.stats-scorers-main div.score-page-content {
    padding: 2rem;
  }
}
main.stats-scorers-main div.score-page-content div.author-reads.author-top {
  width: 100%;
  min-height: 96px;
  margin: 1rem 0 1rem;
}
main.stats-scorers-main div.score-page-content div.author-reads.author-top .field-name-field-author {
  margin: 0 0 20px 7rem;
}
main.stats-scorers-main div.score-page-content div.author-reads.author-top.author-mobile {
  min-height: auto;
}
main.stats-scorers-main div.score-page-content div.author-reads.author-top.author-mobile div.field-name-field-author {
  margin: 0 0 1rem;
}

div.scores-top {
  display: flex;
  padding: 6rem 1rem 2rem;
}
div.scores-top div.inner-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
div.scores-top div.league-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 35%;
  padding: 0 0 0 1rem;
  margin: 0;
}
div.scores-top div.league-logo img {
  width: 100%;
}
@media (min-width: 768px) {
  div.scores-top {
    padding: 15rem 1rem 1rem;
  }
}
@media (min-width: 1024px) {
  div.scores-top {
    padding: 15vh 1rem 0;
  }
  div.scores-top div.league-logo {
    width: 25%;
    padding: 0;
  }
}
@media (min-width: 1100px) {
  div.scores-top {
    padding: 15vh 0 0;
  }
}

.view-content .sortable-table {
  width: 100%;
  /* hide columns in mobile view */
}
.view-content .sortable-table thead tr th, .view-content .sortable-table tbody tr td {
  text-align: center;
}
.view-content .sortable-table thead tr th a, .view-content .sortable-table tbody tr td a {
  color: #262626;
}
.view-content .sortable-table tbody tr .views-field-title, .view-content .sortable-table tbody tr .views-field-field-rank {
  font-weight: bold;
}
.view-content .sortable-table tbody tr td img {
  width: 50px;
  display: inline-block;
}
.view-content .sortable-table tbody tr {
  border-bottom: solid #ccc 1px;
}
@media screen and (max-width: 768px) {
  .view-content .sortable-table thead tr .views-field-field-minutes-played, .view-content .sortable-table thead tr .views-field-field-goals-per-90, .view-content .sortable-table thead tr .views-field-field-matches-played, .view-content .sortable-table thead tr .views-field-field-assists-per-90, .view-content .sortable-table thead tr .views-field-field-wins, .view-content .sortable-table thead tr .views-field-field-draws, .view-content .sortable-table thead tr .views-field-field-losses, .view-content .sortable-table thead tr .views-field-field-goals-for, .view-content .sortable-table thead tr .views-field-field-goals-against, .view-content .sortable-table thead tr .views-field-field-difference, .view-content .sortable-table tbody tr .views-field-field-minutes-played, .view-content .sortable-table tbody tr .views-field-field-goals-per-90, .view-content .sortable-table tbody tr .views-field-field-matches-played, .view-content .sortable-table tbody tr .views-field-field-assists-per-90, .view-content .sortable-table tbody tr .views-field-field-wins, .view-content .sortable-table tbody tr .views-field-field-draws, .view-content .sortable-table tbody tr .views-field-field-losses, .view-content .sortable-table tbody tr .views-field-field-goals-for, .view-content .sortable-table tbody tr .views-field-field-goals-against, .view-content .sortable-table tbody tr .views-field-field-difference {
    display: none;
  }
}

.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container {
  background-color: #F7F7F7;
}
.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container hr {
  height: 0;
  padding: 0;
  margin: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
  background-color: #F7F7F7;
  color: rgba(32, 30, 30, 0.897);
}
.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_home_team_container, .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_away_team_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_home_team_container .team_name, .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_away_team_container .team_name {
  text-align: center;
  color: inherit;
  font-weight: bold;
  max-width: 100px;
}
.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_home_team_container .home_team_logo img, .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_home_team_container .away_team_logo img, .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_away_team_container .home_team_logo img, .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_away_team_container .away_team_logo img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 498px) {
  .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_home_team_container .home_team_logo img, .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_home_team_container .away_team_logo img, .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_away_team_container .home_team_logo img, .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_away_team_container .away_team_logo img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 498px) {
  .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_home_team_container img, .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_away_team_container img {
    width: 60px;
    height: 60px;
  }
}
.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_middle_part_container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_middle_part_container .info_label {
  font-size: small;
  color: grey;
  margin-bottom: 0;
}
.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_middle_part_container .VS_header {
  color: inherit;
}
.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_middle_part_container .info_link {
  text-decoration: underline;
  color: inherit;
}
.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_middle_part_container .info_link:hover {
  color: rgb(178, 82, 197);
  cursor: pointer;
}
.fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_middle_part_container .info_text {
  color: inherit;
  margin-bottom: 10px;
}
@media screen and (max-width: 498px) {
  .fixture-block .view-content .views-row .views-field .field-content .fixture_outer_container .fixture_inner_container .fixture_middle_part_container p {
    display: none;
  }
}

.fixture-stats-dispatch-header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #eee;
  border-radius: 20px;
  margin: 0px 5px 0px 5px;
}
.fixture-stats-dispatch-header a {
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}

.fixture_details_outer_container .fixture_details_inner_container {
  padding: 20px;
  background-color: #F7F7F7;
  color: rgba(32, 30, 30, 0.897);
}
.fixture_details_outer_container .fixture_details_inner_container .top_container {
  display: flex;
  justify-content: center;
}
.fixture_details_outer_container .fixture_details_inner_container .top_container .home_team_div img, .fixture_details_outer_container .fixture_details_inner_container .top_container .away_team_div img {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .fixture_details_outer_container .fixture_details_inner_container .top_container .home_team_div img, .fixture_details_outer_container .fixture_details_inner_container .top_container .away_team_div img {
    width: 100px;
    height: 100px;
  }
}
.fixture_details_outer_container .fixture_details_inner_container .top_container .middle_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fixture_details_outer_container .fixture_details_inner_container .bottom_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixture_details_outer_container .fixture_details_inner_container .bottom_container .info_label {
  color: silver;
  font-size: small;
  margin-bottom: 0px;
}
.fixture_details_outer_container .fixture_details_inner_container .bottom_container .info_data {
  color: rgba(32, 30, 30, 0.897);
}

/* Fabian stats section dispatcher page */
.stats-dispatcher-outer-container {
  background-color: rgba(32, 30, 30, 0.497);
}

.carousel-image-container_stats {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
}
.carousel-image-container_stats div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carousel-image-container_stats div a img {
  padding: 20px;
  width: 150px;
  height: 150px;
}

.stats-dispatch-header {
  justify-content: space-between;
}
.stats-dispatch-header a {
  color: #262626;
  text-decoration: underline;
}

.back-to-standings-link {
  color: #fff;
}
.back-to-standings-link:hover {
  color: #fff;
}

.stats-section-main-container {
  border: 2px solid white;
  padding: 1em;
  margin-top: 8em;
}
@media screen and (max-width: 714px) {
  .stats-section-main-container {
    border: none;
    padding: 0;
  }
}
.stats-section-main-container .scores-top-fotmob {
  padding-top: 0;
}

.scores-top-fotmob {
  padding: 6rem 1rem 2rem;
}
.scores-top-fotmob .league-selector {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #fff;
}
.scores-top-fotmob .league-selector .accordeon-container {
  margin-bottom: -38px;
}
.scores-top-fotmob .league-selector .accordeon {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 0;
  border: none;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15;
  transition: 0.9s;
  font-weight: bold;
  padding: 1em;
  margin: 0;
}
.scores-top-fotmob .league-selector .accordeon:after {
  transition: 1s;
  content: "▼";
  color: #777;
  font-weight: bold;
  float: right;
}
.scores-top-fotmob .league-selector .active:after {
  transition: 1s;
  transform: rotate(1980deg);
}
.scores-top-fotmob .league-selector .panel {
  border-style: none;
  width: 100%;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.9s;
}
.scores-top-fotmob .league-selector .panel a {
  color: #262626;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.scores-top-fotmob .league-selector .panel a img {
  width: 25px;
  height: 25px;
}
.scores-top-fotmob .league-selector .panel a p {
  margin-left: 5px;
  margin-bottom: 0px;
  font-weight: bold;
}
.scores-top-fotmob .league-selector #stat-selector-panel a {
  font-weight: bold;
  text-decoration: underline;
}
.scores-top-fotmob .league-selector .select-a-league-title .arrow {
  border: solid #262626;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 5px;
}
.scores-top-fotmob .league-selector .select-a-league-title .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.scores-top-fotmob .league-selector .select-a-league-title .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.scores-top-fotmob .league-selector ul {
  position: absolute;
  height: 0px;
}
.scores-top-fotmob .league-selector ul li {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  font-weight: bold;
}
.scores-top-fotmob .league-selector ul li img {
  width: 50px;
  height: 50px;
  padding: 5px;
}
.scores-top-fotmob .player-stats-selector {
  margin-top: 2em;
  display: flex;
  justify-content: space-evenly;
  padding-top: 10px;
}
.scores-top-fotmob .player-stats-selector a button {
  margin-top: 2em;
  border: 2px solid #fff;
  font-weight: bold;
  background-color: transparent;
  color: #fff;
}
.scores-top-fotmob .player-stats-selector a button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 498px) {
  .scores-top-fotmob .player-stats-selector a button {
    margin: 0px 2px;
    padding: 7px;
  }
}
.scores-top-fotmob .top-scorers-top-container {
  display: flex;
}
.scores-top-fotmob div.inner-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.scores-top-fotmob div.league-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 35%;
  padding: 0 0 0 1rem;
  margin: 0;
}
.scores-top-fotmob div.league-logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .scores-top-fotmob {
    padding: 15rem 1rem 1rem;
  }
}
@media (min-width: 1024px) {
  .scores-top-fotmob {
    padding: 15vh 1rem 0;
  }
  .scores-top-fotmob div.league-logo {
    width: 25%;
    padding: 0;
  }
}
@media (min-width: 1100px) {
  .scores-top-fotmob {
    padding: 15vh 0 0;
  }
}

#my18SignUpDiv {
  width: 100%;
  height: 150px;
  background-color: #fff;
}

.signUpFormOuterContainer {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
  margin-top: 10%;
}

/* if you change the active state you need to change this as well */
body.node-type-statistics-top-scorers-fotmob .block-menu-menu-the18-stats a.players-path:after,
body.node-type-statistics-best-players-fotmob .block-menu-menu-the18-stats a.players-path:after,
body.node-type-statistics-assist-leaders-fotmob .block-menu-menu-the18-stats a.players-path:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 5px;
  background: #000;
}

body.node-type-fixture-page .block-menu-menu-the18-stats a.fixtures-path:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 5px;
  background: #000;
}

body.node-type-statistic-standings .block-menu-menu-the18-stats a.standings-path:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 5px;
  background: #000;
}

.amp-player-selectors {
  display: none;
}

body.node-type-statistics-top-scorers-fotmob .player-stats-selector a:nth-child(1) button {
  background-color: rgba(255, 255, 255, 0.4);
}

body.node-type-statistics-assist-leaders-fotmob .player-stats-selector a:nth-child(2) button {
  background-color: rgba(255, 255, 255, 0.4);
}

body.node-type-statistics-best-players-fotmob .player-stats-selector a:nth-child(3) button {
  background-color: rgba(255, 255, 255, 0.4);
}

.new-social-container {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  display: flex;
  gap: 1em;
  justify-content: center;
}
@media screen and (min-width: 715px) {
  .new-social-container {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 737px) {
  .new-social-container {
    padding: 0;
  }
}
@media screen and (min-width: 941px) {
  .new-social-container {
    margin-top: 0;
  }
}
.new-social-container .new-share-container, .new-social-container .new-follow-container {
  width: 100%;
  margin-bottom: 0.5rem;
}
.new-social-container .new-share-container .blue-button, .new-social-container .new-follow-container .blue-button {
  cursor: pointer;
  background-color: #29a9e1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  height: 3em;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
.new-social-container .new-share-container .blue-button:hover, .new-social-container .new-follow-container .blue-button:hover {
  background-color: #208bb9;
}
.new-social-container .new-share-container img, .new-social-container .new-follow-container img {
  width: 2em;
}
.new-social-container .new-share-container p, .new-social-container .new-follow-container p {
  color: white;
  margin: 0;
  font-family: "Roboto";
  font-weight: bold;
  pointer-events: none;
}
.new-social-container .new-share-container .accordeon, .new-social-container .new-follow-container .accordeon {
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 3s;
  font-weight: bold;
}
.new-social-container .new-share-container .social-panel, .new-social-container .new-follow-container .social-panel {
  margin-top: 0.5rem;
  justify-content: center;
  border-style: none;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.new-social-container .new-share-container .social-panel .follow-links, .new-social-container .new-follow-container .social-panel .follow-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.new-social-container .new-share-container .social-panel div, .new-social-container .new-follow-container .social-panel div {
  display: flex;
  justify-content: center;
}
.new-social-container .new-share-container .social-panel div [data-network], .new-social-container .new-follow-container .social-panel div [data-network] {
  border-radius: 50% !important;
  padding-top: 4px;
}
@media screen and (max-width: 714px) {
  .new-social-container {
    margin-top: 1em;
    gap: 0;
    padding: 0 1rem;
    flex-direction: column;
  }
  .new-social-container .new-follow-container, .new-social-container .new-share-container {
    width: 100%;
  }
  .new-social-container .new-follow-container .social-panel div, .new-social-container .new-share-container .social-panel div {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
  .new-social-container .new-follow-container .social-panel div [data-network], .new-social-container .new-share-container .social-panel div [data-network] {
    width: 50px;
    height: 50px;
    display: inline-block !important;
  }
  .new-social-container div div {
    display: flex;
    flex-direction: row;
  }
}

.st-btn:hover {
  top: 0 !important;
}

.l-footer {
  color: #fff;
  background: #262626;
  border: none;
  margin: 0;
  min-height: 5rem;
}

.copyright p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.6);
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next,
.button-prev,
.button-next,
.meme-button-prev,
.meme-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .meme-button-prev, .button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .meme-button-next, .button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  padding: 0;
  position: relative;
  background: none;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 8040;
  background: url(../img/close.svg) no-repeat center;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: -20px;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 200;
  font-size: 40px;
  line-height: 40px;
  white-space: nowrap;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  .fancybox-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 8040;
    background: url(../img/close.svg) no-repeat center;
  }
}
/*

Table of Contents:

1.0  - Tablet/Landscape @ 1024
2.0  - Tablet/Portrait @ 800
3.0  - Phone @ 735
4.0  - Phone Portrait
*/
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header {
    background: #f7f7f7;
  }
  header .top-bar .toggle-topbar.menu-icon a span {
    color: #262626;
  }
  header .social {
    right: 8rem;
    border-color: #262626;
    display: none !important;
  }
  header .social a img path,
header .social a img polygon,
header .social a svg path,
header .social a svg polygon {
    fill: #262626;
  }
  header .search {
    right: 6rem;
    display: none !important;
  }
  header .search a svg polyline, header .search a svg circle {
    stroke: #262626;
  }
  header .top-bar .title-area {
    float: none;
  }
  header section.mobile-menu {
    display: block !important;
  }

  .featured-news .inner,
.featured-entertainment .inner,
.featured-videos .inner,
.featured-top-photos .inner {
    height: 40%;
  }
  .featured-news .inner h2,
.featured-entertainment .inner h2,
.featured-videos .inner h2,
.featured-top-photos .inner h2 {
    padding: 1rem;
    font-size: 36px;
    margin-bottom: 0;
  }

  .featured-news .inner .sub-content-box {
    margin-bottom: 0;
    padding: 1rem;
  }

  .featured-video h3.label {
    width: 60%;
    top: 60%;
  }

  .vid-frame.ytlarge .play {
    background-size: 150px auto;
  }

  section.news-feed {
    padding: 0 1.75rem;
  }

  section.featured-editorial .inner .content-wrap {
    left: 1rem;
  }

  .front section.quotes .inner h3.quote {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .front section.snapchat div.inner div.ghost {
    padding: 0 1rem 1rem;
    height: auto;
  }
  .front section.snapchat div.inner div.ghost .back-card {
    display: none;
  }

  .front section.news-carousel {
    padding: 2rem 1rem;
  }
  .front section.news-carousel ul li.swiper-slide article.favorite-article {
    padding: 0 1rem;
  }
  .front section.news-carousel .favorite-article .content {
    margin: 0 1rem;
  }
  .front section.news-carousel .favorite-article .content h2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .featured-image {
    position: relative;
  }

  .article-body {
    top: 0;
    margin-bottom: 0;
    margin-top: 0.75rem;
  }
  .article-body .subhead {
    padding-bottom: 1rem;
  }
  .article-body div.share-container {
    margin-bottom: 1rem;
  }
  .article-body ul.flippy {
    margin: 1rem 0;
    padding: 0 1rem;
    display: block;
  }
  .article-body ul.flippy:after {
    clear: both;
    content: "";
    display: block;
  }
  .article-body ul.flippy li {
    display: block;
    width: 33.333%;
    float: left;
  }
  .article-body ul.flippy li a {
    padding: 0.5rem 0.5rem;
    font-size: 0.65rem;
    line-height: 0.65rem;
    display: block;
    width: 94%;
    margin: 0 3%;
  }
  .article-body ul.flippy li:last-child {
    margin: 0;
  }

  section.featured-topic .inner,
section.featured-player .inner {
    height: auto;
  }
  section.featured-topic .inner .sub-content-box,
section.featured-player .inner .sub-content-box {
    display: none;
  }
  section.featured-topic .topic-title,
section.featured-player .topic-title {
    padding-left: 1rem !important;
    bottom: 1rem !important;
  }

  .section-soccer-players .article-body {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 800px) {
  header {
    background: #f7f7f7;
  }
  header .top-bar .toggle-topbar.menu-icon a span {
    color: #262626;
  }
  header .social {
    right: 8rem;
    border-color: #262626;
    display: none !important;
  }
  header .social a img path,
header .social a img polygon,
header .social a svg path,
header .social a svg polygon {
    fill: #262626;
  }
  header .search {
    right: 6rem;
    display: none !important;
  }
  header .search a svg polyline, header .search a svg circle {
    stroke: #262626;
  }
  header .top-bar .title-area {
    float: none;
  }
  header section.mobile-menu {
    display: block !important;
  }

  .global-filter-container .block-global-filter {
    top: 48px;
  }

  .block-global-filter.move-up.moved-past {
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    top: 12px;
  }
  .block-global-filter.move-up.moved-past:hover {
    top: 48px;
  }

  body.section-soccer-gear div.gear-landing {
    padding-top: 0;
  }

  .first-section {
    position: relative;
  }

  .featured-news .inner .sub-content-box {
    background: #7b7b7b;
    margin-bottom: 0;
    padding: 1rem;
  }

  .featured-news .inner,
.featured-entertainment .inner,
.featured-videos .inner,
.featured-top-photos .inner {
    height: 50%;
    position: relative;
  }

  section.featured-video .vid-frame.ytlarge .play {
    background-size: 150px auto;
    height: 90%;
  }
  section.featured-video h3.label {
    top: auto;
    bottom: 3rem;
    width: 50%;
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  section.featured-video .scroll-videos li.swiper-slide-prev,
section.featured-video .scroll-videos li.swiper-slide-next {
    opacity: 0.5;
  }

  section.featured-topic .inner,
section.featured-player .inner {
    height: auto;
  }
  section.featured-topic .inner h2,
section.featured-player .inner h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #262626 !important;
  }
  section.featured-topic .inner h2 a,
section.featured-player .inner h2 a {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  section.featured-topic .inner .sub-content-box,
section.featured-player .inner .sub-content-box {
    display: none;
  }
  section.featured-topic .topic-title,
section.featured-player .topic-title {
    padding-left: 1rem !important;
    bottom: 1rem !important;
  }
  section.featured-topic .topic-title span, section.featured-topic .topic-title span li,
section.featured-player .topic-title span,
section.featured-player .topic-title span li {
    font-size: 1.8rem !important;
    line-height: 2rem !important;
  }

  .page-soccer-players section.players-feed {
    margin-top: 0;
    z-index: 1;
    position: relative;
  }
  .page-soccer-players section.featured-player .inner h2 {
    padding-bottom: 1.5rem;
  }

  .gear-landing section.featured-news {
    padding-top: 0;
  }

  section.featured-editorial {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
  section.featured-editorial .views-field-term-node-tid {
    top: 1rem;
    left: 1rem;
  }
  section.featured-editorial .views-field-term-node-tid ul li a {
    font-size: 1rem;
  }
  section.featured-editorial .inner {
    position: relative;
  }
  section.featured-editorial .inner div.content-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 1rem;
    background: #fff;
  }
  section.featured-editorial .inner div.content-wrap h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  section.featured-editorial .inner div.content-wrap h2 a {
    color: #262626;
    text-shadow: none;
  }
  section.featured-editorial .inner div.content-wrap .sub-content-box {
    position: relative;
    float: none;
    width: 100%;
  }
  section.featured-editorial .inner div.content-wrap .sub-content-box p {
    color: #262626;
  }
  section.featured-editorial .inner div.content-wrap .sub-content-box span.author {
    color: #262626;
  }

  .front section.quotes h2.block-title {
    left: 1rem;
  }
  .front section.quotes .inner {
    padding: 0.5rem 1rem 1rem;
  }
  .front section.quotes .inner h3.quote {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .front section.front-player {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
  .front section.front-player h2.title {
    top: 1rem;
    left: 1rem;
    font-size: 1rem;
  }
  .front section.front-player .view-content .inner {
    position: relative;
    bottom: 0;
  }
  .front section.front-player .view-content .inner .sub-content-box {
    position: relative;
    float: none;
    width: 100%;
    padding: 1rem;
    background: #fff;
  }
  .front section.front-player .view-content .inner .sub-content-box h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #262626;
  }
  .front section.front-player .view-content .inner .sub-content-box h2 a {
    color: #262626;
    text-shadow: none;
  }
  .front section.front-player .view-content .inner .sub-content-box p {
    color: #262626;
  }
  .front section.front-player .view-content .inner .sub-content-box span.author {
    color: #262626;
  }

  .front section.news-carousel {
    padding: 2rem 0.5rem;
  }
  .front section.news-carousel ul li.swiper-slide article.favorite-article {
    padding: 0 0.5rem;
  }
  .front section.news-carousel .favorite-article .content {
    margin: 0 1rem;
  }
  .front section.news-carousel .favorite-article .content h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  section.of-the-week div.photos-of-the-week {
    width: 100%;
  }
  section.of-the-week div.headlines-of-the-week {
    width: 100%;
  }

  .front section.snapchat div.inner div.ghost {
    padding: 0 1rem 1rem;
    height: auto;
  }
  .front section.snapchat div.inner div.ghost .back-card {
    display: none;
  }

  section.news-feed {
    padding: 0 1.75rem;
  }
  section.news-feed .views-row-odd article {
    padding-right: 1rem;
  }
  section.news-feed .views-row-even article {
    padding-left: 1rem;
  }
  section.news-feed .news-article:nth-child(8n+1) article::after {
    height: 101%;
  }
  section.news-feed .news-article:nth-child(8n+1) article div.article-terms,
section.news-feed .news-article:nth-child(8n+2) article div.article-terms {
    width: 80%;
  }
  section.news-feed .news-article:nth-child(8n+1) article div.featured-full-width::after,
section.news-feed .news-article:nth-child(8n+2) article div.featured-full-width::after {
    top: 11.2%;
    height: 88.5%;
  }
  section.news-feed .news-article article .article-terms,
section.news-feed .basic-news-article article .article-terms {
    width: 80%;
  }
  section.news-feed .news-article article .article-terms ul li,
section.news-feed .basic-news-article article .article-terms ul li {
    font-size: 1rem;
  }
  section.news-feed .news-article:nth-child(8n+1) article div.featured-full-width h2,
section.news-feed .news-article:nth-child(8n+2) article div.featured-full-width h2 {
    font-size: 22px;
    line-height: 25.5px;
    padding: 1.5rem 1.5rem 1rem 1rem;
  }

  .featured-news .inner {
    position: relative;
  }
  .featured-news .inner h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    padding: 0.5rem 1rem;
  }
  .featured-news .inner h2 a {
    color: #262626;
    display: block;
    width: 90%;
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .featured-news .inner .sub-content-box {
    width: 100%;
    padding: 1rem;
  }
  .featured-news .inner .sub-content-box p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  section.entertainment-poll article form {
    width: 100%;
  }
  section.entertainment-poll article h2.node-title a {
    width: 100%;
  }
  section.entertainment-poll article div.poll {
    width: 100%;
  }

  section.biab .inner h2 {
    color: #262626;
  }
  section.biab .inner .sub-content-box p {
    font-size: 20px;
    line-height: 24px;
  }

  .page-topics .featured-topic .inner, .page-soccer-topics .featured-topic .inner, .page-players .featured-topic .inner {
    position: absolute;
    bottom: 0;
    height: auto;
  }
  .page-topics .featured-topic .inner h2, .page-soccer-topics .featured-topic .inner h2, .page-players .featured-topic .inner h2 {
    padding: 1rem;
    background: none;
  }
  .page-topics .featured-topic .inner h2 a, .page-soccer-topics .featured-topic .inner h2 a, .page-players .featured-topic .inner h2 a {
    color: #fff;
  }
  .page-topics .featured-topic .sub-content-box, .page-soccer-topics .featured-topic .sub-content-box, .page-players .featured-topic .sub-content-box {
    display: none;
  }
  .page-topics section.players-feed, .page-soccer-topics section.players-feed, .page-players section.players-feed {
    margin-top: 2rem;
  }
  .page-topics section.players-feed article .title-container, .page-soccer-topics section.players-feed article .title-container, .page-players section.players-feed article .title-container {
    padding: 0.5rem 1rem;
  }
  .page-topics section.players-feed article .title-container h2, .page-soccer-topics section.players-feed article .title-container h2, .page-players section.players-feed article .title-container h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .featured-image {
    position: relative;
  }

  .article-body {
    top: 0;
    margin-bottom: 0;
  }
  .article-body .subhead {
    padding-bottom: 1rem;
  }
  .article-body div.share-container {
    margin-bottom: 1rem;
  }
  .article-body ul.flippy {
    margin: 1rem 0;
    padding: 0 1rem;
    display: block;
  }
  .article-body ul.flippy:after {
    clear: both;
    content: "";
    display: block;
  }
  .article-body ul.flippy li {
    display: block;
    width: 33.333%;
    float: left;
  }
  .article-body ul.flippy li a {
    padding: 0.5rem 0.5rem;
    font-size: 0.65rem;
    line-height: 0.65rem;
    display: block;
    width: 94%;
    margin: 0 3%;
  }
  .article-body ul.flippy li:last-child {
    margin: 0;
  }

  .node-type-player-page section.block-menu-menu-players-menu .menu nolink {
    width: 100%;
  }

  .section-soccer-players .article-body {
    margin-bottom: 0;
  }

  .list-article .field-collection-container p {
    padding: 0;
  }

  .node-type-list .field-collection-view .content section.block.related-content {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 735px) {
  header {
    background: #f7f7f7;
  }
  header .top-bar .toggle-topbar.menu-icon {
    margin: 0;
    top: 13px;
    right: 0.5rem;
  }
  header .top-bar .toggle-topbar.menu-icon a span {
    color: #262626;
  }
  header .top-bar .toggle-topbar.menu-icon a span:after {
    -moz-box-shadow: 0 0 0 1px #262626, 0 7px 0 1px #262626, 0 14px 0 1px #262626;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #262626, 0 14px 0 1px #262626;
    box-shadow: 0 0 0 1px #262626, 0 7px 0 1px #262626, 0 14px 0 1px #262626;
    display: none;
  }
  header .top-bar .toggle-topbar.menu-icon a:after {
    right: 0.5rem;
  }
  header div.social, header div.search {
    display: none !important;
  }
  header nav.top-bar.expanded .title-area {
    background: #f7f7f7;
  }
  header nav.top-bar.expanded .top-bar-section ul#main-menu {
    position: relative;
    background: #262626;
  }
  header nav.top-bar.expanded .top-bar-section ul#main-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
    height: 10px;
    width: 100%;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  }
  header nav.top-bar.expanded .top-bar-section ul#main-menu li a {
    height: 40px;
    color: #f7f7f7;
    padding: 1rem 1rem;
    border-color: #f7f7f7;
    font-size: 1rem;
    line-height: 0.3rem;
  }
  header nav.top-bar.expanded .top-bar-section ul#main-menu li a:hover {
    padding: 1rem 1rem;
    border: none;
  }
  header nav.top-bar.expanded .top-bar-section ul#main-menu li.has-dropdown {
    width: 100%;
  }
  header nav.top-bar.expanded .top-bar-section ul#main-menu li.has-dropdown a.more {
    display: none;
  }
  header nav.top-bar.expanded .top-bar-section ul#main-menu li.has-dropdown ul.dropdown {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
  }

  .global-filter-container .block-global-filter {
    top: 378px;
  }
  .global-filter-container .block-global-filter h2.block-title {
    width: 60%;
  }
  .global-filter-container .block-global-filter form.global-filter {
    width: 40%;
  }
  .global-filter-container .block-global-filter form.global-filter ul.global-filter-links {
    width: 100%;
  }

  .block-global-filter.move-up.moved-past {
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    top: 12px;
  }
  .block-global-filter.move-up.moved-past:hover {
    top: 48px;
  }

  .overflow {
    padding-top: 3rem;
  }

  .featured-news .inner {
    position: relative;
  }
  .featured-news .inner h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    padding: 0.5rem 1rem;
  }
  .featured-news .inner h2 a {
    color: #262626;
    display: block;
    width: 90%;
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .featured-news .inner .sub-content-box {
    width: 100%;
    background: #7b7b7b;
    margin-bottom: 0;
    padding: 1rem;
  }
  .featured-news .inner .sub-content-box p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  section.featured-video-mobile .scroll-videos .swiper-slide-active .inner,
section.featured-video-mobile .scroll-videos .swiper-slide .inner {
    padding: 0;
    min-height: inherit;
  }
  section.featured-video-mobile .scroll-videos .swiper-slide-active .inner .flex-video,
section.featured-video-mobile .scroll-videos .swiper-slide .inner .flex-video {
    padding-bottom: 130.34%;
  }
  section.featured-video-mobile .scroll-videos .swiper-slide-active .inner .tax-label,
section.featured-video-mobile .scroll-videos .swiper-slide .inner .tax-label {
    display: none;
  }
  section.featured-video-mobile .scroll-videos .swiper-slide-active .inner h3.title,
section.featured-video-mobile .scroll-videos .swiper-slide .inner h3.title {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65%;
    display: inline-block;
    font-size: 1rem;
    background: rgba(0, 130, 186, 0.6);
    border: 2px solid #009ae0;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    padding: 0.5rem;
  }
  section.featured-video-mobile .scroll-videos .swiper-slide-active .inner .youtube .play,
section.featured-video-mobile .scroll-videos .swiper-slide .inner .youtube .play {
    background-size: 66px 66px;
    background-position: 50% 47%;
  }
  section.featured-video-mobile .scroll-videos .button-next {
    width: 20px;
    height: 34px;
    background-size: 20px 34px;
    right: 5px;
  }
  section.featured-video-mobile .scroll-videos .button-prev {
    width: 20px;
    height: 34px;
    background-size: 20px 34px;
    left: 5px;
  }
  section.featured-video-mobile .yt-subscribe {
    margin-bottom: 0;
    padding: 1.5rem 0 2rem;
  }
  body.no-push div.page {
    padding-top: 0 !important;
  }

  div.gear-landing {
    padding-top: 0 !important;
  }

  section.topics-feed.topic {
    margin-top: 1rem;
  }

  section.featured-topic .inner,
section.featured-player .inner {
    height: auto;
  }
  section.featured-topic .inner h2,
section.featured-player .inner h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #262626 !important;
  }
  section.featured-topic .inner h2 a,
section.featured-player .inner h2 a {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  section.featured-topic .inner .sub-content-box,
section.featured-player .inner .sub-content-box {
    display: none !important;
  }
  section.featured-topic .topic-title,
section.featured-player .topic-title {
    padding-left: 1rem !important;
    bottom: 1rem !important;
    position: relative !important;
    bottom: 0 !important;
    background: #f7f7f7;
    padding: 1rem !important;
  }
  section.featured-topic .topic-title span, section.featured-topic .topic-title span li,
section.featured-player .topic-title span,
section.featured-player .topic-title span li {
    font-size: 1.6rem !important;
    line-height: 1.9rem !important;
    color: #262626 !important;
  }

  .node-type-player-page section.block-menu-menu-players-menu .menu nolink {
    width: 100%;
  }
  .node-type-player-page .news-article-base .article-body div.share-container .share a {
    width: 32.6%;
  }

  .gear-landing section.featured-news {
    padding-top: 0;
  }

  section.news-feed {
    padding: 0 15px;
  }
  section.news-feed .view-news-landing-page {
    padding-top: 0;
  }
  section.news-feed .news-article article,
section.news-feed .basic-news-article article {
    float: none;
    margin-bottom: 4rem;
  }
  section.news-feed .news-article article .article-terms,
section.news-feed .basic-news-article article .article-terms {
    margin-left: 1rem;
    width: 75%;
  }
  section.news-feed .news-article article h2,
section.news-feed .basic-news-article article h2 {
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  }
  section.news-feed .news-article article p.author,
section.news-feed .basic-news-article article p.author {
    background: #fff;
    color: #262626;
    padding: 0.55rem 1rem;
    width: 100%;
    bottom: -9px;
    z-index: -1;
    font-size: 1rem;
    text-transform: uppercase;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  }

  .front section.quotes {
    margin: 3.5rem 0;
  }
  .front section.quotes h2.block-title {
    left: 1rem;
  }
  .front section.quotes .inner {
    padding: 0.5rem 1rem 1rem;
  }
  .front section.quotes .inner h3.quote {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  .front .two-story {
    padding-top: 2.5rem;
  }
  .front section.news-feed.first-news {
    padding: 1rem 0;
  }
  .front section.news-feed.first-news .views-row article {
    margin-bottom: 2rem;
  }
  .front section.news-feed.first-news .views-row:last-child article {
    padding-bottom: 1rem;
  }

  .front section.favorites {
    margin-bottom: 3rem;
  }

  .front section.of-the-week {
    background: #fff;
    padding-bottom: 0;
    padding-top: 1rem;
  }
  .front section.of-the-week .photos-of-the-week div.inner h2.title {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .front section.of-the-week .headlines-of-the-week h2.title {
    padding-top: 0;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .front section.of-the-week .headlines-of-the-week .field-content a {
    font-size: 0.9rem;
    width: 100%;
  }

  .front section.news-carousel {
    padding: 2rem 0.5rem;
    margin-bottom: 3.5rem;
  }
  .front section.news-carousel ul.swiper-wrapper {
    display: block;
  }
  .front section.news-carousel ul.swiper-wrapper li.swiper-slide {
    width: 50%;
    margin-bottom: 1rem;
    float: left;
  }
  .front section.news-carousel ul li.swiper-slide article.favorite-article {
    padding: 0 0.5rem;
  }
  .front section.news-carousel .favorite-article .content {
    margin: 0 1rem;
  }
  .front section.news-carousel .favorite-article .content h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .front section.front-player {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
  .front section.front-player h2.title {
    top: 1rem;
    left: 1rem;
    font-size: 0.8rem;
  }
  .front section.front-player .view-content .inner {
    position: relative;
    bottom: 0;
  }
  .front section.front-player .view-content .inner .sub-content-box {
    position: relative;
    float: none;
    width: 100%;
    padding: 1rem;
    background: #fff;
  }
  .front section.front-player .view-content .inner .sub-content-box h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #262626;
  }
  .front section.front-player .view-content .inner .sub-content-box h2 a {
    color: #262626;
    text-shadow: none;
  }
  .front section.front-player .view-content .inner .sub-content-box p {
    color: #262626;
  }
  .front section.front-player .view-content .inner .sub-content-box span.author {
    color: #262626;
  }

  .front section.snapchat div.inner h2.title {
    margin: 0 1rem 1.5rem;
    padding: 0 10% 1rem 0;
  }
  .front section.snapchat div.inner div.ghost {
    padding: 0 0.75rem 0.5rem;
    height: 148px;
  }
  .front section.snapchat div.inner div.ghost .back-card {
    display: none;
  }

  .front section.favorites {
    -moz-box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.25);
  }
  .front section.favorites h2.title {
    margin-left: 0;
  }

  section.favorites {
    padding: 1.5rem 1rem;
  }
  section.favorites h2.title {
    margin-left: 0;
  }
  section.favorites .scroll-favorites {
    margin: 0;
    padding: 1rem 0 0;
  }
  section.favorites .scroll-favorites .favorite-article .content {
    margin: 0 1rem;
    padding: 1rem 0;
  }
  section.favorites .scroll-favorites .favorite-article .content h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  section.favorites .scroll-favorites .button-next {
    width: 20px;
    height: 34px;
    background-size: 20px 34px;
    right: -10px;
  }
  section.favorites .scroll-favorites .button-prev {
    width: 20px;
    height: 34px;
    background-size: 20px 34px;
    left: -10px;
  }
  section.favorites .trending-call-out {
    padding: 1.5rem 0 0;
  }

  section.featured-editorial {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
  section.featured-editorial .views-field-term-node-tid {
    top: 1rem;
    left: 1rem;
  }
  section.featured-editorial .views-field-term-node-tid ul li a {
    font-size: 0.8rem;
  }
  section.featured-editorial .inner {
    position: relative;
  }
  section.featured-editorial .inner div.content-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 1rem;
    background: #fff;
  }
  section.featured-editorial .inner div.content-wrap h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  section.featured-editorial .inner div.content-wrap h2 a {
    color: #262626;
    text-shadow: none;
  }
  section.featured-editorial .inner div.content-wrap .sub-content-box {
    position: relative;
    float: none;
    width: 100%;
  }
  section.featured-editorial .inner div.content-wrap .sub-content-box p {
    color: #262626;
  }
  section.featured-editorial .inner div.content-wrap .sub-content-box span.author {
    color: #262626;
  }

  section.entertainment-poll article h2.node-title a {
    width: 100%;
  }
  section.entertainment-poll article form {
    width: 100%;
  }
  section.entertainment-poll article form button {
    width: 100%;
  }
  section.entertainment-poll article form .form-radios .form-item label {
    font-size: 1rem;
  }
  section.entertainment-poll article form .form-radios .form-item input.form-radio {
    bottom: 1px;
    margin-right: 0.25rem;
  }

  .page-photos section.featured-video .gallery-outer,
.page-soccer-photos section.featured-video .gallery-outer {
    position: relative;
    bottom: 0;
    height: auto;
    padding: 1rem;
  }
  .page-photos section.photo-sections div.more,
.page-soccer-photos section.photo-sections div.more {
    padding: 1.5rem;
  }
  .page-photos section.photo-sections div.more .button,
.page-soccer-photos section.photo-sections div.more .button {
    float: none;
    width: 100%;
  }

  section.learning-main {
    position: relative;
  }
  section.learning-main .intro-content {
    top: 0;
    padding: 11rem 1rem 0;
  }
  section.learning-main .intro-content div img {
    width: 50%;
  }
  section.learning-main .intro-content h2 {
    margin: 0.5rem 0;
    font-size: 1rem;
  }
  section.learning-main .intro-content p {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .free-video {
    margin-bottom: 2rem;
  }
  .free-video .label {
    padding: 0.3rem 0.25rem 0.25rem;
    top: 0.5rem;
    left: 0.5rem;
  }
  .free-video .label span {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .free-video .content {
    position: relative;
    width: 100%;
    background: #262626;
    padding: 1rem 3.5rem;
  }
  .free-video .content h3 {
    margin: 0 0 0.5rem;
    font-size: 2rem;
  }

  section.subscribe-video {
    overflow: hidden;
    padding: 0;
  }
  section.subscribe-video .row {
    padding: 0 0.75rem;
  }
  section.subscribe-video .row ul {
    margin-top: 2rem;
  }

  section.learning-carousel .learning-title-container {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  section.learning-carousel .scroll-videos .swiper-slide .inner .tax-label {
    display: block;
    margin-left: 1rem;
  }
  section.learning-carousel .scroll-videos a.button {
    width: 95%;
  }

  section.biab .inner h2 {
    color: #262626;
  }
  section.biab .inner .sub-content-box p {
    font-size: 20px;
    line-height: 26px;
  }

  section.shirt-row {
    margin-bottom: 0;
  }
  section.shirt-row .title-container {
    padding: 1rem;
  }
  section.shirt-row .title-container h3.title {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  section.shirt-row .row {
    padding: 0 1rem;
  }
  section.shirt-row .columns {
    margin-bottom: 2rem;
  }

  .page-topics .featured-topic .inner h2, .page-players .featured-topic .inner h2, .page-soccer-topics .featured-topic .inner h2 {
    padding: 1rem;
  }
  .page-topics .featured-topic .sub-content-box, .page-players .featured-topic .sub-content-box, .page-soccer-topics .featured-topic .sub-content-box {
    display: none;
  }
  .page-topics section.players-feed, .page-players section.players-feed, .page-soccer-topics section.players-feed {
    margin-top: 1rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-topics section.players-feed article, .page-players section.players-feed article, .page-soccer-topics section.players-feed article {
    margin-bottom: 4rem;
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  }
  .page-topics section.players-feed article .title-container, .page-players section.players-feed article .title-container, .page-soccer-topics section.players-feed article .title-container {
    padding: 1rem;
  }
  .page-topics section.players-feed article .title-container h2, .page-players section.players-feed article .title-container h2, .page-soccer-topics section.players-feed article .title-container h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .section-soccer-players section.featured-image {
    padding-top: 94px !important;
  }
  .section-soccer-players .article-body {
    margin-bottom: 0;
  }
  .section-soccer-players .article-body .subhead p {
    color: #fff;
  }
  .section-soccer-players .article-copy {
    padding: 1rem;
  }

  .front .basic-news {
    padding: 0;
    margin-top: 3.5rem;
  }

  .news-article-base .featured-image {
    position: relative;
  }
  .news-article-base .article-body {
    top: 0;
    padding: 0;
    margin-bottom: 0;
  }
  .news-article-base .article-body h1.title {
    padding: 0.5rem 1rem;
    margin: 0;
    background: #f7f7f7;
    font-size: 1.8rem;
    line-height: 2rem;
    border: none;
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 5;
  }
  .news-article-base .article-body .subhead {
    background: #7b7b7b;
    color: #fff;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .news-article-base .article-body .subhead p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .news-article-base .article-body div.share-container {
    margin: 0.5rem 0;
  }
  .news-article-base .article-body div.share-container .share {
    padding: 0 1rem;
  }
  .news-article-base .article-body div.share-container .share a {
    width: 32.6%;
    margin-right: 1%;
  }
  .news-article-base .article-body div.share-container .share a span.at-label {
    text-align: left;
    display: inline;
  }
  .news-article-base .article-body div.share-container .share a:last-child {
    margin: 0;
  }
  .news-article-base .article-body div.share-container .share a.at-svc-facebook {
    width: 100%;
    padding: 0 33%;
    margin: 0 0 0.5rem 0;
  }
  .news-article-base .article-body .author-reads {
    float: none;
    margin: 0;
    width: 100%;
    min-height: inherit;
    height: auto;
    padding: 0.5rem 1rem;
  }
  .news-article-base .article-body .author-reads .name {
    float: left;
  }
  .news-article-base .article-body .author-reads .date {
    float: right;
  }
  .news-article-base .article-body .author-reads.bottom {
    width: 80%;
  }
  .news-article-base .article-body .author-reads.bottom .bio-image {
    position: relative;
  }
  .news-article-base .article-body .author-reads.bottom .field-name-field-author {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .news-article-base .article-body .article-copy .field-name-body p, .news-article-base .article-body .article-copy .field-name-body ul, .news-article-base .article-body .article-copy .field-name-body ol, .news-article-base .article-body .article-copy .body.field p, .news-article-base .article-body .article-copy .body.field ul, .news-article-base .article-body .article-copy .body.field ol {
    padding: 0 1rem;
  }
  .news-article-base .article-body .article-copy .field-name-body h2, .news-article-base .article-body .article-copy .body.field h2 {
    padding: 0 1rem;
    margin: 0 0 1.25rem;
  }
  .news-article-base .article-body .article-copy .field-name-body h3, .news-article-base .article-body .article-copy .field-name-body h4, .news-article-base .article-body .article-copy .field-name-body h5, .news-article-base .article-body .article-copy .field-name-body h6, .news-article-base .article-body .article-copy .body.field h3, .news-article-base .article-body .article-copy .body.field h4, .news-article-base .article-body .article-copy .body.field h5, .news-article-base .article-body .article-copy .body.field h6 {
    margin: 0 0 1.25rem;
    padding: 0 1rem;
  }
  .news-article-base .article-body .article-copy .field-name-body .caption-inner, .news-article-base .article-body .article-copy .body.field .caption-inner {
    padding: 1.5rem 0 0.75rem;
    margin: 0 1rem;
  }
  .news-article-base .article-body .article-copy .field-name-body .caption-inner img, .news-article-base .article-body .article-copy .body.field .caption-inner img {
    margin-bottom: 1rem;
  }
  .news-article-base .article-body .article-copy .field-name-body .caption-inner .caption-text, .news-article-base .article-body .article-copy .body.field .caption-inner .caption-text {
    padding: 0;
    font-size: 12px;
  }
  .news-article-base .article-body .article-copy .field-name-body .twitter-embed, .news-article-base .article-body .article-copy .body.field .twitter-embed {
    padding: 0 1rem;
  }
  .news-article-base .article-body .article-copy .field-name-body .twitter-tweet, .news-article-base .article-body .article-copy .body.field .twitter-tweet {
    padding: 1rem !important;
    margin: 0 auto;
  }
  .news-article-base .article-body .article-copy .field-name-body .twitter-tweet,
.news-article-base .article-body .article-copy .field-name-body .twitter-video, .news-article-base .article-body .article-copy .field-name-body twitterwidget, .news-article-base .article-body .article-copy .body.field .twitter-tweet,
.news-article-base .article-body .article-copy .body.field .twitter-video, .news-article-base .article-body .article-copy .body.field twitterwidget {
    padding: 1rem !important;
    margin: 0 auto !important;
  }
  .news-article-base .article-body .article-copy .field-name-body .instagram-media, .news-article-base .article-body .article-copy .body.field .instagram-media {
    margin: 2rem auto !important;
    width: 92.5% !important;
    left: 0 !important;
  }
  .news-article-base .article-body .article-copy .field-name-body .twitter-video,
.news-article-base .article-body .article-copy .field-name-body .poster-image-wrap, .news-article-base .article-body .article-copy .body.field .twitter-video,
.news-article-base .article-body .article-copy .body.field .poster-image-wrap {
    padding: 1rem 0 !important;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    margin: 1rem !important;
  }
  .news-article-base .article-body .article-copy ul.flippy {
    margin: 1rem 0;
    padding: 0 1rem;
    display: block;
  }
  .news-article-base .article-body .article-copy ul.flippy:after {
    clear: both;
    content: "";
    display: block;
  }
  .news-article-base .article-body .article-copy ul.flippy li {
    display: block;
    width: 33.333%;
    float: left;
  }
  .news-article-base .article-body .article-copy ul.flippy li a {
    padding: 0.5rem 0.5rem;
    font-size: 0.65rem;
    line-height: 0.65rem;
    display: block;
    width: 94%;
    margin: 0 3%;
  }
  .news-article-base .article-body .article-copy ul.flippy li:last-child {
    margin: 0;
  }
  .news-article-base .article-body .comments-container {
    margin: 0 1rem 1rem;
  }

  .featured-player .article-body div.body.field ol {
    clear: both;
    list-style-type: none;
    margin: 1rem 0 0;
    padding: 0 1rem !important;
  }
  .featured-player .article-body div.body.field ol li {
    margin-bottom: 0;
  }
  .featured-player .article-body div.body.field ol li p {
    padding: 0;
    width: 88%;
    display: block;
    margin-bottom: 0.25rem;
  }

  .photo-story .field-collection-container {
    padding: 0 1rem;
  }
  .photo-story .field-collection-container .field-collection-view {
    margin: 0;
    padding: 0;
    border: none;
  }
  .photo-story .field-collection-container .field-collection-view .content {
    margin-bottom: 3rem;
  }

  .list-article .field-collection-container p {
    padding: 0;
  }

  .list-article .field-collection-container .content .field-name-field-list-item-title {
    width: auto;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 1rem;
  }

  .node-type-list .field-collection-view .content section.block.related-content {
    margin: 2rem 0;
  }

  .news-video-article .featured-video {
    position: relative;
  }
  .news-video-article .featured-video.conn-video {
    background: #262626;
  }
  .news-video-article .featured-video.conn-video .mobile-featured {
    padding-bottom: 82.5%;
  }
  .news-video-article .featured-video.conn-video div.video-open {
    bottom: 1rem;
    z-index: 99999;
  }
  .news-video-article .featured-video .mobile-featured {
    padding-bottom: 130.34%;
  }
  .news-video-article .featured-video .mobile-featured .vid-frame .play {
    background-size: 65px auto;
  }
  .news-video-article .article-body {
    margin-bottom: 0;
    top: 0;
  }

  .node-type-video-post .node-video-post .field-name-field-video-post-description {
    padding: 1rem;
  }
  .node-type-video-post .node-video-post .field-name-field-video-post-description p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26.5px;
    color: #262626;
    font-weight: 400;
  }

  .photo-post .featured-image {
    padding-top: 0;
    margin-bottom: 0;
  }

  .photo-post .field-name-field-photo-caption {
    padding: 1rem;
  }
  .photo-post .field-name-field-photo-caption p {
    margin-bottom: 0.75rem;
  }

  .quote-page .article-body .subhead {
    display: none;
  }
  .quote-page .article-body .article-copy article {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 736px) {
  .global-filter-container .block-global-filter {
    top: 48px;
  }

  .front section.news-feed.first-news {
    padding: 1rem !important;
  }

  section.featured-video,
section.featured-video-mobile {
    /*.show-for-medium-up {
    	display: none !important;
    }

    .hide-for-medium-up {
    	display: block !important;
    }

    .flex-video.widescreen {
        padding-bottom: 56.34%;
    }	*/
    /*.vid-frame.ytlarge .play {
    	background-size: 150px auto;
    	height: 90%;
    }

    h3.label {
    	top: auto;
    	bottom: 2rem;
    	width: 50%;
    	font-size: 1.6rem;
    	line-height: 1.9rem;
    }

    .scroll-videos li.swiper-slide-prev, 
    .scroll-videos li.swiper-slide-next {
    	opacity: 0.5;
    }*/
  }
  section.featured-video .main-feature h3.label,
section.featured-video-mobile .main-feature h3.label {
    bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  section.featured-video .main-feature .play,
section.featured-video-mobile .main-feature .play {
    background-size: 100px auto;
  }
  section.featured-video .scroll-videos .swiper-slide .inner,
section.featured-video-mobile .scroll-videos .swiper-slide .inner {
    padding: 2rem 2rem 2rem;
  }
  section.featured-video .scroll-videos .swiper-slide .inner .tax-label,
section.featured-video-mobile .scroll-videos .swiper-slide .inner .tax-label {
    display: block;
  }
  section.featured-video .scroll-videos .swiper-slide .inner .flex-video,
section.featured-video-mobile .scroll-videos .swiper-slide .inner .flex-video {
    padding-bottom: 56.34%;
  }
  section.featured-video .scroll-videos .swiper-slide .inner h3.title,
section.featured-video-mobile .scroll-videos .swiper-slide .inner h3.title {
    bottom: 2rem;
    font-size: 1rem;
    line-height: 1.2rem;
    position: relative;
    background: none;
    border: none;
    margin-top: 1rem;
    top: auto;
    bottom: auto;
    padding: 0;
  }
  section.featured-video .scroll-videos .swiper-slide-active .inner,
section.featured-video-mobile .scroll-videos .swiper-slide-active .inner {
    padding: 2rem 0rem 2rem;
  }
  section.featured-video .yt-subscribe,
section.featured-video-mobile .yt-subscribe {
    width: 50%;
  }

  .front section.news-feed {
    padding: 0 1rem;
  }

  section.news-feed {
    padding: 0 1rem;
  }

  section.news-feed .news-article article,
section.news-feed .basic-news-article article {
    float: left !important;
  }

  section.news-feed .news-article:nth-child(8n+1) article img,
section.news-feed .news-article:nth-child(8n+2) article img {
    width: 60%;
  }

  section.news-feed .news-article:nth-child(8n+1) article div.featured-full-width,
section.news-feed .news-article:nth-child(8n+2) article div.featured-full-width {
    width: 45%;
  }
  section.news-feed .news-article:nth-child(8n+1) article div.featured-full-width h2,
section.news-feed .news-article:nth-child(8n+2) article div.featured-full-width h2 {
    padding: 1rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .front .basic-news {
    padding: 0;
    margin-top: 3.5rem;
  }

  .news-article-base .featured-image {
    position: relative;
  }
  .news-article-base .article-body {
    top: 0;
    padding: 0;
    margin-bottom: 0;
    /*div.share-container {
    	margin: 0.5rem 0;

    	.share {
    		padding: 0 1rem;
    		a {
    			width: 24%;
    			margin-right: 1%;
    			span.at-label {
    				text-align: left;
    				display: inline;
    			}
    			&:last-child {
    				margin: 0 !important;
    			}
    		}
    		a.at-svc-facebook {
    			width: 100%;
    			padding: 0;
    			margin-bottom: 0;
    			margin-right: 1%;
    		}
    	}
    }*/
  }
  .news-article-base .article-body h1.title {
    padding: 0.5rem 1rem;
    margin: 0;
    background: #f7f7f7;
    font-size: 1.8rem;
    line-height: 2rem;
    border: none;
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 5;
  }
  .news-article-base .article-body .subhead {
    background: #7b7b7b;
    color: #fff;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .news-article-base .article-body .subhead p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .news-article-base .article-body .author-reads {
    float: none;
    margin: 0;
    width: 100%;
    min-height: inherit;
    height: auto;
    padding: 0.5rem 1rem;
  }
  .news-article-base .article-body .author-reads .show-for-medium-up {
    display: none !important;
  }
  .news-article-base .article-body .author-reads .name {
    float: left;
  }
  .news-article-base .article-body .author-reads .date {
    float: right;
  }
  .news-article-base .article-body .article-copy .field-name-body p, .news-article-base .article-body .article-copy .body.field p {
    padding: 0 1rem;
  }
  .news-article-base .article-body .article-copy .field-name-body .twitter-tweet, .news-article-base .article-body .article-copy .body.field .twitter-tweet {
    padding: 1rem !important;
    margin: 0 auto;
  }
  .news-article-base .article-body .article-copy ul.flippy {
    margin: 1rem 0;
    padding: 0 1rem;
    display: block;
  }
  .news-article-base .article-body .article-copy ul.flippy:after {
    clear: both;
    content: "";
    display: block;
  }
  .news-article-base .article-body .article-copy ul.flippy li {
    display: block;
    width: 33.333%;
    float: left;
  }
  .news-article-base .article-body .article-copy ul.flippy li a {
    padding: 0.5rem 0.5rem;
    font-size: 0.65rem;
    line-height: 0.65rem;
    display: block;
    width: 94%;
    margin: 0 3%;
  }
  .news-article-base .article-body .article-copy ul.flippy li:last-child {
    margin: 0;
  }
  .news-article-base .article-body .comments-container {
    margin: 0 1rem 1rem;
  }

  div.share-container {
    margin: 0.5rem 0;
  }
  div.share-container .share {
    padding: 0 1rem;
  }
  div.share-container .share .at-share-btn-elements a {
    width: 32.6%;
    margin-right: 1%;
  }
  div.share-container .share .at-share-btn-elements a span.at-label {
    text-align: left;
    display: inline;
  }
  div.share-container .share .at-share-btn-elements a:last-child {
    margin: 0;
  }
  div.share-container .share .at-share-btn-elements a.at-svc-facebook {
    width: 100% !important;
    padding: 0 33% !important;
    margin: 0 0 0.5rem 0 !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 510px) {
  .giphy-wrapper {
    position: relative;
    padding-bottom: 67.5%;
    height: 0;
    margin: 10px 0;
    overflow: hidden;
    clear: both;
  }

  .giphy-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .featured-video .scroll-videos .swiper-slide .inner div.flex-video.square-video {
    background: #161616;
  }
  .featured-video .scroll-videos .swiper-slide .inner div.flex-video.square-video iframe {
    width: 100% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 350px) {
  .front section.news-carousel .favorite-article .content h2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .front section.quotes .inner h3.quote {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  div.share-container .share a span.at-label {
    font-size: 9px !important;
  }
  .news-article article .featured-full-width p.author,
.basic-news-article article .featured-full-width p.author {
    font-size: 0.75rem !important;
  }

  .list-article .field-collection-container .content .field-name-field-list-item-title {
    width: auto;
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-bottom: 1rem;
  }

  .list-article .field-collection-container .content .field-name-field-list-item-number {
    margin-right: 0.5rem;
  }

  .news-article-base .article-body .article-copy ul.flippy {
    margin: 1rem 0;
    padding: 0 1rem;
    display: block;
  }
  .news-article-base .article-body .article-copy ul.flippy:after {
    clear: both;
    content: "";
    display: block;
  }
  .news-article-base .article-body .article-copy ul.flippy li {
    display: block;
    width: 33.333%;
    float: left;
  }
  .news-article-base .article-body .article-copy ul.flippy li a {
    padding: 0.5rem 0.25rem;
    font-size: 0.5rem;
    line-height: 0.55rem;
    display: block;
    width: 94%;
    margin: 0 3%;
  }
  .news-article-base .article-body .article-copy ul.flippy li:last-child {
    margin: 0;
  }
}

/*# sourceMappingURL=t18v3z5.css.map */
