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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
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: "/{{VERSION}}/"; }

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.0625em)/";
  width: 40.0625em; }

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

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

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

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

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

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

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;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

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,
.mqa-display img,
.mqa-display embed,
.mqa-display 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; }

.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 {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .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 {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .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; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.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.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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.0625em) {
  .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.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .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.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

[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;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .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 {
    list-style: none;
    width: 50%; }
    .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 {
    list-style: none;
    width: 33.33333%; }
    .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 {
    list-style: none;
    width: 25%; }
    .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 {
    list-style: none;
    width: 20%; }
    .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 {
    list-style: none;
    width: 16.66667%; }
    .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 {
    list-style: none;
    width: 14.28571%; }
    .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 {
    list-style: none;
    width: 12.5%; }
    .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 {
    list-style: none;
    width: 11.11111%; }
    .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 {
    list-style: none;
    width: 10%; }
    .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 {
    list-style: none;
    width: 9.09091%; }
    .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 {
    list-style: none;
    width: 8.33333%; }
    .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.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .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 {
    list-style: none;
    width: 50%; }
    .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 {
    list-style: none;
    width: 33.33333%; }
    .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 {
    list-style: none;
    width: 25%; }
    .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 {
    list-style: none;
    width: 20%; }
    .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 {
    list-style: none;
    width: 16.66667%; }
    .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 {
    list-style: none;
    width: 14.28571%; }
    .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 {
    list-style: none;
    width: 12.5%; }
    .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 {
    list-style: none;
    width: 11.11111%; }
    .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 {
    list-style: none;
    width: 10%; }
    .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 {
    list-style: none;
    width: 9.09091%; }
    .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 {
    list-style: none;
    width: 8.33333%; }
    .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.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .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 {
    list-style: none;
    width: 50%; }
    .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 {
    list-style: none;
    width: 33.33333%; }
    .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 {
    list-style: none;
    width: 25%; }
    .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 {
    list-style: none;
    width: 20%; }
    .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 {
    list-style: none;
    width: 16.66667%; }
    .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 {
    list-style: none;
    width: 14.28571%; }
    .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 {
    list-style: none;
    width: 12.5%; }
    .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 {
    list-style: none;
    width: 11.11111%; }
    .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 {
    list-style: none;
    width: 10%; }
    .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 {
    list-style: none;
    width: 9.09091%; }
    .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 {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/* 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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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; }
  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.0625em) {
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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; }
  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.0625em) {
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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; }
  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.0625em) {
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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; }
  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; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.wp-members #wpmem_login,
.wp-members #wpmem_reg {
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 20px auto 0;
  padding: 15px; }
  .wp-members #wpmem_login fieldset,
  .wp-members #wpmem_reg fieldset {
    border: none;
    margin: 0; }
  .wp-members #wpmem_login legend,
  .wp-members #wpmem_reg legend {
    margin-bottom: 15px; }
  .wp-members #wpmem_login input[type="text"],
  .wp-members #wpmem_reg input[type="text"] {
    border: 1px solid #ddd; }
  .wp-members #wpmem_login .button_div,
  .wp-members #wpmem_reg .button_div {
    height: auto;
    font-size: 0.875rem;
    margin-top: -5px;
    padding: 0;
    text-align: left; }
    .wp-members #wpmem_login .button_div input[type="submit"],
    .wp-members #wpmem_reg .button_div input[type="submit"] {
      background-color: #0640a3;
      border: none;
      border-radius: 2px;
      clear: both;
      color: #fff;
      display: block;
      font-size: 1rem;
      margin: 5px 0 25px;
      padding: 5px 15px; }
  .wp-members #wpmem_login .div_text,
  .wp-members #wpmem_reg .div_text {
    width: 100%; }
  .wp-members #wpmem_login .link-text,
  .wp-members #wpmem_reg .link-text {
    font-size: 0.875rem;
    padding-top: 10px;
    text-align: left;
    width: 100%; }
    .wp-members #wpmem_login .link-text:nth-child(odd),
    .wp-members #wpmem_reg .link-text:nth-child(odd) {
      border-top: 1px solid #ddd;
      margin-top: 10px; }
    .wp-members #wpmem_login .link-text a,
    .wp-members #wpmem_reg .link-text a {
      text-decoration: none; }
      .wp-members #wpmem_login .link-text a:hover,
      .wp-members #wpmem_reg .link-text a:hover {
        text-decoration: underline; }

.wp-members #wpmem_login {
  max-width: 320px; }
  .wp-members #wpmem_login .div_text {
    margin-bottom: 10px;
    width: 100%; }

.wp-members #wpmem_msg,
.wp-members .wpmem_msg {
  background-color: #fff;
  margin: 10px auto 0;
  padding: 0; }
  .wp-members #wpmem_msg.prevent-reset,
  .wp-members .wpmem_msg.prevent-reset {
    padding: 20px;
    text-align: center; }

.wp-members #terms-of-service {
  border: 1px solid #ddd;
  height: 150px;
  margin-bottom: 14px;
  overflow-y: scroll;
  padding: 10px; }
  .wp-members #terms-of-service h2 {
    margin-top: 0; }

* {
  font-family: 'Lato', sans-serif; }

body {
  background-color: #f3f6f9; }

body:not(.logged-in) .logged-in-only {
  display: none; }

body.user-nbamedia .restricted-content {
  display: none; }

.wrapper {
  margin-bottom: -155px;
  min-height: 100%; }

.push {
  height: 155px; }

#nbagh {
  position: relative;
  z-index: 99999; }
  #nbagh .nbagh__row__ul {
    margin: 0; }

.welcome-message {
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 20px auto 0;
  padding: 15px; }
  .welcome-message .welcome-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px; }

@media screen and (max-width: 600px) {
  html #wpadminbar {
    top: -46px; } }

@media only screen and (max-width: 40em) {
  .wp-members #wpmem_reg {
    padding: 7px; }
    .wp-members #wpmem_reg .captcha {
      clear: both;
      margin: 0 0 40px;
      overflow: hidden;
      width: 304px; }
    .wp-members #wpmem_reg .div_text {
      margin-bottom: 20px; } }

.header {
  background-color: #0640a3; }
  .header__container {
    height: 70px;
    padding: 10px 0; }
    .header__container.row .columns {
      padding: 0 10px; }
  .header__nav-toggle {
    color: #FFFFFF;
    float: right;
    font-size: 1.5rem;
    line-height: 48px;
    text-decoration: none; }
  .header__logo {
    background-image: url("../img/media-central-logo.svg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    float: left;
    height: 48px;
    width: 250px; }
  .header__search {
    border-right: 1px solid #05327e;
    float: right;
    padding: 0 30px; }
    .header__search__icon {
      color: #FFFFFF;
      font-size: 1.25rem;
      height: 48px;
      line-height: 3rem;
      text-decoration: none; }
    .header__search__input {
      background: transparent;
      border: none;
      border-bottom: 1px solid #04255d;
      color: #FFFFFF;
      padding: 10px 5px; }
      .header__search__input::-webkit-input-placeholder {
        color: #FFFFFF; }
      .header__search__input:-moz-placeholder {
        color: #FFFFFF; }
      .header__search__input::-moz-placeholder {
        color: #FFFFFF; }
      .header__search__input:-ms-input-placeholder {
        color: #FFFFFF; }
      .header__search__input::-ms-input-placeholder {
        color: #FFFFFF; }
      .header__search__input:placeholder-shown {
        color: #FFFFFF; }
  .header__login {
    color: #FFFFFF;
    float: right;
    font-size: 0.75rem;
    line-height: 3rem;
    padding-left: 30px;
    text-decoration: none; }

@media only screen and (min-width: 40.0625em) {
  .header__container {
    height: 80px;
    padding: 15px 0; }
  .header__logo {
    width: 350px; } }

.nav {
  background-color: #05327e;
  position: relative;
  z-index: 9999; }
  .nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.nav_menu_mobile {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%; }
  .nav_menu_mobile .nav__container {
    height: 100%; }
  .nav_menu_mobile .nav__menu {
    line-height: 3.125rem; }
    .nav_menu_mobile .nav__menu li {
      border-bottom: 1px solid #04255d; }
    .nav_menu_mobile .nav__menu a {
      color: #FFFFFF;
      display: block;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0 20px;
      text-decoration: none; }
    .nav_menu_mobile .nav__menu .fa {
      float: right;
      line-height: 3.125rem; }
    .nav_menu_mobile .nav__menu__dropdown {
      background: #04255d;
      display: none; }
  .nav_menu_mobile .nav__search {
    border-bottom: 1px solid #04255d;
    line-height: 3.125rem;
    padding: 0 20px; }
    .nav_menu_mobile .nav__search__icon {
      color: #FFFFFF;
      font-size: 1.25rem;
      line-height: 3.125rem;
      position: absolute; }
    .nav_menu_mobile .nav__search__input {
      background: transparent;
      border: none;
      color: #FFFFFF;
      padding: 10px 0 10px 25px;
      width: 100%; }
      .nav_menu_mobile .nav__search__input::-webkit-input-placeholder {
        color: #FFFFFF; }
      .nav_menu_mobile .nav__search__input:-moz-placeholder {
        color: #FFFFFF; }
      .nav_menu_mobile .nav__search__input::-moz-placeholder {
        color: #FFFFFF; }
      .nav_menu_mobile .nav__search__input:-ms-input-placeholder {
        color: #FFFFFF; }
      .nav_menu_mobile .nav__search__input::-ms-input-placeholder {
        color: #FFFFFF; }
      .nav_menu_mobile .nav__search__input:placeholder-shown {
        color: #FFFFFF; }

.nav_menu_desktop .nav__container {
  height: 50px; }

.nav_menu_desktop .nav__menu {
  height: 100%;
  line-height: 3.125rem; }
  .nav_menu_desktop .nav__menu li {
    float: left;
    position: relative; }
  .nav_menu_desktop .nav__menu li:hover > ul {
    display: block; }
  .nav_menu_desktop .nav__menu a {
    color: #FFFFFF;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none; }
  .nav_menu_desktop .nav__menu a:hover {
    background: #04255d; }
  .nav_menu_desktop .nav__menu__dropdown {
    background-color: #05327e;
    display: none;
    position: absolute;
    width: 200px; }
    .nav_menu_desktop .nav__menu__dropdown li {
      width: 100%; }
    .nav_menu_desktop .nav__menu__dropdown a {
      line-height: 1.375rem;
      padding: 10px 20px; }

.nav-links {
  margin: 10px 0;
  text-align: center; }
  .nav-links a {
    color: #0640a3;
    margin: 0 2px;
    text-decoration: none; }
    .nav-links a:hover {
      text-decoration: underline; }
  .nav-links .current {
    font-weight: bold; }

@media only screen and (min-width: 40.0625em) {
  .nav_menu_desktop {
    display: block; } }

@media only screen and (min-width: 64.0625em) {
  .nav_menu_mobile {
    display: none !important; } }

.scoreboard {
  background: #FFFFFF;
  height: 100px;
  margin: 10px 0 0;
  overflow: hidden; }
  .scoreboard__wrap {
    height: 130px;
    position: relative; }
  .scoreboard__container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    position: relative; }
  .scoreboard__inner {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 1000px; }
  .scoreboard__game {
    border-left: 1px solid #dcdcdc;
    float: left;
    height: 100%;
    padding: 10px 20px;
    width: 199px; }
  .scoreboard a {
    text-decoration: none; }
  .scoreboard .game:hover {
    background: #EEEEEE; }
  .scoreboard .game__link {
    color: #555555;
    display: block;
    font-size: 0.75rem;
    height: 100%; }
  .scoreboard .game__header {
    clear: both;
    color: #999999;
    display: block;
    font-size: 0.6875rem;
    margin-bottom: 5px; }
    .scoreboard .game__header__date {
      float: right; }
  .scoreboard .game__scorecard {
    clear: both;
    display: block;
    margin-bottom: 5px; }
    .scoreboard .game__scorecard__team {
      clear: both;
      display: block;
      font-weight: bold;
      text-transform: uppercase; }
    .scoreboard .game__scorecard__team-score {
      float: right; }
  .scoreboard .game__broadcaster {
    font-size: 0.6875rem; }
  .scoreboard .direction-arrows {
    width: 100%; }
    .scoreboard .direction-arrows__arrow {
      height: 100%;
      position: absolute;
      top: 0; }
      .scoreboard .direction-arrows__arrow a {
        background: rgba(255, 255, 255, 0.7);
        color: #999999;
        display: block;
        font-size: 1.25rem;
        line-height: 6.25rem;
        padding: 0 15px; }
      .scoreboard .direction-arrows__arrow_direction_left {
        left: -44px; }
      .scoreboard .direction-arrows__arrow_direction_right {
        right: -39px; }

.advertisement__tag {
  text-align: center; }
  .advertisement__tag > div {
    margin: 15px 0; }

.advertisement_size_narrow {
  margin: 30px 0; }

.site-search__overlay {
  background: #0640a3;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999; }

.site-search__form {
  color: #FFFFFF;
  margin: 10px 0 30px;
  width: 100%; }
  .site-search__form .fa {
    float: left;
    line-height: 1.875rem;
    vertical-align: middle;
    width: 5%; }
  .site-search__form .fa-search {
    font-size: 20px;
    text-align: right; }
  .site-search__form .fa-times {
    cursor: pointer; }

.site-search__input {
  background: transparent;
  border: none;
  color: #FFFFFF;
  float: left;
  font-size: 1.25rem;
  height: 30px;
  margin: 0 auto;
  outline: none;
  padding: 0 15px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 90%; }
  .site-search__input:-moz-placeholder {
    color: #FFFFFF; }
  .site-search__input::-moz-placeholder {
    color: #FFFFFF; }
  .site-search__input:-ms-input-placeholder {
    color: #FFFFFF; }
  .site-search__input::-webkit-input-placeholder {
    color: #FFFFFF; }

.footer {
  background: #373737;
  margin-top: 50px;
  padding: 50px 0 30px; }
  .footer p {
    color: #888;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: center; }
    .footer p a {
      color: #888;
      font-size: 0.75rem;
      line-height: 0.75rem;
      text-decoration: none; }
      .footer p a:hover {
        text-decoration: underline; }

.asset_type_zip .asset__preview:before, .asset_type_pdf .asset__preview:before {
  color: #EEEEEE;
  display: block;
  font-family: FontAwesome;
  font-size: 100px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-decoration: inherit;
  top: 0; }

.asset_type_zip {
  position: relative; }
  .asset_type_zip .asset__preview:before {
    content: "\f1c6"; }

.asset_type_pdf {
  position: relative; }
  .asset_type_pdf .asset__preview:before {
    content: "\f1c1"; }

#nbagh header, #nbagh nav {
  background: #FFF;
  width: 100%;
  display: block; }

#nbagh nav, #nbagh nav a {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 9pt;
  font-weight: 400; }

#nbagh header {
  margin: 0;
  padding: 0; }

#nbagh nav {
  position: relative;
  z-index: 1000; }

#nbagh nav .nbagh__row {
  box-sizing: border-box;
  display: block; }

#nbagh nav .nbagh__row:after, #nbagh nav .nbagh__row:before {
  content: " ";
  display: table;
  line-height: 0; }

#nbagh nav .nbagh__row:after {
  clear: both; }

#nbagh nav .utility-logo {
  float: left;
  box-sizing: border-box;
  display: block;
  height: 35px;
  margin-right: 40px;
  margin-left: 15px;
  line-height: 21px;
  overflow-x: hidden;
  overflow-y: hidden; }

#nbagh nav .utility-logo a {
  display: block;
  margin-top: 6px;
  width: 92px;
  height: 20px;
  background: url(img/nbacomlogo.png) no-repeat; }

#nbagh nav .utility-logo span {
  overflow: hidden;
  display: block;
  height: 1px; }

#nbagh nav .nbagh__row__ul {
  height: 35px;
  margin-bottom: 0; }

@media only screen and (max-width: 641px) {
  #nbagh nav .nbagh__row__ul {
    display: none; } }

#nbagh nav a {
  background: #FFF;
  color: #0068b3;
  text-decoration: none;
  text-transform: uppercase; }

#nbagh nav a:hover {
  text-decoration: underline; }

#nbagh nav .nbagh__row__ul > li {
  float: left;
  height: 35px;
  list-style-type: none;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative; }

#nbagh nav .nbagh__row__ul > li > a {
  line-height: 35px; }

#nbagh nav .nbagh__has-dropdown ul {
  background-color: #FFF;
  list-style-type: none;
  position: absolute;
  top: 35px;
  left: -10px;
  width: 226px;
  padding: 0 10px 10px;
  margin: 0;
  box-sizing: border-box;
  float: none;
  display: none; }

#nbagh nav .nbagh__has-dropdown .teamhdr, #nbagh nav .nbagh__has-dropdown .teamlnk {
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  font-size: 9pt;
  text-transform: uppercase;
  line-height: 27px; }

#nbagh nav .nbagh__has-dropdown:hover ul {
  display: block; }

#nbagh nav .nbagh__has-dropdown .teamhdr {
  font-weight: 700; }

#nbagh nav .nbagh__has-dropdown .teamemi {
  float: left;
  width: 103px;
  height: 27px;
  line-height: 27px;
  margin: 0; }

.content {
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
  padding-bottom: 30px; }
  .content_type_section {
    background: none;
    border: none; }
    .content_type_section .columns {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
  .content__title {
    margin-bottom: 0; }
    .content__title--hidden {
      height: 0; }
  .content__published {
    color: #555555;
    font-size: 0.625rem;
    margin-top: 0;
    text-transform: uppercase; }
  .content .section {
    background: #FFFFFF;
    border: 1px solid #dcdcdc;
    float: left;
    margin-top: 10px;
    padding: 0.9375rem;
    position: relative;
    width: 100%; }
    .content .section h2 {
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin: 0; }
    .content .section p {
      margin: 10px 0; }
    .content .section a {
      color: #0640a3;
      font-size: 0.75rem;
      line-height: 1.125rem;
      text-decoration: none; }
      .content .section a:hover {
        text-decoration: underline; }
    .content .section__list {
      margin: 10px 0 0 15px;
      padding: 0; }
    .content .section__list-item {
      font-size: 0.75rem; }
    .content .section__title {
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin: 0; }
    .content .section__excerpt {
      font-size: 0.75rem;
      line-height: 1.125rem; }
    .content .section__published {
      font-size: 0.625rem;
      line-height: 0.625rem; }
    .content .section_name_media-guide {
      height: 110px; }
      .content .section_name_media-guide p {
        margin-top: 5px; }
      .content .section_name_media-guide .media-guide-thumbnail {
        height: 100px;
        position: absolute;
        right: 15px;
        top: 5px;
        width: 100px; }
    .content .section_type_featured {
      padding: 0; }
      .content .section_type_featured img {
        height: 100%;
        width: 100%; }
      .content .section_type_featured .section__content {
        padding: 15px; }
    .content .section_type_normal .columns {
      padding: 0; }
    @media only screen and (min-width: 40.0625em) {
      .content .section_type_normal .section__content {
        padding-left: 15px; } }
    .content .section__aside h3 {
      font-size: 1rem;
      line-height: 1.25rem;
      margin: 0; }
    .content .section__aside p {
      font-size: 0.875rem; }
  @media only screen and (min-width: 40.0625em) {
    .content .section_type_featured {
      border: none;
      height: 320px; }
      .content .section_type_featured img {
        left: 0;
        position: absolute;
        top: 0; }
      .content .section_type_featured .section__content {
        bottom: 10px;
        color: #FFFFFF;
        position: absolute; }
      .content .section_type_featured .section__title {
        font-size: 1.5rem;
        line-height: 1.875rem; }
      .content .section_type_featured .section__excerpt {
        font-size: 0.875rem;
        line-height: 1.5rem; }
    .content_type_normal .section__content {
      padding-left: 15px; } }

.archive .article {
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  margin: 15px auto 0;
  padding: 10px 0; }
  .archive .article__title {
    margin: 0; }
  .archive .article__permalink {
    color: #0640a3;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.25rem;
    text-decoration: none; }
    .archive .article__permalink:hover {
      text-decoration: underline; }
  .archive .article__published {
    color: #555555;
    font-size: 0.625rem;
    margin-top: 0;
    text-transform: uppercase; }

.archive .sidebar__section {
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  margin-top: 15px;
  padding: 10px 0; }

.archive .sidebar__title {
  font-size: 1rem;
  line-height: 2rem;
  margin: 0; }

.archive .sidebar__menu {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 0;
  padding-left: 20px; }
  .archive .sidebar__menu a {
    color: #0640a3;
    text-decoration: none; }
  .archive .sidebar__menu a:hover {
    text-decoration: underline; }
  .archive .sidebar__menu ul {
    padding-left: 20px; }

.search__title {
  margin-bottom: 0; }

.search .article {
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  margin: 15px auto 0;
  padding: 10px 0; }
  .search .article__title {
    margin: 0; }
  .search .article__permalink {
    color: #0640a3;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.25rem;
    text-decoration: none; }
    .search .article__permalink:hover {
      text-decoration: underline; }
  .search .article__published {
    color: #555555;
    font-size: 0.625rem;
    margin-top: 0;
    text-transform: uppercase; }

.search__form {
  position: relative; }
  .search__form__icon {
    left: 5px;
    line-height: 35px;
    position: absolute; }
  .search__form__input {
    line-height: 1.875rem;
    padding-left: 25px;
    width: 100%; }

.search .sidebar__section {
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  margin-top: 15px;
  padding: 10px 0; }

.search .sidebar__title {
  font-size: 1rem;
  line-height: 2rem;
  margin: 0; }

.search .sidebar__menu {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 0;
  padding-left: 20px; }
  .search .sidebar__menu a {
    color: #0640a3;
    text-decoration: none; }
  .search .sidebar__menu a:hover {
    text-decoration: underline; }
  .search .sidebar__menu ul {
    padding-left: 20px; }

.logos {
  background: transparent;
  border: none; }
  .logos .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .logos .column + .column:last-child,
  .logos .columns + .column:last-child,
  .logos .column + .columns:last-child,
  .logos .columns + .columns:last-child {
    float: left; }
  .logos .section {
    margin-top: 20px; }

.logos-archive__logo {
  margin-bottom: 10px; }

.logos-archive__title {
  margin: 0; }

.content .logos-archive__title a {
  font-size: 1rem;
  line-height: 1.5; }

.logo-index .nav__categories {
  padding-left: 0; }
  .logo-index .nav__categories li {
    display: inline-block; }
    .logo-index .nav__categories li a {
      border: 1px solid #EEEEEE;
      display: block;
      font-size: 1rem;
      font-weight: bold;
      margin: 6px;
      padding: 10px 15px;
      text-align: center;
      width: 275px; }

.logo {
  background: transparent;
  border: none; }
  .logo__title {
    margin-bottom: 0; }
  .logo__sub-title {
    border-bottom: 1px solid #EEEEEE;
    font-size: 1rem;
    margin-bottom: 0; }
  .logo__assets__list {
    float: left;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    position: relative;
    width: 100%; }
  .logo__assets__list-item {
    float: left;
    margin: 0 10px 10px 0; }
  .logo__assets .asset {
    display: block;
    float: left;
    text-align: center; }
    .logo__assets .asset__preview {
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 150px;
      width: 150px; }
    .logo__assets .asset__filename {
      display: block; }

.teams {
  background: transparent;
  border: none; }
  .teams .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .teams .column + .column:last-child,
  .teams .columns + .column:last-child,
  .teams .column + .columns:last-child,
  .teams .columns + .columns:last-child {
    float: left; }
  .teams .section {
    margin-top: 20px; }
  .teams__team {
    display: block;
    text-align: center; }
  .teams__team-logo-container {
    height: 100px;
    margin-bottom: 10px;
    position: relative;
    width: 100%; }
  .teams__team-logo {
    margin-bottom: 10px; }
    .teams__team-logo_pos_centered {
      bottom: 0;
      height: auto;
      left: 0;
      margin: auto;
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: auto; }

.team {
  background: transparent;
  border: none; }
  .team__title {
    margin-bottom: 0; }
  .team__sub-title {
    border-bottom: 1px solid #EEEEEE;
    font-size: 1rem;
    margin-bottom: 0; 
	clear: both;
	}
  .team__assets__list {
    float: left;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    position: relative;
    width: 100%; }
  .team__assets__list-item {
    float: left;
    margin: 0 10px 10px 0; }
  .team__assets .asset {
    display: block;
    float: left;
    text-align: center; }
    .team__assets .asset__preview {
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 150px;
      width: 150px; }
    .team__assets .asset__filename {
      display: block; }
  .team__headshots__list {
    float: left;
    list-style: none;
    margin: 10px 0 20px;
    padding: 0 20px;
    width: 100%; }
  .team__headshots__list-item {
    float: left;
    margin: 10px 0; }
  .team__headshots__headshot {
    height: 100px; }
  .team__headshots__name {
    text-align: center; }
  .team__headshots__ext {
    text-align: center;
    text-transform: uppercase; }

.executive-card {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left;
  cursor: pointer;
  margin-bottom: 2.5rem;
  min-height: 300px;
  position: relative; }
  .executive-card h4 {
    color: #000000;
    font-size: 1.25rem;
    margin: 1rem 0 0;
    text-align: center;
    text-transform: uppercase; }
  .executive-card h5 {
    color: #333333;
    font-size: 1rem;
    font-weight: 300;
    margin: 0 1.875rem;
    text-align: center; }
  .executive-card__image {
    text-align: center; }

.executives .row {
  padding: 25px 0 0; }
  .executives .row:nth-child(odd) {
    background: #f3f6f9; }

.executives__top-row .executive-card {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left; }
  .executives__top-row .executive-card h5 {
    margin: 0 auto;
    max-width: 320px; }

.executives__bottom-row .executive-card {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left;
  float: none;
  margin: 0 auto; }

@media only screen and (min-width: 64.0625em) {
  .executive-card:nth-child(3n+0) .executive-card__bio {
    left: -87%;
    right: auto; }
    .executive-card:nth-child(3n+0) .executive-card__bio:after {
      background: url("../img/Empolyees_Arrow.svg");
      left: auto;
      right: -30px;
      transform: rotate(0deg); } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .executive-card__bio {
    right: -87%; }
  .executive-card:nth-child(3n+0) .executive-card__bio {
    left: -87%; }
    .executive-card:nth-child(3n+0) .executive-card__bio:after {
      background: url("../img/Empolyees_Arrow.svg");
      left: auto;
      right: -30px;
      transform: rotate(0deg); } }

@media only screen and (max-width: 40em) {
  .executive-card {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    text-align: center; }
    .executive-card__image {
      margin: 0 auto; }
  .executives__top-row .executive-card, .executives__bottom-row .executive-card {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; } }

@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .executive-card {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    text-align: center; }
    .executive-card__image {
      margin: 0 auto; }
    .executive-card:nth-child(3n+0) .executive-card__bio {
      left: auto; }
      .executive-card:nth-child(3n+0) .executive-card__bio:after {
        background: url("../img/Empolyees_Arrow_up.svg");
        background-repeat: no-repeat;
        left: 50%;
        margin-left: -16px;
        right: auto;
        top: -39px;
        transform: rotate(0deg); } }

.widgets {
  margin-top: 10px;
  padding: 0 10px; }
  .widgets .widget {
    background: #FFFFFF;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    position: relative; }
    .widgets .widget_height_tall,
    .widgets .widget_height_tall .widget__container {
      height: 320px; }
    .widgets .widget__container {
      overflow: hidden; }
    .widgets .widget__featured-image {
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 320px;
      max-width: initial; }
    .widgets .widget__content {
      float: left;
      margin-right: 10px;
      padding: 0 10px;
      width: 100%; }
      .widgets .widget__content .widget__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        margin: 0; }
    .widgets .widget__permalink {
      color: #0640a3;
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 1.6875rem;
      text-decoration: none; }
      .widgets .widget__permalink:hover {
        text-decoration: underline; }
    .widgets .widget__excerpt {
      color: #222222;
      font-size: 0.75rem;
      margin-top: 0; }
    .widgets .widget__published {
      color: #555555;
      font-size: 0.625rem;
      margin: 10px 0;
      text-transform: uppercase; }
    .widgets .widget:last-child {
      float: left; }
  .widgets__stats {
    margin-top: 30px; }
    .widgets__stats iframe {
      border: none;
      height: 556px;
      width: 100%; }
  @media only screen and (min-width: 40.0625em) {
    .widgets .widget_height_short {
      height: 155px; }
    .widgets .widget__container {
      background: #FFFFFF;
      border: 1px solid #dcdcdc;
      height: 100%;
      margin-right: 10px; }
    .widgets .widget_size_narrow {
      background: none;
      border: none; }
    .widgets .widget_size_wide {
      background: none;
      border: none; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .widgets {
      padding-right: 0; }
      .widgets__right .widget__container {
        margin-right: 10px; }
      .widgets__right .widget_size_narrow {
        background: none;
        border: none; }
        .widgets__right .widget_size_narrow .widget__container {
          background: #FFFFFF;
          border: 1px solid #dcdcdc; }
      .widgets__right .widget_size_wide {
        margin-right: 5px; }
        .widgets__right .widget_size_wide + .widget_size_narrow > .widget__container {
          margin-left: 0;
          margin-right: 5px; }
      .widgets__stats .widget__container {
        margin-right: 10px; } }
  @media screen and (min-width: 992px) {
    .widgets__stats iframe {
      height: 350px; } }
  @media only screen and (min-width: 64.0625em) {
    .widgets__right .widget_size_narrow {
      width: 100%; } }

.article-widget .widget__content,
.generic-widget .widget__content {
  bottom: 0;
  position: absolute; }

.article-widget_size_narrow .widget__container,
.generic-widget_size_narrow .widget__container {
  position: relative; }

.article-widget_size_narrow .widget__featured-image,
.generic-widget_size_narrow .widget__featured-image {
  height: 185px; }

.article-widget_size_narrow .widget__content,
.generic-widget_size_narrow .widget__content {
  height: 135px;
  padding: 10px; }

.article-widget_size_wide,
.generic-widget_size_wide {
  border: none; }
  .article-widget_size_wide .widget__container,
  .generic-widget_size_wide .widget__container {
    border: none; }
  .article-widget_size_wide .widget__content,
  .generic-widget_size_wide .widget__content {
    background-color: rgba(0, 0, 0, 0.65);
    padding-top: 10px; }
  .article-widget_size_wide .widget__permalink,
  .generic-widget_size_wide .widget__permalink {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: bold; }
  .article-widget_size_wide .widget__excerpt,
  .generic-widget_size_wide .widget__excerpt {
    color: #FFFFFF; }
  .article-widget_size_wide .widget__published,
  .generic-widget_size_wide .widget__published {
    color: #FFFFFF;
    font-size: 0.625rem;
    text-transform: uppercase; }

@media only screen and (min-width: 40.0625em) {
  .article-widget_size_wide .widget__content,
  .generic-widget_size_wide .widget__content {
    padding-left: 20px;
    right: 0; } }

.callout-widget .widget__content {
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  border-bottom: 3px solid #05327e;
  font-size: 0.875rem;
  padding: 10px; }

.callout-widget .widget__title {
  font-size: 1.125rem;
  margin: 0; }

.logoman-widget .widget__logo-wrap {
  float: left;
  height: 100%;
  width: 20%; }

.logoman-widget .widget__logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 100px;
  margin-top: 10px;
  width: 100%; }
  .logoman-widget .widget__logo_league_dleague {
    background-image: url("../img/dleague-logo.svg"); }
  .logoman-widget .widget__logo_league_nba {
    background-image: url("../img/nba-logo.svg"); }
  .logoman-widget .widget__logo_league_wnba {
    background-image: url("../img/wnba-logo.svg"); }

.logoman-widget .widget__content {
  margin-right: 0;
  padding-top: 10px;
  width: 80%; }

.logoman-widget_size_narrow .widget__container {
  height: auto; }

.nav-menu-widget .widget__container {
  padding: 10px; }

.nav-menu-widget .widget__title {
  margin: 0 0 5px; }

.nav-menu-widget__menu {
  margin: 0;
  padding: 0; }
  .nav-menu-widget__menu li {
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 0; }
  .nav-menu-widget__menu a {
    color: #05327e;
    text-decoration: none; }
  .nav-menu-widget__menu a:hover {
    text-decoration: underline; }

.news-list-widget .widget__title {
  color: #222222;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6875rem;
  margin-bottom: 20px;
  text-align: center; }

.news-list-widget__article {
  float: left;
  margin-bottom: 10px;
  width: 100%; }
  .news-list-widget__article__excerpt {
    float: left;
    width: 66%; }
  .news-list-widget__article__title {
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin: 0; }

.news-list-widget .widget__featured-image {
  float: left;
  height: 60px;
  max-width: 120px;
  padding-right: 10px;
  width: 33%; }

.news-list-widget .widget__permalink {
  font-size: 0.75rem;
  line-height: 1.125rem; }

.news-list-widget .widget__more {
  float: left;
  font-size: 0.75rem;
  padding: 0 10px;
  text-align: right;
  width: 100%; }
  .news-list-widget .widget__more a {
    text-decoration: none; }
    .news-list-widget .widget__more a:hover {
      text-decoration: underline; }

.player-widget__player {
  position: relative; }
  .player-widget__player img {
    max-width: inherit; }
  .player-widget__player__info {
    left: 200px;
    position: absolute;
    top: 20px;
    z-index: 2; }
  .player-widget__player__headshot {
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid #dcdcdc;
    height: 135px;
    padding-left: 30px;
    width: 215px; }
  .player-widget__player__noheadshot {
    background-repeat: no-repeat;
    background-size: contain;
    height: 135px;
    padding-left: 30px;
    width: 215px; }
  .player-widget__player__name {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    text-transform: uppercase; }
  .player-widget__player__last-name {
    display: block;
    font-size: 1.25rem; }
  .player-widget__player__byline {
    color: #555555;
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin: 0;
    text-transform: uppercase; }

.player-widget .widget__content {
  height: 185px;
  padding-top: 10px; }

.player-widget_team_atlanta-hawks .player-widget__player__headshot {
  background-image: url("../img/teams/atlanta-hawks_bg.svg"); }

.player-widget_team_boston-celtics .player-widget__player__headshot {
  background-image: url("../img/teams/boston-celtics_bg.svg"); }

.player-widget_team_brooklyn-nets .player-widget__player__headshot {
  background-image: url("../img/teams/brooklyn-nets_bg.svg"); }

.player-widget_team_charlotte-hornets .player-widget__player__headshot {
  background-image: url("../img/teams/charlotte-hornets_bg.svg"); }

.player-widget_team_chicago-bulls .player-widget__player__headshot {
  background-image: url("../img/teams/chicago-bulls_bg.svg"); }

.player-widget_team_cleveland-cavaliers .player-widget__player__headshot {
  background-image: url("../img/teams/cleveland-cavaliers_bg.svg"); }

.player-widget_team_dallas-mavericks .player-widget__player__headshot {
  background-image: url("../img/teams/dallas-mavericks_bg.svg"); }

.player-widget_team_denver-nuggets .player-widget__player__headshot {
  background-image: url("../img/teams/denver-nuggets_bg.svg"); }

.player-widget_team_detroit-pistons .player-widget__player__headshot {
  background-image: url("../img/teams/detroit-pistons_bg.svg"); }

.player-widget_team_golden-state-warriors .player-widget__player__headshot {
  background-image: url("../img/teams/golden-state-warriors_bg.svg"); }

.player-widget_team_houston-rockets .player-widget__player__headshot {
  background-image: url("../img/teams/houston-rockets_bg.svg"); }

.player-widget_team_indiana-pacers .player-widget__player__headshot {
  background-image: url("../img/teams/indiana-pacers_bg.svg"); }

.player-widget_team_los-angeles-clippers .player-widget__player__headshot {
  background-image: url("../img/teams/los-angeles-clippers_bg.svg"); }

.player-widget_team_los-angeles-lakers .player-widget__player__headshot {
  background-image: url("../img/teams/los-angeles-lakers_bg.svg"); }

.player-widget_team_memphis-grizzlies .player-widget__player__headshot {
  background-image: url("../img/teams/memphis-grizzlies_bg.svg"); }

.player-widget_team_miami-heat .player-widget__player__headshot {
  background-image: url("../img/teams/miami-heat_bg.svg"); }

.player-widget_team_milwaukee-bucks .player-widget__player__headshot {
  background-image: url("../img/teams/milwaukee-bucks_bg.svg"); }

.player-widget_team_minnesota-timberwolves .player-widget__player__headshot {
  background-image: url("../img/teams/minnesota-timberwolves_bg.svg"); }

.player-widget_team_new-orleans-pelicans .player-widget__player__headshot {
  background-image: url("../img/teams/new-orleans-pelicans_bg.svg"); }

.player-widget_team_new-york-knicks .player-widget__player__headshot {
  background-image: url("../img/teams/new-york-knicks_bg.svg"); }

.player-widget_team_oklahoma-city-thunder .player-widget__player__headshot {
  background-image: url("../img/teams/oklahoma-city-thunder_bg.svg"); }

.player-widget_team_orlando-magic .player-widget__player__headshot {
  background-image: url("../img/teams/orlando-magic_bg.svg"); }

.player-widget_team_philadelphia-76ers .player-widget__player__headshot {
  background-image: url("../img/teams/philadelphia-76ers_bg.svg"); }

.player-widget_team_phoenix-suns .player-widget__player__headshot {
  background-image: url("../img/teams/phoenix-suns_bg.svg"); }

.player-widget_team_portland-trail-blazers .player-widget__player__headshot {
  background-image: url("../img/teams/portland-trail-blazers_bg.svg"); }

.player-widget_team_sacramento-kings .player-widget__player__headshot {
  background-image: url("../img/teams/sacramento-kings_bg.svg"); }

.player-widget_team_san-antonio-spurs .player-widget__player__headshot {
  background-image: url("../img/teams/san-antonio-spurs_bg.svg"); }

.player-widget_team_toronto-raptors .player-widget__player__headshot {
  background-image: url("../img/teams/toronto-raptors_bg.svg"); }

.player-widget_team_utah-jazz .player-widget__player__headshot {
  background-image: url("../img/teams/utah-jazz_bg.svg"); }

.player-widget_team_washington-wizards .player-widget__player__headshot {
  background-image: url("../img/teams/washington-wizards_bg.svg"); }

.player-widget_team_atlanta-dream .player-widget__player__headshot {
  background-image: url("../img/teams/atlanta-dream_bg.svg"); }

.player-widget_team_chicago-sky .player-widget__player__headshot {
  background-image: url("../img/teams/chicago-sky_bg.svg"); }

.player-widget_team_connecticut-sun .player-widget__player__headshot {
  background-image: url("../img/teams/connecticut-sun_bg.svg"); }

.player-widget_team_indiana-fever .player-widget__player__headshot {
  background-image: url("../img/teams/indiana-fever_bg.svg"); }

.player-widget_team_los-angeles .player-widget__player__headshot {
  background-image: url("../img/teams/los-angeles_bg.svg"); }

.player-widget_team_minnesota-lynx .player-widget__player__headshot {
  background-image: url("../img/teams/minnesota-lynx_bg.svg"); }

.player-widget_team_new-york .player-widget__player__headshot {
  background-image: url("../img/teams/new-york_bg.svg"); }

.player-widget_team_phoenix-mercury .player-widget__player__headshot {
  background-image: url("../img/teams/phoenix-mercury_bg.svg"); }

.player-widget_team_san-antonio .player-widget__player__headshot {
  background-image: url("../img/teams/san-antonio_bg.svg"); }

.player-widget_team_seattle-storm .player-widget__player__headshot {
  background-image: url("../img/teams/seattle-storm_bg.svg"); }

.player-widget_team_tulsa-shock .player-widget__player__headshot {
  background-image: url("../img/teams/tulsa-shock_bg.svg"); }

.player-widget_team_washington-mystics .player-widget__player__headshot {
  background-image: url("../img/teams/washington-mystics_bg.svg"); }

@media only screen and (min-width: 40.0625em) {
  .player-widget_size_wide .widget__container {
    position: relative; }
  .player-widget_size_wide .player-widget__player__info {
    left: 225px;
    top: 10px; }
  .player-widget_size_wide .player-widget__player__name {
    float: left;
    margin-right: 10px; }
  .player-widget_size_wide .player-widget__player__last-name {
    display: inline;
    font-size: 1rem; }
  .player-widget_size_wide .player-widget__player__byline {
    float: left;
    font-size: 0.625rem;
    line-height: 1.5rem; }
  .player-widget_size_wide .widget__content {
    height: 105px;
    left: 215px;
    padding: 5px 0 0 10px;
    position: absolute;
    top: 30px;
    width: auto; }
  .player-widget_size_wide .widget__title,
  .player-widget_size_wide .widget__permalink {
    font-size: 0.875rem;
    line-height: 1.3125rem; } }

.stat-widget .widget__stat {
  padding-top: 20px;
  text-align: center; }

.stat-widget .stat-widget__value {
  font-size: 3.75rem;
  line-height: 3.75rem;
  margin-bottom: 15px; }

.stat-widget .stat-widget__title {
  color: #888888;
  font-size: 1rem;
  line-height: 1rem; }

.stat-widget .widget__content {
  padding-top: 10px; }

@media only screen and (min-width: 40.0625em) {
  .stat-widget_size_narrow .widget__content {
    padding-top: 25px; }
  .stat-widget_size_wide .widget__stat {
    float: left;
    padding-top: 10px;
    width: 30%; }
  .stat-widget_size_wide .widget__content {
    float: left;
    margin-right: 0;
    width: 70%; }
  .stat-widget_size_wide .stat-widget__value {
    margin-bottom: 5px; } }

.team-widget .widget__team-info {
  padding: 10px; }

.team-widget .widget__team-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 100px;
  margin-right: 10px;
  width: 100px; }

.team-widget .widget__team-name {
  float: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase; }
  .team-widget .widget__team-name__city {
    display: block; }
  .team-widget .widget__team-name__name {
    display: block;
    font-size: 1.25rem; }

.team-widget_team_atlanta-hawks .widget__team-logo {
  background-image: url("../img/teams/atlanta-hawks_primary-logo.svg"); }

.team-widget_team_boston-celtics .widget__team-logo {
  background-image: url("../img/teams/boston-celtics_primary-logo.svg"); }

.team-widget_team_brooklyn-nets .widget__team-logo {
  background-image: url("../img/teams/brooklyn-nets_primary-logo.svg"); }

.team-widget_team_charlotte-hornets .widget__team-logo {
  background-image: url("../img/teams/charlotte-hornets_primary-logo.svg"); }

.team-widget_team_chicago-bulls .widget__team-logo {
  background-image: url("../img/teams/chicago-bulls_primary-logo.svg"); }

.team-widget_team_cleveland-cavaliers .widget__team-logo {
  background-image: url("../img/teams/cleveland-cavaliers_primary-logo.svg"); }

.team-widget_team_dallas-mavericks .widget__team-logo {
  background-image: url("../img/teams/dallas-mavericks_primary-logo.svg"); }

.team-widget_team_denver-nuggets .widget__team-logo {
  background-image: url("../img/teams/denver-nuggets_primary-logo.svg"); }

.team-widget_team_detroit-pistons .widget__team-logo {
  background-image: url("../img/teams/detroit-pistons_primary-logo.svg"); }

.team-widget_team_golden-state-warriors .widget__team-logo {
  background-image: url("../img/teams/golden-state-warriors_primary-logo.svg"); }

.team-widget_team_houston-rockets .widget__team-logo {
  background-image: url("../img/teams/houston-rockets_primary-logo.svg"); }

.team-widget_team_indiana-pacers .widget__team-logo {
  background-image: url("../img/teams/indiana-pacers_primary-logo.svg"); }

.team-widget_team_los-angeles-clippers .widget__team-logo {
  background-image: url("../img/teams/los-angeles-clippers_primary-logo.svg"); }

.team-widget_team_los-angeles-lakers .widget__team-logo {
  background-image: url("../img/teams/los-angeles-lakers_primary-logo.svg"); }

.team-widget_team_memphis-grizzlies .widget__team-logo {
  background-image: url("../img/teams/memphis-grizzlies_primary-logo.svg"); }

.team-widget_team_miami-heat .widget__team-logo {
  background-image: url("../img/teams/miami-heat_primary-logo.svg"); }

.team-widget_team_milwaukee-bucks .widget__team-logo {
  background-image: url("../img/teams/milwaukee-bucks_primary-logo.svg"); }

.team-widget_team_minnesota-timberwolves .widget__team-logo {
  background-image: url("../img/teams/minnesota-timberwolves_primary-logo.svg"); }

.team-widget_team_new-orleans-pelicans .widget__team-logo {
  background-image: url("../img/teams/new-orleans-pelicans_primary-logo.svg"); }

.team-widget_team_new-york-knicks .widget__team-logo {
  background-image: url("../img/teams/new-york-knicks_primary-logo.svg"); }

.team-widget_team_oklahoma-city-thunder .widget__team-logo {
  background-image: url("../img/teams/oklahoma-city-thunder_primary-logo.svg"); }

.team-widget_team_orlando-magic .widget__team-logo {
  background-image: url("../img/teams/orlando-magic_primary-logo.svg"); }

.team-widget_team_philadelphia-76ers .widget__team-logo {
  background-image: url("../img/teams/philadelphia-76ers_primary-logo.svg"); }

.team-widget_team_phoenix-suns .widget__team-logo {
  background-image: url("../img/teams/phoenix-suns_primary-logo.svg"); }

.team-widget_team_portland-trail-blazers .widget__team-logo {
  background-image: url("../img/teams/portland-trail-blazers_primary-logo.svg"); }

.team-widget_team_sacramento-kings .widget__team-logo {
  background-image: url("../img/teams/sacramento-kings_primary-logo.svg"); }

.team-widget_team_san-antonio-spurs .widget__team-logo {
  background-image: url("../img/teams/san-antonio-spurs_primary-logo.svg"); }

.team-widget_team_toronto-raptors .widget__team-logo {
  background-image: url("../img/teams/toronto-raptors_primary-logo.svg"); }

.team-widget_team_utah-jazz .widget__team-logo {
  background-image: url("../img/teams/utah-jazz_primary-logo.svg"); }

.team-widget_team_washington-wizards .widget__team-logo {
  background-image: url("../img/teams/washington-wizards_primary-logo.svg"); }

@media only screen and (min-width: 40.0625em) {
  .team-widget_size_wide .widget__team-info {
    float: left;
    height: 100%;
    min-width: 120px;
    width: 25%; }
  .team-widget_size_wide .widget__team-logo {
    height: 100%;
    width: 100%; }
  .team-widget_size_wide .widget__team-name {
    float: none;
    left: 25%;
    margin: 10px 0 0;
    position: absolute;
    top: 0; }
    .team-widget_size_wide .widget__team-name__city {
      display: inline;
      font-size: 1rem; }
    .team-widget_size_wide .widget__team-name__name {
      display: inline;
      font-size: 1rem; }
  .team-widget_size_wide .widget__content {
    margin: 35px 0 0;
    padding-left: 0;
    width: 75%; } }

.text-widget .widget__container {
  padding: 10px; }

.video-widget {
  cursor: pointer; }
  .video-widget .widget__content {
    bottom: 0;
    height: 135px;
    padding-top: 10px;
    position: absolute; }
  .video-widget .widget__video {
    background: #000000;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
  .video-widget_size_narrow .widget__container {
    position: relative; }
  .video-widget_size_narrow .widget__featured-image {
    height: 185px; }
  .video-widget_size_narrow .widget__overlay {
    background: url("../img/play-btn-sm.png") center center no-repeat;
    height: 185px;
    position: absolute;
    top: 0;
    width: 100%; }
  .video-widget_size_wide {
    border: none; }
    .video-widget_size_wide .widget__overlay {
      background: url("../img/play-btn-lg.png") center center no-repeat;
      height: 220px;
      position: absolute;
      top: 0;
      width: 100%; }
    .video-widget_size_wide .widget__content {
      background-color: rgba(0, 0, 0, 0.65);
      width: 100%; }
    .video-widget_size_wide .widget__title {
      color: #FFFFFF;
      font-size: 1.5rem;
      font-weight: bold;
      text-decoration: none; }
    .video-widget_size_wide .widget__excerpt {
      color: #FFFFFF; }
  @media only screen and (min-width: 40.0625em) {
    .video-widget_size_wide .widget__content {
      padding-left: 20px;
      right: 0; } }
button.bulk-download.btn.btn-primary {
    border-radius: 4px;
    margin: 10px 0;
    clear: both;
    background: #0640A3;
    border: 1px solid #0640A3;
    color: #fff;
    padding: 10px 15px;
    float: right;
}
button.bulk-download.btn.btn-primary:hover {
    opacity: 0.8;
}
.download_overlay img {
    margin-top: 14%;
    margin-left: 42%;
    width: 200px;
}
.download_overlay {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}