@font-face {
  font-family: 'stagsans-light';
  src: url("../font/StagSans-Light-Web.eot");
  src: url("../font/StagSans-Light-Web.eot?#iefix") format("embedded-opentype"), url("../font/StagSans-Light-Web.woff") format("woff"), url("../font/StagSans-Light-Web.svg") format("svg"), url("../font/StagSans-Light-Web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'stagsans-medium';
  src: url("../font/StagSans-Medium-Web.eot");
  src: url("../font/StagSans-Medium-Web.eot?#iefix") format("embedded-opentype"), url("../font/StagSans-Medium-Web.woff") format("woff"), url("../font/StagSans-Medium-Web.svg") format("svg"), url("../font/StagSans-Medium-Web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'stagsans-bold';
  src: url("../font/StagSans-Bold-Web.eot");
  src: url("../font/StagSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../font/StagSans-Bold-Web.woff") format("woff"), url("../font/StagSans-Bold-Web.svg") format("svg"), url("../font/StagSans-Bold-Web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

.main-nav li, .news-block .date, .news-block .more, .mobile-nav li, .feed-item .big-name, .map-button-container .applyBtn, .largeBtn, .site-content .search-form .form-submit, .apply-btn, .newsletter .form-submit, .styled-form .form-submit, .newsletter-submit, .shareBtn, .page-content .criteria-continue, #sitemap .criteria-continue, .webform-client-form .form-submit, .btn, .slide-text, .map-search-form .label-text, b, strong {
  word-spacing: .12em;
  word-spacing: .12rem; }

.skiplink, .site-search label, .newsletter .webform-component-textfield label, .styled-form .webform-component-textfield label,
.newsletter .webform-component-email label,
.styled-form .webform-component-email label, .accessibility {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.carousel .controls .directions a, .carousel .controls .pager a, .carousel .controls .flex-control-paging a, .carousel .controls .flex-direction-nav a, imgreplace {
  overflow: hidden;
  text-indent: -999em; }

.map-button-container .applyBtn, .largeBtn, .site-content .search-form .form-submit, .apply-btn, .newsletter .form-submit, .styled-form .form-submit, .newsletter-submit, .shareBtn, .page-content .criteria-continue, #sitemap .criteria-continue, .webform-client-form .form-submit, .btn {
  display: inline-block;
  font-family: stagsans-medium, verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0;
  padding: 8px 14px;
  color: #fff;
  border-radius: 4px;
  background: #cf4520;
  color: #fff;
  -webkit-box-shadow: 0 3px #a33619;
  -moz-box-shadow: 0 3px #a33619;
  box-shadow: 0 3px #a33619; }
  .map-button-container .applyBtn:hover, .largeBtn:hover, .site-content .search-form .form-submit:hover, .apply-btn:hover, .newsletter .form-submit:hover, .styled-form .form-submit:hover, .newsletter-submit:hover, .shareBtn:hover, .page-content .criteria-continue:hover, #sitemap .criteria-continue:hover, .webform-client-form .form-submit:hover, .map-button-container .applyBtn:focus, .largeBtn:focus, .site-content .search-form .form-submit:focus, .apply-btn:focus, .newsletter .form-submit:focus, .styled-form .form-submit:focus, .newsletter-submit:focus, .shareBtn:focus, .page-content .criteria-continue:focus, #sitemap .criteria-continue:focus, .webform-client-form .form-submit:focus, .btn:hover, .btn:focus {
    background: #e5542d;
    -webkit-box-shadow: 0 3px #c2411e;
    -moz-box-shadow: 0 3px #c2411e;
    box-shadow: 0 3px #c2411e;
    text-decoration: none; }
  .map-button-container .applyBtn:active, .largeBtn:active, .site-content .search-form .form-submit:active, .apply-btn:active, .newsletter .form-submit:active, .styled-form .form-submit:active, .newsletter-submit:active, .shareBtn:active, .page-content .criteria-continue:active, #sitemap .criteria-continue:active, .webform-client-form .form-submit:active, .btn:active {
    background: #cf4520;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .map-button-container .applyBtn:focus, .largeBtn:focus, .site-content .search-form .form-submit:focus, .apply-btn:focus, .newsletter .form-submit:focus, .styled-form .form-submit:focus, .newsletter-submit:focus, .shareBtn:focus, .page-content .criteria-continue:focus, #sitemap .criteria-continue:focus, .webform-client-form .form-submit:focus, .btn:focus {
    outline-color: rgba(255, 255, 255, 0); }
  .map-button-container .applyBtn:active, .largeBtn:active, .site-content .search-form .form-submit:active, .apply-btn:active, .newsletter .form-submit:active, .styled-form .form-submit:active, .newsletter-submit:active, .shareBtn:active, .page-content .criteria-continue:active, #sitemap .criteria-continue:active, .webform-client-form .form-submit:active, .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 3px;
    outline: 0; }
  .map-button-container .disabled.applyBtn, .disabled.largeBtn, .site-content .search-form .disabled.form-submit, .disabled.apply-btn, .newsletter .disabled.form-submit, .styled-form .disabled.form-submit, .disabled.newsletter-submit, .disabled.shareBtn, .page-content .disabled.criteria-continue, #sitemap .disabled.criteria-continue, .webform-client-form .disabled.form-submit, .map-button-container .applyBtn[disabled], .largeBtn[disabled], .site-content .search-form .form-submit[disabled], .apply-btn[disabled], .newsletter .form-submit[disabled], .styled-form .form-submit[disabled], .newsletter-submit[disabled], .shareBtn[disabled], .page-content .criteria-continue[disabled], #sitemap .criteria-continue[disabled], .webform-client-form .form-submit[disabled], .btn.disabled, .btn[disabled] {
    cursor: default;
    color: white;
    background: #f3bdaf;
    color: white;
    -webkit-box-shadow: 0 3px #ec9983;
    -moz-box-shadow: 0 3px #ec9983;
    box-shadow: 0 3px #ec9983;
    pointer-events: none; }

.map-button-container .applyBtn, .largeBtn {
  font-family: stagsans-light, verdana, sans-serif;
  font-size: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .map-button-container .applyBtn:hover, .map-button-container .applyBtn:focus, .largeBtn:hover, .largeBtn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .map-button-container .applyBtn:active, .largeBtn:active {
    top: auto; }
  .map-button-container .applyBtn i, .largeBtn i {
    position: relative;
    top: 5px; }

.js .js-hide, .no-js .nojs-hide {
  display: none; }

html {
  font: 62.5%/1.5 stagsans-light, verdana, sans-serif;
  background: #f7f7f7;
  overflow-y: scroll;
  color: #545454; }

a {
  text-decoration: none;
  color: #cf4520; }
  a img {
    border: 0; }
  a:hover, a:focus {
    text-decoration: underline; }

p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

b,
strong {
  font-weight: normal;
  font-family: stagsans-medium, verdana, sans-serif; }

.inline-separator {
  display: inline-block;
  margin: 0 16px;
  width: 1px;
  height: 12px;
  background: #c9c9c9; }

.page-content h1, #sitemap h1, .page-content h2, #sitemap h2, .page-content h3, #sitemap h3, .page-content h4, #sitemap h4, .page-content h5, #sitemap h5, .page-content h6, #sitemap h6 {
  color: #333333; }

.page-content h1, #sitemap h1 {
  margin-top: 0;
  line-height: 100%; }

.page-content h2, #sitemap h2 {
  margin-bottom: 0.3em;
  font-size: 3.2em; }

.page-content h3, #sitemap h3 {
  font-size: 3em; }

.page-content h4, #sitemap h4 {
  font-size: 2.8em; }

.page-content h5, #sitemap h5 {
  font-size: 2.4em; }

.page-content h6, #sitemap h6 {
  font-size: 2em; }

.page-content h3, #sitemap h3, .page-content h4, #sitemap h4, .page-content h5, #sitemap h5, .page-content h6, #sitemap h6 {
  margin: 20px 0 10px; }

.page-content p, #sitemap p {
  font-size: 1.6em; }

.page-content .intro, #sitemap .intro {
  color: #333333; }

.page-content ul, #sitemap ul, .page-content ol, #sitemap ol, .page-content dl, #sitemap dl {
  margin-bottom: 20px;
  font-size: 1.6em; }
  .page-content ul ul, #sitemap ul ul, .page-content ul ol, #sitemap ul ol, .page-content ul dl, #sitemap ul dl, .page-content ol ul, #sitemap ol ul, .page-content ol ol, #sitemap ol ol, .page-content ol dl, #sitemap ol dl, .page-content dl ul, #sitemap dl ul, .page-content dl ol, #sitemap dl ol, .page-content dl dl, #sitemap dl dl {
    font-size: inherit;
    margin-top: 10px; }

.page-content li, #sitemap li {
  margin-bottom: 10px; }

.page-content dd + dt, #sitemap dd + dt {
  margin-top: 10px; }

.page-content hr, #sitemap hr {
  border: 0;
  border-top: solid 1px #a1a1a1;
  clear: both; }

.page-content blockquote, #sitemap blockquote {
  font-size: 1.8em; }
  .page-content blockquote p, #sitemap blockquote p {
    font-size: inherit;
    margin-bottom: 10px; }
    .page-content blockquote p:last-of-type, #sitemap blockquote p:last-of-type {
      margin-bottom: 0; }
  .page-content blockquote cite, #sitemap blockquote cite {
    font-size: 16px;
    font-size: 1.6rem; }

