@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500");
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,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*IMPORT FOUNDATION ************************************/
/*$button-sml: rem-calc(8);*/
/*$button-margin-bottom: rem-calc(0);*/
/*$button-font-color: $primary-color;*/
/*$button-border-width: 1px;*/
/*$button-border-style: solid;*/
/*$button-bg-color: $silver;*/
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #333333;
  cursor: auto;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  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: 62.5rem;
  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.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.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.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.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; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8;
      color: #252525; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #252525;
      display: block;
      font-family: Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    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.063em) {
  .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.063em) {
  .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; } }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #AAAAAA;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #AAAAAA;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inline-list > li > * {
      display: block; }

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }
  ul.pagination li {
    color: #252525;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.0625rem 0.625rem 0.0625rem; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999;
      pointer-events: none; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #008CBA;
      color: #FFFFFF;
      cursor: default;
      font-weight: bold; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008CBA; }
  ul.pagination li {
    display: block;
    float: left; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008CBA; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  .panel.radius {
    border-radius: 3px; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.6875rem;
  margin-bottom: 0;
  padding: 0.125rem; }
  .progress .meter {
    background: #008CBA;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
    .progress .meter.secondary {
      background: #e7e7e7;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.success {
      background: #43AC6A;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.alert {
      background: #f04124;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
  .progress.secondary .meter {
    background: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.success .meter {
    background: #43AC6A;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #252525;
      font-family: Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #FFFFFF;
      color: #252525; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #003f54 !important;
    color: #008CBA !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 2.8125rem;
      z-index: 98; }

.top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 2.8125rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #FFFFFF;
        display: block;
        font-weight: normal;
        padding: 0 0.9375rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      display: block;
      font-size: 0.8125rem;
      font-weight: bold;
      height: 2.8125rem;
      line-height: 2.8125rem;
      padding: 0 0.9375rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #FFFFFF;
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      color: #FFFFFF;
      display: block;
      font-family: Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      padding-left: 0.9375rem;
      padding: 12px 0 12px 0.9375rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        background-color: #008CBA;
        border-color: #AAAAAA;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      background-color: #008CBA;
      border-color: #AAAAAA;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007095; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #FFFFFF;
      background: #252525; }
    .top-bar-section ul li.active > a {
      background: #008CBA;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.625rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0.9375rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 62.5rem; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #252525;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #333333;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #252525; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #008CBA;
      color: #FFFFFF;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #333333;
        color: #FFFFFF;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333333;
        color: #FFFFFF; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #FFFFFF;
        background: #252525; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #4e4e4e;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      height: 2.8125rem;
      padding: 0 0.9375rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #252525;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #717171;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #717171;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333333;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #575757; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #575757; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #717171; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #FFFFFF;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 16.25rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #FFFFFF;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 16.25rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #FFFFFF;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 16.25rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #FFFFFF;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 16.25rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #333333;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    display: block;
    padding: 0.66667rem;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(16.25rem, 0, 0);
  -moz-transform: translate3d(16.25rem, 0, 0);
  -ms-transform: translate(16.25rem, 0);
  -o-transform: translate3d(16.25rem, 0, 0);
  transform: translate3d(16.25rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.3), 4px 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-16.25rem, 0, 0);
  -moz-transform: translate3d(-16.25rem, 0, 0);
  -ms-transform: translate(-16.25rem, 0);
  -o-transform: translate3d(-16.25rem, 0, 0);
  transform: translate3d(-16.25rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.3), 4px 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.3), 4px 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.3), 4px 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.3), 4px 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.3), 4px 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.3), 4px 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.3), 4px 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.3), 4px 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -16.25rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -16.25rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 16.25rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 16.25rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 16.25rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #FFFFFF;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #333333;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #b3b3b3;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 16.25rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #FFFFFF;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #333333;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #b3b3b3;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 16.25rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #FFFFFF;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #333333;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #b3b3b3;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 16.25rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #FFFFFF;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #333333;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #b3b3b3;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .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.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    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.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    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.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    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.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    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; } }

