@charset "utf-8";
/*==== Universal Sandbox, created by Chris Mounsey 09/2012 ====*/
/*-------- Set Up --------*/
/* Example: background-image: url("@{base-images-url}bg.png"); */
/*---- Standard definitions: others are in 04-structure/01-page ----*/
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/styles.less */
html {
  font-size: 62.5%;
  /*---- Makes 1em = 10px (assuming default browser font size of 16px) ----*/

  min-height: 100%;
  padding: 0;
  margin: 0;
}
/* line 25, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/styles.less */
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
}
/*==== SPACING ELEMENTS ====*/
/*======== IMPORT LIBRARIES ========*/
/*---- Standard Media Player (do not remove these styles without rewriting) ----*/
/* @import "../css-libs/mediaelementplayer.min.css"; */
/*---- JQuery UI (if required) ----*/
/*======== IMPORT STYLES ========*/
/*==== 01-Framework ====*/
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 29, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 111, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* line 131, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
/* line 136, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
/* line 141, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
/* line 146, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
/* line 151, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
b,
strong {
  font-weight: bold;
}
/* line 173, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 181, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 189, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 198, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 207, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 230, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 238, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 248, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 256, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 264, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
sup {
  top: -0.5em;
}
/* line 268, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 280, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
/* line 287, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 295, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 305, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 320, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 329, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 341, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 353, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
/* line 361, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 373, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 402, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 417, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
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.
 */
/* line 430, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 442, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 456, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 468, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 477, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 488, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 501, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-01-normalise.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * 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
   ========================================================================== */