.frm-row {
  margin-bottom: 20px; }

.label-text {
  font-weight: normal;
  font-size: 1.6em; }

.btn-raiser {
  display: inline-block;
  position: relative;
  top: -3px; }

.placeholder {
  color: #aaa; }

.push-down {
  margin-top: 40px; }

.paragraph-space {
  margin-bottom: 20px; }

.warning-message {
  color: #E62419; }

.clear {
  clear: both; }

body {
  padding: 0;
  margin: 0; }

.site-header-top {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }

.main-logo {
  position: absolute;
  left: 16px;
  top: 18px;
  z-index: 25; }

.site-header h1 {
  margin: 0; }

.site-search {
  background: #eeeeee;
  vertical-align: middle;
  border-radius: 4px;
  position: relative;
  display: inline-block; }
  .site-search form {
    display: inline-block; }
  .site-search .search-form {
    margin-bottom: 0; }

.site-search .form-text, .site-search .webform-client-form .form-textarea, .webform-client-form .site-search .form-textarea,
.site-search .webform-client-form select, .webform-client-form .site-search select, .site-search .styled-form.styled-form .form-textarea, .styled-form.styled-form .site-search .form-textarea,
.site-search .styled-form.styled-form select, .styled-form.styled-form .site-search select {
  background: 0;
  border: 0;
  padding: 0 0 0 6px;
  width: 164px;
  height: 30px;
  padding-right: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none; }

.site-search .form-submit {
  overflow: hidden;
  text-indent: -999em;
  background: 0;
  border: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 1px;
  width: 32px;
  height: 28px;
  background: url(../img/design/sprite.png) no-repeat 8px 6px; }
  .site-search .form-submit:hover {
    background-position: 8px -26px; }

.site-header-under {
  position: relative; }

.apply-cta-area {
  text-align: right;
  position: absolute;
  top: 0;
  width: 100%; }

.cta-stuck {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99; }

.apply-btn {
  z-index: 1;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-right: 10px;
  z-index: 10; }
  .apply-btn:active {
    padding-top: 11px;
    top: auto; }

body.apply .apply-btn {
  display: none; }

.apply-btn .icn, .apply-btn-dropdown .icn {
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(../img/design/sprite.png) no-repeat 0 -128px; }

.site-footer {
  *zoom: 1;
  background: #65665c;
  color: #f7f7f7;
  padding-top: 28px;
  padding-bottom: 28px; }
  .site-footer:before, .site-footer:after {
    content: "";
    display: table; }
  .site-footer:after {
    clear: both; }
  .site-footer .legal {
    font-size: 1.3em; }

.follow-title {
  font-weight: normal;
  font-size: 2.4em;
  margin: 0 0 10px; }

.footer-nav ul {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.5em; }
  .footer-nav ul li {
    display: inline;
    line-height: 2;
    border-left: solid 2px white;
    padding-left: 10px;
    margin-left: 10px;
    font-family: stagsans-medium, verdana, sans-serif; }
    .footer-nav ul li:first-child {
      border-left: 0;
      padding-left: 0;
      margin-left: 0; }
  .footer-nav ul a {
    color: #f7f7f7; }
    .footer-nav ul a:hover, .footer-nav ul a:focus {
      text-decoration: underline; }

.footer-logos {
  *zoom: 1;
  margin-bottom: 20px; }
  .footer-logos:before, .footer-logos:after {
    content: "";
    display: table; }
  .footer-logos:after {
    clear: both; }
  .footer-logos .social a {
    margin-right: 5px; }

.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  background-color: #000; }
  .carousel:before, .carousel:after {
    content: "";
    display: table; }
  .carousel:after {
    clear: both; }
  .carousel .carousel .slides {
    margin: 0 auto;
    position: relative;
    width: 960px; }
    .carousel .carousel .slides ul {
      width: 4000px; }
  .carousel .slides li {
    position: relative;
    display: inline-block; }

.no-js .carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  background-color: #000; }
  .no-js .carousel:before, .no-js .carousel:after {
    content: "";
    display: table; }
  .no-js .carousel:after {
    clear: both; }
  .no-js .carousel .slides {
    width: 3000px;
    position: relative; }
    .no-js .carousel .slides ul {
      padding: 0;
      margin: 0; }
    .no-js .carousel .slides li {
      display: inline;
      float: left; }
    .no-js .carousel .slides img {
      display: block; }

.slide-text {
  color: #fff;
  line-height: 1.2; }
  .slide-text .small, .slide-text .big {
    display: block; }
  .slide-text .small {
    font-size: 2.4em;
    font-family: stagsans-medium, verdana, sans-serif; }
  .slide-text .big {
    font-size: 4.2em;
    font-family: stagsans-bold, verdana, sans-serif; }

.carousel .slides ul {
  width: 10000px;
  position: relative; }

.carousel .controls {
  position: relative;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  margin: 0 auto;
  width: 960px; }
  .carousel .controls a {
    background: url(../img/design/sprite.png) no-repeat;
    outline: 0; }
  .carousel .controls .directions, .carousel .controls .pager, .carousel .controls .flex-control-paging, .carousel .controls .flex-direction-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute; }
    .carousel .controls .directions li, .carousel .controls .pager li, .carousel .controls .flex-control-paging li, .carousel .controls .flex-direction-nav li {
      list-style: none; }
  .carousel .controls .directions, .carousel .controls .flex-direction-nav {
    top: 50%;
    margin-top: -90px; }
    .carousel .controls .directions li, .carousel .controls .flex-direction-nav li {
      position: absolute; }
    .carousel .controls .directions a, .carousel .controls .flex-direction-nav a {
      display: block; }
    .carousel .controls .directions .prev, .carousel .controls .flex-direction-nav .prev {
      left: 0; }
    .carousel .controls .directions .next, .carousel .controls .flex-direction-nav .next {
      right: 0; }

.carousel .playPause ul {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 10px;
  bottom: 10px; }

.carousel .playPause li {
  font-family: stagsans-medium, verdana, sans-serif;
  font-size: 1.7em;
  display: block;
  background: #fff;
  border-radius: 4px; }

.carousel .playPause a {
  background: 0;
  padding: 5px;
  color: #cf4520;
  display: inline-block; }
  .carousel .playPause a:hover, .carousel .playPause a:focus {
    text-decoration: underline; }

.carousel .playPause .play {
  display: none; }

.is-paused .playPause .pause {
  display: none; }

.is-paused .playPause .play {
  display: block; }

.view-more, .more-link {
  font-size: 2.1em;
  text-align: left; }
  .view-more a, .more-link a {
    color: #cf4520;
    position: relative; }
    .view-more a:after, .more-link a:after {
      content: '';
      display: inline-block;
      background: url(../img/design/sprite.png) no-repeat 0 -224px;
      width: 9px;
      height: 14px;
      margin-left: 10px; }
    .view-more a:hover, .view-more a:focus, .more-link a:hover, .more-link a:focus {
      border-bottom: solid 1px #cf4520;
      text-decoration: none; }

.main-quote {
  background: #65665c;
  color: #fff;
  position: relative; }
  .main-quote p {
    margin: 0;
    font-size: 1.8em; }
  .main-quote:before, .main-quote:after {
    content: '';
    background-image: url(../img/design/sprite.png);
    width: 33px;
    height: 24px;
    display: inline-block; }
  .main-quote:before {
    background-position: -96px -224px; }
  .main-quote:after {
    background-position: -32px -224px; }

.bg-news {
  clear: both; }

.news-block {
  background: #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1); }
  .news-block .news-inner {
    padding: 20px; }
  .news-block .date {
    font-family: stagsans-medium, verdana, sans-serif;
    text-transform: uppercase;
    color: #a1a1a1;
    font-size: 1.4em; }
  .news-block .title {
    font-size: 2.4em;
    line-height: 1.2;
    margin-top: 10px; }
    .news-block .title a {
      color: #333333; }
  .news-block .more {
    color: #cf4520;
    text-transform: uppercase;
    font-family: stagsans-medium, verdana, sans-serif;
    font-size: 1.4em; }
  .news-block a:hover, .news-block a:focus {
    text-decoration: underline; }

.news-image {
  display: block; }

.social-feed {
  padding: 0;
  margin: 0; }

.feed-item {
  margin-bottom: 20px;
  list-style: none; }
  .feed-item .avatar {
    float: left;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    height: 48px;
    width: 48px;
    background: #eee;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .feed-item .avatar img {
      display: block; }
  .feed-item .inner {
    overflow: hidden; }
  .feed-item .big-name {
    font-family: stagsans-medium, verdana, sans-serif;
    font-size: 1.8em;
    color: #333333; }
  .feed-item a:hover .big-name, .feed-item a:focus .big-name {
    text-decoration: underline; }
  .feed-item .at-name {
    color: #cf4520; }
  .feed-item .date {
    color: #0099df;
    float: right; }
  .feed-item .meta {
    font-size: 1.5em;
    margin-bottom: 5px; }
    .feed-item .meta a:hover, .feed-item .meta a:focus {
      text-decoration: underline; }
  .feed-item .message {
    font-size: 1.5em;
    margin-bottom: 5px; }
    .feed-item .message a {
      color: #cf4520; }
      .feed-item .message a:hover, .feed-item .message a:focus {
        text-decoration: underline; }
  .feed-item .controls {
    height: 15px;
    float: right;
    width: auto; }
    .feed-item .controls a {
      padding: 0 5px;
      height: 100%;
      width: 18px;
      display: block;
      text-indent: -9999px;
      float: left; }
  .feed-item .tweet-reply {
    background: url(../img/design/twitter-reply.png) no-repeat center center; }
  .feed-item .tweet-retweet {
    background: url(../img/design/twitter-retweet.png) no-repeat center center; }
  .feed-item .tweet-favourite {
    background: url(../img/design/twitter-favourite.png) no-repeat center center; }
  .feed-item .tweet-more {
    background: url(../img/design/twitter-more.png) no-repeat center 5px; }
  .feed-item .tweet-more:hover {
    background: url(../img/design/twitter-more-hover.png) no-repeat center 5px; }
  .feed-item .tweet-reply:hover {
    background: url(../img/design/twitter-reply-hover.png) no-repeat center center; }
  .feed-item .tweet-retweet:hover {
    background: url(../img/design/twitter-retweet-hover.png) no-repeat center center; }
  .feed-item .tweet-favourite:hover {
    background: url(../img/design/twitter-favourite-hover.png) no-repeat center center; }

.social-links h2 {
  color: #333;
  font-size: 3.2em;
  margin-bottom: 10px; }

.social-links a {
  margin-right: 10px; }

.like-button {
  margin-top: 30px;
  border-top: solid 1px #ccc;
  padding-top: 30px;
  margin-bottom: 40px; }

.info-block {
  color: #333333;
  line-height: 1; }
  .info-block .push-right {
    display: block;
    padding-left: 80px; }

.i-1 {
  font-size: 1.6em; }

.i-2 {
  font-size: 3.2em; }

.i-3 {
  font-size: 4.4em; }

.i-4 {
  font-size: 6.4em; }
  .i-4 strong {
    font-weight: normal;
    font-family: stagsans-medium, verdana, sans-serif;
    color: #cf4520; }

.cs-title {
  font-size: 2.4em;
  line-height: 1.1;
  font-weight: normal;
  margin: 0 0 8px; }

.cs-detail {
  font-size: 1.6em;
  display: block;
  font-family: stagsans-bold, verdana, sans-serif; }

.cs-description {
  display: none; }

.newsletter h2, .styled-form h2 {
  color: #333;
  font-size: 3.2em;
  margin-bottom: 10px;
  margin-top: 0; }

.newsletter p, .styled-form p {
  font-size: 1.8em; }

.newsletter .form-text, .styled-form .form-text, .newsletter .webform-client-form .form-textarea, .webform-client-form .newsletter .form-textarea,
.newsletter .webform-client-form select, .webform-client-form .newsletter select,
.styled-form .webform-client-form select, .webform-client-form .styled-form select, .newsletter .styled-form.styled-form .form-textarea, .styled-form.styled-form .newsletter .form-textarea, .styled-form .form-textarea,
.newsletter .styled-form.styled-form select, .styled-form.styled-form .newsletter select,
.styled-form select {
  width: 99%; }

.newsletter .webform-container-inline .form-checkboxes, .styled-form .webform-container-inline .form-checkboxes,
.newsletter .webform-container-inline .form-item,
.styled-form .webform-container-inline .form-item {
  display: block; }

.newsletter .newsletter-error, .styled-form .newsletter-error {
  color: #cf451f;
  font-size: 1.6em; }

.form-text, .webform-client-form .form-textarea,
.webform-client-form select, .styled-form.styled-form .form-textarea,
.styled-form.styled-form select, .plain-field {
  padding: 8px;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem; }

.page-tools-container {
  position: relative; }

.page-tools {
  list-style: none;
  padding: 0; }
  .page-tools li.share a {
    background-position: 0px -48px; }
  .page-tools li.print a {
    background-position: 70px -48px; }
  .page-tools a {
    overflow: hidden;
    text-indent: -999em;
    background-image: url(../img/design/sprite-2.png);
    display: block;
    height: 81px;
    width: 70px; }

.js .share-container {
  display: none; }
  .js .share-container.show {
    display: block; }

.share-container {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  width: 140px;
  text-align: center;
  z-index: 1;
  -webkit-box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1); }
  .share-container h2 {
    font-size: 3em;
    color: #333333;
    margin: 0; }
  .share-container ul {
    margin: 0;
    padding: 0; }
  .share-container li {
    list-style: none;
    margin-bottom: 10px; }
  .share-container:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -16px;
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border: solid 8px rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    margin-left: -8px; }

.shareBtn {
  background: #e7e7e7;
  color: #545454;
  -webkit-box-shadow: 0 3px #cecece;
  -moz-box-shadow: 0 3px #cecece;
  box-shadow: 0 3px #cecece;
  width: 70%; }
  .shareBtn:hover, .shareBtn:focus {
    background: #f9f9f9;
    -webkit-box-shadow: 0 3px #dfdfdf;
    -moz-box-shadow: 0 3px #dfdfdf;
    box-shadow: 0 3px #dfdfdf;
    text-decoration: none; }
  .shareBtn:active {
    background: #e7e7e7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.icn-tweet, .icn-fb {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/design/sprite.png);
  vertical-align: middle; }

.icn-tweet {
  background-position: -192px -192px; }

.icn-fb {
  background-position: -192px -160px; }

.wide-map {
  margin-bottom: 20px; }

.site-content .map .map-infowindow {
  font-size: 80%;
  color: #545454; }
  .site-content .map .map-infowindow > :first-child {
    margin-top: 0; }
  .site-content .map .map-infowindow > :last-child {
    margin-bottom: 5px; }
  .site-content .map .map-infowindow h2 {
    font-weight: normal;
    font-family: stagsans-medium, verdana, sans-serif;
    font-size: 1.6em;
    color: #333333;
    word-spacing: 3px; }
  .site-content .map .map-infowindow p {
    font-family: stagsans-light, verdana, sans-serif;
    margin-bottom: 10px; }
  .site-content .map .map-infowindow a {
    font-size: inherit;
    color: #cf4520; }
    .site-content .map .map-infowindow a:hover, .site-content .map .map-infowindow a:focus {
      text-decoration: underline; }
    .site-content .map .map-infowindow a.btn {
      color: #fff; }

.site-content .gm-style-iw {
  overflow: hidden !important; }

.js #site-content .map-alternative {
  display: none; }

.no-js #site-content .home-map {
  display: none; }

.no-js #site-content .bg-map .tab-heads {
  display: none; }

.simple-tabs .tab-heads {
  padding: 0;
  margin: 0; }
  .simple-tabs .tab-heads li {
    float: left;
    list-style: none; }
  .simple-tabs .tab-heads a {
    padding: 5px; }

.simple-tabs .tab-panes {
  clear: both;
  padding: 0;
  margin: 0;
  font-size: inherit; }
  .simple-tabs .tab-panes > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    font-size: 1em; }

.bg-map {
  background: #fff;
  position: relative; }
  .bg-map .simple-tabs .tab-heads {
    position: absolute;
    right: 25px;
    top: 10px;
    background: #fff;
    border-radius: 2px;
    z-index: 1;
    font-size: 170%;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    font-family: stagsans-light, verdana, sans-serif; }
    .bg-map .simple-tabs .tab-heads a {
      color: #cf4520; }
    .bg-map .simple-tabs .tab-heads .active {
      font-family: stagsans-medium, verdana, sans-serif; }

#site-content .map-alternative .simple-accordion {
  padding: 20px; }
  #site-content .map-alternative .simple-accordion div {
    margin-top: 20px; }
  #site-content .map-alternative .simple-accordion .accord-head {
    font-size: 2em;
    margin: 5px 0; }
    #site-content .map-alternative .simple-accordion .accord-head + div {
      overflow: hidden; }
  #site-content .map-alternative .simple-accordion a {
    color: #cf4520; }
    #site-content .map-alternative .simple-accordion a:hover, #site-content .map-alternative .simple-accordion a:focus {
      text-decoration: underline; }

#site-content .map-alternative .cic {
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 10px;
  max-width: 400px; }
  #site-content .map-alternative .cic > :first-child {
    margin-top: 0; }
  #site-content .map-alternative .cic > :last-child {
    margin-bottom: 0; }
  #site-content .map-alternative .cic p {
    font-size: 16px;
    margin-bottom: 10px; }
  #site-content .map-alternative .cic .locations {
    font-family: stagsans-medium, verdana, sans-serif; }
  #site-content .map-alternative .cic:target {
    background: lightyellow; }