/*#a8ca4f*/
/* FONTS ************************************/
@font-face {
  font-family: 'ronniaregular';
  src: url("/static/fonts/ronniareg-webfont.eot?28k8tf");
  src: url("/static/fonts/ronniareg-webfont.eot?#iefix28k8tf") format("embedded-opentype"), url("/static/fonts/ronniareg-webfont.woff?28k8tf") format("woff"), url("/static/fonts/ronniareg-webfont.ttf?28k8tf") format("truetype"), url("/static/fonts/ronniareg-webfont.svg?28k8tf#ronniareg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ICOMOON ********************************/
@font-face {
  font-family: "FFGI-V4";
  src: url("/static/fonts/FFGI-V4.eot?osfqhs");
  src: url("/static/fonts/FFGI-V4.eot?osfqhs#iefix") format("embedded-opentype"), url("/static/fonts/FFGI-V4.ttf?osfqhs") format("truetype"), url("/static/fonts/FFGI-V4.woff?osfqhs") format("woff"), url("/static/fonts/FFGI-V4.svg?osfqhs#FFGI-V4") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "FFGI-V4" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

/* FONTS ************************************/
@font-face {
  font-family: 'ronniaregular';
  src: url("/static/fonts/ronniareg-webfont.eot?28k8tf");
  src: url("/static/fonts/ronniareg-webfont.eot?#iefix28k8tf") format("embedded-opentype"), url("/static/fonts/ronniareg-webfont.woff?28k8tf") format("woff"), url("/static/fonts/ronniareg-webfont.ttf?28k8tf") format("truetype"), url("/static/fonts/ronniareg-webfont.svg?28k8tf#ronniareg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ICOMOON ********************************/
@font-face {
  font-family: 'icomoon';
  src: url("/static/fonts/FFGI-V4.eot?kmjio7");
  src: url("/static/fonts/FFGI-V4.eot?kmjio7#iefix") format("embedded-opentype"), url("/static/fonts/FFGI-V4.ttf?kmjio7") format("truetype"), url("/static/fonts/FFGI-V4.woff?kmjio7") format("woff"), url("/static/fonts/FFGI-V4.svg?kmjio7#FFGI-V4") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "FFGI-V4" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

.icon-protection:before {
  content: "\e901"; }

.icon-gender:before {
  content: "\e907"; }

.icon-corruption:before {
  content: "\e906"; }

.icon-balance:before {
  content: "\e900"; }

.icon-labour:before {
  content: "\61"; }

.icon-banks:before {
  content: "\62"; }

.icon-taxes:before {
  content: "\63"; }

.icon-bonuses:before {
  content: "\64"; }

.icon-forestry:before {
  content: "\e615"; }

.icon-dams:before {
  content: "\67"; }

.icon-animals:before {
  content: "\68"; }

.icon-oil:before {
  content: "\69"; }

.icon-health:before {
  content: "\6a"; }

.icon-climate:before {
  content: "\6c"; }

.icon-agriculture:before {
  content: "\6d"; }

.icon-industry:before {
  content: "\6e"; }

.icon-human-rights:before {
  content: "\6f"; }

.icon-mining:before {
  content: "\70"; }

.icon-nature:before {
  content: "\71"; }

.icon-transparency:before {
  content: "\72"; }

.icon-wealth:before {
  content: "\73"; }

.icon-fishing:before {
  content: "\74"; }

.icon-weapons:before {
  content: "\75"; }

.icon-housing:before {
  content: "\76"; }

.icon-score10:before {
  content: "\e600"; }

.icon-score0:before {
  content: "\e622"; }

.icon-score9:before {
  content: "\e601"; }

.icon-score8:before {
  content: "\e602"; }

.icon-score7:before {
  content: "\e603"; }

.icon-score5:before {
  content: "\e605"; }

.icon-score4:before {
  content: "\e606"; }

.icon-score3:before {
  content: "\e607"; }

.icon-score2:before {
  content: "\e608"; }

.icon-score1:before {
  content: "\e609"; }

.icon-weapons:before {
  content: "\75"; }

.icon-housing:before {
  content: "\76"; }

.icon-s10:before {
  content: "\e600"; }

.icon-s0:before {
  content: "\e622"; }

.icon-s9:before {
  content: "\e601"; }

.icon-s8:before {
  content: "\e602"; }

.icon-s7:before {
  content: "\e603"; }

.icon-s5:before {
  content: "\e605"; }

.icon-s4:before {
  content: "\e606"; }

.icon-s3:before {
  content: "\e607"; }

.icon-s2:before {
  content: "\e608"; }

.icon-s1:before {
  content: "\e609"; }

.icon-thumb-down:before {
  content: "\e620"; }

.icon-thumb-up:before {
  content: "\e621"; }

.icon-checked:before, .topic-item-selectable.active a span.icon span:before {
  content: "\e61f"; }

.icon-circle:before {
  content: "\e612"; }

.icon-thumb-down:before {
  content: "\e620"; }

.icon-thumb-up:before {
  content: "\e621"; }

.icon-checked:before, .topic-item-selectable.active a span.icon span:before {
  content: "\e61f"; }

.icon-food:before {
  content: "\e61c"; }

.icon-happy:before {
  content: "\e60b"; }

.icon-smiley:before {
  content: "\e60c"; }

.icon-sad:before {
  content: "\e60d"; }

.icon-angry:before {
  content: "\e60e"; }

.icon-neutral:before {
  content: "\e60f"; }

.icon-circle:before {
  content: "\e612"; }

.icon-score6:before {
  content: "\e604"; }

.icon-box-add:before {
  content: "\e61b"; }

.icon-search:before {
  content: "\e60a"; }

.icon-food:before {
  content: "\e61c"; }

.icon-happy:before {
  content: "\e60b"; }

.icon-smiley:before {
  content: "\e60c"; }

.icon-sad:before {
  content: "\e60d"; }

.icon-angry:before {
  content: "\e60e"; }

.icon-neutral:before {
  content: "\e60f"; }

.icon-paper-plane:before {
  content: "\e613"; }

.icon-export:before {
  content: "\e611"; }

.icon-list:before {
  content: "\e610"; }

.icon-arrow-left:before {
  content: "\e619"; }

.icon-arrow-down:before {
  content: "\e61d"; }

.icon-arrow-up:before {
  content: "\e61e"; }

.icon-arrow-right:before, a.btn-template span.btn-green-arrow:before, button.btn-template span.btn-green-arrow:before {
  content: "\e61a"; }

.icon-twitter:before {
  content: "\e616"; }

.icon-tweet:before {
  content: "\e616"; }

.icon-facebook:before {
  content: "\e617"; }

.icon-gplus:before {
  content: "\e618"; }

.icon-pinterest:before {
  content: "\e623"; }

.icon-linkedin:before {
  content: "\e624"; }

.icon-instagram:before {
  content: ""; }

.icon-support:before {
  content: "\e902"; }

/*IMPORT FFGI STYLES ************************************/
/* DEFAULT ELEMENT STYLES */
h1, h2, h3 {
  font-family: ronniaregular, arial; }

h1, h2.h1 {
  padding-bottom: 3%;
  font-size: 30px; }
  @media only screen and (max-width: 40em) {
    h1, h2.h1 {
      font-size: 22px; } }

h2 {
  padding-bottom: 1.6%;
  font-size: 26px; }
  @media only screen and (max-width: 40em) {
    h2 {
      font-size: 18px; } }

h3 {
  color: #da262e;
  font-size: 20px; }
  h3 a {
    color: #da262e; }

@media only screen and (max-width: 40em) {
  p, li {
    font-size: 0.9rem;
    line-height: 1.4; } }

h4 {
  font-weight: bold; }

small {
  font-size: 0.8rem;
  color: #999999; }

.primary {
  color: #da262e; }

a:focus {
  outline: none; }

table {
  border-collapse: collapse;
  border: solid 1px #e7e7e7;
  font-size: 0.9em;
  width: 100%; }
  table th, table td {
    border: solid 1px #e7e7e7;
    padding: 15px 0; }
  table th {
    background-color: white;
    font-weight: normal; }
    table th.top-left-cell {
      border-left-color: white;
      border-top-color: white; }
  table td {
    background-color: #EFEFEF; }
  table .alt {
    background-color: white; }

.ie-fallback {
  display: none; }

.image-left {
  float: left;
  padding: 0 15px 15px 0; }

.image-right {
  float: right;
  padding: 0 0 15px 15px; }

.image-left img,
.image-right img {
  height: auto !important;
  max-width: 100%;
  border: solid 6px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }

/* CONTENT ***************************************/
.page-wrapper {
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 40px;
  position: relative;
  z-index: 1; }
  .page-wrapper .take-action-banner {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .page-wrapper .take-action-banner:hover {
      right: -5px;
      top: -5px; }

.no-banner .page-wrapper {
  padding-top: 0; }

@media only screen and (min-width: 64.063em) {
  .no-banner .page-wrapper {
    padding-top: 40px; } }

.page-inner-wrapper {
  background-color: #FFF;
  min-height: 400px;
  width: 100%;
  max-width: 65rem;
  margin: 0 auto; }
  .page-inner-wrapper:before {
    content: '';
    height: 1px;
    display: block;
    width: 100%;
    box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.8); }
  @media screen and (min-width: 1025px) {
    .page-inner-wrapper.has-take-action-banner {
      position: relative; }
      .page-inner-wrapper.has-take-action-banner .take-action-banner {
        top: 0 !important;
        right: 0 !important; }
        .page-inner-wrapper.has-take-action-banner .take-action-banner:hover {
          right: 5px !important;
          top: 5px !important; }
      .page-inner-wrapper.has-take-action-banner .module:first-child .introduction-text {
        padding-right: 200px; } }
  .page-inner-wrapper .breadcrumb {
    padding: 22px 20px;
    font-size: 14px;
    margin-left: 0;
    border-bottom: solid 1px #e7e7e7; }
    .page-inner-wrapper .breadcrumb li {
      margin-left: 0;
      position: relative; }
    .page-inner-wrapper .breadcrumb a {
      display: inline-block;
      padding-right: 32px;
      color: #888888;
      text-decoration: underline; }
      .page-inner-wrapper .breadcrumb a:before {
        font-size: 14px;
        font-family: "FFGI-V4";
        speak: none;
        content: "\e61a";
        text-decoration: none;
        color: #da262e;
        position: absolute;
        right: 8px;
        top: 1px; }
      .page-inner-wrapper .breadcrumb a:hover {
        color: #da262e; }

.default-page {
  padding: 3% 0 0 0;
  text-align: center; }

.simple-page {
  padding: 4% 8% 8% 8%;
  text-align: center; }

.separator {
  border-bottom: solid 1px #e7e7e7;
  height: 0;
  overflow: hidden;
  margin: 3% 0; }

@media only screen and (max-width: 40em) {
  .content-container {
    padding-top: 20px; } }

.loader {
  min-height: 50px;
  background: #fff url("../images/ajax-loader.gif") no-repeat center center; }

.reveal-modal.language-select-screen {
  min-width: 520px;
  max-width: 700px; }
  .reveal-modal.language-select-screen .logo {
    max-width: 140px; }

/* MODULE WRAPPER  ********************************************/
.module {
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 40px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 40em) {
    .module {
      padding-bottom: 15px;
      margin-bottom: 20px; } }
  .module.last {
    padding-bottom: 50px;
    margin-bottom: 0; }

.no-separator {
  border-bottom: none;
  padding-bottom: 0; }

.introduction-text {
  color: #333333; }

.search .postfix.button {
  top: 8px; }

.single-guide .mobile-navigation .search .postfix.button {
  top: 26px; }

/*#a8ca4f*/
/* BANNER  ********************************************/
.banner .banner-content {
  margin-left: 20px;
  margin-bottom: 25px;
  max-width: 567px; }
  @media only screen and (max-width: 40em) {
    .banner .banner-content {
      margin-bottom: 15px;
      margin-left: 10px; } }

.banner .title {
  position: relative;
  border-collapse: collapse; }
  .banner .title h1 {
    padding: 15px 0 12px 15px;
    margin: 0;
    font-family: ronniaregular, arial;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.99);
    color: #FFF;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    text-align: left; }
    @media only screen and (max-width: 40em) {
      .banner .title h1 {
        padding-top: 8px;
        font-size: 22px;
        line-height: 26px; } }
    .banner .title h1:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #000;
      position: absolute;
      left: 35px;
      bottom: 0;
      opacity: 0.6;
      pointer-events: none; }
    .banner .title h1.no-text:after {
      display: none; }
    .banner .title h1.black {
      color: #000; }

.banner .text {
  position: relative; }
  .banner .text .block-text {
    border-collapse: collapse;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    padding: 14px 20px 12px 15px; }
    @media only screen and (max-width: 40em) {
      .banner .text .block-text {
        padding: 8px 10px 8px 15px;
        font-size: 14px;
        line-height: 20px; } }

.banner .link {
  margin-top: 10px; }

.banner .banner-button {
  padding: 18px 0 0 15px; }

.full-screen-banner .banner {
  position: absolute;
  width: 100%; }

.full-screen-banner .content-below-banner {
  /* large: (background image height minus exisiting padding = 800 - 40) */
  padding-top: 760px;
  /* medium: (background image height minus exisiting padding = 700 - 40) */
  /* small: (background image height minus exisiting padding = 500 - 40) */ }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .full-screen-banner .content-below-banner {
      padding-top: 660px; } }
  @media only screen and (max-width: 40em) {
    .full-screen-banner .content-below-banner {
      padding-top: 460px; } }

/*#a8ca4f*/
.news-flash {
  max-width: 65rem;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(218, 38, 46, 0.65);
  padding: 20px; }
  .news-flash .news-flash-title {
    display: inline-block;
    color: white;
    font-family: Ronnia;
    font-size: 1.5rem;
    padding: 4px 10px 4px 0; }
  .news-flash .message {
    color: #333333; }
  .news-flash .flash {
    display: inline-block;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 4px 20px; }
  .news-flash .text-separator {
    display: inline-block;
    padding: 0 16px;
    color: #CCCCCC; }

.portal .logo-container {
  margin-bottom: 15px; }

/*#a8ca4f*/
/*HEADER ***************************************/
.cookie-policy {
  background-color: #252525;
  padding: 20px 0; }
  .cookie-policy .row {
    position: relative; }
  .cookie-policy .close {
    right: 0; }
  .cookie-policy p {
    display: block;
    max-width: 980px;
    font-size: 14px;
    text-align: center;
    color: #888888;
    margin: 0 auto 0 auto;
    padding: 0; }
  .cookie-policy a {
    display: inline-block;
    padding: 0 10px;
    color: #888888 !important; }
  .cookie-policy a:hover {
    text-decoration: underline; }

header {
  background-color: white; }
  @media only screen and (min-width: 40.063em) {
    header {
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
      position: relative;
      z-index: 100; } }

/* LOGO ***************************************/
.logo-container {
  max-width: 180px;
  width: 100%;
  position: relative;
  z-index: 10; }
  .logo-container.no-caption {
    max-width: 220px; }
  .logo-container img {
    width: 100%; }
  .logo-container .logo-slogan-line1 {
    font-size: 11px;
    color: #CCCCCC;
    line-height: 15px;
    margin-top: 2px; }
  .logo-container .logo-slogan-line2 {
    font-size: 12px;
    line-height: 16px; }
    .logo-container .logo-slogan-line2 a {
      color: #999999; }
      .logo-container .logo-slogan-line2 a:hover {
        text-decoration: underline; }

.mobile .logo-container {
  width: 120px;
  margin: 10px; }

/* SEARCH ***************************************/
.search {
  position: relative; }
  .search input[type="text"] {
    font-size: 15px;
    margin: 0;
    padding: 8px 10px;
    height: auto;
    font-style: italic;
    width: 160px; }
  .search .postfix.button {
    font-size: 20px;
    color: #CCCCCC;
    background: none;
    position: absolute;
    left: 120px;
    width: 40px;
    height: 40px;
    top: 0; }
    .search .postfix.button:hover {
      color: #da262e; }

.mobile .search {
  padding: 15px 20px 20px 20px;
  border-bottom: 1px solid #eaeaea; }
  .mobile .search input[type="text"] {
    width: 220px; }
  .mobile .search .postfix.button {
    left: 200px;
    top: 15px;
    padding: 0; }

/*#a8ca4f*/
/* TOP NAV  ***************************************/
nav {
  padding-top: 20px; }

.top-navigation .item a {
  font-size: 14px;
  color: #888888;
  padding-top: 6px; }

.top-navigation .item.active a,
.top-navigation .item a:hover {
  color: #da262e; }

.top-navigation .inline-list > li.follow-us {
  margin-top: 5px;
  margin-left: 0.9rem; }

.top-navigation .inline-list > li.language-switch {
  border-left: 1px solid #e7e7e7;
  white-space: nowrap;
  margin-left: 1rem;
  padding-left: 1rem;
  height: 22px;
  margin-top: 5px; }
  .top-navigation .inline-list > li.language-switch a {
    text-transform: uppercase;
    display: inline-block;
    margin-left: 3px;
    padding-top: 0;
    overflow: hidden; }
    .top-navigation .inline-list > li.language-switch a.active {
      opacity: 0.3; }

.top-navigation .icon-search::before {
  top: 8px;
  position: absolute;
  right: 10px; }

/* MAIN NAV ***************************************/
.main-navigation ul.inline-list {
  margin-bottom: 0;
  margin-left: 0; }

.main-navigation li {
  position: relative;
  margin: 0;
  border-right: 1px solid #eaeaea; }
  .main-navigation li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    height: 65px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    color: #252525; }
  .main-navigation li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #FFF;
    position: absolute;
    bottom: 4px;
    left: 44%;
    pointer-events: none; }
  .main-navigation li:hover a, .main-navigation li.active a {
    color: #da262e;
    border-bottom: 12px solid #da262e; }

.main-navigation.guides {
  padding-top: 15px; }
  .main-navigation.guides a {
    height: 38px;
    line-height: 18px; }

/* TABS FOR GUIDE NAV ***************************************/
.guides-navigation-container {
  border-bottom: #dbdbdb 1px solid;
  height: 67px;
  margin-top: -40px; }
  .guides-navigation-container .column {
    margin-top: -40px; }
  .guides-navigation-container .guides-navigation {
    margin-bottom: 0; }
    .guides-navigation-container .guides-navigation li {
      text-align: center;
      margin-left: 5px;
      border: #dbdbdb 1px solid;
      background: #ececec; }
      .guides-navigation-container .guides-navigation li a {
        padding: 16.5px 30px;
        color: #252525;
        font-family: ronniaregular, arial;
        font-size: 20px; }
    .guides-navigation-container .guides-navigation li.active {
      border-bottom: #ffffff 1px solid;
      background: #ffffff; }
      .guides-navigation-container .guides-navigation li.active a {
        color: #da262e; }

.mobile .guides-navigation-container {
  height: 53px;
  margin-top: 0; }
  .mobile .guides-navigation-container .column {
    margin-top: 0; }
  .mobile .guides-navigation-container .guides-navigation {
    margin-left: 1%; }
    .mobile .guides-navigation-container .guides-navigation li {
      margin-left: 4px; }
      .mobile .guides-navigation-container .guides-navigation li:first-child {
        margin-left: 0; }
      .mobile .guides-navigation-container .guides-navigation li a {
        padding: 12px .3% 11px .3%;
        font-size: 18px;
        min-height: 51px; }

/* MOBILE NAVIGATION ***************************************/
.right-off-canvas-toggle {
  font-size: 16px;
  color: #888888;
  display: block;
  height: 57px;
  padding-top: 17px;
  text-align: right; }
  .right-off-canvas-toggle span {
    color: #252525;
    font-size: 40px;
    margin: -6px 10px 0 10px;
    display: block;
    float: right; }

.right-off-canvas-menu ul.off-canvas-list li {
  border-bottom: 1px solid #e7e7e7;
  position: relative; }
  .right-off-canvas-menu ul.off-canvas-list li a {
    border-bottom: none;
    padding: 10px 10px 10px 30px;
    color: #888888;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .right-off-canvas-menu ul.off-canvas-list li a:not(.icon-search):hover {
      background: #FFF; }
  .right-off-canvas-menu ul.off-canvas-list li.main-nav-item {
    font-family: ronniaregular, arial; }
    .right-off-canvas-menu ul.off-canvas-list li.main-nav-item:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 8px solid #FFF;
      position: absolute;
      top: 16px;
      left: 9px;
      pointer-events: none; }
    .right-off-canvas-menu ul.off-canvas-list li.main-nav-item a {
      color: #252525;
      font-size: 18px;
      padding: 10px 10px 10px 14px;
      border-left: 16px solid #FFF; }
    .right-off-canvas-menu ul.off-canvas-list li.main-nav-item:hover a, .right-off-canvas-menu ul.off-canvas-list li.main-nav-item.active a {
      background: #FFF;
      border-color: #da262e; }
    .right-off-canvas-menu ul.off-canvas-list li.main-nav-item.active a {
      color: #da262e; }

.right-off-canvas-menu .follow-us {
  border-left: none;
  margin: 15px 0 0 17px; }
  .right-off-canvas-menu .follow-us .social-icons span {
    display: block;
    margin-bottom: 3px; }
  .right-off-canvas-menu .follow-us .social-icons a {
    margin-right: 10px; }

.right-off-canvas-menu .language-switch {
  margin: 20px 0 0 32px; }
  .right-off-canvas-menu .language-switch span {
    font-size: 0.9em; }
  .right-off-canvas-menu .language-switch a {
    margin-right: 10px;
    display: inline-block; }
    .right-off-canvas-menu .language-switch a.active {
      opacity: 0.3; }

.single-guide .top-navigation {
  margin-bottom: 10px; }

.single-guide .mobile-header {
  width: 49%;
  float: left; }

.single-guide .mobile-navigation {
  width: 49%;
  float: right;
  padding-top: 3px; }
  .single-guide .mobile-navigation .search {
    padding: 18px 20px 17px 20px; }
    .single-guide .mobile-navigation .search .postfix.button {
      top: 18px; }

/*#a8ca4f*/
/* BUTTONS *************************************************/
a.btn-template, button.btn-template {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 120%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  outline: none;
  color: white;
  position: relative;
  display: inline-block;
  margin: 5px 0px 5px 0px;
  padding: 1.3em 3.8em 1.3em 1.8em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.btn-template.green-no-icon, button.btn-template.green-no-icon {
    border: solid 1px #496f18;
    padding: 1.3em 1.8em 1.3em 1.8em;
    background-color: #80b23d;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#496f18));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, transparent, #496f18);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, transparent, #496f18);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, transparent, #496f18);
    /* IE10 */
    background-image: -o-linear-gradient(top, transparent, #496f18);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, transparent, #496f18);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#496f18');*/ }
    a.btn-template.green-no-icon:hover, button.btn-template.green-no-icon:hover {
      background-color: #aadc67;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#5c8d1c));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, transparent, #5c8d1c);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, transparent, #5c8d1c);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, transparent, #5c8d1c);
      /* IE10 */
      background-image: -o-linear-gradient(top, transparent, #5c8d1c);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, transparent, #5c8d1c);
      /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#5c8d1c');*/ }
  a.btn-template.green-right-icon, button.btn-template.green-right-icon {
    border: solid 1px #496f18;
    background-color: #80b23d;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#496f18));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, transparent, #496f18);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, transparent, #496f18);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, transparent, #496f18);
    /* IE10 */
    background-image: -o-linear-gradient(top, transparent, #496f18);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, transparent, #496f18);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#496f18');*/ }
    a.btn-template.green-right-icon:hover, button.btn-template.green-right-icon:hover {
      background-color: #aadc67;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#5c8d1c));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, transparent, #5c8d1c);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, transparent, #5c8d1c);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, transparent, #5c8d1c);
      /* IE10 */
      background-image: -o-linear-gradient(top, transparent, #5c8d1c);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, transparent, #5c8d1c);
      /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#5c8d1c');*/ }
      a.btn-template.green-right-icon:hover span.btn-green-arrow, button.btn-template.green-right-icon:hover span.btn-green-arrow {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        border-color: #aadc67;
        color: #FFF; }
  a.btn-template span.btn-green-arrow, button.btn-template span.btn-green-arrow {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 1px 2px 2px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 1px 2px 2px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 1px 2px 2px rgba(0, 0, 0, 0.15) inset;
    font-family: "FFGI-V4";
    speak: none;
    color: #81b33d;
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 4px 0 0 2px;
    background: #64902b;
    width: 30px;
    height: 30px;
    border: 3px solid #66922b;
    font-size: 22px; }
  a.btn-template.green-left-icon, button.btn-template.green-left-icon {
    border: solid 1px #496f18;
    padding: 1.3em 1.8em 1.3em 3.8em;
    background-color: #80b23d;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#496f18));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, transparent, #496f18);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, transparent, #496f18);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, transparent, #496f18);
    /* IE10 */
    background-image: -o-linear-gradient(top, transparent, #496f18);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, transparent, #496f18);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#496f18');*/ }
    a.btn-template.green-left-icon:hover, button.btn-template.green-left-icon:hover {
      background-color: #aadc67;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#5c8d1c));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, transparent, #5c8d1c);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, transparent, #5c8d1c);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, transparent, #5c8d1c);
      /* IE10 */
      background-image: -o-linear-gradient(top, transparent, #5c8d1c);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, transparent, #5c8d1c);
      /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#5c8d1c');*/ }
  a.btn-template.grey-left-icon, button.btn-template.grey-left-icon {
    border: solid 1px #666666;
    padding: 1.3em 1.8em 1.3em 3.8em;
    background-color: #999999;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#666666));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, transparent, #666666);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, transparent, #666666);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, transparent, #666666);
    /* IE10 */
    background-image: -o-linear-gradient(top, transparent, #666666);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, transparent, #666666);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#666666');*/ }
    a.btn-template.grey-left-icon:hover, button.btn-template.grey-left-icon:hover {
      background-color: #666666;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#333333));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, transparent, #333333);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, transparent, #333333);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, transparent, #333333);
      /* IE10 */
      background-image: -o-linear-gradient(top, transparent, #333333);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, transparent, #333333);
      /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#333333');*/ }
  a.btn-template span.icon-thumb-up, button.btn-template span.icon-thumb-up {
    font-size: 25px;
    position: absolute;
    top: 53%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4%;
    width: 33px;
    height: 33px; }
  a.btn-template span.icon-tweet, button.btn-template span.icon-tweet {
    font-size: 25px;
    position: absolute;
    top: 53%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;
    width: 33px;
    height: 33px; }
  a.btn-template span.icon-banks, button.btn-template span.icon-banks {
    position: absolute;
    top: 53%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;
    font-size: 25px;
    width: 33px;
    height: 33px; }
  a.btn-template.red-no-icon, button.btn-template.red-no-icon {
    border: solid 1px #ac1100;
    padding: 1.3em 1.8em 1.3em 1.8em;
    background-color: #d54434;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ac1100));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, transparent, #ac1100);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, transparent, #ac1100);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, transparent, #ac1100);
    /* IE10 */
    background-image: -o-linear-gradient(top, transparent, #ac1100);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, transparent, #ac1100);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#ac1100');*/ }
    a.btn-template.red-no-icon:hover, button.btn-template.red-no-icon:hover {
      background-color: #f06151;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#c11300));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, transparent, #c11300);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, transparent, #c11300);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, transparent, #c11300);
      /* IE10 */
      background-image: -o-linear-gradient(top, transparent, #c11300);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, transparent, #c11300);
      /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#c11300');*/ }
  a.btn-template.twitter-blue-no-icon, button.btn-template.twitter-blue-no-icon {
    border: solid 1px #59c0ff;
    padding: 1.3em 1.8em 1.3em 1.8em;
    background-color: #59c0ff;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#36b0fa));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, transparent, #36b0fa);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, transparent, #36b0fa);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, transparent, #36b0fa);
    /* IE10 */
    background-image: -o-linear-gradient(top, transparent, #36b0fa);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, transparent, #36b0fa);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#36b0fa');*/ }
    a.btn-template.twitter-blue-no-icon:hover, button.btn-template.twitter-blue-no-icon:hover {
      background-color: #4ca3d9;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2e96d5));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, transparent, #2e96d5);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, transparent, #2e96d5);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, transparent, #2e96d5);
      /* IE10 */
      background-image: -o-linear-gradient(top, transparent, #2e96d5);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, transparent, #2e96d5);
      /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#2e96d5');*/ }
  a.btn-template.red-left-icon, button.btn-template.red-left-icon {
    border: solid 1px #ac1100;
    padding: 1.3em 1.8em 1.3em 3.8em;
    background-color: #d54434;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ac1100));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, transparent, #ac1100);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, transparent, #ac1100);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, transparent, #ac1100);
    /* IE10 */
    background-image: -o-linear-gradient(top, transparent, #ac1100);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, transparent, #ac1100);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#ac1100');*/ }
    a.btn-template.red-left-icon:hover, button.btn-template.red-left-icon:hover {
      background-color: #f06151;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#c11300));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, transparent, #c11300);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, transparent, #c11300);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, transparent, #c11300);
      /* IE10 */
      background-image: -o-linear-gradient(top, transparent, #c11300);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, transparent, #c11300);
      /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#c11300');*/ }
  a.btn-template.twitter-blue-left-icon, button.btn-template.twitter-blue-left-icon {
    border: solid 1px #59c0ff;
    padding: 1.3em 1.8em 1.3em 3.8em;
    background-color: #59c0ff;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#36b0fa));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, transparent, #36b0fa);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, transparent, #36b0fa);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, transparent, #36b0fa);
    /* IE10 */
    background-image: -o-linear-gradient(top, transparent, #36b0fa);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, transparent, #36b0fa);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#36b0fa');*/ }
    a.btn-template.twitter-blue-left-icon:hover, button.btn-template.twitter-blue-left-icon:hover {
      background-color: #4ca3d9;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2e96d5));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, transparent, #2e96d5);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, transparent, #2e96d5);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, transparent, #2e96d5);
      /* IE10 */
      background-image: -o-linear-gradient(top, transparent, #2e96d5);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, transparent, #2e96d5);
      /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#2e96d5');*/ }
  a.btn-template span.icon-thumb-down, button.btn-template span.icon-thumb-down {
    font-size: 25px;
    position: absolute;
    top: 53%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;
    width: 33px;
    height: 33px; }
  a.btn-template.open, a.btn-template.open:hover, a.btn-template.open:focus, a.btn-template.open:active, button.btn-template.open, button.btn-template.open:hover, button.btn-template.open:focus, button.btn-template.open:active {
    transition: none;
    border: solid 1px #59c0ff;
    padding: 1.3em 1.8em 1.3em 3.8em;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-bottom: 0;
    color: #252525;
    text-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none; }
    a.btn-template.open span.icon-tweet, a.btn-template.open:hover span.icon-tweet, a.btn-template.open:focus span.icon-tweet, a.btn-template.open:active span.icon-tweet, button.btn-template.open span.icon-tweet, button.btn-template.open:hover span.icon-tweet, button.btn-template.open:focus span.icon-tweet, button.btn-template.open:active span.icon-tweet {
      color: #59c0ff; }

a.btn-grey, button.btn-grey {
  font-size: 16px;
  color: #008CBA;
  border: 1px solid #e7e7e7;
  background-color: #dbdbdb;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#333333));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, transparent, #333333);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, transparent, #333333);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, transparent, #333333);
  /* IE10 */
  background-image: -o-linear-gradient(top, transparent, #333333);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, transparent, #333333);
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#333333');*/
  display: inline-block;
  text-decoration: none;
  margin: 5px 0;
  width: 100%;
  padding: 1.2em 1.5em;
  line-height: 120%;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.btn-grey:hover, button.btn-grey:hover {
    background-color: #f4f4f4;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#c1c1c1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, transparent, #c1c1c1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, transparent, #c1c1c1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, transparent, #c1c1c1);
    /* IE10 */
    background-image: -o-linear-gradient(top, transparent, #c1c1c1);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, transparent, #c1c1c1);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#c1c1c1');*/ }

a.btn-grey-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
  color: #008CBA;
  padding: 4px 18px;
  cursor: pointer;
  display: inline-block;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  a.btn-grey-small:hover {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
    background-color: #81b33d;
    /*blue*/
    background-image: linear-gradient(transparent, rgba(74, 113, 25, 0.6));
    border-color: #496f1c;
    color: #FFF; }

.action-buttons {
  margin-bottom: 10px; }

a.red-arrow-link:before {
  content: "\e61a";
  font-family: "FFGI-V4";
  color: #da262e;
  speak: none; }

a.red-arrow-link:hover {
  color: #da262e; }

.f-dropdown--tweet {
  max-width: none;
  border: 1px solid #d8d8d8;
  border-top: 0;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -1px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.27); }
  .f-dropdown--tweet::before, .f-dropdown--tweet::after {
    display: none; }
  .f-dropdown--tweet li {
    padding: 0;
    line-height: 1;
    transition: all .25s linear; }
    .f-dropdown--tweet li a {
      transition: all .15s ease-in-out;
      line-height: 1;
      display: block;
      padding: 7px 20px;
      color: #424242;
      font-size: 14px; }
  .f-dropdown--tweet li:hover,
  .f-dropdown--tweet li:focus {
    background-color: #f5f5f5; }
    .f-dropdown--tweet li:hover a,
    .f-dropdown--tweet li:focus a {
      color: #212121; }

/*#a8ca4f*/
/* FULL SCORES TABLE *******************************************/
.scores-table {
  margin-bottom: 10px;
  /*Fixed first topics column*/ }
  @media only screen and (max-width: 40em) {
    .scores-table .topic-item, .scores-table .top-left-cell {
      position: relative; }
      .scores-table .topic-item .row, .scores-table .top-left-cell .row {
        visibility: hidden; }
    .scores-table .floating {
      position: absolute;
      z-index: 3;
      background: white;
      border: solid 1px #e7e7e7;
      border-bottom: none;
      padding: 10px 15px;
      top: -1px;
      left: -1px; }
    .scores-table .top-left-cell .floating {
      padding: 0;
      width: 66px;
      height: 56px; } }

@media only screen and (min-width: 64.063em) {
  .scores-table {
    margin-top: 65px; }
    .scores-table .scrollable {
      height: 500px;
      overflow: auto; }
      .scores-table .scrollable.scrollable--alt {
        height: auto !important;
        overflow: visible !important; }
      .scores-table .scrollable .scroll-table thead {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: -65px;
        padding-left: 0.9375rem;
        padding-right: calc(0.9375rem + 17px); }
        .scores-table .scrollable .scroll-table thead tr {
          width: 100%;
          display: table; } }

.scores-container {
  /*.top-left-cell {
        width: 235px;
        float: left;
    }*/ }
  .scores-container td {
    padding: 10px 0;
    vertical-align: middle;
    min-width: 72px; }
    .scores-container td .score {
      display: inline-block;
      width: 100%;
      padding: 15px 0; }
    .scores-container td .active {
      background-color: #DDDDDD;
      position: relative; }
      .scores-container td .active:after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -17px;
        bottom: -1px;
        border-style: solid;
        border-width: 0 17px 11.33333px 17px;
        border-color: transparent transparent white transparent; }
  .scores-container .topic, .scores-container .top-left-cell {
    text-align: left;
    padding: 0;
    line-height: 1.1; }
    @media only screen and (min-width: 40.063em) {
      .scores-container .topic, .scores-container .top-left-cell {
        width: 235px;
        padding: 9px; } }
    .scores-container .topic .column, .scores-container .topic .columns, .scores-container .top-left-cell .column, .scores-container .top-left-cell .columns {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
  .scores-container .score-detail td {
    background-color: white;
    border-left: none;
    text-align: left;
    padding: 0 10px 0 0; }
  .scores-container .score-detail th {
    border-right: none;
    padding: 0; }
  .scores-container .score-detail .action-buttons a {
    margin-right: 2px;
    font-size: 13px; }
  .scores-container .score-detail p {
    font-size: 0.9rem;
    line-height: 1.4; }
  .scores-container .score-detail h3 {
    padding-right: 53px;
    margin-top: 15px; }
  .scores-container .score-detail h4 {
    font-size: 0.9rem;
    margin-bottom: 4px; }
  .scores-container .score-detail .last-link {
    padding-bottom: 25px; }
  .scores-container .score-detail-wrapper {
    position: relative;
    display: none;
    padding-left: 10px; }
    @media only screen and (min-width: 64.063em) {
      .scores-container .score-detail-wrapper {
        padding-left: 0; } }
    .scores-container .score-detail-wrapper .close {
      position: absolute;
      right: 0;
      top: 0;
      display: none;
      background-color: #F5F5F5;
      padding: 3px 9px;
      color: #da262e;
      border: 1px #e7e7e7 solid;
      font-weight: bold; }
      @media only screen and (max-width: 40em) {
        .scores-container .score-detail-wrapper .close {
          right: 10px; } }
      .scores-container .score-detail-wrapper .close:hover {
        background-color: #da262e;
        color: #F5F5F5; }

.show-all-topics {
  display: block;
  border-top: solid 14px #DDDDDD;
  margin-bottom: 5px;
  line-height: 40px; }
  .show-all-topics:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
    border-style: solid;
    border-width: 25px 50px 0 50px;
    border-color: #DDDDDD transparent transparent transparent; }
  .show-all-topics:hover {
    text-decoration: underline; }

/* SCROLLABLE *******************************************/
.scroll-table {
  min-width: 900px;
  /*.score:hover {
        font-size: 29px;
    }*/ }

.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */ }

.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: ''; }

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto; }

/* Style the scrollbar to make it visible in iOS, Android and OS X WebKit browsers (where user preferences can make scrollbars invisible until you actually scroll) */
.scrollable > div::-webkit-scrollbar {
  height: 12px; }

.scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0; }

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc; }

/*#a8ca4f*/
/* BAD COMPLIANCY *******************************************/
.bad-compliancy,
.bad-compliancy .active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTE4NjA1QUY0MjRBMTFFNDg5QkVGRjc1OUMxNUM0Q0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTE4NjA1QjA0MjRBMTFFNDg5QkVGRjc1OUMxNUM0Q0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMTg2MDVBRDQyNEExMUU0ODlCRUZGNzU5QzE1QzRDQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMTg2MDVBRTQyNEExMUU0ODlCRUZGNzU5QzE1QzRDQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtCx71EAAAE9SURBVHjarJRBSsNAGIXfDAURhFbUjQtXvUOR7noIETddu/AIBe/gDRR6itJNUY9QaC1SKXRTq5bURIpMX2gKkprOP9MMvPwJST7Cx5uoW6B1BNSOgR9OHDIlpsgcMPvwWlFhAlzz5IGpZD3lAVf6zpg+4RfvwCMnOPHBfDJfTMCE7mCj4yPhb4ReEdpxgg8GRBig0di4pdcnCbxO6FMeX67/XhD+msCfRfAgkIET+AuhlyLn4/FqTqd2sJPz2Wz1QrcrA0udL9bg0UgOljgPh0OY+Rzo9TaLbOK6WNaNUmfcmU3uzConBDs00pLqZDk/ZY9P+GEL9jh0UWFz/pvc+/6niiIVKS1l6rinjvMtWiLt+hOQ9lz7/BMlPdfwXLaee4NtPd8JvM35zuAM5yoXcMp5rGUvN3DKeXspwAB6D/vH3eHTOQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right top; }

.bad-compliancy-type-two,
.bad-compliancy.bad-compliancy-type-two,
.bad-compliancy.bad-compliancy-type-two .active {
  position: relative; }
  .bad-compliancy-type-two:after,
  .bad-compliancy.bad-compliancy-type-two:after,
  .bad-compliancy.bad-compliancy-type-two .active:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIyMTQuMzg1IDM3NS43MjUgMjIgMjIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMjE0LjM4NSAzNzUuNzI1IDIyIDIyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJwYXRoMjIzMSIgZmlsbD0iI0VBMDAwMCIgZD0iTTIzNi4xOTMsMzk1LjM5OGwtMTAuMDc5LTE3LjQ1NmMtMC4xNTgtMC4yNzQtMC40NS0wLjQ0Mi0wLjc2Ni0wLjQ0Mg0KCXMtMC42MDgsMC4xNjgtMC43NjYsMC40NDJsLTEwLjA3OSwxNy40NTZjLTAuMTU4LDAuMjczLTAuMTU4LDAuNjExLDAsMC44ODZjMC4xNTgsMC4yNzMsMC40NSwwLjQ0MSwwLjc2NiwwLjQ0MWgyMC4xNTgNCgljMC4zMTYsMCwwLjYwOC0wLjE2OCwwLjc2Ni0wLjQ0MUMyMzYuMzUxLDM5Ni4wMDksMjM2LjM1MSwzOTUuNjcxLDIzNi4xOTMsMzk1LjM5OEwyMzYuMTkzLDM5NS4zOTh6Ii8+DQo8cG9seWdvbiBpZD0icG9seWdvbjIyMzMiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjE3LjQxMywzOTQuNjAzIDIzMy4yODMsMzk0LjYwMyAyMjUuMzQ4LDM4MC44NiAiLz4NCjxwYXRoIGlkPSJwYXRoMjIzNSIgZD0iTTIyNC41NTIsMzg5LjU3YzAuMDQzLDAuNDE0LDAuMTE1LDAuNzI0LDAuMjE2LDAuOTI3YzAuMTAyLDAuMjAzLDAuMjgzLDAuMzA0LDAuNTQyLDAuMzA0aDAuMDczDQoJYzAuMjYsMCwwLjQ0MS0wLjEwMSwwLjU0Mi0wLjMwNGMwLjEwMi0wLjIwMywwLjE3My0wLjUxMywwLjIxNy0wLjkyN2wwLjIzMS0zLjIwMWMwLjA0My0wLjYyNSwwLjA2Ni0xLjA3MSwwLjA2Ni0xLjM0NA0KCWMwLTAuMzctMC4xMDUtMC42NTktMC4zMTUtMC44NjZjLTAuMTk5LTAuMTk2LTAuNDgyLTAuMzEtMC43NzctMC4zMXMtMC41NzksMC4xMTMtMC43NzgsMC4zMWMtMC4yMSwwLjIwNy0wLjMxNCwwLjQ5Ni0wLjMxNCwwLjg2Ng0KCWMwLDAuMjcyLDAuMDIyLDAuNzE5LDAuMDY1LDEuMzQ0TDIyNC41NTIsMzg5LjU3eiIvPg0KPGNpcmNsZSBpZD0iY2lyY2xlMjIzNyIgY3g9IjIyNS4zNDgiIGN5PSIzOTIuNzI0IiByPSIxLjEwOSIvPg0KPC9zdmc+DQo=");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: -1px;
    right: 3px;
    z-index: 999;
    pointer-events: none; }

.bad-compliancy.bad-compliancy-type-two .active::after {
  top: 0; }

.bad-compliancy-icon, .bad-compliancy-type-two-icon,
.bad-compliancy.bad-compliancy-type-two-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTE4NjA1QUY0MjRBMTFFNDg5QkVGRjc1OUMxNUM0Q0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTE4NjA1QjA0MjRBMTFFNDg5QkVGRjc1OUMxNUM0Q0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMTg2MDVBRDQyNEExMUU0ODlCRUZGNzU5QzE1QzRDQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMTg2MDVBRTQyNEExMUU0ODlCRUZGNzU5QzE1QzRDQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtCx71EAAAE9SURBVHjarJRBSsNAGIXfDAURhFbUjQtXvUOR7noIETddu/AIBe/gDRR6itJNUY9QaC1SKXRTq5bURIpMX2gKkprOP9MMvPwJST7Cx5uoW6B1BNSOgR9OHDIlpsgcMPvwWlFhAlzz5IGpZD3lAVf6zpg+4RfvwCMnOPHBfDJfTMCE7mCj4yPhb4ReEdpxgg8GRBig0di4pdcnCbxO6FMeX67/XhD+msCfRfAgkIET+AuhlyLn4/FqTqd2sJPz2Wz1QrcrA0udL9bg0UgOljgPh0OY+Rzo9TaLbOK6WNaNUmfcmU3uzConBDs00pLqZDk/ZY9P+GEL9jh0UWFz/pvc+/6niiIVKS1l6rinjvMtWiLt+hOQ9lz7/BMlPdfwXLaee4NtPd8JvM35zuAM5yoXcMp5rGUvN3DKeXspwAB6D/vH3eHTOQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right top;
  display: inline-block;
  width: 22px;
  height: 20px; }

.bad-compliancy-type-two-icon,
.bad-compliancy.bad-compliancy-type-two-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIyMTQuMzg1IDM3NS43MjUgMjIgMjIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMjE0LjM4NSAzNzUuNzI1IDIyIDIyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJwYXRoMjIzMSIgZmlsbD0iI0VBMDAwMCIgZD0iTTIzNi4xOTMsMzk1LjM5OGwtMTAuMDc5LTE3LjQ1NmMtMC4xNTgtMC4yNzQtMC40NS0wLjQ0Mi0wLjc2Ni0wLjQ0Mg0KCXMtMC42MDgsMC4xNjgtMC43NjYsMC40NDJsLTEwLjA3OSwxNy40NTZjLTAuMTU4LDAuMjczLTAuMTU4LDAuNjExLDAsMC44ODZjMC4xNTgsMC4yNzMsMC40NSwwLjQ0MSwwLjc2NiwwLjQ0MWgyMC4xNTgNCgljMC4zMTYsMCwwLjYwOC0wLjE2OCwwLjc2Ni0wLjQ0MUMyMzYuMzUxLDM5Ni4wMDksMjM2LjM1MSwzOTUuNjcxLDIzNi4xOTMsMzk1LjM5OEwyMzYuMTkzLDM5NS4zOTh6Ii8+DQo8cG9seWdvbiBpZD0icG9seWdvbjIyMzMiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjE3LjQxMywzOTQuNjAzIDIzMy4yODMsMzk0LjYwMyAyMjUuMzQ4LDM4MC44NiAiLz4NCjxwYXRoIGlkPSJwYXRoMjIzNSIgZD0iTTIyNC41NTIsMzg5LjU3YzAuMDQzLDAuNDE0LDAuMTE1LDAuNzI0LDAuMjE2LDAuOTI3YzAuMTAyLDAuMjAzLDAuMjgzLDAuMzA0LDAuNTQyLDAuMzA0aDAuMDczDQoJYzAuMjYsMCwwLjQ0MS0wLjEwMSwwLjU0Mi0wLjMwNGMwLjEwMi0wLjIwMywwLjE3My0wLjUxMywwLjIxNy0wLjkyN2wwLjIzMS0zLjIwMWMwLjA0My0wLjYyNSwwLjA2Ni0xLjA3MSwwLjA2Ni0xLjM0NA0KCWMwLTAuMzctMC4xMDUtMC42NTktMC4zMTUtMC44NjZjLTAuMTk5LTAuMTk2LTAuNDgyLTAuMzEtMC43NzctMC4zMXMtMC41NzksMC4xMTMtMC43NzgsMC4zMWMtMC4yMSwwLjIwNy0wLjMxNCwwLjQ5Ni0wLjMxNCwwLjg2Ng0KCWMwLDAuMjcyLDAuMDIyLDAuNzE5LDAuMDY1LDEuMzQ0TDIyNC41NTIsMzg5LjU3eiIvPg0KPGNpcmNsZSBpZD0iY2lyY2xlMjIzNyIgY3g9IjIyNS4zNDgiIGN5PSIzOTIuNzI0IiByPSIxLjEwOSIvPg0KPC9zdmc+DQo="); }

.scores-container .bad-compliancy-type-two:after,
.scores-container .bad-compliancy.bad-compliancy-type-two:after,
.scores-container .bad-compliancy.bad-compliancy-type-two .active:after {
  width: 20px;
  height: 20px;
  top: 3px; }

/* ALL SCORE SETS *******************************************/
.score:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.icon-s10, .icon-s9, .icon-s8 {
  color: #80b23d; }
  .icon-s10:hover, .icon-s10.active, .icon-s9:hover, .icon-s9.active, .icon-s8:hover, .icon-s8.active {
    color: #658c30; }

.icon-s7, .icon-s6 {
  color: #FFC200; }
  .icon-s7:hover, .icon-s7.active, .icon-s6:hover, .icon-s6.active {
    color: #cc9b00; }

.icon-s5, .icon-s4 {
  color: #FC6900; }
  .icon-s5:hover, .icon-s5.active, .icon-s4:hover, .icon-s4.active {
    color: #c95400; }

.icon-s3, .icon-s2 {
  color: #ff0000; }
  .icon-s3:hover, .icon-s3.active, .icon-s2:hover, .icon-s2.active {
    color: #cc0000; }

.icon-s1, .icon-s0 {
  color: #630235; }
  .icon-s1:hover, .icon-s1.active, .icon-s0:hover, .icon-s0.active {
    color: #31011a; }

.icon-s-1 {
  color: #cccccc; }

/* PERCENTAGES *******************************************/
.score-percentages .percentage-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #333333; }

/* SMILIES *******************************************/
.score-smileys,
.score-percentages .scrollable {
  /* Only enlarge on hover in score card */ }
  .score-smileys .score,
  .score-percentages .scrollable .score {
    font-size: 24px; }
    .score-smileys .score.icon-s-1,
    .score-percentages .scrollable .score.icon-s-1 {
      padding: 13px 0;
      font-size: 28px; }
  .score-smileys .scroll-table .score.icon-s-1:hover, .score-smileys .scroll-table .score.icon-s-1.active,
  .score-percentages .scrollable .scroll-table .score.icon-s-1:hover,
  .score-percentages .scrollable .scroll-table .score.icon-s-1.active {
    color: #CCCCCC;
    cursor: default; }
  .score-smileys .icon-s10:before,
  .score-smileys .icon-s9:before,
  .score-smileys .icon-s8:before,
  .score-percentages .scrollable .icon-s10:before,
  .score-percentages .scrollable .icon-s9:before,
  .score-percentages .scrollable .icon-s8:before {
    content: "\e60b"; }
  .score-smileys .icon-s7:before,
  .score-smileys .icon-s6:before,
  .score-percentages .scrollable .icon-s7:before,
  .score-percentages .scrollable .icon-s6:before {
    content: "\e60c"; }
  .score-smileys .icon-s5:before,
  .score-smileys .icon-s4:before,
  .score-percentages .scrollable .icon-s5:before,
  .score-percentages .scrollable .icon-s4:before {
    content: "\e60f"; }
  .score-smileys .icon-s3:before,
  .score-smileys .icon-s2:before,
  .score-percentages .scrollable .icon-s3:before,
  .score-percentages .scrollable .icon-s2:before {
    content: "\e60d"; }
  .score-smileys .icon-s1:before,
  .score-smileys .icon-s0:before,
  .score-percentages .scrollable .icon-s1:before,
  .score-percentages .scrollable .icon-s0:before {
    content: "\e60e"; }
  .score-smileys .icon-s-1:before,
  .score-percentages .scrollable .icon-s-1:before {
    content: "\e612"; }

/* COMPANAY TOOLTIP *******************************************/
.company-cell {
  text-align: center;
  background: white; }
  .company-cell img {
    display: block;
    max-height: 23px;
    margin: 0 auto; }

/* CIRCLES *******************************************/
.score-circles .score {
  font-size: 30px; }
  .score-circles .score:hover, .score-circles .score.active {
    font-size: 34px;
    padding: 13px 0; }
  .score-circles .score.icon-s-1:hover, .score-circles .score.icon-s-1.active {
    font-size: 30px;
    padding: 15px 0;
    color: #CCCCCC;
    cursor: default; }

.score-circles .score:before {
  content: "\e612"; }

/* CIRCLES WITH NUMBERS *******************************************/
@media only screen and (max-width: 40em) {
  .score-numbers .column.progress-wrapper .score {
    font-size: 24px; } }

.score-numbers .score {
  font-size: 30px;
  margin-top: -2px; }
  @media only screen and (max-width: 40em) {
    .score-numbers .score {
      margin-top: 3px; } }
  .score-numbers .score:hover, .score-numbers .score.active {
    padding: 13px 0; }
  .score-numbers .score.icon-s-1:hover, .score-numbers .score.icon-s-1.active {
    font-size: 30px;
    padding: 15px 0;
    color: #CCCCCC;
    cursor: default; }

.score-numbers .scores-table .score {
  padding: 37px 0 !important;
  font-size: 34px; }
  .score-numbers .scores-table .score:hover, .score-numbers .scores-table .score.active {
    font-size: 38px;
    padding: 9px 0 !important; }
  .score-numbers .scores-table .score.icon-s-1:hover, .score-numbers .scores-table .score.icon-s-1.active {
    font-size: 34px;
    padding: 11px 0 !important;
    color: #CCCCCC;
    cursor: default; }

.score-numbers .icon-s10:before {
  content: "\e600"; }

.score-numbers .icon-s9:before {
  content: "\e601"; }

.score-numbers .icon-s8:before {
  content: "\e602"; }

.score-numbers .icon-s7:before {
  content: "\e603"; }

.score-numbers .icon-s6:before {
  content: "\e604"; }

.score-numbers .icon-s5:before {
  content: "\e605"; }

.score-numbers .icon-s4:before {
  content: "\e606"; }

.score-numbers .icon-s3:before {
  content: "\e607"; }

.score-numbers .icon-s2:before {
  content: "\e608"; }

.score-numbers .icon-s1:before {
  content: "\e609"; }

.score-numbers .icon-s0:before {
  content: "\e622"; }

.score-numbers .icon-s-1:before {
  content: "\e612"; }

/* PROGRESS BARS *******************************************/
.progress {
  padding: 0; }
  .progress .meter.s0, .progress .meter.s1 {
    background-color: #630235; }
  .progress .meter.s2, .progress .meter.s3 {
    background-color: #ff0000; }
  .progress .meter.s4, .progress .meter.s5 {
    background-color: #FC6900; }
  .progress .meter.s6, .progress .meter.s7 {
    background-color: #FFC200; }
  .progress .meter.s8, .progress .meter.s9, .progress .meter.s10 {
    background-color: #80b23d; }
  .progress.bad-compliancy {
    background: #F6F6F6;
    position: relative; }
    .progress.bad-compliancy:after {
      content: "";
      position: absolute;
      width: 22px;
      height: 22px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTE4NjA1QUY0MjRBMTFFNDg5QkVGRjc1OUMxNUM0Q0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTE4NjA1QjA0MjRBMTFFNDg5QkVGRjc1OUMxNUM0Q0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMTg2MDVBRDQyNEExMUU0ODlCRUZGNzU5QzE1QzRDQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMTg2MDVBRTQyNEExMUU0ODlCRUZGNzU5QzE1QzRDQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtCx71EAAAE9SURBVHjarJRBSsNAGIXfDAURhFbUjQtXvUOR7noIETddu/AIBe/gDRR6itJNUY9QaC1SKXRTq5bURIpMX2gKkprOP9MMvPwJST7Cx5uoW6B1BNSOgR9OHDIlpsgcMPvwWlFhAlzz5IGpZD3lAVf6zpg+4RfvwCMnOPHBfDJfTMCE7mCj4yPhb4ReEdpxgg8GRBig0di4pdcnCbxO6FMeX67/XhD+msCfRfAgkIET+AuhlyLn4/FqTqd2sJPz2Wz1QrcrA0udL9bg0UgOljgPh0OY+Rzo9TaLbOK6WNaNUmfcmU3uzConBDs00pLqZDk/ZY9P+GEL9jh0UWFz/pvc+/6niiIVKS1l6rinjvMtWiLt+hOQ9lz7/BMlPdfwXLaee4NtPd8JvM35zuAM5yoXcMp5rGUvN3DKeXspwAB6D/vH3eHTOQAAAABJRU5ErkJggg==);
      background-repeat: no-repeat;
      background-position: right top;
      display: block;
      top: 0;
      right: 0;
      z-index: 50; }
  .progress.bad-compliancy.bad-compliancy-type-two, .progress.bad-compliancy-type-two {
    background: #F6F6F6;
    position: relative; }
    .progress.bad-compliancy.bad-compliancy-type-two:after, .progress.bad-compliancy-type-two:after {
      content: "";
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIyMTQuMzg1IDM3NS43MjUgMjIgMjIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMjE0LjM4NSAzNzUuNzI1IDIyIDIyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJwYXRoMjIzMSIgZmlsbD0iI0VBMDAwMCIgZD0iTTIzNi4xOTMsMzk1LjM5OGwtMTAuMDc5LTE3LjQ1NmMtMC4xNTgtMC4yNzQtMC40NS0wLjQ0Mi0wLjc2Ni0wLjQ0Mg0KCXMtMC42MDgsMC4xNjgtMC43NjYsMC40NDJsLTEwLjA3OSwxNy40NTZjLTAuMTU4LDAuMjczLTAuMTU4LDAuNjExLDAsMC44ODZjMC4xNTgsMC4yNzMsMC40NSwwLjQ0MSwwLjc2NiwwLjQ0MWgyMC4xNTgNCgljMC4zMTYsMCwwLjYwOC0wLjE2OCwwLjc2Ni0wLjQ0MUMyMzYuMzUxLDM5Ni4wMDksMjM2LjM1MSwzOTUuNjcxLDIzNi4xOTMsMzk1LjM5OEwyMzYuMTkzLDM5NS4zOTh6Ii8+DQo8cG9seWdvbiBpZD0icG9seWdvbjIyMzMiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjE3LjQxMywzOTQuNjAzIDIzMy4yODMsMzk0LjYwMyAyMjUuMzQ4LDM4MC44NiAiLz4NCjxwYXRoIGlkPSJwYXRoMjIzNSIgZD0iTTIyNC41NTIsMzg5LjU3YzAuMDQzLDAuNDE0LDAuMTE1LDAuNzI0LDAuMjE2LDAuOTI3YzAuMTAyLDAuMjAzLDAuMjgzLDAuMzA0LDAuNTQyLDAuMzA0aDAuMDczDQoJYzAuMjYsMCwwLjQ0MS0wLjEwMSwwLjU0Mi0wLjMwNGMwLjEwMi0wLjIwMywwLjE3My0wLjUxMywwLjIxNy0wLjkyN2wwLjIzMS0zLjIwMWMwLjA0My0wLjYyNSwwLjA2Ni0xLjA3MSwwLjA2Ni0xLjM0NA0KCWMwLTAuMzctMC4xMDUtMC42NTktMC4zMTUtMC44NjZjLTAuMTk5LTAuMTk2LTAuNDgyLTAuMzEtMC43NzctMC4zMXMtMC41NzksMC4xMTMtMC43NzgsMC4zMWMtMC4yMSwwLjIwNy0wLjMxNCwwLjQ5Ni0wLjMxNCwwLjg2Ng0KCWMwLDAuMjcyLDAuMDIyLDAuNzE5LDAuMDY1LDEuMzQ0TDIyNC41NTIsMzg5LjU3eiIvPg0KPGNpcmNsZSBpZD0iY2lyY2xlMjIzNyIgY3g9IjIyNS4zNDgiIGN5PSIzOTIuNzI0IiByPSIxLjEwOSIvPg0KPC9zdmc+DQo=");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 27px;
      height: 27px;
      position: absolute;
      top: -1px;
      right: -40px;
      z-index: 999;
      pointer-events: none; }

.scores-container td {
  padding: 0;
  position: relative; }

.score-numbers [class^="icon-s"]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.score-numbers--alt [class^="icon-s"]::before {
  position: static; }

.score-numbers .scores-table .score:hover, .score-numbers .scores-table .score.active {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.scores-container td .active::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -0.75em;
  border-style: solid;
  border-width: 0 17px 11.33333px 17px;
  border-color: transparent transparent white transparent; }

.scores-container td:nth-child(odd) .active::after {
  border-color: transparent transparent #EFEFEF transparent; }

@media only screen and (min-width: 40.063em) {
  .scores-container .top-left-cell,
  .scores-container .topic,
  .scores-container .top-left-cell {
    width: 232px; }
  .scores-table .scrollable .scroll-table thead {
    margin-top: -45px; } }

table.scores-container,
table.scores-container th table.scores-container td {
  border-collapse: separate; }

@media only screen and (max-width: 40em) {
  .scores-table .top-left-cell .floating {
    width: 56px;
    opacity: 0; }
  .scores-table .floating {
    top: -1px;
    left: -2px;
    bottom: 0;
    border-right: 1px solid #e7e7e7;
    width: 75px; }
  .topics-detail .topic-name {
    padding-top: 0; }
  .topic-item .topic-icon {
    position: relative;
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    width: 34px;
    height: 34px;
    text-align: center; }
  .scores-table .floating .bad-compliancy-icon,
  .scores-table .floating .bad-compliancy-type-two-icon {
    position: absolute;
    top: 1px;
    right: 1px; } }

/*#a8ca4f*/
.hideshare-wrap {
  margin: 15px auto;
  text-align: center;
  position: relative; }

.hideshare-wrap .hideshare-list {
  position: absolute;
  width: 320px !important;
  left: -65px !important;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  transition: top 0.3s; }
  .hideshare-wrap .hideshare-list.shown {
    top: -62px !important; }

.hideshare-wrap .hideshare-list-small {
  position: absolute;
  width: 200px !important;
  left: -6px !important;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  transition: top 0.3s; }
  .hideshare-wrap .hideshare-list-small.shown {
    top: -62px !important; }

ul.hideshare-list-small li {
  float: left;
  list-style-type: none; }
  ul.hideshare-list-small li .fa {
    padding: 8px 18px;
    display: block; }
    ul.hideshare-list-small li .fa:hover {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    ul.hideshare-list-small li .fa:before {
      font-family: "FFGI-V4";
      font-style: normal;
      color: #FFF;
      font-size: 20px; }
    ul.hideshare-list-small li .fa.fa-facebook-square {
      background: #3b5998; }
      ul.hideshare-list-small li .fa.fa-facebook-square:hover {
        background: #4c70ba; }
      ul.hideshare-list-small li .fa.fa-facebook-square:before {
        content: "\e617"; }
    ul.hideshare-list-small li .fa.fa-twitter-square {
      background: #6cdfea; }
      ul.hideshare-list-small li .fa.fa-twitter-square:hover {
        background: #99e9f0; }
      ul.hideshare-list-small li .fa.fa-twitter-square:before {
        content: "\e616"; }
    ul.hideshare-list-small li .fa.fa-pinterest-square {
      background: #c5282f; }
      ul.hideshare-list-small li .fa.fa-pinterest-square:hover {
        background: #da464d; }
      ul.hideshare-list-small li .fa.fa-pinterest-square:before {
        content: "\e623"; }
    ul.hideshare-list-small li .fa.fa-google-plus-square {
      background: #e34429; }
      ul.hideshare-list-small li .fa.fa-google-plus-square:hover {
        background: #e96b56; }
      ul.hideshare-list-small li .fa.fa-google-plus-square:before {
        content: "\e618"; }
  ul.hideshare-list-small li span {
    display: none; }

.hideshare-wrap li {
  display: inline-block;
  -ms-zoom: 1;
  zoom: 1;
  *display: inline; }

.share-button {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #80b23d;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  padding: 1px 10px;
  -webkit-font-smoothing: antialiased;
  font-family: Lato,sans-serif;
  font-size: .9em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 100px; }
  .share-button:hover {
    background: #8dc048; }
  .share-button:before {
    font-family: "FFGI-V4";
    content: "\e611";
    padding-right: 5px; }

ul.hideshare-list li {
  float: left;
  list-style-type: none; }
  ul.hideshare-list li .fa {
    padding: 8px 18px;
    display: block; }
    ul.hideshare-list li .fa:hover {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    ul.hideshare-list li .fa:before {
      font-family: "FFGI-V4";
      font-style: normal;
      color: #FFF;
      font-size: 20px; }
    ul.hideshare-list li .fa.fa-facebook-square {
      background: #3b5998; }
      ul.hideshare-list li .fa.fa-facebook-square:hover {
        background: #4c70ba; }
      ul.hideshare-list li .fa.fa-facebook-square:before {
        content: "\e617"; }
    ul.hideshare-list li .fa.fa-twitter-square {
      background: #6cdfea; }
      ul.hideshare-list li .fa.fa-twitter-square:hover {
        background: #99e9f0; }
      ul.hideshare-list li .fa.fa-twitter-square:before {
        content: "\e624"; }
    ul.hideshare-list li .fa.fa-pinterest-square {
      background: #c5282f; }
      ul.hideshare-list li .fa.fa-pinterest-square:hover {
        background: #da464d; }
      ul.hideshare-list li .fa.fa-pinterest-square:before {
        content: "\e623"; }
    ul.hideshare-list li .fa.fa-google-plus-square {
      background: #e34429; }
      ul.hideshare-list li .fa.fa-google-plus-square:hover {
        background: #e96b56; }
      ul.hideshare-list li .fa.fa-google-plus-square:before {
        content: "\e618"; }
  ul.hideshare-list li span {
    display: none; }

.reveal-modal {
  max-width: 24.5rem;
  text-align: center; }
  .reveal-modal h1 {
    padding-bottom: 0; }
  .reveal-modal p {
    color: #777777; }
  .reveal-modal span {
    margin-bottom: 15px;
    font-size: 50px;
    display: block;
    color: #3b5998; }
  .reveal-modal .action-buttons span {
    color: white; }

/*#a8ca4f*/
.socialPanel {
  padding: 0 0 30px 0;
  width: 100%; }
  .socialPanel .mask {
    /*width: 905px;*/
    width: 100%;
    height: 215px;
    overflow: hidden;
    position: relative;
    margin-left: 20px; }
  .socialPanel .likeBox {
    position: absolute;
    display: block;
    width: 101%;
    height: auto;
    left: -6px;
    top: -95px; }
  .socialPanel .share-button {
    margin-top: 0px; }
  .socialPanel #fb-root {
    display: none; }

/*#a8ca4f*/
.companies-overview .row.score-row,
.topics-detail .scores .row.score-row,
.average-scores .row.score-row {
  border-bottom: 1px dotted #dbdbdb;
  padding: 1.5% 1% 1%; }
  .companies-overview .row.score-row .has-tip,
  .topics-detail .scores .row.score-row .has-tip,
  .average-scores .row.score-row .has-tip {
    margin-top: 0;
    margin-left: 7px; }
  @media only screen and (max-width: 40em) {
    .companies-overview .row.score-row,
    .topics-detail .scores .row.score-row,
    .average-scores .row.score-row {
      border-bottom: 1px solid #dbdbdb; } }

.companies-overview .row.label,
.topics-detail .scores .row.label,
.average-scores .row.label {
  padding: 0 6%; }

.companies-overview .row .score-detail,
.topics-detail .scores .row .score-detail,
.average-scores .row .score-detail {
  padding: 0; }

.companies-overview .row .score-detail-wrapper,
.topics-detail .scores .row .score-detail-wrapper,
.average-scores .row .score-detail-wrapper {
  border-bottom: dotted 1px #dbdbdb; }

.companies-list .th {
  padding: 2% 8%;
  border-width: 1px; }
  .companies-list .th.active {
    border-width: 3px;
    border-color: #999999;
    box-shadow: 0 0 8px 1px rgba(0, 140, 186, 0.5); }

.scores {
  margin-top: 2%;
  margin-bottom: 2%; }
  .scores .btn-grey-small {
    margin-top: -4px;
    float: right; }
    @media only screen and (max-width: 40em) {
      .scores .btn-grey-small {
        background: none;
        border: #CCCCCC;
        font-size: 0.8rem;
        width: auto;
        height: auto;
        padding: 2%; }
        .scores .btn-grey-small:hover {
          background: none;
          box-shadow: none;
          text-decoration: underline;
          color: #0076a3; } }
  .scores .tabs-content > .content.tab-history {
    position: absolute;
    visibility: hidden;
    left: -9999px;
    display: block; }
  .scores .tabs-content > .content.active.tab-history {
    position: static;
    visibility: visible;
    left: 0;
    display: block; }

.label-link {
  color: #000; }
  @media only screen and (max-width: 40em) {
    .label-link {
      font-size: 0.8rem;
      font-weight: bold; } }

.column.label {
  text-align: left; }

.column.progress-wrapper {
  cursor: pointer; }
  .column.progress-wrapper.non-clickable {
    cursor: default; }
    .column.progress-wrapper.non-clickable .score {
      visibility: hidden; }
  @media only screen and (max-width: 40em) {
    .column.progress-wrapper {
      margin-bottom: 2%;
      padding-top: 3%; }
      .column.progress-wrapper .column + .column:last-child {
        float: left; } }
  .column.progress-wrapper .img-holder {
    float: left;
    width: 25%;
    text-align: left; }
  .column.progress-wrapper img {
    width: 80%;
    margin-top: -2%; }

.column.details {
  text-align: right; }

.detail-row .score-detail-wrapper {
  text-align: left; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .tabs-content > .content {
    padding: 0; } }

@media only screen and (max-width: 40em) {
  .tabs-content > .content {
    padding: 0; } }

.topic-item-selectable a {
  border: solid 1px #e7e7e7;
  display: block;
  width: 100%;
  padding: 10px 10px 12px 10px; }
  .topic-item-selectable a span.title {
    display: block;
    padding: 0;
    margin: -25px 0 0 50px; }
  .topic-item-selectable a span.icon {
    height: 30px;
    width: 30px;
    display: block;
    margin: 3px 0 0 3px;
    padding: 7px 0 0 7px;
    border: 1px #d8d8d8 solid;
    -webkit-box-shadow: inset 0px 0px 10px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 10px -2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 10px -2px rgba(0, 0, 0, 0.25); }
    .topic-item-selectable a span.icon span {
      display: block;
      height: 40px;
      width: 40px;
      margin: -5px 0 0 -5px; }
  .topic-item-selectable a:hover {
    border: solid 1px #d1d1d1;
    background-color: #f5f5f5;
    text-decoration: none; }

.topic-item-selectable.active a span.icon span {
  font-family: "FFGI-V4";
  color: #80b23d;
  font-size: 22px;
  speak: none;
  display: block;
  width: 28px;
  height: 27px;
  margin: -11px 0 0 -4px; }

/* FOR JAPAN, show company names instead of logo's */
.company-display span {
  display: none; }

.show-company-names .company-display img {
  display: none; }

.show-company-names .company-display span {
  display: inline-block; }

.show-company-names .companies-list .company-display span {
  width: 140px;
  padding: 20px;
  border: solid 1px #e7e7e7; }

.show-company-names .scores-table .company-display span {
  width: 70px; }

.show-company-names .compare-banks .company-display span {
  font-size: 1.2em; }

.show-company-names .compare-banks .score-row .company-display span {
  font-size: 1em; }

/*.scores-container th {
    position:relative;
    padding:10px 0;
    width:72px;
}*/
/* Special county settings bank grid */
/*.lang-ja {
    .scores-container th {
        width: 111px;
    }
}
.lang-fr {
    .scores-container .company-cell {
        width: 86px;
    }
}
.lang-fr .scores-table .scroll-table thead tr {
    float: right;
    padding-right: 16px;
}*/
/* End setting*/
.has-tip {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  background: #008cba;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 15px;
  border: 0;
  color: #FFF;
  z-index: 9;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  bottom: 2px;
  right: 2px; }
  .has-tip:hover {
    border: none;
    color: #FFF;
    background: #252525;
    text-decoration: none; }
  .has-tip:empty {
    display: none; }

.has-tip-label {
  font-size: 10px;
  letter-spacing: .5px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.87);
  padding: 0 7px;
  margin: 0;
  display: block;
  line-height: 22px;
  width: auto;
  height: 20px;
  border-radius: 2px;
  border-bottom-right-radius: 0;
  border: 0;
  color: #fff;
  z-index: 9;
  text-align: center;
  position: absolute;
  top: -22px;
  right: 0; }
  .has-tip-label::after {
    top: 100%;
    right: 4px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.87);
    border-width: 5px; }
  .has-tip-label:hover {
    border: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.97);
    text-decoration: none; }
  .has-tip-label:empty {
    display: none; }

/*#a8ca4f*/
.module-text .column img {
  margin-bottom: 4%; }

.text-content p, .text-content ul li {
  color: #333333; }

.accordion dd .question {
  font-weight: 600;
  padding-left: 55px; }
  .accordion dd .question:hover {
    color: #da262e; }
  .accordion dd .question:before {
    content: "+";
    color: #da262e;
    font-size: 24px;
    border: 2px #da262e solid;
    padding: 0 5px 0 7px;
    border-radius: 50%;
    line-height: 0;
    margin: 0px 10px 0 -40px; }

.accordion dd.active .question {
  color: #da262e; }
  .accordion dd.active .question:before {
    content: "-";
    padding: 0 9px 0 9px; }

/*#a8ca4f*/
.topic-item {
  /*.small-9 {
        overflow-x: hidden;
    }*/ }
  .topic-item .row {
    margin: 0;
    height: 40px; }
    .topic-item .row div {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .topic-item .topic-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 20px;
    background-color: #da262e;
    color: white;
    border-radius: 1000px;
    /*float: left;*/ }
    .topic-item .topic-icon::before {
      top: 50%;
      left: 50%;
      position: absolute;
      line-height: 1;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translateY(-50%, -50%);
      -moz-transform: translateY(-50%, -50%);
      -o-transform: translateY(-50%, -50%);
      transform: translateY(-50%, -50%); }

.topics-overview li {
  text-align: left; }
  .topics-overview li .row {
    height: 55px; }
  .topics-overview li a {
    display: block;
    border: solid 1px #e7e7e7;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .topics-overview li a:hover {
      background-color: #EFEFEF;
      border-color: #DDDDDD;
      color: #da262e; }

.featured-themes li a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 160px;
  border: solid 1px #eaeaea; }
  .featured-themes li a > div {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 1; }
  .featured-themes li a:hover > div {
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  .featured-themes li a h3 {
    position: absolute;
    z-index: 5;
    padding: 60px 5px 0 5px;
    font-family: ronniaregular, arial;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    width: 100%; }

@media only screen and (max-width: 40em) {
  .featured-themes li a {
    font-size: 16px; } }

/* Detail ***************************/
.topics-detail .slick-list {
  margin: 0 60px; }

.topics-detail .theme-wrapper {
  padding: 0; }

.topics-detail .slick-prev, .topics-detail .slick-next {
  width: 59px;
  height: 55px;
  top: 24%;
  padding: 0; }
  .topics-detail .slick-prev:before, .topics-detail .slick-next:before {
    font-size: 38px;
    display: inline-block; }

.topics-detail .slick-prev {
  left: -20px; }
  @media only screen and (max-width: 64em) {
    .topics-detail .slick-prev {
      left: -10px; } }

.topics-detail .slick-next {
  right: -20px; }
  @media only screen and (max-width: 64em) {
    .topics-detail .slick-next {
      right: -10px; } }

.topics-detail .topic-item:hover .topic-icon, .topics-detail .topic-item.active .topic-icon {
  background-color: #da262e;
  color: #FFF;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.topics-detail .topic-item:hover .topic-name, .topics-detail .topic-item.active .topic-name {
  color: #da262e;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.topics-detail .topic-icon {
  font-size: 300%;
  display: inline-block;
  width: 80px !important;
  height: 80px !important;
  background: #dbdbdb;
  color: #898989; }

.topics-detail .topic-name {
  font-family: ronniaregular, arial;
  font-weight: normal;
  font-size: 0.8rem;
  color: #000;
  padding-top: 10%;
  line-height: 1.4; }

.scores-container .topic {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0; }

.topic.topic-item .row {
  height: 81px;
  position: relative; }
  .topic.topic-item .row .bad-compliancy-icon,
  .topic.topic-item .row .bad-compliancy-type-two-icon {
    display: block;
    top: 1px;
    right: 1px;
    position: absolute; }

.scores-container td.company-cell > a {
  display: block;
  height: 44px;
  position: relative;
  width: 100%; }

.company-cell img {
  max-width: 96%;
  max-height: 22px;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1; }

@media only screen and (max-width: 40em) {
  .topics-detail .topic-name {
    padding-top: 0; } }

/*#a8ca4f*/
.video-container .flex-video {
  display: none; }

.video-placeholder {
  display: block;
  border: solid 1px #eaeaea;
  padding: 10px;
  position: relative; }
  .video-placeholder:hover .play-button {
    border-color: #da262e;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    background-color: rgba(218, 38, 46, 0.65); }

.play-button {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -70px 0 0 -70px;
  border: 11px solid #80b23d;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  background-color: rgba(128, 178, 61, 0.65); }
  .play-button:active, .play-button:focus {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2); }

.play-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 42px;
  margin: 0 auto;
  border-style: solid;
  border-width: 36px 0 36px 54px;
  border-color: transparent transparent transparent white; }

/*.share-button {
    margin: 20px auto;
}*/
/*mobile - small screens ***************************************/
@media only screen and (max-width: 40em) {
  .play-button {
    margin: -30px 0 0 -30px;
    border: 6px solid #80b23d;
    width: 60px;
    height: 60px; }
  .play-button:after {
    top: 8px;
    left: 15px;
    border-width: 16px 0 16px 24px; } }

/*#a8ca4f*/
.tabs {
  text-align: center; }
  .tabs dd, .tabs li {
    float: none !important;
    display: inline-block; }
  .tabs dd.active a,
  .tabs .tab-title.active a {
    border: solid 1px #e7e7e7;
    border-bottom: white 1px solid;
    color: #da262e; }
  .tabs dd > a,
  .tabs .tab-title > a {
    border: solid 1px #e7e7e7;
    margin-right: 2px;
    margin-left: 2px; }

.tabs-bottom-line {
  border-top: solid 1px #e7e7e7;
  margin-top: -1px; }

.accordion .content-box {
  padding-top: 15px; }
  .accordion .content-box h2:first-child {
    display: none; }

@media only screen and (max-width: 40em) {
  .tabs dd {
    width: 100%; }
  .tabs dd > a,
  .tabs .tab-title > a {
    padding: 10px 17px 10px 17px;
    font-size: 18px; } }

/*#a8ca4f*/
.contourPage input, .contourPage select {
  margin-bottom: 0; }

.contourPage select option {
  padding: 3px 2px; }

.contourPage div.contourField {
  margin: 0 0 1rem 0; }

.contourPage .btn-template {
  margin-top: 2%; }

.contourPage textarea {
  height: 200px;
  text-align: left; }

.contourPage .text input-validation-error,
.contourPage .input-validation-error,
.contourPage .text input-validation-error:focus,
.contourPage .input-validation-error:focus {
  margin-bottom: 3px;
  background-color: #fff0ee;
  border: solid 1px #ff9d93; }

.contourPage .field-validation-error {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ac1100;
  margin-bottom: 16px; }

.form-wrapper {
  padding: 3% 0;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 20px #c5c5c5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444'); }
  .form-wrapper .btn-template {
    margin-top: 4%; }
  .form-wrapper .contourNavigation {
    text-align: center; }

.nicEdit-panelContain {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  background-color: white !important; }

.nicEdit-main {
  padding: 0.5rem;
  cursor: text;
  background-color: white; }
  .nicEdit-main:focus {
    outline: none; }

.nicEdit-main, .nicEdit-main * {
  text-align: left;
  color: rgba(0, 0, 0, 0.75) !important;
  font-size: 0.875rem !important; }

.panel .nicEdit-main {
  margin: 0 !important;
  width: auto !important; }

.panel .nicEdit-panelContain {
  background-color: #f2f2f2 !important; }

/*#a8ca4f*/
.compare-banks .column.progress-wrapper {
  cursor: default; }
  @media only screen and (min-width: 64.063em) {
    .compare-banks .column.progress-wrapper .large-11 {
      width: 90%; } }

.row.dd-compare {
  margin: 2% 0; }
  .row.dd-compare .column {
    padding-top: 2%; }
    .row.dd-compare .column:last-child {
      border-left: 1px solid #dbdbdb; }
      @media only screen and (max-width: 40em) {
        .row.dd-compare .column:last-child {
          border: none; } }
  .row.dd-compare h2 {
    display: inline-block;
    line-height: 1.2; }
  .row.dd-compare .f-dropdown {
    padding-bottom: 3%; }
    .row.dd-compare .f-dropdown li.no-hover:hover {
      background: #FFF; }
    .row.dd-compare .f-dropdown li h3 {
      margin: 0;
      color: #000;
      padding: 4% 5% 4%; }
    .row.dd-compare .f-dropdown li a {
      padding-left: 6%; }
      .row.dd-compare .f-dropdown li a.link {
        color: #da262e; }
  .row.dd-compare button {
    background: none;
    border: 1px solid #dbdbdb;
    color: #000;
    padding: 5px 10px;
    width: 255px;
    height: 62px;
    text-align: left;
    margin-left: 3%; }
    .row.dd-compare button img {
      max-height: 41px; }
    .row.dd-compare button .icon-arrow-down {
      background-color: #ececec;
      border: 1px solid #dbdbdb;
      color: #da262e;
      position: absolute;
      padding: 4px 3px 3px 3px;
      right: 11px;
      top: 14px;
      font-size: 26px; }
    .row.dd-compare button:hover .icon-arrow-down {
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      background-color: #da262e;
      color: #FFF; }

.selected-company {
  font-size: 30px; }

.compare .icon-s-1 {
  visibility: hidden; }

.compare .column.align-right {
  border-right: 1px solid #dbdbdb; }
  .compare .column.align-right .progress.bad-compliancy:after {
    left: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0UzREM4QzZEODc2MTFFNDk5RkU4QzIzM0M4NjFGOTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0UzREM4QzdEODc2MTFFNDk5RkU4QzIzM0M4NjFGOTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RTNEQzhDNEQ4NzYxMUU0OTlGRThDMjMzQzg2MUY5MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RTNEQzhDNUQ4NzYxMUU0OTlGRThDMjMzQzg2MUY5MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkmRY4kAAAFPSURBVHjaYvwvwPuf4cdPBlLBdyD+CsQfofg9EL8D4pc/fzPwOZowsDB8Bxr68xfJhn6BGvgBauhbIH4DxBxmOgweUysVWRgYGahmKJeVPkPAkhZBIUWfD0wYOmtrGRj+/2dguHuXJEO5bQzhhoLUMlHFpZZ6DL7zGyRhhuI3+MsXogzltNBl8JnfICui4vcCWTsLhoHv3kHo589JClN0YzBdfP06hP70iaQwJWzwkydg6jfQYFLClLDBt24x/P/6leH7w4ckhSk6YMEa+zw8JIcpXheDDP0NTMeiwHQsBUzHpIQpToNhEfUNyv9LYpiiA8b/HGz/v//4hTed+i5olBVTD3xCStZnITedEgyKr2SmU4IGk5tOiTKYnHRKMIypFaYYLn77nzphigEmA4v1ORa6/1/f3ijxH5gxqIUZFjqa/n95fZ0CNQ0FYYAAAwBy41zJygzDsAAAAABJRU5ErkJggg=="); }
    @media only screen and (max-width: 40em) {
      .compare .column.align-right .progress.bad-compliancy:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTE4NjA1QUY0MjRBMTFFNDg5QkVGRjc1OUMxNUM0Q0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTE4NjA1QjA0MjRBMTFFNDg5QkVGRjc1OUMxNUM0Q0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMTg2MDVBRDQyNEExMUU0ODlCRUZGNzU5QzE1QzRDQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMTg2MDVBRTQyNEExMUU0ODlCRUZGNzU5QzE1QzRDQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtCx71EAAAE9SURBVHjarJRBSsNAGIXfDAURhFbUjQtXvUOR7noIETddu/AIBe/gDRR6itJNUY9QaC1SKXRTq5bURIpMX2gKkprOP9MMvPwJST7Cx5uoW6B1BNSOgR9OHDIlpsgcMPvwWlFhAlzz5IGpZD3lAVf6zpg+4RfvwCMnOPHBfDJfTMCE7mCj4yPhb4ReEdpxgg8GRBig0di4pdcnCbxO6FMeX67/XhD+msCfRfAgkIET+AuhlyLn4/FqTqd2sJPz2Wz1QrcrA0udL9bg0UgOljgPh0OY+Rzo9TaLbOK6WNaNUmfcmU3uzConBDs00pLqZDk/ZY9P+GEL9jh0UWFz/pvc+/6niiIVKS1l6rinjvMtWiLt+hOQ9lz7/BMlPdfwXLaee4NtPd8JvM35zuAM5yoXcMp5rGUvN3DKeXspwAB6D/vH3eHTOQAAAABJRU5ErkJggg==);
        left: auto;
        right: 0; } }
  .compare .column.align-right .progress.bad-compliancy.bad-compliancy-type-two:after {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_3' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='22px' height='22px' viewBox='214.385 375.725 22 22' enable-background='new 214.385 375.725 22 22' xml:space='preserve'%3E%3Cpath id='path2231' fill='%23EA0000' d='M236.193,395.398l-10.079-17.456c-0.158-0.274-0.45-0.442-0.766-0.442 s-0.608,0.168-0.766,0.442l-10.079,17.456c-0.158,0.273-0.158,0.611,0,0.886c0.158,0.273,0.45,0.441,0.766,0.441h20.158 c0.316,0,0.608-0.168,0.766-0.441C236.351,396.009,236.351,395.671,236.193,395.398L236.193,395.398z'/%3E%3Cpolygon id='polygon2233' fill='%23FFFFFF' points='217.413,394.603 233.283,394.603 225.348,380.86 '/%3E%3Cpath id='path2235' d='M224.552,389.57c0.043,0.414,0.115,0.724,0.216,0.927c0.102,0.203,0.283,0.304,0.542,0.304h0.073 c0.26,0,0.441-0.101,0.542-0.304c0.102-0.203,0.173-0.513,0.217-0.927l0.231-3.201c0.043-0.625,0.066-1.071,0.066-1.344 c0-0.37-0.105-0.659-0.315-0.866c-0.199-0.196-0.482-0.31-0.777-0.31s-0.579,0.113-0.778,0.31c-0.21,0.207-0.314,0.496-0.314,0.866 c0,0.272,0.022,0.719,0.065,1.344L224.552,389.57z'/%3E%3Ccircle id='circle2237' cx='225.348' cy='392.724' r='1.109'/%3E%3C/svg%3E"); }
  @media only screen and (max-width: 40em) {
    .compare .column.align-right {
      border-right: none; } }
  .compare .column.align-right .progress {
    float: right; }
    @media only screen and (max-width: 40em) {
      .compare .column.align-right .progress {
        float: left; } }
  .compare .column.align-right .score {
    padding: 0 0 0 2%;
    float: right; }
    @media only screen and (max-width: 40em) {
      .compare .column.align-right .score {
        float: left;
        padding: 0 2% 0 0; } }
  .compare .column.align-right .meter {
    float: right; }
    @media only screen and (max-width: 40em) {
      .compare .column.align-right .meter {
        float: left; } }

.compare .score {
  float: left;
  padding: 0 2% 0 0; }
  @media only screen and (max-width: 40em) {
    .compare .score {
      width: 8%;
      font-size: 18px;
      margin-top: 3px; } }

.compare .progress {
  float: left; }

@media only screen and (max-width: 40em) {
  .compare {
    text-align: left; }
    .compare .score-row {
      padding: 0 6% 2%; } }

@media only screen and (max-width: 40em) {
  .score-percentages .compare .score {
    width: 10%;
    font-size: 12px;
    margin-top: 1px; } }

@media only screen and (max-width: 40em) {
  .score-percentages .compare .score .percentage-text {
    font-size: 12px; } }

/*#a8ca4f*/
.columns-wrapper.count-2 .tweets, .columns-wrapper.count-3 .tweets, .columns-wrapper.count-4 .tweets {
  width: 100%; }

.columns-wrapper .columns {
  border-right: 1px solid #e7e7e7;
  min-height: 220px; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .columns-wrapper .columns .tweets {
      min-height: 0;
      max-width: 100%; } }
  @media only screen and (max-width: 40em) {
    .columns-wrapper .columns .tweets:nth-child(odd) {
      float: left; } }
  @media only screen and (max-width: 40em) {
    .columns-wrapper .columns {
      min-height: 0;
      border-bottom: 1px solid #e7e7e7;
      margin-bottom: 20px; }
      .columns-wrapper .columns:last-child {
        border-bottom: none; } }
  .columns-wrapper .columns:last-child {
    border-right: none; }
  .columns-wrapper .columns .module-text .column {
    width: 100%; }
    .columns-wrapper .columns .module-text .column img {
      width: 100%; }
    @media only screen and (max-width: 40em) {
      .columns-wrapper .columns .module-text .column.text-left {
        text-align: center !important; } }
    .columns-wrapper .columns .module-text .column div {
      text-align: left; }
      @media only screen and (max-width: 40em) {
        .columns-wrapper .columns .module-text .column div {
          text-align: center; }
          .columns-wrapper .columns .module-text .column div.tweet {
            text-align: left; } }
      .columns-wrapper .columns .module-text .column div p {
        font-size: 0.875rem; }

/*#a8ca4f*/
.tweets {
  margin-bottom: 10px; }
  .tweets img {
    position: absolute;
    left: 15px;
    width: 35px; }
  .tweets .tweet {
    text-align: left;
    padding-left: 50px; }
    .tweets .tweet a {
      word-wrap: break-word; }
    .tweets .tweet p {
      font-size: 13px;
      margin: 0; }

/*#a8ca4f*/
.report {
  border: 1px #dbdbdb dotted;
  background: #f9f9f9;
  padding: 10px;
  margin-bottom: -1px; }
  .report .btn-grey-small {
    float: right; }
    @media only screen and (max-width: 40em) {
      .report .btn-grey-small {
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
        background-color: #81b33d;
        /*blue*/
        background-image: linear-gradient(transparent, rgba(74, 113, 25, 0.6));
        border-color: #496f1c;
        color: #FFF;
        padding: 6px; } }

.showOldReports {
  margin-top: 10px; }

.reports-link {
  margin-top: 5px; }

.show-all-reports {
  margin-top: 3%; }

/*#a8ca4f*/
.slider-wrapper {
  overflow: hidden;
  position: relative;
  height: auto; }

.slider-title {
  font-size: small;
  overflow: hidden;
  height: 30px;
  width: 100%; }

.shadow-right,
.shadow-left {
  position: absolute;
  top: 18%;
  width: 6px;
  height: 79%;
  border-radius: 0 0 0 0/50% 0 0 50%; }
  @media only screen and (max-width: 40em) {
    .shadow-right,
    .shadow-left {
      top: 0%;
      height: 97%; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .shadow-right,
    .shadow-left {
      top: 23%;
      height: 74%; } }
  @media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .shadow-right,
    .shadow-left {
      top: 19%;
      height: 79%; } }

.shadow-right {
  display: none;
  left: 100%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.15); }

.shadow-left {
  display: none;
  right: 100%;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.15); }

.share-content-modal {
  border: 1px #CCCCCC solid;
  background: #EFEFEF;
  padding: 17px 10px;
  margin: 10px; }
  .share-content-modal .share-content-visibility {
    opacity: 0;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .share-content-modal .share-content-visibility.show-details {
      opacity: 1; }
  .share-content-modal img {
    margin: 10px;
    margin-bottom: 0;
    width: 40%;
    min-width: 120px;
    max-width: 200px; }
    @media only screen and (max-width: 64em) {
      .share-content-modal img {
        display: none; } }
  @media only screen and (max-width: 64em) {
    .share-content-modal a {
      padding: 5px 0;
      display: inline-block; } }
  .share-content-modal:before {
    content: "";
    width: 100px;
    height: 50px;
    background: url("/static/images/triangle_up.png") no-repeat;
    margin: 0 auto;
    margin-top: -58px;
    display: block; }

.bottom-line {
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 20px; }

.tekst-wrapper {
  margin: 10px;
  line-height: 21px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("/static/images/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 1px;
  display: block;
  -ms-zoom: 1;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 5px;
  /*min-width:125px;*/
  cursor: pointer;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    /*display: block;*/
    vertical-align: inherit;
    /*min-width:125px;*/ }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0;
  /*font-size: 0;*/
  cursor: pointer;
  background: #EFEFEF;
  border: 1px solid;
  border-color: #CCCCCC;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  outline: none; }
  @media only screen and (max-width: 40em) {
    .slick-prev,
    .slick-next {
      top: 40%; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: #FFFFFF;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "FFGI-V4";
  font-size: 20px;
  line-height: 1;
  color: #008CBA;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0px;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  border-left: none;
  padding-left: 0.3em; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\e619"; }
    [dir="rtl"] .slick-prev:before {
      content: "\e61a"; }

.slick-next {
  right: 0px;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  border-right: none;
  padding-left: 0.4em; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\e61a"; }
    [dir="rtl"] .slick-next:before {
      content: "\e619"; }

/*#a8ca4f*/
.news-list {
  margin-bottom: 5%; }
  .news-list section {
    margin-bottom: 3%; }
  .news-list h3 {
    margin-bottom: 0; }
  .news-list .row {
    border-bottom: solid 1px #e7e7e7;
    padding: 3% 3% 0 3%; }
  .news-list .break {
    height: 50px; }
  .news-list article {
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .news-list article.loaded {
    opacity: 1; }
  .news-list .btn-template {
    margin-bottom: 5%; }

.navigation {
  position: relative; }
  .navigation a {
    position: absolute;
    top: 150px;
    display: block;
    background-color: #EFEFEF;
    border: solid 1px #CCCCCC;
    padding: 10px;
    font-size: 250%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .navigation a:hover {
      color: #da262e; }
    .navigation a.prev {
      left: 0;
      border-left: none;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .navigation a.next {
      right: 0;
      border-right: none;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }

.cap-img {
  display: inline-block; }
  .cap-img .caption {
    text-align: left;
    font-size: smaller;
    display: block;
    padding: 3px 0; }

.news-detail__header {
  text-align: center; }

.news-detail__body > *:not(.modules-wrapper):not(.action-buttons) {
  text-align: left; }

/*#a8ca4f*/
.search-container .row {
  padding: 2% 2% 1.5%;
  border-bottom: 1px solid #e7e7e7; }
  .search-container .row:last-child {
    border-bottom: none; }

.search-container h1 {
  padding: 0 2%; }

.search-container .search.top {
  margin: 0 0 1%; }
  @media only screen and (max-width: 40em) {
    .search-container .search.top {
      margin: 0 0 5%; } }

.search-container .search.bottom {
  margin: 1% 0 0; }
  @media only screen and (max-width: 40em) {
    .search-container .search.bottom {
      margin: 5% 0 0; } }

.search-container .search input {
  width: 100%; }

.search-container .search .postfix {
  right: 20px;
  left: auto; }

/*#a8ca4f*/
.numbered-list .row {
  padding: 4% 0 2%;
  border-bottom: solid 1px #e7e7e7; }

.numbered-list .number {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background-color: #da262e;
  color: #FFF;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 45px;
  line-height: 1.39;
  font-family: ronniaregular, arial;
  margin: 1px 5px 0 0;
  padding-left: 2px; }

@media only screen and (max-width: 40em) {
  .numbered-list .text-left {
    margin: 7% 0; } }

.numbered-list .text-left .number {
  width: 27px;
  height: 27px;
  font-size: 20px;
  padding: 0; }

#takeActionPopUp iframe {
  margin-top: 20px; }

.reveal-modal.type-select-screen {
  max-width: 800px; }
  .reveal-modal.type-select-screen .btn-template.grey-left-icon {
    display: none; }

.take-action-form .contourPage textarea {
  height: 410px; }

.g-recaptcha div:first-child {
  margin: 10px auto; }

/*#a8ca4f*/
footer {
  border-top: solid 5px #464545;
  padding: 4% 0 6% 0;
  background-color: #252525; }
  footer h2 {
    color: white;
    font-size: 22px; }
    @media only screen and (max-width: 40em) {
      footer h2 {
        font-size: 1.2em;
        margin-bottom: 0; } }
  footer a {
    color: #888888; }
    @media only screen and (max-width: 40em) {
      footer a {
        font-size: 0.9em; } }
  @media only screen and (max-width: 40em) {
    footer ul {
      line-height: 1.4; } }

.follow-us-text {
  display: inline-block;
  padding-top: 18px; }

.footer-banner {
  min-height: 100px;
  padding: 20px 10px 10px 10px; }

.footer-banner-img {
  float: left; }

.footer-banner-text {
  margin: 15px 0 0 80px; }

/*#a8ca4f*/
.social-icons a {
  color: white;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .social-icons a:hover {
    color: rgba(0, 0, 0, 0.5); }

.icon-facebook {
  background: #3b5998; }

.icon-twitter {
  background: #6cdfea; }

.icon-instagram {
  background: #d62976; }

.icon-linkedin {
  background: #4498c8; }

.follow-us .social-icons {
  padding-left: 15px; }
  .follow-us .social-icons span {
    display: none; }
  .follow-us .social-icons a {
    width: 23px;
    height: 23px;
    padding: 5px;
    margin-right: 3px;
    font-size: 80%;
    display: block;
    float: left; }
    .follow-us .social-icons a.icon-extra {
      padding: 0; }
      .follow-us .social-icons a.icon-extra img {
        width: 23px;
        height: 23px; }

.right-off-canvas-menu .social-icons span {
  display: block;
  float: left;
  padding-right: 10px;
  font-size: 0.9em; }

.footer-banner .social-icons {
  display: inline-block;
  margin-top: 6px; }
  @media only screen and (max-width: 40em) {
    .footer-banner .social-icons {
      margin: 30px 0 15px; } }
  .footer-banner .social-icons a {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 1.9; }
    .footer-banner .social-icons a.icon-extra img {
      position: relative;
      margin-top: -6px; }

.custom-grid.large-block-grid-6 > li {
  width: 16.2%; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .custom-grid.medium-block-grid-4 > li {
    width: 25%; } }

@media only screen and (max-width: 40em) {
  .custom-grid.small-block-grid-2 > li {
    width: 48%; } }

.custom-grid li {
  float: none;
  display: inline-block; }

.company-display .th, .initiator-logos .th {
  box-shadow: none; }

/*#a8ca4f*/
/* NL Promotie Cent a Message April 2015 */
.cent-a-message-detail .btn-grey-small {
  padding: 4px 7px; }

.cent-a-message-overview {
  padding-top: 30px; }
  @media only screen and (max-width: 40em) {
    .cent-a-message-overview {
      padding-top: 0; }
      .cent-a-message-overview .module.last {
        padding-bottom: 25px; }
      .cent-a-message-overview .mc-counter div {
        font-size: 40px;
        padding: 15px 0; } }

.topics-overview {
  padding-top: 2%; }
  .topics-overview .featured-themes {
    margin-top: 30px; }

.cent-a-message-form {
  padding-top: 20px; }

.topics-detail {
  padding-top: 1%; }
  .topics-detail .featured-themes a.active {
    border: solid 1px #008cba;
    background: #008cba; }
    .topics-detail .featured-themes a.active div {
      opacity: 0.5; }

.steps {
  margin-top: 30px;
  text-align: center;
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 25px; }
  @media only screen and (max-width: 40em) {
    .steps {
      margin-left: 25px; } }
  .steps a {
    display: inline-block;
    padding: 0 39px 0 0;
    cursor: default; }
    .steps a.active {
      cursor: pointer; }
      .steps a.active span {
        color: #000; }
        .steps a.active span span {
          background: #3e0403; }
      .steps a.active:hover span {
        color: #008cba; }
        .steps a.active:hover span span {
          color: #FFF;
          background: #008cba; }
    @media only screen and (max-width: 40em) {
      .steps a {
        padding: 0 39px 20px 0;
        float: left; }
        .steps a:last-child {
          padding-bottom: 0; } }
  .steps span.step {
    color: #c5c5c5; }
    .steps span.step:last-child {
      padding-right: 0; }
    .steps span.step span {
      font: bold 18px sans-serif;
      text-align: center;
      color: #fff;
      margin-right: 5px;
      line-height: 35px;
      display: inline-block;
      width: 35px;
      height: 35px;
      background: #c5c5c5;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      border-radius: 999px; }

.mc-counter {
  white-space: nowrap; }
  .mc-counter > div {
    display: inline-block;
    padding: 40px 0;
    width: 18%;
    max-width: 80px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f9f9f9));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, transparent, #f9f9f9);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, transparent, #f9f9f9);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, transparent, #f9f9f9);
    /* IE10 */
    background-image: -o-linear-gradient(top, transparent, #f9f9f9);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, transparent, #f9f9f9);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#f9f9f9');*/
    font-size: 65px;
    color: #3b3b3b;
    font-weight: bold;
    margin-right: -2px; }

/* END: NL Promotie Cent a Message April 2015 */
/*#a8ca4f*/
/*-------------*/
/*-------------*/
.slick-dots a {
  color: white; }

.slider-cases .slick-slide {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  float: left; }

.slider-cases .slider-cases-img-holder {
  position: relative;
  max-height: 500px;
  max-width: 1040px; }

.slider-cases .slider-cases-img-holder img {
  display: block; }

.slider-cases .slider-cases-title {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  top: 30%; }

.slider-cases .slider-cases-title h1 {
  font-size: 2.5em;
  color: white;
  padding-bottom: 0;
  line-height: 1;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.99);
  /*@media only screen and (max-width: 40em) {
            font-size: 1.5em;
        }*/ }

.slider-cases .slider-cases-title h3 {
  font-size: 2em;
  color: white;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.99);
  /*@media only screen and (max-width: 40em) {
            font-size: 0.5em;
            }*/ }

.slider-cases .slick-dots {
  text-align: center; }

.slider-cases .slick-dots li {
  display: inline-block;
  list-style-type: none;
  color: white;
  width: 9.2em;
  padding-top: 6px;
  padding-bottom: 13px;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  transition: all ease .3s; }
  @media only screen and (max-width: 40em) {
    .slider-cases .slick-dots li {
      width: 6.5em;
      padding-top: 6px; } }

.slider-cases .slick-dots span {
  font-size: 250%;
  color: white;
  display: block;
  pointer-events: none;
  padding: 5px; }

.slider-cases ul {
  /*display: inline-block;*/
  position: relative;
  margin-top: -99px;
  width: 100%;
  height: 6.2em;
  background-color: rgba(50, 50, 50, 0.5);
  text-align: center;
  margin-left: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 40em) {
    .slider-cases ul {
      margin-top: 0;
      height: 6em; } }

.slider-cases p {
  line-height: 1.2; }

.slider-cases .slick-active {
  background-color: #ececec; }
  .slider-cases .slick-active .span {
    font-size: 250%;
    color: #da262e;
    display: block;
    pointer-events: none; }

.slider-cases .slick-dots .slick-active {
  border-top: 2px solid #da262e; }
  .slider-cases .slick-dots .slick-active span {
    color: #da262e; }
  .slider-cases .slick-dots .slick-active a {
    color: #008CBA; }

.slider-text .content-box {
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #ececec; }
  @media only screen and (max-width: 40em) {
    .slider-text .content-box {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 30px;
      padding-bottom: 35px; } }

@media only screen and (max-device-width: 480px) {
  .slider-text .content-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 35px;
    background-color: #ececec; } }

.inline-list {
  margin-bottom: 0; }

/* -------- */
.corresponding-themes {
  padding-top: 30px; }
  @media only screen and (max-device-width: 480px) {
    .corresponding-themes {
      padding-top: 15px; } }

.corresponding-themes h2 {
  text-align: center;
  padding-bottom: 15px; }

.corresponding-themes .topic-icon {
  background: #da262e; }

/*--------Case--------------*/
#case-slider-separator {
  margin-top: 15px; }

#topics-slider {
  margin-top: 5px;
  padding-top: 5px;
  max-height: 125px; }

@media only screen and (max-width: 40em) {
  .case-content .case-text h2 {
    text-align: center;
    padding-top: 5%; } }

.case-content .picturebox {
  /*.case-text
    {
        margin: 5px;
        padding: 5px;
        clear: both;
        display: block;
    }*/ }
  .case-content .picturebox .case-img {
    position: relative;
    float: left;
    padding: 5px;
    margin-top: 30px; }
    @media only screen and (max-width: 40em) {
      .case-content .picturebox .case-img {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none; } }
  .case-content .picturebox img {
    padding: 0; }

/*#a8ca4f*/
.hidden {
  display: none; }

.ShareFt .hideshare-list {
  left: -6px !important; }
  .ShareFt .hideshare-list .hideshare-pinterest {
    display: none; }
  .ShareFt .hideshare-list .hideshare-google-plus {
    display: none; }
  .ShareFt .hideshare-list .hideshare-linkedin {
    display: none; }

/*.socialPanel {
    padding: 0 0 30px 0;
    width:100%;

    .mask {
        width:100%;
        height: 215px;
        overflow: hidden;
        position: relative;
        margin-left: 20px;
    }

    .likeBox {
        position: absolute;
        display: block;
        width: 101%;
        height: auto;
        left: -6px;
        top: -95px;
    }

    .share-button {
        margin-top: 0px;
    }


    #fb-root {
        display: none;
    }


}*/
.topic-item__name, .topic-item__icon {
  box-sizing: border-box;
  vertical-align: middle; }
  @media only screen and (min-width: 600px) {
    .topic-item__name, .topic-item__icon {
      text-align: left;
      display: inline-block; }
      .topic-item__name.topic-item__name, .topic-item__icon.topic-item__name {
        max-width: 70%;
        word-break: normal; } }

@media only screen and (min-width: 600px) {
  .topic-item__icon {
    padding-right: 1em;
    max-width: 30%; } }

.topic-item {
  min-height: 74px;
  position: relative; }
  .topic-item .practiceScore_info {
    display: none; }
    .topic-item .practiceScore_info:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 17px 22px 17px;
      display: block;
      border-color: transparent transparent #e7e7e7 transparent;
      position: absolute;
      bottom: 100%;
      left: 17.5%;
      transform: translatex(-50%); }
    .topic-item .practiceScore_info:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 20px 15px;
      display: block;
      position: absolute;
      bottom: 100%;
      left: 17.5%;
      border-color: transparent transparent white transparent;
      transform: translatex(-50%); }
  .topic-item:hover .practiceScore_info {
    z-index: 9999;
    position: absolute;
    top: 100%;
    width: 300%;
    transform: translateX(0%);
    left: 0%;
    box-sizing: border-box;
    padding: 0.75em;
    background-color: white;
    border: 1px solid #e7e7e7;
    display: block; }
    .topic-item:hover .practiceScore_info .topic-item__inner:before {
      display: none; }
    @media only screen and (min-width: 950px) {
      .topic-item:hover .practiceScore_info {
        width: 150%; } }

.practiceScore_info {
  display: none; }
  .practiceScore_info:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 22px 17px;
    display: block;
    border-color: transparent transparent #e7e7e7 transparent;
    position: absolute;
    bottom: 100%;
    left: 17.5%;
    transform: translatex(-50%); }
  .practiceScore_info:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 17.5%;
    border-color: transparent transparent white transparent;
    transform: translatex(-50%); }

.scores-container td:hover .practiceScore_info {
  z-index: 9999;
  position: absolute;
  top: 100%;
  width: 300%;
  transform: translateX(0%);
  left: 0%;
  box-sizing: border-box;
  padding: 0.75em;
  background-color: white;
  border: 1px solid #e7e7e7;
  display: block; }
  .scores-container td:hover .practiceScore_info .topic-item__inner:before {
    display: none; }

.topic-item__inner {
  position: relative;
  vertical-align: middle;
  padding: 0.75em;
  word-break: break-all;
  text-align: center;
  box-sizing: border-box; }
  @media only screen and (min-width: 600px) {
    .topic-item__inner {
      text-align: left; } }

.topic-item {
  padding: 0 !important; }

.practiceScore_item--decent {
  background-color: #ececec; }

.practiceScore {
  list-style: none;
  margin: 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }
  @media only screen and (min-width: 950px) {
    .practiceScore {
      display: flex; } }
  .practiceScore ul {
    margin: 0;
    list-style: none; }
  @media only screen and (min-width: 950px) {
    .practiceScore .practiceScore_item--bank {
      align-self: center;
      flex: 1 0px; } }
  @media only screen and (min-width: 950px) {
    .practiceScore .practiceScore_scores {
      flex: 5 0px;
      border-left: 1px solid #e7e7e7; } }
  .practiceScore .practiceScore_scores .practiceFlex {
    display: flex;
    flex-wrap: wrap; }
  .practiceScore .practiceScore_item {
    flex: 1 0px;
    border-right: 1px solid #e7e7e7; }
    .practiceScore .practiceScore_item:nth-of-type(2) .topic-item {
      min-height: 74px;
      position: relative; }
      .practiceScore .practiceScore_item:nth-of-type(2) .topic-item .practiceScore_info:before {
        content: "";
        left: 50%;
        transform: translatex(-50%); }
      .practiceScore .practiceScore_item:nth-of-type(2) .topic-item .practiceScore_info:after {
        content: "";
        left: 50%;
        border-color: transparent transparent white transparent;
        transform: translatex(-50%); }
      .practiceScore .practiceScore_item:nth-of-type(2) .topic-item:hover .practiceScore_info {
        transform: translateX(-50%);
        left: 50%; }
        .practiceScore .practiceScore_item:nth-of-type(2) .topic-item:hover .practiceScore_info .topic-item__inner:before {
          display: none; }
    .practiceScore .practiceScore_item:last-of-type .topic-item {
      min-height: 74px;
      position: relative; }
      .practiceScore .practiceScore_item:last-of-type .topic-item .practiceScore_info:before {
        content: "";
        left: 82.5%;
        transform: translatex(-50%); }
      .practiceScore .practiceScore_item:last-of-type .topic-item .practiceScore_info:after {
        content: "";
        left: 82.5%;
        border-color: transparent transparent white transparent;
        transform: translatex(-50%); }
      .practiceScore .practiceScore_item:last-of-type .topic-item:hover .practiceScore_info {
        transform: translateX(0);
        right: 0;
        left: auto; }
        .practiceScore .practiceScore_item:last-of-type .topic-item:hover .practiceScore_info .topic-item__inner:before {
          display: none; }

.practiceScore_info {
  padding: 1.5em 0 !important; }

.practiceScore-info__scores {
  text-align: center; }
  .practiceScore-info__scores li {
    border-right: 1px solid #e7e7e7; }
    .practiceScore-info__scores li:nth-child(3), .practiceScore-info__scores li:last-child {
      border: none; }

.practiceScore-info__item {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.pracitceScore-info__text {
  display: none;
  padding: 0 2.5em;
  border-left: 1px solid #e7e7e7;
  float: right; }

.topic-item.active .practiceScore_info, td.active .practiceScore_info {
  width: 300%; }
  .topic-item.active .practiceScore_info .topic-item__inner:before, td.active .practiceScore_info .topic-item__inner:before {
    display: none; }

.topic-item.active .pracitceScore-info__text, td.active .pracitceScore-info__text {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0 2.5em;
  border-left: 1px solid #e7e7e7; }
  @media only screen and (min-width: 950px) {
    .topic-item.active .pracitceScore-info__text, td.active .pracitceScore-info__text {
      width: 66.66%; } }

@media only screen and (min-width: 950px) {
  .topic-item.active .practiceScore-info__item, td.active .practiceScore-info__item {
    max-width: 33.33%; } }

td.active .practiceScore_info:after {
  left: 6%; }

td.active .practiceScore_info:before {
  left: 6%; }

td.active .practiceScore_info {
  text-align: left; }
  td.active .practiceScore_info .topic-item__inner:before {
    display: none; }
  @media only screen and (min-width: 950px) {
    td.active .practiceScore_info {
      width: 719% !important; } }
  td.active .practiceScore_info .pracitceScore-info__text p {
    font-size: 12px; }

.practiceScore-item__trigger {
  background: transparent;
  padding: 0;
  margin: 0;
  color: grey; }
  .practiceScore-item__trigger:hover, .practiceScore-item__trigger:active, .practiceScore-item__trigger:focus {
    background: transparent;
    color: darkgray; }

.js-showmore:hover {
  cursor: pointer; }

[class^="icon-"], [class*=" icon-"] {
  font-size: 2.5em; }

.u-accessibility, .js .js-accessibility {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.u-accessibility:focus, .u-accessibility:active {
  clip: auto;
  height: auto;
  overflow: visible;
  position: fixed;
  width: auto; }

.score-circles .practiceScore-info__scores .score.score--alt, .score-numbers .practiceScore-info__scores .score.score--alt {
  font-size: 30px;
  padding: 0 0 !important;
  font-size: 100px;
  display: block; }

.score-circles .practiceScore-info__scores .scores-table .score, .score-numbers .practiceScore-info__scores .scores-table .score {
  padding: 0px 0 !important; }

.score-circles .practiceScore-info__scores .score:hover, .score-numbers .practiceScore-info__scores .score:hover {
  position: static !important; }

.score-circles .practiceScore-info__scores .score.score--alt:hover, .score-circles .practiceScore-info__scores .score.score--alt.active, .score-numbers .practiceScore-info__scores .score.score--alt:hover, .score-numbers .practiceScore-info__scores .score.score--alt.active {
  padding: 0 0; }

.practiceScore_inner .topic-item .topic-icon {
  background-color: gray; }

td:hover:nth-last-child(-n+4) .practiceScore_info {
  left: auto;
  right: 0; }
  td:hover:nth-last-child(-n+4) .practiceScore_info:before {
    left: auto;
    right: 16%;
    transform: translate(50%); }
  td:hover:nth-last-child(-n+4) .practiceScore_info:after {
    left: auto;
    right: 16%;
    transform: translate(50%); }

td.active:nth-last-child(-n+4) .practiceScore_info {
  left: auto; }
  td.active:nth-last-child(-n+4) .practiceScore_info:before {
    left: auto;
    right: 6%;
    transform: translate(50%); }
  td.active:nth-last-child(-n+4) .practiceScore_info:after {
    left: auto;
    right: 6%;
    transform: translate(50%); }

td.active:nth-child(2) .practiceScore_info {
  left: calc(0 - .2em); }
  td.active:nth-child(2) .practiceScore_info:before {
    left: 7.5%; }
  td.active:nth-child(2) .practiceScore_info:after {
    left: 7.5%; }

td.active:nth-child(3) .practiceScore_info {
  left: calc(-100% - .2em); }
  td.active:nth-child(3) .practiceScore_info:before {
    left: 21.5%; }
  td.active:nth-child(3) .practiceScore_info:after {
    left: 21.5%; }

td.active:nth-child(4) .practiceScore_info {
  left: calc(-200% - .7em); }
  td.active:nth-child(4) .practiceScore_info:before {
    left: 35.75%; }
  td.active:nth-child(4) .practiceScore_info:after {
    left: 35.75%; }

td.active:nth-child(5) .practiceScore_info {
  left: calc(-300% - .8em); }
  td.active:nth-child(5) .practiceScore_info:before {
    left: 45%; }
  td.active:nth-child(5) .practiceScore_info:after {
    left: 45.6%; }

td.active:nth-child(6) .practiceScore_info {
  right: calc(-200% - .3em); }
  td.active:nth-child(6) .practiceScore_info:before {
    right: 35.25%; }
  td.active:nth-child(6) .practiceScore_info:after {
    right: 35.25%; }

td.active:nth-child(7) .practiceScore_info {
  right: calc(-100% - .2em); }
  td.active:nth-child(7) .practiceScore_info:before {
    right: 21%; }
  td.active:nth-child(7) .practiceScore_info:after {
    right: 21%; }

td.active:nth-child(8) .practiceScore_info {
  right: calc(0 - .1em); }
  td.active:nth-child(8) .practiceScore_info:before {
    right: 6.5%; }
  td.active:nth-child(8) .practiceScore_info:after {
    right: 6.5%; }

.hideBtn.hideBtn {
  display: none; }

.hideBtn.showBtn {
  display: inline-block; }

.ffgi-card {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  @media screen and (min-width: 768px) {
    .ffgi-card.block-link:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); } }

@media screen and (min-width: 768px) {
  .ffgi-card,
  .ffgi-card-header {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); } }

.ffgi-card-resonsive-image {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.25); }
  .ffgi-card-resonsive-image.responsive-image-ratio-1by1 {
    padding-bottom: 100%; }
  .ffgi-card-resonsive-image img {
    display: block;
    width: 100%;
    height: auto; }

.ffgi-card-header {
  background-color: #455a64;
  position: relative;
  padding: 10px;
  /*height: 70px;*/
  overflow: hidden; }
  .ffgi-card-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #455a64;
    z-index: -1;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform-origin: 0% 100%;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s; }

header.ffgi-card-header {
  box-shadow: none;
  z-index: 0; }

@media screen and (min-width: 768px) {
  .ffgi-card.block-link:hover .ffgi-card-header::before {
    opacity: 1;
    background-color: #da262e;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); } }

.ffgi-card-headline {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 1.4117647058;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  display: block;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1025px) {
    .ffgi-card-headline {
      font-size: 17px; } }
  @media screen and (min-width: 768px) {
    .ffgi-card-headline {
      height: 48px; } }
  .ffgi-card-headline a {
    color: #fff;
    text-decoration: none;
    display: inline-block; }
    .ffgi-card-headline a:hover, .ffgi-card-headline a:focus, .ffgi-card-headline a:active {
      color: #fff;
      text-decoration: underline; }

.ffgi-card-publish-date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.47);
  font-weight: 700;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.ffgi-card-content {
  padding: 15px 10px; }

.ffgi-card-body-copy {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .ffgi-card-body-copy {
      height: 110px; } }
  @media screen and (min-width: 1025px) {
    .ffgi-card-body-copy {
      height: 135px; } }
  .ffgi-card-body-copy p {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714285714;
    color: rgba(0, 0, 0, 0.67); }
    .ffgi-card-body-copy p:last-child {
      margin-bottom: 0; }

.ffgi-card--article-summary .ffgi-card-publish-date {
  text-align: left;
  display: block;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.block-link {
  position: relative; }
  .block-link a, .block-link abbr[title], .block-link .block-link__link {
    position: relative;
    z-index: 2; }

.block-link__overlay-link {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  visibility: visible;
  background: transparent;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

a.block-link__overlay-link {
  position: absolute;
  z-index: 1; }

.article-overview-page {
  background-color: #f5f5f5;
  padding: 0;
  text-align: left; }

.article-overview-filters {
  padding-top: 10px; }
  @media screen and (min-width: 1025px) {
    .article-overview-filters {
      padding-top: 20px; } }

.article-summary-grid-container {
  padding: 5px 10px; }
  @media screen and (min-width: 1025px) {
    .article-summary-grid-container {
      padding: 10px 20px; } }

.article-overview-filters {
  padding: 10px 10px 0; }
  @media screen and (min-width: 1025px) {
    .article-overview-filters {
      padding: 20px 20px 0; } }

.article-summary-grid,
.article-overview-filters .row {
  margin-left: -5px;
  margin-right: -5px; }
  @media screen and (min-width: 1025px) {
    .article-summary-grid,
    .article-overview-filters .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .article-summary-grid::after,
  .article-overview-filters .row::after {
    display: block;
    content: "";
    clear: both; }

.article-overview-filters .row {
  max-width: 100%;
  width: auto; }

.article-overview-filters .columns {
  padding-left: 5px;
  padding-right: 5px; }
  @media screen and (min-width: 1025px) {
    .article-overview-filters .columns {
      padding-left: 10px;
      padding-right: 10px; } }

.article-summary-grid-column {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 5px; }
  @media (min-width: 640px) {
    .article-summary-grid-column {
      width: 50%; } }
  @media (min-width: 960px) {
    .article-summary-grid-column {
      width: 33.333333333%; } }
  @media screen and (min-width: 1025px) {
    .article-summary-grid-column {
      padding: 10px; } }

@media screen and (min-width: 1025px) {
  .search--news {
    position: absolute;
    top: -72px;
    right: -10px; } }

.search--news .postfix.button {
  width: 35px;
  height: 35px;
  font-size: 17px;
  right: 5px;
  left: auto; }

.search--news input[type="text"] {
  width: 100%;
  font-style: normal; }
  @media screen and (min-width: 1025px) {
    .search--news input[type="text"] {
      width: auto; } }

@keyframes reveal {
  from {
    transform: scale(0.001); }
  to {
    transform: scale(1); } }

@keyframes slide {
  to {
    transform: translateX(1.5em); } }

.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777; }
  .page-load-status .loader-ellips {
    font-size: 20px;
    /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto; }
    .page-load-status .loader-ellips .loader-ellips__dot {
      display: block;
      width: 1em;
      height: 1em;
      border-radius: 0.5em;
      background: #555;
      /* change color here */
      position: absolute;
      animation-duration: 0.5s;
      animation-timing-function: ease;
      animation-iteration-count: infinite; }
      .page-load-status .loader-ellips .loader-ellips__dot:nth-child(1) {
        left: 0; }
      .page-load-status .loader-ellips .loader-ellips__dot:nth-child(2) {
        left: 0;
        animation-name: slide; }
      .page-load-status .loader-ellips .loader-ellips__dot:nth-child(3) {
        left: 1.5em;
        animation-name: slide; }
      .page-load-status .loader-ellips .loader-ellips__dot:nth-child(4) {
        left: 3em;
        animation-name: reveal;
        animation-direction: reverse; }
      .page-load-status .loader-ellips .loader-ellips__dot:nth-child(1) {
        animation-name: reveal; }

.c-banks, .c-banks__list {
  padding: 0;
  list-style: none; }

.c-banks {
  max-width: 905px;
  margin: 0 auto;
  display: block; }

.c-banks__parent {
  box-sizing: border-box;
  background-color: white;
  width: 11.11%;
  vertical-align: top;
  display: inline-block; }

.c-banks__item {
  border: 1px solid #999999;
  border-top: 0;
  vertical-align: top;
  position: relative;
  margin-left: -1px; }
  .c-banks__item:first-child {
    border-top: 1px solid #999999; }
  .c-banks__item a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 78.2%; }
  .c-banks__item:hover {
    z-index: 10000; }
    .c-banks__item:hover a:hover {
      box-shadow: 0 0 8px 1px #008cba; }
  .c-banks__item img {
    max-width: calc(100% - 20px);
    position: absolute;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.c-banks__item--special:after {
  content: "*";
  position: absolute;
  top: 5px;
  right: 5px; }

.topic-item .topic-icon {
  width: 40px;
  height: 40px;
  /*margin-top: 6px;*/
  /*margin-left: -5px;*/ }
