/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-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;
}
.container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 984px) {
  .container {
    width: 984px;
  }
}
.container-fluid {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 984px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
* {
  box-sizing: border-box;
}
html {
  color: #282828;
  font-size: 16px;
  font-size: 62.5%;
  font-family: Agenda, Arial, sans-serif;
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 54.6875%;
  }
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.41176471;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.125;
  font-weight: 600;
}
h2,
.h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.125;
  font-weight: 600;
}
h3,
.h3,
.mwm-aal-title {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.125;
  font-weight: 600;
}
h4,
.h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 600;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a {
  color: #1c4179;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
.layout__header {
  position: relative;
  padding-top: 20px;
}
.layout__footer {
  padding-top: 30px;
  padding-bottom: 80px;
  border-top: 4px solid #505050;
  background: #f8f8f8;
}
@media print {
  .layout__header {
    padding-top: 0;
  }
  .layout__footer {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto!important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.mwm-aal-container {
  display: inline-block;
  padding: 0.5em 1em 0.5em 0;
  background: #f0f0f0;
}
.mwm-aal-container ol {
  list-style: none;
  counter-reset: item;
}
.mwm-aal-container ol li:before {
  position: relative;
  left: -0.5em;
  content: counters(item, ".") ".";
  counter-increment: item;
  color: #505050;
}
.mwm-aal-container ol,
.mwm-aal-container ul {
  padding: 0 0 0 2em !important;
}
.mwm-aal-container ol li,
.mwm-aal-container ul li {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}
.mwm-aal-container a {
  text-decoration: none;
}
.mwm-aal-container a:hover {
  text-decoration: underline;
}
#ccc {
  font-family: Agenda, Arial, sans-serif !important;
}
#scrollUp {
  bottom: 0;
  left: 30px;
  width: auto;
  height: 70px;
  margin-bottom: -10px;
  padding: 12px 32px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  background-color: #505050;
  background-color: rgba(80, 80, 80, 0.8);
  color: #fff;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  -o-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
}
#scrollUp:before {
  position: relative;
  top: 2px;
  margin-right: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  content: '\f0aa';
}
#scrollUp:hover {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #scrollUp {
    padding: 12px 14px;
    font-size: 0;
  }
  #scrollUp:before {
    top: 0;
    margin-right: 0;
    font-size: 24px;
  }
}
@media print {
  #scrollUp {
    display: none;
  }
}
.zilla-toggle .zilla-toggle-title {
  padding: 15px !important;
  color: #333333 !important;
  font-size: 1.9rem !important;
  font-weight: 700;
}
.zilla-toggle .zilla-toggle-title .ui-icon {
  right: 15px;
  left: auto;
  background-image: url('/hmicfrs/content/themes/hmicfrs/images/down.png');
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  transition: 0.2s;
}
.zilla-toggle .zilla-toggle-title.ui-state-active .ui-icon {
  background-image: url('/hmicfrs/content/themes/hmicfrs/images/down.png');
  background-size: 18px 18px;
  transform: rotate(-180deg);
}
.zilla-toggle table {
  margin-bottom: 3em;
}
.zilla-toggle table caption {
  text-align: left;
  font-size: 1.9rem;
  line-height: 1.125;
  padding: 0 10px;
}
.zilla-toggle table thead tr th {
  text-indent: -9999em;
  outline: 0;
  font-size: 0;
  padding: 0;
}
.zilla-toggle table tbody tr:nth-child(1) {
  font-weight: 700;
}
.zilla-toggle table tbody tr:nth-child(1) td {
  padding: 10px;
}
.zilla-toggle table td {
  background-color: #FFF !important;
  border-bottom: 1px solid #bbb;
  padding: 10px;
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8) !important;
}
.alert {
  position: relative;
  margin: 12px 0;
  padding-left: 40px;
  border-left: 5px solid #282828;
  background: #f0f0f0;
  color: #282828;
}
.alert .alert-inner {
  padding: 3px 8px;
  min-height: 36px;
}
.alert .alert-inner,
.alert .alert-inner a,
.alert .alert-inner h3,
.alert .alert-inner h4,
.alert .alert-inner p {
  color: #282828;
}
.alert .alert-inner h3,
.alert .alert-inner h4,
.alert .alert-inner p {
  margin: 6px 0;
}
.alert .alert-inner h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
.alert .alert-inner:before {
  position: absolute;
  left: 12px;
  top: 8px;
  content: "\f071";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  font-size: 2.4rem;
}
.alert.red {
  border-left-color: #ce1337;
}
.alert.red .alert-inner:before {
  color: #ce1337;
}
.alert.yellow {
  border-left-color: #ffd400;
}
.alert.yellow .alert-inner:before {
  color: #ffd400;
}
.alert.green {
  border-left-color: #57a747;
}
.alert.green .alert-inner:before {
  color: #57a747;
}
.alert.blue {
  border-left-color: #0f427f;
}
.alert.blue .alert-inner:before {
  color: #0f427f;
}
.alert.black {
  border-left-color: #666;
}
.alert.black .alert-inner:before {
  color: #666;
}
body.template-peel-landing .alert.blue,
body.template-peel-force .alert.blue,
body.template-peel-inspection .alert.blue {
  background: #0f427f;
}
body.template-peel-landing .alert.blue,
body.template-peel-force .alert.blue,
body.template-peel-inspection .alert.blue,
body.template-peel-landing .alert.blue h3,
body.template-peel-force .alert.blue h3,
body.template-peel-inspection .alert.blue h3,
body.template-peel-landing .alert.blue p,
body.template-peel-force .alert.blue p,
body.template-peel-inspection .alert.blue p,
body.template-peel-landing .alert.blue a,
body.template-peel-force .alert.blue a,
body.template-peel-inspection .alert.blue a {
  color: white !important;
}
body.template-peel-landing .alert.blue .alert-inner:before,
body.template-peel-force .alert.blue .alert-inner:before,
body.template-peel-inspection .alert.blue .alert-inner:before {
  content: "\f05a";
  color: white !important;
}
.hide-cookie-notice-button:before {
  display: none;
}
#cookie-notice {
  z-index: 100;
}
.branding {
  display: flex;
  flex-direction: row;
}
.branding__link {
  display: block;
  width: 220px;
  text-decoration: none;
  color: #505050;
}
.branding__logo {
  width: 220px;
  margin-right: 12px;
}
.branding__tagline {
  display: inline-block;
  padding-top: 56px;
  margin-left: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  color: #505050;
}
@media only screen and (max-width: 480px) {
  .branding {
    flex-direction: column;
  }
  .branding__tagline {
    padding-top: 1em;
  }
  .branding__tagline br {
    display: none;
  }
}
.breadcrumbs {
  margin: 0 0 10px -4px;
  padding: 4px 0 6px 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline;
  list-style: none;
  color: #505050;
}
.breadcrumbs li:last-child a {
  font-weight: bold;
  color: #505050;
}
.breadcrumbs a {
  padding: 5px 7px;
  color: #505050;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.sector-police .breadcrumbs a {
  color: #0f427f;
}
.sector-police .breadcrumbs li:last-child a {
  color: #0f427f;
}
@media print {
  .breadcrumbs {
    margin-bottom: 0;
    padding: 0 0 0 40px;
  }
  .breadcrumbs li {
    display: list-item;
    list-style-type: disc;
  }
  .breadcrumbs a {
    font-size: 16px;
  }
  .breadcrumbs__seperator {
    display: none;
  }
}
.button {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  color: white;
  background: #000;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:active:focus,
.button.button--active:focus,
.button:active.focus,
.button.button--active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-color: #000000;
  border-color: #000000;
}
.button:hover {
  background-color: #000000;
  border-color: #000000;
  text-decoration: none;
}
.button:focus,
.button.focus {
  background-color: #000000;
  border-color: #000000;
  text-decoration: none;
}
.button:active,
.button.button--active {
  outline: 0;
  background-color: #000000;
  border-color: #000000;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .zilla-button,
body a.zilla-button {
  box-shadow: unset;
  border: 0 none !important;
  background-image: none !important;
  font-family: Agenda, Arial, sans-serif !important;
  font-size: 17px !important;
}
body .zilla-button.square,
body a.zilla-button.square {
  border-radius: 1px !important;
}
body .zilla-button:hover,
body a.zilla-button:hover {
  text-decoration: underline;
}
body .zilla-button.grey,
body a.zilla-button.grey {
  background-color: #505050;
  color: white !important;
}
body .zilla-button.grey:hover,
body a.zilla-button.grey:hover {
  background-color: #707070;
}
body .zilla-button.black,
body a.zilla-button.black {
  background-color: #282828;
}
body .zilla-button.green,
body a.zilla-button.green {
  background-color: #b4dedb;
  color: black !important;
  text-shadow: none;
}
body .zilla-button.light-blue,
body a.zilla-button.light-blue {
  background-color: #bebfd1;
  color: black !important;
  text-shadow: none;
}
body .zilla-button.blue,
body a.zilla-button.blue {
  background-color: #0f427f;
}
body .zilla-button.red,
body a.zilla-button.red {
  background-color: #D8292F;
}
body .zilla-button.orange,
body a.zilla-button.orange {
  background-color: #D54315;
}
body .zilla-button.orange:hover,
body a.zilla-button.orange:hover {
  background-color: #f25624;
}
body .zilla-button.purple,
body a.zilla-button.purple {
  background-color: #880E4F;
}
body .zilla-button.purple:hover,
body a.zilla-button.purple:hover {
  background-color: #a61964;
}
body .zilla-button.yellow,
body a.zilla-button.yellow {
  background-color: #ffe9bf;
  color: black !important;
  text-shadow: none;
}
.callout {
  display: inline-block;
  width: 44.44%;
  margin-top: 4px;
  margin-right: -4px;
  margin-bottom: 4px;
  padding: 8px 0;
  border-bottom: 4px solid #505050;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.callout b,
.callout strong {
  font-size: 60px;
  font-size: 6rem;
  line-height: 0.8;
}
.callout p {
  margin: 0;
}
.callout + .callout {
  margin-left: 11.11%;
}
@media screen and (max-width: 900px) {
  .callout {
    display: block;
    width: 100%;
    margin: 1em 0;
  }
  .callout + .callout {
    margin-left: 0;
  }
}
.context-facts__title {
  margin: 0;
  padding: 10px;
  background: #505050;
  color: white;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
.context-facts__group-title {
  margin: 0;
  padding-top: 10px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 6px;
  background: white;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
.context-facts__group-title:before {
  position: relative;
  top: 2px;
  padding-right: 6px;
  content: "\f05a";
  color: #505050;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 34px;
  font-size: 3.4rem;
}
.context-facts__group--output-area .context-facts__group-title:before {
  content: "\f1fe";
}
.context-facts__group--travel .context-facts__group-title:before {
  content: "\f018";
}
.context-facts__group--house .context-facts__group-title:before {
  content: "\f015";
}
.context-facts__group--challenge .context-facts__group-title:before {
  content: "\f160";
}
.context-facts__group-table {
  table-layout: fixed;
  width: 100%;
  background: #f0f0f0;
}
.context-facts__group-table th,
.context-facts__group-table td {
  padding: 0.4em 8px;
  border: 1px solid #bbbbbb;
  text-align: left;
}
.context-facts__group-table th:first-child,
.context-facts__group-table td:first-child {
  border-left: none;
}
.context-facts__group-table th:last-child,
.context-facts__group-table td:last-child {
  border-right: none;
}
.wpdt-c .wpDataTableFilterBox {
  min-width: 1000px;
  margin-left: -15px;
}
.wpdt-c .wpDataTableFilterBox .wpDataTableFilterSection {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  width: 247px;
  margin-bottom: 0 !important;
  min-height: 85px !important;
}
.wpdt-c .wpDataTableFilterBox .wpDataTableFilterSection input,
.wpdt-c .wpDataTableFilterBox .wpDataTableFilterSection select,
.wpdt-c .wpDataTableFilterBox .wpDataTableFilterSection .filter_select button.dropdown-toggle {
  border: 1px solid #bbbbbb !important;
}
.wpdt-c .wpDataTableFilterBox .wpDataTableFilterSection input {
  margin-top: 5px;
  padding-left: 4px;
}
.wpdt-c input[type=search] {
  border: 1px solid #bbbbbb !important;
}
.wpdt-c table.wpDataTable thead th,
.wpdt-c table.wpDataTable thead td {
  background: #222222 !important;
  color: white !important;
}
.wpdt-c table.wpDataTable thead th.sorting:after,
.wpdt-c table.wpDataTable thead th.sorting_asc:after {
  border-bottom-color: #aaa;
}
body.extra-wide-table #body .container {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
body.extra-wide-table #body .container .wpDataTableFilterBox {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1600px) {
  body.extra-wide-table #body .container .wpDataTablesWrapper {
    overflow: auto;
    max-height: 70vh;
  }
  body.extra-wide-table #body .container .wpDataTablesWrapper .dataTables_filter {
    margin-right: 2em;
  }
  body.extra-wide-table #body .container .wpDataTablesWrapper table.wpDataTable {
    width: 1600px;
  }
}
.editor-content blockquote {
  margin: 1em 2em;
  padding-left: 1em;
  border-left: 4px solid #f0f0f0;
}
.editor-content ul,
.editor-content ol {
  padding-left: 2.5em;
}
.editor-content ul li,
.editor-content ol li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.editor-content table {
  width: 100%;
  background: #f0f0f0;
  border-top: 4px solid #505050;
  border-collapse: collapse;
}
.editor-content table caption {
  font-weight: bold;
  line-height: 1.875;
}
.editor-content table th {
  text-align: left;
  padding: 10px 10px 7px 8px;
}
.editor-content table td {
  padding: 4px 10px 4px 8px;
}
.editor-content table tbody tr:nth-child(2n+1) td,
.editor-content table tbody tr:nth-child(2n+1) th {
  background: #f8f8f8;
}
.editor-content table.no-border {
  border-top: none;
}
.editor-content .alignright {
  float: right;
}
.editor-content .alignleft {
  float: left;
}
.editor-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-content img.alignright {
  margin: 0 0 1em 1em;
}
.editor-content img.alignleft {
  margin: 0 1em 1em 0;
}
.editor-content .clear {
  clear: both;
}
.editor-content .clear.empty {
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.content-footer {
  margin-top: 2em;
  border-top: 1px solid #e6e6e6;
}
body.sector-fire #content a,
body.sector-fire .editor-content a,
body.sector-fire .breadcrumbs a,
body.sector-fire .sidebar a {
  color: #d32f2f;
}
body.sector-fire .floating-icon__icon,
body.sector-fire .breadcrumbs li:last-child a,
body.sector-fire .fs-feedback .label {
  color: #d32f2f;
}
body.sector-fire .pagination a.current,
body.sector-fire .pagination span.current {
  background: #d32f2f;
  border-color: #d32f2f;
}
body.sector-fire table.fs-feedback,
body.sector-fire .editor-content table {
  border-top-color: #d32f2f;
}
body.sector-fire .button {
  background: #d32f2f;
  border-color: #d32f2f;
}
body.sector-fire .peel-sidebar .widget .widget-link a {
  background: #d32f2f;
}
body.sector-fire .leftnav ul li.current_page_item > a {
  color: #d32f2f;
}
body.sector-fire .peel-toggle__button:active,
body.sector-fire .peel-toggle__button.peel-toggle__button--active {
  background-color: #d32f2f;
  color: white !important;
}
.peel-inspection--people .peel-inspection__header {
  padding-left: 100px;
  list-style: none;
  min-height: 90px;
}
.peel-inspection--people .peel-inspection__subtitle {
  color: #d54315;
}
.peel-inspection--people .report-grade__marker {
  background: #d54315;
  border: 1px solid #d54315;
}
.section-frs-assessment .header-block--alt {
  color: black;
  background: #e0e0e0;
}
.section-frs-assessment #key-facts h2 {
  background: #D8292F;
}
.floating-icon {
  float: right;
}
.floating-icon__icon {
  color: #505050;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  font-size: 3.2rem;
}
.floating-icon__link {
  text-decoration: none;
}
.footer-section > h2:first-child {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.28571429em;
  border-bottom: 4px solid #505050;
  color: #282828;
}
.force-finder {
  color: #FFFFFF;
}
.force-finder__desktop {
  display: block;
}
.force-finder__map-pane {
  float: left;
  width: 100%;
  margin-top: -1px;
}
#pane-police-forces {
  border-right: 1px solid #bbbbbb;
  background-color: #0f427f;
}
#pane-police-forces .force-finder__map-pane {
  background: #cadbeb;
}
#pane-police-forces .force-finder__result {
  background: rgba(202, 219, 235, 0.5);
}
#pane-police-forces .force-finder__result-title {
  color: #0f427f;
}
#pane-police-forces .force-finder__result-links a {
  color: #0f427f;
}
#pane-fire-rescue {
  border-left: 1px solid #ffffff;
  background-color: #d32f2f;
}
#pane-fire-rescue .force-finder__map-pane {
  background: #fcdadb;
}
#pane-fire-rescue .force-finder__result {
  background: rgba(252, 218, 219, 0.5);
}
#pane-fire-rescue .force-finder__result-title {
  color: #d32f2f;
}
#pane-fire-rescue .force-finder__result-links a {
  color: #d32f2f;
}
.force_finder__background-pane-force {
  position: absolute;
  height: 250px;
  left: 0;
  right: 0;
  background: #0f427f;
}
.force_finder__background-pane-frs {
  position: absolute;
  height: 250px;
  left: 0;
  right: 0;
  background: #d32f2f;
}
.force_finder__background-map-pane-force {
  position: absolute;
  height: 480px;
  top: 250px;
  left: 0;
  right: 0;
  background: #cadbeb;
}
.force_finder__background-map-pane-frs {
  position: absolute;
  height: 480px;
  top: 250px;
  left: 0;
  right: 0;
  background: #fcdadb;
}
.force_finder__background-publication-pane-force {
  position: absolute;
  height: 180px;
  top: 730px;
  left: 0;
  right: 0;
  background: #0f427f;
}
.force_finder__background-publication-pane-frs {
  position: absolute;
  height: 180px;
  top: 730px;
  left: 0;
  right: 0;
  background: #d32f2f;
}
.force-finder__form-pane {
  float: left;
  min-height: 250px;
  width: 100%;
  padding: 0 26px;
}
.force-finder__publication-pane {
  float: left;
  min-height: 250px;
  width: 100%;
  padding: 0 26px;
  min-height: 180px;
}
.force-finder__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0.75em 0;
}
.force-finder__publication-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0.75em 0;
  margin: 0.75em 0 0 0;
}
.force-finder__publication-pane .form {
  position: relative;
}
.force-finder__publication-pane label {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
.force-finder__publication-pane .form__group {
  position: relative;
  z-index: 10;
}
.force-finder__result {
  position: absolute;
  top: 260px;
  left: 26px;
  padding: 10px;
  max-width: 150px;
  z-index: 20;
  display: none;
}
.force-finder__result-logo {
  margin-right: 15px;
}
.force-finder__result-links {
  list-style: none;
  padding-left: 0;
}
.force-finder__result-links li {
  margin: 0.2em 0;
}
.force-finder__result-links a {
  text-decoration: none;
}
.force-finder__result-links a:hover {
  text-decoration: underline;
}
.force-finder__form-description a {
  color: white;
  text-decoration: none;
}
.force-finder__form-description a:hover {
  text-decoration: underline;
}
.force-finder__mobile {
  display: none;
}
@media screen and (max-width: 767px), print {
  .force-finder__desktop {
    display: none;
  }
  .force-finder__mobile {
    display: block;
  }
  .force-finder__mobile-title {
    padding-left: 5px;
  }
  .tab-pane {
    display: none;
  }
  .tab-pane.active {
    display: block;
  }
  .tab-pane h2,
  .tab-pane h3 {
    display: none;
  }
  .force-finder__map-pane {
    display: none;
  }
  .force-finder__form-pane,
  .force-finder__publication-pane {
    float: none;
    padding: 10px 20px 0;
    min-height: auto;
  }
  .force-finder form {
    margin-bottom: 0;
  }
  .force_finder__background-column {
    display: none;
  }
  .force_finder__background-pane {
    position: relative;
  }
  #pane-police-forces {
    border-right: 0 none;
  }
  #pane-fire-rescue {
    border-left: 0 none;
  }
  .force-finder {
    position: relative;
  }
  .force-finder__result {
    position: relative;
    top: 0;
    left: 0;
  }
  .force-finder__result,
  #pane-police-forces .force-finder__result,
  #pane-fire-rescue .force-finder__result {
    background: white;
    background: rgba(255, 255, 255, 0.5);
  }
  .force-finder__result-title {
    color: #0f427f;
  }
  .force-finder__result-links a {
    color: #0f427f;
  }
  .force-finder__publication-pane {
    float: none;
    min-height: auto;
  }
  .force-finder__publication-pane label {
    position: relative;
  }
  .force_finder__background-pane {
    height: 0;
  }
  .force_finder__background-map-pane-force,
  .force_finder__background-map-pane-frs {
    position: relative;
    height: 0;
  }
  .force_finder__background-publication-pane-force,
  .force_finder__background-publication-pane-frs {
    position: relative;
    height: 0;
  }
}
.force-finder-landing {
  background: #f0f0f0;
}
.force-finder-landing__map-pane {
  float: left;
  width: 50%;
  background: #cadbeb;
  margin-top: -1px;
}
#pane-police-forces .force-finder-landing__map-pane {
  border: 1px solid #bbbbbb;
}
#pane-fire-rescue .force-finder-landing__map-pane {
  border: 1px solid #ffffff;
}
.force-finder-landing__form-pane {
  float: left;
  width: 50%;
  padding: 0 26px;
}
.force-finder-landing__title {
  font-size: 24px;
  font-size: 2.4rem;
}
.force-finder-landing__title:before {
  padding-right: 0.2em;
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}
.force-finder-landing__result {
  display: none;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #bbbbbb;
}
.force-finder-landing__result-logo {
  float: left;
  margin-right: 15px;
}
.force-finder-landing__result-links {
  list-style: none;
  padding-left: 0;
}
.force-finder-landing__result-links li {
  margin: 0.2em 0;
}
.force-finder-landing__result-links a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.force-finder-landing__result-links a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 800px), print {
  .force-finder-landing__form-pane {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 520px), print {
  .force-finder-landing__map-pane {
    display: none;
  }
  .force-finder-landing__form-pane {
    float: none;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-template-template-police-force-landing-php .force-finder-landing {
  background: #0f427f;
  color: #ffffff;
}
.page-template-template-fire-and-rescue-service-landing-php .force-finder-landing {
  background: #d32f2f;
  color: #ffffff;
}
.special-agencies {
  min-height: 350px;
  margin: 20px 0;
  padding: 0.5em 1.5em;
  color: #ffffff;
  background: #505050;
}
.special-agencies .form {
  margin-top: 2em;
}
.special-agencies .agency-info {
  display: none;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ffffff;
}
.special-agencies .agency-info .agency-badge,
.special-agencies .agency-info .agency-link {
  float: left;
}
.special-agencies .agency-info .agency-badge {
  margin-right: 15px;
}
.special-agencies .agency-info .agency-link {
  text-decoration: none;
  color: #ffffff;
}
.special-agencies .agency-info .agency-link:hover {
  text-decoration: underline;
}
.force-section {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  border-top: 1px solid #bbbbbb;
}
.force-section:last-of-type {
  border-bottom: 1px solid #bbbbbb;
}
.force-section__posts {
  padding: 0;
}
.force-section__post {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  list-style: none;
}
.force-section__more-link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
}
.form {
  margin-bottom: 20px;
}
.form__group {
  margin-bottom: 15px;
}
.form__label--invisible {
  display: block;
}
.form__control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 3px 8px;
  border: 1px solid #bbbbbb;
  font-size: 17px;
  font-size: 1.7rem;
  color: #000;
  line-height: 1.76470588;
}
.form__control:focus {
  border-color: #505050;
  outline: none;
  box-shadow: 0 0 0 2px #ffffff;
}
.form__control::placeholder {
  color: #282828;
  opacity: 1;
}
.form__control::-webkit-input-placeholder {
  /* Edge */
  color: #282828;
  opacity: 1;
}
.form__control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #282828;
  opacity: 1;
}
.form__help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.form__control--search {
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
.form__control--loading {
  background-image: url(images/spinner.gif);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.form__group--simple-inline .form__control {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.form__group--simple-inline input[type="button"],
.form__group--simple-inline input[type="submit"] {
  display: inline-block;
  width: 23%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .form__group--simple-inline .form__control {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
  .form__group--simple-inline input[type="button"],
  .form__group--simple-inline input[type="submit"] {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 420px) {
  .form__group--simple-inline .form__control,
  .form__group--simple-inline input[type="button"],
  .form__group--simple-inline input[type="submit"] {
    display: block;
    width: 100%;
  }
}
.form--has-error .form__label,
.form--has-error .form__help-block {
  color: #FFF;
}
.form--has-error .form__control {
  border-color: #a94442;
}
.form--has-error .form__control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
select#force-finder-area,
select#frs-finder-area {
  background-color: #FFF;
  color: #000;
}
#key-facts.frs-facts h2 {
  background: #d32f2f;
}
#key-facts.frs-facts .key-facts__map {
  height: 304px;
  overflow: hidden;
}
#key-facts.frs-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.ident .icon {
  color: #d32f2f;
}
#key-facts.frs-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat .number {
  color: #d32f2f;
}
#key-facts.frs-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat.avg .number {
  color: #282828;
}
#key-facts.frs-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.avg .number {
  color: #282828;
}
.header-block {
  background: #f0f0f0;
  padding-bottom: 1em;
}
.header-block__title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 40px;
  font-size: 4rem;
}
.header-block__force-link {
  display: inline-block;
}
.header-block__intro {
  margin-top: 30px;
  margin-left: -12px;
  margin-right: -12px;
}
.header-block__intro-main {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .header-block__intro-main {
    float: left;
    width: 58.33333333%;
  }
}
.header-block__intro-aside {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .header-block__intro-aside {
    float: left;
    width: 41.66666667%;
  }
}
.header-block--alt {
  background: #0f427f;
  color: #fff;
}
.header-block--alt a {
  color: #fff;
}
form.form.header-block__search {
  margin: 50px 0 0 0;
}
form.form.header-block__search .form__group {
  position: relative;
  margin-bottom: 0;
}
form.form.header-block__search .form__group .form__label {
  position: absolute;
  z-index: 5;
  bottom: 0;
  transition: all 0.5s ease 0s;
}
form.form.header-block__search .form__group .form__label.visible {
  bottom: 30px;
}
form.form.header-block__search .form__group .form__control--search {
  position: relative;
  z-index: 10;
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  form.form.header-block__search {
    margin: 0;
  }
}
.home-section__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.28571429em;
  border-bottom: 4px solid #505050;
  color: #282828;
}
.home-section__footer {
  padding-top: 6px;
  margin-top: 18px;
}
.home-section__more-link {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
  text-decoration: none;
}
.home-section__more-link:hover {
  text-decoration: underline;
}
.home-section__news-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.28571429em;
  border-bottom: 4px solid #505050;
  color: #282828;
  margin-bottom: 0;
}
.home-section__news-footer {
  margin-top: 0px;
}
#force-finder-tabs {
  display: table;
  width: 100%;
  /*  .tab-panes {
    position: relative;
    height: 480px;

    .tab-pane {
      background: white;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 480px;
      z-index: 2;

      &.active {
        z-index: 3;
      }
    }
  }*/
}
#force-finder-tabs ul.tabs {
  display: table-row;
}
#force-finder-tabs ul.tabs li {
  display: table-cell;
  min-height: 72px;
  width: 50%;
  border-bottom: 0 none;
}
#force-finder-tabs ul.tabs a {
  padding: 10px 0 0 7px;
  min-height: 72px;
  margin-right: 0;
  border: 0 none !important;
  vertical-align: middle;
  font-size: 1.8em;
  font-weight: 800;
  text-transform: lowercase;
  white-space: nowrap;
}
#force-finder-tabs ul.tabs .selected a {
  background: #cadbeb;
  z-index: 100;
}
#force-finder-tabs ul.tabs .police {
  padding-right: 1px;
}
#force-finder-tabs ul.tabs .police a {
  background: #0f427f;
  color: white;
}
#force-finder-tabs ul.tabs .frs {
  padding-left: 1px;
}
#force-finder-tabs ul.tabs .frs a {
  background: #d32f2f;
  color: white;
  border-color: #d32f2f;
}
.inspectorates-menu__bar {
  padding: 6px 0;
  font-weight: bold;
  background: black;
}
.inspectorates-menu__bar-inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 984px) {
  .inspectorates-menu__bar-inner {
    width: 984px;
  }
}
.inspectorates-menu__toggle {
  align-items: center;
  color: white;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 374px) {
  .inspectorates-menu__toggle {
    align-items: flex-start;
    max-width: 155px;
  }
}
.inspectorates-menu__dropdown {
  display: none;
  background: #f8f8f8;
  border-bottom: 1px solid #f0f0f0;
}
.inspectorates-menu__dropdown-inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding: 10px 0;
}
@media (min-width: 984px) {
  .inspectorates-menu__dropdown-inner {
    width: 984px;
  }
}
.inspectorates-menu__site {
  float: left;
  width: 25%;
  padding: 10px;
}
.inspectorates-menu__site-inner {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: white;
}
.inspectorates-menu__site-link {
  display: block;
  margin: 0;
  padding: 0;
  background: white;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2em;
  color: #282828;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.inspectorates-menu__site-link:hover {
  text-decoration: underline;
}
.inspectorates-menu__site-logo {
  padding: 10px;
  max-width: 215px;
  max-height: 90px;
}
.inspectorates-menu__site-label {
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 5px;
  background: #e9e9e9;
}
@media only screen and (max-width: 960px) {
  .inspectorates-menu__site {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .inspectorates-menu__site {
    width: 100%;
  }
  .inspectorates-menu__site-label {
    min-height: auto;
  }
}
@media print {
  .inspectorates-menu {
    display: none;
  }
}
.link-list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
.link-list__item {
  margin: 0;
  padding-bottom: 4px;
  padding-top: 4px;
  line-height: 1.5em;
}
.link-list__item a {
  text-decoration: none;
  color: #505050;
}
.link-list__item a:hover {
  text-decoration: underline;
}
.region-list__title:before {
  content: ' ';
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  margin-right: 0.4em;
}
.region-list--fire-and-rescue-service.region-list--eastern .region-list__title:before {
  background: #FFC107;
}
.region-list--fire-and-rescue-service.region-list--london-and-south-central .region-list__title:before {
  background: #F44336;
}
.region-list--fire-and-rescue-service.region-list--northern .region-list__title:before {
  background: #D8292F;
}
.region-list--fire-and-rescue-service.region-list--south-eastern .region-list__title:before {
  background: #E91E63;
}
.region-list--fire-and-rescue-service.region-list--western .region-list__title:before {
  background: #FF8A65;
}
.region-list--police-force.region-list--eastern .region-list__title:before {
  background: #2196F3;
}
.region-list--police-force.region-list--london .region-list__title:before {
  background: #1C4078;
}
.region-list--police-force.region-list--northern .region-list__title:before {
  background: #3F51B5;
}
.region-list--police-force.region-list--wales-and-western .region-list__title:before {
  background: #4FC3F7;
}
@media screen and (max-width: 520px), print {
  .region-list__title:before {
    display: none;
  }
}
/*** Responsive Styles Tablet And Above ***/
@media all and (min-width: 768px) {
  .main-nav {
    position: relative;
    background-color: #f0f0f0;
  }
  .main-nav #menu-main-menu {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .main-nav #menu-main-menu .menu-item {
    display: inline-block;
    padding: 0;
    margin-right: -4px;
    list-style: none;
    letter-spacing: normal;
    word-spacing: normal;
  }
  .main-nav #menu-main-menu .menu-item > a {
    display: block;
    padding: 20px 15px;
    margin: 0;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1em;
    text-decoration: none;
    font-weight: 800;
    color: #282828;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s linear;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children .sub-menu .menu-item {
    width: 33%;
    padding: 0;
    margin: 0 0 9px;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    display: block;
    padding: 10px 15px;
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    color: #ffffff;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
    text-decoration: underline;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children .sub-menu .menu-item.current-menu-item a {
    text-decoration: underline;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children .sub-menu.open {
    visibility: visible;
    opacity: 1;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children:hover.highlight,
  .main-nav #menu-main-menu .menu-item.menu-item-has-children:hover > a {
    background: #ffffff;
    text-decoration: underline;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.current-menu-item.about-link > a,
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.current_page_parent.about-link > a {
    background: #505050;
    color: #ffffff;
    text-decoration: none;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.current-menu-item.police-link > a,
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.current_page_parent.police-link > a {
    background: #1c4179;
    color: #ffffff;
    text-decoration: none;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.current-menu-item.fire-link > a,
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.current_page_parent.fire-link > a {
    background: #d32f2f;
    color: #ffffff;
    text-decoration: none;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.about-link.highlight > a,
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.about-link:hover > a {
    color: #ffffff;
    background: #505050;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.about-link .sub-menu {
    background: #505050;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.police-link.highlight > a,
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.police-link:hover > a {
    color: #ffffff;
    background: #1c4179;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.police-link .sub-menu {
    background: #1c4179;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.fire-link.highlight > a,
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.fire-link:hover > a {
    color: #ffffff;
    background: #d32f2f;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children.fire-link .sub-menu {
    background: #d32f2f;
  }
  .main-nav .menu-underlay {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 99;
    visibility: hidden;
    width: 100%;
    height: 768px;
    opacity: 0;
    background: #000000;
    transition: visibility 0.2s, opacity 0.2s linear;
  }
  .main-nav .menu-underlay.visible {
    visibility: visible;
    opacity: 0.25;
  }
  .main-nav .mobile-menu-burger,
  .main-nav .mobile-menu-close,
  .main-nav .mobile-menu-back {
    display: none;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .main-nav .mobile-menu-burger,
  .main-nav .mobile-menu-close,
  .main-nav .mobile-menu-back {
    display: block;
  }
  .main-nav .mobile-menu-close {
    position: absolute;
    top: -155px;
    right: 20px;
    display: none;
    z-index: 300;
    width: 22px;
    height: 22px;
    border: none;
    cursor: pointer;
    background: url('/content/themes/hmicfrs/images/close-icon.png');
    background-size: cover;
  }
  .main-nav .mobile-menu-burger {
    position: absolute;
    top: -180px;
    right: 10px;
    z-index: 250;
    width: 45px;
    height: 40px;
    padding: 5px 5px 40px;
    border: none;
    background: #1C4179;
  }
  .main-nav .mobile-menu-burger .bar1,
  .main-nav .mobile-menu-burger .bar2,
  .main-nav .mobile-menu-burger .bar3 {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
  }
  .main-nav .mobile-menu-burger .bar1 {
    margin: 4px 0 6px;
  }
  .main-nav .mobile-menu-back {
    position: absolute;
    top: -155px;
    left: 15%;
    z-index: 280;
    display: none;
    width: 55px;
    height: 28px;
    background: #fff;
    cursor: pointer;
  }
  .main-nav .mobile-menu-back.open {
    background: url('/content/themes/hmicfrs/images/back_arrow.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .main-nav .menu-main-menu-container {
    display: none;
    position: absolute;
    top: -190px;
    right: 0;
    z-index: 280;
    width: 90%;
    padding: 50px 0;
    background: #ffffff;
  }
  .main-nav #menu-main-menu {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .main-nav #menu-main-menu .menu-item {
    position: relative;
    display: block;
    margin: 0 0 9px;
  }
  .main-nav #menu-main-menu .menu-item > a {
    display: block;
    padding: 25px;
    margin: 0 0 9px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1em;
    text-decoration: none;
    font-weight: 800;
    color: #282828;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children .sub-menu {
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 150;
    display: none;
    width: 100%;
    margin: 0 0 5px;
    padding: 9px 25px;
    background: #ffffff;
  }
  .main-nav #menu-main-menu .menu-item.menu-item-has-children .sub-menu a {
    display: block;
    padding: 15px;
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    color: #454646;
  }
  .main-nav .menu-underlay {
    position: absolute;
    top: -190px;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 768px;
    background: rgba(0, 0, 0, 0.5);
  }
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (min-width: 481px) and (max-width: 484px) {
  .main-nav .mobile-menu-close,
  .main-nav .mobile-menu-back {
    top: -267px;
  }
  .main-nav .mobile-menu-burger {
    top: -290px;
  }
  .main-nav .menu-main-menu-container,
  .main-nav .menu-underlay {
    top: -302px;
  }
}
@media all and (max-width: 480px) {
  .main-nav .mobile-menu-close,
  .main-nav .mobile-menu-back {
    top: -217px;
  }
  .main-nav .mobile-menu-burger {
    top: -230px;
  }
  .main-nav .menu-main-menu-container,
  .main-nav .menu-underlay {
    top: -237px;
  }
}
button.hmicfrs-modal-button {
  float: right;
}
.hmicfrs-modal-dialog {
  display: none;
  font-size: 1.6rem !important;
  line-height: 1.41176471 !important;
  color: #282828 !important;
  font-family: Agenda, Arial, sans-serif !important;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
  width: 600px !important;
}
.ui-widget-header {
  background: #FFF;
  border: none;
}
.ui-dialog .ui-dialog-title {
  color: #FFF;
  background-color: #FFF;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
  background: #FFF;
  border: none;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #1c4179;
  background: #1c4179;
  font-weight: normal;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #1c4179;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
.pagination {
  padding: 8px 1px;
}
.pagination a,
.pagination span {
  margin: 0 8px 0 0;
  padding: 5px 9px 3px 9px;
  border: 1px solid #ccc;
  color: #282828;
  text-decoration: none;
  font-weight: bold;
}
.pagination a.current,
.pagination span.current {
  color: white;
  background: #505050;
  border-color: #505050;
}
.pagination a.next,
.pagination span.next,
.pagination a.prev,
.pagination span.prev {
  border-color: #dfdfdf;
}
.pagination a.prev,
.pagination span.prev {
  margin-right: 22px;
}
.pagination a.next,
.pagination span.next {
  margin-left: 14px;
}
.pagination a.dots,
.pagination span.dots {
  background: none;
  border: 0 none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .pagination {
    display: block;
    margin-top: 20px;
  }
  .pagination .page-numbers {
    display: none;
  }
  .pagination .current,
  .pagination .prev,
  .pagination .next {
    display: inline;
  }
}
.peel-data-annotations {
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0f0f0;
}
.peel-data-annotation {
  padding: 1em;
}
.peel-data-annotation__title {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 18px;
  font-size: 1.8rem;
}
.peel-data-annotation__note {
  color: #505050;
}
.peel-data-annotations-nav {
  display: none;
}
.peel-data-annotations-nav__items {
  padding: 0;
}
.peel-data-annotations-nav__item {
  display: block;
  float: left;
  width: 32px;
  padding-right: 1px;
  padding-bottom: 1px;
  list-style: none;
  cursor: pointer;
}
.peel-data-annotations-nav__item-inner {
  height: 32px;
  background-color: #cbcbcb;
}
.peel-data-annotations-nav__item:hover.peel-data-annotations-nav__item--effectiveness .peel-data-annotations-nav__item-inner,
.peel-data-annotations-nav__item--active.peel-data-annotations-nav__item--effectiveness .peel-data-annotations-nav__item-inner {
  background-color: #44477c;
}
.peel-data-annotations-nav__item:hover.peel-data-annotations-nav__item--efficiency .peel-data-annotations-nav__item-inner,
.peel-data-annotations-nav__item--active.peel-data-annotations-nav__item--efficiency .peel-data-annotations-nav__item-inner {
  background-color: #28a197;
}
.peel-data-annotations-nav__item:hover.peel-data-annotations-nav__item--legitimacy .peel-data-annotations-nav__item-inner,
.peel-data-annotations-nav__item--active.peel-data-annotations-nav__item--legitimacy .peel-data-annotations-nav__item-inner {
  background-color: #ffbf47;
}
.peel-data-annotations-nav__item:hover.peel-data-annotations-nav__item--people .peel-data-annotations-nav__item-inner,
.peel-data-annotations-nav__item--active.peel-data-annotations-nav__item--people .peel-data-annotations-nav__item-inner {
  background-color: #d54315;
}
.peel-data-annotations-nav__buttons {
  display: none;
}
.peel-data-annotations-nav__button {
  padding: 6px 16px;
  border: none;
  background: #f0f0f0;
}
.peel-data-annotations-nav__button:hover {
  background-color: #d7d7d7;
}
.peel-data-annotations-nav__button--prev {
  float: left;
}
.peel-data-annotations-nav__button--next {
  float: right;
}
.peel-data-annotations-nav__button--disabled,
.peel-data-annotations-nav__button--disabled:hover {
  background-color: #f0f0f0;
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
}
@media screen and (max-width: 480px) {
  .peel-data-annotations-nav__buttons {
    display: block;
  }
}
.peel-grade-cell {
  display: block;
  float: left;
  width: 32px;
  padding-right: 1px;
  padding-bottom: 1px;
}
.peel-grade-cell__inner {
  height: 32px;
}
.peel-grade-cell--effectiveness .peel-grade-cell__inner,
.peel-grade-cell--effectiveness.peel-grade-cell--outstanding .peel-grade-cell__inner {
  background-color: #44477c;
}
.peel-grade-cell--effectiveness.peel-grade-cell--good .peel-grade-cell__inner {
  background-color: #8587aa;
}
.peel-grade-cell--effectiveness.peel-grade-cell--requires-improvement .peel-grade-cell__inner {
  background-color: #bebfd1;
}
.peel-grade-cell--effectiveness.peel-grade-cell--inadequate .peel-grade-cell__inner {
  background-color: #e3e4ec;
}
.peel-grade-cell--effectiveness.peel-grade-cell--not-being-graded .peel-grade-cell__inner {
  background-color: #E1E1E1;
}
.peel-grade-cell--effectiveness.peel-grade-cell--not-yet-inspected .peel-grade-cell__inner {
  background-color: #949494;
}
.peel-grade-cell--efficiency .peel-grade-cell__inner,
.peel-grade-cell--efficiency.peel-grade-cell--outstanding .peel-grade-cell__inner {
  background-color: #28a197;
}
.peel-grade-cell--efficiency.peel-grade-cell--good .peel-grade-cell__inner {
  background-color: #73c2bb;
}
.peel-grade-cell--efficiency.peel-grade-cell--requires-improvement .peel-grade-cell__inner {
  background-color: #b4dedb;
}
.peel-grade-cell--efficiency.peel-grade-cell--inadequate .peel-grade-cell__inner {
  background-color: #dff1f0;
}
.peel-grade-cell--efficiency.peel-grade-cell--not-being-graded .peel-grade-cell__inner {
  background-color: #E1E1E1;
}
.peel-grade-cell--efficiency.peel-grade-cell--not-yet-inspected .peel-grade-cell__inner {
  background-color: #949494;
}
.peel-grade-cell--legitimacy .peel-grade-cell__inner,
.peel-grade-cell--legitimacy.peel-grade-cell--outstanding .peel-grade-cell__inner {
  background-color: #ffbf47;
}
.peel-grade-cell--legitimacy.peel-grade-cell--good .peel-grade-cell__inner {
  background-color: #ffd587;
}
.peel-grade-cell--legitimacy.peel-grade-cell--requires-improvement .peel-grade-cell__inner {
  background-color: #ffe9bf;
}
.peel-grade-cell--legitimacy.peel-grade-cell--inadequate .peel-grade-cell__inner {
  background-color: #fff6e4;
}
.peel-grade-cell--legitimacy.peel-grade-cell--not-being-graded .peel-grade-cell__inner {
  background-color: #E1E1E1;
}
.peel-grade-cell--legitimacy.peel-grade-cell--not-yet-inspected .peel-grade-cell__inner {
  background-color: #949494;
}
.peel-grade-cell--people .peel-grade-cell__inner,
.peel-grade-cell--people.peel-grade-cell--outstanding .peel-grade-cell__inner {
  background-color: #d54315;
}
.peel-grade-cell--people.peel-grade-cell--good .peel-grade-cell__inner {
  background-color: #f19274;
}
.peel-grade-cell--people.peel-grade-cell--requires-improvement .peel-grade-cell__inner {
  background-color: #F6B6A2;
}
.peel-grade-cell--people.peel-grade-cell--inadequate .peel-grade-cell__inner {
  background-color: #FADBD0;
}
.peel-grade-cell--people.peel-grade-cell--not-being-graded .peel-grade-cell__inner {
  background-color: #E1E1E1;
}
.peel-grade-cell--people.peel-grade-cell--not-yet-inspected .peel-grade-cell__inner {
  background-color: #949494;
}
.peel-grade-cell--effectiveness.peel-grade-cell--ungraded .peel-grade-cell__inner,
.peel-grade-cell--efficiency.peel-grade-cell--ungraded .peel-grade-cell__inner,
.peel-grade-cell--legitimacy.peel-grade-cell--ungraded .peel-grade-cell__inner,
.peel-grade-cell--people.peel-grade-cell--ungraded .peel-grade-cell__inner,
.peel-grade-cell--effectiveness.peel-grade-cell--unpublished .peel-grade-cell__inner,
.peel-grade-cell--efficiency.peel-grade-cell--unpublished .peel-grade-cell__inner,
.peel-grade-cell--legitimacy.peel-grade-cell--unpublished .peel-grade-cell__inner,
.peel-grade-cell--people.peel-grade-cell--unpublished .peel-grade-cell__inner {
  background-color: #949494;
}
.peel-inspection {
  margin-top: 42px;
  margin-bottom: 42px;
}
.peel-inspection__header {
  position: relative;
  margin-bottom: 12px;
  padding-right: 180px;
}
.peel-inspection__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-size: 4rem;
}
.peel-inspection__subtitle {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  color: black;
}
.peel-inspection__timestamp {
  margin-bottom: 3px;
}
.peel-inspection__grade {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 180px;
}
.peel-inspection__main {
  margin-top: 10px;
  border-top: 1px solid #bbbbbb;
}
.peel-inspection__block-link {
  display: block;
  padding: 14px;
  color: black !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.peel-inspection__block-link:hover {
  text-decoration: underline;
}
.peel-inspection--effectiveness .peel-inspection__header {
  padding-left: 100px;
  list-style: none;
  min-height: 90px;
}
.peel-inspection--effectiveness .peel-inspection__header:before {
  position: absolute;
  left: 0;
  display: block;
  width: 90px;
  height: 90px;
  content: "\f085";
  color: white;
  background: #44477c;
  text-align: center;
  border-radius: 50%;
  border: 1px solid white;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 52px;
  line-height: 90px;
  text-shadow: 0 0 1px #44477c;
}
.peel-inspection--effectiveness .peel-inspection__block-link {
  background: #bebdd1;
}
.peel-inspection--efficiency .peel-inspection__header {
  padding-left: 100px;
  list-style: none;
  min-height: 90px;
}
.peel-inspection--efficiency .peel-inspection__header:before {
  position: absolute;
  left: 0;
  display: block;
  width: 90px;
  height: 90px;
  content: "\f154";
  color: white;
  background: #28a197;
  text-align: center;
  border-radius: 50%;
  border: 1px solid white;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 52px;
  line-height: 90px;
  text-shadow: 0 0 1px #28a197;
}
.peel-inspection--efficiency .peel-inspection__block-link {
  background: #b4dedb;
}
.peel-inspection--legitimacy .peel-inspection__header {
  padding-left: 100px;
  list-style: none;
  min-height: 90px;
}
.peel-inspection--legitimacy .peel-inspection__header:before {
  position: absolute;
  left: 0;
  display: block;
  width: 90px;
  height: 90px;
  content: "\f24e";
  color: white;
  background: #ffbf47;
  text-align: center;
  border-radius: 50%;
  border: 1px solid white;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 52px;
  line-height: 90px;
  text-shadow: 0 0 1px #cd8500;
}
.peel-inspection--legitimacy .peel-inspection__block-link {
  background: #ffe9bf;
}
.peel-inspection--people .peel-inspection__header {
  padding-left: 100px;
  list-style: none;
  min-height: 90px;
}
.peel-inspection--people .peel-inspection__header:before {
  position: absolute;
  left: 0;
  display: block;
  width: 90px;
  height: 90px;
  content: "\f0c0";
  color: white;
  background: #d54315;
  text-align: center;
  border-radius: 50%;
  border: 1px solid white;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 52px;
  line-height: 90px;
  text-shadow: 0 0 1px #d54315;
}
.peel-inspection--people .peel-inspection__block-link {
  background: #fcdadb;
}
.peel-inspection--other-inspection .peel-inspection__header {
  padding-left: 100px;
  list-style: none;
  min-height: 90px;
}
.peel-inspection--other-inspection .peel-inspection__header:before {
  position: absolute;
  left: 0;
  display: block;
  width: 90px;
  height: 90px;
  content: "\f06e";
  color: white;
  background: #0f427f;
  text-align: center;
  border-radius: 50%;
  border: 1px solid white;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 52px;
  line-height: 90px;
  text-shadow: 0 0 1px #0f427f;
}
.peel-inspection--other-inspection .peel-inspection__block-link {
  background: #cadbeb;
}
.peel-inspection--leadership .peel-inspection__block-link,
.peel-inspection--other-reports .peel-inspection__block-link {
  background: #cadbeb;
}
.peel-inspection--unpublished .peel-inspection__header:before {
  background-color: #949494;
}
.peel-inspection--unpublished .peel-inspection__title,
.peel-inspection--unpublished .peel-inspection__subtitle,
.peel-inspection--unpublished .peel-inspection__timestamp,
.peel-inspection--unpublished .peel-inspection__grade,
.peel-inspection--unpublished .peel-inspection__main,
.peel-inspection--unpublished .expanding-content a,
.peel-inspection--unpublished .expanding-content a:after {
  color: #949494;
}
.peel-inspection--unpublished .peel-inspection__block-link {
  color: white !important;
  background-color: #949494;
}
@media screen and (max-width: 520px) {
  .peel-inspection__header {
    padding-right: 0;
  }
  .peel-inspection__grade {
    position: static;
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  .peel-inspection--effectiveness .peel-inspection__header,
  .peel-inspection--efficiency .peel-inspection__header,
  .peel-inspection--legitimacy .peel-inspection__header {
    padding-left: 80px;
    min-height: 70px;
  }
  .peel-inspection--effectiveness .peel-inspection__header:before,
  .peel-inspection--efficiency .peel-inspection__header:before,
  .peel-inspection--legitimacy .peel-inspection__header:before {
    width: 70px;
    height: 70px;
    font-size: 40px;
    line-height: 70px;
  }
}
@media print {
  .peel-inspection {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .peel-inspection__block-link {
    padding-top: 0;
  }
}
.peel-key__title {
  font-size: 16px;
  font-size: 1.6rem;
}
.peel-key__section {
  margin-bottom: 1em;
}
.peel-key__item-value {
  float: left;
  clear: left;
  width: 96px;
}
.peel-key__item-label {
  margin-left: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
}
.peel-pillar-summary {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
  padding-left: 60px;
  list-style: none;
}
.peel-pillar-summary--efficiency,
.peel-pillar-summary--effectiveness,
.peel-pillar-summary--people,
.peel-pillar-summary--legitimacy {
  position: relative;
  min-height: 42px;
}
.peel-pillar-summary--efficiency:before,
.peel-pillar-summary--effectiveness:before,
.peel-pillar-summary--people:before,
.peel-pillar-summary--legitimacy:before {
  position: absolute;
  left: 0;
  display: block;
  width: 42px;
  height: 42px;
  color: white;
  text-align: center;
  border-radius: 50%;
  border: 1px solid white;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 42px;
}
.peel-pillar-summary--effectiveness:before {
  content: "\f085";
  background: #44477c;
}
.peel-pillar-summary--efficiency:before {
  content: "\f154";
  background: #28a197;
}
.peel-pillar-summary--legitimacy:before {
  content: "\f24e";
  background: #ffbf47;
  padding-left: 2px;
}
.peel-pillar-summary--people:before {
  content: "\f0c0";
  background: #d54315;
}
.peel-table {
  margin-bottom: 2em;
}
.peel-table__force {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #282828;
}
.peel-table__force:hover {
  text-decoration: underline;
}
.layout-peel-national-page #body {
  padding-top: 10px;
  background: #e8ebf1;
}
.layout-peel-national-page #body .content {
  padding: 20px;
  margin: 0 1% 20px;
  background: #d1d8e3;
}
.layout-peel-national-page #body .content h1 {
  margin-top: 0;
}
.layout-peel-national-page #body .content .content-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.layout-peel-national-page #body .content .content-row .left-col {
  flex-basis: 70%;
}
.layout-peel-national-page #body .content .content-row .left-col h1 {
  margin-top: 0;
}
.layout-peel-national-page #body .content .content-row .left-col .content-footer {
  margin-top: 0;
  border-top: none;
  font-size: 0.8em;
}
.layout-peel-national-page #body .content .content-row .left-col .content-footer span {
  color: #ffffff;
}
.layout-peel-national-page #body .content .content-row .right-col {
  position: relative;
  text-align: right;
}
.layout-peel-national-page #body .content .content-row .right-col .key-img {
  width: 150px;
}
.layout-peel-national-page #body .content .content-row .right-col .key-open {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.layout-peel-national-page #body .content .content-row .right-col.peel-key {
  cursor: pointer;
}
.layout-peel-national-page #body .content .footer {
  margin-top: 2em;
  border-top: 1px solid #e6e6e6;
}
.layout-peel-national-page #body .table-container {
  position: relative;
  width: 100%;
  margin: 2em 0;
}
.layout-peel-national-page #body .table-container .top-row,
.layout-peel-national-page #body .table-container .side-col {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.layout-peel-national-page #body .table-container .top-row table td,
.layout-peel-national-page #body .table-container .side-col table td,
.layout-peel-national-page #body .table-container .top-row table th,
.layout-peel-national-page #body .table-container .side-col table th {
  min-width: 180px;
  height: 40px;
  padding: 5px;
  border: 1px solid #ffffff;
  font-weight: bold;
  background: #d1d8e3;
}
.layout-peel-national-page #body .table-container .top-row {
  display: none;
  position: fixed;
  left: 16%;
  top: 32px;
  z-index: 9;
}
.layout-peel-national-page #body .table-container .flip {
  overflow: auto;
  height: 768px;
  width: 100%;
}
.layout-peel-national-page .overlay {
  display: none;
}
.layout-peel-national-page .overlay.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}
.layout-peel-national-page .overlay .popup {
  display: block;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  padding: 30px 20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
.layout-peel-national-page .overlay .popup .close {
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 80;
  cursor: pointer;
}
.layout-peel-national-page .overlay .popup .wrapper {
  display: flex;
}
.layout-peel-national-page .overlay .popup .wrapper .col .thumbnail {
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
}
.layout-peel-national-page .overlay .popup .wrapper .col .thumbnail p {
  margin: 0;
}
.layout-peel-national-page .overlay .popup .wrapper .col .thumbnail.inadequate {
  background: #8b0101;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .thumbnail.requires-improvement {
  background: #ff2f00;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .thumbnail.adequate {
  background: #f56a00;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .thumbnail.good {
  background: #758602;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .thumbnail.outstanding {
  background: #035e32;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .thumbnail.ungraded {
  background: #505050;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .thumbnail.uninspected {
  background: #c1c2c0;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .definition {
  padding: 10px;
  margin-bottom: 5px;
}
.layout-peel-national-page .overlay .popup .wrapper .col .definition p {
  margin: 0;
}
.layout-peel-national-page .overlay .popup .wrapper .col .definition.inadequate {
  background: #f2e6e6;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .definition.requires-improvement {
  background: #ffeae5;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .definition.adequate {
  background: #fef0e5;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .definition.good {
  background: #f1f3e6;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .definition.outstanding {
  background: #e6efea;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .definition.ungraded {
  background: #505050;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col .definition.uninspected {
  background: #c1c2c0;
  font-size: 21px;
  font-weight: 700;
}
.layout-peel-national-page .overlay .popup .wrapper .col.left {
  flex-basis: 20%;
  margin-right: 20px;
}
.layout-peel-national-page .tabs-container,
.layout-peel-scorecard .tabs-container,
.layout-peel-scorecard-welsh .tabs-container {
  position: relative;
}
.layout-peel-national-page .tabs-container ul,
.layout-peel-scorecard .tabs-container ul,
.layout-peel-scorecard-welsh .tabs-container ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
}
.layout-peel-national-page .tabs-container ul li,
.layout-peel-scorecard .tabs-container ul li,
.layout-peel-scorecard-welsh .tabs-container ul li {
  display: inline-block;
}
.layout-peel-national-page .tabs-container ul li a,
.layout-peel-scorecard .tabs-container ul li a,
.layout-peel-scorecard-welsh .tabs-container ul li a {
  padding: 0;
  margin: 0;
  padding: 10px 12px;
  color: #000;
  background: #ffffff;
  text-decoration: none;
}
.layout-peel-national-page .tabs-container ul li a:hover,
.layout-peel-scorecard .tabs-container ul li a:hover,
.layout-peel-scorecard-welsh .tabs-container ul li a:hover {
  background: #d1d8e3;
}
.layout-peel-national-page .tabs-container ul li + li,
.layout-peel-scorecard .tabs-container ul li + li,
.layout-peel-scorecard-welsh .tabs-container ul li + li {
  margin-left: 6px;
}
.layout-peel-national-page .tabs-container ul li.spacer,
.layout-peel-scorecard .tabs-container ul li.spacer,
.layout-peel-scorecard-welsh .tabs-container ul li.spacer {
  flex: 100 0 0;
}
.layout-peel-national-page .tabs-container ul li.current-tab a,
.layout-peel-scorecard .tabs-container ul li.current-tab a,
.layout-peel-scorecard-welsh .tabs-container ul li.current-tab a {
  border-top: 3px solid #ff2f00;
  padding-top: 8px;
  padding-bottom: 15px;
  font-weight: bold;
  background: #d1d8e3;
}
.layout-peel-national-page .tabs-container ul li.welsh-peel a,
.layout-peel-scorecard .tabs-container ul li.welsh-peel a,
.layout-peel-scorecard-welsh .tabs-container ul li.welsh-peel a {
  color: #ffffff;
  background: #d32f2f;
}
.layout-peel-national-page .tabs-container ul li.english-peel a,
.layout-peel-scorecard .tabs-container ul li.english-peel a,
.layout-peel-scorecard-welsh .tabs-container ul li.english-peel a {
  color: #ffffff;
  background: #0f427f;
}
.layout-peel-national-page .tabs-container ul li.previous-peel,
.layout-peel-scorecard .tabs-container ul li.previous-peel,
.layout-peel-scorecard-welsh .tabs-container ul li.previous-peel {
  position: absolute;
  right: 0;
  bottom: 0;
}
.peel-national {
  width: 100%;
}
.peel-national thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.peel-national tbody th {
  position: sticky;
  left: 0;
}
.peel-national th,
.peel-national td {
  padding: 5px;
  height: 50px;
  border: 1px solid #ffffff;
  background: #d1d8e3;
}
.peel-national th {
  vertical-align: middle;
}
.peel-national th.empty {
  background: none;
  border-left: none;
  border-top: none;
}
.peel-national td {
  min-width: 110px;
  text-align: center;
}
.peel-national td div {
  display: block;
  width: 100%;
  height: 100%;
}
.peel-national td div.annigonol,
.peel-national td div.inadequate {
  background: #8b0101;
}
.peel-national td div.angen-gwella,
.peel-national td div.requires-improvement {
  background: #ff2f00;
}
.peel-national td div.digonol,
.peel-national td div.adequate {
  background: #f56a00;
}
.peel-national td div.da,
.peel-national td div.good {
  background: #758602;
}
.peel-national td div.eithriadol,
.peel-national td div.outstanding {
  background: #035e32;
}
.peel-national td div.unrated {
  background: #c1c2c0;
}
.peel-national td div.ungraded {
  background: #505050;
}
.peel-national td div.uninspected {
  background: #c1c2c0;
}
.peel-national tr.hideme {
  opacity: 0.5;
}
.peel-national tr.hideme th,
.peel-national tr.hideme td {
  height: 10px;
}
.peel-national tr.hideme th {
  font-size: 0;
}
@media screen and (max-width: 570px) {
  .layout-peel-national-page .tabs-container ul,
  .layout-peel-scorecard .tabs-container ul,
  .layout-peel-scorecard-welsh .tabs-container ul {
    display: block;
    padding: 0px;
  }
  .layout-peel-national-page .tabs-container ul li,
  .layout-peel-scorecard .tabs-container ul li,
  .layout-peel-scorecard-welsh .tabs-container ul li {
    margin: 10px 0;
  }
  .layout-peel-national-page .tabs-container ul li + li,
  .layout-peel-scorecard .tabs-container ul li + li,
  .layout-peel-scorecard-welsh .tabs-container ul li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .layout-peel-national-page #body .column-main {
    width: 100%;
  }
  .peel-national th,
  .peel-national td {
    min-width: 90px;
  }
}
.peel-toggle__title {
  margin-bottom: 0.6em;
  font-size: 16px;
  font-size: 1.6rem;
}
.peel-toggle__button {
  display: block;
  float: left;
  width: 50%;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  color: #282828 !important;
  background: #f0f0f0;
  border: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.peel-toggle__button:active,
.peel-toggle__button.peel-toggle__button--active {
  outline: 0;
  background-color: #0f427f;
  color: white !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.peel-toggle__button:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.peel-toggle__button:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.peel-question {
  margin-top: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #bbbbbb;
}
.peel-question:last-child {
  border-bottom: none;
}
.peel-question__main {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .peel-question__main {
    float: left;
    width: 66.66666667%;
  }
}
.peel-question__aside {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .peel-question__aside {
    float: left;
    width: 33.33333333%;
  }
}
.peel-question__title {
  font-size: 24px;
  font-size: 2.4rem;
}
.peel-question__grade {
  margin-top: 1em;
  margin-bottom: 1em;
}
.peel-question--unpublished .peel-question__title,
.peel-question--unpublished .peel-question__grade {
  color: #949494;
}
.peel-question-nav {
  background: #f0f0f0;
  text-align: center;
}
.peel-question-nav__title {
  font-size: 30px;
  font-size: 3rem;
}
.peel-question-nav__items {
  padding: 0;
}
.peel-question-nav__item {
  display: inline-block;
  margin: 0 10px 8px 0;
  list-style: none;
}
.peel-question-nav__item:last-child {
  margin-right: 0;
}
.peel-question-pip {
  display: block;
  width: 36px;
  height: 36px;
  color: white !important;
  background-color: #505050;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  line-height: 38px;
}
a.peel-question-pip:hover {
  text-decoration: underline;
}
.peel-question-pip--effectiveness {
  background-color: #44477c;
}
.peel-question-pip--efficiency {
  background-color: #28a197;
}
.peel-question-pip--legitimacy {
  color: #282828;
  background-color: #ffbf47;
}
.peel-question-pip--leadership {
  background-color: #0f427f;
}
.peel-question-pip--people {
  background-color: #d54315;
}
.peel-question-pip--unpublished {
  color: white;
  background-color: #949494;
}
@media print {
  .peel-question-nav {
    display: none;
  }
}
.peel-wheel {
  margin-top: 1em;
  margin-bottom: 1em;
}
.layout-peel-scorecard-welsh,
.layout-peel-scorecard {
  background: #e8ebf1;
}
.layout-peel-scorecard-welsh .scorecard .content,
.layout-peel-scorecard .scorecard .content {
  padding: 20px;
  margin: 0 1% 20px;
  background: #d1d8e3;
}
.layout-peel-scorecard-welsh .scorecard .content .content-row,
.layout-peel-scorecard .scorecard .content .content-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.layout-peel-scorecard-welsh .scorecard .content .content-row .left-col,
.layout-peel-scorecard .scorecard .content .content-row .left-col {
  flex-basis: 70%;
}
.layout-peel-scorecard-welsh .scorecard .content .content-row .left-col h1,
.layout-peel-scorecard .scorecard .content .content-row .left-col h1 {
  margin-top: 0;
}
.layout-peel-scorecard-welsh .scorecard .content .content-row .left-col .content-footer,
.layout-peel-scorecard .scorecard .content .content-row .left-col .content-footer {
  margin-top: 0;
  border-top: none;
  font-size: 0.8em;
}
.layout-peel-scorecard-welsh .scorecard .content .content-row .left-col .content-footer span,
.layout-peel-scorecard .scorecard .content .content-row .left-col .content-footer span {
  color: #ffffff;
}
.layout-peel-scorecard-welsh .scorecard .content .content-row .right-col,
.layout-peel-scorecard .scorecard .content .content-row .right-col {
  position: relative;
  text-align: right;
}
.layout-peel-scorecard-welsh .scorecard .content .content-row .right-col .key-img,
.layout-peel-scorecard .scorecard .content .content-row .right-col .key-img {
  width: 150px;
}
.layout-peel-scorecard-welsh .scorecard .content .content-row .right-col .key-open,
.layout-peel-scorecard .scorecard .content .content-row .right-col .key-open {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.layout-peel-scorecard-welsh .scorecard .content .content-row .right-col.peel-key,
.layout-peel-scorecard .scorecard .content .content-row .right-col.peel-key {
  cursor: pointer;
}
.layout-peel-scorecard-welsh .scorecard .content .content-row.footer,
.layout-peel-scorecard .scorecard .content .content-row.footer {
  margin-top: 2em;
  border-top: 1px solid #e6e6e6;
}
.layout-peel-scorecard-welsh .scorecard .content .content-row.footer .left-col,
.layout-peel-scorecard .scorecard .content .content-row.footer .left-col,
.layout-peel-scorecard-welsh .scorecard .content .content-row.footer .right-col,
.layout-peel-scorecard .scorecard .content .content-row.footer .right-col {
  flex-basis: 50%;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content,
.layout-peel-scorecard .scorecard .scorecard-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section,
.layout-peel-scorecard .scorecard .scorecard-content .section {
  position: relative;
  flex-basis: 23%;
  height: 200px;
  padding: 1%;
  margin: 1%;
  background: #ffffff;
  cursor: pointer;
  text-align: center;
  transition: background 0.5s ease-out;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section > *,
.layout-peel-scorecard .scorecard .scorecard-content .section > * {
  display: none;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section h2,
.layout-peel-scorecard .scorecard .scorecard-content .section h2 {
  display: block;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .open-icon,
.layout-peel-scorecard .scorecard .scorecard-content .section .open-icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 5px 10px;
  color: #ffffff;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.annigonol,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.annigonol,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.inadequate,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.inadequate {
  background: #8b0101;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.angen-gwella,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.angen-gwella,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.requires-improvement,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.requires-improvement {
  background: #ff2f00;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.digonol,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.digonol,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.adequate,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.adequate {
  background: #f56a00;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.da,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.da,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.good,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.good {
  background: #758602;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.eithriadol,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.eithriadol,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.outstanding,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.outstanding {
  background: #035e32;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.ungraded,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.ungraded {
  background: #505050;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section .rating.uninspected,
.layout-peel-scorecard .scorecard .scorecard-content .section .rating.uninspected {
  background: #c1c2c0;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section:hover,
.layout-peel-scorecard .scorecard .scorecard-content .section:hover {
  background: #d1d8e3;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section.visible,
.layout-peel-scorecard .scorecard .scorecard-content .section.visible {
  display: inline-block;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section.active,
.layout-peel-scorecard .scorecard .scorecard-content .section.active {
  color: #999;
  background: #ccc;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .section.active .rating,
.layout-peel-scorecard .scorecard .scorecard-content .section.active .rating {
  background: #aaa;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box,
.layout-peel-scorecard .scorecard .scorecard-content .content-box {
  position: relative;
  width: 98%;
  padding: 32px 2% 2%;
  margin: 1%;
  background: #ffffff;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box h2,
.layout-peel-scorecard .scorecard .scorecard-content .content-box h2 {
  color: #0f427f;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #bbbbbb;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box h3,
.layout-peel-scorecard .scorecard .scorecard-content .content-box h3,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box h4,
.layout-peel-scorecard .scorecard .scorecard-content .content-box h4 {
  color: #0f427f;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .open-icon,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .open-icon {
  display: none;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .performance-note,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .performance-note {
  border: 1px solid #0f427f;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .performance-note .performance-note__title,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .performance-note .performance-note__title {
  font-size: 2rem;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .performance-note.performance-note--recommendation,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .performance-note.performance-note--recommendation,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .performance-note.performance-note--causes-of-concern,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .performance-note.performance-note--causes-of-concern,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .performance-note.performance-note--areas-for-improvement,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .performance-note.performance-note--areas-for-improvement {
  background: #e6e6e6;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .performance-note.performance-note--recommendation .performance-note__title:before,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .performance-note.performance-note--recommendation .performance-note__title:before,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .performance-note.performance-note--causes-of-concern .performance-note__title:before,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .performance-note.performance-note--causes-of-concern .performance-note__title:before,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .performance-note.performance-note--areas-for-improvement .performance-note__title:before,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .performance-note.performance-note--areas-for-improvement .performance-note__title:before {
  color: #0f427f;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.annigonol,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.annigonol,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.inadequate,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.inadequate {
  background: #8b0101;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.angen-gwella,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.angen-gwella,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.requires-improvement,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.requires-improvement {
  background: #ff2f00;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.digonol,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.digonol,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.adequate,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.adequate {
  background: #f56a00;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.da,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.da,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.good,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.good {
  background: #758602;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.eithriadol,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.eithriadol,
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.outstanding,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.outstanding {
  background: #035e32;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.ungraded,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.ungraded {
  background: #505050;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .rating.uninspected,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .rating.uninspected {
  background: #c1c2c0;
  font-size: 21px;
  font-weight: 600;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .close,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .close {
  position: absolute;
  right: 20px;
  z-index: 20;
  cursor: pointer;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .close.top,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .close.top {
  top: 35px;
  padding: 5px 10px;
  font-size: 20px;
  right: 5px;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .content-box .close.bottom,
.layout-peel-scorecard .scorecard .scorecard-content .content-box .close.bottom {
  bottom: 20px;
}
.layout-peel-scorecard-welsh .scorecard .scorecard-content .gutter,
.layout-peel-scorecard .scorecard .scorecard-content .gutter {
  flex-basis: 100%;
}
.overlay {
  display: none;
}
.overlay.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}
.overlay .popup {
  display: block;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  padding: 30px 20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
.overlay .popup .close {
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 80;
  cursor: pointer;
}
.overlay .popup .wrapper {
  display: flex;
}
.overlay .popup .wrapper .col .thumbnail {
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
}
.overlay .popup .wrapper .col .thumbnail p {
  margin: 0;
}
.overlay .popup .wrapper .col .thumbnail.inadequate {
  background: #8b0101;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .thumbnail.requires-improvement {
  background: #ff2f00;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .thumbnail.adequate {
  background: #f56a00;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .thumbnail.good {
  background: #758602;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .thumbnail.outstanding {
  background: #035e32;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .thumbnail.ungraded {
  background: #505050;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .thumbnail.uninspected {
  background: #c1c2c0;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .definition {
  padding: 10px;
  margin-bottom: 5px;
}
.overlay .popup .wrapper .col .definition p {
  margin: 0;
}
.overlay .popup .wrapper .col .definition.inadequate {
  background: #f2e6e6;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .definition.requires-improvement {
  background: #ffeae5;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .definition.adequate {
  background: #fef0e5;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .definition.good {
  background: #f1f3e6;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .definition.outstanding {
  background: #e6efea;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .definition.ungraded {
  background: #505050;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col .definition.uninspected {
  background: #c1c2c0;
  font-size: 21px;
  font-weight: 600;
}
.overlay .popup .wrapper .col.left {
  flex-basis: 20%;
  margin-right: 20px;
}
.page--peel-assessments--peel-assessments-2021-22 .content-footer {
  display: none;
}
@media only screen and (max-width: 768px) {
  .layout-peel-scorecard-welsh .overlay .popup,
  .layout-peel-scorecard .overlay .popup,
  .layout-peel-national-page .overlay .popup {
    left: 10%;
    width: 80%;
    top: 25%;
    height: 500px;
    overflow: scroll;
  }
}
@media only screen and (max-width: 480px) {
  .layout-peel-scorecard-welsh .scorecard .scorecard-content .section,
  .layout-peel-scorecard .scorecard .scorecard-content .section {
    flex-basis: 48%;
  }
  .layout-peel-scorecard-welsh .overlay .popup .wrapper,
  .layout-peel-scorecard .overlay .popup .wrapper {
    display: inline;
  }
  .layout-peel-scorecard-welsh .overlay .popup .wrapper .col.left,
  .layout-peel-scorecard .overlay .popup .wrapper .col.left {
    margin-right: 0;
    margin-top: 10px;
  }
}
.performance-note {
  background: #f0f0f0;
  padding: 14px 14px 1px 14px;
  margin-bottom: 24px;
}
.performance-note__title {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.performance-note__title:before {
  display: inline;
  margin-right: 10px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.performance-note .performance-note {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.performance-note--areas-for-improvement,
.performance-note--areas-for-improvement-singular {
  background: #fdf9e6;
}
.performance-note--areas-for-improvement .performance-note__title:before,
.performance-note--areas-for-improvement-singular .performance-note__title:before {
  content: '\f071';
  color: #f5a623;
}
.performance-note--case-study {
  background: #9DCBCE;
}
.performance-note--case-study .performance-note__title:before {
  content: url('/content/themes/hmicfrs/images/case-study-icon.svg');
  color: #0D47A1;
  height: 30px;
  width: 30px;
  top: 5px;
  position: relative;
}
.performance-note--causes-of-concern {
  background: #fdebe6;
}
.performance-note--causes-of-concern .performance-note__title:before {
  content: '\f071';
  color: #d0021b;
}
.performance-note--recommendation,
.performance-note--recommendation-singular {
  background: #fdebe6;
}
.performance-note--recommendation .performance-note__title:before,
.performance-note--recommendation-singular .performance-note__title:before {
  content: '\f0ad';
  color: #d0021b;
}
.performance-note--notable-practice {
  background: #dff1f0;
}
.performance-note--notable-practice .performance-note__title:before {
  content: '\f058';
  color: #28a197;
  font-size: 30px;
}
.performance-note--promising-practice {
  background: #dff1f0;
}
.performance-note--promising-practice .performance-note__title:before {
  content: '\f058';
  color: #28a197;
  font-size: 30px;
}
.performance-note--innovative-practice {
  background: #dff1f0;
}
.performance-note--innovative-practice .performance-note__title:before {
  content: url('/content/themes/hmicfrs/images/innovative_practice.svg');
  color: #28a197;
  height: 30px;
  width: 30px;
  top: 5px;
  position: relative;
}
.performance-note--reducing-crime {
  background: #BBDEFB;
}
.performance-note--reducing-crime .performance-note__title:before {
  content: url('/content/themes/hmicfrs/images/reducing_crime.svg');
  color: #0D47A1;
  height: 30px;
  width: 30px;
  top: 5px;
  position: relative;
}
body.layout-force #body,
body.layout-special-agency #body {
  background: #e3e9ee;
}
body.layout-force .icon-background,
body.layout-special-agency .icon-background {
  background: #FFFFFF;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  margin: 10px 10px 20px 10px;
  float: right;
}
body.layout-force .icon-background img,
body.layout-special-agency .icon-background img {
  height: 100px;
  width: 100px;
  margin: 25px 25px;
}
body.layout-force .profile-force-intro h1,
body.layout-special-agency .profile-force-intro h1 {
  margin: 0;
  font-weight: 800;
  color: #24447f;
}
body.layout-force .profile-force-intro p,
body.layout-special-agency .profile-force-intro p {
  margin: 10px 0;
}
body.layout-force .ui-tabs .ui-tabs-nav,
body.layout-special-agency .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}
body.layout-force .ui-tabs .ui-tabs-nav li,
body.layout-special-agency .ui-tabs .ui-tabs-nav li {
  margin: 0;
  width: 20%;
  white-space: normal;
  text-align: center;
  height: 100px;
  border-left: 1px solid #e3e9ee;
  border-right: 1px solid #e3e9ee;
}
body.layout-force .ui-tabs,
body.layout-special-agency .ui-tabs {
  position: relative;
  padding: 0;
}
body.layout-force .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
body.layout-special-agency .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  padding: 0;
  text-decoration: normal;
}
body.layout-force .ui-corner-all,
body.layout-special-agency .ui-corner-all,
body.layout-force .ui-corner-top,
body.layout-special-agency .ui-corner-top,
body.layout-force .ui-corner-right,
body.layout-special-agency .ui-corner-right,
body.layout-force .ui-corner-tr,
body.layout-special-agency .ui-corner-tr {
  border-radius: 0px;
  border: none;
}
body.layout-force .ui-state-default,
body.layout-special-agency .ui-state-default,
body.layout-force .ui-widget-content .ui-state-default,
body.layout-special-agency .ui-widget-content .ui-state-default,
body.layout-force .ui-widget-header .ui-state-default,
body.layout-special-agency .ui-widget-header .ui-state-default {
  background: #cad3de;
}
body.layout-force .ui-state-active,
body.layout-special-agency .ui-state-active,
body.layout-force .ui-widget-content .ui-state-active,
body.layout-special-agency .ui-widget-content .ui-state-active,
body.layout-force .ui-widget-header .ui-state-active,
body.layout-special-agency .ui-widget-header .ui-state-active {
  background: #FFF !important;
  border-left: 1px solid #e3e9ee;
  border-right: 1px solid #e3e9ee;
}
body.layout-force .ui-state-active a,
body.layout-special-agency .ui-state-active a,
body.layout-force .ui-widget-content .ui-state-active a,
body.layout-special-agency .ui-widget-content .ui-state-active a,
body.layout-force .ui-widget-header .ui-state-active a,
body.layout-special-agency .ui-widget-header .ui-state-active a {
  color: #000;
}
body.layout-force .ui-tabs-tab,
body.layout-special-agency .ui-tabs-tab,
body.layout-force .ui-corner-top,
body.layout-special-agency .ui-corner-top,
body.layout-force .ui-state-default,
body.layout-special-agency .ui-state-default,
body.layout-force .ui-tab,
body.layout-special-agency .ui-tab,
body.layout-force .ui-tabs-active,
body.layout-special-agency .ui-tabs-active,
body.layout-force .ui-state-active,
body.layout-special-agency .ui-state-active {
  background: none;
}
body.layout-force ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header,
body.layout-special-agency ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
  background: #e3e9ee;
}
body.layout-force img.performance-link,
body.layout-special-agency img.performance-link {
  width: 100%;
  height: auto;
}
body.layout-force .ui-widget-content a,
body.layout-special-agency .ui-widget-content a {
  color: #1c4179;
}
body.layout-force .force-section__more-link,
body.layout-special-agency .force-section__more-link {
  font-size: 16px;
  font-weight: 700;
}
body.layout-force #force-tabs #key-facts,
body.layout-special-agency #force-tabs #key-facts {
  margin: 0px;
}
body.layout-force #force-tabs h2,
body.layout-special-agency #force-tabs h2 {
  color: #24447f;
  background: #FFFFFF;
  font-size: 2.6rem;
  padding: 0;
  margin: 20px 0;
}
body.layout-force #force-tabs .force-section,
body.layout-special-agency #force-tabs .force-section {
  border-top: 0;
  border-bottom: 0;
}
body.layout-force #force-tabs .editor-content ul,
body.layout-special-agency #force-tabs .editor-content ul,
body.layout-force #force-tabs .editor-content ol,
body.layout-special-agency #force-tabs .editor-content ol {
  padding-left: 0;
}
body.layout-force table,
body.layout-special-agency table,
body.layout-force th,
body.layout-special-agency th,
body.layout-force td,
body.layout-special-agency td {
  border: 1px solid black;
}
.justice-icon {
  display: block;
  height: 100px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-weight: 700;
}
.justice-icon img {
  height: 50%;
  size: 50%;
  margin: 0 0 5px 0;
}
.profile__image {
  margin-right: 16px;
  margin-bottom: 16px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.profile__title {
  margin: 10px 0;
  font-weight: 800;
  line-height: 0.7;
  font-size: 20px;
  font-size: 2rem;
}
.profile__title a:hover {
  text-decoration: underline;
}
.icon-background {
  background: #FFFFFF;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 0 10px 10px 0;
  float: left;
}
.icon-background img {
  height: 70px;
  width: 70px;
  margin: 15px 15px;
}
.profile__excerpt {
  height: 120px;
}
@media screen and (max-width: 800px), print {
  .profile__excerpt {
    height: auto;
  }
  .profile__image {
    margin-right: 0;
    margin-bottom: 0;
    height: 100px;
    width: 100px;
    float: left;
    margin: 10px 10px 10px 0;
  }
}
@media screen and (max-width: 650px), print {
  body.layout-force .ui-tabs .ui-tabs-nav li {
    height: 100px;
    font-size: 12px !important;
  }
  body.layout-force .justice-icon {
    height: 100px;
  }
}
.promo {
  position: relative;
  margin: 12px 0;
  padding: 4px 14px 8px;
  border-left: 5px solid #505050;
  background: #f0f0f0;
  color: #282828;
}
.promo h3,
.promo h4 {
  margin: 6px 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.promo p {
  margin: 6px 0;
}
.quote-block {
  position: relative;
  margin-bottom: 2em;
  border-bottom: 4px solid #505050;
}
.quote-block__opening-icon,
.quote-block__closing-icon {
  color: #505050;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 50px;
  font-size: 5rem;
}
.quote-block__opening-icon {
  float: left;
  padding-right: 14px;
}
.quote-block__opening-icon:before {
  content: "\f10d";
}
.quote-block__closing-icon {
  display: block;
  padding-bottom: 14px;
  text-align: right;
}
.quote-block__closing-icon:before {
  content: "\f10e";
}
.quote-block__image {
  float: left;
  max-width: 100px;
  height: auto;
  margin-right: 1em;
}
.quote-block__title {
  margin-top: 0;
  margin-bottom: 0.6em;
  padding-top: 1.36842105em;
  font-size: 19px;
  font-size: 1.9rem;
}
.quote-block__body {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.quote-block__footnote {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
}
.quote-block--force {
  border-bottom-color: #0f427f;
}
.quote-block--force .quote-block__opening-icon,
.quote-block--force .quote-block__closing-icon {
  color: #0f427f;
}
.quote-block--no-line {
  border-bottom: 0px !important;
}
@media screen and (max-width: 280px) {
  .quote-block__image {
    display: none;
  }
}
.related-widget {
  position: relative;
  background: #f0f0f0;
  border: 1px solid #505050;
  padding: 14px 14px 1px 14px;
  margin: 24px 0;
}
.related-widget:after {
  position: absolute;
  top: -18px;
  right: 14px;
  display: block;
  height: 36px;
  width: 36px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 36px / 2;
  text-align: center;
  line-height: 36px;
  border-radius: 36px / 2;
  color: white;
  background-color: #505050;
}
.related-widget ul {
  margin: 8px 0 16px 0;
  padding: 0 0 0 30px;
}
.related-widget a {
  text-decoration: none;
}
.related-widget a:hover {
  text-decoration: underline;
}
.related-widget__title {
  margin: 0 0 10px 0;
  font-size: 21px;
  font-size: 2.1rem;
}
.related-widget--documents:after {
  content: '\f0f6';
}
.related-widget--data:after {
  content: '\f080';
}
.related-widget--more-information:after {
  content: '\f129';
}
.related-widget--effectiveness {
  border-color: #44477c;
}
.related-widget--effectiveness:after {
  background-color: #44477c;
}
.related-widget--efficiency {
  border-color: #28a197;
}
.related-widget--efficiency:after {
  background-color: #28a197;
}
.related-widget--legitimacy {
  border-color: #ffbf47;
}
.related-widget--legitimacy:after {
  background-color: #ffbf47;
}
.related-widget--people {
  border-color: #d54315;
}
.related-widget--people:after {
  background-color: #d54315;
}
.related-widget--leadership {
  border-color: #0f427f;
}
.related-widget--leadership:after {
  background-color: #0f427f;
}
.related-widget--unpublished {
  border-color: #949494;
}
.related-widget--unpublished:after {
  background-color: #949494;
}
.related-widget--unpublished .related-widget__title {
  color: #949494;
}
.report-grade {
  position: relative;
}
.report-grade__markers {
  text-align: right;
}
.report-grade__marker {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  background: #505050;
  border: 1px solid #505050;
  border-radius: 50%;
}
.report-grade__marker:last-child {
  margin-right: 0;
}
.report-grade__marker--empty {
  background: none !important;
}
.report-grade__label {
  position: relative;
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1em;
}
.report-grade--effectiveness .report-grade__marker {
  background-color: #44477c;
  border-color: #44477c;
}
.report-grade--efficiency .report-grade__marker {
  background-color: #28a197;
  border-color: #28a197;
}
.report-grade--legitimacy .report-grade__marker {
  background-color: #ffbf47;
  border-color: #ffbf47;
}
.report-grade--people .report-grade__marker {
  background-color: #d54315;
  border-color: #d54315;
}
.report-grade--inline {
  margin-top: 1em;
  margin-bottom: 2em;
}
.report-grade--inline .report-grade__markers {
  display: inline;
  margin-right: 10px;
  text-align: left;
}
.report-grade--inline .report-grade__label {
  display: inline;
  text-align: left;
}
@media screen and (max-width: 520px) {
  .report-grade {
    margin-top: 1em;
  }
  .report-grade__markers {
    display: inline;
    margin-right: 10px;
    text-align: left;
  }
  .report-grade__marker {
    width: 18px;
    height: 18px;
  }
  .report-grade__label {
    display: inline;
    text-align: left;
  }
}
@media print {
  .report-grade__markers,
  .report-grade--inline .report-grade__markers {
    display: none;
  }
}
.recommendation > h1 {
  margin-bottom: 0;
}
.recommendation > h1 + h2 {
  margin-top: 0.3em;
}
.recommendation__summary-fields {
  margin: 3px 0;
  line-height: 26px;
}
.recommendation__summary-fields dt {
  display: inline;
  font-weight: bold;
  margin: 0 8px 0 0;
  white-space: nowrap;
}
.recommendation__summary-fields dd {
  display: inline;
  margin: 0 1em 0 0;
  white-space: nowrap;
}
.recommendation__summary-fields dd.inline {
  margin-right: 0;
}
.recommendation__long-fields {
  margin: 7px 0;
  line-height: 20px;
}
.recommendation__long-fields dt {
  display: inline;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
.recommendation__long-fields dd {
  display: inline;
  margin: 0 1em 0 8px;
}
.recommendation__activity-timeline {
  position: relative;
  margin: 0;
  padding: 0 !important;
}
.recommendation__activity-timeline li {
  list-style-type: none;
  /*
    &.recommendation__activity-item--status-awaiting-review,
    &.recommendation__activity-item--status-complete,
    &.recommendation__activity-item--status-will-not-be-progressed,
    &.recommendation__activity-item--status-no-further-action,
    {
      .recommendation__activity-item-block {
        color: @colours__base-text;
        text-shadow: none;
      }
    }
*/
}
.recommendation__activity-timeline li .recommendation__activity-item-date {
  font-weight: bold;
}
.recommendation__activity-timeline li .recommendation__activity-item-block {
  padding: 6px 12px;
  border: 1px solid #e6e6e6;
}
.recommendation__activity-timeline li .recommendation__activity-item-block h4 {
  margin: 4px 0 10px 0;
}
.recommendation__activity-timeline li .recommendation__activity-item-block p {
  margin: 6px 0 0 0;
}
.recommendation__activity-timeline li.recommendation__activity-item--created .recommendation__activity-item-block,
.recommendation__activity-timeline li.recommendation__activity-item--status .recommendation__activity-item-block {
  border: 0 none;
  padding: 1.6em 0;
  background: #505050;
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  color: #282828;
  text-shadow: none;
}
.recommendation__activity-timeline li.recommendation__activity-item--status-unknown .recommendation__activity-item-block,
.recommendation__activity-timeline li.recommendation__activity-item--status-unknown .recommendation__activity-item-bullet {
  background: #3473a8;
}
.recommendation__activity-timeline li.recommendation__activity-item--status-being-progressed .recommendation__activity-item-block,
.recommendation__activity-timeline li.recommendation__activity-item--status-being-progressed .recommendation__activity-item-bullet {
  background: #2ab2e4;
}
.recommendation__activity-timeline li.recommendation__activity-item--status-complete .recommendation__activity-item-block,
.recommendation__activity-timeline li.recommendation__activity-item--status-complete .recommendation__activity-item-bullet {
  background: #82c8e1;
}
.recommendation__activity-timeline li.recommendation__activity-item--status-awaiting-review .recommendation__activity-item-block,
.recommendation__activity-timeline li.recommendation__activity-item--status-awaiting-review .recommendation__activity-item-bullet {
  background: #89e2e8;
}
.recommendation__activity-timeline li.recommendation__activity-item--status-will-be-progressed .recommendation__activity-item-block,
.recommendation__activity-timeline li.recommendation__activity-item--status-will-be-progressed .recommendation__activity-item-bullet {
  background: #1db19b;
}
.recommendation__activity-timeline li.recommendation__activity-item--status-will-not-be-progressed .recommendation__activity-item-block,
.recommendation__activity-timeline li.recommendation__activity-item--status-will-not-be-progressed .recommendation__activity-item-bullet {
  background: #90c695;
}
.recommendation__activity-timeline li.recommendation__activity-item--status-no-further-action .recommendation__activity-item-block,
.recommendation__activity-timeline li.recommendation__activity-item--status-no-further-action-needed .recommendation__activity-item-block,
.recommendation__activity-timeline li.recommendation__activity-item--status-no-further-action .recommendation__activity-item-bullet,
.recommendation__activity-timeline li.recommendation__activity-item--status-no-further-action-needed .recommendation__activity-item-bullet {
  background: #c8f6c5;
}
#recommendations__pcc-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: #505050;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.recommendation__pcc-comment {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin: 2em 0 0 0;
  padding: 1px 1em;
}
.recommendation__pcc-comment-form {
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  margin: 2em 0 0 0;
  padding: 1px 0 0 0;
}
.recommendation__pcc-comment-form h3 {
  margin: 0.5em;
}
.recommendation__pcc-comment-form textarea {
  width: 100%;
  height: 8em;
  resize: vertical;
  border: 0 none;
  padding: 2px 0.5em;
}
.recommendation__pcc-comment-form .recommendation__pcc-comment-form__buttons {
  text-align: right;
  margin: 0 0.5em 0.5em;
}
.recommendation__pcc-comment-form .recommendation__pcc-comment-form__buttons a,
.recommendation__pcc-comment-form .recommendation__pcc-comment-form__buttons button {
  display: inline-block;
  border: 1px solid #bbbbbb;
  background: white;
  margin-left: 0.5em;
  width: 180px;
  padding: 5px 0 4px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #505050;
}
.recommendation__pcc-comment-form .recommendation__pcc-comment-form__buttons a i.fa,
.recommendation__pcc-comment-form .recommendation__pcc-comment-form__buttons button i.fa {
  margin-right: 0.5em;
}
.recommendation__pcc-comment-form .recommendation__pcc-comment-form__buttons button#recommendation-comment-publish {
  border: 0 none;
  background: #505050;
  color: white;
}
@media (min-width: 480px) {
  .recommendation__activity-timeline:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 120px;
    bottom: 75px;
    width: 1px;
    background: #bbbbbb;
  }
  .recommendation__activity-timeline li .recommendation__activity-item-bullet {
    position: absolute;
    left: 116px;
    width: 9px;
    height: 9px;
    margin-top: 8px;
    content: '';
    border-radius: 5px;
    background: #505050;
  }
  .recommendation__activity-timeline li .recommendation__activity-item-date {
    position: absolute;
    left: 0;
    width: 100px;
    margin-top: 2px;
    text-align: right;
  }
  .recommendation__activity-timeline li .recommendation__activity-item-block {
    margin: 1em 0 1em 140px;
  }
}
@media (min-width: 768px) {
  .recommendation__activity-timeline:before {
    left: 160px;
  }
  .recommendation__activity-timeline li .recommendation__activity-item-bullet {
    left: 156px;
  }
  .recommendation__activity-timeline li .recommendation__activity-item-date {
    width: 140px;
  }
  .recommendation__activity-timeline li .recommendation__activity-item-block {
    margin: 1em 0 1em 180px;
  }
}
.sidebar--recommendations input,
.sidebar--recommendations select {
  padding: 3px 0;
  width: 100%;
  background: white;
}
.sidebar--recommendations table.fs-feedback {
  margin-top: 8px;
  border-top: 0 none;
  border-bottom: 0 none;
  background: none;
}
.sidebar--recommendations table.fs-feedback td {
  padding: 3px;
  font-size: 1.4rem;
  font-style: italic;
}
.sidebar--recommendations table.fs-feedback td.remove {
  width: 24px;
}
.sidebar--recommendations table.fs-feedback td.remove a {
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
  background: #e0e0e0;
  border-radius: 10px;
}
.recommendations-show-tabs {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 14px 0 10px 0;
  white-space: nowrap;
}
.recommendations-show-tabs a {
  padding: 16px 14px 12px 14px;
  text-decoration: none;
}
.recommendations-show-tabs a.selected {
  border-bottom: 2px solid #505050;
  color: #505050;
  font-weight: bold;
}
.recommendations-show-tabs a:hover {
  background: #e6e6e6;
}
.result-recommendations--simple {
  border-top: 1px solid #bbbbbb;
  margin: 16px 0 0 0;
  padding-top: 5px;
  padding-bottom: 1px;
  min-height: 130px;
}
.result-recommendations--simple h2,
.result-recommendations--simple p {
  margin: 6px 0;
}
.recommendation__total-count,
.recommendation__ongoing-count,
.recommendation__prior-count {
  float: right;
}
.recommendation__progress {
  background: #e6e6e6;
  height: 1.5em;
}
.recommendation__progress-complete {
  background: #0f427f;
  height: 1.5em;
}
.recommendation__prior {
  font-style: italic;
}
.recommendation__prior .qqq {
  font-style: normal;
  font-weight: bold;
  color: #d4384e;
  margin-right: 4px;
}
.recommendation__prior .ok {
  color: #0e8c6a;
  margin-right: 4px;
}
.recommendation__back {
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  padding: 6px 8px;
  color: black;
  text-decoration: none;
}
.recommendation__back .fa {
  color: #505050;
  margin-right: 6px;
}
.recommendations-head {
  position: relative;
}
.recommendations-head h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.recommendations-show-all {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  border-radius: 2px;
  padding: 6px 10px 4px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.recommendations-show-all.recommendations-show-all--shown {
  background: #e8e8e8;
  color: #505050;
}
.recommendations-show-all.recommendations-show-all--hidden {
  background: #3473a8;
  color: white;
}
@media only screen and (max-width: 767px) {
  .recommendations-head h1 {
    margin-top: 20px;
  }
  .recommendations-show-all {
    position: inherit;
    margin: 10px 0;
  }
}
.ui-helper-hidden-accessible {
  display: none;
}
.result-recommendations h2 a {
  text-decoration: none;
  color: #282828;
  padding: 4px;
  margin: -4px;
}
.result-recommendations__collapse-total {
  display: none !important;
  float: right;
  margin-right: 12px;
}
@media (max-width: 479px) {
  .result-recommendations__collapse-total {
    display: inline !important;
  }
}
.result-recommendations__collapse-button {
  display: none !important;
  cursor: pointer;
  float: right;
}
@media (max-width: 479px) {
  .result-recommendations__collapse-button {
    display: inline !important;
  }
}
.result-recommendations__collapse-button,
.result-recommendations__collapse-button span {
  color: #3473a8;
}
.result-recommendations__graph .graph {
  max-height: 220px;
}
.result-recommendations__graph .graph .throbber {
  padding-top: 45%;
  padding-bottom: 45%;
}
@media only screen and (max-width: 479px) {
  .result-recommendations h2 {
    border: 1px solid #e6e6e6;
    margin-bottom: -1px;
    padding: 8px;
    background: #efefef;
  }
  .result-recommendations__graph,
  .pie-chart {
    display: none;
  }
}
.result-recommendations__legend {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-bottom: 0 none;
}
.result-recommendations__legend td {
  padding: 3px;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
  line-height: 26px;
  font-weight: bold;
  color: #7f8c8a;
}
.result-recommendations__legend td a {
  display: block;
  text-decoration: none;
}
.result-recommendations__legend-selected-row td {
  background: #e6e6e6;
}
.result-recommendations__legend-selected-row td.result-recommendations__legend-number {
  border-right: 2px solid #7f8c8a;
}
td.result-recommendations__legend-number {
  text-align: right;
  padding-right: 6px;
}
.result-recommendations__legend-bullet {
  float: left;
  margin: 3px 0.8em 3px 3px;
  height: 20px;
  width: 20px;
}
.result-recommendations__legend-bullet-unknown {
  background: #3473a8;
}
.result-recommendations__legend-bullet-created {
  background: #3473a8;
}
.result-recommendations__legend-bullet-being-progressed {
  background: #2ab2e4;
}
.result-recommendations__legend-bullet-complete {
  background: #82c8e1;
}
.result-recommendations__legend-bullet-awaiting-review {
  background: #89e2e8;
}
.result-recommendations__legend-bullet-will-be-progressed {
  background: #1db19b;
}
.result-recommendations__legend-bullet-will-not-be-progressed {
  background: #90c695;
}
.result-recommendations__legend-bullet-no-further-action,
.result-recommendations__legend-bullet-no-further-action-needed {
  background: #c8f6c5;
}
.result-recommendations--small .result-recommendations__legend td {
  font-size: 14px;
  line-height: 20px;
}
.result-recommendations--small .result-recommendations__legend-bullet {
  margin: 2px 0.5em 2px 2px;
  height: 16px;
  width: 16px;
}
.ui-autocomplete {
  list-style: none;
  border: 1px solid #bbbbbb;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  background: white;
  padding: 3px 4px;
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  max-width: 300px;
  overflow-x: auto;
  cursor: pointer;
}
.sidebar--recommendations .widget h3,
.sidebar--search.sidebar--recommendations .widget h3 {
  border-bottom: 0 none;
  margin-bottom: 4px;
  font-size: 18px;
}
.sidebar--recommendations .widget .fs label,
.sidebar--search.sidebar--recommendations .widget .fs label {
  font-size: 15px;
}
.sidebar--recommendations .widget input[type=radio],
.sidebar--search.sidebar--recommendations .widget input[type=radio] {
  position: relative;
  top: 2px;
}
.sidebar--recommendations .widget input.ui-autocomplete-input,
.sidebar--search.sidebar--recommendations .widget input.ui-autocomplete-input {
  padding: 2px 3px;
}
@media only screen and (max-width: 768px) {
  .sidebar--recommendations .widget,
  .sidebar--search.sidebar--recommendations .widget {
    margin-top: 1em;
  }
  .sidebar--recommendations ul.fs li,
  .sidebar--search.sidebar--recommendations ul.fs li {
    display: inline;
    margin: 0 12px 0 0;
  }
  .sidebar--recommendations input[type=text],
  .sidebar--search.sidebar--recommendations input[type=text],
  .sidebar--recommendations input[type=search],
  .sidebar--search.sidebar--recommendations input[type=search] {
    width: 100%;
  }
}
.result {
  margin: 30px 0;
}
.result h2 {
  margin-bottom: 4px;
}
.result h2 a {
  display: block;
  padding: 2px 0;
  color: #282828;
  font-weight: 800;
  text-decoration: none;
}
.result h2 a:hover {
  text-decoration: underline;
}
.result .datetime {
  margin-top: 4px;
  color: #505050;
  font-weight: 800;
}
.result strong {
  padding: 1px 2px;
  background: #e0e0f0;
  color: #505050;
}
.results__controls {
  margin-bottom: 40px;
}
.results__count {
  margin-right: 30px;
}
.layout-search h1 {
  float: left;
}
.order-sorted {
  float: right;
  margin: 2.6em 0;
}
.order-sorted a {
  text-decoration: none;
}
.background-blue {
  background: #E6F2F2;
  padding: 14px;
  margin: 8px 0 24px 0;
}
.site-intro__title {
  margin-bottom: 0.4em;
  font-size: 36px;
  font-size: 3.6rem;
}
.site-intro__body {
  font-size: 20px;
  font-size: 2rem;
}
.sitemap-section__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.28571429em;
  border-bottom: 4px solid #505050;
  color: #282828;
}
.sitemap-section__title a {
  text-decoration: none;
}
.sitemap-section__title a:hover {
  text-decoration: underline;
}
.sitemap-section__link-list {
  margin: 12px 0;
  padding: 0;
}
.sitemap-section__link-list ul {
  padding-left: 16px;
}
.sitemap-section__link-list li {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}
.sitemap-section__link-list li a {
  text-decoration: none;
}
.sitemap-section__link-list li a:hover {
  text-decoration: underline;
}
.social-link {
  margin-right: 10px;
}
.social-link:before {
  border-radius: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  text-align: center;
}
.social-link--facebook:before {
  content: "\f082";
  color: #3b5998;
}
.social-link--twitter:before {
  content: "\f081";
  color: #00aced;
}
.social-link--flickr:before {
  content: "\f16e";
  color: #ff0084;
}
.social-link--youtube:before {
  content: "\f166";
  color: #bb0000;
}
.social-link--rss:before {
  content: "\f143";
  color: #f26522;
}
.social-link--pinterest:before {
  content: "\f0d3";
  color: #bd081c;
}
.social-link--instagram:before {
  content: "\f16d";
  color: #3f729b;
}
.social-link--googleplus:before {
  content: "\f0d4";
  color: #dc4e41;
}
.social-link--linkedin:before {
  content: "\f08c";
  color: #0077b5;
}
.social-link--audioboom:before {
  position: relative;
  top: 3px;
  height: 31px;
  width: 31px;
  content: url(images/audioboom.svg);
  background: black;
}
.social-link .link-badge {
  display: none !important;
}
@media print {
  .social-link {
    display: block;
  }
}
.tabs {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  flex-direction: row;
}
.tabs > li {
  position: relative;
  display: block;
  float: left;
  border-bottom: 0 none;
  margin-bottom: -2px;
}
.tabs > li.spacer {
  flex: 100 0 0;
}
.tabs > li > a {
  position: relative;
  display: block;
  padding: 16px 18px;
  margin-right: 4px;
  border: 1px solid #dcdcdc;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #282828;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.tabs > li > a:hover,
.tabs > li > a:focus {
  text-decoration: none;
  border-color: #dcdcdc #dcdcdc #dcdcdc;
  background-color: #f2f2f2;
}
.tabs > li.active > a,
.tabs > li.active > a:hover,
.tabs > li.active > a:focus {
  background-color: #f2f2f2;
  border: 1px solid #dcdcdc;
  border-bottom-color: transparent;
  cursor: default;
}
@media print {
  .tabs {
    display: none;
  }
}
.ourwork-cat-list .card {
  display: inline-block;
}
.card-overlay {
  position: relative;
}
.card-overlay figure {
  margin: 0;
}
.card-overlay figcaption {
  position: absolute;
  top: 4px;
  right: 5px;
  color: white;
  text-shadow: 0 0 1px rgba(0, 8, 64, 0.75);
  opacity: 0.7;
  font-size: 12px;
  font-weight: normal;
}
.card-overlay img {
  max-width: 100%;
  height: 100%;
}
.card-overlay .card-colour-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.card-overlay h1,
.card-overlay h2,
.card-overlay h3 {
  position: absolute;
  bottom: 10px;
  left: 18px;
  right: 18px;
  margin: 0;
  padding: 2px;
  color: white;
  text-shadow: 0 0 3px rgba(0, 8, 64, 0.75);
  background: #000840;
  background: rgba(0, 8, 64, 0);
}
.card-overlay h1 {
  font-size: 38px;
}
.card-overlay h2 {
  font-size: 28px;
}
.ourwork-h-cats {
  margin: 2em 0;
  font-weight: bold;
  line-height: 1.5em;
}
.ourwork-h-cats a {
  margin-right: 4px;
  padding: 6px 8px;
  text-decoration: underline;
  white-space: nowrap;
}
.ourwork-intro p {
  font-size: 20px;
}
.aside-chapters {
  float: right;
  margin: 0 0 1em 1em;
  padding: 7px 20px;
  max-width: 270px;
  background: #ddd;
}
.aside-chapters p {
  margin: 10px 0 10px 14px;
}
.aside-chapters p.selected-chapter a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.aside-chapters p.parent {
  margin-left: 0px;
}
.single-publication .content {
  width: 75%;
}
.single-publication .content .publication-details {
  margin-bottom: 1.5em;
}
.single-publication .content .publication-details .meta {
  margin-bottom: 0.75em;
}
.single-publication .content .publication-details .meta p {
  margin-top: 0;
  margin-bottom: 0.75em;
}
.single-publication .content .publication-details .meta a {
  display: inline-block;
  padding-bottom: 3px;
  padding-top: 3px;
}
.single-publication .content .pdf-link,
.single-publication .content .html-link {
  display: flex;
  margin-bottom: 1.5em;
  vertical-align: top;
}
.single-publication .content .pdf-link i,
.single-publication .content .html-link i {
  font-size: 32px;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  line-height: 32px;
}
.single-publication .content .pdf-link.small-link i,
.single-publication .content .html-link.small-link i {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  line-height: 24px;
}
.single-publication .content .pdf-link .link-badge,
.single-publication .content .html-link .link-badge {
  display: none;
}
.single-publication .content .pdf-link .link-badges-affix {
  display: none;
}
.single-publication-html .bounding-box {
  padding: 2em 1em;
  background: #eee;
}
.single-publication-html .bounding-box.police {
  color: #ffffff;
  background: #0f427f;
}
.single-publication-html .bounding-box.fire {
  color: #ffffff;
  background: #d32f2f;
}
.single-publication-html h1 {
  margin-top: 0;
}
.single-publication-html .contents {
  position: relative;
}
.single-publication-html .contents .contents-container {
  max-width: 100%;
}
.single-publication-html .contents .contents-container h3 {
  margin-bottom: 0;
}
.single-publication-html .contents .contents-container .mwm-aal-container {
  padding-top: 0;
  background: none;
}
.single-publication-html .contents .contents-container .mwm-aal-container ol,
.single-publication-html .contents .contents-container .mwm-aal-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}
.single-publication-html .contents .contents-container .mwm-aal-container ol li,
.single-publication-html .contents .contents-container .mwm-aal-container ul li {
  cursor: pointer;
}
.single-publication-html .contents .contents-container .mwm-aal-container ol li ol,
.single-publication-html .contents .contents-container .mwm-aal-container ul li ol,
.single-publication-html .contents .contents-container .mwm-aal-container ol li ul,
.single-publication-html .contents .contents-container .mwm-aal-container ul li ul {
  display: none;
  padding-left: 1em !important;
}
.single-publication-html .contents .contents-container .mwm-aal-container ol li:before,
.single-publication-html .contents .contents-container .mwm-aal-container ul li:before {
  content: none;
}
.single-publication-html .contents .contents-container .print {
  margin-top: 2em;
  cursor: pointer;
  color: #1c4179;
}
.single-publication-html .contents .contents-container .print p {
  margin: 0;
}
@media screen and (min-width: 756px) {
  .single-publication-html .contents {
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
  }
  .single-publication-html .contents-container {
    max-width: 230px;
  }
}
.force-header {
  background: #f0f0f0;
  padding: 8px 0;
}
.force-header img.wp-post-image {
  float: right;
}
.force-header h1 {
  margin: 0;
  padding: 30px 0;
  clear: none;
  border-bottom: 0 none;
  font-size: 46px;
}
.force-content {
  background: #f0f0f0;
}
.force-section-header .force-score {
  float: right;
  text-align: right;
}
.force-section-header .force-score .pips {
  display: block;
  padding-top: 10px;
  font-size: 40px;
}
.force-section-header .force-score .pips i {
  margin-left: 8px;
}
.force-section-header .force-score .score-name {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
}
.force-subpage-content .force-subpage-content-inner {
  border-top: 1px solid #bbbbbb;
}
.force-question-summary {
  background: #f0f0f0;
}
.force-question-summary .force-question-summary-inner {
  padding: 16px 0;
  text-align: center;
}
.force-question-summary .force-question-summary-inner h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.force-question-summary .question-pip {
  display: inline-block;
  margin: 0 16px;
  text-decoration: none;
}
.force-question-summary .question-pip:hover {
  text-decoration: underline;
}
.question-pip {
  display: block;
  font-size: 24px;
  line-height: 44px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px / 2;
  -moz-border-radius: 40px / 2;
  border-radius: 40px / 2;
  color: white;
  text-align: center;
  font-weight: bold;
}
.question {
  border-top: 1px solid #f0f0f0;
  padding: 30px 0;
}
.question .question-inner h2 {
  font-size: 28px;
}
.question .question-inner h3 {
  font-size: 22px;
}
.question .question-inner .question-score i {
  font-size: 24px;
  margin-right: 8px;
}
.question .question-inner .question-score .score-name {
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
}
.question .widget {
  background: #f0f0f0;
  padding: 14px 14px 1px 14px;
  margin-bottom: 24px;
}
.question .widget ul {
  margin: 8px 0 16px 0;
  padding: 0 0 0 30px;
}
.question .widget h4 {
  font-size: 21px;
  margin: 0 0 10px 0;
}
.question-unscored {
  background: #f8f8f8;
}
.expanding-content {
  padding: 1px 0;
}
.expanding-content .expand {
  border-top: 1px solid #bbbbbb;
  padding: 1px 0;
  text-align: center;
}
.expanding-content .expand a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  color: #505050;
  cursor: pointer;
}
.expanding-content .expand a:after {
  display: inline;
  margin-left: 8px;
  content: '\f107';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #0f427f;
}
.expanding-content .expand a:hover {
  text-decoration: none;
}
.expanding-content .expand--inverse {
  border-top-color: #fff;
}
.expanding-content .expand--inverse a {
  color: #fff;
}
.expanding-content .expand--inverse a:after {
  color: #fff;
}
.expanding-content.expanded .expand {
  border-top-color: #e8e8e8;
}
.expanding-content.expanded .expand a:after {
  content: '\f106';
}
.expanding-content .after {
  display: none;
  padding-bottom: 10px;
}
@media print {
  .expanding-content .expand {
    display: none;
  }
  .expanding-content .after {
    display: block;
  }
}
.peel-sidebar .widget {
  margin: 30px 0;
}
.peel-sidebar .widget .widget-inner {
  background: #f0f0f0;
  padding: 4px 12px;
}
.peel-sidebar .widget .widget-inner p,
.peel-sidebar .widget .widget-inner ul,
.peel-sidebar .widget .widget-inner ol {
  margin: 10px 0;
}
.peel-sidebar .widget .widget-inner h2 {
  display: inline-block;
}
.peel-sidebar .widget h2 {
  margin: 10px 0;
  font-size: 24px;
}
.peel-sidebar .widget .widget-link a {
  display: block;
  clear: both;
  background: #0f427f;
  color: white !important;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 16px;
  text-decoration: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.peel-sidebar .widget .widget-link a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  text-decoration: none !important;
}
.peel-sidebar .widget .widget-link a:hover {
  background: #0c3464;
}
#key-facts {
  background: white;
  margin: 30px 0;
  padding: 0;
}
#key-facts h2 {
  margin: 0;
  padding: 10px;
  background: #0f427f;
  color: white;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
#key-facts .key-facts-tables {
  margin: 1px 0 0 0;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}
#key-facts .key-facts-tables .key-fact-table {
  width: 100%;
  display: table;
  background: #f0f0f0;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row {
  display: table-row;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col {
  display: table-cell;
  padding: 6px;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col:last-child {
  border-right: 0 none;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.no-border {
  border-bottom: 0 none;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.ident {
  width: 43%;
  vertical-align: top;
  border-left: 0 none;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.ident h3 {
  text-transform: uppercase;
  color: #505050;
  margin: 0 0 3px 0;
  font-size: 14px;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.ident .icon {
  text-align: center;
  color: #0f427f;
  line-height: 50px !important;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.ident .icon .dashicons {
  font-size: 55px;
  width: 55px;
  height: 50px;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.ident .icon .fa {
  font-size: 45px;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.ident .icon [class^="icon-"],
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.ident .icon [class*=" icon-"] {
  font-size: 55px;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat {
  width: 30%;
  vertical-align: top;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat .number {
  display: block;
  color: #282828;
  font-size: 20px;
  font-weight: bold;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat .number .fa {
  font-size: 20px;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat .number .small {
  font-size: 15px;
  white-space: nowrap;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat .units {
  color: #505050;
  font-size: 15px;
  font-weight: bold;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat.center {
  text-align: center;
  vertical-align: middle;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat.large {
  width: 57%;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat.large .number {
  font-size: 40px;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat.large .units {
  font-size: 17px;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat.small .number {
  font-size: 16px;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat.avg {
  width: 30%;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat.avg .number {
  color: #0f427f;
}
#key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col .visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#key-facts .widget-link {
  margin-top: -1px;
}
.key-facts-col .widget {
  background: #f0f0f0;
  margin: 20px 0;
  padding: 14px 16px;
}
.key-facts-col .widget .intro {
  padding-left: 100px;
}
.key-facts-col .widget .intro h3 {
  margin-left: -100px;
}
.key-facts-col .widget .intro .icon {
  margin-left: -100px;
}
.key-facts-col .widget .na {
  background: #e0e4e8;
  padding: 5px 8px;
  margin-bottom: 4px;
}
.key-facts-col .widget .na i {
  color: #0f427f;
  font-size: 22px;
}
.key-facts-col .widget:after {
  content: "\00a0";
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
.key-facts-col .widget h3 {
  text-transform: uppercase;
  color: #505050;
  margin: 0 0 8px 0;
  font-size: 19px;
}
.key-facts-col .widget .icon {
  float: left;
  text-align: center;
  color: #0f427f;
  width: 90px;
  line-height: 60px !important;
}
.key-facts-col .widget .icon .dashicons {
  font-size: 60px;
  width: 60px;
  height: 60px;
}
.key-facts-col .widget .icon .fa {
  font-size: 50px;
}
.key-facts-col .widget .icon [class^="icon-"],
.key-facts-col .widget .icon [class*=" icon-"] {
  font-size: 60px;
}
.key-facts-col .widget .stat {
  padding: 8px 4px 12px 10px;
  vertical-align: top;
}
.key-facts-col .widget .stat .number {
  color: #282828;
  font-size: 40px;
  font-weight: bold;
  margin-right: 4px;
}
.key-facts-col .widget .stat .number .fa {
  font-size: 30px;
}
.key-facts-col .widget .stat .number .small {
  font-size: 17px;
}
.key-facts-col .widget .stat .units {
  color: #505050;
  font-size: 19px;
  font-weight: bold;
}
.key-facts-col .widget .stat.center {
  text-align: center;
  vertical-align: middle;
}
.key-facts-col .widget .stat.large .number {
  font-size: 40px;
}
.key-facts-col .widget .stat.large .units {
  font-size: 17px;
}
.key-facts-col .widget .stat.small .number {
  font-size: 17px;
}
.key-facts-col .widget .stat.avg .number {
  color: #0f427f;
}
.key-facts-col .widget .stat.light .number {
  font-weight: 500;
}
.key-facts-col .widget table {
  width: 100%;
}
.key-facts-col .widget table th,
.key-facts-col .widget table td {
  padding-bottom: 6px;
}
.key-facts-col .widget table th {
  font-weight: bold;
  color: #0f427f;
  text-transform: uppercase;
}
.key-facts-col .widget table th.nocaps {
  text-transform: none;
}
.key-facts-col .widget table th[scope=row] {
  color: #505050;
  text-align: left;
}
.key-facts-col .widget table td {
  text-align: center;
}
.key-facts-col .widget table td .stat .number {
  font-size: 28px;
}
.key-facts-col .after-widget h3,
.key-facts-col .after-widget h4 {
  margin-top: 10px;
  margin-bottom: 4px;
}
.key-facts-col .after-widget ul,
.key-facts-col .after-widget li,
.key-facts-col .after-widget p {
  margin: 4px 0;
  font-size: 16px;
  line-height: 20px;
}
.key-facts-col .after-widget ul {
  padding-left: 30px;
}
.key-facts-col .graph {
  height: 250px;
}
@media only screen and (max-width: 768px) {
  #key-facts img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .row {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: column wrap;
  }
  .row .column-sidebar {
    order: 2;
  }
  .row .column-main {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  #key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.ident h3 {
    font-size: 14px;
  }
  #key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat .number {
    font-size: 20px;
  }
  #key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat .units {
    font-size: 11px;
  }
  #key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat.large {
    width: 58%;
  }
  #key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat.large .number {
    font-size: 40px;
  }
  #key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat.large .units {
    font-size: 17px;
  }
}
@media screen and (min-width: 915px) {
  #key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.ident h3 {
    font-size: 19px;
  }
  #key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat .number {
    font-size: 26px;
  }
  #key-facts .key-facts-tables .key-fact-table .fact-table-row .fact-table-col.stat .units {
    font-size: 15px;
  }
}
body.home .layout__header {
  padding-bottom: 0;
}
#body {
  padding: 20px 0 40px 0;
}
.special-char {
  font-family: arial !important;
}
.read-more-toggle {
  text-align: center;
  border-top: 1px solid #bbbbbb;
  padding-top: 20px;
  cursor: pointer;
}
.expanded .read-more-toggle {
  border-top: 1px solid #e8e8e8;
}
.read-more-toggle:hover {
  background-color: #e3e3e3;
}
.read-more-toggle:after {
  display: block;
  content: '\f107';
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 24px;
  color: #505050;
  text-align: center;
}
.expanded .read-more-toggle:after {
  content: '\f106';
}
p.more {
  clear: both;
  border-top: 1px solid #bbbbbb;
  padding-top: 6px;
  margin-top: 18px;
}
a.more {
  font-weight: bold;
}
a.more:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-left: 8px;
  text-decoration: none;
}
.leftnav ul {
  padding-left: 0;
  margin: 0;
}
.leftnav ul li {
  list-style: none;
  display: block;
  margin: 1px 0;
}
.leftnav ul li a {
  display: block;
  padding: 6px 0;
  color: #505050;
  text-decoration: none;
  line-height: 1.125;
  font-size: 26px;
  font-size: 2.6rem;
}
.leftnav ul li a:hover {
  text-decoration: underline;
}
.leftnav ul li.current_page_item > a {
  color: #505050;
  font-weight: bold;
  padding-right: 20px;
}
.leftnav ul li li a {
  font-size: 18px;
}
.leftnav ul li li li a {
  font-size: 16px;
  padding-left: 18px;
  margin-top: -3px;
}
.leftnav ul li li li li a {
  padding-left: 26px;
}
.leftnav ul li li li li li a {
  padding-left: 34px;
}
.leftnav ul li li li li li li a {
  padding-left: 42px;
}
.sidebar .widget {
  margin-top: 40px;
  background: #f0f0f0;
  border-top: 4px solid #505050;
  padding: 2px 14px;
}
.sidebar .widget:first-child {
  margin-top: 0;
}
.sidebar .widget h2,
.sidebar .widget h3 {
  margin-top: 10px;
  border-bottom: 0 none;
}
.sidebar .widget ul {
  margin: 12px 0;
  padding: 0;
}
.sidebar .widget ul li {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget a {
  text-decoration: none;
}
.sidebar .widget a:hover {
  text-decoration: underline;
}
.sidebar .meta {
  margin-top: 1em;
  margin-bottom: 1em;
}
.sidebar .meta a {
  display: inline-block;
  padding-bottom: 3px;
  padding-top: 3px;
  text-decoration: none;
}
.sidebar .meta a:hover {
  text-decoration: underline;
}
.sidebar--search {
  padding-top: 6px;
}
.sidebar--search .widget {
  background: none;
  padding: 0;
  border-top: 0 none;
}
.sidebar--search .widget h1,
.sidebar--search .widget h2,
.sidebar--search .widget h3,
.sidebar--search .widget h4 {
  border-bottom: 1px solid #bbbbbb;
}
.sidebar--search .widget .selected {
  color: #282828;
  font-weight: bold;
  border-bottom: 3px solid black;
}
.sidebar--search #fs-year li,
.sidebar--search #fs-month li {
  display: inline-block;
  min-width: 19%;
  margin-top: 4px;
  margin-bottom: 4px;
}
.sidebar--search .fs-showmore {
  display: block;
  border-top: 1px solid #d4d4d4;
  padding: 6px 0;
}
.sidebar--search .fs-showmore:hover {
  text-decoration: none;
}
.sidebar--search .fs-showmore:after {
  content: "\f078";
  padding-left: 8px;
  text-decoration: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fs-feedback {
  border-bottom: 1px solid #bbb;
  margin-bottom: 30px;
  width: 100%;
  background: #f0f0f0;
  border-top: 4px solid #505050;
  border-collapse: collapse;
}
.fs-feedback caption {
  font-weight: bold;
  line-height: 1.875;
}
.fs-feedback th {
  text-align: left;
  padding: 10px 10px 7px 8px;
}
.fs-feedback td {
  padding: 4px 10px 4px 8px;
}
.fs-feedback tbody tr:nth-child(2n+1) td,
.fs-feedback tbody tr:nth-child(2n+1) th {
  background: #f8f8f8;
}
.fs-feedback.no-border {
  border-top: none;
}
.fs-feedback .label {
  font-weight: bold;
  color: #505050;
}
.fs-feedback .remove a {
  color: #ce1337;
  text-decoration: none;
}
.chartContainer select {
  margin: 10px 0;
  border: 1px solid #505050;
  background-color: white;
}
.chartContainer input[type=submit] {
  margin: 10px 0;
  padding: 12px;
  border: none;
  background-color: #6bc0e9;
  color: white;
  cursor: pointer;
}
.chartContainer input[type=submit]:hover {
  background-color: #20336c;
}
.chartTitle {
  border-bottom: 4px solid #505050;
  font-size: 28px;
  font-size: 2.8rem;
}
.chartArea {
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .chartContainer .chartBody {
    text-align: center;
  }
  .chartContainer .chartBody select {
    width: 100%;
  }
  .chartContainer .chartBody input[type=submit] {
    width: 50%;
  }
  .chartContainer .chartBody label {
    display: block;
  }
  .chartContainer .chartBody #forcefinances {
    margin-top: -5px;
  }
}
#publications-search-submit {
  margin-top: 1.3em;
}
#gtranslate_wrapper {
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 999999;
}
@media screen and (min-width: 984px) {
  #gtranslate_wrapper {
    left: calc((100vw - 960px)/2);
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 983px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 983px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 983px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 984px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 984px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 984px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 983px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 984px) {
  .hidden-lg {
    display: none !important;
  }
}
/* ==========================================================================

   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden,
.peel-grade-cell__label,
.social-link__label,
.social-link .social-link-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.peel-grade-cell__label.focusable:active,
.peel-grade-cell__label.focusable:focus,
.social-link__label.focusable:active,
.social-link__label.focusable:focus,
.social-link .social-link-text.focusable:active,
.social-link .social-link-text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible,
.form__label--invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *  `contenteditable` attribute is included anywhere else in the document.
 *  Otherwise it causes space to appear at the top and bottom of elements
 *  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *  `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.branding:before,
.branding:after,
.callout:before,
.callout:after,
.force-finder:before,
.force-finder:after,
.force-finder-landing:before,
.force-finder-landing:after,
.header-block__intro:before,
.header-block__intro:after,
.inspectorates-menu__bar-inner:before,
.inspectorates-menu__bar-inner:after,
.inspectorates-menu__dropdown-inner:before,
.inspectorates-menu__dropdown-inner:after,
.peel-data-annotations-nav__items:before,
.peel-data-annotations-nav__items:after,
.peel-data-annotations-nav__buttons:before,
.peel-data-annotations-nav__buttons:after,
.peel-key__item-label:before,
.peel-key__item-label:after,
.peel-table__region:before,
.peel-table__region:after,
.peel-toggle:before,
.peel-toggle:after,
.profile:before,
.profile:after,
.tabs:before,
.tabs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.branding:after,
.callout:after,
.force-finder:after,
.force-finder-landing:after,
.header-block__intro:after,
.inspectorates-menu__bar-inner:after,
.inspectorates-menu__dropdown-inner:after,
.peel-data-annotations-nav__items:after,
.peel-data-annotations-nav__buttons:after,
.peel-key__item-label:after,
.peel-table__region:after,
.peel-toggle:after,
.profile:after,
.tabs:after {
  clear: both;
}
/*
 * No padding to columns within this row. 
 */
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                               http://www.sanbeiji.com/archives/953 */
    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) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .fluid-width-video-wrapper {
    display: none;
  }
  #cookie-notice {
    display: none;
  }
  .single-publication .contents {
    display: none;
  }
  .single-publication .column-main {
    width: 100%;
  }
  .single-publication .header-block__search {
    display: none;
  }
  .single-publication-html .contents,
  .single-publication-html .header-block__search {
    display: none;
  }
}