#site-content .map-alternative .cic-title {
  font-family: stagsans-medium, verdana, sans-serif;
  font-size: 18px;
  margin-bottom: 10px; }

#site-content .map-alternative strong {
  font-weight: normal;
  font-family: stagsans-medium, verdana, sans-serif; }

#js-map .map-loading-gif {
  text-align: center; }
  #js-map .map-loading-gif img {
    max-width: 65px; }

.js .map-alternative .simple-accordion > :first-child {
  margin-top: 20px; }

.js .map-alternative .simple-accordion > .accord-head {
  border-top: solid 1px #ccc; }
  .js .map-alternative .simple-accordion > .accord-head:last-child {
    border-bottom: solid 1px #ccc; }

.js .map-alternative .simple-accordion div {
  margin-left: 10px; }

.accord-head .plusMinus:before {
  font-family: consolas, monospace;
  content: '+'; }

.is-open .plusMinus:before {
  content: '-'; }

.no-js .map-alternative .accord-panes {
  border-top: solid 1px #ccc;
  margin-top: 40px; }
  .no-js .map-alternative .accord-panes > :first-child {
    padding-top: 40px; }

.legend-table, .lsoa-list {
  border-collapse: separate;
  -webkit-box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
  border-spacing: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  background: #fff;
  border-radius: 2px;
  font-size: 1.6em; }
  .legend-table td, .lsoa-list td {
    padding: 5px; }
  .legend-table th, .lsoa-list th {
    border: 0;
    padding: 5px;
    font-weight: normal;
    font-family: stagsans-medium, verdana, sans-serif;
    color: #333333; }

.legend-colour {
  display: block;
  min-width: 30px;
  height: 20px;
  height: 2rem;
  border: solid 1px #ccc; }
  .legend-colour img {
    width: 100%;
    height: 100%; }

.lsoa-list.lsoa-list {
  width: 271px;
  top: 112px; }
  .lsoa-list.lsoa-list h4 {
    font-size: 18px;
    line-height: 1em;
    margin: 0;
    padding: 5px; }
  .lsoa-list.lsoa-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .lsoa-list.lsoa-list ul li {
      position: relative;
      margin: 0;
      padding: 5px;
      padding-right: 24px;
      font-family: stagsans-medium, verdana, sans-serif;
      color: #333; }
      .lsoa-list.lsoa-list ul li .close {
        font-size: 24px;
        position: absolute;
        top: 50%;
        right: 5px;
        line-height: 24px;
        margin-top: -12px; }
        .lsoa-list.lsoa-list ul li .close:hover, .lsoa-list.lsoa-list ul li .close:focus {
          text-decoration: none; }

.map-search-form {
  margin-bottom: 20px; }
  .map-search-form .plain-field {
    width: 99%;
    max-width: 320px; }

.map-search-form .label-text,
.form-item-keys {
  display: inline;
  font-family: stagsans-medium, verdana, sans-serif; }

label {
  font-weight: normal; }

.form-item-keys label {
  font-size: 1.6rem;
  font-size: 16px; }

.content .view-filters {
  display: none; }

#sitemap li {
  font-family: stagsans-medium, verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  list-style: none; }
  #sitemap li ul {
    margin: 0; }
  #sitemap li li {
    font-family: stagsans-light, verdana, sans-serif; }

.intro-text {
  font-size: 1.8em; }

.listings .views-row {
  display: inline;
  float: left;
  width: 98.95833%;
  margin: 0 0.52083%;
  margin-top: 30px; }

.listings img {
  max-width: 110px;
  float: left;
  margin: 0 50px 50px 0; }

.listings h2 {
  font-size: 2.4em;
  color: #cf451f;
  margin: 0 0 25px 0;
  line-height: 100%; }

.listings .pubdate {
  color: #a1a1a1;
  font-size: 1.2em; }

.listings p {
  color: #545454;
  font-size: 1.6em;
  margin: 0 0 10px 0;
  line-height: 100%; }

.page-content .listings .intro, #sitemap .listings .intro {
  font-size: 1.6em;
  color: #545454; }

.views-row-last {
  padding-bottom: 50px; }

.item-list {
  display: inline;
  float: left;
  width: 98.95833%;
  margin: 0 0.52083%;
  margin-bottom: 50px; }
  .item-list .pager li {
    width: 0 15px;
    font-size: 1.8em;
    display: inline-block;
    color: #cf451f; }
    .item-list .pager li a {
      padding-top: 4px;
      color: #262626; }
  .item-list .pager .pager-prev a {
    background: url(../img/design/left-pager.png) no-repeat;
    display: block;
    width: 36px;
    height: 36px;
    text-indent: -9999px; }
  .item-list .pager .pager-next a {
    background: url(../img/design/right-pager.png) no-repeat;
    display: block;
    width: 36px;
    height: 36px;
    text-indent: -9999px; }

.js .wide-map-area #text-alternative,
.no-js .wide-map-area #js-map,
.no-js .wide-map-area .tab-heads {
  display: none; }

.wide-map-area {
  clear: both; }

.wide-map-area .tab-heads {
  font-size: 1.6em;
  overflow: hidden;
  margin-bottom: 20px; }
  .wide-map-area .tab-heads li.active {
    display: none; }

.map-button-container .applyBtn {
  margin-bottom: 40px; }
  .map-button-container .applyBtn:active {
    background: #cf4520; }

.icn-swisharrow {
  background: url(../img/design/sprite.png) -192px -128px;
  height: 33px;
  width: 34px;
  display: inline-block; }

.field-name-field-posted-date {
  color: #737373;
  font-size: 1.5em; }

.page-search h1 {
  font-size: 4.2em;
  color: #333333;
  margin-top: 0; }

.search-results {
  list-style: decimal; }
  .search-results li {
    font-size: 200%; }
  .search-results .title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 5px; }
  .search-results .search-snippet-info {
    font-size: 50%; }
  .search-results .search-info {
    font-size: 15px;
    font-size: 1.5rem; }

.search-advanced {
  margin-top: 20px;
  font-size: 1.5em; }
  .search-advanced .fieldset-legend {
    font-size: 1.8em; }

.search-no-results ul {
  font-size: 1.5em; }

.search-no-results h2 {
  font-size: 3.2em;
  color: #333; }

.webform-client-form {
  padding-top: 0;
  width: 100%;
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .webform-client-form p,
  .webform-client-form label {
    font-size: 1.6em; }
  .webform-client-form input,
  .webform-client-form textarea,
  .webform-client-form select {
    width: 90%;
    font-family: stagsans-light, sans-serif; }
  .webform-client-form .form-type-checkbox {
    display: block; }
    .webform-client-form .form-type-checkbox input {
      vertical-align: baseline;
      width: auto;
      margin-right: 0.5em; }
  .webform-client-form .grippie {
    width: 90%; }
  .webform-client-form .form-submit {
    width: auto;
    font-family: stagsans-medium, verdana, sans-serif; }

.styled-form.styled-form {
  padding-top: 0;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .styled-form.styled-form p {
    font-size: 1.6em; }
  .styled-form.styled-form label {
    clip: none;
    height: auto;
    margin: 0;
    position: static;
    width: auto;
    font-size: inherit; }
  .styled-form.styled-form input,
  .styled-form.styled-form textarea,
  .styled-form.styled-form select {
    width: auto;
    font-family: stagsans-light, sans-serif; }
  .styled-form.styled-form .form-submit {
    font-family: stagsans-medium, verdana, sans-serif; }

.styled-form li {
  margin-top: 20px; }
  .styled-form li:first-child {
    margin-top: 0; }

.hidden {
  display: none; }

.invisible {
  visibility: hidden; }

.simplemodal-overlay {
  background-color: black;
  opacity: 0.5;
  display: none; }

.phtModal {
  display: none; }

.simplemodal-container {
  background-color: white;
  border: 8px solid #444;
  padding: 12px;
  color: black; }
  .simplemodal-container p {
    font-size: 2em; }

.phtModal-container {
  padding: 1.4em 1.4em 5em;
  max-width: 500px; }

#mimemail-body {
  font-family: Trebuchet, sans-serif;
  font-size: 12px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden;
  height: auto !important; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/design/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/design/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/design/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/design/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/design/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/design/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#mapHelp h2 {
  font-size: 2.6em;
  margin-top: 0; }

#mapHelp h3 {
  font-size: 2em; }

#mapHelp .btn:active {
  top: auto; }

#mapHelp .btn {
  margin-bottom: 10px; }

@media only screen and (max-width: 549px) {
  .map-search-form .btn-raiser {
    top: auto; }
  .map-search-form .btn {
    line-height: normal; } }

@media only screen and (min-width: 550px) {
  #mapHelp h2 {
    font-size: 4.2em;
    margin-top: 0; }
  #mapHelp h3 {
    font-size: 2.2em; }
  #mapHelp .btn {
    margin-bottom: 10px; } }