/* line 13, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-02-first-shim.less */
html,
button,
input,
select,
textarea {
  color: #222;
}
/* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-02-first-shim.less */
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-02-first-shim.less */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* line 37, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-02-first-shim.less */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
/* line 46, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-02-first-shim.less */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 59, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-02-first-shim.less */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
/* line 67, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-02-first-shim.less */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
/* line 77, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-02-first-shim.less */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 85, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-02-first-shim.less */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/*---- The LESS Toolbox contains all of the repeated styles and colour variables ----*/
/*---- Border-box Model Reset ----*/
/* Apply a natural box layout model to some elements */
/* line 6, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-04-toolbox.less */
.box-sizing-reset {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*---- Box model reset ----*/
/* line 14, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-04-toolbox.less */
.box-model-reset {
  margin: 0;
  padding: 0;
}
/* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-04-toolbox.less */
.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*---- Align block elements centre ----*/
/* line 27, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-04-toolbox.less */
.align-center {
  margin-left: auto;
  margin-right: auto;
}
/*---- Provide a light grey outline for elements in White-Label Sandbox ----*/
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-04-toolbox.less */
.light-border {
  border: 1px solid #DDDDDD;
}
/*---- Standard Moble View reset: remove float, and set an automatic width; remove all margins ----*/
/* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-04-toolbox.less */
.mobile-reset {
  float: none;
  width: auto;
  margin: 0;
}
/*---------------------------------------------------
    LESS Elements 0.6: http://lesselements.com
-----------------------------------------------------*/
/*---- End LESS Elements ----*/
/*---- Begin CJDM amends ----*/
/*---- Standard Media Player (do not remove these styles) ----*/
/* line 1, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
}
/* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
/* Start: LAYERS */
/* line 22, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 27, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 32, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 37, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 42, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-overlay-play {
  cursor: pointer;
}
/* line 45, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../images/media-manager/bigplay.png) top left no-repeat;
}
/* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../images/media-manager/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
/* line 71, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../images/media-manager/loading.gif) center center no-repeat;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
/* line 81, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-container .mejs-controls {
  position: absolute;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../images/media-manager/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
}
/* line 110, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-button span {
  cursor: pointer;
  display: block;
  font-size: 0px;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  height: 16px;
  width: 16px;
  background: transparent url(../images/media-manager/controls.png) 0 0 no-repeat;
}
/* End: CONTROL BAR */
/* Start: Time (current / duration) */
/* line 124, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  padding: auto 4px;
}
/* line 134, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* End: Time (current / duration) */
/* Start: Play/pause */
/* line 147, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-play span {
  background-position: 0 0;
}
/* line 150, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-pause span {
  background-position: 0 -16px;
}
/* End: Play/pause */
/* Stop */
/* line 157, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-stop span {
  background-position: -112px 0;
}
/* End: Play/pause */
/* Start: Progress bar */
/* line 163, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls div.mejs-time-rail {
  width: 200px;
  padding-top: 5px;
}
/* line 167, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
/* line 177, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#1e1e1e, endColorstr=#3c3c3c);
}
/* line 186, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2c7c91, endColorstr=#4eb7d4);
  width: 0;
}
/* line 195, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#c8c8c8);
}
/* line 204, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
/* line 219, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-float {
  visibility: hidden;
  position: absolute;
  display: block;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
/* line 232, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-time-rail:hover .mejs-time-float {
  visibility: visible;
}
/* line 235, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
/* line 242, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress bar */
/* Start: Fullscreen */
/* line 269, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-fullscreen-button span {
  background-position: -32px 0;
}
/* line 272, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-unfullscreen span {
  background-position: -32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
/* line 282, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-mute span {
  background-position: -16px -16px;
}
/* line 286, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-unmute span {
  background-position: -16px 0;
}
/* line 290, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-volume-button {
  position: relative;
}
/* line 294, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../images/media-manager/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
/* line 309, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px ;
  -moz-border-radius: 0 0 4px 4px ;
  border-radius: 0 0 4px 4px ;
}
/* line 314, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}
/* line 318, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
/* line 329, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
/* line 340, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
/* End: Mute/Volume */
/* Start: TRACK (Captions and Chapters) */
/* line 361, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-captions-button {
  position: relative;
}
/* line 365, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-captions-button span {
  background-position: -48px 0;
}
/* line 368, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../images/media-manager/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 384, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}
/* line 388, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
/* line 395, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
/* line 403, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0px 5px;
}
/* line 408, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
/* line 417, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
/* line 423, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
}
/* line 430, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
/* line 442, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
/* line 451, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
/* line 455, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  /*background: #333;*/

  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
/* line 463, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
/* line 472, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 482, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  /*font-weight: bold;*/

  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
/* line 492, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
/* line 496, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
/* line 501, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
/* line 508, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-captions-position-hover {
  bottom: 45px;
}
/* line 512, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../images/media-manager/background.png);
  background: rgba(20, 20, 20, 0.8);
}
/* End: TRACK (Captions and Chapters) */
/* line 522, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-clear {
  clear: both;
}
/* Start: ERROR */
/* line 529, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
/* line 533, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: ERROR */
/* Start: Loop */
/* line 541, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-loop-off span {
  background-position: -64px -16px;
}
/* line 544, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-loop-on span {
  background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
/* line 550, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-backlight-off span {
  background-position: -80px -16px;
}
/* line 553, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-backlight-on span {
  background-position: -80px 0;
}
/* End: backlight */
/* Start: picture controls */
/* line 560, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-05-mediaplayer.less */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: picture controls *//*==== 02-site-variables ====*/
/*---- Blue ----*/
/*---- Purple ----*/
/*---- Aqua ----*/
/* #00aa9f */
/*---- Dark pink ----*/
/* #931638 *//*---- Light blue ----*/
/* #0091C9 */
/*---- Light Green ----*/
/* #009E49 */
/*---- Green ----*/
/*---- Greys ----*/
/*---- Whites ----*/
/*---- Blacks ----*/
/*---- Text colours ----*/
/*---- Jump to areas ----*/
/*---- Default position values ----*/
/*--- Default size variables (mainly for image-containing elements) ----*/
/* !Logo width ----*/
/* !Width of main images in standard content lists ----*/
/* !Width of main images in standard text-content and blog posts ----*/
/* ! Standard image styles ----*/
/* line 25, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-03-images.less */
.content-image-aligned-left,
.content-image-aligned-right {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 529px) {
  /* line 29, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-03-images.less */
  .content-image-aligned-left,
  .content-image-aligned-right {
    margin: 0 !important;
    float: none !important;
  }
}
/* line 35, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-03-images.less */
.content-image-aligned-left {
  float: left;
  margin: 0.5em 2.5em 1em 0;
}
/* line 40, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-03-images.less */
.content-image-aligned-right {
  float: right;
  margin: 0.5em 0 1em 2.5em;
}
/*---- Image references ----*/
/*---- Accessibility Images ----*/
/*---- Page Footer Utilities ----*/
/* !Media Icons ----*/
/*==== SANDBOX STRUCTURAL VARIABLES ====*/
/*==== MAIN COLUMN VARIABLES ====*/
/*-- IE6 Fix LESS Column Definitions (IE6 does not calculate percentages accurately) --*/
/*==== PLACEMENT VARIABLES ====*/
/*==== OTHER VARIABLES ====*//*==== HTML FORM ELEMENTS ====*/
/* !Form mixins */
/* !Begin styles declarations */
/* line 59, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container {
  /*------------------------------------*/

  /* !Label */

  /* !Textarea */

  /* !Inputs */

  /*------------------------------------*/

}
/* line 63, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container label {
  margin: 0 1em 0 0;
}
/* line 68, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container textarea {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  padding: 0.4em 0.1em;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  width: auto;
  min-height: 12em;
  resize: vertical;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container textarea:hover {
  border: 1px solid #999999;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container textarea:focus {
  background: #ffffff;
  border: 1px solid #999999;
  outline: none;
}
/* line 74, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container button {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  color: #ffffff;
  padding: 0.4em 0.8em;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container button:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container button:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container button:focus {
  background: #be68cb;
}
/* line 82, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container select {
  padding: 0.4em 0;
}
/* line 89, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container input[type='text'],
#container input[type='search'],
#container input[type='password'],
#container input[type='tel'],
#container input[type='url'],
#container input[type='email'] {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  padding: 0.4em 0.1em;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  width: auto;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container input[type='text']:hover,
#container input[type='search']:hover,
#container input[type='password']:hover,
#container input[type='tel']:hover,
#container input[type='url']:hover,
#container input[type='email']:hover {
  border: 1px solid #999999;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container input[type='text']:focus,
#container input[type='search']:focus,
#container input[type='password']:focus,
#container input[type='tel']:focus,
#container input[type='url']:focus,
#container input[type='email']:focus {
  background: #ffffff;
  border: 1px solid #999999;
  outline: none;
}
/* line 98, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container input[type='checkbox'],
#container input[type='radio'] {
  margin: 0 0.5em 0 0;
}
/* line 116, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container input[type="submit"] {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  color: #ffffff;
  padding: 0.4em 0.8em;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container input[type="submit"]:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container input[type="submit"]:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container input[type="submit"]:focus {
  background: #be68cb;
}
/*==== MEDIA QUERIES BREAKPOINTS ====*/
/* ---- Example deployment

section {
    @media @mobile {
      background: orange;
    }
    @media @tablet {
      background: purple;
    }
    @media @desktop {
      background: green;
    }
    @media @desktop-xl {
      background: blue;
    }
    @media @desktop, @desktop-xl {
      color: black;
    }
}

*/
/* !REMEMBER TO COMMENT THIS OUT FOR PRODUCTION! ====*/
/*
body {
	&:before {
	    background: red;
	    color: @bright-white;
	    content: "undefined";
	    left: 0;
	    .opacity(80);
	    padding: .5em 1em;
	    position: absolute;
	    text-align: center;
	    top: 0;
	    z-index: 99;
	    @media @mobile {
	      background: orange;
	      content: "mobile";
	    }
	    @media @tablet {
	      background: purple;
	      content: "tablet";
	    }
	    @media @desktop {
	      background: green;
	      content: "desktop";
	    }
	    @media @desktop-xl {
	      background: blue;
	      content: "desktop-xl";
	    }
	}
}

.iex {
	body {
		&:before {
			display:none;
		}
	}
}
*//*---- Alter the color of text depending on the darkness of the background-color ----*/
/*---- Alter the color of the links depending on the darkness of the background-color ----*/
/*
.bg-color-links (@a) { // this is always included
	background-color: @a;
	}
*/
/* line 1, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
h1 {
  font-family: "Helvetica";
  font-size: 190%;
  font-weight: 700;
  line-height: 140%;
}
/* line 5, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
h2 {
  font-family: "Helvetica";
  font-size: 147%;
  font-weight: 700;
  line-height: 140%;
  color: #8b3598;
}
/* line 10, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
h3 {
  font-family: "Helvetica";
  font-size: 120%;
  font-weight: 700;
  line-height: 140%;
  color: #306ca2;
  margin: 1em 0 0.1em 0;
}
/* line 16, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
h4 {
  font-family: "Helvetica";
  font-size: 110%;
  font-weight: 700;
  line-height: 140%;
  color: #306ca2;
  margin: 1em 0 0.1em 0;
}
/* line 22, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
h5 {
  font-family: "Helvetica";
  font-size: 100%;
  font-weight: 700;
  line-height: 140%;
  color: #333333;
  margin: 1em 0 0.1em 0;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
h6 {
  font-family: "Helvetica";
  font-size: 100%;
  font-weight: 700;
  line-height: 140%;
  color: #306ca2;
  margin: 1em 0 0.2em 0;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
.content-headline {
  padding-bottom: 0.5em;
  line-height: normal;
}
/* line 41, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
.no-header .content-headline {
  display: none;
}
/* line 44, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
.content-headline h2 {
  color: #306ca2;
  margin-bottom: 0.2em;
  line-height: normal;
}
/* line 53, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
#container .main-editor-output h2,
#container .main-editor-output h3 {
  border-bottom: none;
  padding: 0;
}
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
#container .main-editor-output iframe {
  max-width: 100%;
}
/* line 63, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
p {
  margin: 1em 0;
  line-height: 140%;
}
/* line 66, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
.col p {
  margin: 0.5em 0;
}
/* !Blockquote ----*/
/* line 72, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
blockquote {
  background: url("../images/_site/icons/left-quote.png") no-repeat 0 0.5em;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  margin: 1em;
  font-size: 120%;
  display: block;
  font-weight: bold;
}
/* line 80, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
blockquote p {
  margin: 0;
  padding: 1.5em 70px;
}
/* line 83, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
blockquote p:last-child {
  background: url("../images/_site/icons/right-quote.png") no-repeat right 0.5em;
}
/* line 91, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
.main-editor-output img,
.content-items-list img {
  max-width: 100% !important;
  height: auto !important;
}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
ul,
ol {
  margin: 0.1em 0;
  padding: 0 2em;
}
/* line 100, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
ul li,
ol li {
  margin: 0.2em 0;
}
/* line 105, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
ul {
  list-style-type: disc;
}
/* line 109, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
table {
  width: 100%;
  table-layout: fixed;
  margin: 0.8em 0 1.2em 0;
}
/* line 113, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
table caption {
  font-weight: bold;
  padding: 0.5em 0;
  text-align: left;
}
/* line 119, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
table tr:nth-child(odd) {
  background: #f2f2f2;
}
/* line 124, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
table th {
  background-color: #8b3598;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-left: none;
  padding: 0.4em 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 90%;
}
/* line 134, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
table th:first-child {
  border-left: 1px solid #ffffff;
}
/* line 138, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
table td {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 0.4em 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 144, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
table td:first-child {
  border-left: 1px solid #ffffff;
}
/* line 149, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-09-typography.less */
table tbody th {
  border-top: none;
  text-align: left;
}
/*==== CSS animations ====*/
/* !Clouds drift animation ----*/
@-webkit-keyframes clouds-drift {
  /* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    background-position-x: 0%;
  }
  /* line 8, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    background-position-x: 1400%;
  }
}
@-moz-keyframes clouds-drift {
  /* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    background-position-x: 0%;
  }
  /* line 8, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    background-position-x: 1400%;
  }
}
@-o-keyframes clouds-drift {
  /* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    background-position-x: 0%;
  }
  /* line 8, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    background-position-x: 1400%;
  }
}
@-ms-keyframes clouds-drift {
  /* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    background-position-x: 0%;
  }
  /* line 8, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    background-position-x: 1400%;
  }
}
@keyframes clouds-drift {
  /* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    background-position-x: 0%;
  }
  /* line 8, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    background-position-x: 1400%;
  }
}
/* !e.g. Flagship Van animation ----*/
@-webkit-keyframes left-to-right {
  /* line 30, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    left: -10%;
  }
  /* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    left: 110%;
  }
}
@-moz-keyframes left-to-right {
  /* line 30, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    left: -10%;
  }
  /* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    left: 110%;
  }
}
@-o-keyframes left-to-right {
  /* line 30, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    left: -10%;
  }
  /* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    left: 110%;
  }
}
@-ms-keyframes left-to-right {
  /* line 30, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    left: -10%;
  }
  /* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    left: 110%;
  }
}
@keyframes left-to-right {
  /* line 30, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    left: -10%;
  }
  /* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    left: 110%;
  }
}
/* !e.g. Cyclist animation ----*/
@-webkit-keyframes right-to-left {
  /* line 53, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    right: -10%;
  }
  /* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    right: 110%;
  }
}
@-moz-keyframes right-to-left {
  /* line 53, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    right: -10%;
  }
  /* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    right: 110%;
  }
}
@-o-keyframes right-to-left {
  /* line 53, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    right: -10%;
  }
  /* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    right: 110%;
  }
}
@-ms-keyframes right-to-left {
  /* line 53, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    right: -10%;
  }
  /* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    right: 110%;
  }
}
@keyframes right-to-left {
  /* line 53, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    right: -10%;
  }
  /* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    right: 110%;
  }
}
/* !e.g. Cyclist animation ----*/
@-webkit-keyframes rotate-360 {
  /* line 76, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 77, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-360 {
  /* line 76, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 77, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate-360 {
  /* line 76, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 77, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-360 {
  /* line 76, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 77, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-360 {
  /* line 76, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 77, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-10-animations.less */
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*==== VARIOUS COMPONENTS ====*/
/* line 9, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-11-components.less */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  list-style-type: none;
  zoom: 1;
  *zoom: 1;
  padding: 0;
  margin-top: -1.3em;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.ui-tabs .ui-tabs-nav:before,
.ui-tabs .ui-tabs-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.ui-tabs .ui-tabs-nav:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.ui-tabs .ui-tabs-nav:before,
.ui-tabs .ui-tabs-nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.ui-tabs .ui-tabs-nav:after {
  clear: both;
}
/* line 14, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-11-components.less */
.ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  display: block;
  margin: 0 0 -1px 0.5em;
}
@media only screen and (max-width: 529px) {
  /* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-11-components.less */
  .ui-tabs .ui-tabs-nav li {
    float: none;
    margin: 0 0 0.5em 0;
  }
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-11-components.less */
.ui-tabs .ui-tabs-nav li:first-child {
  margin-left: 0;
}
/* line 26, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-11-components.less */
.ui-tabs .ui-tabs-nav li a {
  display: block;
  padding: 0.4em 3.2em;
}
/* line 32, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-11-components.less */
.ui-tabs .ui-tabs-nav li.ui-state-default a {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  color: #ffffff;
  padding: 0.4em 0.8em;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.ui-tabs .ui-tabs-nav li.ui-state-default a:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.ui-tabs .ui-tabs-nav li.ui-state-default a:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.ui-tabs .ui-tabs-nav li.ui-state-default a:focus {
  background: #be68cb;
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-11-components.less */
.ui-tabs .ui-tabs-nav li.ui-state-active a {
  background: #be68cb;
}
/* line 45, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-11-components.less */
.ui-tabs .ui-tabs-panel.ui-tabs-hide {
  display: none;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-11-components.less */
#container .col img {
  max-width: 100%;
  height: auto;
}
/*==== 03-sandbox ====*/
/*---- DO NOT ALTER THIS LESS FILE: Chris Mounsey, 04/02/2012 ----*/
/*---- To alter column widths, use  etc., go to 04-site-structure and change @side-narrow and @side-wide (plus @ie6-side-narrow and @ie6-side-wide for Internet Explorer 6): Chris Mounsey, 04/02/2012 ----*/
/*** --- How to use the column setup ---

The order of the columns in the DOM is : 'middle', 'right' and then 'left'. This is so that the main content is at the top of the page (best for screen-readers, etc.).

(Previously, the H1 was at the top of the page, but this is now in the logo-space in title-bar.cfm.)

Only the 'middle' column is fluid, and the 'left' and 'right' columns are fixed width, creating an elastic layout. To achieve this a container 'wrapper' wraps around the 'middle' column. Negative margins are applied to 'left' and 'right' and positive margins applied to 'middle'. ---***/
/* line 13, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
#content_wrapper {
  padding: 0;
  clear: both;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.col {
  float: left;
}
@media only screen and (max-width: 529px) {
  /* line 17, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .col {
    float: none;
  }
}
/* Column setup. Change default paddings and margins here here. */
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.middle {
  padding: 0;
  margin: 0;
  min-height: 1px;
}
/* line 29, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.left {
  margin-left: -100%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 32, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .left {
    margin: 0;
  }
}
/* line 37, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.right {
  margin-left: -20%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 40, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .right {
    margin: 0;
  }
}
/* No need to change this wrapper, this create the elastic feel to the layout */
/* line 46, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.wrapper {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 529px) {
  /* line 49, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .wrapper {
    float: none;
    width: auto;
  }
}
/* IE6 Column setup. Doesn't render percentages well. */
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .middle {
  padding: 0;
  margin: 0;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .left {
  margin-left: -980px;
  padding: 0;
}
/* line 59, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .right {
  margin-left: -206px;
  padding: 0;
}
/*------------------- No Columns on right or Left -------------------*/
/*---- IE6 Column Fixes ----*/
/* line 72, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_0_0 .middle {
  width: 980px;
}
/*------------------- One Left Column, One Right Column -------------------*//* line 78, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_1_1 .left {
  width: 20%;
}
@media only screen and (max-width: 529px) {
  /* line 80, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_1_1 .left {
    width: auto;
  }
}
/* line 84, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_1_1 .middle {
  margin: 0 20%;
}
@media only screen and (max-width: 529px) {
  /* line 86, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_1_1 .middle {
    margin: 0;
  }
}
/* line 90, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_1_1 .right {
  width: 20%;
}
@media only screen and (max-width: 529px) {
  /* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_1_1 .right {
    width: auto;
  }
}
/*---- IE6 Column Fixes ----*/
/* line 101, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_1_1 .left {
  width: 200px;
}
/* line 102, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_1_1 .middle {
  margin: 0 210px;
}
/* line 103, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_1_1 .right {
  width: 200px;
}
/*------------------- One Left Column, No Right Columns -------------------*//* line 109, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_1_0 .left {
  width: 24%;
}
@media only screen and (max-width: 529px) {
  /* line 111, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_1_0 .left {
    width: auto;
  }
}
/* line 115, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_1_0 .middle {
  margin-left: 24%;
}
@media only screen and (max-width: 529px) {
  /* line 117, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_1_0 .middle {
    margin: 0;
  }
}
/*---- IE6 Column Fixes ----*/
/* line 125, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_1_0 {
  width: 980px;
}
/* line 127, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_1_0 .left {
  width: 240px;
}
/* line 128, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_1_0 .middle {
  margin-left: 240px;
}
/*------------------- No Left Columns, One Right Columns -------------------*//* line 134, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_0_1 .middle {
  margin-right: 24%;
}
@media only screen and (max-width: 529px) {
  /* line 136, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_0_1 .middle {
    margin: 0;
  }
}
/* line 140, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_0_1 .right {
  width: 24%;
  margin-left: -24%;
}
@media only screen and (max-width: 529px) {
  /* line 143, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_0_1 .right {
    margin: 0;
    width: auto;
  }
}
/*---- IE6 Column Fixes ----*/
/* line 153, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_0_1 .middle {
  margin-right: 240px;
}
/* line 154, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_0_1 .right {
  width: 240px;
  margin-left: -250px;
}
/*-------------------  Magazine Styled Layouts, with split left and right columns -------------------*/
/*------------------- Two Left SubColumns, Two Right SubColumns -------------------*/
/* line 161, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_2 .left {
  width: 30%;
}
@media only screen and (max-width: 529px) {
  /* line 163, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_2 .left {
    width: auto;
  }
}
/* line 167, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_2 .far_left {
  width: 15%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 170, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_2 .far_left {
    width: auto;
  }
}
/* line 174, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_2 .mid_left {
  width: 15%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 177, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_2 .mid_left {
    width: auto;
  }
}
/* line 182, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_2 .middle {
  margin: 0 30%;
}
@media only screen and (max-width: 529px) {
  /* line 184, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_2 .middle {
    margin: 0;
  }
}
/* line 189, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_2 .right {
  width: 30%;
}
@media only screen and (max-width: 529px) {
  /* line 191, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_2 .right {
    width: auto;
  }
}
/* line 195, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_2 .mid_right {
  width: 15%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 198, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_2 .mid_right {
    width: auto;
  }
}
/* line 202, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_2 .far_right {
  width: 15%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 205, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_2 .far_right {
    width: auto;
  }
}
/*---- IE6 Column Fixes ----*/
/* line 214, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_2 .left {
  width: 300px;
}
/* line 215, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_2 .far_left {
  width: 150px;
  padding: 0;
}
/* line 216, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_2 .mid_left {
  width: 150px;
  padding: 0;
}
/* line 218, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_2 .middle {
  margin: 0 300px;
}
/* line 220, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_2 .right {
  width: 300px;
}
/* line 221, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_2 .mid_right {
  width: 150px;
  padding: 0;
}
/* line 222, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_2 .far_right {
  width: 150px;
  padding: 0;
}
/*------------------- Two Left SubColumns, One Right SubColumn -------------------*/
/* line 228, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_1 .left {
  width: 30%;
}
@media only screen and (max-width: 529px) {
  /* line 230, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_1 .left {
    width: auto;
  }
}
/* line 234, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_1 .far_left {
  width: 15%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 237, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_1 .far_left {
    width: auto;
  }
}
/* line 241, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_1 .mid_left {
  width: 15%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 244, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_1 .mid_left {
    width: auto;
  }
}
/* line 249, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_1 .middle {
  margin: 0 20% 0 30%;
}
@media only screen and (max-width: 529px) {
  /* line 251, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_1 .middle {
    margin: 0;
  }
}
/* line 256, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_1 .right {
  width: 20%;
  margin-left: -20%;
}
@media only screen and (max-width: 529px) {
  /* line 259, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_1 .right {
    margin: 0;
    width: auto;
  }
}
/*---- IE6 Column Fixes ----*/
/* line 269, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_1 .left {
  width: 300px;
}
/* line 270, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_1 .far_left {
  width: 150px;
  padding: 0;
}
/* line 271, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_1 .mid_left {
  width: 150px;
  padding: 0;
}
/* line 273, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_1 .middle {
  margin: 0 200px 0 300px;
}
/* line 275, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_1 .right {
  width: 200px;
  margin-left: -200px;
}
/*------------------- Two Left SubColumns, No Right SubColumns -------------------*/
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_0 .left {
  width: 30%;
}
@media only screen and (max-width: 529px) {
  /* line 283, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_0 .left {
    width: auto;
  }
}
/* line 287, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_0 .far_left {
  width: 15%;
}
@media only screen and (max-width: 529px) {
  /* line 289, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_0 .far_left {
    width: auto;
  }
}
/* line 293, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_0 .mid_left {
  width: 15%;
}
@media only screen and (max-width: 529px) {
  /* line 295, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_0 .mid_left {
    width: auto;
  }
}
/* line 300, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_2_0 .middle {
  margin-left: 30%;
}
@media only screen and (max-width: 529px) {
  /* line 302, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_2_0 .middle {
    margin: 0;
  }
}
/*---- IE6 Column Fixes ----*/
/* line 311, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_0 .left {
  width: 300px;
}
/* line 312, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_0 .far_left {
  width: 150px;
}
/* line 313, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_0 .mid_left {
  width: 150px;
}
/* line 315, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_2_0 .middle {
  margin-left: 300px;
}
/*------------------- One Left SubColumns, Two Right SubColumns -------------------*/
/* line 321, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_1_2 .left {
  width: 20%;
}
@media only screen and (max-width: 529px) {
  /* line 323, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_1_2 .left {
    width: auto;
  }
}
/* line 328, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_1_2 .middle {
  margin: 0 30% 0 20%;
}
@media only screen and (max-width: 529px) {
  /* line 330, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_1_2 .middle {
    margin: 0;
  }
}
/* line 335, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_1_2 .right {
  width: 30%;
  margin-left: -30%;
}
@media only screen and (max-width: 529px) {
  /* line 338, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_1_2 .right {
    margin: 0;
    width: auto;
  }
}
/* line 343, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_1_2 .mid_right {
  width: 15%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 346, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_1_2 .mid_right {
    width: auto;
  }
}
/* line 350, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_1_2 .far_right {
  width: 15%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 353, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_1_2 .far_right {
    width: auto;
  }
}
/*---- IE6 Column Fixes ----*/
/* line 362, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_1_2 .left {
  width: 200px;
}
/* line 364, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_1_2 .middle {
  margin: 0 300px 0 200px;
}
/* line 366, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_1_2 .right {
  width: 300px;
  margin-left: -300px;
}
/* line 367, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_1_2 .mid_right {
  width: 150px;
  padding: 0;
}
/* line 368, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_1_2 .far_right {
  width: 150px;
  padding: 0;
}
/*------------------- No Left SubColumns, Two Right SubColumns  -------------------*//* line 374, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_0_2 .middle {
  margin-right: 30%;
}
@media only screen and (max-width: 529px) {
  /* line 376, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_0_2 .middle {
    margin: 0;
  }
}
/* line 381, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_0_2 .right {
  width: 30%;
  margin-left: -30%;
}
@media only screen and (max-width: 529px) {
  /* line 384, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_0_2 .right {
    margin: 0;
    width: auto;
  }
}
/* line 389, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_0_2 .mid_right {
  width: 15%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 392, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_0_2 .mid_right {
    width: auto;
  }
}
/* line 396, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.layout_0_2 .far_right {
  width: 15%;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  /* line 399, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
  .layout_0_2 .far_right {
    width: auto;
  }
}
/*---- IE6 Column Fixes ----*/
/* line 408, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_0_2 .middle {
  margin-right: 30%;
}
/* line 410, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_0_2 .right {
  width: 300px;
  margin-left: -300px;
}
/* line 411, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_0_2 .mid_right {
  width: 150px;
  padding: 0;
}
/* line 412, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-01-main-columns.less */
.ie6 .layout_0_2 .far_right {
  width: 150px;
  padding: 0;
}
/*---- End main-columns layout ----*//*==== The default widths of Placements are defined here ====*/
/* line 4, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-2-up .page-placement {
  width: 50%;
}
/* line 10, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-3-up .page-placement {
  width: 33.333333333333336%;
}
/* line 16, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-4-up .page-placement {
  width: 25%;
}
/* line 22, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-5-up .page-placement {
  width: 20%;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-6-up .page-placement {
  width: 16.666666666666668%;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-7-up .page-placement {
  width: 14.285714285714286%;
}
/* line 40, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-8-up .page-placement {
  width: 12.5%;
}
/* line 46, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-9-up .page-placement {
  width: 11.11111111111111%;
}
/* line 52, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-10-up .page-placement {
  width: 10%;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-11-up .page-placement {
  width: 9.090909090909092%;
}
/* line 64, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-12-up .page-placement {
  width: 8.333333333333334%;
}
/* line 70, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-13-up .page-placement {
  width: 7.6923076923076925%;
}
/* line 76, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-14-up .page-placement {
  width: 7.142857142857143%;
}
/* line 82, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-15-up .page-placement {
  width: 6.666666666666667%;
}
/*==== Remove the left margin from the first placement in the sequence (we use the left because IE7+ understands :first-child but not :last-child ====*/
/* line 89, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row .page-placement {
  float: left;
}
@media only screen and (max-width: 529px) {
  /* line 91, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
  .placement-row .page-placement {
    float: none;
    width: auto;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 95, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
  .placement-row .page-placement {
    float: none;
    width: auto;
  }
}
/* line 99, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row .page-placement .placement-inner {
  margin-left: 2em;
}
@media only screen and (max-width: 529px) {
  /* line 101, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
  .placement-row .page-placement .placement-inner {
    margin-left: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 104, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
  .placement-row .page-placement .placement-inner {
    margin-left: 0;
  }
}
/* line 109, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row .page-placement:first-child .placement-inner {
  margin-left: 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 116, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
  .placement-row:nth-child(odd) .placement-inner {
    margin-left: 0;
  }
}
/*==== No matter the default number of placements per row for tablet, switch to only one per row in the sidebars ====*/
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 127, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
  #container .right,
  #container .left {
    float: none;
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 133, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
  #container .right .placement-row,
  #container .left .placement-row {
    margin: 1em 0 0 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 137, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
  #container .right .placement-row .page-placement,
  #container .left .placement-row .page-placement {
    float: none;
    width: auto;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 142, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
  #container .right .placement-row .page-placement .placement-inner,
  #container .left .placement-row .page-placement .placement-inner {
    margin: 0;
  }
}
/*==== The single placement needs no float, nor margin ====*/
/* line 153, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-1-up .page-placement {
  float: none;
  width: auto;
}
/* line 156, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/03-sandbox/03-02-placements.less */
.placement-row-1-up .page-placement .placement-inner {
  margin-left: 0;
}
/*==== 04-structure ====*/
/*==== MAIN PAGE SETUP ====*/
/*---- Use tradional box sizing model ----*/
/* line 4, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-01-page.less */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*---- Set HTML and body ----*/
/* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-01-page.less */
html {
  background-color: #ffffff;
}
/* line 11, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-01-page.less */
body {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 140%;
  color: #444444;
  background-color: #ffffff;
  font-size: 1.4em !important;
}
/* line 17, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-01-page.less */
a {
  color: #306ca2;
  text-decoration: none;
}
/* line 5, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-04-links.less */
a:visited {
  color: purple;
  text-decoration: none;
}
/* line 9, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-04-links.less */
a:hover,
a:focus {
  color: #682872;
}
/* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-01-page.less */
.content-container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 25, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-01-page.less */
  .content-container {
    width: 95%;
  }
}
@media only screen and (max-width: 529px) {
  /* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-01-page.less */
  .content-container {
    width: 95%;
  }
}
/*==== ACCESSIBILITY CONTROLS ====*/
/* line 4, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container {
  /*---- Now define the Accessibility Bar tools ----*/

}
/* line 8, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessibility-controls {
  position: relative;
  z-index: 99;
  font-size: 90%;
  background-color: #3f86c6;
  overflow: hidden;
}
/* line 14, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessibility-controls .content-container {
  position: relative;
}
/* line 17, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessibility-controls a {
  color: #ffffff;
  text-decoration: none;
}
/* line 17, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-04-links.less */
#container #accessibility-controls a:visited {
  color: #f2f2f2;
  text-decoration: none;
}
/* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-04-links.less */
#container #accessibility-controls a:hover,
#container #accessibility-controls a:focus {
  color: #f2f2f2;
}
/* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessibility-controls label {
  color: #f2f2f2;
}
/* line 24, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessibility-controls .access-controls-wrapper {
  font-size: 90%;
  display: none;
  height: 30px;
  padding-top: 0.5em;
  overflow: hidden;
}
/* line 30, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessibility-controls .access-controls-wrapper .content-container {
  margin-top: 0.5em;
}
/* line 33, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessibility-controls .access-controls-wrapper input[type="submit"] {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#container #accessibility-controls .access-controls-wrapper input[type="submit"]:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
.ie7 #container #accessibility-controls .access-controls-wrapper input[type="submit"] {
  float: left;
  display: block;
  text-transform: capitalize;
}
/* line 45, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessibility-controls .access-controls-wrapper ol {
  margin: 0;
  list-style-type: none;
  padding: 0;
  float: left;
}
/* line 49, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessibility-controls .access-controls-wrapper ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container .accessibility-toggle {
  font-size: 90%;
  float: left;
  background: #3f86c6;
  background: -moz-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f86c6), color-stop(100%, #306ca2));
  background: -webkit-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: -o-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: linear-gradient(to bottom, #3f86c6 0%, #306ca2 100%);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 62, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
  #container .accessibility-toggle {
    margin-bottom: -2em;
  }
}
@media only screen and (max-width: 529px) {
  /* line 65, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
  #container .accessibility-toggle {
    margin-bottom: -2em;
  }
}
/* line 68, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container .accessibility-toggle a {
  background: url("../images/_site/icons/accessibility-dude.png") no-repeat 102% -1px;
  display: block;
  color: #ffffff;
  padding: 0.3em 2.4em 0.3em 0.6em;
}
@media only screen and (max-width: 529px) {
  /* line 73, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
  #container .accessibility-toggle a {
    display: none;
  }
}
/* line 80, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container .login-toggle a {
  background: #306ca2 url("../images/_site/icons/keys.png") no-repeat 0.5em center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 1em 1em 1em 3em;
  z-index: 99;
}
/* line 95, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #skiplinks li {
  margin-right: 0.4em;
  border-left: 1px solid #ffffff;
}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #skiplinks li a {
  float: left;
  display: block;
  padding: 0 0.5em;
}
/* line 103, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #skiplinks li:first-child {
  border-left: none;
}
/* line 113, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessbar li .access-options-label {
  float: left;
  display: block;
  padding: 0 0.5em;
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
/* line 120, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessbar li form {
  float: left;
}
/* line 122, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #accessbar li form input[type="submit"] {
  text-indent: -9999em;
}
/* line 129, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #fontsizedown {
  background-image: url("../images/access-bar/textdown.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 !important;
}
/* line 133, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #fontsizeup {
  background-image: url("../images/access-bar/textup.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 !important;
}
/* line 137, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #webpagecontrast0 {
  background-image: url("../images/access-bar/contrast-normal.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 !important;
}
/* line 141, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #webpagecontrast1 {
  background-image: url("../images/access-bar/contrast-soft.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 !important;
}
/* line 145, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
#container #webpagecontrast2 {
  background-image: url("../images/access-bar/contrast-high.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 !important;
}
/* line 158, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
.ie8 #container #fontsizedown,
.ie8 #container #fontsizeup,
.ie8 #container #webpagecontrast0,
.ie8 #container #webpagecontrast1,
.ie8 #container #webpagecontrast2 {
  vertical-align: top;
}
/* line 169, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
.ie7 #container #skiplinks,
.ie7 #container #accessbar {
  display: block;
  float: left;
  width: auto;
}
/* line 176, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
.ie7 #container #skiplinks li {
  float: left;
  width: auto;
}
/* line 183, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-02-accessibility-bar.less */
.ie7 #container #accessbar li .access-options-label {
  float: left;
  width: auto;
}
/*==== MAIN SITE HEADER ====*/
/* line 4, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
.logo-container {
  float: right;
  margin-top: -2.5em;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
  .logo-container {
    float: none;
    margin: 0;
  }
}
@media only screen and (max-width: 529px) {
  /* line 11, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
  .logo-container {
    float: none;
    margin: 0;
  }
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
.logo-container #logo {
  width: 418px;
  display: block;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
  .logo-container #logo {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 529px) {
  /* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
  .logo-container #logo {
    margin: 0 auto;
    width: 100%;
  }
}
/* line 25, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
.logo-container #logo img {
  width: 100%;
  height: auto;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
#site-header-row {
  padding: 0 0 1em 0;
  background-color: #f2f2f2;
}
/* line 35, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
#site-header-row .site-header-row-inner .content-container {
  position: relative;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 37, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
  #site-header-row .site-header-row-inner .content-container {
    background: none;
  }
}
@media only screen and (max-width: 529px) {
  /* line 40, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
  #site-header-row .site-header-row-inner .content-container {
    background: none;
  }
}
/* line 47, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
.placement-row .page-placement.nhs-logo {
  float: right;
  margin: 4em 0 1.5em;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 50, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
  .placement-row .page-placement.nhs-logo {
    float: none;
    margin: 0 0 1em 0;
  }
}
@media only screen and (max-width: 529px) {
  /* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
  .placement-row .page-placement.nhs-logo {
    float: none;
    margin: 0 0 1em 0;
  }
}
@media only screen and (max-width: 529px) {
  /* line 59, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
  .placement-row .page-placement.nhs-logo .content-wrapper-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  /* line 63, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
  .placement-row .page-placement.nhs-logo .content-wrapper-inner img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 529px) {
  /* line 73, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-03-header.less */
  .uiIconText {
    display: none;
  }
}
/* line 1, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-04-banner.less */
#site-banner-row {
  display: none;
}
/* line 3, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-04-banner.less */
#site-banner-row .content-container {
  width: auto;
}
/* line 5, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-04-banner.less */
#site-banner-row .content-container .nav-toggle {
  display: block;
  padding: 0.8em;
  color: #ffffff;
  font-size: 120%;
}
@media only screen and (max-width: 529px) {
  /* line 10, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-04-banner.less */
  #site-banner-row .content-container .nav-toggle {
    padding: 0.8em 1.1em;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 13, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-04-banner.less */
  #site-banner-row .content-container .nav-toggle {
    padding: 0.8em 1.1em;
  }
}
@media only screen and (max-width: 529px) {
  /* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-04-banner.less */
  #site-banner-row {
    display: block;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-04-banner.less */
  #site-banner-row {
    display: block;
    margin-bottom: 1em;
  }
}
/*==== MAIN CONTENT ====*/
/* line 4, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-05-main-content.less */
#main-content > .content-container {
  background-color: #ffffff;
}
@media only screen and (max-width: 529px) {
  /* line 6, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-05-main-content.less */
  #main-content > .content-container {
    padding: 0.7em;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 11, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-05-main-content.less */
  #main-content .wrapper {
    float: none;
  }
}
/* line 16, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-05-main-content.less */
#main-content .right .layout_col_inner {
  padding-left: 2em;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-05-main-content.less */
  #main-content .right .layout_col_inner {
    padding: 0;
  }
}
@media only screen and (max-width: 529px) {
  /* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-05-main-content.less */
  #main-content .right .layout_col_inner {
    padding: 0;
  }
}
/* line 27, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-05-main-content.less */
#main-content .left .layout_col_inner {
  padding-right: 2em;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 29, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-05-main-content.less */
  #main-content .left .layout_col_inner {
    padding: 0;
  }
}
@media only screen and (max-width: 529px) {
  /* line 32, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-05-main-content.less */
  #main-content .left .layout_col_inner {
    padding: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-05-main-content.less */
  #main-content .middle {
    margin: 0;
  }
}
/*==== TOP ROW ====*//*==== MAIN ARTICLE (AREA 7) ====*//*
#site-article-footer-row {
	margin:1em 0 0 0;
	padding-top: 0.5em;
	border-top:1px dotted @grey;
	font-size:@smaller-font;
}
*/
/* line 11, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-08-bottom-row.less */
.content-datetime-meta .first-published {
  margin: 0.5em;
}
/* line 13, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-08-bottom-row.less */
.content-datetime-meta .first-published time {
  font-weight: bold;
}
/* line 14, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-08-bottom-row.less */
.content-datetime-meta .first-published .content-author {
  font-weight: bold;
}
/* line 20, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-08-bottom-row.less */
#footer-links p {
  margin: 0.5em 0;
}
/* line 22, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-08-bottom-row.less */
#footer-links p a {
  padding: 2px 1em 2px 20px;
}
/* line 25, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-08-bottom-row.less */
#footer-links p a.ref-page-top {
  background-image: url("../images/page-utils/page-top-k.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 78, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-03-images.less */
#footer-links p a.ref-page-top:hover {
  background-image: url("../images/page-utils/page-top.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 26, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-08-bottom-row.less */
#footer-links p a.ref-contact {
  background-image: url("../images/page-utils/contact-k.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 86, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-03-images.less */
#footer-links p a.ref-contact:hover {
  background-image: url("../images/page-utils/contact.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 27, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-08-bottom-row.less */
#footer-links p a.ref-print {
  background-image: url("../images/page-utils/print-k.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 94, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-03-images.less */
#footer-links p a.ref-print:hover {
  background-image: url("../images/page-utils/print.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-08-bottom-row.less */
#footer-links p a.ref-email {
  background-image: url("../images/page-utils/email-k.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 102, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-03-images.less */
#footer-links p a.ref-email:hover {
  background-image: url("../images/page-utils/email.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 29, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-08-bottom-row.less */
#footer-links p a.ref-sitemap {
  background-image: url("../images/page-utils/sitemap-k.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 110, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-03-images.less */
#footer-links p a.ref-sitemap:hover {
  background-image: url("../images/page-utils/sitemap.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/*==== BOTTOM BANNER AREA (does not currently exist. But it will. Oh, yes… ====*//* line 1, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-10-footer.less */
#site-footer-row {
  margin: 5em 0;
  font-size: 90%;
}
/* line 4, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-10-footer.less */
#site-footer-row .content-container {
  position: relative;
  border-top: 1px solid #dddddd;
  background: url("../images/main-logo/company-logo-small.png") no-repeat right 6em;
  padding-right: 300px;
}
/* line 9, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-10-footer.less */
.ie7 #site-footer-row .content-container {
  padding-right: 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-10-footer.less */
  #site-footer-row .content-container {
    padding-right: 0;
    background: none;
  }
}
@media only screen and (max-width: 529px) {
  /* line 16, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-10-footer.less */
  #site-footer-row .content-container {
    padding-right: 0;
    background: none;
  }
}
@media only screen and (max-width: 529px) {
  /* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-10-footer.less */
  #site-footer-row {
    margin: 1.5em 0;
  }
}
/* line 24, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-10-footer.less */
#site-footer-row .client-credits {
  display: none;
}
/* line 27, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-10-footer.less */
#site-footer-row #verseone-credits {
  position: absolute;
  font-size: 90%;
  right: 0;
  top: 1.3em;
  text-align: right;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 33, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-10-footer.less */
  #site-footer-row #verseone-credits {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 529px) {
  /* line 37, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/04-structure/04-10-footer.less */
  #site-footer-row #verseone-credits {
    position: static;
    text-align: left;
  }
}
/*==== 05-navigation ====*/
/* line 70, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
#container #site-nav-row {
  padding: 1em 0;
}
@media only screen and (max-width: 529px) {
  /* line 72, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
  #container #site-nav-row {
    display: none;
    padding: 0;
  }
  /* line 75, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
  #container #site-nav-row .content-container {
    width: auto;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 79, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
  #container #site-nav-row {
    display: none;
    padding: 0;
  }
  /* line 82, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
  #container #site-nav-row .content-container {
    width: auto;
  }
}
/* line 87, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
#container #top-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 120%;
}
/* line 36, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
#container #top-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
}
@media only screen and (max-width: 529px) {
  /* line 40, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
  #container #top-nav li {
    float: none;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 43, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
  #container #top-nav li {
    float: none;
  }
}
/* line 46, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
#container #top-nav li a {
  float: left;
  display: block;
}
@media only screen and (max-width: 529px) {
  /* line 49, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
  #container #top-nav li a {
    float: none;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 52, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
  #container #top-nav li a {
    float: none;
  }
}
/* line 90, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
#container #top-nav li a {
  margin: 0 2em 0 0;
  padding: 0.2em 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
  #container #top-nav li a {
    padding: 0.5em 1.1em;
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  /* line 96, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
  #container #top-nav li a {
    padding: 0.5em 1.1em;
    width: 100%;
  }
}
/*==== TOP NAVIGATION: MULTICOLOR ====*/
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
#top-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 14, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
#top-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
  position: relative;
}
/* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
#top-nav li a {
  display: block;
  border-bottom: 5px solid #ffffff;
}
/* line 22, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
#top-nav li a:visited {
  color: #306ca2;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 25, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li a {
    border: none;
  }
  /* line 27, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li a.current,
  #top-nav li a:hover {
    color: #ffffff;
  }
  /* line 29, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li a.current:visited,
  #top-nav li a:hover:visited {
    color: #ffffff;
  }
}
@media only screen and (max-width: 529px) {
  /* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li a {
    border: none;
  }
  /* line 36, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li a.current,
  #top-nav li a:hover {
    color: #ffffff;
  }
  /* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li a.current:visited,
  #top-nav li a:hover:visited {
    color: #ffffff;
  }
}
/* line 47, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
#top-nav li.menu-item-1 a.current,
#top-nav li.menu-item-8 a.current,
#top-nav li.menu-item-1 a:hover,
#top-nav li.menu-item-8 a:hover {
  border-color: #306ca2;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 50, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-1 a.current,
  #top-nav li.menu-item-8 a.current,
  #top-nav li.menu-item-1 a:hover,
  #top-nav li.menu-item-8 a:hover {
    background-color: #306ca2;
  }
}
@media only screen and (max-width: 529px) {
  /* line 53, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-1 a.current,
  #top-nav li.menu-item-8 a.current,
  #top-nav li.menu-item-1 a:hover,
  #top-nav li.menu-item-8 a:hover {
    background-color: #306ca2;
  }
}
/* line 62, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
#top-nav li.menu-item-2 a.current,
#top-nav li.menu-item-9 a.current,
#top-nav li.menu-item-2 a:hover,
#top-nav li.menu-item-9 a:hover {
  border-color: #01833d;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 65, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-2 a.current,
  #top-nav li.menu-item-9 a.current,
  #top-nav li.menu-item-2 a:hover,
  #top-nav li.menu-item-9 a:hover {
    background-color: #01833d;
  }
}
@media only screen and (max-width: 529px) {
  /* line 68, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-2 a.current,
  #top-nav li.menu-item-9 a.current,
  #top-nav li.menu-item-2 a:hover,
  #top-nav li.menu-item-9 a:hover {
    background-color: #01833d;
  }
}
/* line 77, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
#top-nav li.menu-item-3 a.current,
#top-nav li.menu-item-10 a.current,
#top-nav li.menu-item-3 a:hover,
#top-nav li.menu-item-10 a:hover {
  border-color: #007cac;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 80, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-3 a.current,
  #top-nav li.menu-item-10 a.current,
  #top-nav li.menu-item-3 a:hover,
  #top-nav li.menu-item-10 a:hover {
    background-color: #007cac;
  }
}
@media only screen and (max-width: 529px) {
  /* line 83, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-3 a.current,
  #top-nav li.menu-item-10 a.current,
  #top-nav li.menu-item-3 a:hover,
  #top-nav li.menu-item-10 a:hover {
    background-color: #007cac;
  }
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
#top-nav li.menu-item-4 a.current,
#top-nav li.menu-item-11 a.current,
#top-nav li.menu-item-4 a:hover,
#top-nav li.menu-item-11 a:hover {
  border-color: #990066;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 95, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-4 a.current,
  #top-nav li.menu-item-11 a.current,
  #top-nav li.menu-item-4 a:hover,
  #top-nav li.menu-item-11 a:hover {
    background-color: #990066;
  }
}
@media only screen and (max-width: 529px) {
  /* line 98, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-4 a.current,
  #top-nav li.menu-item-11 a.current,
  #top-nav li.menu-item-4 a:hover,
  #top-nav li.menu-item-11 a:hover {
    background-color: #990066;
  }
}
/* line 107, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
#top-nav li.menu-item-5 a.current,
#top-nav li.menu-item-12 a.current,
#top-nav li.menu-item-5 a:hover,
#top-nav li.menu-item-12 a:hover {
  border-color: #8b3598;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 110, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-5 a.current,
  #top-nav li.menu-item-12 a.current,
  #top-nav li.menu-item-5 a:hover,
  #top-nav li.menu-item-12 a:hover {
    background-color: #8b3598;
  }
}
@media only screen and (max-width: 529px) {
  /* line 113, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-5 a.current,
  #top-nav li.menu-item-12 a.current,
  #top-nav li.menu-item-5 a:hover,
  #top-nav li.menu-item-12 a:hover {
    background-color: #8b3598;
  }
}
/* line 122, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
#top-nav li.menu-item-6 a.current,
#top-nav li.menu-item-13 a.current,
#top-nav li.menu-item-6 a:hover,
#top-nav li.menu-item-13 a:hover {
  border-color: #017e76;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 125, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-6 a.current,
  #top-nav li.menu-item-13 a.current,
  #top-nav li.menu-item-6 a:hover,
  #top-nav li.menu-item-13 a:hover {
    background-color: #017e76;
  }
}
@media only screen and (max-width: 529px) {
  /* line 128, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-6 a.current,
  #top-nav li.menu-item-13 a.current,
  #top-nav li.menu-item-6 a:hover,
  #top-nav li.menu-item-13 a:hover {
    background-color: #017e76;
  }
}
/* line 137, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
#top-nav li.menu-item-7 a.current,
#top-nav li.menu-item-14 a.current,
#top-nav li.menu-item-7 a:hover,
#top-nav li.menu-item-14 a:hover {
  border-color: #006b54;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 140, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-7 a.current,
  #top-nav li.menu-item-14 a.current,
  #top-nav li.menu-item-7 a:hover,
  #top-nav li.menu-item-14 a:hover {
    background-color: #006b54;
  }
}
@media only screen and (max-width: 529px) {
  /* line 143, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-02-topnav-multicolor.less */
  #top-nav li.menu-item-7 a.current,
  #top-nav li.menu-item-14 a.current,
  #top-nav li.menu-item-7 a:hover,
  #top-nav li.menu-item-14 a:hover {
    background-color: #006b54;
  }
}
/* line 1, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-03-sidemenu.less */
.sidemenu {
  background: #f2f2f2;
  margin-top: 1em;
}
/* line 4, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-03-sidemenu.less */
.sidemenu .sidemenu-parent {
  display: none;
}
/* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-03-sidemenu.less */
.sidemenu .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 60, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
.sidemenu .menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 62, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
.sidemenu .menu li a {
  display: block;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-03-sidemenu.less */
.sidemenu .menu li a {
  color: #444444;
  border-bottom: 2px solid #ffffff;
  padding: 0.5em 25px 0.5em 0.5em;
}
/* line 8, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
.sidemenu .menu li a:hover,
.sidemenu .menu li a:focus {
  color: #ffffff;
  text-decoration: none;
}
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-03-sidemenu.less */
.sidemenu .menu li.menu-current .current {
  color: #ffffff;
}
/* line 22, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-03-sidemenu.less */
.sidemenu .menu li ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 25, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-03-sidemenu.less */
.sidemenu .menu li ol li a {
  padding-left: 1.5em;
  font-size: 90%;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-03-sidemenu.less */
.sidemenu .menu li ol li ol li a {
  padding-left: 2.5em;
}
/* line 36, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-03-sidemenu.less */
.sidemenu .menu li ol li ol li ol li a {
  padding-left: 3.5em;
}
/*==== BREADCRUMB ====*/
/* line 4, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-04-breadcrumb.less */
.breadcrumb.content-container {
  border: none;
  width: auto;
  border-bottom: 1px dotted #dddddd;
  display: inline-block;
}
@media only screen and (max-width: 529px) {
  /* line 9, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-04-breadcrumb.less */
  .breadcrumb.content-container {
    margin-bottom: 0;
  }
}
/* line 16, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-04-breadcrumb.less */
#breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 90%;
  padding: 0.5em 0;
}
/* line 20, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-04-breadcrumb.less */
#breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-04-breadcrumb.less */
#breadcrumbs li.current {
  font-weight: bold;
}
/*==== MENU BUILDER PLACEMENT (eventually for replacing standard site navigation ====*/
/* !Image Display ----*/
/* !Start the structural classes, beginnning with #container to avoid style clashes with Front-end Editing ----*/
/* line 276, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container {
  /* !Menu Format Declarations ----*/

}
/* line 299, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.home-page #container .type-menuplacement .menu-placement-wrapper .menu.standard-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
/* line 95, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.home-page #container .type-menuplacement .menu-placement-wrapper .menu.standard-list li.menu-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: url("../images/_site/icons/blue-arrow.png") no-repeat left 4px;
  margin-bottom: 0.1em;
  float: left;
  width: 50%;
}
/* line 101, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.home-page #container .type-menuplacement .menu-placement-wrapper .menu.standard-list li.menu-item a {
  padding: 0 1em 0.1em 15px;
  display: block;
}
/* line 104, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.home-page #container .type-menuplacement .menu-placement-wrapper .menu.standard-list li.menu-item a .main-image-wrapper {
  display: block;
  float: left;
  margin: 0 8px 0 0;
}
/* line 112, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.home-page #container .type-menuplacement .menu-placement-wrapper .menu.standard-list li.menu-item .menu-item-desc p {
  margin: 0.2em 1em 0.4em 8px;
  color: #999999;
  font-size: 85%;
}
/* line 122, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.home-page #container .type-menuplacement .menu-placement-wrapper .menu.standard-list li.menu-item.icon-display a .main-image-wrapper {
  width: 16px;
  height: 16px;
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.home-page #container .type-menuplacement .menu-placement-wrapper .menu.standard-list li.menu-item.icon-display a .main-image-wrapper img {
  width: 100%;
  height: auto;
}
/* line 127, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.home-page #container .type-menuplacement .menu-placement-wrapper .menu.standard-list li.menu-item.icon-display .menu-item-desc p {
  margin: 0.2em 32px;
}
/* line 136, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.home-page #container .type-menuplacement .menu-placement-wrapper .menu.standard-list li.menu-item.thumbnail-display a .main-image-wrapper {
  width: 32px;
  height: 32px;
}
/* line 47, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.home-page #container .type-menuplacement .menu-placement-wrapper .menu.standard-list li.menu-item.thumbnail-display a .main-image-wrapper img {
  width: 100%;
  height: auto;
}
/* line 141, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.home-page #container .type-menuplacement .menu-placement-wrapper .menu.standard-list li.menu-item.thumbnail-display .menu-item-desc p {
  margin: 0.2em 32px;
}
/* line 304, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.description-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
/* line 95, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.description-list li.menu-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: url("../images/_site/icons/blue-arrow.png") no-repeat left 4px;
  margin-bottom: 0.1em;
  float: left;
  width: 50%;
}
/* line 101, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.description-list li.menu-item a {
  padding: 0 1em 0.1em 15px;
  display: block;
}
/* line 104, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.description-list li.menu-item a .main-image-wrapper {
  display: block;
  float: left;
  margin: 0 8px 0 0;
}
/* line 112, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.description-list li.menu-item .menu-item-desc p {
  margin: 0.2em 1em 0.4em 8px;
  color: #999999;
  font-size: 85%;
}
/* line 122, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.description-list li.menu-item.icon-display a .main-image-wrapper {
  width: 16px;
  height: 16px;
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.description-list li.menu-item.icon-display a .main-image-wrapper img {
  width: 100%;
  height: auto;
}
/* line 127, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.description-list li.menu-item.icon-display .menu-item-desc p {
  margin: 0.2em 32px;
}
/* line 136, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.description-list li.menu-item.thumbnail-display a .main-image-wrapper {
  width: 32px;
  height: 32px;
}
/* line 47, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.description-list li.menu-item.thumbnail-display a .main-image-wrapper img {
  width: 100%;
  height: auto;
}
/* line 141, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.description-list li.menu-item.thumbnail-display .menu-item-desc p {
  margin: 0.2em 32px;
}
/* line 309, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 151, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
}
/* line 154, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod {
  width: 33.333333333333336%;
  float: left;
  position: relative;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 75, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
  #container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod {
    width: 50;
  }
}
@media only screen and (max-width: 529px) {
  /* line 78, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
  #container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod {
    float: none;
    width: auto;
  }
}
/* line 82, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-1-of-1 {
  float: none;
  width: auto;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 157, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
  #container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod {
    width: 50%;
  }
}
/* line 160, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod .content-item-container {
  margin: 1em 0.5em;
}
/* line 162, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod .content-item-container .content-headline {
  left: 0.5em;
  right: 0.5em;
  bottom: 0;
  padding: 0.4em;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  position: absolute;
}
/* line 169, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod .content-item-container .content-headline h2 {
  color: #ffffff;
  font-size: 80%;
  font-weight: bold;
  margin: 0;
  text-align: center;
  border-bottom: none;
  padding: 0;
}
/* line 177, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod .content-item-container .content-headline h2 a {
  color: #ffffff;
  display: block;
}
/* line 186, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-1 .content-item-container .content-headline,
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-5 .content-item-container .content-headline,
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-9 .content-item-container .content-headline {
  background-color: #017e76;
}
/* line 193, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-2 .content-item-container .content-headline,
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-6 .content-item-container .content-headline,
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-10 .content-item-container .content-headline {
  background-color: #306ca2;
}
/* line 200, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-3 .content-item-container .content-headline,
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-7 .content-item-container .content-headline,
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-11 .content-item-container .content-headline {
  background-color: #8b3598;
}
/* line 207, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-4 .content-item-container .content-headline,
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-8 .content-item-container .content-headline,
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.pod-12 .content-item-container .content-headline {
  background-color: #01833d;
}
/* line 213, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod .pod-heading .menu-pod-children {
  display: none;
}
/* line 219, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod .pod-content .main-image-wrapper img {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  position: static;
}
/* line 224, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod .pod-content .menu-item-desc {
  display: none;
}
/* line 226, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod .pod-content .menu-item-desc p {
  text-align: center;
  margin: 1em 0 0.5em 0;
}
/* line 234, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.icon-display .content-item-container .pod-content {
  text-align: center;
}
/* line 237, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.icon-display .content-item-container .pod-content .main-image-wrapper {
  margin: 0 auto;
  width: 200px;
  height: 200px;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.icon-display .content-item-container .pod-content .main-image-wrapper img {
  width: 100%;
  height: auto;
}
/* line 240, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.icon-display .content-item-container .pod-content .main-image-wrapper a {
  display: block;
  min-height: 100%;
}
/* line 253, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.thumbnail-display .content-item-container .pod-content {
  text-align: center;
}
/* line 256, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.thumbnail-display .content-item-container .pod-content .main-image-wrapper {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
/* line 65, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.thumbnail-display .content-item-container .pod-content .main-image-wrapper img {
  width: 100%;
  height: auto;
}
/* line 259, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .type-menuplacement .menu-placement-wrapper .menu.pod-menu li.menu-pod.thumbnail-display .content-item-container .pod-content .main-image-wrapper a {
  display: block;
  min-height: 100%;
}
/* line 320, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.site-area-4 #container .type-menuplacement {
  background: #f2f2f2;
  padding: 0;
  margin-top: 1em;
}
/* line 325, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner {
  padding: 0;
  margin-top: 0;
}
/* line 328, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list {
  padding: 0;
  margin: 0;
}
/* line 331, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 33.333333333333336%;
}
/* line 335, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item a {
  color: #444444;
  display: block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 0.5em 25px 0.5em 0.5em;
}
/* line 8, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-01-topnav.less */
.site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item a:hover,
.site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item a:focus {
  color: #ffffff;
  text-decoration: none;
}
/* line 343, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item:nth-child(3n+3) a {
  border-right: none;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 347, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
  .site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item {
    width: 50%;
  }
  /* line 350, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
  .site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item:nth-child(odd) a {
    border-right: 2px solid #ffffff;
  }
  /* line 355, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
  .site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item:nth-child(even) a {
    border-right: none;
  }
}
@media only screen and (max-width: 529px) {
  /* line 360, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
  .site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item {
    width: 100%;
  }
  /* line 362, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
  .site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item a {
    border-right: none;
  }
}
/* line 367, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item.menu-current .current {
  color: #ffffff;
}
/* line 371, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 374, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.site-area-4 #container .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item ol li a {
  padding-left: 1.5em;
  font-size: 90%;
}
/* line 391, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
.site-area-4 #container .col .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item a {
  border-right: none;
}
/* line 406, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/05-navigation/05-05-menu-placement.less */
#container .col .type-menuplacement .menu-placement-wrapper .menu.standard-list .menu-item {
  float: none;
  width: auto;
}
/*==== 06-standard-elements ====*/
/*==== SINGLE CONTENT ITEMS ====*//*==== CONTENT LISTS ====*/
/* line 5, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
.type-listpages .content-items-list,
.type-recentcontent .content-items-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
.type-listpages .content-items-list .list-content-item,
.type-recentcontent .content-items-list .list-content-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 9, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
.type-listpages .content-items-list .list-content-item h3,
.type-recentcontent .content-items-list .list-content-item h3 {
  margin: 0.2em 0;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
.type-listpages .content-items-list .list-content-item a,
.type-recentcontent .content-items-list .list-content-item a {
  display: block;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
.type-listpages .content-items-list .list-content-item .updated-meta,
.type-recentcontent .content-items-list .list-content-item .updated-meta {
  display: block;
  font-size: 80%;
  color: #666666;
}
/* line 22, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
.type-listpages .content-wrapper-paginator-options,
.type-recentcontent .content-wrapper-paginator-options {
  border-top: 1px dotted #bbbbbb;
  margin: 0 0.8em;
  padding: 0.4em 0;
  font-size: 90%;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
.type-listpages .content-wrapper-paginator-options .totals-count a,
.type-recentcontent .content-wrapper-paginator-options .totals-count a {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  color: #ffffff;
  padding: 0.4em 0.8em;
  display: inline-block;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-listpages .content-wrapper-paginator-options .totals-count a:hover,
.type-recentcontent .content-wrapper-paginator-options .totals-count a:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-listpages .content-wrapper-paginator-options .totals-count a:active,
.type-recentcontent .content-wrapper-paginator-options .totals-count a:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-listpages .content-wrapper-paginator-options .totals-count a:focus,
.type-recentcontent .content-wrapper-paginator-options .totals-count a:focus {
  background: #be68cb;
}
/* line 37, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner {
  padding: 0.5em 1em;
}
/* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner .content-items-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 41, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner .content-items-list .list-content-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  border-top: 1px solid #dddddd;
  padding: 0.5em 0;
}
/* line 46, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner .content-items-list .list-content-item:first-child {
  border-top: none;
}
/* line 49, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner .content-items-list .list-content-item h3 {
  margin: 0.2em 0 0.2em 90px;
  font-size: 100%;
  font-weight: bold;
  border-bottom: none;
  padding: 0;
}
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner .content-items-list .list-content-item .content-item-container .content-main-image {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 80px;
}
/* line 62, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner .content-items-list .list-content-item .content-item-container .content-main-image img {
  border: 1px solid #306ca2;
  width: 100%;
  height: auto;
}
/* line 68, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner .content-items-list .list-content-item .content-item-container p {
  margin: 0 0 0 90px;
  font-size: 90%;
}
/* line 72, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner .content-items-list .list-content-item .content-item-container .display-date {
  margin: 0 0 0 90px;
  font-size: 80%;
  font-weight: bold;
}
/* line 78, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner .content-items-list .list-content-item a {
  display: block;
}
/* line 81, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner .content-items-list .list-content-item .updated-meta {
  display: block;
  font-size: 80%;
  color: #666666;
}
/* line 88, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-02-content-lists.less */
#container .type-listtextcontent .content-wrapper-inner .content-wrapper-paginator-options {
  display: none;
}
/*==== SITE SEARCH: MINI, LARGE AND RESULTS ====*/
/* !Site Search Forms and Results ====*/
/* line 41, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.site-search input[type="search"]::-webkit-search-decoration,
.site-search input[type="search"]::-webkit-search-cancel-button,
.site-search input[type="search"]::-webkit-search-results-button,
.site-search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.site-search input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  padding: 0.4em;
}
/* line 11, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-search-form .search-inputs {
  position: relative;
}
/* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-search-form .search-inputs .submit-wrap input[type="submit"] {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  color: #ffffff;
  padding: 0.4em 0.8em;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#site-search-form .search-inputs .submit-wrap input[type="submit"]:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#site-search-form .search-inputs .submit-wrap input[type="submit"]:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#site-search-form .search-inputs .submit-wrap input[type="submit"]:focus {
  background: #be68cb;
}
/* line 27, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.ie7 #site-header-row {
  position: relative;
  z-index: 99;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .google-translate-wrapper {
  float: right;
  width: auto;
}
@media only screen and (max-width: 529px) {
  /* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
  #site-header-row .google-translate-wrapper {
    display: none;
  }
}
/* line 37, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.ie7 #site-header-row .google-translate-wrapper {
  clear: left;
}
/* line 40, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .google-translate-wrapper #google_translate_element {
  margin-top: 0.5em;
}
/* line 44, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search-holder {
  width: auto;
  float: right;
}
@media only screen and (max-width: 529px) {
  /* line 47, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
  #site-header-row .site-search-holder {
    float: none;
  }
}
/* line 50, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.ie7 #site-header-row .site-search-holder {
  clear: left;
}
/* line 53, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search-holder .placement-inner {
  margin-left: 0;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search .content-headline {
  display: none;
}
/* line 61, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#site-header-row .site-search label .focusable:active,
#site-header-row .site-search label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* line 62, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search .content-headline {
  display: none;
}
/* line 63, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search #site-search-form {
  text-align: right;
  padding: 0 0 0 1em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 529px) {
  /* line 67, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
  #site-header-row .site-search #site-search-form {
    padding: 0.2em 0;
  }
}
/* line 71, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search #site-search-form .search-inputs {
  background: #3f86c6;
  background: -moz-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f86c6), color-stop(100%, #306ca2));
  background: -webkit-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: -o-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: linear-gradient(to bottom, #3f86c6 0%, #306ca2 100%);
  float: right;
  padding: 0.5em;
  height: 50px;
  -webkit-border-radius: 4px 25px 25px 4px;
  -moz-border-radius: 4px 25px 25px 4px;
  border-radius: 4px 25px 25px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
}
@media only screen and (max-width: 529px) {
  /* line 77, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
  #site-header-row .site-search #site-search-form .search-inputs {
    width: 100%;
    float: none;
  }
}
/* line 81, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.ie7 #site-header-row .site-search #site-search-form .search-inputs {
  height: 37px;
  float: none;
}
/* line 85, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search #site-search-form .search-inputs .submit-wrap {
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0.35em;
  top: 0.35em;
}
/* line 94, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search #site-search-form .search-inputs .submit-wrap .submit-wrap-inner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  left: 5px;
  top: 5px;
  background: #3f86c6;
  background: -moz-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f86c6), color-stop(100%, #306ca2));
  background: -webkit-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: -o-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: linear-gradient(to bottom, #3f86c6 0%, #306ca2 100%);
}
/* line 102, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.ie7 #site-header-row .site-search #site-search-form .search-inputs .submit-wrap .submit-wrap-inner {
  left: -5px;
}
/* line 105, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search #site-search-form .search-inputs .submit-wrap .submit-wrap-inner input[type="submit"] {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
  box-shadow: none;
  border: none;
  padding: 0;
  background: transparent url("../images/_site/icons/magnifying-glass.png") no-repeat center center;
  width: 16px;
  height: 16px;
  position: relative;
  right: 5px;
  top: 3px;
  text-transform: capitalize;
  text-indent: -9999em;
}
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#site-header-row .site-search #site-search-form .search-inputs .submit-wrap .submit-wrap-inner input[type="submit"]:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/* line 121, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search #site-search-form .search-inputs input[type="search"],
#site-header-row .site-search #site-search-form .search-inputs input[type="text"] {
  padding: 0.4em 0.5em 0.2em 0.5em;
  margin-right: 2em;
  top: 0.4em;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 1px 1px 0.5 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 0.5 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 0.5 1px 2px rgba(0, 0, 0, 0.5);
  border: none;
}
@media only screen and (max-width: 529px) {
  /* line 129, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
  #site-header-row .site-search #site-search-form .search-inputs input[type="search"],
  #site-header-row .site-search #site-search-form .search-inputs input[type="text"] {
    width: 85%;
  }
}
/* line 132, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.ie7 #site-header-row .site-search #site-search-form .search-inputs input[type="search"],
.ie7 #site-header-row .site-search #site-search-form .search-inputs input[type="text"] {
  top: 0.3em;
}
/* line 138, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
#site-header-row .site-search .advanced-search {
  display: none;
}
@media only screen and (max-width: 529px) {
  /* line 147, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
  #container .site-search input[type="search"] {
    width: 75%;
  }
}
/* !MAIN ARTICLE AREA 7 SEARCH ----*/
/* line 162, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 #site-search-form .search-inputs {
  position: relative;
}
/* line 164, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 #site-search-form .search-inputs .type-select-buttons {
  padding: 1em 0;
}
/* line 166, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 #site-search-form .search-inputs .type-select-buttons label {
  margin: 0 1em 0 0.2em;
}
/* line 171, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 #site-search-form .type-select-buttons {
  margin: 1em 0 0.5em 0;
  font-size: 80%;
}
/* line 174, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 #site-search-form .type-select-buttons .search-type-options {
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  margin: 0 0.5em 0.5em 0;
  padding: 0.5em;
}
/* line 181, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 #site-search-form .type-select-buttons .search-type-options label {
  margin: 0;
}
/* line 185, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 #site-search-form .type-select-buttons .category-search-filter {
  background: #f2f2f2;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  padding: 0.5em;
  display: inline-block;
}
/* line 194, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container {
  padding: 0.5em 0;
}
/* line 197, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container > form {
  padding: 0 1em 1em 0;
  border-bottom: 1px solid #bbbbbb;
}
/* line 202, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results {
  margin: 0;
  padding: 0.5em 0;
  list-style-type: none;
}
/* line 207, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results .search-result-item {
  margin: 0 0 0.4em 0;
  padding: 0.5em 0;
  position: relative;
  border-top: 1px solid #bbbbbb;
}
/* line 213, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results .search-result-item:first-child {
  border-top: none;
}
/* line 216, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results .search-result-item .entity-type {
  float: right;
  width: auto;
  font-size: 90%;
  text-transform: capitalize;
  color: #682872;
  font-style: italic;
  padding: 0.3em 0.5em;
  margin: 0 120px 0 0;
  -webkit-text-shadow: 0 1px 1px #ffffff;
  -moz-text-shadow: 0 1px 1px #ffffff;
  text-shadow: 0 1px 1px #ffffff;
}
/* line 228, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results .search-result-item h3 {
  margin: 0.1em 0 0.4em 0;
}
/* line 231, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results .search-result-item p {
  margin: 0.5em 10em 0.5em 0;
  color: #444444;
}
/* line 235, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results .search-result-item mark {
  background: #deb4e5;
  font-style: normal;
  font-weight: 700;
}
/* line 240, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results .search-result-item .page-url-list {
  margin: 0.5em 0 0 0;
  padding: 0;
  list-style-type: none;
}
/* line 245, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results .search-result-item .page-url-list li {
  padding: 0;
  margin: 0 0.5em 0 0;
  display: block;
  list-style-type: none;
}
/* line 250, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results .search-result-item .page-url-list li a {
  display: block;
  font-weight: 700;
  padding: 0.4em;
}
/* line 257, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results .search-result-item .search-ranking-bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  position: absolute;
  top: 1.1em;
  right: 1em;
  float: right;
  width: 100px;
  border: 1px solid #999999;
  overflow: hidden;
}
/* line 267, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-03-site-search.less */
.main-article-area-7 .site-search-results-container .site-search-results .search-result-item .search-ranking-bar .search-ranking-score {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  height: 10px;
  background: #8b3598;
}
/*==== SITE MAP ====*/
/* line 4, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-04-site-map.less */
.sitemap {
  -moz-column-width: auto;
  -moz-column-count: 3;
  -moz-column-gap: 2em;
  -moz-column-rule-color: #eeeeee;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -webkit-column-width: auto;
  -webkit-column-count: 3;
  -webkit-column-gap: 2em;
  -webkit-column-rule-color: #eeeeee;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-width: auto;
  column-count: 3;
  column-gap: 2em;
  column-rule-color: #eeeeee;
  column-rule-style: solid;
  column-rule-width: 1px;
  margin: 0;
  padding: 1em 0.5em 1em 0;
  list-style-position: inside;
}
/* line 10, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-04-site-map.less */
.sitemap:before {
  content: "Site Map";
  font-family: "Helvetica";
  font-size: 190%;
  font-weight: 700;
  line-height: 140%;
  color: #306ca2;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-04-site-map.less */
.sitemap li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-04-site-map.less */
.sitemap li .top-level {
  display: inline-block;
}
/* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-04-site-map.less */
.sitemap li ol {
  margin: 0.4em 0 1em 0;
  padding: 0 0 0 1.5em;
}
/* line 24, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-04-site-map.less */
.sitemap li ol li {
  list-style-type: disc;
  color: #666666;
  padding: 0.2em 0;
  margin: 0.2em 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 35, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-04-site-map.less */
  .sitemap {
    -moz-column-width: auto;
    -moz-column-count: 2;
    -moz-column-gap: 2em;
    -moz-column-rule-color: #eeeeee;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -webkit-column-width: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 2em;
    -webkit-column-rule-color: #eeeeee;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    column-width: auto;
    column-count: 2;
    column-gap: 2em;
    column-rule-color: #eeeeee;
    column-rule-style: solid;
    column-rule-width: 1px;
  }
}
@media only screen and (max-width: 529px) {
  /* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-04-site-map.less */
  .sitemap {
    -moz-column-width: auto;
    -moz-column-count: 1;
    -moz-column-gap: 2em;
    -moz-column-rule-color: #eeeeee;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -webkit-column-width: auto;
    -webkit-column-count: 1;
    -webkit-column-gap: 2em;
    -webkit-column-rule-color: #eeeeee;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    column-width: auto;
    column-count: 1;
    column-gap: 2em;
    column-rule-color: #eeeeee;
    column-rule-style: solid;
    column-rule-width: 1px;
  }
}
/* -------------------------------------------------------------- */
/* = @karstenrowe 404 error template */
/* -------------------------------------------------------------- */
/* = #header-row
----------------------------------------------------------------- */
/* line 10, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#header-row .group-content {
  zoom: 1;
  *zoom: 1;
  margin: 1em 0;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#header-row .group-content:before,
#header-row .group-content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#header-row .group-content:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#header-row .group-content:before,
#header-row .group-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#header-row .group-content:after {
  clear: both;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#header-row .group-content .header-row-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#header-row .group-content .header-row-list li {
  display: inline;
}
/* line 22, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#header-row .group-content .header-row-list.back-to-home {
  float: left;
}
/* line 26, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#header-row .group-content .header-row-list.social {
  float: right;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#header-row .group-content .header-row-list.social .focusable:active,
#header-row .group-content .header-row-list.social .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* line 30, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#header-row .group-content .header-row-list.social li {
  margin: 0 0 0 0.6em;
}
/* -------------------------------------------------------------- */
/* = #brand-row
----------------------------------------------------------------- */
/* line 44, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#brand-row .group-header {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#brand-row .group-header .focusable:active,
#brand-row .group-header .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* line 50, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#brand-row .group-header #logotype a {
  border: none;
}
/* line 53, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#brand-row .group-header #logotype a:hover {
  background: none;
  border: none;
  opacity: 0.7;
}
/* line 66, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#brand-row .group-header .header-row-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 69, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#brand-row .group-header .header-row-list li {
  display: inline;
}
/* line 73, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#brand-row .group-header .header-row-list.back-to-home {
  float: left;
}
/* line 77, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#brand-row .group-header .header-row-list.social {
  float: right;
}
/* line 80, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#brand-row .group-header .header-row-list.social li {
  margin: 0 0 0 0.6em;
}
/* -------------------------------------------------------------- */
/* = #hero-row
----------------------------------------------------------------- */
/* line 94, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#hero-row .group-content {
  margin: 0 0 3em 0;
}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#hero-row .group-content h2,
#hero-row .group-content h3 {
  border: none;
  margin: 1em 0 0.2em 0;
}
/* line 102, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#hero-row .group-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 105, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#hero-row .group-content ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* -------------------------------------------------------------- */
/* = search form
----------------------------------------------------------------- */
/* line 118, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
.error-form-wrapper form {
  margin: 0 0 1em 0;
}
/* line 122, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
.error-form-wrapper label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.error-form-wrapper label .focusable:active,
.error-form-wrapper label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* line 126, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
.error-form-wrapper input {
  float: left;
  margin: 0 0.4em 0 0;
}
/* line 131, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
.error-form-wrapper input[type="submit"] {
  padding: 0.18em 1em;
}
/* -------------------------------------------------------------- */
/* = #footer-row
----------------------------------------------------------------- */
/* line 142, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#footer-row .group-content {
  margin: 0 0 3em 0;
}
/* line 146, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#footer-row .group-content .footer-list {
  zoom: 1;
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#footer-row .group-content .footer-list:before,
#footer-row .group-content .footer-list:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#footer-row .group-content .footer-list:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#footer-row .group-content .footer-list:before,
#footer-row .group-content .footer-list:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#footer-row .group-content .footer-list:after {
  clear: both;
}
/* line 151, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#footer-row .group-content .footer-list .footer-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 156, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#footer-row .group-content .footer-list.copyright {
  float: left;
}
/* line 161, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-05-404-error.less */
#footer-row .group-content .footer-list.verseone-credit {
  float: right;
}
/* -------------------------------------------------------------- *//*==== STANDARD A�Z INDEX (used by 07-01-a-to-z.less, 07-02-faqs.less and can be used by 07-04-staff-directory.less) ====*/
/*==== REGISTRATION LOGIN FORM STYLES ====*/
/* line 3, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container {
  /* !Login Placement ====*/

  /* !End Login Placement ====*/

}
/* line 9, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar .error {
  color: #ffc5c5;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar .welcomeNoteWrapper {
  color: #ffffff;
}
/* line 14, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar .welcomeNoteWrapper .welcomeNote {
  margin-top: 0;
}
/* line 17, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar .welcomeNoteWrapper a {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  color: #ffffff;
  padding: 0.4em 0.8em;
  float: left;
  display: block;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container .login-bar .welcomeNoteWrapper a:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container .login-bar .welcomeNoteWrapper a:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container .login-bar .welcomeNoteWrapper a:focus {
  background: #be68cb;
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar .registration-logoff-form {
  float: left;
  margin-right: 0.5em;
}
/* line 26, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar .registration-logoff-form input[type="submit"] {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  color: #ffffff;
  padding: 0.4em 0.8em;
  padding: 0.6em 0.8em;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container .login-bar .registration-logoff-form input[type="submit"]:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container .login-bar .registration-logoff-form input[type="submit"]:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container .login-bar .registration-logoff-form input[type="submit"]:focus {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar form {
  position: relative;
}
/* line 33, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar form fieldset {
  padding: 0.2em 0;
}
/* line 36, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar form fieldset .logon-container {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar form fieldset .logon-container .row {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 44, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar form fieldset .logon-container .row .field-holder .field-label {
  display: inline-block;
}
/* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar form fieldset .logon-container .row .field-holder .field-value {
  display: inline-block;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .login-bar form .login-button-wrapper input[type="submit"] {
  padding: 0.4em 2em;
}
/* line 65, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container #accessibility-controls .login-bar {
  display: none;
  position: absolute;
  z-index: 99;
  top: 3.5em;
  right: 0;
  padding: 1em;
  background-color: #306ca2;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 529px) {
  /* line 74, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
  #container #accessibility-controls .login-bar {
    width: 100%;
  }
}
/* line 84, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container #accessibility-controls .login-bar form fieldset .logon-container li.row:first-child {
  margin-left: 0;
}
/* line 89, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container #accessibility-controls .login-bar form fieldset .logon-container .row {
  margin: 0 0 0.5em 0.5em;
  float: left;
}
@media only screen and (max-width: 529px) {
  /* line 93, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
  #container #accessibility-controls .login-bar form fieldset .logon-container .row {
    float: none;
    margin-left: 0;
  }
}
/* line 99, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-label {
  margin: 0 0 0.2em 0;
  display: block;
}
/* line 102, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-label label {
  color: #ffffff;
  margin: 0;
}
/* line 108, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value {
  display: block;
  margin: 0;
}
/* line 112, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="text"],
#container #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="search"],
#container #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="password"],
#container #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="tel"],
#container #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="url"],
#container #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="email"] {
  width: 100%;
}
/* line 126, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container #accessibility-controls .login-bar form .login-button-wrapper {
  float: right;
}
/* line 128, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container #accessibility-controls .login-bar form .login-button-wrapper input[type="submit"] {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  padding: 0.4em 0.8em;
  color: #ffffff;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container #accessibility-controls .login-bar form .login-button-wrapper input[type="submit"]:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container #accessibility-controls .login-bar form .login-button-wrapper input[type="submit"]:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
#container #accessibility-controls .login-bar form .login-button-wrapper input[type="submit"]:focus {
  background: #be68cb;
}
/* line 147, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .main-article-area-7 .login-bar .content-wrapper-inner {
  padding: 1em 0 0.5em 0;
}
/* line 149, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .main-article-area-7 .login-bar .content-wrapper-inner .error {
  color: red;
  padding: 0.5em 0;
}
/* line 156, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .main-article-area-7 .login-bar .content-wrapper-inner .field-value {
  margin: 0 1.5em 0 0;
}
/* line 159, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
#container .main-article-area-7 .login-bar .content-wrapper-inner .login-button-wrapper {
  margin: 0.5em 0 0 5.4em;
}
/* line 172, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
.ie7 #accessibility-controls .login-bar {
  width: 24em;
}
/* line 177, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row {
  width: auto;
}
/* line 180, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-label,
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value {
  float: left;
}
/* line 184, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-07-login.less */
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-label input[type="text"],
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="text"],
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-label input[type="search"],
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="search"],
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-label input[type="password"],
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="password"],
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-label input[type="tel"],
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="tel"],
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-label input[type="url"],
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="url"],
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-label input[type="email"],
.ie7 #accessibility-controls .login-bar form fieldset .logon-container .row .field-holder .field-value input[type="email"] {
  width: auto;
}
/*==== MEDIA ICONS ====*/
/* line 3, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-08-media-icons.less */
.document-pdf {
  background-image: url("../images/media-icons/pdf.png");
  background-position: 4px center;
  background-repeat: no-repeat;
}
/*==== TOOLTIP STYLES (used in Properties, etc.) ====*/
/* line 6, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-09-tooltip.less */
.tooltip .tooltip-content {
  margin-left: -2000px;
  position: absolute;
  left: 40px;
  top: 10px;
  width: 200px;
  padding: 4px;
  background-color: #E2E7FF;
  border: 1px solid #003099;
  text-decoration: none;
  color: #000;
}
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-09-tooltip.less */
.tooltip:hover {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 0;
  color: red;
}
/* line 25, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-09-tooltip.less */
.tooltip:hover .tooltip-content {
  margin-left: 0px;
  z-index: 999;
}
/* line 32, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-09-tooltip.less */
.tooltip-display-on {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 0;
  color: red;
}
/* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-09-tooltip.less */
.tooltip-display-on .tooltip-content {
  margin-left: 0px;
  z-index: 999;
}
/*==== PECR "COOKIE" BANNER STYLES ====*/
/* line 5, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-10-pecr-banner.less */
#pecr-compliance-banner input[type="submit"] {
  background-color: #8b3598;
  border: none;
  color: #ffffff;
  padding: 0.5em;
}
/*==== 07-modules ====*/
/*---- The A to Z Templates: currently there are two of these, one based on Categories and one designed for deriving an A to Z of Departments based on the Name (written for UHCW) ----*/
/*==== REQUIRES 06-07-A-INDEX.LESS FOR THE .A-TO-Z-INDEX DEFINITION ====*/
/* line 5, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-01-a-to-z.less */
.department-a-to-z {
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
  *zoom: 1;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.department-a-to-z:before,
.department-a-to-z:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.department-a-to-z:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.department-a-to-z:before,
.department-a-to-z:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.department-a-to-z:after {
  clear: both;
}
/* line 6, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-06-index.less */
.department-a-to-z li {
  float: left;
  display: block;
  margin: 0 0 0 0.2em;
  padding: 0.3em 0.5em;
  border: 1px solid #DDDDDD;
  color: #017e76;
}
/* line 13, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-06-index.less */
.department-a-to-z li.has-pages {
  padding: 0;
  border: none;
}
/* line 16, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-06-index.less */
.department-a-to-z li.has-pages .a-z-letter {
  padding: 0.3em 0.5em;
  display: block;
  border: 1px solid #306ca2;
  background: #DDDDDD;
}
/* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-06-index.less */
.department-a-to-z li.has-pages .a-z-letter:hover {
  border: 1px solid #3f86c6;
  background: #FFFFFF;
}
/* line 27, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-06-index.less */
.department-a-to-z li:hover {
  background: #F4F4F4;
}
/*---- The A to Z Templates: currently there are two of these, one based on Categories and one designed for deriving an A to Z of Departments based on the Name (written for UHCW) ----*/
/* line 11, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-01-a-to-z.less */
.general-a-to-z {
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
  *zoom: 1;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.general-a-to-z:before,
.general-a-to-z:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.general-a-to-z:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.general-a-to-z:before,
.general-a-to-z:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.general-a-to-z:after {
  clear: both;
}
/* line 6, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-06-index.less */
.general-a-to-z li {
  float: left;
  display: block;
  margin: 0 0 0 0.2em;
  padding: 0.3em 0.5em;
  border: 1px solid #DDDDDD;
  color: #017e76;
}
/* line 13, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-06-index.less */
.general-a-to-z li.has-pages {
  padding: 0;
  border: none;
}
/* line 16, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-06-index.less */
.general-a-to-z li.has-pages .a-z-letter {
  padding: 0.3em 0.5em;
  display: block;
  border: 1px solid #306ca2;
  background: #DDDDDD;
}
/* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-06-index.less */
.general-a-to-z li.has-pages .a-z-letter:hover {
  border: 1px solid #3f86c6;
  background: #FFFFFF;
}
/* line 27, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/06-standard-elements/06-06-index.less */
.general-a-to-z li:hover {
  background: #F4F4F4;
}
/* line 13, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-01-a-to-z.less */
.general-a-to-z .a-to-z-pages {
  margin: 2em 0 1em 0;
  padding: 0;
  list-style-type: none;
}
/* line 17, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-01-a-to-z.less */
.general-a-to-z .a-to-z-pages li {
  padding: 0.4em 0;
  border-top: 1px solid #FFFFFF;
}
/* line 20, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-01-a-to-z.less */
.general-a-to-z .a-to-z-pages li:first-child {
  border-top: none;
}
/*==== FAQS (CATEGORIES) STYLES ====*/
/* !FAQs structure ----*/
/* line 110, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .template-index-display {
  border-bottom: 2px groove #ffffff;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .template-index-display .index-list {
  padding: 0 0.4em;
  margin: 0 0 0 1.2000000000000002em;
}
/* line 32, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .template-index-display .index-list .index-item {
  margin: 0.4em 0;
  padding: 0;
}
/* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .template-index-display.category-index-list .index-list {
  list-style-type: none;
  margin: 0;
}
/* line 43, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .template-index-display.category-index-list .index-list .index-item {
  list-style-type: none;
  background-image: url("../images/categories/category-blue.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
}
/* line 117, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .content-items-list .list-content-item .content-item-container {
  padding: 0 0.8em;
  zoom: 1;
  *zoom: 1;
}
/* line 55, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .content-items-list .list-content-item .content-item-container .faq-question {
  margin: 0.4em 0 0.2em 0;
  font-size: 130%;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .content-items-list .list-content-item .content-item-container .faq-question a {
  background-image: url("../images/faqs/user-question.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 24px;
}
/* line 65, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .content-items-list .list-content-item .content-item-container .faq-answer p {
  background-image: url("../images/faqs/information.png");
  background-position: left 0.2em;
  background-repeat: no-repeat;
  padding-left: 24px;
  margin: 0.4em 0;
}
/* line 72, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .content-items-list .list-content-item .content-item-container .faq-category-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #dddddd;
  font-size: 80%;
  padding: 0.4em 0 0 0;
  margin: 0 0 0.2em 24px;
}
/* line 78, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .content-items-list .list-content-item .content-item-container .faq-category-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  float: left;
  display: block;
  border: 1px solid #8b3598;
  background: #ffffff;
  padding: 0.1em 0.4em;
  margin: 0 0.4em 0.4em 0;
}
/* line 88, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .content-items-list .list-content-item .content-item-container .faq-category-list:empty {
  display: none;
}
/* line 93, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .content-items-list .list-content-item .content-item-container .back-to-top {
  font-size: 80%;
  text-align: right;
  display: block;
  float: right;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#container .faq-list .content-items-list .list-content-item .content-item-container:before,
#container .faq-list .content-items-list .list-content-item .content-item-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#container .faq-list .content-items-list .list-content-item .content-item-container:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#container .faq-list .content-items-list .list-content-item .content-item-container:before,
#container .faq-list .content-items-list .list-content-item .content-item-container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#container .faq-list .content-items-list .list-content-item .content-item-container:after {
  clear: both;
}
/* line 127, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-02-faqs.less */
#container .faq-list .category-faq-container .faq-category-title {
  font-size: 110%;
  color: #999999;
}
/*==== JOBS STYLES ====*/
/*---- Content List ----*/
/*---- Content Single ----*//*==== EVENTS STYLES ====*/
/*---- Content List ----*/
/*---- Content Single ----*//*======== BLOGS AND UTILITIES ========*/
/* line 9, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog {
  /*---- Blog Index Page ----*/

  /*---- Post Structure ----*/

  /*---- Single Post Page ----*/

  /* !Navigate to older or newer posts ----*/

}
/* line 16, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .list-content .post .post-inner .content-main-image {
  width: 80px;
}
/* line 27, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner .post-title {
  padding: 0;
}
/* line 29, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner .post-title h2 {
  line-height: 140%;
  padding: 0.5em 0;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner h3.post-title {
  font-size: 140%;
  line-height: 140%;
}
/* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner .content-main-image {
  float: left;
  margin: 0.8em 1.8em 1em 0;
  width: 250px;
}
/* line 43, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner .content-main-image img {
  width: 100%;
  height: auto;
}
/* line 50, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner .content-main-image figcaption {
  font-weight: 700;
  padding: 0.5em;
  margin: 0.5em 0 0.8em 0;
  line-height: 130%;
  border-bottom: 1px solid #dddddd;
}
/* line 60, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner .post-meta {
  font-size: 80%;
  color: #666666;
  margin-bottom: 0;
}
/* line 65, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner .post-meta.date {
  width: 4em;
  float: right;
  border: 1px solid #999999;
  margin: 0 0 0.5em 1.5em;
}
/* line 70, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner .post-meta.date .day {
  display: block;
  background: #ffffff;
  color: #444444;
  font-size: 180%;
  text-align: center;
  font-weight: bold;
  padding: 0.5em;
}
/* line 79, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner .post-meta.date .monthyear {
  background: #306ca2;
  color: #ffffff;
  display: block;
  padding: 0.3em;
  text-shadow: none;
  text-align: center;
}
/* line 88, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner .post-meta time {
  font-weight: 700;
}
/* line 91, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .post .post-inner .post-meta .post-author {
  font-weight: 700;
}
/* line 118, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .template-navigation-link .back-to-blog-home {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  color: #ffffff;
  padding: 0.4em 0.8em;
  display: inline-block;
  margin-top: 1em;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-blog .template-navigation-link .back-to-blog-home:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-blog .template-navigation-link .back-to-blog-home:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-blog .template-navigation-link .back-to-blog-home:focus {
  background: #be68cb;
}
/* line 123, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .template-navigation-link.older-posts,
.type-blog .template-navigation-link.newer-posts {
  margin-top: 2em;
  display: block;
  font-size: 70%;
}
/* line 130, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .template-navigation-link.older-posts {
  float: left;
}
/* line 133, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
.type-blog .template-navigation-link.newer-posts {
  float: right;
}
/*---- Blog Utilities, e.g. search, archives, categories ----*/
/* line 142, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container {
  /* -- blog: individual post -- */

}
/* line 144, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container .blog-utilities .content-wrapper-inner {
  padding: 1em 0;
}
/* line 149, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container .blog-utilities.blog-search input[type="search"] {
  width: 99%;
  margin-top: 0.2em;
}
/* line 153, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container .blog-utilities.blog-search input[type="submit"] {
  margin-top: 0.5em;
}
/* line 160, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container .blog-utilities.archives .archives-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 164, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container .blog-utilities.archives .archives-list.year li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 167, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container .blog-utilities.archives .archives-list.year li .archive-list-item-year-toggle {
  background-image: url("../images/blogs-v2/feedback/fs-expand.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0.3em 1em 0.3em 18px;
  display: block;
  border-top: 1px solid #dddddd;
}
/* line 172, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container .blog-utilities.archives .archives-list.year li .archive-list-item-year-toggle.open {
  background-image: url("../images/blogs-v2/feedback/fs-contract.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 178, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container .blog-utilities.archives .archives-list.year li:first-child a.archive-list-item-year-toggle {
  border-top: none;
}
/* line 186, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container .blog-utilities.archives .archives-list.month {
  margin: 0.3em 0 0.3em 2em;
}
/* line 188, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container .blog-utilities.archives .archives-list.month li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 190, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#container .blog-utilities.archives .archives-list.month li a {
  display: block;
  padding: 0.2em 0;
}
/* -------------- */
/* -- blog: comments list -- */
/* line 217, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#blog-comments .comments-list {
  margin: 0;
  padding: 0;
}
/* line 222, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#blog-comments .comments-list .blog-cmt {
  list-style: none;
  background: none;
  zoom: 1;
  *zoom: 1;
  width: 100%;
  margin: 0 0 0.8em 0;
  padding: 0;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#blog-comments .comments-list .blog-cmt:before,
#blog-comments .comments-list .blog-cmt:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#blog-comments .comments-list .blog-cmt:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#blog-comments .comments-list .blog-cmt:before,
#blog-comments .comments-list .blog-cmt:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#blog-comments .comments-list .blog-cmt:after {
  clear: both;
}
/* line 230, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#blog-comments .comments-list .blog-cmt img {
  float: left;
  width: 5%;
  margin: 0;
}
/* line 236, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#blog-comments .comments-list .blog-cmt .comment-content {
  float: left;
  width: 92%;
  margin: 0 0 0 2%;
}
/* line 242, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#blog-comments .comments-list .blog-cmt .comment-content .comment-text {
  margin: 0.2em 0 0.4em 0;
}
/* line 246, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#blog-comments .comments-list .blog-cmt .comment-content .cmt-meta {
  font-size: 85%;
  color: #999999;
}
/* -------------- */
/* -- blog: comments form -- */
/* line 259, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#blg-cmt-frm .row {
  margin: 0 0 0.4em 0;
}
/* line 262, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#blg-cmt-frm .row input,
#blg-cmt-frm .row textarea {
  border: 1px solid #444;
  width: 60%;
  margin: 0;
  padding: 0.2em 0.4em;
}
/* line 269, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-05-blogs.less */
#blg-cmt-frm .row input[type="submit"] {
  width: auto;
}
/* -------------- */
/* -- blog: archives -- */
/*
.blog-utilities {

	// ol
	.archives-list {
		.list-reset;
		
		// li
		.archive-list-item {
			.list-reset;
			a {
				&.archive-list-item-year-toggle {
					padding:0.2em 0;
					display:block;
					border-top:1px solid @lighter-grey;
				}
			}
			&:first-child {
				a {
					&.archive-list-item-year-toggle {
						border-top:none;
					}
				}
			}
			
			// ol
			.archives-list.month {
				margin: 0.3em 0 0.3em 1.6em;
				li {
					a {
						display:block;
						padding:0.2em 0;
					}
				}
			}
		}
	}
}
*/
/* -------------- *//* line 4, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-06-polls.less */
.type-poll .poll-question-headline h3 {
  margin: 0.2em 0 0.5em 0;
}
/* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-06-polls.less */
.type-poll .poll-question {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 0.5em;
  overflow: hidden;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-06-polls.less */
.type-poll .poll-question li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  padding: 0.3em 0;
}
/* line 16, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-06-polls.less */
.type-poll .poll-question li label {
  margin-left: 0.3em;
}
/* line 22, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-06-polls.less */
.type-poll .poll-answer .poll-result-bar-holder {
  border: 1px solid #999999;
  background: #ffffff;
}
/* line 25, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-06-polls.less */
.type-poll .poll-answer .poll-result-bar-holder .result-bar {
  height: 10px;
  background-color: #306ca2;
}
/* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-06-polls.less */
.type-poll .poll-results {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 0.5em;
}
/* line 43, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-06-polls.less */
.type-poll .poll-results li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 46, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-06-polls.less */
.type-poll .poll-results li .poll-result-bar {
  border: 1px solid #999999;
}
/* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-06-polls.less */
.type-poll .poll-results li .poll-result-bar div {
  height: 15px;
  background-color: #306ca2;
}
/* line 59, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-06-polls.less */
.col .type-poll .poll-question li {
  float: none;
}
/* line 3, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset {
  border: 1px solid #999999;
  padding: 0.5em 1em;
}
@media only screen and (max-width: 529px) {
  /* line 6, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
  #container .form fieldset {
    padding: 0;
    border: none;
  }
}
/* line 10, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.ie7 #container .form fieldset {
  border: none;
}
/* line 13, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset legend {
  border: 1px solid #999999;
  background: #306ca2;
  color: #ffffff;
  padding: 0.3em 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
}
@media only screen and (max-width: 529px) {
  /* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
  #container .form fieldset legend {
    padding: 0.5em 0;
    border: none;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    behavior: url("../css-libs/PIE.htc");
    position: relative;
    width: 100%;
    background-color: transparent;
    color: #306ca2;
    font-size: 150%;
  }
}
/* line 30, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset .labelman {
  margin-top: 1.5em;
  font-size: 80%;
  color: red;
}
/* line 35, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset .row {
  border-top: 1px solid #DDDDDD;
  padding: 0.5em 0;
  zoom: 1;
  *zoom: 1;
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#container .form fieldset .row:before,
#container .form fieldset .row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#container .form fieldset .row:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#container .form fieldset .row:before,
#container .form fieldset .row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#container .form fieldset .row:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  /* line 42, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
  #container .form fieldset .row {
    display: block;
  }
}
/* line 45, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.ie7 #container .form fieldset .row {
  display: block;
}
/* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset .row label,
#container .form fieldset .row .label {
  display: table-cell;
  width: 26%;
  margin: 0;
  min-width: 60px;
}
@media only screen and (max-width: 529px) {
  /* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
  #container .form fieldset .row label,
  #container .form fieldset .row .label {
    display: block;
    width: auto;
    min-width: 0;
  }
}
/* line 59, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset .row label .labelman,
#container .form fieldset .row .label .labelman {
  color: red;
}
/* line 62, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.ie7 #container .form fieldset .row label,
.ie7 #container .form fieldset .row .label {
  display: block;
  width: auto;
  min-width: 0;
}
/* line 68, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset .row .field {
  display: table-cell;
  padding: 0 0 0 2em;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  /* line 72, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
  #container .form fieldset .row .field {
    display: block;
    width: auto;
    padding: 0;
  }
}
/* line 77, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.ie7 #container .form fieldset .row .field {
  display: block;
  width: auto;
  padding: 0;
}
/* line 82, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset .row .field input[type="text"],
#container .form fieldset .row .field textarea {
  width: 100%;
  padding: 0.3em 0.5em;
}
/* line 87, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset .row .field textarea {
  min-height: 12em;
  resize: vertical;
}
/* line 93, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset .row .field input[type="checkbox"] {
  float: left;
  margin: 0 1em;
}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset .row .field input[type="radio"] {
  float: left;
  margin: 0 1em;
}
/* line 104, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset .button_row {
  padding: 1em 0 0.5em 0;
}
/* line 107, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
#container .form fieldset .button_row input[type="submit"]:first-child {
  text-transform: capitalize;
  float: right;
}
/* line 118, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.progressborder {
  border: 1px solid #CCCCCC;
  margin: 1em 0;
}
/* line 121, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.progressborder .progressbar {
  background: #4dfef2;
  padding: 0.5em 1em;
}
/* line 124, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.progressborder .progressbar p {
  margin: 0;
}
/* line 126, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.progressborder .progressbar p span {
  font-weight: bold;
}
/*==== FORM IN A NEW WINDOW ====*/
/* line 136, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.form_window_container {
  margin: 0;
  padding: 0;
}
/* line 139, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.form_window_container .form-in-new-window {
  margin: 0;
  padding: 0 0 1.5em 0;
}
/* line 142, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.form_window_container .form-in-new-window .form,
.form_window_container .form-in-new-window .progressborder {
  width: 90%;
  max-width: 980px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
/* line 150, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.form_window_container .form-in-new-window legend {
  border-color: #AAAAAA;
}
/* line 153, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-07-dynamic-forms.less */
.form_window_container .form-in-new-window fieldset,
.form_window_container .form-in-new-window .progressborder {
  background: #ffffff;
  border-color: #AAAAAA;
}
/*==== EVENT CALENDAR STYLES ====*/
/* !Calendar Structure ----*/
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container {
  /* -------------- */

  /* -- calendar navigation -- */

  /* -------------- */
  /* -- calendar -- */

  /* !Event Type Colour Key ----*/

  /* -------------- */

  /* -------------------------------------------------------------- */

  /* = event filter bar
----------------------------------------------------------------- */

  /*
.event-filter-bar {
	width: 80%;
	padding: 0 1.5em 0 0;
	
	form {
		background: @light-grey;
		border: 1px solid #444;
		display: block;
		margin: 0 1.5em 2em 0;
		padding: 0.75em 1.2em;
		
		label {
			margin: 0 0.5em 0 0;
		}
		
		input[type="submit"] {
			font-size: 110%;
			text-transform: capitalize;
			margin: 0 0 0 0.6em;
		}
	}
}
*/

  /* -------------------------------------------------------------- */

  /* = event listing
----------------------------------------------------------------- */

  /*
#activity-calendar {
	
	.content-item.event-list-wrap {
				
		.content-wrapper-inner {
					
			h2 {
				background: none;
				margin: 0.5em 0 0.25em 0;
			}
			
			//article
			
			.list-event-item:nth-child(odd) {
				background: #444;
				border: 1px solid @light-grey;
			}

			.list-event-item:nth-child(even) {
				background: @light-grey;
			}
						
			.list-event-item {				
				margin: 0 0 2em 0;
				padding: 1.25em 1.4em;
				.clearfix;
				
				h3 {
					font-style: normal;
					font-size: 160%;
					margin: 0 0 0.5em 0;
					
					a {
						border-bottom: 1px dotted #444;
					}
				}
				
				//ul
				.basic-event-details {
					border-right: 1px dotted #444;
					float: left;
					width: 60%;
					margin: 0;
					padding: 0.5em 0;
					
					li {
						background: none;
						margin: 0 5% 0.5em 0;
						padding: 0;
						.clearfix;
						
						//span
						.event-label {
							color: #444;
							float: left;
							display: inline-block;
							width: 30%;						
						}
						
						.event-detail {
							color: #444;
							float: left;						
							display: inline-block;
							width: 70%;
							
							p {
								font-size: 100%;
								
								img {
									display: block;
									width: 100%;
									max-width: none;
									height: auto;
									margin: 1em 0 0.5em;
									padding: 0;
								}
							}			
						}
					}
					
					.meet-at-details {
						.clearfix;
					}
				}
				
				.event-details {
					float: left;
					width: 40%;
					
					h4 {
						color: #444;
						margin: 0 0 0.5em 5%;
					}
					
					.event-details-text {
						margin: 0 0 0 5%;
						
						p {
							margin: 0 0 0.5em 0;
						}				
					}
				}
			}
		}
	}
}
*/

  /* -------------------------------------------------------------- */

  /* = individual event
----------------------------------------------------------------- */

  /*
.page-placement {
	
	.placement-inner {
		
		//a
		.list-all-events {
			margin: 0 0.4em 0.6em 0;
		}
		
		.back-to-calendar {
			margin: 0 0.4em 0.6em 0;
		}
		
		.content-item.single-event-wrap {
			
			.content-item-inner {
				
				.content-headline {
				
				}
				
				.content-wrapper-inner {
					
					//ul
					ul.event-details {
						border-right: 1px dotted #444;
						float: left;
						width: 60%;
						margin: 0;
						padding: 0.5em 0;
						
						//li						
						li {
							background: none;
							margin: 0 5% 0.5em 0;
							padding: 0;
							.clearfix;
														
							//span
							.event-label {
								color: #444;
								float: left;
								display: inline-block;
								width: 30%;
																
								.colon {
								
								}
							}
							
							.event-detail {
								color: #444;
								float: left;						
								display: inline-block;
								width: 70%;
																
								.colon {
								
								}
							}
						}
						
						.meet-at-details {
							
							.event-detail {
								
								p {
									font-size: 100%;
								}
								
								img {
									width: 100%;
									height: auto;
									max-width: none;
								}
							}
						}
					}
					
					//section
					section.event-details {
						float: left;
						width: 40%;
											
						h3 {
							color: #444;
							margin: 0 0 0.5em 5%;							
						}
						
						.event-details-text {
							margin: 0 0 0 5%;
						
							p {
							
							}
						}
					}
				}
			}
		}
	}
}
*/

}
/* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .events-calendar-top {
  padding: 0 0 0.6em 0;
  border-bottom: 2px groove #ffffff;
  margin: 0 0 0.5em 0;
}
/* line 44, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .events-calendar-top .event-timescale-views {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 90%;
}
/* line 47, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .events-calendar-top .event-timescale-views li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
  padding: 0.5em 0.5em 0.5em 1em;
}
/* line 52, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .events-calendar-top .event-timescale-views li a {
  display: inline-block;
  padding: 0.5em 1em 0.5em 24px;
  border: none;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .events-calendar-top .event-timescale-views li a.month-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-month.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 60, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .events-calendar-top .event-timescale-views li a.week-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-week.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 64, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .events-calendar-top .event-timescale-views li a.day-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-day.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 68, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .events-calendar-top .event-timescale-views li a.all-types-view {
  background-image: url("../images/events-calendar/view-nav-icons/event-types-view.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 72, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .events-calendar-top .event-timescale-views li a.today-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-day.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 76, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .events-calendar-top .event-timescale-views li a.all-events-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 80, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .events-calendar-top .event-timescale-views li a:hover {
  background-color: transparent;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-calendar-time-navigation .content-headline {
  text-align: center;
  margin: 0 0 -3em 0;
}
/* line 99, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-calendar-time-navigation .month-year-nav {
  text-align: center;
  margin: 0.5em 0;
  padding: 0.5em 0;
}
/* line 105, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-calendar-time-navigation .month-year-nav a.prev-year {
  float: left;
}
/* line 107, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-calendar-time-navigation .month-year-nav a.prev-year:before {
  content: "<<";
}
/* line 112, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-calendar-time-navigation .month-year-nav a.next-year {
  float: right;
}
/* line 114, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-calendar-time-navigation .month-year-nav a.next-year:after {
  content: ">>";
}
/* line 119, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-calendar-time-navigation .month-year-nav a.prev-month {
  float: left;
  margin: 0 0 0 1em;
}
/* line 122, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-calendar-time-navigation .month-year-nav a.prev-month:before {
  content: "<";
}
/* line 127, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-calendar-time-navigation .month-year-nav a.next-month {
  float: right;
  margin: 0 1em 0 0;
}
/* line 130, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-calendar-time-navigation .month-year-nav a.next-month:after {
  content: ">";
}
/* line 141, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar {
  width: 100%;
  margin: 0.5em 0;
}
/* line 144, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner {
  padding: 0;
  border-left: 1px solid #bbbbbb;
}
/* line 149, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .days-head {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 151, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .days-head li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
  width: 14.285714285714286%;
  overflow-y: auto;
  overflow-x: hidden;
  text-overflow: ellipsis;
  border-left: 1px solid #bbbbbb;
}
/* line 161, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .days-head li:first-child {
  border-left: none;
}
/* line 165, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .days-head li p {
  background: #306ca2;
  color: #ffffff;
  font-size: 90%;
  font-weight: 700;
  text-align: center;
  padding: 0.5em;
  margin: 0;
}
/* line 178, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .ac-month-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 180, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .ac-month-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
  width: 14.285714285714286%;
  overflow: hidden;
  font-size: 90%;
  border-bottom: 1px solid #bbbbbb;
  background: #ffffff;
}
/* line 192, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .ac-month-list li .ac-day-inner {
  height: 6em;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5em;
  border-right: 1px solid #bbbbbb;
}
/* line 199, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .ac-month-list li .ac-day-inner:hover {
  background: #f2f2f2;
}
/* line 202, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .ac-month-list li .ac-day-inner p {
  margin: 0;
  color: #444444;
}
/* line 205, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .ac-month-list li .ac-day-inner p a {
  font-weight: bold;
}
/* line 210, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .ac-month-list li .ac-day-inner .ac-activity {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  font-size: 100%;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border: 1px solid #111111;
  float: left;
  display: block;
  margin: 0.5em 0.5em 0 0;
  padding: 0.1em 0.5em 0.2em 0.5em;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
/* line 235, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .ac-month-list .ac-calendar-lead p {
  height: 6em;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f2f2f2;
  border-right: 1px solid #bbbbbb;
  padding: 0.5em;
  margin: 0;
}
/* line 255, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .activity-calendar .ac-calendar .ac-inner .ac-month-list .today {
  background: #ffffff;
}
/* line 271, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-key .event-key-inner {
  margin: 0.8em 0 0 0;
}
/* line 274, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-key .event-key-inner .event-key-table {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 277, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-key .event-key-inner .event-key-table .event-key-item {
  margin: 0 1em 0 0;
  display: inline-block;
  font-size: 90%;
}
/* line 282, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-08-event-calendar.less */
#container .event-key .event-key-inner .event-key-table .event-key-item .event-type-colour {
  border: 1px solid #111111;
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0.4em 0.4em 0 0;
}
/*==== Media Browser Styles (documents only at present) ====*/
/*---- Declare images ----*/
/*==== Define the status decoration: usually, Current (green), Under Review (amber), Expired (red), Archived (black/grey)  ====*/
/*---- Media Search Placement ----*/
/*---- Folder Search Placement ----*/
/*---- Folder Display ----*/
/* line 71, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.back-to-top-folder {
  padding: 0.5em 0 0.5em 20px;
  background-image: url("../images/media-browser/folder-top.png");
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
}
/* line 79, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.md-lst-wrp {
  position: relative;
  padding: 1em 0;
}
/* line 82, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.md-lst-wrp .mb-folders-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 84, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.md-lst-wrp .mb-folders-list li {
  list-style-type: none;
  margin: 0;
  padding: 0.2em 0;
}
/* line 89, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.md-lst-wrp .mb-folders-list li .xpnd-fldr {
  display: inline-block;
  width: 30px;
  height: 16px;
  cursor: pointer;
  background-image: url("../images/media-browser/folder-closed.png");
  background-repeat: no-repeat;
  background-position: left 2px;
}
/* line 96, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.md-lst-wrp .mb-folders-list li .xpnd-fldr.loaded {
  background-image: url("../images/media-browser/folder-open.png");
  background-repeat: no-repeat;
  background-position: left 2px;
}
/* line 102, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.md-lst-wrp .mb-folders-list li.root-folder > .xpnd-fldr {
  background-image: url("../images/media-browser/folder-open.png");
  background-repeat: no-repeat;
  background-position: left 2px;
}
/* line 108, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.md-lst-wrp .mb-folders-list li .empty .xpnd-fldr {
  background-image: url("../images/media-browser/folder.png");
  background-repeat: no-repeat;
  background-position: 9px 2px;
}
/* line 111, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.md-lst-wrp .mb-folders-list li .empty .xpnd-fldr:hover {
  background-image: url("../images/media-browser/folder.png");
  background-repeat: no-repeat;
  background-position: 9px 2px;
}
/* line 118, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.md-lst-wrp .mb-folders-list ul {
  list-style-type: none;
  margin: 0.2em 0 0.3em 0.5em;
  padding: 0;
}
/* line 122, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.md-lst-wrp .mb-folders-list ul li {
  list-style-type: none;
}
/* line 127, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.md-lst-wrp .md-clr-srch {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1em;
  right: 0;
  background-image: url("../images/media-browser/folder-tree.png");
  background-repeat: no-repeat;
  background-position: left center;
}
/*---- Media Display ----*/
/* line 142, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.main-article-area-7 .content-headline.mb-title {
  display: none;
  visibility: hidden;
}
/* line 147, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.main-article-area-7 .content-headline.mb-title:first-child {
  display: block;
  visibility: visible;
}
/* line 150, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.main-article-area-7 .content-headline.mb-title:first-child h2 {
  margin-bottom: 0.2em;
}
/* line 155, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .media-display-table {
  border: 1px solid #BBBBBB;
}
/* line 159, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .media-display-table thead tr th {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #cccccc 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #cccccc 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #cccccc 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #f5f5f5 100%);
  text-align: left;
  color: #444444;
  border-bottom: 1px solid #AAAAAA;
  border-left: 2px groove #EEEEEE;
  padding: 0.3em 0.5em;
}
/* line 166, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .media-display-table thead tr th:first-child {
  border-left: none;
}
/* line 168, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .media-display-table thead tr th .mb-sort {
  padding: 0 0 0 20px;
}
/* line 170, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .media-display-table thead tr th .mb-sort.asc {
  background-image: url("../images/arrows/arrow-up.png");
  background-repeat: no-repeat;
  background-position: left center;
}
/* line 174, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .media-display-table thead tr th .mb-sort.desc {
  background-image: url("../images/arrows/arrow-down.png");
  background-repeat: no-repeat;
  background-position: left center;
}
/* line 183, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .media-display-table tbody tr {
  border: 1px solid #BBBBBB;
}
/* line 186, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .media-display-table tbody tr.alt {
  background: #ffffff;
}
/* line 189, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .media-display-table tbody tr td {
  border-left: 1px solid #DDDDDD;
  padding: 0.5em;
}
/* line 192, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .media-display-table tbody tr td:first-child {
  border-left: none;
}
/* line 195, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .media-display-table tbody tr td .media-status {
  text-indent: -9999em;
  display: block;
  width: 18px;
  background-position: center center;
}
/* line 206, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .ms-current {
  background-image: url("../images/media-browser/status-current.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 20px;
}
/* line 211, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .ms-underreview,
#media-browser-pl .ms-under-review {
  background-image: url("../images/media-browser/status-under-review.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 20px;
}
/* line 217, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .ms-expired {
  background-image: url("../images/media-browser/status-expired.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 20px;
}
/* line 222, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .ms-archived {
  background-image: url("../images/media-browser/status-archived.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 20px;
}
/* line 227, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#media-browser-pl .ms-all {
  padding: 0;
}
/*---- Statuses ----*/
/* line 235, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.media-viewer .folder-breadcrumb {
  border-bottom: 2px groove #ffffff;
  font-weight: bold;
  padding: 0.5em 0;
}
/* line 240, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.media-viewer form {
  padding: 1em 0 0 0;
}
/* line 243, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.media-viewer .results-filter-options {
  border-top: 2px groove #ffffff;
  padding: 0.4em 0;
  margin: 1em 0 0.4em 0;
  zoom: 1;
  *zoom: 1;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-viewer .results-filter-options:before,
.media-viewer .results-filter-options:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-viewer .results-filter-options:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.media-viewer .results-filter-options:before,
.media-viewer .results-filter-options:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.media-viewer .results-filter-options:after {
  clear: both;
}
/* line 248, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.media-viewer .results-filter-options .status-filters {
  display: inline-block;
  float: right;
}
/* line 251, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.media-viewer .results-filter-options .status-filters a {
  margin-left: 1em;
  display: inline-block;
}
/*---- File type rules ----*/
/* line 261, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
.format-pdf {
  text-transform: uppercase;
}
/*---- File View Display ----*/
/* line 277, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer section {
  padding: 0.5em 1em 1em 1em;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
  margin: 0 22em 1em 0;
}
/* line 283, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer section h3 {
  margin: 0.5em 0 0.6em 0;
  text-transform: capitalize;
}
/* line 289, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .content-headline h2 {
  line-height: 120%;
}
/* line 294, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .status-download-information {
  float: right;
  width: 19em;
  margin: 0 0 1em 0;
  zoom: 1;
  *zoom: 1;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#file-viewer .status-download-information:before,
#file-viewer .status-download-information:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#file-viewer .status-download-information:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#file-viewer .status-download-information:before,
#file-viewer .status-download-information:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#file-viewer .status-download-information:after {
  clear: both;
}
/* line 299, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .status-download-information ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 303, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .status-download-information ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}
/* line 308, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .status-download-information ul li.media-status .ms-current {
  /*display:block;
						float:left;
						padding:0.8em 1em;
						.gradient (#F5F5F5,#CCCCCC,#F5F5F5);
						border:1px solid #999999;
						border-right:none;
						.border-radius-single(0,0,4px,4px);*/

}
/* line 320, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .status-download-information ul li.download-media-link .md-dwnld {
  display: block;
  float: left;
  padding: 0.8em 1em 0.8em 44px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #cccccc 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #cccccc 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #cccccc 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #f5f5f5 100%);
  border: 1px solid #999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("../css-libs/PIE.htc");
  position: relative;
}
/* line 328, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .status-download-information ul li.download-media-link .md-dwnld:hover {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #bbbbbb 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #bbbbbb 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #bbbbbb 0%, #f1f1f1 100%);
  border-color: #666666;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 333, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .status-download-information ul li.download-media-link .md-dwnld:active {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #eeeeee 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #f9f9f9 100%);
  border-color: #666666;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 339, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .status-download-information ul li.download-media-link .md-dwnld .download-link-decoration {
  background-image: url("../images/media-browser/download-media.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 3px;
  left: 5px;
}
/* line 354, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .media-information {
  float: right;
  width: 19em;
  margin: 0 0 1em 0;
  clear: right;
}
/* line 359, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .media-information ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 361, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .media-information ul li {
  margin: 0;
  padding: 0.5em;
  border-top: 2px groove #ffffff;
}
/* line 365, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .media-information ul li .media-info {
  font-weight: bold;
}
/* line 373, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-09-media-browser.less */
#file-viewer .media-history .results-count {
  padding: 0.4em 0;
  margin: 0 0 0.5em 0;
  border-top: 2px groove #ffffff;
}
/**** Isotope Filtering ****/
/**** REQUIRED STYLES ****/
/* line 3, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.isotope-item {
  z-index: 2;
}
/* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
/* line 14, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
/* line 41, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*************************/
/*---- Optional clearfix (will generally be inserted into last-shim ----*/
/* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.clearfix {
  zoom: 1;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.clearfix:after {
  clear: both;
}
/*---- Optional: for UHCW only, to avoid over-writing important stylesheets. Resolve and remove ----*/
/*---- Declare images ----*/
/*#mb-icons {
	.download-media () {
		background-image: url("@{standard-images-url}media-browser/download-media.png");
		background-repeat:no-repeat;
		}
	.folder () {
		background-image: url("@{standard-images-url}categories/category-k.png");
		background-repeat:no-repeat;
		.icon-position(left,2px);
		&:hover {
			background-image: url("@{standard-images-url}categories/category-blue.png");
			background-repeat:no-repeat;
			.icon-position(left,2px);
			}
		}
	.folder-closed () {
		background-image: url("@{standard-images-url}categories/category-k.png");
		background-repeat:no-repeat;
		.icon-position(left,2px);
		&:hover {
			background-image: url("@{standard-images-url}categories/category-blue.png");
			background-repeat:no-repeat;
			.icon-position(left,2px);
			}
		}
	.folder-open () {
		background-image: url("@{standard-images-url}categories/category-purple.png");
		background-repeat:no-repeat;
		.icon-position(left,2px);
		}
	.folder-tree () {
		background-image: url("@{standard-images-url}media-browser/folder-tree.png");
		background-repeat:no-repeat;
		}
	.folder-top () {
		background-image: url("@{standard-images-url}media-browser/folder-top.png");
		background-repeat:no-repeat;
		}
	.sort-ascending () {
		background-image: url("@{standard-images-url}arrows/arrow-up.png");
		background-repeat:no-repeat;
		}
	.sort-descending () {
		background-image: url("@{standard-images-url}arrows/arrow-down.png");
		background-repeat:no-repeat;
		}
	}*/
