/********************
   COLOURS        
*******************/
/********************
   WIDTHS        
*******************/
/********************
   COLUMN LAYOUT        
*******************/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  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: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.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 {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*! normalize.css v1.1.3 | 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;
  *display: inline;
  *zoom: 1; }

/**
 * 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;
  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 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 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 */
  *vertical-align: middle;
  /* 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 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

* {
  box-sizing: border-box; }

body {
  width: 100%;
  min-width: 1082px; }

.u-StructureWrapper, .primaryNavigationUL li {
  width: 1082px;
  max-width: 1082px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto; }

.MainContent {
  margin: 0 auto; }

.u-GridContainer {
  overflow: hidden;
  position: relative; }
  .u-GridContainer .u-GridRow {
    overflow: hidden;
    margin: 0 0 5px 0;
    width: 100%; }
    .u-GridContainer .u-GridRow .u-GridItem {
      margin-bottom: 0px; }
  .u-GridContainer .u-GridItem {
    margin-bottom: 10px; }
    .u-GridContainer .u-GridItem.u-GridItem--colSpan12 {
      display: inline;
      float: left;
      width: 99.07407%;
      margin: 0 0.46296%;
      margin-bottom: 10px; }
    .u-GridContainer .u-GridItem.u-GridItem--colSpan8 {
      display: inline;
      float: left;
      width: 65.74074%;
      margin: 0 0.46296%;
      margin-bottom: 10px; }
    .u-GridContainer .u-GridItem.u-GridItem--colSpan6 {
      display: inline;
      float: left;
      width: 49.07407%;
      margin: 0 0.46296%;
      margin-bottom: 10px; }
    .u-GridContainer .u-GridItem.u-GridItem--colSpan4 {
      display: inline;
      float: left;
      width: 32.40741%;
      margin: 0 0.46296%;
      margin-bottom: 10px; }
    .u-GridContainer .u-GridItem.u-GridItem--colSpan3 {
      display: inline;
      float: left;
      width: 24.07407%;
      margin: 0 0.46296%;
      margin-bottom: 10px; }

/********************
   UTILITIES        
*******************/
.u-floatLeft {
  float: left; }

.u-floatRight {
  float: right; }

.u-GridItem.u-GridItem--colSpan6 {
  position: relative;
  /*  &:before{
  	content: "";
  	display:block;
  	padding-top: 100%;
  	
  }  */
  /* 	.u-GridItemInnerContainer{
  		margin:2em;
  		position: absolute;
  	    top: 0;
  	    bottom: 0;
  	    left: 0;
  	    right: 0;
  	    overflow:hidden;
  	} */ }

.u-visuallyHidden {
  text-indent: -9999px;
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  left: -9999px; }

/************************************************************************************
   COLOURS
*************************************************************************************/
/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
/* Remove, change to fit your needs */
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 68%;
  border: 0;
  background: #3c1a40;
  color: white;
  padding: 0.6em 1em;
  border-radius: 3px;
  font-size: 19px;
  outline: 0;
  outline-offset: -2px;
  /* Opera */
  cursor: default; }

/* Down arrow */
.sod_select:after {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 27px;
  content: "\f106";
  color: white; }

/* Change the border color on hover, focus and when open */
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
  border-color: #000000; }

.sod_select:focus {
  -webkit-box-shadow: 0px 0px 7px 0px #6b6b6b;
  -moz-box-shadow: 0px 0px 7px 0px #6b6b6b;
  box-shadow: 0px 0px 7px 0px #6b6b6b; }

.sod_select.open {
  color: white; }

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed; }

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px; }

.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */ }

.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */ }

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 100%;
  margin: 0;
  background: #ffffff;
  border: 1px solid #ccc;
  border-top: none;
  color: #444444;
  font-weight: 300;
  z-index: 1; }

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block; }

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none; }

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none; }

/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  max-height: 70vh; }
  .lt-ie9 .sod_select .sod_list {
    max-height: 25em; }

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none; }

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic; }

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px; }

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none; }

/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc; }

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333; }

/*Make room for the check mark */
.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px; }

/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K); }

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300; }

.sod_select.no_highlight .sod_option.selected:before {
  display: none; }

.sod_select .sod_option.link {
  /* If data-link is set on a specific option */ }

.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */ }

/* Hide native select */
.sod_select select {
  display: none !important; }

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100% !important;
  opacity: 0;
  z-index: 1; }

/**********************************************************************************************8
FOOTABLE
*************************************************************************************************/
@font-face {
  font-family: 'footable';
  src: url("../fonts/footable.eot");
  src: url("../fonts/footable.eot?#iefix") format("embedded-opentype"), url("../fonts/footable.woff") format("woff"), url("../fonts/footable.ttf") format("truetype"), url("../fonts/footable.svg#footable") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url("../fonts/footable.svg#footable") format("svg");
    font-weight: normal;
    font-style: normal; } }
.footable {
  width: 100%;
  /** SORTING **/
  /** PAGINATION **/ }

.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none; }

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e001"; }

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer; }

.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none; }

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #888888; }

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e000"; }

.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e005"; }

.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e004"; }

.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e003"; }

.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e002"; }

.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e007"; }

.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "\e006"; }

.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009"; }

.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e008"; }

.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00f"; }

.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "\e011"; }

.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e013"; }

.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "\e015"; }

.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01b"; }

.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e01d"; }

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00b"; }

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e00d"; }

.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f"; }

.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021"; }

.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e017"; }

.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "\e019"; }

.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px; }

.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px; }

.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none; }

.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer; }

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e013"; }

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e012"; }

.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px; }

.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022"; }

.footable > tfoot .pagination {
  margin: 0; }

.footable.no-paging .hide-if-no-paging {
  display: none; }

.footable-row-detail-inner {
  display: table; }

.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em; }

.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold; }

.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em; }

.footable-row-detail-value {
  display: table-cell; }