.split {
  padding-bottom: 20px; }
  .split h2 {
    line-height: normal; }
  .split .btn {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    line-height: normal;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.01em; }
    .split .btn span {
      display: block; }

.bottom-txt {
  font-size: 1.1em; }

@media only screen and (min-width: 550px) {
  html {
    min-width: 960px; }
  .footer-inner, .site-header-inner, .inner-wrap, .site-header-under {
    width: 960px;
    margin: 0 auto; }
  .site-header-inner {
    *zoom: 1;
    position: relative; }
    .site-header-inner:before, .site-header-inner:after {
      content: "";
      display: table; }
    .site-header-inner:after {
      clear: both; }
  .header-right {
    display: inline;
    float: left;
    width: 90%;
    margin: 0 0.52083%;
    margin-left: 17.1875%;
    text-align: right;
    padding: 18px 0; }
  .main-nav {
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle; }
    .main-nav ul {
      margin: 0;
      padding: 0; }
    .main-nav li {
      display: inline;
      margin-left: 20px;
      padding-left: 20px;
      border-left: solid 1px #ededed;
      font-family: stagsans-medium;
      font-size: 1.6em; }
      .main-nav li:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0; }
        .main-nav li:first-child a {
          width: 18px;
          height: 24px;
          display: inline-block;
          padding-bottom: 2px;
          overflow: hidden;
          text-align: left;
          text-indent: -999em;
          vertical-align: middle;
          background: url(../img/design/sprite.png) no-repeat -32px -64px; }
          .main-nav li:first-child a:hover, .main-nav li:first-child a:focus {
            background-position: -64px -64px; }
        .main-nav li:first-child.active_trail a {
          background-position: 0px -64px; }
      .main-nav li ul {
        display: none; }
    .main-nav a {
      color: #545454;
      border-bottom: solid 1px rgba(255, 255, 255, 0);
      -webkit-transition: border-color 0.2s;
      -moz-transition: border-color 0.2s;
      -o-transition: border-color 0.2s;
      transition: border-color 0.2s; }
      .main-nav a:hover, .main-nav a:focus {
        color: #333333;
        border-bottom: solid 1px;
        text-decoration: none;
        -webkit-transition: border-color 0;
        -moz-transition: border-color 0;
        -o-transition: border-color 0;
        transition: border-color 0; }
    .main-nav .active_trail a {
      color: #cf4520; }
  .apply-btn .icn {
    vertical-align: middle;
    margin-left: 14px; }
  .site-header .cta-stuck {
    width: 100%; }
    .site-header .cta-stuck .apply-cta-area {
      position: relative;
      width: 960px;
      margin: 0 auto; }
  .mobile-dropdown * {
    display: none; }
  .footer-left {
    display: inline;
    float: left;
    width: 48.95833%;
    margin: 0 0.52083%; }
  .footer-right {
    display: inline;
    float: left;
    width: 44.79167%;
    margin: 0 0.52083%;
    margin-left: 4.6875%; }
    .footer-right p {
      margin: 0; }
  .footer-logos {
    margin-bottom: 10px; }
    .footer-logos .social {
      display: inline;
      float: left;
      width: 32.29167%;
      margin: 0 0.52083%; }
      .footer-logos .social a {
        float: left;
        margin-bottom: 5px; }
        .footer-logos .social a img {
          display: block;
          border-radius: 2px; }
    .footer-logos .external a {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px; }
      .footer-logos .external a img {
        max-width: 144px; }
      .footer-logos .external a:first-child img {
        max-width: 110px; }
  .carousel {
    position: relative;
    overflow: hidden; }
    .carousel .slideWrap {
      position: relative;
      width: 960px;
      margin: 0 auto; }
    .carousel .slides {
      position: relative;
      width: 960px;
      margin: 0 auto;
      z-index: 1; }
      .carousel .slides ul {
        width: 10000px;
        position: relative; }
      .carousel .slides li {
        position: relative; }
    .carousel .carousel-slide {
      opacity: 0.3;
      -webkit-transition: opacity 0.4s;
      -moz-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
      zoom: 1; }
    .carousel .flex-active-slide {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; }
    .carousel .prev a {
      background-position: -32px -160px;
      margin-left: 10px;
      float: left;
      cursor: pointer; }
      .carousel .prev a:hover, .carousel .prev a:focus {
        background-position: -96px -160px; }
    .carousel .next a {
      background-position: -64px -160px;
      margin-right: 10px;
      float: right; }
      .carousel .next a:hover, .carousel .next a:focus {
        background-position: -128px -160px; }
    .carousel .controls {
      font-family: sans-serif;
      z-index: 1; }
      .carousel .controls .directions, .carousel .controls .flex-direction-nav {
        position: relative;
        width: 960px;
        margin: 0 auto;
        top: 250px; }
        .carousel .controls .directions li, .carousel .controls .flex-direction-nav li {
          width: auto; }
        .carousel .controls .directions a, .carousel .controls .flex-direction-nav a {
          width: 25px;
          height: 44px;
          cursor: pointer; }
      .carousel .controls .pagerWrapper {
        position: relative;
        width: 960px;
        margin: 0 auto;
        padding-right: 0px;
        top: 87%;
        text-align: right;
        position: relative; }
        .carousel .controls .pagerWrapper .pager, .carousel .controls .pagerWrapper .flex-control-paging {
          width: auto;
          right: 25px;
          top: 450px; }
        .carousel .controls .pagerWrapper li {
          vertical-align: middle;
          display: inline-block;
          margin-right: -4px;
          width: 26px;
          height: 22px;
          position: relative; }
          .carousel .controls .pagerWrapper li:nth-child(even), .carousel .controls .pagerWrapper li.even-child {
            top: 15px; }
        .carousel .controls .pagerWrapper a {
          vertical-align: middle;
          display: inline-block;
          width: 26px;
          height: 22px;
          background-position: -160px -160px;
          text-align: left;
          text-indent: -999em;
          position: relative;
          cursor: pointer; }
          .carousel .controls .pagerWrapper a:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: url(../img/design/sprite.png) no-repeat 30px 30px;
            opacity: .25; }
          .carousel .controls .pagerWrapper a:focus:after, .carousel .controls .pagerWrapper a:hover:after {
            background-position: -160px -128px; }
        .carousel .controls .pagerWrapper .flex-active {
          background-position: -160px -128px; }
          .carousel .controls .pagerWrapper .flex-active:focus:after, .carousel .controls .pagerWrapper .flex-active:hover:after {
            background-position: -160px -160px; }
    .carousel .playPause {
      width: 960px;
      position: relative; }
      .carousel .playPause ul {
        text-align: right;
        position: absolute;
        top: 500px; }
      .carousel .playPause li {
        margin-right: 10px;
        width: auto; }
  .slide-text {
    display: inline;
    float: left;
    width: 48.95833%;
    margin: 0 0.52083%;
    margin-left: 4.6875%;
    line-height: 1.1;
    position: absolute;
    top: 200px; }
    .slide-text .small {
      padding-right: 30%;
      margin-bottom: 5px; }
  .slide-text-dark-bg {
    background: #444;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 8px; }
  .carousel ul {
    margin: 0;
    padding: 0; }
  .carousel img {
    display: block; }
  .carousel li {
    float: left;
    width: 960px;
    margin: 0 auto;
    display: inline-block;
    z-index: 1; }
  .bg-news {
    *zoom: 1;
    padding-bottom: 50px;
    position: relative; }
    .bg-news:before, .bg-news:after {
      content: "";
      display: table; }
    .bg-news:after {
      clear: both; }
  .bg-greybar {
    background: #65665c;
    width: 100%;
    padding: 50px 0;
    position: relative; }
    .bg-greybar:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: -75px;
      background: url(../img/design/bg-hex-red.png) no-repeat 0 0;
      width: 660px;
      height: 275px;
      z-index: 1; }
  .social-feed {
    margin-top: 60px; }
  .news {
    display: inline;
    float: left;
    width: 65.625%;
    margin: 0 0.52083%;
    padding-bottom: 10px;
    position: relative;
    margin-top: -185px;
    z-index: 1; }
  .news-wrap {
    display: block;
    width: 101.5625%;
    margin: 0 -0.78125%;
    *zoom: 1;
    margin-bottom: 10px; }
    .news-wrap:before, .news-wrap:after {
      content: "";
      display: table; }
    .news-wrap:after {
      clear: both; }
  .news-wide {
    display: inline;
    float: left;
    width: 98.4375%;
    margin: 0 0.78125%; }
    .news-wide .news-image {
      float: left; }
    .news-wide .news-inner {
      overflow: hidden; }
  .news-left, .news-right {
    display: inline;
    float: left;
    width: 48.4375%;
    margin: 0 0.78125%; }
    .news-left .news-image, .news-right .news-image {
      width: 100%; }
  .main-quote {
    display: inline;
    float: left;
    width: 32.29167%;
    margin: 0 0.52083%;
    margin-left: 67.1875%; }
    .main-quote p {
      padding-left: 70px;
      font-size: 1.8em; }
    .main-quote:before {
      float: right; }
    .main-quote:after {
      position: absolute;
      left: 20px;
      top: 0; }
  .social-area {
    display: inline;
    float: left;
    width: 28.125%;
    margin: 0 0.52083%;
    margin-left: 4.6875%; }
  .bg-info-map {
    *zoom: 1;
    position: relative; }
    .bg-info-map:before, .bg-info-map:after {
      content: "";
      display: table; }
    .bg-info-map:after {
      clear: both; }
    .bg-info-map .bg-info {
      width: 50%;
      background: #ffcd00;
      float: left;
      height: 740px;
      text-align: right; }
    .bg-info-map .bg-map {
      float: left;
      width: 480px;
      height: 740px;
      position: relative; }
      .bg-info-map .bg-map .simple-tabs, .bg-info-map .bg-map .tab-panes {
        height: 740px; }
    .bg-info-map:after {
      content: '';
      display: block;
      position: absolute;
      width: 431px;
      height: 233px;
      right: 0;
      top: -155px;
      background: url(../img/design/bg-hex-green.png) no-repeat;
      z-index: -1; }
  .info-area {
    width: 435px;
    display: inline-block;
    text-align: left;
    padding: 20px 45px 20px 0; }
    .info-area .info-block {
      width: 260px; }
    .info-area .ib-1, .info-area .ib-3 {
      width: 220px; }
    .info-area .ib-2, .info-area .ib-4 {
      margin-left: 175px; }
    .info-area .ib-2, .info-area .ib-3 {
      margin-top: -10px; }
    .info-area .ib-3 {
      margin-bottom: 10px; }
  .home-map {
    width: 100%;
    height: 100%; }
  .bg-info-map .map-alternative {
    height: 740px;
    overflow-y: scroll; }
  .bg-case-studies {
    padding-top: 50px;
    clear: both;
    background: url(../img/design/bg-hex-blue-green.png) no-repeat 0 0; }
  .case-studies {
    *zoom: 1; }
    .case-studies:before, .case-studies:after {
      content: "";
      display: table; }
    .case-studies:after {
      clear: both; }
  .cs-case {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .cs-case:hover .cs-info, .cs-case:focus .cs-info, .cs-case.highlight .cs-info {
      background: #cf4520;
      margin: 0;
      padding: 20px;
      top: 0;
      right: 0;
      bottom: auto;
      min-height: 100%;
      z-index: 1; }
    .cs-case:hover .cs-description, .cs-case:focus .cs-description, .cs-case.highlight .cs-description {
      display: block; }
  .cs-case-big, .cs-case-medium {
    height: 350px; }
  .cs-case-big {
    width: 640px; }
  .cs-case-medium {
    width: 320px; }
  .cs-case-small {
    width: 240px;
    height: 250px; }
  .cs-img {
    display: block;
    width: 100%;
    height: 100%; }
  .cs-info {
    color: #fff;
    background: #333;
    background: rgba(51, 51, 51, 0.75);
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 10px;
    padding: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .cs-description {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 30px; }
    .cs-description:after {
      content: '';
      display: block;
      position: absolute;
      right: 11px;
      bottom: 11px;
      width: 30px;
      height: 29px;
      background: url(../img/design/sprite.png) no-repeat 0 -96px; }
  .cs-more {
    text-align: right;
    margin-top: 35px; }
  .bg-newsletter {
    *zoom: 1; }
    .bg-newsletter:before, .bg-newsletter:after {
      content: "";
      display: table; }
    .bg-newsletter:after {
      clear: both; }
  .strapline {
    display: inline;
    float: left;
    width: 32.29167%;
    margin: 0 0.52083%;
    margin-left: 25.52083%;
    background: url(../img/design/logo-slogan.png) no-repeat;
    height: 322px;
    position: relative;
    top: 45px; }
  .newsletter, .styled-form {
    display: inline;
    float: left;
    width: 36.45833%;
    margin: 0 0.52083%; }
  .bg-home-bottom {
    *zoom: 1;
    background: #fff;
    padding: 70px 0; }
    .bg-home-bottom:before, .bg-home-bottom:after {
      content: "";
      display: table; }
    .bg-home-bottom:after {
      clear: both; }
    .bg-home-bottom .hexagons {
      display: inline;
      float: left;
      width: 73.95833%;
      margin: 0 0.52083%;
      height: 400px;
      position: relative; }
      .bg-home-bottom .hexagons li {
        cursor: pointer;
        opacity: 0.70; }
      .bg-home-bottom .hexagons li:hover, .bg-home-bottom .hexagons .active {
        opacity: 1; }
      .bg-home-bottom .hexagons .blueHex {
        background: url(../img/design/hexes.gif); }
      .bg-home-bottom .hexagons .greenHex {
        background: url(../img/design/hexes.gif) 0 -458px; }
      .bg-home-bottom .hexagons .orangeHex {
        background: url(../img/design/hexes.gif) 0 -923px; }
      .bg-home-bottom .hexagons .yellowHex {
        background: url(../img/design/hexes.gif) 0 -229px; }
      .bg-home-bottom .hexagons .redHex {
        background: url(../img/design/hexes.gif) 0 -687px; }
      .bg-home-bottom .hexagons .greyHex {
        background: url(../img/design/hexes.gif) 0 -1159px; }
    .bg-home-bottom .text {
      display: inline;
      float: left;
      width: 23.95833%;
      margin: 0 0.52083%; }
      .bg-home-bottom .text blockquote {
        margin: 70px 0 0 0; }
      .bg-home-bottom .text p {
        font-size: 1.8em; }
  .testimonials {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 11px;
    top: 4px; }
    .testimonials li {
      float: left;
      list-style: none;
      margin-right: -100px;
      width: 200px;
      height: 219px;
      position: relative; }
    .testimonials .even-item {
      top: 175px; }
  .testimonial-inner {
    overflow: hidden;
    position: relative;
    left: 32px;
    top: 37px;
    width: 125px;
    height: 145px; }
    .testimonial-inner:before, .testimonial-inner:after, .testimonial-inner b {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: 36px 62px; }
    .testimonial-inner:before {
      content: '';
      left: 0;
      top: 0;
      border-left-width: 0;
      border-bottom-width: 0; }
    .testimonial-inner:after {
      content: '';
      right: 0;
      bottom: 0;
      border-width: 0 0 36px 62px; }
    .testimonial-inner .tr {
      top: 0;
      right: 0;
      border-bottom-width: 0;
      border-right-width: 0; }
    .testimonial-inner .bl {
      left: 0;
      bottom: 0;
      border-top-width: 0;
      border-left-width: 0; }
    .testimonial-inner img {
      -webkit-mask-image: url("../img/design/hexagon-mask.png"); }
  .blueHex .testimonial-inner:before, .blueHex .testimonial-inner:after, .blueHex .testimonial-inner b {
    border-color: #0099df; }
  .blueHex .testimonial-inner:before {
    border-right-color: transparent;
    border-right-color: rgba(0, 153, 223, 0); }
  .blueHex .testimonial-inner:after {
    border-left-color: transparent;
    border-left-color: rgba(0, 153, 223, 0); }
  .blueHex .testimonial-inner .tr {
    border-left-color: transparent;
    border-left-color: rgba(0, 153, 223, 0); }
  .blueHex .testimonial-inner .bl {
    border-right-color: transparent;
    border-right-color: rgba(0, 153, 223, 0); }
  .greenHex .testimonial-inner:before, .greenHex .testimonial-inner:after, .greenHex .testimonial-inner b {
    border-color: #00594f; }
  .greenHex .testimonial-inner:before {
    border-right-color: transparent;
    border-right-color: rgba(0, 89, 79, 0); }
  .greenHex .testimonial-inner:after {
    border-left-color: transparent;
    border-left-color: rgba(0, 89, 79, 0); }
  .greenHex .testimonial-inner .tr {
    border-left-color: transparent;
    border-left-color: rgba(0, 89, 79, 0); }
  .greenHex .testimonial-inner .bl {
    border-right-color: transparent;
    border-right-color: rgba(0, 89, 79, 0); }
  .orangeHex .testimonial-inner:before, .orangeHex .testimonial-inner:after, .orangeHex .testimonial-inner b {
    border-color: #ff9e1b; }
  .orangeHex .testimonial-inner:before {
    border-right-color: transparent;
    border-right-color: rgba(255, 158, 27, 0); }
  .orangeHex .testimonial-inner:after {
    border-left-color: transparent;
    border-left-color: rgba(255, 158, 27, 0); }
  .orangeHex .testimonial-inner .tr {
    border-left-color: transparent;
    border-left-color: rgba(255, 158, 27, 0); }
  .orangeHex .testimonial-inner .bl {
    border-right-color: transparent;
    border-right-color: rgba(255, 158, 27, 0); }
  .yellowHex .testimonial-inner:before, .yellowHex .testimonial-inner:after, .yellowHex .testimonial-inner b {
    border-color: #ffcd00; }
  .yellowHex .testimonial-inner:before {
    border-right-color: transparent;
    border-right-color: rgba(255, 205, 0, 0); }
  .yellowHex .testimonial-inner:after {
    border-left-color: transparent;
    border-left-color: rgba(255, 205, 0, 0); }
  .yellowHex .testimonial-inner .tr {
    border-left-color: transparent;
    border-left-color: rgba(255, 205, 0, 0); }
  .yellowHex .testimonial-inner .bl {
    border-right-color: transparent;
    border-right-color: rgba(255, 205, 0, 0); }
  .redHex .testimonial-inner:before, .redHex .testimonial-inner:after, .redHex .testimonial-inner b {
    border-color: #cf4520; }
  .redHex .testimonial-inner:before {
    border-right-color: transparent;
    border-right-color: rgba(207, 69, 32, 0); }
  .redHex .testimonial-inner:after {
    border-left-color: transparent;
    border-left-color: rgba(207, 69, 32, 0); }
  .redHex .testimonial-inner .tr {
    border-left-color: transparent;
    border-left-color: rgba(207, 69, 32, 0); }
  .redHex .testimonial-inner .bl {
    border-right-color: transparent;
    border-right-color: rgba(207, 69, 32, 0); }
  .greyHex .testimonial-inner:before, .greyHex .testimonial-inner:after, .greyHex .testimonial-inner b {
    border-color: #65665c; }
  .greyHex .testimonial-inner:before {
    border-right-color: transparent;
    border-right-color: rgba(101, 102, 92, 0); }
  .greyHex .testimonial-inner:after {
    border-left-color: transparent;
    border-left-color: rgba(101, 102, 92, 0); }
  .greyHex .testimonial-inner .tr {
    border-left-color: transparent;
    border-left-color: rgba(101, 102, 92, 0); }
  .greyHex .testimonial-inner .bl {
    border-right-color: transparent;
    border-right-color: rgba(101, 102, 92, 0); }
  .desktop-hide {
    display: none; }
  #bread-crumb {
    margin-left: 17.1875%; }
    #bread-crumb ol {
      margin: 48px 0;
      overflow: hidden;
      padding: 0; }
      #bread-crumb ol li {
        float: left;
        font-size: 1.3em; }
      #bread-crumb ol a {
        color: #545454;
        display: block;
        padding: 0 18px;
        position: relative; }
        #bread-crumb ol a:hover, #bread-crumb ol a:focus {
          color: #cf4520; }
        #bread-crumb ol a:after {
          content: '';
          background-image: url(../img/design/sprite-2.png);
          background-position: -9px -14px;
          width: 6px;
          height: 7px;
          position: absolute;
          right: 0;
          top: 8px; }
      #bread-crumb ol span, #bread-crumb ol .current {
        color: #cf4520;
        padding: 0 18px; }
  #secondary-nav {
    display: inline;
    float: left;
    width: 19.79167%;
    margin: 0 0.52083%;
    -webkit-box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px; }
    #secondary-nav h2 {
      margin: 0;
      font-size: 2em; }
    #secondary-nav ul {
      margin: 0;
      padding: 0; }
      #secondary-nav ul li {
        font-size: 1.8em;
        font-family: 'stagsans-light';
        list-style: none;
        margin: 0;
        padding: 0; }
      #secondary-nav ul ul li {
        font-size: inherit; }
      #secondary-nav ul ul a {
        padding-left: 24px; }
    #secondary-nav a {
      background: #f7f7f7;
      border-bottom: 1px solid #ededed;
      color: #545454;
      display: block;
      padding: 8px 16px; }
      #secondary-nav a:hover, #secondary-nav a:focus {
        color: #cf4520; }
    #secondary-nav li a.active-trail:last-child, #secondary-nav a.active {
      background: #fff;
      color: #cf4520;
      font-family: 'stagsans-medium';
      position: relative; }
      #secondary-nav li a.active-trail:last-child:after, #secondary-nav a.active:after {
        content: '';
        background-image: url(../img/design/sprite-2.png);
        width: 9px;
        height: 14px;
        position: absolute;
        right: 16px;
        top: 15px; }
  #site-content .inner-wrap:first-child {
    *zoom: 1; }
    #site-content .inner-wrap:first-child:before, #site-content .inner-wrap:first-child:after {
      content: "";
      display: table; }
    #site-content .inner-wrap:first-child:after {
      clear: both; }
  .page-content h1, #sitemap h1 {
    font-size: 4.2em;
    font-size: 4em; }
  .page-content .intro, #sitemap .intro {
    font-size: 2.4em; }
  .page-content .left, #sitemap .left {
    display: inline;
    float: left;
    width: 57.29167%;
    margin: 0 0.52083%;
    margin-bottom: 1.6em; }
  .page-content .blockquote, #sitemap .blockquote {
    display: inline;
    float: left;
    width: 36.45833%;
    margin: 0 0.52083%;
    margin-left: 4.6875%;
    position: relative;
    padding-top: 70px;
    margin-bottom: 1.6em; }
    .page-content .blockquote:after, #sitemap .blockquote:after {
      content: '';
      background-image: url(../img/design/sprite-2.png);
      background-position: -15px 0;
      width: 48px;
      height: 48px;
      position: absolute;
      left: 0;
      top: 0; }
    .page-content .blockquote p, #sitemap .blockquote p {
      margin: 0; }
  .with-sidebar {
    display: inline;
    float: left;
    width: 61.45833%;
    margin: 0 0.52083%;
    margin-left: 4.6875%; }
    .with-sidebar .row {
      display: block;
      width: 101.66667%;
      margin: 0 -0.83333%;
      *zoom: 1; }
      .with-sidebar .row:before, .with-sidebar .row:after {
        content: "";
        display: table; }
      .with-sidebar .row:after {
        clear: both; }
  .without-sidebar {
    display: inline;
    float: left;
    width: 61.45833%;
    margin: 0 0.52083%;
    margin-left: 25.52083%; }
    .without-sidebar .row {
      display: block;
      width: 101.66667%;
      margin: 0 -0.83333%;
      *zoom: 1; }
      .without-sidebar .row:before, .without-sidebar .row:after {
        content: "";
        display: table; }
      .without-sidebar .row:after {
        clear: both; }
  .newsletter-in-content, .styled-form {
    display: inline;
    float: left;
    width: 58.33333%;
    margin: 0 0.83333%;
    padding: 20px 0 40px; }
  .listing-sidebar {
    display: inline;
    float: left;
    width: 73.95833%;
    margin: 0 0.52083%;
    margin-left: 4.6875%; }
  .page-tools-container {
    display: inline;
    float: left;
    width: 7.29167%;
    margin: 0 0.52083%;
    margin-left: 4.6875%; }
  .page-tools {
    position: relative; }
    .page-tools li {
      position: absolute; }
      .page-tools li.share {
        right: 37px; }
        .page-tools li.share a {
          background-position: 1px -48px; }
      .page-tools li.print {
        right: 0;
        top: 68px; }
        .page-tools li.print a {
          background-position: 71px -48px; }
  .share-container {
    margin-left: -81px;
    top: 90px; }
  .wide-map {
    height: 800px; }
  .narrow-map {
    height: 800px;
    width: 700px;
    margin: 0 auto; }
  .map-copy {
    display: inline;
    float: left;
    width: 61.45833%;
    margin: 0 0.52083%; }
  .map-button-container {
    display: inline;
    float: left;
    width: 23.95833%;
    margin: 0 0.52083%;
    margin-left: 13.02083%;
    text-align: right;
    width: 26.05833%;
    margin-left: 10.92083%; }
  .wide-map-area {
    margin-bottom: 20px; }
  .help-link {
    line-height: normal;
    float: right;
    font-size: 1.9em; }
  .split {
    overflow: hidden;
    padding: 0 0 40px; }
  .half {
    float: left;
    width: 45%; }
    .half + .half {
      float: right; }
  .bottom-txt {
    margin-bottom: 60px; }
  .social-links a {
    margin-right: 7px; }
  .social-links img {
    width: 45px; } }