/*---- Filter button backgrounds ----*/
/* line 121, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.sort-option-bg {
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */

}
/* line 132, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.selected-sort-option-bg {
  background: #3b679e;
  /* Old browsers */

  background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b679e), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
  /* IE10+ */

  background: linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
  /* IE6-9 */

}
/*---- Media Browser (custom isotope styles) ----*/
/* line 144, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-by {
  display: none;
}
/* line 148, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#media-list {
  min-height: 750px;
}
/* line 155, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item {
  width: 25%;
  padding: 0;
  margin: 0;
}
/* line 160, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-item-inner {
  margin: 0.5em;
  padding: 0.5em;
  background: #fff;
  border: 1px solid #BBBBBB;
  height: auto;
  position: relative;
  min-height: 7em;
  border-radius: 0 1.5em 0 0;
  zoom: 1;
  *zoom: 1;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-item-inner:before,
.media-item .media-item-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-item-inner:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.media-item .media-item-inner:before,
.media-item .media-item-inner:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.media-item .media-item-inner:after {
  clear: both;
}
/* line 171, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item.expand {
  width: 74%;
  height: auto;
}
/* line 174, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item.expand .media-item-inner {
  padding: 0.5em 1em;
}
/* line 176, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item.expand .media-item-inner .media-info {
  display: none;
}
/* line 179, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item.expand .media-item-inner .media-summary {
  display: block;
}
/* line 185, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-info img.media-format {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border: none;
}
/* line 194, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-info .status {
  text-indent: -99999px;
  height: 16px;
  width: 24px;
  display: block;
  position: absolute;
  top: 34px;
  left: 4px;
  padding: 0;
  margin: 0;
  background-position: center center;
}
/* line 207, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-info .filename {
  margin: 0.5em 0.5em 0.5em 28px;
  font-size: 120%;
  word-wrap: break-word;
}
/* line 213, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-info .description {
  color: #666666;
  margin: 0.5em 0.5em 0.5em 28px;
}
/* line 217, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-info .filesize {
  display: none;
}
/* line 220, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-info .hr-filesize {
  float: right;
  display: block;
}
/* line 224, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-info .favourite-icon-wrap {
  position: absolute;
  left: 4px;
  top: 56px;
}
/* line 228, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-info .favourite-icon-wrap .favourite-object {
  width: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 236, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .filetype {
  display: none;
}
/* line 239, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-summary {
  display: none;
}
/* line 241, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-summary .media-summary-controls {
  float: right;
}
/* line 244, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-summary .favourite-icon-wrap {
  margin-right: 0.5em;
}
/* line 247, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
.media-item .media-summary h2 {
  word-wrap: break-word;
}
/* line 254, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#filter-controls .menuname {
  float: left;
  clear: left;
  font-size: 100%;
  width: 50px;
}
/* line 261, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#filter-controls .filter-options {
  padding: 0;
  margin: 0;
  list-style-type: none;
  zoom: 1;
  *zoom: 1;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#filter-controls .filter-options:before,
#filter-controls .filter-options:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#filter-controls .filter-options:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#filter-controls .filter-options:before,
#filter-controls .filter-options:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#filter-controls .filter-options:after {
  clear: both;
}
/* line 267, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#filter-controls .filter-options .filter-option-item {
  float: left;
  display: block;
  margin: 0;
  padding: 0.2em 0.5em 0.2em 0.2em;
  background-image: none;
}
/* line 273, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#filter-controls .filter-options .filter-option-item a {
  border: none;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-controls {
  padding: 0 0 0.8em 0;
  margin: 0 0 0.5em 0;
  border-bottom: 2px groove #FFFFFF;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-controls .menuname {
  float: left;
  clear: left;
  font-size: 100%;
  width: 50px;
}
/* line 293, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-by {
  display: none;
}
/* line 297, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-by-isotope {
  padding: 0;
  margin: 0;
  list-style-type: none;
  zoom: 1;
  *zoom: 1;
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-by-isotope:before,
#sort-by-isotope:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-by-isotope:after {
  clear: both;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#sort-by-isotope:before,
#sort-by-isotope:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
#sort-by-isotope:after {
  clear: both;
}
/* line 302, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-by-isotope .isotope-sort-item {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  background-image: none;
  border: 1px solid #999999;
  border-left: none;
}
/* line 310, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-by-isotope .isotope-sort-item:first-child {
  border-left: 1px solid #999999;
}
/* line 317, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-by-isotope .isotope-sort-item a {
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */

  padding: 0.2em 1em;
  margin: 0;
  border: none;
  display: block;
}
/* line 325, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-by-isotope .isotope-sort-item.selected a {
  background: #3b679e;
  /* Old browsers */

  background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b679e), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
  /* IE10+ */

  background: linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
  /* IE6-9 */

  color: #FFFFFF;
  text-shadow: none;
}
/* line 329, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-10-media-browser-isotope.less */
#sort-by-isotope .isotope-sort-item.selected a:hover {
  color: #FFFFFF;
  text-shadow: none;
}
/*.type-mediabrowserfolders {
	.mb-folders-list {
		.mb-folder-item {
			&.root-folder {
				> .xpnd-fldr {
					#mb-icons > .folder-open;
					}
				}
			.xpnd-fldr {
				width:22px;
				height:18px;
				#mb-icons > .folder;
				&.loaded {
					#mb-icons > .folder;
					&.open {
						#mb-icons > .folder-open;
						}
					}
				}
			}
		}
	}*/
