/*
Theme Name: HMIC v2
Theme URI: http://www.bang-on.net/
Description: New theme for the HMIC site
Author: Bang Communications
Author URI: http://www.bang-on.net/
Version: 2.0
Tags: wireframe
License: None
License URI: None
Template: wireframe
*/
/*---------------------------------------------------
    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;
}
.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.411764706;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.125;
}
h2,
.h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.125;
}
h3,
.h3,
.mwm-aal-title {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.125;
}
h4,
.h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
}
::-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;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a {
  color: #20336c;
}
.layout__header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.layout__footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 80px;
  border-top: 4px solid #00a8e4;
  background: #f8f8f8;
}
@media print {
  .layout__header {
    padding-top: 0;
  }
  .layout__footer {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.mwm-aal-container {
  display: inline-block;
  padding: .5em 1em .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: #20336c;
}
.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: .25em !important;
  margin-bottom: .25em !important;
}
.mwm-aal-container a {
  text-decoration: none;
}
.mwm-aal-container a:hover {
  text-decoration: underline;
}
#scrollUp {
  bottom: 0;
  left: 0;
  padding: 12px 32px;
  font-size: 16px;
  text-decoration: none;
  background-color: #20336c;
  background-color: rgba(32, 51, 108, 0.8);
  color: #fff;
}
#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';
}
@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;
  }
}
.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: #00a8e4;
}
.alert.blue .alert-inner:before {
  color: #00a8e4;
}
.alert.black {
  border-left-color: #666;
}
.alert.black .alert-inner:before {
  color: #666;
}
.branding__link {
  text-decoration: none;
  color: #20336c;
}
.branding__logo {
  float: left;
  width: 125px;
  margin-right: 12px;
}
.branding__tagline {
  display: inline-block;
  padding-top: 34px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  color: black;
}
.breadcrumbs {
  margin: 0 0 10px -4px;
  padding: 4px 0 6px 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline;
  list-style: none;
  color: #bbbbbb;
}
.breadcrumbs li:last-child a {
  color: #377bb3;
}
.breadcrumbs a {
  padding: 5px 7px;
  color: #20336c;
  text-decoration: none;
  white-space: nowrap;
}
@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: #377bb3;
  border: 1px solid #377bb3;
  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: #234d71;
  border-color: #234d71;
}
.button:hover {
  background-color: #2b608c;
  border-color: #2b608c;
  text-decoration: none;
}
.button:focus,
.button.focus {
  background-color: #2b608c;
  border-color: #2b608c;
  text-decoration: none;
}
.button:active,
.button.button--active {
  outline: 0;
  background-color: #2b608c;
  border-color: #2b608c;
  -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;
}
.callout {
  display: inline-block;
  width: 44.44%;
  margin-top: 4px;
  margin-right: -4px;
  margin-bottom: 4px;
  padding: 8px 0;
  border-bottom: 4px solid #377bb3;
  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: #377bb3;
  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: #377bb3;
  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;
}
.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: .5em;
  margin-bottom: .5em;
}
.editor-content table {
  width: 100%;
  background: #f0f0f0;
  border-top: 4px solid #00a8e4;
  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;
}
.floating-icon {
  float: right;
}
.floating-icon__icon {
  color: #00a8e4;
  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.285714286em;
  border-bottom: 4px solid #00a8e4;
  color: #282828;
}
.force-finder {
  background: #f0f0f0;
}
.force-finder__map-pane {
  float: left;
  width: 50%;
  background: #cadbeb;
}
.force-finder__form-pane {
  float: left;
  width: 50%;
  padding: 0 26px;
}
.force-finder__title {
  font-size: 24px;
  font-size: 2.4rem;
}
.force-finder__title:before {
  padding-right: .2em;
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #00a8e4;
}
.force-finder__result {
  display: none;
  padding-bottom: 20px;
  border-top: 1px solid #bbbbbb;
}
.force-finder__result-logo {
  float: left;
  margin-right: 15px;
}
.force-finder__result-links {
  list-style: none;
}
.force-finder__result-links li {
  margin: .2em 0;
}
.force-finder__result-links a {
  text-decoration: none;
}
.force-finder__result-links a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 800px), print {
  .force-finder__form-pane {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 520px), print {
  .force-finder__map-pane {
    display: none;
  }
  .force-finder__form-pane {
    float: none;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.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: 6px 8px;
  border: 1px solid #bbbbbb;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.764705882;
}
.form__control:focus {
  border-color: #00a8e4;
  outline: none;
  box-shadow: 0 0 4px 2px #00a8e4;
}
.form__help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.form__control--search {
  padding-left: 36px;
  background-image: url(images/search16.png);
  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: #a94442;
}
.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;
}
.home-section__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.285714286em;
  border-bottom: 4px solid #00a8e4;
  color: #282828;
}
.home-section__footer {
  padding-top: 6px;
  margin-top: 18px;
  border-top: 1px solid #bbbbbb;
}
.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__more-link:after {
  content: "\f054";
  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;
}
.inspectorates-menu__bar {
  padding: 6px 0;
  text-align: right;
  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;
}
@media (min-width: 984px) {
  .inspectorates-menu__bar-inner {
    width: 984px;
  }
}
.inspectorates-menu__toggle {
  padding: 8px 3px;
  color: white;
  cursor: pointer;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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-height: 68px;
}
.inspectorates-menu__site-label {
  display: block;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 10px;
  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: 0;
  line-height: 1.5em;
}
.link-list__item a {
  text-decoration: none;
  color: #20336c;
}
.link-list__item a:hover {
  text-decoration: underline;
}
.main-nav .menu {
  margin: 0;
  padding: 24px 0 14px 0;
  border-bottom: 4px solid #00a8e4;
}
.main-nav .menu-item {
  position: relative;
  display: inline-block;
  padding: 4px 0;
  list-style: none;
  letter-spacing: normal;
  word-spacing: normal;
}
.main-nav .menu-item.current-page-item a,
.main-nav .menu-item.current-page-ancestor a {
  color: #377bb3;
}
.main-nav .menu-item a {
  padding: 6px 0;
  margin: 0 6px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1em;
  text-decoration: none;
  color: #282828;
}
.main-nav .menu-item a:hover {
  text-decoration: underline;
}
.main-nav__responsive-toggle--open {
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
  padding: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: white;
  background-color: #377bb3;
  text-decoration: none;
}
.main-nav__responsive-toggle--close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 1.5833em;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #377bb3;
}
.main-nav__responsive-toggle--close:hover {
  background: #20336c;
}
.main-nav__responsive-toggle--close:active {
  background: white;
  color: #20336c;
}
@media only screen and (max-width: 767px) {
  .main-nav__responsive-toggle--open,
  .main-nav__responsive-toggle--close {
    display: block;
  }
  .main-nav__responsive-drawer {
    background: #377bb3;
    position: fixed;
    z-index: 999999;
    padding-top: 0%;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow: hidden;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-nav__responsive-drawer.main-nav__responsive-drawer--open {
    left: 0px;
    z-index: 999999;
  }
  .main-nav .menu {
    padding-top: 38px;
    border-bottom: none;
  }
  .main-nav .menu-item {
    display: block;
    padding: 0;
  }
  .main-nav .menu-item.current-page-item a,
  .main-nav .menu-item.current-page-ancestor a {
    background: white;
  }
  .main-nav .menu-item a {
    display: block;
    margin: 0;
    padding: 10px 0;
    color: #fff;
  }
  .main-nav .menu-item a:hover {
    color: #20336c;
    text-decoration: none;
  }
}
@media print {
  .main-nav .menu {
    padding-top: 0;
    padding-left: 40px;
  }
  .main-nav .menu-item {
    display: list-item;
    padding: 0;
    list-style-type: disc;
  }
  .main-nav .menu-item a {
    font-size: 16px;
  }
}
.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: #377bb3;
  border-color: #377bb3;
}
.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: #377bb3;
}
.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__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-force-header {
  background: #f0f0f0;
}
.peel-force-header__title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 40px;
  font-size: 4rem;
}
.peel-force-header__force-link {
  display: inline-block;
}
.peel-force-header__intro {
  margin-top: 30px;
  margin-left: -12px;
  margin-right: -12px;
}
.peel-force-header__intro-main {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .peel-force-header__intro-main {
    float: left;
    width: 58.33333333%;
  }
}
.peel-force-header__intro-aside {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .peel-force-header__intro-aside {
    float: left;
    width: 41.66666667%;
  }
}
.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--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--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--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--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 {
  background-color: #949494;
}
.peel-inspection {
  margin-top: 32px;
  margin-bottom: 32px;
}
.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;
  font-style: italic;
}
.peel-inspection__timestamp {
  margin-bottom: 3px;
  font-style: italic;
}
.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: white;
  background: #20336c;
  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%;
  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;
}
.peel-inspection--effectiveness .peel-inspection__subtitle {
  color: #44477c;
}
.peel-inspection--effectiveness .peel-inspection__block-link {
  color: white;
  background: #44477c;
}
.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%;
  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;
}
.peel-inspection--efficiency .peel-inspection__subtitle {
  color: #28a197;
}
.peel-inspection--efficiency .peel-inspection__block-link {
  color: white;
  background: #28a197;
}
.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%;
  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;
}
.peel-inspection--legitimacy .peel-inspection__subtitle {
  color: #cd8500;
}
.peel-inspection--legitimacy .peel-inspection__block-link {
  color: #282828;
  background: #ffbf47;
}
.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: #377bb3;
  text-align: center;
  border-radius: 50%;
  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;
}
.peel-inspection--other-inspection .peel-inspection__subtitle {
  color: #377bb3;
}
.peel-inspection--other-inspection .peel-inspection__block-link {
  color: white;
  background: #377bb3;
}
.peel-inspection--leadership .peel-inspection__block-link,
.peel-inspection--other-reports .peel-inspection__block-link {
  color: white;
  background: #377bb3;
}
.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--legitimacy {
  position: relative;
  min-height: 42px;
}
.peel-pillar-summary--efficiency:before,
.peel-pillar-summary--effectiveness:before,
.peel-pillar-summary--legitimacy:before {
  position: absolute;
  left: 0;
  display: block;
  width: 42px;
  height: 42px;
  color: white;
  text-align: center;
  border-radius: 50%;
  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-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;
}
.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;
  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: #377bb3;
  color: white;
  -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;
  background-color: #20336c;
  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: #377bb3;
}
.peel-question-pip--unpublished {
  color: white;
  background-color: #949494;
}
@media print {
  .peel-question-nav {
    display: none;
  }
}
.peel-wheel {
  margin-top: 1em;
  margin-bottom: 1em;
}
.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 {
  background: #fdf9e6;
}
.performance-note--areas-for-improvement .performance-note__title:before {
  content: '\f071';
  color: #f5a623;
}
.performance-note--causes-of-concern {
  background: #fdebe6;
}
.performance-note--causes-of-concern .performance-note__title:before {
  content: '\f071';
  color: #d0021b;
}
.performance-note--recommendation {
  background: #fdebe6;
}
.performance-note--recommendation .performance-note__title:before {
  content: '\f0ad';
  color: #d0021b;
}
.profile__image {
  float: left;
  height: 180px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.profile__title {
  margin-top: 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.promo {
  position: relative;
  margin: 12px 0;
  padding: 4px 14px 8px;
  border-left: 5px solid #00a8e4;
  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 #00a8e4;
}
.quote-block__opening-icon,
.quote-block__closing-icon {
  color: #00a8e4;
  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: #2b497c;
}
.quote-block--force .quote-block__opening-icon,
.quote-block--force .quote-block__closing-icon {
  color: #2b497c;
}
@media screen and (max-width: 280px) {
  .quote-block__image {
    display: none;
  }
}
.related-widget {
  position: relative;
  background: #f0f0f0;
  border: 1px solid #377bb3;
  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: 18px;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  color: white;
  background-color: #377bb3;
}
.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--leadership {
  border-color: #377bb3;
}
.related-widget--leadership:after {
  background-color: #377bb3;
}
.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: #20336c;
  border: 1px solid #20336c;
  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--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;
  }
}
.result {
  margin: 30px 0;
}
.result h2 {
  margin-bottom: 4px;
}
.result h2 a {
  display: block;
  padding: 2px 0;
  text-decoration: none;
}
.result h2 a: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;
  font-size: 16px;
}
.result .datetime {
  margin-top: 4px;
}
.result strong {
  padding: 1px 2px;
  background: #e0e0f0;
  color: #20336c;
}
.results__controls {
  margin-bottom: 40px;
}
.results__count {
  margin-right: 30px;
}
.site-intro__title {
  margin-bottom: .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.285714286em;
  border-bottom: 4px solid #00a8e4;
  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;
}
.tabs > li {
  position: relative;
  display: block;
  float: left;
  margin-bottom: -1px;
}
.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;
  }
}
.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: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  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: #377bb3;
}
.expanding-content .expand a:hover {
  text-decoration: none;
}
.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: #377bb3;
  color: white;
  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: #306b9c;
}
#key-facts {
  background: white;
  margin: 30px 0;
  padding: 0;
}
#key-facts h2 {
  margin: 0;
  padding: 10px;
  background: #377bb3;
  color: white;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
#key-facts .key-facts-tables {
  margin: 1px 0 0 0;
}
#key-facts .key-facts-tables > table {
  width: 100%;
  margin-top: -1px;
  table-layout: fixed;
  border-collapse: collapse;
}
#key-facts .key-facts-tables > table td {
  border: 1px solid #bbbbbb;
  background: #f0f0f0;
  padding: 8px 8px 16px 10px;
}
#key-facts .key-facts-tables > table td:first-child {
  border-left: 0 none;
}
#key-facts .key-facts-tables > table td:last-child {
  border-right: 0 none;
}
#key-facts .key-facts-tables > table td.ident {
  width: 40%;
  vertical-align: top;
  border-left: 0 none;
}
#key-facts .key-facts-tables > table td.ident h3 {
  text-transform: uppercase;
  color: #505050;
  margin: 0 0 3px 0;
  font-size: 19px;
}
#key-facts .key-facts-tables > table td.ident .icon {
  text-align: center;
  color: #377bb3;
  line-height: 50px !important;
}
#key-facts .key-facts-tables > table td.ident .icon .dashicons {
  font-size: 55px;
  width: 55px;
  height: 50px;
}
#key-facts .key-facts-tables > table td.ident .icon .fa {
  font-size: 45px;
}
#key-facts .key-facts-tables > table td.ident .icon [class^="icon-"],
#key-facts .key-facts-tables > table td.ident .icon [class*=" icon-"] {
  font-size: 55px;
}
#key-facts .key-facts-tables > table td.stat {
  padding: 8px 4px 12px 10px;
  vertical-align: top;
}
#key-facts .key-facts-tables > table td.stat .number {
  display: block;
  color: #282828;
  font-size: 26px;
  font-weight: bold;
}
#key-facts .key-facts-tables > table td.stat .number .fa {
  font-size: 20px;
}
#key-facts .key-facts-tables > table td.stat .units {
  color: #505050;
  font-size: 15px;
  font-weight: bold;
}
#key-facts .key-facts-tables > table td.stat.center {
  text-align: center;
  vertical-align: middle;
}
#key-facts .key-facts-tables > table td.stat.large .number {
  font-size: 40px;
}
#key-facts .key-facts-tables > table td.stat.large .units {
  font-size: 17px;
}
#key-facts .key-facts-tables > table td.stat.small .number {
  font-size: 16px;
}
#key-facts .key-facts-tables > table td.stat.avg .number {
  color: #377bb3;
}
#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: #377bb3;
  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: #377bb3;
  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 .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: #377bb3;
}
.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: #377bb3;
  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;
}
body.home .layout__header {
  padding-bottom: 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: #377bb3;
  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: #20336c;
  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 #00a8e4;
  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 {
  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 #00a8e4;
  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: #20336c;
}
.fs-feedback .remove a {
  color: #ce1337;
  text-decoration: none;
}
.chartContainer select {
  margin: 10px 0;
  border: 1px solid #00a8e4;
  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 #00a8e4;
  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;
  }
}
@-ms-viewport {
  width: device-width;
}
.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 (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 (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,
.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-force-header__intro:before,
.peel-force-header__intro: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,
.inspectorates-menu__bar-inner:after,
.inspectorates-menu__dropdown-inner:after,
.peel-data-annotations-nav__items:after,
.peel-data-annotations-nav__buttons:after,
.peel-force-header__intro:after,
.peel-key__item-label:after,
.peel-table__region:after,
.peel-toggle:after,
.profile:after,
.tabs:after {
  clear: both;
}
@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;
  }
}