@media only screen and (max-width: 549px) {
  html {
    min-width: 270px; }
  img {
    max-width: 100%; }
  .site-header-top {
    height: 66px; }
  .header-right {
    display: none; }
  .mobile-nav-btn {
    overflow: hidden;
    text-indent: -999em;
    float: right;
    width: 66px;
    height: 66px;
    background: url(../img/design/sprite.png) no-repeat -111px 21px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s; }
  .nav-open .mobile-nav-btn {
    background-color: #ffcd00;
    background-position: -111px -43px;
    -webkit-transition: background-color 0;
    -moz-transition: background-color 0;
    -o-transition: background-color 0;
    transition: background-color 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .nav-open .site-header-top {
    border-bottom: 0; }
  .mobile-dropdown {
    background: #fff;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding-bottom: 1px; }
    .mobile-dropdown:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 10px;
      left: 0;
      bottom: 0; }
  .mobile-search {
    background: #ffcd00;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 35px;
    text-align: right; }
    .mobile-search .site-search {
      background: #fff;
      text-align: left; }
      .mobile-search .site-search .form-text, .mobile-search .site-search .webform-client-form .form-textarea, .webform-client-form .mobile-search .site-search .form-textarea,
      .mobile-search .site-search .webform-client-form select, .webform-client-form .mobile-search .site-search select, .mobile-search .site-search .styled-form.styled-form .form-textarea, .styled-form.styled-form .mobile-search .site-search .form-textarea,
      .mobile-search .site-search .styled-form.styled-form select, .styled-form.styled-form .mobile-search .site-search select {
        width: 115px; }
  .mobile-dropdown .mobile-nav ul {
    margin: 0;
    padding: 0; }
  .mobile-dropdown .mobile-nav li {
    list-style: none;
    font-size: 16px;
    font-family: stagsans-medium;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0;
    padding: 0; }
    .mobile-dropdown .mobile-nav li:hover {
      background: rgba(0, 0, 0, 0.1); }
  .mobile-dropdown .mobile-nav a {
    display: block;
    padding: 20px;
    color: #cf4520; }
  .mobile-dropdown .mobile-nav .parent > a {
    margin-right: 66px; }
  .mobile-dropdown .mobile-nav ul ul {
    background: #65665c; }
    .mobile-dropdown .mobile-nav ul ul li {
      border-top: solid 1px rgba(0, 0, 0, 0.25); }
    .mobile-dropdown .mobile-nav ul ul a {
      color: #fff; }
    .mobile-dropdown .mobile-nav ul ul ul {
      background: #4a4b44; }
  .apply-btn {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .nav-open .js-nav-hide {
    opacity: 0; }
  .site-header .apply-btn .icn {
    display: none; }
  .apply-btn-dropdown {
    display: block;
    margin: 20px;
    position: relative; }
    .apply-btn-dropdown .icn {
      position: absolute;
      right: 14px;
      top: 8px; }
  .site-header .mobile-dropdown {
    display: none; }
    .site-header .mobile-dropdown ul ul {
      display: none; }
    .site-header .mobile-dropdown .is-open > ul {
      display: block; }
  .btn-open-submenu {
    overflow: hidden;
    text-indent: -999em;
    padding: 0;
    border: 0;
    width: 66px;
    height: 64px;
    background: url(../img/design/sprite.png) no-repeat -170px -44px;
    position: absolute;
    right: 0;
    top: 0; }
  .is-open > .btn-open-submenu {
    background-position: -170px 20px; }
  .site-footer .footer-nav,
  .site-footer .footer-statement,
  .site-footer .social,
  .site-footer .legal {
    text-align: center; }
  .site-footer .social {
    margin-bottom: 20px; }
  .footer-inner {
    padding-left: 20px;
    padding-right: 20px; }
    .footer-inner p {
      clear: both; }
  .js .external {
    text-align: center; }
    .js .external img {
      max-width: 100px; }
    .js .external p {
      margin-top: 10px; }
  .main-quote {
    margin: 0;
    padding: 45px 70px;
    text-align: center; }
    .main-quote:before, .main-quote:after {
      position: absolute;
      top: 48px; }
    .main-quote:after {
      left: 20px; }
    .main-quote:before {
      right: 20px; }
  .js .main-quote {
    padding-bottom: 158px;
    margin-bottom: -140px;
    z-index: -1; }
  .slides {
    background-color: #CF4520; }
  .slide-text {
    background: #cf4520;
    padding: 20px 20px 55px;
    margin-bottom: 0;
    font-size: 75%; }
    .slide-text .top {
      margin-bottom: 10px; }
  .carousel a {
    text-decoration: none; }
  .carousel .controls {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000; }
    .carousel .controls .directions {
      top: 100px;
      margin-top: 0; }
      .carousel .controls .directions a {
        width: 40px;
        height: 29px; }
      .carousel .controls .directions .prev a {
        background-position: -86px -128px; }
      .carousel .controls .directions .next a {
        background-position: -118px -128px; }
    .carousel .controls .pager {
      display: none; }
  .carousel .slides ul {
    margin: 0;
    padding: 0;
    width: 100%; }
    .carousel .slides ul img {
      width: 100%; }
  .carousel {
    z-index: 0; }
  .slide-text {
    margin-top: -4px; }
  .carousel .slides li {
    display: block; }
  .carousel .playPause ul {
    right: 0;
    bottom: 0; }
  .carousel .playPause li {
    border-radius: 4px 0 0 0;
    padding: 0 4px; }
  .site-header {
    z-index: 1000; }
  .news {
    padding: 10px; }
  .news-image {
    width: 100%; }
    .news-image img {
      width: 100%;
      height: auto; }
  .news-block {
    text-align: center; }
  .news-inner {
    text-align: left; }
  .view-more {
    text-align: center; }
  .news .view-more {
    margin: 20px 0 10px; }
  .social-area {
    padding: 40px 10px 0; }
  .like-button {
    margin-bottom: 0; }
  .feed-item {
    margin-bottom: 40px; }
  .fakemap {
    background: url(/_assets/img/design/maaap2.png) no-repeat center top;
    background-size: 100%;
    height: 500px; }
  .bg-info {
    background: #ffcd00; }
  .info-area {
    padding: 20px 10px; }
    .info-area .info-block {
      margin-bottom: 20px; }
    .info-area .ib-1 {
      padding-right: 40%; }
    .info-area .ib-2 {
      padding-left: 30%; }
    .info-area .ib-3 {
      padding-right: 40%; }
    .info-area .ib-4 {
      padding-left: 30%; }
  .cs-case {
    margin-bottom: 20px;
    display: block; }
  .case-studies {
    padding: 0 10px; }
  .cs-img {
    max-width: 100%;
    margin-bottom: 10px; }
  .cs-title {
    color: #cf4520; }
  .cs-detail {
    color: #545454; }
    .cs-detail + .cs-detail {
      color: #a1a1a1; }
  .cs-more {
    margin-bottom: 20px; }
  .newsletter, .styled-form {
    padding: 0 10px;
    margin-bottom: 40px; }
  .mobile-hide {
    display: none; }
  .mobile-visuallyhide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #site-content > .inner-wrap:first-child {
    *zoom: 1;
    padding-top: 55px; }
    #site-content > .inner-wrap:first-child:before, #site-content > .inner-wrap:first-child:after {
      content: "";
      display: table; }
    #site-content > .inner-wrap:first-child:after {
      clear: both; }
  .page-content, #sitemap {
    padding: 0 1em; }
    .page-content h1, #sitemap h1 {
      font-size: 3.6em; }
    .page-content .intro, #sitemap .intro {
      font-size: 2.1em; }
    .page-content .left, #sitemap .left {
      display: block;
      margin: 40px 0;
      width: 100%; }
    .page-content .blockquote, #sitemap .blockquote {
      display: block;
      margin: 20px 0;
      padding-left: 70px;
      position: relative; }
      .page-content .blockquote:after, #sitemap .blockquote:after {
        content: '';
        background-image: url(../img/design/sprite-2.png);
        background-position: -15px 0;
        width: 48px;
        height: 48px;
        position: absolute;
        left: 0;
        top: 0; }
      .page-content .blockquote p, #sitemap .blockquote p {
        margin-bottom: 0.5em; }
  .page-content, #sitemap, #sitemap {
    margin-top: 20px; }
  .page-tools {
    height: 82px;
    padding: 0 1em; }
    .page-tools li {
      float: left;
      margin-right: 10px; }
      .page-tools li.share a {
        background-position: 1px -48px; }
      .page-tools li.print a {
        background-position: 71px -48px; }
  .share-container {
    top: 80px;
    left: 18px; }
    .share-container:before {
      left: 20px;
      margin: 0; }
  .bg-map {
    background-color: #F7F7F7; }
  .map {
    height: 620px; }
  .bg-info-map .bg-map .home-map {
    margin: 0 20px; }
  .page-content .map, #sitemap .map {
    margin: 0 10px; }
  .legend-table th, .lsoa-list th {
    max-width: 100px; }
  .map-search-form .btn, .map-search-form .plain-field {
    margin-top: 10px; }
  .listings .views-row {
    display: inline;
    float: left;
    width: 98.95833%;
    margin: 0 0.52083%;
    margin-top: 30px; }
    .listings .views-row .listing-image {
      display: inline;
      float: left;
      width: 32.29167%;
      margin: 0 0.52083%;
      margin-right: 4.6875%; }
      .listings .views-row .listing-image img {
        max-width: 100%;
        height: auto;
        min-width: 65px;
        margin-bottom: 20px; }
    .listings .views-row .listing-content {
      display: inline;
      float: left;
      width: 61.45833%;
      margin: 0 0.52083%; }
      .listings .views-row .listing-content h2 {
        font-size: 2.2em;
        margin: 0 0 10px 0; }
      .listings .views-row .listing-content .pubdate {
        font-size: 1.2em; }
      .listings .views-row .listing-content p {
        font-size: 1.6em;
        margin: 0 0 10px 0; }
  .item-list ul {
    margin: 0; }
    .item-list ul li {
      margin: 0; }
  .content .search-form {
    margin: 0 20px; }
    .content .search-form #edit-keys {
      width: 100%;
      margin-bottom: 10px; }
  .search-no-results {
    margin: 0 20px; }
  .search-advanced {
    margin: 10px 0; }
    .search-advanced .criterion {
      margin: 0;
      float: none;
      width: auto; }
      .search-advanced .criterion .form-text, .search-advanced .criterion .webform-client-form .form-textarea, .webform-client-form .search-advanced .criterion .form-textarea,
      .search-advanced .criterion .webform-client-form select, .webform-client-form .search-advanced .criterion select, .search-advanced .criterion .styled-form.styled-form .form-textarea, .styled-form.styled-form .search-advanced .criterion .form-textarea,
      .search-advanced .criterion .styled-form.styled-form select, .styled-form.styled-form .search-advanced .criterion select {
        width: 100%; }
    .search-advanced .form-checkboxes {
      margin-left: 10px; }
  .lsoa-list.lsoa-list {
    width: 202px;
    top: 184px; }
  .webform-client-form input,
  .webform-client-form textarea,
  .webform-client-form select,
  .webform-client-form .grippie {
    width: 100%; }
  .styled-form input,
  .styled-form textarea,
  .styled-form select,
  .styled-form .grippie {
    width: auto; }
  .social-links a {
    margin-right: 1.3%; }
    .social-links a img {
      width: 18%; }
  #block-system-main form {
    margin: 0 auto;
    width: 70%; }
    #block-system-main form .form-text, #block-system-main form .webform-client-form .form-textarea, .webform-client-form #block-system-main form .form-textarea,
    #block-system-main form .webform-client-form select, .webform-client-form #block-system-main form select, #block-system-main form .styled-form.styled-form .form-textarea, .styled-form.styled-form #block-system-main form .form-textarea,
    #block-system-main form .styled-form.styled-form select, .styled-form.styled-form #block-system-main form select {
      position: relative;
      width: 100%; } }

@media print {
  html {
    background: #fff;
    color: #000; }
  .desktop-hide, .site-footer, .skiplink, .header-right, .site-header-under, #secondary-nav,
  .print-hide, .social-area, #bread-crumb, .bg-map, .newsletter, .styled-form, .newsletter-in-content, .styled-form {
    display: none; }
  .slide-text .big {
    font-size: 20px; }
  .main-logo {
    position: static; }
  .site-header {
    margin-bottom: 20px; }
  h1 {
    margin-top: 20px; }
  html * {
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: sans-serif; }
  .bg-greybar, .main-quote, .carousel, .carousel * {
    background: none !important; }
  .front img {
    max-width: 50% !important; }
  .carousel li, .testimonials li {
    display: none; }
  .carousel li:first-child, .testimonials li:first-child {
    display: block; }
  .info-area * {
    font-size: 16px !important;
    margin: 0 !important;
    display: inline !important;
    width: auto !important;
    text-align: left !important; }
  .map {
    height: 600px;
    width: 800px;
    position: relative; }
  .legend-table, .lsoa-list {
    background: #fff !important; } }