/*******************************//*================== FORUM ==================*/
/* line 10, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum {
  /*---- This list the existing threads in toto ----*/

  /*---- Then display an individual thread ----*/

}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .search-form {
  float: right;
}
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-threads {
  margin: 1em 0 0 0;
}
/* line 20, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-threads .jump-to-submission-form {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  color: #ffffff;
  padding: 0.4em 0.8em;
  display: inline-block;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-forum .forum-threads .jump-to-submission-form:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-forum .forum-threads .jump-to-submission-form:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-forum .forum-threads .jump-to-submission-form:focus {
  background: #be68cb;
}
/* line 26, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-listings {
  width: 100%;
  text-align: left;
  vertical-align: middle;
}
/* line 33, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-listings caption {
  text-align: left;
  font-weight: bold;
  font-size: 110%;
  padding: 0 0 1em 0;
}
/* line 41, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-listings thead tr th {
  padding: 0.5em 1em;
  background: #306ca2;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
/* line 46, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-listings thead tr th:first-child {
  border-left: none;
}
@media only screen and (max-width: 529px) {
  /* line 49, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
  .type-forum .forum-listings thead tr th {
    padding: 0.5em;
  }
}
/* line 56, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-listings tbody tr {
  border-bottom: 1px solid #ffffff;
}
/* line 60, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-listings tbody tr td {
  padding: 0.5em 1em;
  border-left: 1px solid #ffffff;
}
/* line 63, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-listings tbody tr td:first-child {
  border-left: none;
}
@media only screen and (max-width: 529px) {
  /* line 66, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
  .type-forum .forum-listings tbody tr td {
    padding: 0.5em;
  }
}
/* line 69, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-listings tbody tr td h3 {
  margin: 0;
}
/* line 77, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-listings .forum-item-author {
  width: 15%;
}
/* line 80, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-listings .forum-item-count {
  width: 10%;
  text-align: center;
}
/* line 84, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-listings .forum-item-created,
.type-forum .forum-listings .forum-item-last-post {
  width: 20%;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .thread-header {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #bbbbbb;
}
/* line 96, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .thread-header h3 {
  margin: 0;
  padding: 1em 0.8em 1em 1em;
  background-color: #dddddd;
}
/* line 100, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .thread-header h3 a {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  color: #ffffff;
  padding: 0.4em 0.8em;
  float: right;
  position: relative;
  top: -4px;
  display: inline-block;
  font-size: 80%;
  padding: 0.2em 0.8em;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-forum .thread-header h3 a:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-forum .thread-header h3 a:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-forum .thread-header h3 a:focus {
  background: #be68cb;
}
/* line 112, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread {
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #bbbbbb;
  border-top: none;
  padding: 0 1em 1em;
}
/* line 119, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread {
  position: relative;
  padding: 0.5em 0 1.5em 0;
}
/* line 122, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread .forum-author-meta {
  margin: 0.5em 0;
  color: #306ca2;
}
/* line 125, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread .forum-author-meta .author-details {
  display: block;
}
/* line 129, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread .item-date,
.type-forum .display-forum-thread .forum-thread datetime {
  display: block;
  font-weight: bold;
  color: #666666;
  font-size: 80%;
  margin: 0.5em 0 1em 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 141, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread .forum-message-meta .forum-thread-reply-likes {
  position: absolute;
  right: 7em;
  bottom: 0.5em;
}
/* line 146, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread .forum-message-meta .back-to-top {
  background: #8b3598;
  -webkit-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.8em 0.5em rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
  color: #ffffff;
  padding: 0.4em 0.8em;
  padding: 0.25em 0.8em;
  font-size: 90%;
  position: absolute;
  right: 0;
  bottom: 0.6em;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-forum .display-forum-thread .forum-thread .forum-message-meta .back-to-top:hover {
  background: #be68cb;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-forum .display-forum-thread .forum-thread .forum-message-meta .back-to-top:active {
  background: #be68cb;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/02-site-variables/02-06-form-elements.less */