.footable-odd {
  background-color: #f7f7f7; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

@font-face {
  font-family: 'trm-lexia-thin';
  src: url("../fonts/Lexia_W_Th.eot");
  src: url("../fonts/Lexia_W_Th.eot?#iefixeliy9y") format("embedded-opentype"), url("../fonts/Lexia_W_Th.woff?eliy9y") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'trm-lexia-light';
  src: url("../fonts/Lexia_W_Lt.eot");
  src: url("../fonts/Lexia_W_Lt.eot?#iefixeliy9y") format("embedded-opentype"), url("../fonts/Lexia_W_Lt.woff?eliy9y") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'trm-lexia-regular';
  src: url("../fonts/Lexia_W_Rg.eot");
  src: url("../fonts/Lexia_W_Rg.eot?#iefixeliy9y") format("embedded-opentype"), url("../fonts/Lexia_W_Rg.woff?eliy9y") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'trm-lexia-bold';
  src: url("../fonts/Lexia_W_Bd.eot");
  src: url("../fonts/Lexia_W_Bd.eot?#iefixeliy9y") format("embedded-opentype"), url("../fonts/Lexia_W_Bd.woff?eliy9y") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'trm-icon';
  src: url("../fonts/trm.eot?eliy9y");
  src: url("../fonts/trm.eot?#iefixeliy9y") format("embedded-opentype"), url("../fonts/trm.woff?eliy9y") format("woff"), url("../fonts/trm.ttf?eliy9y") format("truetype"), url("../fonts/trm.svg?eliy9y#trm") format("svg");
  font-weight: normal;
  font-style: normal; }
.font-smoothing, html, body, input {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px; }

html, body, input {
  font-family: 'trm-lexia-regular', Arial, sans-serif; }

.lexiaThin {
  font-family: 'trm-lexia-thin', Arial, sans-serif; }

.lexiaLight {
  font-family: 'trm-lexia-light', Arial, sans-serif; }

.lexiaRegular {
  font-family: 'trm-lexia-regular', Arial, sans-serif; }

.lexiaBold {
  font-family: 'trm-lexia-bold', Arial, sans-serif; }

[class^="icon-"], [class*=" icon-"], .iconFont, .sod_select:after, .js .heroImage.video .overlay:after {
  font-family: 'trm-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.SocialLinks [class^="icon-"] {
  line-height: 1.1;
  padding-left: 4px; }

.icon-FacebookFooter:before {
  content: "\e62e"; }

.icon-TwitterFooter:before {
  content: "\e62f"; }

.icon-YouTubeFooter:before {
  content: "\e630"; }

.icon-rm_PrintIcon:before {
  content: "\e623"; }

.icon-rm_ShareIcon:before {
  content: "\e624"; }

.icon-rm_EmailIcon:before {
  content: "\e625"; }

.icon-rmFacebookLogo:before {
  content: "\e626"; }

.icon-rmGooglePlusLogo:before {
  content: "\e627"; }

.icon-rmTwitterLogo:before {
  content: "\e628"; }

.icon-rmNHSLogo:before {
  content: "\e629"; }

.icon-rmQuoteMarksLeft:before {
  content: "\e62a"; }

.icon-rmQuoteMarksRight:before {
  content: "\e62b"; }

.icon-printer:before {
  content: "\e954"; }

.icon-quotes-left:before {
  content: "\e977"; }

.icon-quotes-right:before {
  content: "\e978"; }

.icon-google-plus3:before {
  content: "\ea8a"; }

.icon-facebook3:before {
  content: "\ea8e"; }

.icon-twitter3:before {
  content: "\ea93"; }

.icon-linkedin2:before {
  content: "\eac9"; }

.icon-google-with-circle:before {
  content: "\e622"; }

.icon-facebook-with-circle:before {
  content: "\e621"; }

.icon-linkedin-with-circle:before {
  content: "\e620"; }

.icon-mail:before {
  content: "\e61f"; }

.icon-share:before {
  content: "\e61e"; }

.icon-chevron-right:before {
  content: "\f07a"; }

.icon-chevron-down:before {
  content: "\f07b"; }

.icon-chevron-up:before {
  content: "\f07c"; }

.icon-chevron-left:before {
  content: "\f077"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-arrow-down-large-red:before {
  content: "\e600"; }

.icon-arrow-down-medium-red:before {
  content: "\e601"; }

.icon-arrow-down-small-black:before {
  content: "\e602"; }

.icon-arrow-right-medium-red:before {
  content: "\e603"; }

.icon-arrow-right-mini-aubergine:before {
  content: "\e604"; }

.icon-arrow-right-small-red:before {
  content: "\e605"; }

.icon-arrow-up-small-red:before {
  content: "\e606"; }

.icon-checkbox-checked .path1:before {
  content: "\e607";
  color: white; }

.icon-checkbox-checked .path2:before {
  content: "\e608";
  margin-left: -1em;
  color: black; }

.icon-checkbox-checked .path3:before {
  content: "\e609";
  margin-left: -1em;
  color: black; }

.icon-form-dropdown-btn .path1:before {
  content: "\e60a";
  color: #616365; }

.icon-form-dropdown-btn .path2:before {
  content: "\e60b";
  margin-left: -1em;
  color: white; }

.icon-close:before {
  content: "\e60c"; }

.icon-email .path1:before {
  content: "\e60d";
  color: #616365; }

.icon-email .path2:before {
  content: "\e60e";
  margin-left: -1.0224609375em;
  color: white; }

.icon-facebook .path1:before {
  content: "\e60f";
  color: #616365; }

.icon-facebook .path2:before {
  content: "\e610";
  margin-left: -1.0224609375em;
  color: white; }

.icon-googleplus .path1:before {
  content: "\e611";
  color: #616365; }

.icon-googleplus .path2:before {
  content: "\e612";
  margin-left: -1em;
  color: white; }

.icon-linkedin .path1:before {
  content: "\e613";
  color: #616365; }

.icon-linkedin .path2:before {
  content: "\e614";
  margin-left: -1.0224609375em;
  color: white; }

.icon-menu:before {
  content: "\e615"; }

.icon-print-page .path1:before {
  content: "\e616";
  color: #616365; }

.icon-print-page .path2:before {
  content: "\e617";
  margin-left: -1em;
  color: white; }

.icon-print-page .path3:before {
  content: "\e618";
  margin-left: -1em;
  color: white; }

.icon-search:before {
  content: "\e619"; }

.icon-twitter .path1:before {
  content: "\e61a";
  color: #616365; }

.icon-twitter .path2:before {
  content: "\e61b";
  margin-left: -1.0224609375em;
  color: #f2f2f2; }

.icon-play-video .path1:before {
  content: "\e61c";
  color: #616365; }

.icon-play-video .path2:before {
  content: "\e61d";
  margin-left: -1em;
  color: white; }

/*********************8
************************/
.icon-angle-down:before {
  content: "\f106"; }

.icon-chevron-right:before {
  content: "\f07a"; }

.icon-chevron-down:before {
  content: "\f07b"; }

.icon-chevron-up:before {
  content: "\f07c"; }

.icon-chevron-left:before {
  content: "\f077"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-play2:before {
  content: "\ea15"; }

.icon-rm_PrintIcon:before {
  content: "\e623"; }

.icon-rm_ShareIcon:before {
  content: "\e624"; }

.icon-rm_EmailIcon:before {
  content: "\e625"; }

.icon-rmFacebookLogo:before {
  content: "\e626"; }

.icon-rmGooglePlusLogo:before {
  content: "\e627"; }

.icon-rmTwitterLogo:before {
  content: "\e628"; }

.icon-rmNHSLogo:before {
  content: "\e629"; }

.icon-rmQuoteMarksLeft:before {
  content: "\e62a"; }

.icon-rmQuoteMarksRight:before {
  content: "\e62b"; }

.icon-printer:before {
  content: "\e954"; }

.icon-quotes-left:before {
  content: "\e977"; }

.icon-quotes-right:before {
  content: "\e978"; }

.icon-google-plus3:before {
  content: "\ea8a"; }

.icon-facebook3:before {
  content: "\ea8e"; }

.icon-twitter3:before {
  content: "\ea93"; }

.icon-linkedin2:before {
  content: "\eac9"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-rmExternalLinksIcon:before {
  content: "\e62d"; }

.icon-rmDownloadRoll:before {
  content: "\e62c"; }

.icon-arrow-down-large-red:before {
  content: "\e600"; }

.icon-arrow-down-medium-red:before {
  content: "\e601"; }

.icon-arrow-down-small-black:before {
  content: "\e602"; }

.icon-arrow-right-medium-red:before {
  content: "\e603"; }

.icon-arrow-right-mini-aubergine:before {
  content: "\e604"; }

.icon-arrow-right-small-red:before {
  content: "\e605"; }

.icon-arrow-up-small-red:before {
  content: "\e606"; }

.icon-checkbox-checked .path1:before {
  content: "\e607";
  color: white; }

.icon-checkbox-checked .path2:before {
  content: "\e608";
  margin-left: -1em;
  color: black; }

.icon-checkbox-checked .path3:before {
  content: "\e609";
  margin-left: -1em;
  color: black; }

.icon-form-dropdown-btn .path1:before {
  content: "\e60a";
  color: #616365; }

.icon-form-dropdown-btn .path2:before {
  content: "\e60b";
  margin-left: -1em;
  color: white; }

.icon-close:before {
  content: "\e60c"; }

.icon-email .path1:before {
  content: "\e60d";
  color: #616365; }

.icon-email .path2:before {
  content: "\e60e";
  margin-left: -1.0224609375em;
  color: white; }

.icon-facebook .path1:before {
  content: "\e60f";
  color: #616365; }

.icon-facebook .path2:before {
  content: "\e610";
  margin-left: -1.0224609375em;
  color: white; }

.icon-googleplus .path1:before {
  content: "\e611";
  color: #616365; }

.icon-googleplus .path2:before {
  content: "\e612";
  margin-left: -1em;
  color: white; }

.icon-linkedin .path1:before {
  content: "\e613";
  color: #616365; }

.icon-linkedin .path2:before {
  content: "\e614";
  margin-left: -1.0224609375em;
  color: white; }

.icon-menu:before {
  content: "\e615"; }

.icon-print-page .path1:before {
  content: "\e616";
  color: #616365; }

.icon-print-page .path2:before {
  content: "\e617";
  margin-left: -1em;
  color: white; }

.icon-print-page .path3:before {
  content: "\e618";
  margin-left: -1em;
  color: white; }

.icon-search:before {
  content: "\e619"; }

.icon-twitter .path1:before {
  content: "\e61a";
  color: #616365; }

.icon-twitter .path2:before {
  content: "\e61b";
  margin-left: -1.0224609375em;
  color: #f2f2f2; }

.icon-play-video .path1:before {
  content: "\e61c";
  color: #616365; }

.icon-play-video .path2:before {
  content: "\e61d";
  margin-left: -1em;
  color: white; }

.icon-share:before {
  content: "\e61e"; }

.icon-mail:before {
  content: "\e61f"; }

.icon-google-with-circle:before {
  content: "\e622"; }

.icon-facebook-with-circle:before {
  content: "\e621"; }

.icon-linkedin-with-circle:before {
  content: "\e620"; }

.u-borderBottomWhite {
  border-bottom: white solid 1px; }

.u-borderBottomFuchsia {
  border-bottom: #cc0099 solid 1px; }

.u-borderBottomDarkFuchsia, .MainSearch {
  border-bottom: #da3d81 solid 1px; }

.u-borderBottomPurple {
  border-bottom: #3c1a40 solid 1px; }

.u-borderBottomGrey {
  border-bottom: #cccccc solid 1px; }

.u-borderBottomAqua {
  border-bottom: #ccedec solid 1px; }

.u-borderBottomTurquoise {
  border-bottom: #00a0cd solid 1px; }

.u-borderBottomPrivateCareTurquoise {
  border-bottom: #00a4a1 solid 1px; }

.u-borderWhite {
  border-color: white; }

.u-borderFuchsia {
  border-color: #cc0099; }

.u-borderDarkFuchsia {
  border-color: #da3d81; }

.u-borderPurple {
  border-color: #3c1a40; }

.u-borderGrey {
  border-color: #cccccc; }

.u-borderAqua {
  border-color: #ccedec; }

.u-borderTopPurple {
  border-top: #3c1a40 solid 1px; }

.u-borderTopGrey {
  border-top: #cccccc solid 1px; }

.u-bgTurquoise {
  background-color: #00a0cd;
  color: white; }

.u-bgAubergine {
  background-color: #3c1a40;
  color: white; }

.u-bgFuchsia {
  background-color: #cc0099;
  color: white; }

.u-bgGrey {
  background-color: #F1F1F1;
  color: #727678; }

.u-bgSlate {
  background-color: #727678;
  color: #fff; }

.u-bgActualTurquoise {
  background-color: #00a4a1;
  color: #fff; }

.u-textCenter {
  text-align: center; }

.u-textRight {
  text-align: right; }

.u-whiteText {
  color: white; }

.u-ULReset {
  margin: 0;
  padding: 0;
  list-style: none; }

.u-overflow {
  overflow: hidden; }

.u-turquoiseText {
  color: #00a0cd; }

.u-rtl {
  direction: rtl; }

.underline, .MainBodyText a, .mapModule a {
  text-decoration: underline; }
  .underline:hover, .MainBodyText a:hover, .mapModule a:hover, .underline:focus, .MainBodyText a:focus, .mapModule a:focus {
    text-decoration: none; }

.u-FirstLetter::first-letter, p.firstBlock::first-letter, ul.secondaryNav li .content p:first-child::first-letter, .u-FirstLetter:first-letter, p.firstBlock:first-letter, ul.secondaryNav li .content p:first-child:first-letter {
  color: white;
  background-color: #3c1a40;
  font-size: 2.2em;
  border-radius: 3px;
  padding: 0.2em;
  float: left;
  margin-right: 0.2em;
  line-height: 1.2em; }

.u-mobilePadding {
  padding-left: 1rem;
  padding-right: 1rem; }

.u-clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.u-showOnFocus {
  position: absolute;
  left: -999px; }
  .u-showOnFocus:focus {
    left: 5px; }

.u-focusOutline:focus {
  outline: dotted white 1px; }

.u-posRel {
  position: relative; }

.u-w100 {
  width: 100%; }

.u-marginBottom {
  margin-bottom: 20px; }

.u-left {
  float: left; }

.u-right {
  float: right; }

.u-half {
  width: 100%;
  width: 100%;
  width: 521px; }
  .u-half .u-half {
    width: 100%; }
  .u-half .u-half {
    width: 521px; }

.u-quarter {
  margin-bottom: 20px;
  width: 100%;
  width: 49%;
  width: 250px; }
  .u-half .u-quarter {
    width: 250px; }

.u-tall {
  min-height: 510px;
  height: 1px; }
  .u-tall.u-half {
    min-height: 350px; }

.u-taller {
  min-height: 510px;
  height: 1px; }

@media print {
  .hide-on-print {
    display: none; } }

.print-only {
  display: none; }
  @media print {
    .print-only {
      display: block; } }

@media print {
  *, body, input, html {
    font-family: Georgia, arial, sans-serif; } }
/**********************************************************************

	STRUCTURE

***********************************************************************/
.row {
  overflow: hidden; }

.row-flush {
  margin: 0 -1.04167%; }

.gs-desktop12 {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }

.gs-desktop10 {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%; }

.gs-desktop9 {
  display: inline;
  float: left;
  width: 72.91667%;
  margin: 0 1.04167%; }

.gs-desktop8 {
  display: inline;
  float: left;
  width: 64.58333%;
  margin: 0 1.04167%; }

.gs-desktop6 {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%; }

.gs-desktop4 {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%; }

.gs-desktop3 {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%; }

.gs-desktop2 {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%; }

/************************************************************************************
   NAVIGATION
*************************************************************************************/
.skipLink {
  color: white;
  top: 0;
  z-index: 100; }

.non-private {
  display: none; }

.masthead {
  background-color: #3c1a40;
  top: 0;
  width: 100%;
  z-index: 2;
  left: 0;
  min-width: 1082px; }
  .masthead .close_button {
    color: white;
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    right: 0; }

.shallow-header .headerBG {
  height: 312px; }
.shallow-header .pageHeader {
  padding-bottom: 0.8em; }

.hero-image .page-head {
  padding-bottom: 5em;
  margin-bottom: -5em; }

.homepage .page-head {
  height: 440px;
  margin-bottom: -19em; }

.page-head {
  background-color: #3c1a40;
  padding-bottom: 1em;
  margin-bottom: 2em;
  color: white;
  padding-top: 2.3em; }

/* .homepage{
	.headerBG{
		@include mq($from: tablet){
			background-color: $aubergine;
			position:absolute;
			top:0;
			height:550px;
			width:100%;
			z-index: -1;
			left: 0;
			min-width: 1082px;
		}
	}
} */
.MainHeader {
  padding: 2em 0 1em;
  position: relative; }

.TRMLogo img, .nhs-logo img {
  max-width: 100%; }

.TRMLogo a {
  font-family: 'trm-lexia-light', Arial, sans-serif;
  background-image: url("../img/design/trmTrustLogo.png");
  background-image: url("../img/design/trmlogo.svg");
  background-repeat: no-repeat;
  height: 3em;
  display: inline-block;
  background-size: 100%;
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
  background-position: center -6px; }
  .TRMLogo a.private-only {
    background-image: url("../img/design/trmTrustLogo-original.png");
    background-image: url("../img/design/rmLogo.svg");
    background-position: center -2px; }
    .TRMLogo a.private-only img {
      visibility: hidden;
      height: 31px;
      width: 312px; }
  .TRMLogo a span {
    display: none;
    padding: 5px 0 0 54px; }
.TRMLogo img {
  visibility: hidden; }

.nhs-logo a, .nhs-logo span {
  font-size: 4em;
  color: white;
  text-decoration: none;
  display: inline-block;
  margin-top: -17px;
  margin-right: -10px; }
.nhs-logo img {
  visibility: hidden; }

.primNavTContainer {
  position: absolute;
  width: 200px;
  text-align: center;
  top: 32px;
  z-index: 1;
  left: 45%; }

.primaryNavToggle {
  text-decoration: none;
  height: 2em;
  outline: none;
  display: inline-block; }
  .primaryNavToggle .text {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 0.9375em;
    top: 4px;
    position: relative;
    float: left; }
  .primaryNavToggle .icon {
    position: relative;
    width: 26px;
    height: 26px;
    margin-right: 11px;
    float: left; }
    .lt-ie9 .primaryNavToggle .icon {
      height: 44px;
      width: 44px;
      font-size: 25px;
      line-height: 25px; }
      .lt-ie9 .primaryNavToggle .icon:before {
        background-size: 100%; }
    .primaryNavToggle .icon div {
      position: absolute;
      top: 0;
      width: 26px;
      height: 2px;
      background-color: white;
      -webkit-transition: all 400ms;
      transition: all 400ms;
      left: 0px; }
      .primaryNavToggle .icon div.top {
        top: 0; }
      .primaryNavToggle .icon div.middle {
        top: 12px; }
      .primaryNavToggle .icon div.bottom {
        top: 24px; }
  .primaryNavToggle:focus {
    outline: none; }
    .primaryNavToggle:focus span {
      text-decoration: underline; }
  .primaryNavToggle:hover {
    outline: none; }
    .primaryNavToggle:hover .icon div.top {
      top: 2px; }
    .primaryNavToggle:hover .icon div.middle {
      top: 12px; }
    .primaryNavToggle:hover .icon div.bottom {
      top: 22px; }
  .primaryNavToggle.open .icon div {
    z-index: 1; }
    .primaryNavToggle.open .icon div.top {
      top: 12px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .primaryNavToggle.open .icon div.middle {
      left: 15px;
      width: 0px; }
    .primaryNavToggle.open .icon div.bottom {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      top: 12px; }

.MainSearch {
  padding: 1em 0 0.4em;
  width: 1028px;
  max-width: 1028px; }

.MainSearch-field {
  background-color: transparent;
  border: 0;
  color: white;
  padding: 0.4em;
  width: 83%;
  font-size: 2.3125em; }
  .MainSearch-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: white; }
  .MainSearch-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1; }
  .MainSearch-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1; }
  .MainSearch-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: white; }

.MainSearch-submit {
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  height: 32px;
  width: 31px;
  background-repeat: no-repeat;
  background-image: url("../img/design/search.svg");
  margin-top: 1.4em; }

.no-svg .MainSearch-submit {
  background-image: url("../img/design/search.png"); }

.js .PrimaryNavigation {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 400ms; }

body.navOpen {
  overflow: hidden; }
  body.navOpen .TRMLogo, body.navOpen .nhs-logo {
    transition: all 400ms;
    opacity: 0; }
  body.navOpen .masthead {
    position: fixed;
    height: 100%;
    overflow-y: scroll; }
  body.navOpen .PrimaryNavigation {
    opacity: 1;
    height: 100%;
    position: relative;
    z-index: 100; }

.PrimaryNavigation {
  background-color: #3c1a40;
  height: calc(100% - 3em); }

.PrimaryNavigationInner {
  height: 100%;
  height: -webkit-calc(100% - 3em);
  height: -moz-calc(100% - 3em);
  height: calc(100% - 3em); }

.primaryNavigationUL {
  padding: 0;
  margin: 0;
  padding-top: 1em;
  font-size: 2.3125em; }
  .primaryNavigationUL li {
    		/* &:last-child{
    			background-color: $grey500;
    			a{
    				&:hover, &:focus{
    					background-color: $grey500;
    					text-decoration: underline;
    				}
    			}
    			@include mq($from: desktop){
    				width: 100%;
    				max-width: 100%;
    
    			}
    			@include mq($until: tablet){
    				padding-bottom: 3em;
    			}
    		}
    		&.lastChild{
    			background-color: $grey500;
    			a{
    				&:hover, &:focus{
    					background-color: $grey500;
    					text-decoration: underline;
    				}
    			}
    			@include mq($from: desktop){
    				width: 100%;
    				max-width: 100%;
    
    			}
    			@include mq($until: tablet){
    				padding-bottom: 3em;
    			}
    		} */ }
    .primaryNavigationUL li a {
      margin: 0 1em;
      color: white;
      display: block;
      padding: 0.4em 1em;
      text-decoration: none; }
      .primaryNavigationUL li a:hover, .primaryNavigationUL li a:focus {
        background-color: #cc0099; }

.no-js .headerBG {
  display: none; }
.no-js .masthead {
  position: relative; }
.no-js .primaryNavigationUL {
  padding-top: 0; }

.js .cookieMessage {
  display: none; }

.cookieMessage {
  padding: 1em 0; }
  .cookieMessage a {
    color: white; }
    .cookieMessage a:hover, .cookieMessage a:focus {
      text-decoration: none; }
  .cookieMessage p {
    font-size: 1.1875em; }
  .cookieMessage .close_button {
    top: 7px; }

.emergencyMessage {
  padding: 0 1em 1em; }
  .emergencyMessage a {
    color: white; }
    .emergencyMessage a:hover, .emergencyMessage a:focus {
      text-decoration: none; }
  .emergencyMessage .close_button {
    top: 76px; }

/************************************************************************************
   FOOTER

*************************************************************************************/
.GlobalFooter .relatedLinks {
  position: relative;
  padding: 1em 0 0;
  background-image: url("../img/design/accreditation_current_site.png");
  background-image: url("../img/design/Accreditations_April-2015.png");
  background-image: url("../img/design/Accreditations_April-2015-no-text.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100%;
  background-position-y: 6px; }
  .GlobalFooter .relatedLinks img {
    visibility: hidden; }
.GlobalFooter .lowerFooter .u-floatRight > a {
  display: block;
  padding-right: 2em; }
.GlobalFooter .tagline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden; }
.GlobalFooter .trm-crest a {
  background-image: url("../img/design/rmCrest.svg");
  background-repeat: no-repeat;
  height: 4em;
  display: inline-block;
  background-size: 100%; }
  .GlobalFooter .trm-crest a img {
    visibility: hidden; }
  .no-svg .GlobalFooter .trm-crest a {
    background-image: url("../img/design/CoatofArms.png"); }
.GlobalFooter .trm-crest .footer-slogan {
  font-family: 'trm-lexia-regular', Arial, sans-serif;
  font-size: 22px;
  opacity: .8;
  position: relative;
  top: 4px;
  left: 4px;
  color: #00a0cd; }
  body.private .GlobalFooter .trm-crest .footer-slogan, body.privateblog .GlobalFooter .trm-crest .footer-slogan {
    color: #3c1a40; }

.upperFooter {
  padding: 3em 0; }
  .upperFooter a {
    text-decoration: none; }

.lowerFooter {
  padding: 0 0 3em; }
  .lowerFooter a {
    text-decoration: none; }
  .lowerFooter .cqc-logo {
    margin-right: 13px;
    position: relative;
    top: -3px; }
    .lowerFooter .cqc-logo img {
      height: 40px;
      width: auto; }

.GlobalFooter-siteLinks {
  padding: 2em 1em 4em;
  text-align: center; }
  .GlobalFooter-siteLinks ul {
    margin: 1em 0; }
    .GlobalFooter-siteLinks ul li {
      display: inline; }
      .GlobalFooter-siteLinks ul li a {
        color: #cccccc;
        text-decoration: none;
        margin: 0 1.6em;
        font-size: 0.9375em; }
        .GlobalFooter-siteLinks ul li a:hover, .GlobalFooter-siteLinks ul li a:focus {
          text-decoration: underline; }

.footer-social-links {
  overflow: hidden;
  float: left; }
  .footer-social-links span {
    left: -9999px;
    position: absolute; }
  .footer-social-links a {
    color: white;
    font-size: 1.8em;
    margin-right: 0.3em; }
    .footer-social-links a:hover.fb, .footer-social-links a:focus.fb {
      color: #3b5998; }
    .footer-social-links a:hover.tw, .footer-social-links a:focus.tw {
      color: #55acee; }
    .footer-social-links a:hover.yt, .footer-social-links a:focus.yt {
      color: #cd201f; }
  .footer-social-links p {
    padding: 0.25em 2em; }
  .footer-social-links ul, .footer-social-links p {
    float: left;
    margin: 0; }
  .footer-social-links ul {
    display: inline; }
    .footer-social-links ul li {
      float: left; }

/************************************************************************************
   MAIN CONTENT  ELEMENTS

*************************************************************************************/
#content {
  min-height: 500px; }

.mainBodyContent table {
  margin-bottom: 1em;
  border: 1px solid #ccc;
  border-top: 0;
  width: 100%; }
.mainBodyContent tr {
  border-top: 1px solid #ccc; }
.mainBodyContent td {
  border-left: 1px solid #ccc; }
  .mainBodyContent td:first-child {
    border: 0; }
.mainBodyContent th, .mainBodyContent td {
  padding: 1em; }
.mainBodyContent th {
  text-align: left;
  background-color: #f5f3f5; }

.pageHeader {
  font-weight: normal;
  font-family: 'trm-lexia-light', Arial, sans-serif;
  font-size: 1.1875em;
  font-size: 3.56em;
  color: white;
  margin: 0.36em 0; }

.no-js .pageHeader {
  color: #3c1a40; }
.no-js .IntroText {
  color: #3c1a40; }

/*********************************************************************************************************************
HOMEPAGE
*********************************************************************************************************************/
.homepage .IntroText {
  font-size: 2.3125em;
  margin: 0;
  font-family: 'trm-lexia-light', Arial, sans-serif; }
.homepage.private {
          /*  .headerBG{
                @include mq($from: $desktop){
                    height: 600px;
		}
            }*/ }
  .homepage.private .pageHeader {
    font-size: 3.56em;
    margin: 0.36em 0; }
  .homepage.private .IntroText {
    margin-bottom: 0; }
  .homepage.private .heroImage {
    margin-top: 1em; }
.homepage .heroImage {
  margin-bottom: 1em; }

.homepageSpotlights .linkContainer {
  display: table;
  width: calc(100% + 2em);
  table-layout: fixed;
  margin-left: -1em;
  border-spacing: 1.125em;
  padding: 1em 0; }
  .homepageSpotlights .linkContainer a {
    position: relative;
    text-decoration: none;
    display: block;
    color: white;
    background-color: #cc0099;
    padding-right: 1.4em;
    font-size: 2.3125em;
    display: table-cell;
    padding: 0.6em 1.4em 2em 0.8em; }
    .homepageSpotlights .linkContainer a:hover {
      border-spacing: 1.125em; }
    .homepageSpotlights .linkContainer a span {
      position: absolute; }
    .homepageSpotlights .linkContainer a:hover span, .homepageSpotlights .linkContainer a:focus span {
      right: 14px; }
    .homepageSpotlights .linkContainer a span {
      transition: right 200ms;
      bottom: 34px;
      right: 24px;
      font-size: 41px; }
    .homepageSpotlights .linkContainer a:first-child {
      background-color: #4ca900; }
    .homepageSpotlights .linkContainer a:first-child + a {
      background-color: #00a0cd; }

.IntroText {
  font-family: 'trm-lexia-thin', Arial, sans-serif;
  font-size: 2.3125em;
  color: white;
  margin: 0.72em 0; }
  .IntroText a:hover, .IntroText a:focus {
    text-decoration: none; }
  .IntroText a {
    font-family: 'trm-lexia-thin', Arial, sans-serif;
    color: white; }

.heroImage {
  position: relative;
  background-color: #cc0099;
  margin: 2.5em 0 4em;
  min-height: 17em; }
  .heroImage .caption {
    border-bottom-width: 5px; }
  .heroImage img {
    max-width: 100%;
    width: 100%; }
  .heroImage figcaption {
    width: 80%;
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.375em;
    padding: 1.2em 1em;
    padding: 1em; }
  .heroImage.video {
    position: relative; }
    @media print {
      .heroImage.video iframe {
        display: none; } }
    .heroImage.video .overlay {
      display: none; }
      @media print {
        .heroImage.video .overlay {
          display: block !important; } }
      .heroImage.video .overlay img {
        width: 100% !important;
        height: auto !important; }

.js .heroImage.video {
  position: relative; }
  .js .heroImage.video .overlay {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    transition: all 200ms; }
    .js .heroImage.video .overlay:after {
      content: "\ea15";
      position: relative;
      display: block;
      top: 42%;
      text-align: center;
      color: #ccc;
      font-size: 100px; }
    .js .heroImage.video .overlay:hover:after, .js .heroImage.video .overlay:focus:after {
      color: white; }
    .js .heroImage.video .overlay img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: block; }

body.navOpen .overlay {
  display: none !important; }

.MainBodyText {
  margin-bottom: 4.2em; }
  .MainBodyText h2 {
    color: #3c1a40;
    font-family: 'trm-lexia-bold', Arial, sans-serif;
    font-size: 1.5em; }
  .MainBodyText h3 {
    font-family: 'trm-lexia-bold', Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 400; }
  .MainBodyText ul, .MainBodyText p, .MainBodyText ol {
    font-size: 1.1875em;
    color: #333333;
    font-family: 'trm-lexia-light', Arial, sans-serif; }
  .MainBodyText ul[dir=rtl], .MainBodyText ol[dir=rtl] {
    padding: 0 40px 0 0; }
  .MainBodyText a {
    font-family: 'trm-lexia-light', Arial, sans-serif;
    color: #333333; }
    .MainBodyText a.external:after {
      content: "\e62d";
      font-family: 'trm-icon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #cc0099;
      margin-left: 3px; }

.blockquote {
  padding: 0em 8em 1em;
  margin-top: 0; }
  .blockquote p {
    color: #3c1a40;
    font-size: 2em; }
    .blockquote p span.icon {
      color: #e4dfe4;
      display: inline-block;
      font-size: 2.2em; }
      @media print {
        .blockquote p span.icon {
          display: none; } }
      .blockquote p span.icon.icon-rmQuoteMarksLeft {
        margin-right: -46px;
        margin-bottom: -3px;
        vertical-align: bottom; }
      .blockquote p span.icon.icon-rmQuoteMarksRight {
        margin-left: -59px;
        margin-bottom: -26px;
        vertical-align: bottom; }
    .blockquote p span.quote {
      font-family: 'trm-lexia-thin', Arial, sans-serif;
      position: relative; }
  .blockquote .footer {
    color: #3c1a40;
    font-size: 1.1875em; }
  .blockquote.blue .icon {
    color: #D9F2F9; }
  .blockquote.blue footer {
    color: #007ab3; }
  .blockquote.fuchsia .icon {
    color: #FAE5F6; }
  .blockquote.fuchsia footer {
    color: #cc0099; }
  .blockquote.aquaGreen .icon {
    color: #D9F2F9; }
  .blockquote.aquaGreen footer {
    color: #00a4a1; }

/************************************************************************************
   SPOTLIGHTS

*************************************************************************************/
.SpotlightNavigation {
  overflow: hidden;
  border-bottom-width: 5px;
  position: relative; }
  .SpotlightNavigation .form-selectWrapper {
    margin-top: -0.8em; }
  .SpotlightNavigation h1 {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-size: 2.3125em;
    margin: 0.7em 0 0.9em; }
  .SpotlightNavigation.StandardContent h1 {
    color: #3c1a40;
    text-align: center; }
  .SpotlightNavigation.noBorder {
    border-color: white; }
  .SpotlightNavigation h1 {
    font-weight: normal;
    color: #00a0cd; }
  .SpotlightNavigation .spotlightUL li {
    width: 320px;
    margin-right: 32px; }
    .SpotlightNavigation .spotlightUL li:nth-child(3n+0) {
      margin-right: 0; }

.SpotlightNavigationItem {
  margin-bottom: 40px; }
  .SpotlightNavigationItem p {
    font-family: 'trm-lexia-light', Arial, sans-serif; }
  .SpotlightNavigationItem a {
    position: relative;
    display: block;
    color: #3c1a40;
    transition: all 300ms;
    text-decoration: none;
    font-size: 1.375em; }
    .SpotlightNavigationItem a:hover span, .SpotlightNavigationItem a:focus span {
      margin-right: 0; }
    .SpotlightNavigationItem a img {
      width: 100%; }
    .SpotlightNavigationItem a div {
      position: absolute;
      bottom: 0;
      width: 100%; }
    .SpotlightNavigationItem a p {
      background-color: white;
      width: 80%;
      width: -webkit-calc(100% - 35px);
      width: calc(100% - 35px);
      font-size: 15px;
      padding-right: 1em;
      letter-spacing: 0.02em;
      font-family: 'trm-lexia-regular', Arial, sans-serif;
      padding: 1em 1em 1em 0;
      min-height: 5em;
      margin: 0;
      float: left; }
      .SpotlightNavigationItem a p.hover {
        background-color: white;
        display: inline-block;
        height: 100%;
        width: 0;
        padding: 0;
        -webkit-transition: all 300ms;
        transition: all 300ms; }
      @media print {
        .SpotlightNavigationItem a p {
          background-color: white !important; } }
    .SpotlightNavigationItem a span {
      float: right;
      margin-right: 20px;
      color: #b8babb;
      -webkit-transition: all 300ms;
      transition: all 300ms; }

.SpotlightNavigation.lower {
  padding-bottom: 5em;
  margin-bottom: 0;
  border-top: #cccccc 1px solid; }
  .SpotlightNavigation.lower h1 {
    font-size: 2em;
    margin: 2em 0; }

.SpotlightNavigation-default a {
  font-size: 0.9375em; }
  .SpotlightNavigation-default a p {
    background-color: #3c1a40;
    color: white;
    padding: 1em;
    text-shadow: none; }
    .SpotlightNavigation-default a p.hover {
      background-color: #3c1a40; }

.SpotlightNavigation-blue a p {
  background-color: #007ab3; }
  .SpotlightNavigation-blue a p.hover {
    background-color: #007ab3; }

.SpotlightNavigation-thirdwidth .SpotlightNavigationItem {
  float: left;
  width: 337px;
  margin-left: 25px; }
  .SpotlightNavigation-thirdwidth .SpotlightNavigationItem:first-child {
    margin-left: 0; }

.SpotlightNavigation-halfwidth .SpotlightNavigationItem {
  float: left;
  width: 518px; }
  .SpotlightNavigation-halfwidth .SpotlightNavigationItem:first-child {
    margin-right: 25px; }

/************************************************************************************
   Used for videos, audio embeds etc
*************************************************************************************/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 4.2em; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }
  .embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1; }

/************************************************************************************
   UTILITIES BAR - SHARING, PRINT, EMAIL, CONTAINS SOCIAL
*************************************************************************************/
.Utilities {
  padding-top: 2em;
  padding-bottom: 3.5em;
  position: relative; }
  .Utilities li {
    display: inline; }
  .Utilities a {
    text-decoration: none; }
  .Utilities .tools li {
    margin-right: 1em; }
    .Utilities .tools li a {
      font-size: 1.1875em;
      color: #3c1a40;
      line-height: 1.4em; }
      .Utilities .tools li a span {
        font-family: 'trm-lexia-regular', Arial, sans-serif; }
      .Utilities .tools li a:hover {
        color: #cc0099; }
      .Utilities .tools li a:before {
        font-size: 1.5em;
        vertical-align: bottom; }
  .Utilities .SocialLinks {
    position: absolute;
    width: 500px;
    left: 99em;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    margin-top: -7px; }
    .Utilities .SocialLinks li {
      overflow: hidden;
      display: inline-block;
      width: 50px; }
      .Utilities .SocialLinks li a {
        font-size: 2.6em;
        color: #3c1a40; }
        .Utilities .SocialLinks li a:hover {
          color: #cc0099; }
        .Utilities .SocialLinks li a span {
          left: -9999px;
          position: absolute; }
        .Utilities .SocialLinks li a.icon-twitter3 {
          font-size: 2.55em; }
    .Utilities .SocialLinks.open {
      left: 24em; }

/************************************************************************************
   TAGS - RELATED CONTENT TAGS, ETC

*************************************************************************************/
.Tags li {
  display: inline-block;
  margin: 0 0.4em 0.7em 0; }
  .Tags li a {
    text-decoration: none;
    color: white;
    background-color: #3c1a40;
    display: inherit;
    width: auto;
    padding: 0.5em 1.2em 0.6em;
    font-weight: normal;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    font-size: 0.9375em;
    text-shadow: none;
    letter-spacing: 0.002em; }
    .Tags li a:hover, .Tags li a:focus {
      background-color: #727678; }

.relatedTags {
  margin-bottom: 6em; }
  .relatedTags li:first-child a {
    background-color: #da3d81; }

/************************************************************************************
   BREADCRUMBS

*************************************************************************************/
.Breadcrumbs li a {
  background-color: #cc0099;
  border-radius: 4px; }
  .Breadcrumbs li a:hover, .Breadcrumbs li a:focus {
    background-color: #ff00bf; }
  .Breadcrumbs li a span {
    font-size: 0.7em; }
.Breadcrumbs li.last-child a {
  font-family: 'trm-lexia-bold', Arial, sans-serif;
  background-color: white;
  color: #3c1a40; }
  .Breadcrumbs li.last-child a span {
    display: none; }

/************************************************************************************
   SECONDARY NAVIGATION

*************************************************************************************/
ul.secondaryNav {
  background-color: white;
  border-width: 3px;
  margin-bottom: 4em; }
  ul.secondaryNav li {
    border-width: 3px; }
    ul.secondaryNav li .content {
      margin-top: -1em; }
      ul.secondaryNav li .content p {
        font-family: 'trm-lexia-light', Arial, sans-serif;
        font-size: 1.1875em;
        min-height: 4em; }
    ul.secondaryNav li a.mainLink {
      padding-top: 0.8em;
      padding-bottom: 0.8em;
      color: #3c1a40;
      text-decoration: none;
      font-size: 2.3125em;
      display: inline-block;
      width: 100%;
      font-family: 'trm-lexia-bold', Arial, sans-serif; }
      ul.secondaryNav li a.mainLink:focus {
        outline: 0;
        text-decoration: underline; }
      ul.secondaryNav li a.mainLink:hover .icon-chevron-right, ul.secondaryNav li a.mainLink:hover .icon-angle-right {
        margin-right: 0px; }
      ul.secondaryNav li a.mainLink:hover i .v {
        top: 3px;
        height: 0px; }
      ul.secondaryNav li a.mainLink.open i .v {
        top: 3px;
        height: 0px; }
      ul.secondaryNav li a.mainLink .mainLink-text {
        width: 70%;
        -ms-width: calc(100% - 150px);
        -webkit-width: calc(100% - 150px);
        -moz-width: calc(100% - 150px);
        width: calc(100% - 150px);
        display: inline-block; }
      ul.secondaryNav li a.mainLink.hasChildren .mainLink-text {
        width: 70%;
        -ms-width: calc(100% - 170px);
        -webkit-width: calc(100% - 170px);
        -moz-width: calc(100% - 170px);
        width: calc(100% - 170px); }
      ul.secondaryNav li a.mainLink .icon-chevron-right, ul.secondaryNav li a.mainLink .icon-angle-right {
        -webkit-transition: all 300ms;
        transition: all 300ms;
        color: #cccccc;
        display: inline-block;
        float: right;
        margin-top: 12px;
        margin-right: 0.6em; }
    ul.secondaryNav li a .mainLink-button {
      float: right;
      text-decoration: none;
      margin-right: 16px; }
      ul.secondaryNav li a .mainLink-button .text {
        display: inline-block;
        color: #3c1a40;
        margin-right: 0.4em;
        font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 17px; }
      ul.secondaryNav li a .mainLink-button i {
        display: inline-block;
        height: 25px;
        width: 25px;
        position: relative;
        margin-bottom: -15px; }
        ul.secondaryNav li a .mainLink-button i div {
          background-color: #cccccc;
          position: absolute; }
        ul.secondaryNav li a .mainLink-button i .h {
          width: 25px;
          height: 5px; }
        ul.secondaryNav li a .mainLink-button i .v {
          width: 5px;
          top: -10px;
          height: 25px;
          left: 10px;
          transition: height 400ms, top 400ms;
          -webkit-transition: height 400ms, top 400ms;
          -ms-transition: height 400ms, top 400ms; }
    ul.secondaryNav li a .mainLink-toggle {
      /* &.open{
      	i{
      		.v{
      			top: 0px;
      			height: 0px;
      		}
      	}
      } */ }
    ul.secondaryNav li ul.tertiaryNav li {
      background-color: #f5f3f5;
      border-width: 1px; }
      ul.secondaryNav li ul.tertiaryNav li .header {
        padding: 0; }
      ul.secondaryNav li ul.tertiaryNav li a {
        padding: 0.5em; }
      ul.secondaryNav li ul.tertiaryNav li .goToLink {
        background-color: #9d8c9f;
        border-top: 1px #847386 solid;
        border-bottom: 1px #847386 solid; }
        ul.secondaryNav li ul.tertiaryNav li .goToLink a {
          color: white; }
          ul.secondaryNav li ul.tertiaryNav li .goToLink a span {
            color: white; }
      ul.secondaryNav li ul.tertiaryNav li .reveal .content {
        padding: 1.2em; }
      ul.secondaryNav li ul.tertiaryNav li .reveal .goToLink a {
        padding: 0.6em;
        font-size: 22px; }
      ul.secondaryNav li ul.tertiaryNav li .mainLink {
        font-family: 'trm-lexia-regular', Arial, sans-serif; }

/************************************************************************************
   FORM ITEMS

*************************************************************************************/
.form-selectWrapper {
  position: relative;
  height: 86px;
  margin-right: 0;
  float: right;
  margin-top: 1em; }
  .form-selectWrapper ul {
    overflow: hidden;
    padding: 16px 16px  16px 0;
    background: url("../img/design/down_arrow.png");
    background-repeat: no-repeat;
    background-position: 98% 10px;
    display: inline-block;
    right: 0;
    position: absolute;
    z-index: 1;
    background-color: white;
    margin: 0;
    padding: 0;
    padding-top: 11px;
    border: solid #b8babb 1px; }
    .form-selectWrapper ul.closed {
      border-color: white;
      height: 70px; }
    .form-selectWrapper ul li {
      display: table;
      width: 100%; }
      .form-selectWrapper ul li a {
        padding: 0 4em 0 1em;
        height: 60px;
        display: table-cell;
        vertical-align: middle;
        color: #3c1a40;
        text-decoration: none; }
        .form-selectWrapper ul li a:hover, .form-selectWrapper ul li a:focus {
          text-decoration: underline; }
        .form-selectWrapper ul li a span {
          color: #cccccc;
          position: absolute;
          right: 32px; }
        .form-selectWrapper ul li a.inital {
          text-transform: uppercase;
          font-family: "Trebuchet MS", arial, sans-serif; }
      .form-selectWrapper ul li:first-child a span {
        display: none; }

.standard-web-form {
  background: white;
  padding: 1em 0;
  width: 70%;
        /* .webform-component-checkboxes{
            @include mq($until: tablet){
				.checkbox{
					//float: left;
					//margin-top: 7px;
				}
				label{
					width: auto;
					float: none;
				}
			}
			@include mq($from: tablet){
				label, .checkbox{
					float: left;
				}
				label{
					width: 30%;
				}
				.checkbox{
					width: 70%;
					padding: 0.4em 0.6em;
				}
                .form-checkboxes{
                  //  float: left;
                 //   width: 70%;
                    .form-type-checkbox{
                //        overflow: hidden;
                    }
                }
			}
        } */ }
  .standard-web-form .form-element {
    padding: 0.4em 0;
    padding: 1em 0;
    overflow: hidden; }
    .standard-web-form .form-element label {
      font-family: 'trm-lexia-thin', Arial, sans-serif;
      font-size: 1.1875em;
      padding: 0.2em 0;
      line-height: 1.4em; }
    .standard-web-form .form-element input {
      padding: 0.4em 0.6em; }
    .standard-web-form .form-element select {
      width: 68%;
      border: 0;
      background: #3c1a40;
      color: white;
      padding: 0.6em 1em;
      border-radius: 3px;
      font-size: 19px; }
    .standard-web-form .form-element textarea {
      width: 100%;
      padding: 1em; }
  .standard-web-form .form-element-text label,
  .standard-web-form .webform-component-email label,
  .standard-web-form .webform-component-number label {
    display: block; }
  .standard-web-form .form-element-text input,
  .standard-web-form .webform-component-email input,
  .standard-web-form .webform-component-number input {
    width: 100%; }
  .standard-web-form .form-element-text label, .standard-web-form .form-element-text input,
  .standard-web-form .webform-component-email label,
  .standard-web-form .webform-component-email input,
  .standard-web-form .webform-component-number label,
  .standard-web-form .webform-component-number input {
    float: left; }
  .standard-web-form .form-element-text label,
  .standard-web-form .webform-component-email label,
  .standard-web-form .webform-component-number label {
    width: 30%; }
  .standard-web-form .form-element-text input,
  .standard-web-form .webform-component-email input,
  .standard-web-form .webform-component-number input {
    width: 70%; }
  .standard-web-form .form-element-radio p {
    font-size: 1.1875em; }
  .standard-web-form .form-element-radio label, .standard-web-form .form-element-radio .radio {
    float: none; }
  .standard-web-form .form-element-radio label {
    width: 30%;
    float: left; }
  .standard-web-form .form-element-radio .radio, .standard-web-form .form-element-radio .form-radios {
    float: right;
    width: 70%;
    padding-top: 0; }
    .standard-web-form .form-element-radio .radio label, .standard-web-form .form-element-radio .form-radios label {
      float: none; }
  .standard-web-form .form-element-checkbox .form-checkboxes div {
    display: block; }
  .standard-web-form .form-element-checkbox input {
    margin-right: 10px;
    margin-top: -5px; }
  .standard-web-form .form-element-select,
  .standard-web-form .form-element-textarea {
    overflow: visible; }
    .standard-web-form .form-element-select label,
    .standard-web-form .form-element-textarea label {
      display: block;
      padding: 1em 0; }
  .standard-web-form .form-element-submit input {
    transition: all 200ms; }
    .standard-web-form .form-element-submit input:hover, .standard-web-form .form-element-submit input:focus {
      background-color: #3c1a40; }
  .standard-web-form fieldset {
    border: 0;
    padding: 0.35em 0 0.75em; }
    .standard-web-form fieldset legend {
      font-size: 2.3125em;
      font-weight: bold; }

.webform-component.webform-component-date {
  overflow: visible; }
  .webform-component.webform-component-date input.webform-calendar {
    display: none; }
  .webform-component.webform-component-date .sod_select {
    margin-bottom: 1em; }

.skipToNav {
  overflow: hidden;
  margin-bottom: 4.2em; }
  .skipToNav a {
    float: right;
    background-color: #3c1a40;
    color: white;
    padding: 0.6em;
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
    text-shadow: none;
    letter-spacing: 0.03em;
    font-size: 0.9375em; }
    .skipToNav a:hover, .skipToNav a:focus {
      background-color: #727678; }
    .skipToNav a span:hover {
      text-decoration: none; }

#homepageAjax-select {
  margin-top: 1em; }
  #homepageAjax-select li a {
    padding: 0 6em 0 1em; }
  #homepageAjax-select a:focus {
    outline: none; }
  @media print {
    #homepageAjax-select {
      display: none; } }

/****************************************************************************************************
	DOWNLOAD SECTION

*****************************************************************************************************/
.downloads {
  margin-bottom: 6em; }
  .downloads h1 {
    font-weight: normal;
    font-size: 2em; }
  .downloads p {
    font-size: 1.1875em;
    font-family: 'trm-lexia-thin', Arial, sans-serif; }
  .downloads h2 {
    font-family: 'trm-lexia-bold', Arial, sans-serif;
    font-size: 1.5em; }
  .downloads a {
    font-size: 1.1875em;
    text-decoration: none;
    color: #cc0099; }
    .downloads a:hover, .downloads a:focus {
      color: #3c1a40; }
    .downloads a span {
      font-size: 1.875em;
      line-height: 30px;
      vertical-align: middle; }
  .downloads ul li {
    border-bottom: #cccccc solid thin; }

/****************************************************************************************************
	MAP SECTION

*****************************************************************************************************/
#map-canvas {
  width: 450px;
  height: 370px; }

.mapModule {
  margin-bottom: 6em;
  padding: 2em 0;
  border: 0 #3c1a40 solid;
  border-top-width: 3px;
  border-bottom-width: 3px;
  color: #333333; }
  .mapModule .details {
    width: 490px;
    margin-left: 55px;
    font-size: 1.1875em; }
    .mapModule .details .tel {
      color: #333333; }
    .mapModule .details .email {
      color: #3c1a40; }

/**********************************************************************************************
	GALLERY MODULE

***********************************************************************************************/
.galleryModule {
  border-bottom-width: 5px;
  padding-bottom: 1em;
  margin-bottom: 3em; }
  .galleryModule .mainImage {
    margin-bottom: 1em; }
    .galleryModule .mainImage img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: 0 auto;
      min-height: 400px; }
  .galleryModule .thumbnails {
    position: relative; }
  .galleryModule .controls {
    width: 10%;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    color: #3c1a40;
    text-decoration: none;
    transition: all 400ms; }
    .galleryModule .controls:hover {
      color: #b8babb; }
    .galleryModule .controls.controls-left {
      left: 0; }
      .galleryModule .controls.controls-left:hover:before {
        padding-left: 45%; }
      .galleryModule .controls.controls-left:before {
        padding-left: 50%; }
    .galleryModule .controls.controls-right {
      right: 0;
      text-align: right; }
      .galleryModule .controls.controls-right:hover:before {
        padding-right: 45%; }
      .galleryModule .controls.controls-right:before {
        padding-right: 50%; }
    .galleryModule .controls:before {
      transition: all 400ms;
      display: block;
      padding-top: 87%;
      font-size: 35px; }
  .galleryModule .owl-carousel-container {
    width: 80%;
    margin: 0 10%; }
    .galleryModule .owl-carousel-container .owl-item {
      padding: 1em; }

.pattern-library .icoMoon {
  font-size: 2em; }
.pattern-library .icoMoon,
.pattern-library .iconClass,
.pattern-library .code {
  margin-right: 2em; }
.pattern-library .patternIcon {
  display: none; }

/****************************************************************************************************
	LISTINGS PAGE

*****************************************************************************************************/
.listingModule {
  border-bottom: 5px solid #3c1a40; }
  .listingModule .results-number {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 1.5em;
    margin: 20px 0 0;
    text-align: center; }

.listingModule-search {
  *zoom: 1;
  width: 100%; }
  .listingModule-search:before, .listingModule-search:after {
    content: "";
    display: table; }
  .listingModule-search:after {
    clear: both; }
  .listingModule-search .sod_select {
    width: auto; }
  .listingModule-search .form-element {
    padding: 2em 0 1em; }
  .listingModule-search .form-element-text {
    width: 600px;
    float: left; }
    .listingModule-search .form-element-text input {
      width: 100% !important; }
  .listingModule-search .form-element-select {
    float: left;
    margin: 0 0 0 20px; }
    .listingModule-search .form-element-select label {
      float: left;
      padding: 20px 12px 0 0 !important;
      padding: 8px 10px 0 0 !important; }
  .listingModule-search .form-element-submit {
    float: right;
    margin: 1.4em 0 0;
    padding: 0.6em 0; }
    .listingModule-search .form-element-submit input {
      min-width: 180px; }
    .listingModule-search .form-element-submit .cta {
      padding: 0.3em 2em; }

.listingModule-filter .sod_select {
  width: 200px; }
.listingModule-filter > .form-element-select:first-child {
  margin: 0 !important; }

.listing {
  padding: 0; }
  .listing li {
    padding: 20px 0;
    border-bottom: #cccccc 1px solid;
    list-style: none; }
    .listing li.has-image {
      padding-left: 200px;
      position: relative;
      min-height: 220px; }
      .listing li.has-image img {
        max-width: 170px;
        position: absolute;
        left: 0;
        top: 25px; }
    .listing li h2 {
      margin: 0 0 5px; }
      .listing li h2 a {
        color: #3c1a40;
        text-decoration: none; }
        .listing li h2 a:hover, .listing li h2 a:focus {
          text-decoration: underline; }
    .listing li h3 {
      margin: 5px 0;
      color: #727678;
      font-size: 1.1875em; }
    .listing li p {
      font-family: 'trm-lexia-thin', Arial, sans-serif;
      font-size: 1.1875em;
      margin: 10px 0; }
    .listing li .more {
      color: #cc0099;
      font-weight: bold;
      font-size: 1.1875em;
      text-decoration: none; }
      .listing li .more:hover, .listing li .more:focus {
        text-decoration: underline; }

/************************************************************************************************************
        Pagination

************************************************************************************************************/
.item-list .pager {
  line-height: 55px;
  margin: 1em 0; }
  .item-list .pager li {
    margin: 0;
    padding: 0; }
    .item-list .pager li.pager-current,
    .item-list .pager li a {
      font-weight: bold;
      padding: 10px 15px;
      text-decoration: none;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #c2c2c2;
      color: #cc0099; }
    .item-list .pager li a:hover, .item-list .pager li a:focus {
      color: #fff;
      background: #cc0099;
      border: 1px solid #cc0099; }
    .item-list .pager li.pager-current {
      background-color: #cc0099;
      border-color: #cc0099;
      color: #fff;
      margin-left: 15px; }
    .item-list .pager li.pager-next a, .item-list .pager li.pager-last a, .item-list .pager li.pager-first a, .item-list .pager li.pager-previous a {
      border: 0;
      padding: 0; }
      .item-list .pager li.pager-next a:hover, .item-list .pager li.pager-next a:focus, .item-list .pager li.pager-last a:hover, .item-list .pager li.pager-last a:focus, .item-list .pager li.pager-first a:hover, .item-list .pager li.pager-first a:focus, .item-list .pager li.pager-previous a:hover, .item-list .pager li.pager-previous a:focus {
        text-decoration: underline;
        color: #cc0099;
        background: none; }
  .item-list .pager li + li a {
    margin-left: 15px; }

/************************************************************************************************************
        Private homepage

************************************************************************************************************/
.spot {
  padding: 20px 20px 50px;
  margin-bottom: 20px;
  position: relative;
  padding: 30px 30px 50px; }
  .spot a {
    text-decoration: none; }
    .spot a:hover, .spot a:focus {
      text-decoration: underline; }
  .spot.u-bgAubergine a, .spot.u-bgSlate a, .spot.u-bgActualTurquoise a {
    color: #fff; }
  .spot.u-bgGrey a {
    color: #727678; }
  .spot h2 {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 1.75em;
    font-weight: normal;
    margin: 10px 0 20px;
    margin: 10px 0 80px; }
  .spot p {
    font-family: 'trm-lexia-thin', Arial, sans-serif;
    font-size: 1.1875em; }
  .spot .more {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    position: absolute;
    bottom: 30px; }

.spot-quote blockquote {
  text-align: center;
  padding: 0 0 20px;
  padding: 60px 0 0; }
  .spot-quote blockquote p {
    font-family: 'trm-lexia-thin', Arial, sans-serif;
    font-size: 1.375em;
    margin-bottom: 1.3em;
    font-size: 1.75em; }
  .spot-quote blockquote cite {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 1.0625em;
    font-style: normal;
    font-size: 1.1875em; }

/***********************************************************************************
	EVENT BOOKING PAGE
*************************************************************************************/
.MainBodyText p .event-booking {
  background-color: #3c1a40;
  color: white;
  text-decoration: none;
  padding: 0.6em;
  margin: 1em 0;
  border-radius: 3px; }
  .MainBodyText p .event-booking:hover, .MainBodyText p .event-booking:focus {
    background-color: #3d1a41; }

/***********************************************************************************
	ITEM INFO PAGE
*************************************************************************************/
.item-info p {
  font-size: 1.125em; }

.externalLink {
  padding: 3em; }
  .externalLink a {
    text-decoration: none; }
    .externalLink a:hover, .externalLink a:focus {
      background-color: #66004d; }

/************************************************************************************
   Private Care Styles
*************************************************************************************/
.private-only {
  display: none !important; }

.private .non-private, .privateblog .non-private {
  display: none !important; }
.private .private-only, .privateblog .private-only {
  display: inline-block !important; }
.private .TRMLogo a span, .privateblog .TRMLogo a span {
  display: block; }
.private .icon-rmNHSLogo, .privateblog .icon-rmNHSLogo {
  display: none; }
.private .headerBG,
.private .masthead,
.private .page-head,
.private .lowerFooter,
.private .PrimaryNavigation, .privateblog .headerBG,
.privateblog .masthead,
.privateblog .page-head,
.privateblog .lowerFooter,
.privateblog .PrimaryNavigation {
  background-color: #727678; }
.private .primaryNavigationUL li a:hover, .private .primaryNavigationUL li a:focus, .privateblog .primaryNavigationUL li a:hover, .privateblog .primaryNavigationUL li a:focus {
  background-color: #525658; }
.private .MainSearch, .privateblog .MainSearch {
  border-bottom-color: white; }
.private .Breadcrumbs li a, .privateblog .Breadcrumbs li a {
  background-color: #525658; }
.private .Breadcrumbs li.last-child a, .privateblog .Breadcrumbs li.last-child a {
  background-color: white; }
.private .GlobalFooter .lowerFooter .u-floatRight, .privateblog .GlobalFooter .lowerFooter .u-floatRight {
  display: none; }
.private .GlobalFooter .trm-crest a, .privateblog .GlobalFooter .trm-crest a {
  background-image: url("../img/design/rmCrestAubergine.svg"); }
  .no-svg .private .GlobalFooter .trm-crest a, .no-svg .privateblog .GlobalFooter .trm-crest a {
    background-image: url("../img/design/rmCrestAubergine.png"); }
.private .GlobalFooter .relatedLinks, .privateblog .GlobalFooter .relatedLinks {
  background-image: url("../img/design/accreditation_current_site_private.png");
  background-image: url("../img/design/Accreditations_April-2015_private-no-text.png"); }

a {
  transition: all 200ms; }

.cta {
  font-size: 1.5em;
  padding: 0.4em 2em;
  border-radius: 3px;
  border: 0; }

.cookie_agree {
  background-color: white;
  color: #00a0cd;
  font-weight: bold; }

.icon-close {
  background-color: transparent;
  border: 0; }

.privateblog, .privateblog.editorial .SpotlightNavigationItem a p {
  background: #f3f3f3; }

.editorial img {
  max-width: 100%; }
.editorial .blog-home {
  text-align: center;
  margin: 48px 0 36px;
  display: block; }
.editorial .topic-filter-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 0 30px; }
  .editorial .topic-filter-wrap:before {
    content: "";
    border-top: 1px solid #b8babb;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%; }
.editorial .topic-filter {
  font-size: 19px;
  background: #fff;
  z-index: 4;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 0;
  display: inline-block; }
  .privateblog.editorial .topic-filter {
    background: #f3f3f3; }
  .editorial .topic-filter + .topic-filter {
    z-index: 3;
    padding-left: 0;
    z-index: 4;
    left: -5px; }
    .js .editorial .topic-filter + .topic-filter ul {
      left: 0; }
  .editorial .topic-filter a {
    color: #333;
    padding: 5px 10px;
    text-decoration: none;
    background: #fff; }
  .editorial .topic-filter .topic-filter--toggle {
    position: relative;
    padding: 5px 35px 5px 10px;
    border: 1px solid #b8babb;
    display: inline-block;
    min-width: 300px; }
    .editorial .topic-filter .topic-filter--toggle:after {
      content: "";
      width: 22px;
      height: 12px;
      background: url("../img/design/trm-sprite.png") 0 -2040px;
      position: absolute;
      right: 10px;
      top: 12px; }
    .editorial .topic-filter .topic-filter--toggle.open {
      font-weight: bold; }
  .js .editorial .topic-filter ul {
    position: absolute;
    left: 20px;
    right: 20px;
    list-style: none;
    background: #fff;
    padding: 0;
    margin: -1px 0 0;
    display: none;
    border: 1px solid #b8babb;
    border-top: none; }
    .js .editorial .topic-filter ul a {
      padding: 5px 10px;
      display: block; }
.editorial .editorial-hero-landing img {
  width: 100%; }
.editorial .editorial-hero-landing div {
  position: relative;
  padding: 20px;
  margin: -50px 170px 50px;
  padding: 30px 30px 40px; }
  .editorial .editorial-hero-landing div .topic {
    color: #fff;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 13px; }
  .editorial .editorial-hero-landing div h2 {
    font-family: 'trm-lexia-light', Arial, sans-serif;
    font-weight: normal; }
.editorial .editorial-listing-wrapper + .editorial-listing-wrapper {
  clear: both; }
.editorial .editorial-listing-left {
  float: left;
  width: 700px; }
  .privateblog.editorial .editorial-listing-left {
    width: 520px; }
  .editorial .editorial-listing-left .editorial-listing-item div span span {
    display: inline;
    position: relative; }
.editorial .editorial-listing-right {
  float: right;
  width: 340px; }
  .privateblog.editorial .editorial-listing-right {
    width: 520px; }
  .editorial .editorial-listing-right .editorial-listing-item h2 {
    font-size: 24px; }
  .editorial .editorial-listing-right .editorial-listing-item p {
    font-size: 15px; }
  .editorial .editorial-listing-right .editorial-listing-item div span {
    position: static;
    display: block; }
    .editorial .editorial-listing-right .editorial-listing-item div span span {
      display: inline; }
.editorial .editorial-listing-item {
  border-bottom: 1px solid #b8babb;
  padding: 10px 0;
  padding: 30px 0; }
  .privateblog.editorial .editorial-listing-item {
    border: none;
    margin-bottom: 2em !important;
    padding-bottom: 2em !important; }
    .privateblog.editorial .editorial-listing-item.no-img {
      background-color: #727678;
      color: white;
      padding-left: 2em;
      padding-right: 2em; }
      .privateblog.editorial .editorial-listing-item.no-img a {
        color: white; }
  .privateblog.editorial .editorial-listing-item {
    padding: 21px 0 0; }
  .editorial .editorial-listing-item img {
    display: block;
    width: 100%; }
    .editorial .editorial-listing-item img + div {
      background: #fff;
      padding: 20px; }
      .privateblog.editorial .editorial-listing-item img + div {
        margin: -60px 40px 0; }
        .privateblog.editorial .editorial-listing-item img + div h2 {
          font-size: 24px; }
        .privateblog.editorial .editorial-listing-item img + div p {
          font-size: 15px; }
  .editorial .editorial-listing-item div {
    position: relative; }
    .privateblog.editorial .editorial-listing-item div {
      margin: 60px 0; }
    .editorial .editorial-listing-item div img {
      display: block;
      width: 100%; }
    .editorial .editorial-listing-item div span {
      font-family: arial;
      font-size: 13px;
      background: #fff;
      bottom: 0;
      left: 0;
      padding-bottom: 0;
      display: inline-block;
      position: absolute;
      min-width: 240px;
      padding: 10px 10px 5px 0; }
      .privateblog.editorial .editorial-listing-item div span {
        background: none; }
      .privateblog.editorial .editorial-listing-item div span {
        position: static; }
  .privateblog.editorial .editorial-listing-item h2 {
    font-family: 'trm-lexia-light', Arial, sans-serif;
    font-weight: normal;
    margin: 5px 0 0; }
  .privateblog.editorial .editorial-listing-item p {
    font-family: 'trm-lexia-light', Arial, sans-serif;
    font-weight: normal; }
  .editorial .editorial-listing-item a {
    text-decoration: none;
    color: #3c1a40; }
    .editorial .editorial-listing-item a:hover, .editorial .editorial-listing-item a:focus {
      text-decoration: underline; }
  .editorial .editorial-listing-item h2 {
    font-size: 37px; }
    .privateblog.editorial .editorial-listing-item h2 {
      font-size: 37px; }
  .editorial .editorial-listing-item p {
    font-size: 19px; }
    .privateblog.editorial .editorial-listing-item p {
      font-size: 19px; }
  .editorial .editorial-listing-item .more {
    font-size: 15px; }
.editorial .editorial-landing-hidden {
  display: none; }
.editorial .load-more {
  clear: both;
  display: block;
  margin: 2em auto;
  text-align: center;
  padding: 10px;
  color: #fff;
  border: 1px solid #cc0099;
  background: #cc0099;
  text-decoration: none;
  font-size: 20px;
  transition: all .2s;
  width: 33.2%;
  margin: 40px auto 40px 33.3%;
  padding: 15px;
  font-size: 24px;
  float: left; }
  .editorial .load-more.load-more-landing, .editorial .load-more img {
    display: none; }
  .privateblog.editorial .load-more {
    border: none;
    color: #fff;
    background: #00a4a1; }
  .editorial .load-more:hover, .editorial .load-more:focus {
    background: #fff;
    color: #cc0099; }
    .privateblog.editorial .load-more:hover, .editorial .load-more:focus {
      color: #fff;
      background: #00a0cd; }
.editorial .topic {
  text-transform: uppercase;
  color: #00a0cd;
  font-size: 15px;
  display: block;
  padding: 1.3em 0; }
  .privateblog.editorial .topic {
    color: #727678; }
  .editorial .topic span {
    color: #727678; }
.editorial .pageHeader {
  font-family: 'trm-lexia-bold'; }
  .topic + .editorial .pageHeader {
    margin-top: 0; }
  .privateblog.editorial .pageHeader {
    font-family: 'trm-lexia-regular'; }
.editorial .pageHeader {
  color: #3c1a40; }
  .privateblog.editorial .pageHeader {
    color: #727678; }
.editorial .IntroText {
  color: #3c1a40; }
  .privateblog.editorial .IntroText {
    color: #727678; }
.editorial .tags-list {
  border-top: 1px solid #b8babb; }
  .editorial .tags-list p {
    display: inline-block;
    padding-right: 10px; }
  .editorial .tags-list ul {
    display: inline-block;
    padding: 0; }
  .editorial .tags-list li {
    display: inline-block; }
    .editorial .tags-list li a {
      display: inline-block;
      padding: 5px 10px;
      margin: 0 2px 5px;
      border: 1px solid #3c1a40;
      color: #3c1a40;
      text-decoration: none;
      transition: all .2s; }
      .privateblog.editorial .tags-list li a {
        border: 1px solid #00a0cd; }
      .editorial .tags-list li a:hover, .editorial .tags-list li a:focus {
        color: #fff;
        background: #3c1a40; }
        .privateblog.editorial .tags-list li a:hover, .editorial .tags-list li a:focus {
          background: #00a0cd; }
.editorial .author-info {
  margin-bottom: 1em;
  display: block; }
  .editorial .author-info a {
    text-decoration: none;
    color: #3c1a40;
    display: inline-block; }
    .privateblog.editorial .author-info a {
      color: #727678; }
  .editorial .author-info span {
    vertical-align: middle;
    font-size: 1.3em;
    color: #af80dc; }
    .privateblog.editorial .author-info span {
      color: #727678; }
.editorial .editorial-hero {
  position: relative;
  margin: 2em 0;
  clear: both;
  margin: 4em 0; }
  .privateblog.editorial .editorial-hero {
    padding-bottom: 2em; }
  .editorial .editorial-hero img {
    display: block;
    width: 100%; }
  .editorial .editorial-hero p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    max-width: 490px;
    padding: 10px 10px 0 0;
    margin: 0;
    font-family: arial;
    font-size: 12px; }
    .privateblog.editorial .editorial-hero p {
      color: #333;
      font-family: georgia;
      font-style: italic;
      font-size: 15px;
      text-align: center;
      padding: 20px;
      width: 722px;
      max-width: none;
      left: 170px; }
.editorial .editorial-group {
  overflow: hidden;
  padding: 0 170px; }
  .editorial .editorial-group img {
    display: block;
    margin-bottom: 22px;
    max-width: 100%; }
  .editorial .editorial-group p {
    clear: both;
    font-size: 15px;
    font-family: arial; }
    .privateblog.editorial .editorial-group p {
      color: #333;
      font-family: georgia;
      font-style: italic;
      text-align: center; }
.editorial .blockquote {
  padding: 1em 0;
  margin: 3em 0;
  clear: both; }
  .privateblog.editorial .blockquote {
    color: #727678; }
  .editorial .blockquote .quote {
    font-family: georgia;
    font-style: italic; }
    .privateblog.editorial .blockquote .quote {
      color: #727678;
      font-family: arial;
      font-style: normal; }
  .editorial .blockquote footer {
    color: #cc0099;
    font-family: arial;
    font-size: 15px; }
    .privateblog.editorial .blockquote footer {
      text-transform: none;
      color: #727678;
      font-family: 'trm-lexia-regular'; }
    .editorial .blockquote footer span {
      display: block; }
.editorial .MainBodyText {
  line-height: 1.5;
  margin-bottom: 2em;
  padding: 0 170px; }
  .editorial .MainBodyText.MainBodyText-first p:first-child::first-letter {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px 7px 0 7px;
    line-height: 1.2;
    font-size: 2em;
    background: #3c1a40;
    color: #fff;
    vertical-align: middle;
    border-radius: 4px; }
    .privateblog.editorial .MainBodyText.MainBodyText-first p:first-child::first-letter {
      background: #727678; }
  .editorial .MainBodyText img {
    width: 100%;
    display: block;
    margin: 2em 0; }
.editorial .article-link, .editorial .article-stat {
  border: 1px solid #cc0099;
  border-width: 1px 0;
  padding: 20px 0;
  margin: 10px 0;
  padding: 40px 20px 40px 0;
  width: 320px; }
  .editorial .article-link + .article-link, .editorial .article-link + .article-stat, .editorial .article-stat + .article-link, .editorial .article-stat + .article-stat {
    margin-top: 50px; }
  .privateblog.editorial .article-link, .editorial .article-stat {
    border-color: #727678; }
  .editorial .article-link.purple, .editorial .article-stat.purple {
    border-color: #3c1a40; }
  .editorial .article-link.fuchsia, .editorial .article-stat.fuchsia {
    border-color: #cc0099; }
  .editorial .article-link.dark-fuchsia, .editorial .article-stat.dark-fuchsia {
    border-color: #da3d81; }
  .editorial .article-link.turquoise, .editorial .article-stat.turquoise {
    border-color: #00a4a1; }
  .editorial .article-link.aqua, .editorial .article-stat.aqua {
    border-color: #ccedec; }
  .editorial .article-link.grey, .editorial .article-stat.grey {
    border-color: #727678; }
  .editorial .article-link.white, .editorial .article-stat.white {
    border-color: #ffffff; }
  .editorial .article-link span, .editorial .article-stat span {
    text-transform: uppercase;
    font-family: arial;
    color: #00a0cd;
    font-size: 13px; }
    .privateblog.editorial .article-link span, .editorial .article-stat span {
      color: #727678; }
  .editorial .article-link h2, .editorial .article-stat h2 {
    margin-bottom: 0; }
  .editorial .article-link a, .editorial .article-stat a {
    font-family: 'trm-lexia-light', Arial, sans-serif;
    color: #3c1a40;
    text-decoration: none; }
    .editorial .article-link a:hover, .editorial .article-link a:focus, .editorial .article-stat a:hover, .editorial .article-stat a:focus {
      text-decoration: underline; }
  .editorial .article-link p, .editorial .article-stat p {
    font-size: 1.1875em; }
  .editorial .article-link.u-floatLeft, .editorial .article-stat.u-floatLeft {
    margin-left: -170px;
    margin-right: 20px; }
  .editorial .article-link.u-floatRight, .editorial .article-stat.u-floatRight {
    margin-right: -170px;
    margin-left: 20px; }
  .editorial .article-link.article-link-full, .editorial .article-stat.article-link-full {
    width: 722px;
    padding: 40px 20px;
    margin: 0 auto 4em;
    background: #f8f8f8; }
    .privateblog.editorial .article-link.article-link-full, .editorial .article-stat.article-link-full {
      background: #fff; }
    .editorial .article-link.article-link-full h2, .editorial .article-stat.article-link-full h2 {
      font-size: 37px;
      margin-top: .7em; }
.editorial .u-floatLeft .article-link, .editorial .u-floatLeft .article-stat {
  margin-left: -170px;
  margin-right: 20px; }
.editorial .u-floatRight .article-link, .editorial .u-floatRight .article-stat {
  margin-right: -170px;
  margin-left: 20px; }
.editorial .article-stat {
  border-top-width: 5px;
  border-color: #3c1a40;
  padding: 0 0 20px; }
  .editorial .article-stat b {
    line-height: 1.2;
    font-size: 60px;
    color: #00a4a1;
    font-size: 100px; }
    .privateblog.editorial .article-stat b {
      color: #727678; }
  .editorial .article-stat p {
    font-size: 37px;
    margin: -10px 0 0; }
.editorial .SpotlightNavigation-nolinks img {
  width: 100%; }
.editorial .SpotlightNavigation-nolinks .SpotlightNavigationItem {
  position: relative; }
  .editorial .SpotlightNavigation-nolinks .SpotlightNavigationItem div {
    position: absolute;
    bottom: 0;
    width: 100%; }
.editorial .SpotlightNavigation-nolinks p {
  background-color: white;
  width: 75%;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  font-size: 12px;
  padding: 1em 1em 1em 0;
  letter-spacing: 0.02em;
  font-family: 'trm-lexia-regular', Arial, sans-serif;
  margin: 0;
  float: left; }
.editorial .secondaryNavigation {
  border-width: 5px; }
  .editorial .secondaryNavigation h2 {
    font-size: 37px; }
  .editorial .secondaryNavigation ul.secondaryNav {
    background: none;
    border-width: 1px; }
  .editorial .secondaryNavigation li {
    border-width: 1px; }
    .editorial .secondaryNavigation li .mainLink {
      font-family: 'trm-lexia-regular', Arial, sans-serif;
      padding: .5em 0; }
      .editorial .secondaryNavigation li .mainLink .icon-angle-right {
        margin-top: 0;
        font-size: 1.4em; }
.editorial .SpotlightNavigationItem a p {
  font-size: 23px;
  min-height: 4em;
  padding: .5em .5em .5em 0; }
.editorial .Utilities {
  margin-left: 170px;
  margin-right: 170px; }
.editorial .editorial-qna {
  border-width: 5px; }
  .editorial .editorial-qna h1 {
    margin-top: 0; }
  .editorial .editorial-qna div {
    border: 5px solid #cccccc;
    padding: 10px;
    margin: 10px 0;
    border-width: 10px;
    padding: 75px;
    margin: 25px 85px; }
    .editorial .editorial-qna div.u-borderWhite {
      border-color: white;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 15px;
      border: none; }
    .editorial .editorial-qna div.u-borderFuchsia {
      border-color: #cc0099; }
    .editorial .editorial-qna div.u-borderDarkFuchsia {
      border-color: #da3d81; }
    .editorial .editorial-qna div.u-borderPurple {
      border-color: #3c1a40; }
    .editorial .editorial-qna div.u-borderGrey {
      border-color: #cccccc; }
    .editorial .editorial-qna div.u-borderAqua {
      border-color: #ccedec; }
    .editorial .editorial-qna div.u-borderTurquoise {
      border-color: #00a0cd; }
    .editorial .editorial-qna div h1 {
      font-size: 57px;
      font-family: arial;
      font-weight: normal;
      margin-bottom: .5em; }
    .editorial .editorial-qna div .IntroText {
      font-size: 24px;
      border: none; }
    .editorial .editorial-qna div h2 {
      font-family: georgia;
      font-size: 19px;
      font-style: italic;
      font-weight: normal; }
    .editorial .editorial-qna div p {
      border-bottom: 1px solid #cccccc !important;
      padding-bottom: 1em;
      font-size: 19px; }
      .editorial .editorial-qna div p:last-child {
        border: none !important;
        padding-bottom: 0; }
.editorial .editorial-spot {
  border-width: 5px;
  padding: 2em 0;
  padding: 80px 170px 60px; }
  .editorial .editorial-spot .article-img {
    max-width: 320px; }
    .editorial .editorial-spot .article-img.u-floatLeft {
      margin: 0 20px 10px -170px; }
    .editorial .editorial-spot .article-img.u-floatRight {
      margin: 0 -170px 10px 20px; }
  .editorial .editorial-spot h1 {
    font-size: 37px; }
  .editorial .editorial-spot p {
    font-size: 19px; }
  .editorial .editorial-spot .topic {
    padding-bottom: 0; }
  .editorial .editorial-spot p {
    font-style: italic;
    font-family: georgia; }
.privateblog.editorial .SpotlightNavigation h1 {
  color: #727678; }
.privateblog.editorial .secondaryNavigation h2 {
  color: #727678; }
.editorial .blockquote p span.icon.icon-rmQuoteMarksRight {
  float: right; }
.editorial .external-link {
  display: inline-block; }

.Utilities-editorial {
  max-width: 320px;
  padding: 10px 0 0;
  margin: 0 !important; }
  .Utilities-editorial.Utilities-editorial-landing {
    max-width: 340px;
    width: 340px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px; }
    .privateblog .Utilities-editorial.Utilities-editorial-landing {
      max-width: 520px;
      width: 520px;
      border: none;
      text-align: center;
      padding: 40px 0; }
  .Utilities-editorial p {
    display: inline-block;
    margin: 0; }
  .Utilities-editorial .SocialLinks {
    left: auto;
    width: auto;
    position: static;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle; }
    .Utilities-editorial .SocialLinks li {
      width: 45px; }
    body .Utilities-editorial .SocialLinks a {
      color: #3c1a40;
      line-height: 1.2;
      float: right; }
      body .Utilities-editorial .SocialLinks a:hover, body .Utilities-editorial .SocialLinks a:focus {
        color: #af80dc; }
  .privateblog .Utilities-editorial .SocialLinks a {
    color: #727678; }

#block-bean-footer {
  clear: both; }

.editorial .utilities-share-simulate {
  height: 0;
  height: 60px; }

.privateblog.editorial .utilities-share-simulate {
  height: 0;
  height: 100px; }

.privateblog .external-link {
  background-color: #00a4a1; }

.lt-ie9 {
  	/* &.js{
  		.heroImage{
  			&.video{
  				position: relative;
  				.overlay{
  					&:after{
  						content: "";
  			            background-image: url('/theme/assets/img/design/ie8playicon.png');
  			            background-repeat: no-repeat;
  			            background-position: 50%;
  						position: absolute;
  			            z-index: 2;
  						height: 100%;
  						width: 100%;
  			            text-decoration: none;
  					}
  					&:hover, &:focus{
  						&:after{
  			            	background-image: url('/theme/assets/img/design/whitearrawie8.png');
  						}
  
  					}
  		        }
  		    }
  	    }
  	} */ }
  .lt-ie9 .TRMLogo a {
    background-image: url("../img/design/trmTrustLogo.png"); }
    .lt-ie9 .TRMLogo a.private-only {
      background-image: url("../img/design/trmTrustLogo-original.png"); }
  .lt-ie9 .private .private-only {
    display: inline !important; }
  .lt-ie9 .primaryNavToggle.open .icon {
    background-repeat: no-repeat;
    background-position: 6px -1493px; }
    .lt-ie9 .primaryNavToggle.open .icon div {
      display: none; }
  .lt-ie9 .SpotlightNavigation .spotlightUL li {
    width: 305px; }
  .lt-ie9 .PrimaryNavigationInner {
    height: 100%; }
  .lt-ie9 .SpotlightNavigationItem a:hover .hover, .lt-ie9 .SpotlightNavigationItem a:focus .hover {
    width: 0; }
  .lt-ie9 .SpotlightNavigationItem a .hover {
    width: 0; }
  .lt-ie9 .SpotlightNavigationItem a p {
    width: 80%;
    min-height: 3em; }
  .lt-ie9 .heroImage.video {
    min-height: auto;
    height: 17em; }
  .lt-ie9 .video .overlay .ie-play {
    z-index: 999999999;
    position: relative;
    top: 42%;
    text-align: center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 86.6px;
    border-color: transparent transparent transparent #ccc;
    margin: auto; }
  .lt-ie9 .video .overlay:hover .ie-play {
    z-index: 999999999;
    position: relative;
    top: 42%;
    text-align: center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 86.6px;
    border-color: transparent transparent transparent #fff;
    margin: auto; }
  .lt-ie9 .u-taller {
    min-height: auto !important;
    height: 510px !important; }

.ie9 .SocialLinks.open {
  left: 30em; }