.type-forum .display-forum-thread .forum-thread .forum-message-meta .back-to-top:focus {
  background: #be68cb;
}
/* line 155, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread .forum-thread-message {
  margin: 0 0 1em 0;
}
/* line 157, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread .forum-thread-message p {
  margin: 0.5em 0;
}
/* line 162, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread.post-reply {
  background-color: #f2f2f2;
  border: 1px dotted #999999;
  padding: 0.5em 0.5em 1.5em 0.5em;
  margin-top: 0.5em;
}
/* line 167, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread.post-reply datetime {
  left: 0.5em;
}
/* line 170, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread.post-reply .back-to-top {
  right: 0.5em;
}
/* line 173, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .display-forum-thread .forum-thread.post-reply .forum-thread-reply-likes {
  right: 7.5em;
}
/* line 181, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-search-form legend {
  padding: 1em 0 0.5em 0;
  font-size: 120%;
  font-weight: bold;
}
/* line 186, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-search-form .row {
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #999999;
}
/* line 189, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-search-form .row label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.type-forum .forum-search-form .row label .focusable:active,
.type-forum .forum-search-form .row label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* line 197, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form {
  margin-top: 1em;
  padding: 1em;
}
@media only screen and (max-width: 529px) {
  /* line 200, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
  .type-forum .forum-submission-form {
    padding: 0;
  }
}
/* line 205, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form #forum-message-form fieldset .feedback {
  color: #c00;
}
/* line 208, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form #forum-message-form fieldset legend {
  font-size: 120%;
  width: 100%;
  font-weight: bold;
  padding: 0 0 0.3em 0;
}
/* line 214, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form #forum-message-form fieldset .row {
  padding: 0.5em 0;
}
/* line 216, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form #forum-message-form fieldset .row label {
  display: block;
  padding: 0 0 0.5em 0;
}
/* line 220, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form #forum-message-form fieldset .row input {
  display: block;
  width: 100%;
}
/* line 224, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form #forum-message-form fieldset .row textarea {
  width: 100%;
  min-height: 120px;
}
/* line 229, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form #forum-message-form fieldset .submission-author-details {
  padding: 0.2em 1em;
}
/* line 231, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form #forum-message-form fieldset .submission-author-details .row {
  padding: 0;
  display: inline-block;
  width: 32%;
}
/* line 237, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form #forum-message-form fieldset .submission-subject-details {
  padding: 0.2em 1em;
}
/* line 239, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form #forum-message-form fieldset .submission-subject-details .row {
  padding: 0;
  display: inline-block;
  width: 39%;
}
/* line 243, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.type-forum .forum-submission-form #forum-message-form fieldset .submission-subject-details .row:first-child {
  width: 20%;
}
/* line 254, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
.col .forum-search-form,
.col .forum-threads,
.col .forum-submission-form {
  padding: 0 0.5em;
}
@media only screen and (max-width: 529px) {
  /* line 265, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
  #container .forum-search-form #search_forum {
    width: 98%;
    margin-bottom: 0.5em;
  }
  /* line 269, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
  #container .forum-search-form select {
    width: 100%;
    margin-bottom: 0.5em;
  }
  /* line 273, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-11-forum.less */
  #container .forum-search-form input[type="submit"] {
    width: 100%;
  }
}
/*======== STAFF DIRECTORY ========*/
/* line 11, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory {
  /*---- Search options ----*/

  /*---- Display search results ----*/

  /*---- Layout Directory Results ----*/

}
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory #staff_directory_search #searchForm {
  border: 1px solid #DDDDDD;
  padding: 1em;
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory #staff_directory_search #searchForm .directory-search-filter {
  padding: 1em 0 0 0;
}
/* line 32, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory #staff_directory_search #searchForm .directory-filters .directory-hide-filter {
  display: none;
}
/* line 40, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-search-results {
  margin: 1em 0 0 0;
}
/* line 46, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-item-wrap {
  float: left;
  width: 50%;
}
/* line 50, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-item-wrap .directory-wrap-inner {
  border: 1px solid #DDDDDD;
  margin: 0 1em 1em 0;
  padding: 0.5em;
}
/* line 55, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-item-wrap .directory-wrap-inner .directory-item-image {
  width: 6em;
  float: left;
  border: 1px solid #DDDDDD;
  padding: 4px;
  max-height: 6em;
  overflow: hidden;
}
/* line 63, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-item-wrap .directory-wrap-inner .directory-item-image img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 69, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-item-wrap .directory-wrap-inner .directory-item-content {
  margin: 0 0 0 8em;
}
/* line 71, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-item-wrap .directory-wrap-inner .directory-item-content dl {
  padding: 0;
  margin: 0;
}
/* line 74, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-item-wrap .directory-wrap-inner .directory-item-content dl dt {
  float: left;
  width: 4em;
  padding: 0.3em 0;
}
/* line 79, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-item-wrap .directory-wrap-inner .directory-item-content dl dd {
  margin: 0 0 0 4.5em;
  font-weight: bold;
  padding: 0.3em 0;
}
/* line 86, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-item-wrap .directory-wrap-inner .directory-item-content dl dd.type {
  text-transform: capitalize;
}
/* line 98, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-item-wrap.directory-item-single {
  width: auto;
  float: none;
}
/* line 101, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/07-modules/07-12-staff-directory.less */
.type-staffdirectory .directory-item-wrap.directory-item-single .directory-wrap-inner {
  border: none;
}
/*==== 08-slideshows ====*/
/*---- Slideshow Standard Structure ----*/
@media only screen and (max-width: 529px) {
  /* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow {
    display: none;
  }
}
/* line 61, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slideshow-wrapper .content-item-inner {
  position: relative;
  z-index: 0;
}
/* line 69, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 225px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 529px) {
  /* line 78, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider {
    height: 220px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 81, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider {
    height: 208px;
  }
}
@media only screen and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
  /* line 84, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider {
    height: 208px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  /* line 87, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider {
    height: 250px;
  }
}
/* line 90, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li {
  display: block;
}
/* line 93, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides {
  width: 100%;
  margin: 0;
  height: 225px;
}
@media only screen and (max-width: 529px) {
  /* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides {
    height: 220px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 100, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides {
    height: 208px;
  }
}
@media only screen and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
  /* line 103, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides {
    height: 208px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  /* line 106, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides {
    height: 250px;
  }
}
/* line 109, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-img-wrapper {
  float: right;
  width: 26%;
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  /* line 112, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides .slide-img-wrapper {
    width: 40%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 115, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides .slide-img-wrapper {
    width: 55%;
  }
}
/* line 118, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-img-wrapper img {
  width: 100%;
  height: auto;
}
/* line 122, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
/* line 128, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  background-color: #111111;
  padding: 0 0.5em;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
/* line 138, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay p {
  padding: 0.5em 0;
  margin: 0;
  text-align: left;
}
/* line 143, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay blockquote {
  background: transparent;
  border: none;
  padding: 0;
  font-family: "Helvetica";
  font-size: 1.3em;
  font-weight: normal;
  line-height: 140%;
  font-style: italic;
  font-size: 120%;
  color: #8b3598;
  margin: 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 152, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay blockquote {
    font-size: 0.9em;
  }
}
@media only screen and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
  /* line 155, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay blockquote {
    font-size: 1em;
  }
}
/* line 158, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay blockquote p {
  padding: 0.5em 0.5em 0.5em 55px;
}
/* line 160, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay blockquote p:first-child {
  background-position: left 4px;
}
/* line 164, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay blockquote p:last-child:after {
  display: none;
}
/* line 170, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h4,
.type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay strong {
  color: #017e76;
  font-family: "Helvetica";
  font-size: 1em;
  font-weight: 700;
  line-height: 140%;
  margin-left: 26px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 175, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h4,
  .type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay strong {
    font-size: 0.7em;
  }
}
@media only screen and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
  /* line 178, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h4,
  .type-slideshow .slider li.individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay strong {
    font-size: 0.9em;
  }
}
/* line 185, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-text-container {
  height: 100%;
  float: left;
  width: 74%;
  padding: 1.2em 2em;
  color: #ffffff;
  font-size: 200%;
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  /* line 192, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides .slide-text-container {
    width: 57%;
    font-size: 160%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 196, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
  .type-slideshow .slider li.individual-slides .slide-text-container {
    width: 44%;
    font-size: 100%;
  }
}
/* line 200, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-text-container .link-text {
  margin: 0.5em 0;
}
/* line 203, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-text-container .slide-text {
  margin: 0.5em 0;
}
/* line 206, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-text-container p {
  margin: 0;
  text-align: left;
}
/* line 210, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider li.individual-slides .slide-text-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
}
/* line 228, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 20;
}
/* line 233, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.ie7 .type-slideshow .slider-controls {
  zoom: 1;
  *display: inline;
}
/* line 238, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls li a {
  display: block;
  float: left;
  text-indent: -99999px;
  width: 17px;
  height: 23px;
  padding: 1.2em 1em;
  position: absolute;
  top: 100px;
  z-index: 99;
}
/* line 248, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls li a.play-pause {
  left: -0.6em;
  top: 170px;
}
/* line 251, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls li a.play-pause:after {
  background: url("../images/_site/icons/left-shadow.png") no-repeat left bottom;
  position: absolute;
  left: 1px;
  top: 32px;
  z-index: 1;
  content: "";
  width: 8px;
  height: 5px;
}
/* line 261, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls li a.play-pause:hover,
.type-slideshow .slider-controls li a.play-pause:focus {
  background: #800080 url("../images/_site/icons/pause.png") no-repeat center center;
}
/* line 266, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls li a.paused:hover,
.type-slideshow .slider-controls li a.paused:focus {
  background: #800080 url("../images/_site/icons/play.png") no-repeat center center;
}
/* line 270, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls li a.previous {
  left: -0.6em;
}
/* line 272, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls li a.previous:after {
  background: url("../images/_site/icons/left-shadow.png") no-repeat left bottom;
  position: absolute;
  left: 1px;
  top: 32px;
  z-index: 1;
  content: "";
  width: 8px;
  height: 5px;
}
/* line 282, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls li a.previous:hover,
.type-slideshow .slider-controls li a.previous:focus {
  background: #800080 url("../images/_site/icons/left-arrow.png") no-repeat center center;
}
/* line 286, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls li a.next {
  right: -0.6em;
}
/* line 288, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls li a.next:after {
  background: url("../images/_site/icons/right-shadow.png") no-repeat right bottom;
  position: absolute;
  right: 1px;
  top: 32px;
  z-index: 1;
  content: "";
  width: 8px;
  height: 5px;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slider-controls li a.next:hover,
.type-slideshow .slider-controls li a.next:focus {
  background: #800080 url("../images/_site/icons/right-arrow.png") no-repeat center center;
}
/* line 305, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow .slide-overlay {
  right: 0;
  left: 0;
}
/* line 310, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow.no-fade .slide-overlay {
  background: #ffffff;
  right: 540px;
}
/* line 313, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow.no-fade .slide-overlay .slide-text-overlay {
  padding-right: 2em;
}
/* line 320, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow.gallery-slider .slideshow-wrapper .content-item-inner {
  text-align: center;
}
/* line 322, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow.gallery-slider .slideshow-wrapper .content-item-inner .slider {
  width: 586px;
  margin: 0 auto;
}
/* line 327, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-01-standard-slideshow.less */
.type-slideshow.gallery-slider .slideshow-wrapper .content-item-inner .slider-controls {
  position: static;
  width: auto;
  display: inline-block;
  max-width: 586px;
  padding: 0.5em 0 0 0;
}
/*==== CAROUSEL SLIDESHOW STYLES ====*/
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container {
  position: relative;
  display: block;
}
/* line 24, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .jcarousel-clip.jcarousel-clip-horizontal {
  position: relative;
  overflow: hidden;
}
/* line 32, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .jcarousel-clip .jcarousel {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 0px;
  height: 225px;
}
/* line 43, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .jcarousel-clip .jcarousel .individual-slides.jcarousel-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  height: 225px;
  margin: 0 10px;
}
/* line 50, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .jcarousel-clip .jcarousel .individual-slides.jcarousel-item .slide-content-wrapper-inner {
  border: 1px solid #999999;
  height: 225px;
  position: relative;
  overflow: hidden;
}
/* line 55, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .jcarousel-clip .jcarousel .individual-slides.jcarousel-item .slide-content-wrapper-inner .slide-img-wrapper {
  overflow: hidden;
}
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .jcarousel-clip .jcarousel .individual-slides.jcarousel-item .slide-content-wrapper-inner .slide-img-wrapper img {
  width: 100%;
  height: auto;
}
/* line 61, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .jcarousel-clip .jcarousel .individual-slides.jcarousel-item .slide-content-wrapper-inner .slide-img-wrapper img.landscape {
  height: 100%;
  width: auto;
}
/* line 65, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .jcarousel-clip .jcarousel .individual-slides.jcarousel-item .slide-content-wrapper-inner .slide-img-wrapper img.portrait {
  height: auto;
  width: 100%;
}
/* line 71, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .jcarousel-clip .jcarousel .individual-slides.jcarousel-item .slide-content-wrapper-inner .slide-text-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #8b3598;
  background: -moz-linear-gradient(top, #ad43bd 0%, #57215f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad43bd), color-stop(100%, #57215f));
  background: -webkit-linear-gradient(top, #ad43bd 0%, #57215f 100%);
  background: -o-linear-gradient(top, #ad43bd 0%, #57215f 100%);
  background: linear-gradient(to bottom, #ad43bd 0%, #57215f 100%);
  padding: 0.5em 1em 0.2em 1em;
  font-family: "Helvetica";
  font-size: 90%;
  font-weight: 400;
  line-height: 120%;
  color: #000000;
  border-top: 1px solid #0f0610;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
}
/* line 83, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .jcarousel-clip .jcarousel .individual-slides.jcarousel-item .slide-content-wrapper-inner .slide-text-container p {
  margin: 0.5em 0;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .carousel-control-wrap {
  position: absolute;
  top: 50%;
  height: 24px;
  width: 24px;
  margin: -12px 0 0 0;
}
/* line 98, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .carousel-control-wrap .carousel-control {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
  height: 24px;
  display: block;
  cursor: pointer;
  background: red;
}
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .carousel-control-wrap .carousel-control:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/* line 105, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .carousel-control-wrap.carousel-prev {
  left: 0;
}
/* line 111, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-03-carousel-slideshow.less */
.slideshow-wrapper .content-item-inner .jcarousel-container .carousel-control-wrap.carousel-next {
  right: 0;
}
/* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery {
  margin: 0 0 1em 0;
  background-color: #f2f2f2;
  padding: 1em;
}
/* line 220, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .active-slide-area {
  width: 52%;
  float: left;
}
/* line 226, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container {
  width: 45%;
  float: right;
}
/* line 231, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide {
  border-bottom: 1px solid #b2ccff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 31.7%;
}
/* line 235, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.ie7 .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide {
  height: 28%;
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  /* line 238, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide {
    height: 48.8%;
  }
  /* line 240, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .thumb-img-wrapper {
    display: block;
    width: 110px !important;
    text-align: center;
    margin-bottom: 5px;
  }
  /* line 245, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .thumb-img-wrapper img {
    display: inline-block;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 250, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide {
    height: 48.8%;
  }
  /* line 252, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .thumb-img-wrapper {
    display: block;
    width: 110px !important;
    text-align: center;
  }
  /* line 256, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .thumb-img-wrapper img {
    display: inline-block;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  /* line 267, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .active-slide-area {
    width: 64%;
  }
  /* line 270, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container {
    width: 35%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 275, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .active-slide-area {
    width: 64%;
  }
  /* line 278, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container {
    width: 35%;
  }
}
@media only screen and (max-width: 529px) {
  /* line 33, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery {
    display: none;
  }
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .active-slide-area {
  position: relative;
}
/* line 40, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .active-slide-area .caroufredsel_wrapper {
  height: 280px !important;
  width: 100% !important;
  padding: 1em;
}
/* line 44, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .active-slide-area .caroufredsel_wrapper .carousel-gallery-images {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto !important;
}
/* line 47, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .active-slide-area .caroufredsel_wrapper .carousel-gallery-images .individual-slide {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 49, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .active-slide-area .caroufredsel_wrapper .carousel-gallery-images .individual-slide .display-text {
  width: 0%;
  float: left;
  display: none;
}
/* line 53, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .active-slide-area .caroufredsel_wrapper .carousel-gallery-images .individual-slide .display-text .slide-display-text {
  height: 280px;
}
/* line 58, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .active-slide-area .caroufredsel_wrapper .carousel-gallery-images .individual-slide .main-img-wrapper img {
  /* 							height: 100%; */
  width: auto;
  max-width: none;
}
/* line 73, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper {
  height: 280px !important;
  width: 100% !important;
}
/* line 76, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 100% !important;
  width: 100% !important;
}
/* line 80, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0.6em 0.8em 0.8em 0.8em;
  margin: 0 0 0.5em 0;
  cursor: hand;
  cursor: pointer;
  overflow: hidden;
  background-color: #dddddd;
  border: 1px solid #bbbbbb;
}
/* line 89, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.ie7 .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide {
  padding-bottom: 0;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .thumb-img-wrapper {
  float: left;
  width: 150px;
  text-align: center;
  margin-right: 1em;
  overflow: hidden;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 99, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .thumb-img-wrapper {
    float: none;
    margin-top: 0.5em;
    width: 100% !important;
  }
}
/* line 104, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .thumb-img-wrapper img {
  border: 1px solid #306ca2;
  width: 100%;
  height: auto;
}
/* line 110, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .slide-text-container {
  position: static;
  background: none;
  border-top: 0;
  height: 5em;
  overflow: hidden;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 116, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .slide-text-container {
    display: none;
  }
}
/* line 119, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .slide-text-container h3 {
  margin-top: 0;
  border-bottom: none;
  padding: 0;
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  /* line 123, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .slide-text-container h3 {
    font-size: 105%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 126, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .slide-text-container h3 {
    font-size: 105%;
  }
}
/* line 130, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.ie8 .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .slide-text-container,
.ie7 .carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .slide-text-container {
  margin-left: 170px;
}
/* line 134, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide .slide-text-container p {
  font-size: 80%;
  margin-top: 0.2em;
}
/* line 139, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide.active-thumb {
  background: #3f86c6;
  background: -moz-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f86c6), color-stop(100%, #306ca2));
  background: -webkit-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: -o-linear-gradient(top, #3f86c6 0%, #306ca2 100%);
  background: linear-gradient(to bottom, #3f86c6 0%, #306ca2 100%);
}
/* line 142, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide.active-thumb .thumb-img-wrapper img {
  border-color: #ffffff;
}
/* line 147, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide.active-thumb .slide-text-container h3,
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide.active-thumb .slide-text-container p {
  color: #ffffff !important;
}
/* line 149, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide.active-thumb .slide-text-container h3 a,
.carousel-gallery .thumbnails-container .caroufredsel_wrapper .carousel-gallery-thumbs .individual-slide.active-thumb .slide-text-container p a {
  color: #ffffff;
}
/* line 159, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .gallery-controls {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 164, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
  .carousel-gallery .gallery-controls {
    bottom: 0;
  }
}
/* line 167, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .gallery-controls li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
/* line 170, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .gallery-controls li a {
  margin-right: 0.5em;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
/* line 176, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .play-pause,
.carousel-gallery .previous,
.carousel-gallery .next {
  display: inline-block !important;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
}
/* line 187, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .play-pause {
  background: #006b54 url("../images/_site/icons/pause.png") no-repeat center center;
}
/* line 189, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .play-pause:hover,
.carousel-gallery .play-pause:focus {
  background: #800080 url("../images/_site/icons/pause.png") no-repeat center center;
}
/* line 193, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .paused {
  background: #006b54 url("../images/_site/icons/play.png") no-repeat center center;
}
/* line 195, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .paused:hover,
.carousel-gallery .paused:focus {
  background: #800080 url("../images/_site/icons/play.png") no-repeat center center;
}
/* line 199, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .previous {
  background: #006b54 url("../images/_site/icons/left-arrow.png") no-repeat center center;
}
/* line 201, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .previous:hover,
.carousel-gallery .previous:focus {
  background: #800080 url("../images/_site/icons/left-arrow.png") no-repeat center center;
}
/* line 205, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .next {
  background: #006b54 url("../images/_site/icons/right-arrow.png") no-repeat center center;
}
/* line 207, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/08-slideshows/08-06-gallery.less */
.carousel-gallery .next:hover,
.carousel-gallery .next:focus {
  background: #800080 url("../images/_site/icons/right-arrow.png") no-repeat center center;
}
/*==== 09-custom ====*/
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 h2,
.site-area-8 h2,
.site-area-1 h3,
.site-area-8 h3,
.site-area-1 h4,
.site-area-8 h4 {
  color: #306ca2;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 h2,
.site-area-8 h2,
.site-area-1 h3,
.site-area-8 h3 {
  border-bottom: 2px solid #306ca2;
  padding-bottom: 0.2em;
}
/* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .sidemenu,
.site-area-8 .sidemenu {
  border-bottom: 10px solid #306ca2;
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .sidemenu li a.current,
.site-area-8 .sidemenu li a.current,
.site-area-1 .sidemenu li a:hover,
.site-area-8 .sidemenu li a:hover,
.site-area-1 .sidemenu li a:focus,
.site-area-8 .sidemenu li a:focus {
  background: #306ca2 url("../images/_site/icons/side-menu-arrow.png") no-repeat 98% center;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 #site-banner-row,
.site-area-8 #site-banner-row {
  background: #306ca2 url("../images/_site/icons/menu-icon.png") no-repeat 97% center;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .slider,
.site-area-8 .slider {
  background-color: #306ca2;
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 table th,
.site-area-8 table th {
  background-color: #306ca2;
}
/* line 45, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .slider-controls li a.play-pause,
.site-area-8 .slider-controls li a.play-pause {
  background: #193853 url("../images/_site/icons/pause.png") no-repeat center center;
}
/* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .slider-controls li a.paused,
.site-area-8 .slider-controls li a.paused {
  background: #193853 url("../images/_site/icons/play.png") no-repeat center center;
}
/* line 51, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .slider-controls li a.previous,
.site-area-8 .slider-controls li a.previous {
  background: #193853 url("../images/_site/icons/left-arrow.png") no-repeat center center;
}
/* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .slider-controls li a.next,
.site-area-8 .slider-controls li a.next {
  background: #193853 url("../images/_site/icons/right-arrow.png") no-repeat center center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .grey-page-box .content-headline,
.site-area-8 .grey-page-box .content-headline,
.site-area-1 .col .content-headline,
.site-area-8 .col .content-headline {
  background-color: #306ca2;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .grey-page-box .content-headline h2,
.site-area-8 .grey-page-box .content-headline h2,
.site-area-1 .col .content-headline h2,
.site-area-8 .col .content-headline h2 {
  color: #306ca2;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .site-area-1 .grey-page-box .content-headline h2,
.ie7 .site-area-8 .grey-page-box .content-headline h2,
.ie7 .site-area-1 .col .content-headline h2,
.ie7 .site-area-8 .col .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .grey-page-box .content-wrapper-inner,
.site-area-8 .grey-page-box .content-wrapper-inner,
.site-area-1 .col .content-wrapper-inner,
.site-area-8 .col .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #306ca2;
  overflow: hidden;
}
/* line 69, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .grey-page-box .content-headline h2,
.site-area-8 .grey-page-box .content-headline h2,
.site-area-1 .col .content-headline h2,
.site-area-8 .col .content-headline h2 {
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
}
/* line 74, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .grey-page-box ul li,
.site-area-8 .grey-page-box ul li,
.site-area-1 .col ul li,
.site-area-8 .col ul li {
  background: url("../images/_site/icons/blue-bullet.png") no-repeat 0.5em 5px;
}
/* line 82, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-1 .sidemenu .menu li ul,
.site-area-8 .sidemenu .menu li ul,
.site-area-1 .sidemenu .menu li ol,
.site-area-8 .sidemenu .menu li ol {
  background-color: #dce9f5;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 h2,
.site-area-9 h2,
.site-area-2 h3,
.site-area-9 h3,
.site-area-2 h4,
.site-area-9 h4 {
  color: #01833d;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 h2,
.site-area-9 h2,
.site-area-2 h3,
.site-area-9 h3 {
  border-bottom: 2px solid #01833d;
  padding-bottom: 0.2em;
}
/* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .sidemenu,
.site-area-9 .sidemenu {
  border-bottom: 10px solid #01833d;
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .sidemenu li a.current,
.site-area-9 .sidemenu li a.current,
.site-area-2 .sidemenu li a:hover,
.site-area-9 .sidemenu li a:hover,
.site-area-2 .sidemenu li a:focus,
.site-area-9 .sidemenu li a:focus {
  background: #01833d url("../images/_site/icons/side-menu-arrow.png") no-repeat 98% center;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 #site-banner-row,
.site-area-9 #site-banner-row {
  background: #01833d url("../images/_site/icons/menu-icon.png") no-repeat 97% center;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .slider,
.site-area-9 .slider {
  background-color: #01833d;
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 table th,
.site-area-9 table th {
  background-color: #01833d;
}
/* line 45, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .slider-controls li a.play-pause,
.site-area-9 .slider-controls li a.play-pause {
  background: #001e0e url("../images/_site/icons/pause.png") no-repeat center center;
}
/* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .slider-controls li a.paused,
.site-area-9 .slider-controls li a.paused {
  background: #001e0e url("../images/_site/icons/play.png") no-repeat center center;
}
/* line 51, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .slider-controls li a.previous,
.site-area-9 .slider-controls li a.previous {
  background: #001e0e url("../images/_site/icons/left-arrow.png") no-repeat center center;
}
/* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .slider-controls li a.next,
.site-area-9 .slider-controls li a.next {
  background: #001e0e url("../images/_site/icons/right-arrow.png") no-repeat center center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .grey-page-box .content-headline,
.site-area-9 .grey-page-box .content-headline,
.site-area-2 .col .content-headline,
.site-area-9 .col .content-headline {
  background-color: #01833d;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .grey-page-box .content-headline h2,
.site-area-9 .grey-page-box .content-headline h2,
.site-area-2 .col .content-headline h2,
.site-area-9 .col .content-headline h2 {
  color: #01833d;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .site-area-2 .grey-page-box .content-headline h2,
.ie7 .site-area-9 .grey-page-box .content-headline h2,
.ie7 .site-area-2 .col .content-headline h2,
.ie7 .site-area-9 .col .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .grey-page-box .content-wrapper-inner,
.site-area-9 .grey-page-box .content-wrapper-inner,
.site-area-2 .col .content-wrapper-inner,
.site-area-9 .col .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #01833d;
  overflow: hidden;
}
/* line 96, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .grey-page-box .content-headline h2,
.site-area-9 .grey-page-box .content-headline h2,
.site-area-2 .col .content-headline h2,
.site-area-9 .col .content-headline h2 {
  background: #ffffff url("../images/_site/icons/light-green-semi-circle.png") no-repeat right center;
}
/* line 101, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .grey-page-box ul li,
.site-area-9 .grey-page-box ul li,
.site-area-2 .col ul li,
.site-area-9 .col ul li {
  background: url("../images/_site/icons/light-green-bullet.png") no-repeat 0.5em 5px;
}
/* line 109, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-2 .sidemenu .menu li ul,
.site-area-9 .sidemenu .menu li ul,
.site-area-2 .sidemenu .menu li ol,
.site-area-9 .sidemenu .menu li ol {
  background-color: #eafff4;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 h2,
.site-area-10 h2,
.site-area-3 h3,
.site-area-10 h3,
.site-area-3 h4,
.site-area-10 h4 {
  color: #007cac;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 h2,
.site-area-10 h2,
.site-area-3 h3,
.site-area-10 h3 {
  border-bottom: 2px solid #007cac;
  padding-bottom: 0.2em;
}
/* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .sidemenu,
.site-area-10 .sidemenu {
  border-bottom: 10px solid #007cac;
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .sidemenu li a.current,
.site-area-10 .sidemenu li a.current,
.site-area-3 .sidemenu li a:hover,
.site-area-10 .sidemenu li a:hover,
.site-area-3 .sidemenu li a:focus,
.site-area-10 .sidemenu li a:focus {
  background: #007cac url("../images/_site/icons/side-menu-arrow.png") no-repeat 98% center;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 #site-banner-row,
.site-area-10 #site-banner-row {
  background: #007cac url("../images/_site/icons/menu-icon.png") no-repeat 97% center;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .slider,
.site-area-10 .slider {
  background-color: #007cac;
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 table th,
.site-area-10 table th {
  background-color: #007cac;
}
/* line 45, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .slider-controls li a.play-pause,
.site-area-10 .slider-controls li a.play-pause {
  background: #003246 url("../images/_site/icons/pause.png") no-repeat center center;
}
/* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .slider-controls li a.paused,
.site-area-10 .slider-controls li a.paused {
  background: #003246 url("../images/_site/icons/play.png") no-repeat center center;
}
/* line 51, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .slider-controls li a.previous,
.site-area-10 .slider-controls li a.previous {
  background: #003246 url("../images/_site/icons/left-arrow.png") no-repeat center center;
}
/* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .slider-controls li a.next,
.site-area-10 .slider-controls li a.next {
  background: #003246 url("../images/_site/icons/right-arrow.png") no-repeat center center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .grey-page-box .content-headline,
.site-area-10 .grey-page-box .content-headline,
.site-area-3 .col .content-headline,
.site-area-10 .col .content-headline {
  background-color: #007cac;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .grey-page-box .content-headline h2,
.site-area-10 .grey-page-box .content-headline h2,
.site-area-3 .col .content-headline h2,
.site-area-10 .col .content-headline h2 {
  color: #007cac;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .site-area-3 .grey-page-box .content-headline h2,
.ie7 .site-area-10 .grey-page-box .content-headline h2,
.ie7 .site-area-3 .col .content-headline h2,
.ie7 .site-area-10 .col .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .grey-page-box .content-wrapper-inner,
.site-area-10 .grey-page-box .content-wrapper-inner,
.site-area-3 .col .content-wrapper-inner,
.site-area-10 .col .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #007cac;
  overflow: hidden;
}
/* line 123, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .grey-page-box .content-headline h2,
.site-area-10 .grey-page-box .content-headline h2,
.site-area-3 .col .content-headline h2,
.site-area-10 .col .content-headline h2 {
  background: #ffffff url("../images/_site/icons/light-blue-semi-circle.png") no-repeat right center;
}
/* line 128, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .grey-page-box ul li,
.site-area-10 .grey-page-box ul li,
.site-area-3 .col ul li,
.site-area-10 .col ul li {
  background: url("../images/_site/icons/light-blue-bullet.png") no-repeat 0.5em 5px;
}
/* line 136, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-3 .sidemenu .menu li ul,
.site-area-10 .sidemenu .menu li ul,
.site-area-3 .sidemenu .menu li ol,
.site-area-10 .sidemenu .menu li ol {
  background-color: #dff6ff;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 h2,
.site-area-11 h2,
.site-area-4 h3,
.site-area-11 h3,
.site-area-4 h4,
.site-area-11 h4 {
  color: #990066;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 h2,
.site-area-11 h2,
.site-area-4 h3,
.site-area-11 h3 {
  border-bottom: 2px solid #990066;
  padding-bottom: 0.2em;
}
/* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .sidemenu,
.site-area-11 .sidemenu {
  border-bottom: 10px solid #990066;
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .sidemenu li a.current,
.site-area-11 .sidemenu li a.current,
.site-area-4 .sidemenu li a:hover,
.site-area-11 .sidemenu li a:hover,
.site-area-4 .sidemenu li a:focus,
.site-area-11 .sidemenu li a:focus {
  background: #990066 url("../images/_site/icons/side-menu-arrow.png") no-repeat 98% center;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 #site-banner-row,
.site-area-11 #site-banner-row {
  background: #990066 url("../images/_site/icons/menu-icon.png") no-repeat 97% center;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .slider,
.site-area-11 .slider {
  background-color: #990066;
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 table th,
.site-area-11 table th {
  background-color: #990066;
}
/* line 45, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .slider-controls li a.play-pause,
.site-area-11 .slider-controls li a.play-pause {
  background: #330022 url("../images/_site/icons/pause.png") no-repeat center center;
}
/* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .slider-controls li a.paused,
.site-area-11 .slider-controls li a.paused {
  background: #330022 url("../images/_site/icons/play.png") no-repeat center center;
}
/* line 51, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .slider-controls li a.previous,
.site-area-11 .slider-controls li a.previous {
  background: #330022 url("../images/_site/icons/left-arrow.png") no-repeat center center;
}
/* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .slider-controls li a.next,
.site-area-11 .slider-controls li a.next {
  background: #330022 url("../images/_site/icons/right-arrow.png") no-repeat center center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .grey-page-box .content-headline,
.site-area-11 .grey-page-box .content-headline,
.site-area-4 .col .content-headline,
.site-area-11 .col .content-headline {
  background-color: #990066;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .grey-page-box .content-headline h2,
.site-area-11 .grey-page-box .content-headline h2,
.site-area-4 .col .content-headline h2,
.site-area-11 .col .content-headline h2 {
  color: #990066;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .site-area-4 .grey-page-box .content-headline h2,
.ie7 .site-area-11 .grey-page-box .content-headline h2,
.ie7 .site-area-4 .col .content-headline h2,
.ie7 .site-area-11 .col .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .grey-page-box .content-wrapper-inner,
.site-area-11 .grey-page-box .content-wrapper-inner,
.site-area-4 .col .content-wrapper-inner,
.site-area-11 .col .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #990066;
  overflow: hidden;
}
/* line 150, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .grey-page-box .content-headline h2,
.site-area-11 .grey-page-box .content-headline h2,
.site-area-4 .col .content-headline h2,
.site-area-11 .col .content-headline h2 {
  background: #ffffff url("../images/_site/icons/red-semi-circle.png") no-repeat right center;
}
/* line 155, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .grey-page-box ul li,
.site-area-11 .grey-page-box ul li,
.site-area-4 .col ul li,
.site-area-11 .col ul li {
  background: url("../images/_site/icons/red-bullet.png") no-repeat 0.5em 5px;
}
/* line 163, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .sidemenu .menu li ul,
.site-area-11 .sidemenu .menu li ul,
.site-area-4 .sidemenu .menu li ol,
.site-area-11 .sidemenu .menu li ol {
  background-color: #ffccee;
}
/* line 169, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .type-menuplacement,
.site-area-11 .type-menuplacement {
  border-bottom: 10px solid #990066;
}
/* line 176, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item a.current,
.site-area-11 .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item a.current,
.site-area-4 .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item a:hover,
.site-area-11 .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item a:hover,
.site-area-4 .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item a:focus,
.site-area-11 .type-menuplacement .menu-placement-wrapper .content-wrapper-inner .standard-list .menu-item a:focus {
  background: #990066 url("../images/_site/icons/side-menu-arrow.png") no-repeat 98% center;
}
/* line 188, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-4 .col .type-menuplacement,
.site-area-11 .col .type-menuplacement {
  border-bottom: none;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 h2,
.site-area-12 h2,
.site-area-5 h3,
.site-area-12 h3,
.site-area-5 h4,
.site-area-12 h4 {
  color: #8b3598;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 h2,
.site-area-12 h2,
.site-area-5 h3,
.site-area-12 h3 {
  border-bottom: 2px solid #8b3598;
  padding-bottom: 0.2em;
}
/* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .sidemenu,
.site-area-12 .sidemenu {
  border-bottom: 10px solid #8b3598;
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .sidemenu li a.current,
.site-area-12 .sidemenu li a.current,
.site-area-5 .sidemenu li a:hover,
.site-area-12 .sidemenu li a:hover,
.site-area-5 .sidemenu li a:focus,
.site-area-12 .sidemenu li a:focus {
  background: #8b3598 url("../images/_site/icons/side-menu-arrow.png") no-repeat 98% center;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 #site-banner-row,
.site-area-12 #site-banner-row {
  background: #8b3598 url("../images/_site/icons/menu-icon.png") no-repeat 97% center;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .slider,
.site-area-12 .slider {
  background-color: #8b3598;
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 table th,
.site-area-12 table th {
  background-color: #8b3598;
}
/* line 45, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .slider-controls li a.play-pause,
.site-area-12 .slider-controls li a.play-pause {
  background: #461b4c url("../images/_site/icons/pause.png") no-repeat center center;
}
/* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .slider-controls li a.paused,
.site-area-12 .slider-controls li a.paused {
  background: #461b4c url("../images/_site/icons/play.png") no-repeat center center;
}
/* line 51, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .slider-controls li a.previous,
.site-area-12 .slider-controls li a.previous {
  background: #461b4c url("../images/_site/icons/left-arrow.png") no-repeat center center;
}
/* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .slider-controls li a.next,
.site-area-12 .slider-controls li a.next {
  background: #461b4c url("../images/_site/icons/right-arrow.png") no-repeat center center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .grey-page-box .content-headline,
.site-area-12 .grey-page-box .content-headline,
.site-area-5 .col .content-headline,
.site-area-12 .col .content-headline {
  background-color: #8b3598;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .grey-page-box .content-headline h2,
.site-area-12 .grey-page-box .content-headline h2,
.site-area-5 .col .content-headline h2,
.site-area-12 .col .content-headline h2 {
  color: #8b3598;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .site-area-5 .grey-page-box .content-headline h2,
.ie7 .site-area-12 .grey-page-box .content-headline h2,
.ie7 .site-area-5 .col .content-headline h2,
.ie7 .site-area-12 .col .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .grey-page-box .content-wrapper-inner,
.site-area-12 .grey-page-box .content-wrapper-inner,
.site-area-5 .col .content-wrapper-inner,
.site-area-12 .col .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #8b3598;
  overflow: hidden;
}
/* line 200, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .grey-page-box .content-headline h2,
.site-area-12 .grey-page-box .content-headline h2,
.site-area-5 .col .content-headline h2,
.site-area-12 .col .content-headline h2 {
  background: #ffffff url("../images/_site/icons/purple-semi-circle.png") no-repeat right center;
}
/* line 205, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .grey-page-box ul li,
.site-area-12 .grey-page-box ul li,
.site-area-5 .col ul li,
.site-area-12 .col ul li {
  background: url("../images/_site/icons/purple-bullet.png") no-repeat 0.5em 5px;
}
/* line 213, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-5 .sidemenu .menu li ul,
.site-area-12 .sidemenu .menu li ul,
.site-area-5 .sidemenu .menu li ol,
.site-area-12 .sidemenu .menu li ol {
  background-color: #efdaf2;
}
/* line 222, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 #site-header-row,
.site-area-13 #site-header-row {
  background: #f2f2f2 url("../images/_site/backgrounds/research-header-background.png") no-repeat center top;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 h2,
.site-area-13 h2,
.site-area-6 h3,
.site-area-13 h3,
.site-area-6 h4,
.site-area-13 h4 {
  color: #017e76;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 h2,
.site-area-13 h2,
.site-area-6 h3,
.site-area-13 h3 {
  border-bottom: 2px solid #017e76;
  padding-bottom: 0.2em;
}
/* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .sidemenu,
.site-area-13 .sidemenu {
  border-bottom: 10px solid #017e76;
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .sidemenu li a.current,
.site-area-13 .sidemenu li a.current,
.site-area-6 .sidemenu li a:hover,
.site-area-13 .sidemenu li a:hover,
.site-area-6 .sidemenu li a:focus,
.site-area-13 .sidemenu li a:focus {
  background: #017e76 url("../images/_site/icons/side-menu-arrow.png") no-repeat 98% center;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 #site-banner-row,
.site-area-13 #site-banner-row {
  background: #017e76 url("../images/_site/icons/menu-icon.png") no-repeat 97% center;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .slider,
.site-area-13 .slider {
  background-color: #017e76;
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 table th,
.site-area-13 table th {
  background-color: #017e76;
}
/* line 45, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .slider-controls li a.play-pause,
.site-area-13 .slider-controls li a.play-pause {
  background: #001917 url("../images/_site/icons/pause.png") no-repeat center center;
}
/* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .slider-controls li a.paused,
.site-area-13 .slider-controls li a.paused {
  background: #001917 url("../images/_site/icons/play.png") no-repeat center center;
}
/* line 51, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .slider-controls li a.previous,
.site-area-13 .slider-controls li a.previous {
  background: #001917 url("../images/_site/icons/left-arrow.png") no-repeat center center;
}
/* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .slider-controls li a.next,
.site-area-13 .slider-controls li a.next {
  background: #001917 url("../images/_site/icons/right-arrow.png") no-repeat center center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .grey-page-box .content-headline,
.site-area-13 .grey-page-box .content-headline,
.site-area-6 .col .content-headline,
.site-area-13 .col .content-headline {
  background-color: #017e76;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .grey-page-box .content-headline h2,
.site-area-13 .grey-page-box .content-headline h2,
.site-area-6 .col .content-headline h2,
.site-area-13 .col .content-headline h2 {
  color: #017e76;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .site-area-6 .grey-page-box .content-headline h2,
.ie7 .site-area-13 .grey-page-box .content-headline h2,
.ie7 .site-area-6 .col .content-headline h2,
.ie7 .site-area-13 .col .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .grey-page-box .content-wrapper-inner,
.site-area-13 .grey-page-box .content-wrapper-inner,
.site-area-6 .col .content-wrapper-inner,
.site-area-13 .col .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #017e76;
  overflow: hidden;
}
/* line 230, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .grey-page-box .content-headline h2,
.site-area-13 .grey-page-box .content-headline h2,
.site-area-6 .col .content-headline h2,
.site-area-13 .col .content-headline h2 {
  background: #ffffff url("../images/_site/icons/aqua-semi-circle.png") no-repeat right center;
}
/* line 235, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .grey-page-box ul li,
.site-area-13 .grey-page-box ul li,
.site-area-6 .col ul li,
.site-area-13 .col ul li {
  background: url("../images/_site/icons/aqua-bullet.png") no-repeat 0.5em 5px;
}
/* line 243, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-6 .sidemenu .menu li ul,
.site-area-13 .sidemenu .menu li ul,
.site-area-6 .sidemenu .menu li ol,
.site-area-13 .sidemenu .menu li ol {
  background-color: #e5fffd;
}
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 h2,
.site-area-14 h2,
.site-area-7 h3,
.site-area-14 h3,
.site-area-7 h4,
.site-area-14 h4 {
  color: #006b54;
}
/* line 15, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 h2,
.site-area-14 h2,
.site-area-7 h3,
.site-area-14 h3 {
  border-bottom: 2px solid #006b54;
  padding-bottom: 0.2em;
}
/* line 19, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .sidemenu,
.site-area-14 .sidemenu {
  border-bottom: 10px solid #006b54;
}
/* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .sidemenu li a.current,
.site-area-14 .sidemenu li a.current,
.site-area-7 .sidemenu li a:hover,
.site-area-14 .sidemenu li a:hover,
.site-area-7 .sidemenu li a:focus,
.site-area-14 .sidemenu li a:focus {
  background: #006b54 url("../images/_site/icons/side-menu-arrow.png") no-repeat 98% center;
}
/* line 31, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 #site-banner-row,
.site-area-14 #site-banner-row {
  background: #006b54 url("../images/_site/icons/menu-icon.png") no-repeat 97% center;
}
/* line 34, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .slider,
.site-area-14 .slider {
  background-color: #006b54;
}
/* line 38, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 table th,
.site-area-14 table th {
  background-color: #006b54;
}
/* line 45, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .slider-controls li a.play-pause,
.site-area-14 .slider-controls li a.play-pause {
  background: #000504 url("../images/_site/icons/pause.png") no-repeat center center;
}
/* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .slider-controls li a.paused,
.site-area-14 .slider-controls li a.paused {
  background: #000504 url("../images/_site/icons/play.png") no-repeat center center;
}
/* line 51, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .slider-controls li a.previous,
.site-area-14 .slider-controls li a.previous {
  background: #000504 url("../images/_site/icons/left-arrow.png") no-repeat center center;
}
/* line 54, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .slider-controls li a.next,
.site-area-14 .slider-controls li a.next {
  background: #000504 url("../images/_site/icons/right-arrow.png") no-repeat center center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .grey-page-box .content-headline,
.site-area-14 .grey-page-box .content-headline,
.site-area-7 .col .content-headline,
.site-area-14 .col .content-headline {
  background-color: #006b54;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .grey-page-box .content-headline h2,
.site-area-14 .grey-page-box .content-headline h2,
.site-area-7 .col .content-headline h2,
.site-area-14 .col .content-headline h2 {
  color: #006b54;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .site-area-7 .grey-page-box .content-headline h2,
.ie7 .site-area-14 .grey-page-box .content-headline h2,
.ie7 .site-area-7 .col .content-headline h2,
.ie7 .site-area-14 .col .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .grey-page-box .content-wrapper-inner,
.site-area-14 .grey-page-box .content-wrapper-inner,
.site-area-7 .col .content-wrapper-inner,
.site-area-14 .col .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #006b54;
  overflow: hidden;
}
/* line 257, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .grey-page-box .content-headline h2,
.site-area-14 .grey-page-box .content-headline h2,
.site-area-7 .col .content-headline h2,
.site-area-14 .col .content-headline h2 {
  background: #ffffff url("../images/_site/icons/green-semi-circle.png") no-repeat right center;
}
/* line 262, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .grey-page-box ul li,
.site-area-14 .grey-page-box ul li,
.site-area-7 .col ul li,
.site-area-14 .col ul li {
  background: url("../images/_site/icons/green-bullet.png") no-repeat 0.5em 5px;
}
/* line 270, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.site-area-7 .sidemenu .menu li ul,
.site-area-14 .sidemenu .menu li ul,
.site-area-7 .sidemenu .menu li ol,
.site-area-14 .sidemenu .menu li ol {
  background-color: #d1fff5;
}
/* line 309, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 311, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 2em;
}
/* line 317, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.header-only .content-wrapper-inner {
  padding: 0;
  border: none;
}
/* line 324, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .grey-page-box .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.blue-placeholder .content-headline {
  background-color: #306ca2;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.blue-placeholder .content-headline h2 {
  color: #306ca2;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .grey-page-box.blue-placeholder .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.blue-placeholder .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #306ca2;
  overflow: hidden;
}
/* line 334, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.blue-placeholder .content-headline h2 {
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.purple-placeholder .content-headline {
  background-color: #8b3598;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.purple-placeholder .content-headline h2 {
  color: #8b3598;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .grey-page-box.purple-placeholder .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.purple-placeholder .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #8b3598;
  overflow: hidden;
}
/* line 343, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.purple-placeholder .content-headline h2 {
  background: #ffffff url("../images/_site/icons/purple-semi-circle.png") no-repeat right center;
}
/* line 352, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.purple-placeholder.type-listtextcontent .content-wrapper-inner .content-items-list .list-content-item h3 a {
  color: #8b3598;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.aqua-placeholder .content-headline {
  background-color: #017e76;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.aqua-placeholder .content-headline h2 {
  color: #017e76;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .grey-page-box.aqua-placeholder .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.aqua-placeholder .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #017e76;
  overflow: hidden;
}
/* line 365, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.aqua-placeholder .content-headline h2 {
  background: #ffffff url("../images/_site/icons/aqua-semi-circle.png") no-repeat right center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.red-placeholder .content-headline {
  background-color: #990066;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.red-placeholder .content-headline h2 {
  color: #990066;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .grey-page-box.red-placeholder .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.red-placeholder .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #990066;
  overflow: hidden;
}
/* line 374, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.red-placeholder .content-headline h2 {
  background: #ffffff url("../images/_site/icons/red-semi-circle.png") no-repeat right center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.light-blue-placeholder .content-headline {
  background-color: #007cac;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.light-blue-placeholder .content-headline h2 {
  color: #007cac;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .grey-page-box.light-blue-placeholder .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.light-blue-placeholder .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #007cac;
  overflow: hidden;
}
/* line 383, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.light-blue-placeholder .content-headline h2 {
  background: #ffffff url("../images/_site/icons/light-blue-semi-circle.png") no-repeat right center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.light-green-placeholder .content-headline {
  background-color: #01833d;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.light-green-placeholder .content-headline h2 {
  color: #01833d;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .grey-page-box.light-green-placeholder .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.light-green-placeholder .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #01833d;
  overflow: hidden;
}
/* line 392, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.light-green-placeholder .content-headline h2 {
  background: #ffffff url("../images/_site/icons/light-green-semi-circle.png") no-repeat right center;
}
/* line 281, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.green-placeholder .content-headline {
  background-color: #006b54;
  padding: 0;
  margin-top: 1em;
}
/* line 285, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.green-placeholder .content-headline h2 {
  color: #006b54;
  background: #ffffff url("../images/_site/icons/blue-semi-circle.png") no-repeat right center;
  border-bottom: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
}
/* line 292, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.ie7 .grey-page-box.green-placeholder .content-headline h2 {
  *display: inline;
  zoom: 1;
}
/* line 298, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.green-placeholder .content-wrapper-inner {
  margin-top: 0.5em;
  padding: 1em;
  background: #f2f2f2;
  border-bottom: 10px solid #006b54;
  overflow: hidden;
}
/* line 401, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
.grey-page-box.green-placeholder .content-headline h2 {
  background: #ffffff url("../images/_site/icons/green-semi-circle.png") no-repeat right center;
}
/* line 413, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
#container .col .page-placement .content-headline h2 {
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  padding: 0.5em 0.5em 0.3em 0.5em;
}
/* line 420, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
#container .col .page-placement .content-wrapper-inner {
  margin-top: 0;
  padding: 0.5em;
}
/* line 425, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-01-multicolor-areas.less */
#container .col .page-placement.header-only .content-wrapper-inner {
  padding: 0;
  border: none;
}
/* line 2, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .excellent-care-strapline {
  width: auto;
  clear: left;
}
/* line 5, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .excellent-care-strapline .placement-inner {
  margin: 0;
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
  color: #306ca2;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 11, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
  #container .excellent-care-strapline .placement-inner {
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  /* line 14, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
  #container .excellent-care-strapline .placement-inner {
    text-align: center;
    font-size: 100%;
  }
}
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .excellent-care-strapline .placement-inner .content-headline {
  display: none;
}
/* line 21, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .excellent-care-strapline .placement-inner p {
  margin: 2.2em 0 0 0;
}
/* line 29, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
.placement-row .page-placement.footer-section {
  border-left: 1px solid #dddddd;
  margin-top: 1em;
  min-height: 12em;
}
/* line 33, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
.ie7 .placement-row .page-placement.footer-section {
  width: auto;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 36, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
  .placement-row .page-placement.footer-section {
    min-height: 0;
  }
}
@media only screen and (max-width: 529px) {
  /* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
  .placement-row .page-placement.footer-section {
    min-height: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 44, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
  .placement-row .page-placement.footer-section.associated-logos {
    float: none;
    width: auto;
    margin-top: 1em;
  }
}
/* line 49, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
.placement-row .page-placement.footer-section.associated-logos p {
  margin-top: 1.5em;
}
/* line 51, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
.placement-row .page-placement.footer-section.associated-logos p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
  .placement-row .page-placement.footer-section.footer-copyright {
    text-align: right;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  /* line 61, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
  .placement-row .page-placement.footer-section {
    border: none;
    float: left;
    width: 50%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 529px) {
  /* line 67, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
  .placement-row .page-placement.footer-section {
    border: none;
  }
}
/* line 70, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
.placement-row .page-placement.footer-section p {
  margin: 1em 0;
}
/* line 73, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
.placement-row .page-placement.footer-section .content-headline {
  display: none;
}
/* line 76, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
.placement-row .page-placement.footer-section:first-child {
  border: none;
}
/* line 85, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .feed-list-wrapper .content-wrapper-inner {
  padding: 0.5em 1em;
  font-size: 90%;
}
/* line 89, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .feed-list-wrapper .content-wrapper-inner .feed-article .favIcon {
  float: left;
  width: 45px;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .feed-list-wrapper .content-wrapper-inner .feed-article .favIcon img {
  width: 100%;
  height: auto;
}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .feed-list-wrapper .content-wrapper-inner .feed-article .content {
  margin-left: 55px;
}
/* line 99, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .feed-list-wrapper .content-wrapper-inner .feed-article .content .twitter-id {
  font-weight: bold;
  display: block;
}
/* line 111, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .patients-and-visitors .content-wrapper-inner {
  padding-top: 15em;
  background: #f2f2f2 url("../images/_site/backgrounds/patient-visitor-bedside.jpg") no-repeat 1em 1em;
}
/* line 114, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
.ie8 #container .patients-and-visitors .content-wrapper-inner,
.ie7 #container .patients-and-visitors .content-wrapper-inner {
  min-height: 10em;
}
/* line 128, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .type-menuplacement.custom-menu-style .menu-placement-wrapper .menu.description-list .menu-item {
  background-color: #eee;
  background-image: none;
}
/* line 131, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .type-menuplacement.custom-menu-style .menu-placement-wrapper .menu.description-list .menu-item a {
  color: #444444;
  display: block;
  border-right: 2px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 0.5em 25px 0.5em 0.5em;
}
/* line 137, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-02-placement-styles.less */
#container .type-menuplacement.custom-menu-style .menu-placement-wrapper .menu.description-list .menu-item a:hover {
  background: #007cac url("../images/_site/icons/side-menu-arrow.png") no-repeat 98% center;
  color: #ffffff;
}
/*==== CODE DROPLETS ====*//* line 3, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-05-home-page.less */
.home-page .grey-page-box .content-wrapper-inner {
  min-height: 25em;
  overflow: hidden;
}
/* line 8, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/09-custom/09-05-home-page.less */
.home-page .grey-page-box .feed-list-wrapper .content-wrapper-inner {
  min-height: 27.8em;
}
/*==== 10-old-browsers ====*/
/*==== 11-media-queries ====*/
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 7, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    border: none !important;
    margin: 0.5em 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    text-align: left !important;
    width: auto !important;
    font-size: 10pt;
  }
  /* line 23, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 28, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  a[href]:after {
    /* content: " (" attr(href) ")"; // This makes the link href print after the link text: many customers don't like this, so may request it be disabled. */
  
  }
  /* line 32, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 36, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 42, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 48, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  thead {
    display: table-header-group;
  }
  /* line 52, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm 0.5cm;
  }
  /* line 65, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 71, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 76, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  #accessibility-controls,
  #quicklinks,
  .site-search,
  #breadcrumb,
  #site-nav-row,
  #footer-links,
  #sidemenu,
  .type-twitterfeed,
  .type-slideshow {
    display: none !important;
  }
  /* line 90, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  #site-footer-row .page-placement {
    display: none !important;
  }
  /* line 95, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  .left,
  .wrapper,
  .middle,
  .right {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
  }
  /* line 104, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/11-media-queries/11-05-print.less */
  th,
  td {
    padding: 0.5em !important;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* ==== Originally from HTML5 Boilerplate—downloaded 01/09/2012—and then realised in LESS by Chris Mounsey, 01/09/2012 ==== */
/*
 * Image replacement
 */
/* line 12, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
/* line 18, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 30, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 39, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.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
 */
/* line 57, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.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
 */
/* line 73, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.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.
 */
/* line 89, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.clearfix {
  *zoom: 1;
}
/* line 92, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
/* line 97, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.clearfix:after {
  clear: both;
}
/* line 102, /Users/hildaallen/Documents/Current Projects/lancs-133/base-install/less/01-framework/01-03-last-shim.less */
.clearfix:after {
  clear: both;
}
/*======== END STYLES ========*/