@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
   ========================================================================== */
.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-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 */ }
  .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-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) {
    .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-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; }

/*
 * 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: 71.25em;
    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(http://www.strath.ac.uk/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(http://www.strath.ac.uk/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 {
          display: block;
          float: left;
          margin-right: 1.53331%;
          width: 32.31112%;
          margin-right: 0; }
          main > .main > aside:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 800px) {
        main > .main > aside {
          display: block;
          float: left;
          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 {
          display: block;
          float: left;
          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 {
            display: block;
            float: left;
            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 {
            display: block;
            float: left;
            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 {
            display: block;
            float: left;
            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 {
      display: block;
      float: left;
      margin-right: 1.53331%;
      width: 23.85002%; }
      .row .quarter:last-child {
        margin-right: 0; }
    .row .third {
      display: block;
      float: left;
      margin-right: 1.53331%;
      width: 32.31112%; }
      .row .third:last-child {
        margin-right: 0; }
    .row .half {
      display: block;
      float: left;
      margin-right: 1.53331%;
      width: 49.23334%; }
      .row .half:last-child {
        margin-right: 0; }
    .row .twothirds {
      display: block;
      float: left;
      margin-right: 1.53331%;
      width: 66.15556%; }
      .row .twothirds:last-child {
        margin-right: 0; }
    .row .threequarters {
      display: block;
      float: left;
      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 {
    display: block;
    float: left;
    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 {
      display: block;
      float: left;
      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%; }

header[role="banner"] .primarynav > ul > li.haschildren > .subnav > section.docsite {
  width: 100%;
  /*AGGG*/
  float: left;
  padding: 0;
  *zoom: 1; }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > section.docsite:before, header[role="banner"] .primarynav > ul > li.haschildren > .subnav > section.docsite:after {
    content: " ";
    display: table; }
  header[role="banner"] .primarynav > ul > li.haschildren > .subnav > section.docsite:after {
    clear: both; }

/* ==========================================================================
   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; } }
    footer[role="contentinfo"] > .wrap .group {
      width: 100%;
      display: inline-block;
      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 {
          display: block;
          float: left;
          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 {
          display: block;
          float: left;
          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 {
      display: block;
      float: left;
      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 {
          display: block;
          float: left;
          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 {
      display: block;
      float: left;
      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 {
          display: block;
          float: left;
          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 {
            display: block;
            float: left;
            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 {
            display: block;
            float: left;
            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; }
  .quotation ol > li {
    padding: 5px; }

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: 12.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: 15.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(http://og.cc.strath.ac.uk/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 {
      display: block;
      float: left;
      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 {
        display: block;
        float: left;
        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 {
      display: block;
      float: left;
      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 {
        display: block;
        float: left;
        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 {
      display: block;
      float: left;
      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 {
      display: block;
      float: left;
      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 {
        display: block;
        float: left;
        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: darkgrey; }
  .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 {
        display: block;
        float: left;
        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 {
        display: block;
        float: left;
        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 {
        display: block;
        float: left;
        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 {
        display: block;
        float: left;
        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 {
        display: block;
        float: left;
        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('/media/system/backgroundimages/Aboutstrathmain.jpg'); 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 {
      display: block;
      float: left;
      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 {
            display: block;
            float: left;
            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 {
            display: block;
            float: left;
            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 {
        display: block;
        float: left;
        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 {
        display: block;
        float: left;
        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: 10px 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 {
    display: block;
    float: left;
    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 10px 0 0; }
      .related-link2 figure.right {
        float: right;
        margin: 0 0 0 10px; } }
  .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;
    min-height: 100px; }
    .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 {
      display: block;
      float: left;
      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 {
      display: block;
      float: left;
      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 {
      display: block;
      float: left;
      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 {
      display: block;
      float: left;
      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 {
      display: block;
      float: left;
      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 {
      display: block;
      float: left;
      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 {
      display: block;
      float: left;
      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) {
        display: block;
        float: left;
        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 {
      display: block;
      float: left;
      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) {
        display: block;
        float: left;
        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 {
      display: block;
      float: left;
      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) {
        display: block;
        float: left;
        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 {
      display: block;
      float: left;
      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) {
        display: block;
        float: left;
        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 {
      display: block;
      float: left;
      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) {
        display: block;
        float: left;
        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 {
      display: block;
      float: left;
      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) {
        display: block;
        float: left;
        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 {
      display: block;
      float: left;
      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) {
        display: block;
        float: left;
        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 {
      display: block;
      float: left;
      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) {
        display: block;
        float: left;
        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 {
      display: block;
      float: left;
      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) {
        display: block;
        float: left;
        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 {
    display: block;
    float: left;
    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 {
    display: block;
    float: left;
    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 2em 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("http://www.strath.ac.uk/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: 100%;
      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;
  font-size: .9em; }

/*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: 23%; }
  @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 {
        display: block;
        float: left;
        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 {
        display: block;
        float: left;
        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 {
        display: block;
        float: left;
        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: darkgrey; }
  .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 {
    display: block;
    float: left;
    margin-right: 1.53331%;
    width: 49.23334%; }
    .news ul.two li:last-child {
      margin-right: 0; }
  .news ul.three li {
    display: block;
    float: left;
    margin-right: 1.53331%;
    width: 32.31112%; }
    .news ul.three li:last-child {
      margin-right: 0; }
  .news ul.four li {
    display: block;
    float: left;
    margin-right: 1.53331%;
    width: 23.85002%; }
    .news ul.four li:last-child {
      margin-right: 0; }
  .news ul.five li {
    display: block;
    float: left;
    margin-right: 1.53331%;
    width: 18.77335%; }
    .news ul.five li:last-child {
      margin-right: 0; }
  .news ul.six li {
    display: block;
    float: left;
    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: darkgrey; }
    .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: -$padding;	*/ } }
/*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), article.wysiwyg.has-aside > ul.listcoloured:nth-child(4n + 1) > li.calendarevent {
  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), article.wysiwyg.has-aside > ul.listcoloured:nth-child(4n + 2) > li.calendarevent {
  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), article.wysiwyg.has-aside > ul.listcoloured:nth-child(4n + 3) > li.calendarevent {
  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), article.wysiwyg.has-aside > ul.listcoloured:nth-child(4n + 4) > li.calendarevent {
  border-left: 4px solid #f47b20;
  /*orange*/
  margin-right: 20px;
  clear: left; }

article.wysiwyg.has-aside > ul.listcoloured > li.calendarevent {
  min-height: 67px; }

.pressrelease > ul.listcoloured > li > h5 a, .wysiwyg > ul.listcoloured > li > h5 a {
  /*color: $darkgrey;*/
  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 {
      display: block;
      float: left;
      margin-right: 1.53331%;
      width: 66.15556%; }
      .news-header:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 800px) {
    .news-header {
      display: block;
      float: left;
      margin-right: 1.53331%;
      width: 74.61667%; }
      .news-header:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 680px) {
    .news-header {
      display: block;
      float: left;
      margin-right: 1.53331%;
      width: 66.15556%; }
      .news-header:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 800px) {
    .news-header {
      display: block;
      float: left;
      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 30px 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: rgba(0, 0, 0, 0);
      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; }

/* ==========================================================================
   1
   ========================================================================== */
.blockcoloured.blocks {
  padding: 0em; }

.blockcolouredfull2 {
  background: #e4511b; }

.blockcoloured {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  z-index: 2;
  padding: 3em; }

.blockcolouredfull {
  height: 180px; }

.blockcolouredcontent {
  padding-left: 0;
  padding-right: 0;
  width: 41%;
  float: left; }

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 180px 101px;
  border-color: transparent transparent #E4511B transparent;
  margin-top: -1px;
  position: absolute;
  margin-left: -101px;
  display: none; }

@media screen and (min-width: 680px) {
  .triangle {
    display: inline; } }
.blockcolouredcontent > h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  padding-top: 20px;
  margin-left: -230px; }

.blockcolouredcontent > p, .blockcolouredcontent > h1 {
  	/*color: #fff;
      padding-left:$padding/4;
  	width: 230%;
  	margin-left: -230px;*/
  color: #fff;
  margin-left: -80px;
  margin-right: auto; }

@media screen and (min-width: 680px) {
  .blockcolouredcontent > p, .blockcolouredcontent > h1 {
    margin-left: 0;
    margin-right: 0;
    width: 98%; } }
.blockcolouredcontent > img {
  display: none; }

@media screen and (min-width: 680px) {
  .blockcolouredcontent > img {
    height: 98%;
    display: inline; } }
button.blockcolouredbutton {
  margin-top: 0;
  width: 55%;
  margin-left: 50px; }

@media screen and (min-width: 335px) {
  button.blockcolouredbutton {
    margin-top: 0;
    width: 55%;
    margin-left: 30px; } }
@media screen and (min-width: 680px) {
  button.blockcolouredbutton {
    margin-top: 80px;
    width: 15%;
    float: left;
    margin-left: 0; } }
/*
 * Big Button
 * 
 */
a.bigButton {
  display: block;
  background: #f47b20;
  padding: 20px;
  color: white;
  font-size: 1.7em;
  margin-bottom: 10px;
  position: relative; }
  a.bigButton.hover {
    background: #d6620b; }
  a.bigButton:after {
    content: ">";
    font-size: 2em;
    top: 0;
    right: 5px;
    position: absolute; }
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1">
<meta charset="utf-8">
<meta name="sectionId" content="210850" />
<meta name="pageLayout" content="uos FixedWidthNoIndex" />
<title>Page not authorised | University of Strathclyde</title> <!-- title -->
  <!--description-->
<link rel="apple-touch-icon" sizes="180x180" href="/media/1newwebsite/favicon/apple-touch-icon.png?20180627">
<link rel="icon" type="image/png" sizes="32x32" href="/media/1newwebsite/favicon/favicon-32x32.png?20180627">
<link rel="icon" type="image/png" sizes="16x16" href="/media/1newwebsite/favicon/favicon-16x16.png?20180627">
<link rel="manifest" href="/media/1newwebsite/favicon/site.webmanifest?20180627">
<link rel="shortcut icon" href="/media/1newwebsite/favicon/favicon.ico?220180627">
<meta name="msapplication-TileColor" content="#002b5c">
<meta name="msapplication-config" content="/media/1newwebsite/favicon/mstile-150x150.png?20180627">
<meta name="theme-color" content="#002b5c"><!-- Favicon -->
<!-- Canonical tag
<link rel="canonical" href="https://www.strath.ac.uk/403/" />  -->
<!-- Head tags (Strath Web UI > header > head-tags.txt) -->
<!-- Fonts -->
<link rel="preload" as="font" href="/media/1newwebsite/webteam/fonts/FontFont_-_Clan_Pro_Bold.otf" type="font/woff2" crossorigin> <!-- ClanPro Bold preload -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" /> <!-- Roboto -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <!-- FontAwesome 6 -->
<link rel="stylesheet" href="/media/1newwebsite/webteam/css-live/font-awesome.css"> <!-- FontAwesome 4 -->

<!-- CSS -->
<link rel="stylesheet" href="/media/1newwebsite/webteam/css-live/main-1.css"/> <!-- main.css -->
<link rel="stylesheet" href="/media/1newwebsite/webteam/css-live/bootstrap4v2.css"/> <!-- Bootstrap Core CSS v2 temp-->
<link rel="stylesheet" href="/media/1newwebsite/webteam/css-live/uoscustom_live_bak_16-10-25.css"/> <!-- UOS Custom CSS -->

<!-- Scripts -->
<script type="text/javascript" src="/media/1newwebsite/webteam/javascript/jquery-1.10.2.min.js"></script> <!-- jquery -->
<script type="text/javascript" src="/media/1newwebsite/webteam/javascript/jquery-ui.min.js"></script> <!-- jQuery UI -->
<script type="text/javascript" src="/media/1newwebsite/webteam/javascript/uos.js"></script> <!-- UOS-->

<!-- Google -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TPNB4W');</script>
<!-- End Google Tag Manager --> <!-- Google Tag Manager HEAD as a media library asset-->
<meta name="google-site-verification" content="5CjYfV4IoNCuIjr4uLzQkf2xyqV6d6L-Klhs4Wma9Y4" /> <!-- keep for Google -->


<!-- Start Uos/head -->

<!-- End Uos/head -->  
</head>
<body class="strath-bootstrap fixed-width">
<a tabindex="0" href="#main-content" id="skipLink" style="z-index: 9999">Skip to content</a>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TPNB4W"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --> <!-- Google Tag Manager BODY as a media library asset-->
<header class="site-header fixed-width">
<a id="top"></a>
<div class="site-navigation">      
<!-- Site navigation (Strath Web UI > header > site-navigation.txt) -->
<nav class="navbar navbar-expand-lg bg-body-tertiary navbar navbar-expand-lg bg-body-tertiary site-navigation-primary py-2" aria-label="University of Strathclyde main menu">
    <div class="container">
        <div class="site-branding pt-2">
            <!-- Home > Web Team > Admin area -->
            <div class="site-branding-image mb-4 mb-md-0 homepage-d-none">
	<a href="/">
        <img class="light" src="/media/strathwebui/logos/strath-logo-420x132.png" alt="University of Strathclyde homepage" width="210" data-pagespeed-no-transform />       
	</a>
</div>

<img class="light d-none homepage-d-block" src="/media/strathwebui/logos/strath-logo-whitetext-420x132.png" alt="University of Strathclyde, Glasgow and Royal Charter since 1964. Useful learning since 1796, Diamond Jubilee" width="210" data-pagespeed-no-transform />
        </div>
        <button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar" aria-label="Togglenavigation">
            <span class="navbar-toggler-icon d-none homepage-d-inline-block"></span>
            <span class="navbar-toggler-icon-dark homepage-d-none"></span>
        </button>
        <div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar">
            <div class="offcanvas-header" id="offcanvasNavbarLabel">
                <button type="button" class="btn-close-dark" data-bs-dismiss="offcanvas" aria-label="Close"></button>
            </div>
            <div class="offcanvas-body" id="Togglenavigation">
                <ul class="navbar-nav justify-content-start flex-grow-1 pe-3">
                    <li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="/studywithus/" role="button" data-bs-toggle="dropdown" aria-expanded="false" aria-controls="study-with-us-menu">Study with us<i class="fa-solid fa-chevron-down fa-sm pl-1 pr-4" aria-hidden="true"></i></a>
                        <ul class="dropdown-menu" id="study-with-us-menu">
                            <li><a class="dropdown-item" href="/studywithus/"><i class="fa-solid fa-house fa-xs px-1"></i>Study with us</a></li>
                            <li><a class="dropdown-item" href="/courses/">Course search</a></li>
                            <li><a class="dropdown-item" href="/studywithus/undergraduate/">Undergraduate</a></li>
                            <li><a class="dropdown-item" href="/studywithus/postgraduatetaught/">Postgraduate taught</a></li>
                            <li><a class="dropdown-item" href="/studywithus/postgraduateresearch/">Postgraduate research</a></li>
                            <li><a class="dropdown-item" href="/studywithus/postgraduateresearchphdopportunities/">Postgraduate research & PhD opportunities</a></li>
                            <li><a class="dropdown-item" href="/studywithus/bahrain/">University of Strathclyde, Bahrain</a></li>
                            <li><a class="dropdown-item" href="/studywithus/apprenticeshipdegreesatstrathclyde/">Apprenticeship Degrees</a></li>
                            <li><a class="dropdown-item" href="/studywithus/strathclydeonlinelearning/">Strathclyde Online Learning</a></li>
                            <li><a class="dropdown-item" href="/studywithus/scholarships/">Scholarships</a></li>
                            <li><a class="dropdown-item" href="/studywithus/accommodation/">Accommodation</a></li>
                            <li><a class="dropdown-item" href="/studywithus/internationalstudents/">International students</a></li>
                            <li><a class="dropdown-item" href="/studywithus/centreforlifelonglearning/">Centre for Lifelong Learning</a></li>
                            <li><a class="dropdown-item" href="/studywithus/studyabroad/">Study abroad</a></li>
                        </ul>
                    </li>
                    <li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" aria-controls="work-with-us-menu">Work with us<i class="fa-solid fa-chevron-down fa-sm pl-1 pr-4" aria-hidden="true"></i></a>
                        <ul class="dropdown-menu" id="work-with-us-menu">
                            <li><a class="dropdown-item" href="/workwithus/"><i class="fa-solid fa-house fa-xs px-1"></i>Work with us</a></li>
                            <li><a class="dropdown-item" href="/research/">Research</a></li>
                            <li><a class="dropdown-item" href="/workwithus/vacancies/">Job vacancies</a></li>
                            <li><a class="dropdown-item" href="/staff/">Staff search</a></li>
                            <li><a class="dropdown-item" href="/workwithus/trainingconsultancy/">Training & consultancy</a></li>
                            <li><a class="dropdown-item" href="/conferencingandevents/">Conferencing & events</a></li>
                            <li><a class="dropdown-item" href="/workwithus/innovationindustryengagement/">Innovation & industry engagement</a></li>
                        </ul>
                    </li>
                    <li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" aria-controls="why-strathclyde-menu">Why Strathclyde?<i class="fa-solid fa-chevron-down fa-sm pl-1 pr-4" aria-hidden="true"></i></a>
                        <ul class="dropdown-menu" id="why-strathclyde-menu">
                            <li><a class="dropdown-item" href="/whystrathclyde/"><i class="fa-solid fa-house fa-xs px-1"></i>Why Strathclyde?</a></li>
                            <li><a class="dropdown-item" href="/studywithus/ourcampus/">Our campus</a></li>
                            <li><a class="dropdown-item" href="/whystrathclyde/employability/">Employability</a></li>
                            <li><a class="dropdown-item" href="/whystrathclyde/glasgow/">Glasgow</a></li>
                            <li><a class="dropdown-item" href="/whystrathclyde/scotland/">Scotland</a></li>
                            <li><a class="dropdown-item" href="/strathclydesport/">Strathclyde Sport</a></li>
                            <li><a class="dropdown-item" href="/whystrathclyde/news/">News</a></li>
                            <li><a class="dropdown-item" href="/whystrathclyde/universitygovernance/">University governance</a></li>
                            <li><a class="dropdown-item" href="/whystrathclyde/universitygovernance/accesstoinformation/">Access to information</a></li>
                        </ul>
                    </li>
                </ul>
                <nav class="navbar navbar-expand-lg site-navigation-secondary" aria-label="University of Strathclyde staff/students menu">
                    <ul class="navbar-nav justify-content-end flex-grow-1 staffstudents">
                        <li class="nav-item dropdown">
                            <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" aria-controls="current-student-menu">Current students <i class="fa-solid fa-chevron-down fa-sm pl-1 pr-2" aria-hidden="true"></i></a>
                            <ul class="dropdown-menu" id="current-student-menu">
                                <li><a class="dropdown-item" href="https://www.strath.ac.uk/professionalservices/studentexperience/atozguide/">A-Z Guide</a></li>
                                <li><a class="dropdown-item" href="https://outlook.office365.com/mail/">Email</a></li>
                                <li><a class="dropdown-item" href="https://classes.myplace.strath.ac.uk/">MyPlace</a></li>
                                <li><a class="dropdown-item" href="/professionalservices/library/">Library</a></li>
                                <li><a class="dropdown-item" href="/strathclydesport/">Strathclyde Sport</a></li>
                                <li><a class="dropdown-item" href="/professionalservices/careers/">Careers</a></li>
                                <li><a class="dropdown-item" href="/whystrathclyde/safe360/">Safe360</a></li>
                                <li><a class="dropdown-item" href="https://www.strathunion.com/">Strath Union</a></li>
                                <li><a class="dropdown-item" href="https://pegasus.strath.ac.uk/">Pegasus</a></li>
                            </ul>
                        </li>
                        <li class="nav-item dropdown">
                            <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" aria-controls="staff-menu">Staff <i class="fa-solid fa-chevron-down fa-sm pl-1 pr-4" aria-hidden="true"></i></a>
                            <ul class="dropdown-menu" id="staff-menu">
                                <li><a class="dropdown-item" href="https://outlook.office365.com/mail/">Email</a></li>
                                <li><a class="dropdown-item" href="https://pegasus.strath.ac.uk/">Pegasus</a></li>
                                <li><a class="dropdown-item" href="https://teledir.strath.ac.uk/">Telephone Directory</a></li>
                                <li><a class="dropdown-item" href="/whystrathclyde/safe360/">Safe360</a></li>
                            </ul>
                        </li>
                    </ul>
                </nav>
                <div class="site-search-inner py-4">
                    <form aria-label="website search" role="search" id="fb-queryform" method="GET" action="//www.strath.ac.uk/search/">
                        <input type="hidden" name="collection" value="strathclyde~sp-meta" />
                        <label for="searchbox" class="sr-only">Website search</label>
                        <input type="text" name="query" id="searchbox" class="form-control-lg search-input" placeholder="Search" autocomplete="off">
                        <button type="submit" class="btn btn-primary btn-small search-icon btn-on-dark" id="SubmitSearch" name="SubmitSearch" value="Submit" aria-label="Search"><i class="fa fa-search" aria-hidden="true"></i></button>
                    </form>
                </div>
            </div>
        </div>
    </div>
</nav>

      
<div class="breadcrumb-container">
<nav class="breadcrumb-nav container" aria-label="Breadcrumb"><ol class="breadcrumb-list" id="strathBreadcrumb"><li><a href="/" aria-label="Go to Home Page"><span class="fa fa-home fa-lg" aria-hidden="true"></span></a></li><li><a href="/meta/">Webserver Error Pages</a></li><li>Page not authorised</li></ol></nav>
</div>
</div>
<span id="main-content"></span>
</header>
<div class="dark-overlay"></div>
<div class="wrap">
<main aria-label="University of Strathclyde page content"><div class="strath-bootstrap">
	<div class="container">
		<div class="master-grid row">
			<div class="d-md-none col-12 rh-top">
              
			</div>    
			<div class="col-md-8 col-lg-9 general-main-fixed">
              <div class="strath-bootstrap main-wrap general-container"><div class="general-content-main"><h1>Sorry, you are not authorised to view this page</h1>
<p>Possible reasons include:</p>
<ul>
<li>the resource you attempted to access is only available to authenticated users - you must enter a valid username and password;</li>
<li>the resource you attempted to access is only available to certain locations (e.g, material for internal use only);</li>
<li>the resource you attempted to access did not have the correct file system permissions;</li>
<li>the resource is a container file system object (folder, directory) for which browsing is not permitted</li>
</ul></div></div> 
			</div>
			<div class="col-md-4 col-lg-3 general-aside-fixed">
				<div class="rh-top d-none d-md-block">
					
				</div>
				
			</div> 
		</div>
	</div>
</div></main>
<button id="backToTopBtn" tabindex="0" class="btn btn-pink btn-sm"><i class="fa fa-chevron-up" aria-hidden="true"></i> Back to Top</button>
</div>

<!-- Footer links (Strath Web UI > footer > footer-links.txt) -->
<div role="region" class="faculties" aria-labelledby="faculties-departments">
<div class="container">
<a id="facultiesfooter" tabindex="-1" class="faculties-toggle collapsed" data-bs-toggle="collapse" href="#faculties-lists" role="button"  aria-expanded="false" aria-controls="faculties-lists">
<h2 id="faculties-departments">Our faculties & departments <i class="fas fa-chevron-right pl-4 fa-2xs" aria-hidden="true"></i></h2>
</a>
<div class="collapse faculties-lists" id="faculties-lists">
<div class="row">
<div class="col-12 col-md-6 col-lg-3">
<h3>Engineering</h3>
<ul>
<li><a href="/engineering/">Faculty of Engineering</a></li>
<li><a href="/engineering/architecture/">Architecture</a></li>
<li><a href="/engineering/biomedicalengineering/">Biomedical Engineering</a></li>
<li><a href="/engineering/chemicalprocessengineering/">Chemical & Process Engineering</a></li>
<li><a href="/engineering/civilenvironmentalengineering/">Civil & Environmental Engineering</a></li>
<li><a href="/engineering/designmanufacturingengineeringmanagement/">Design, Manufacturing & Engineering Management</a></li>
<li><a href="/engineering/electronicelectricalengineering/">Electronic & Electrical Engineering</a></li>
<li><a href="/engineering/mechanicalaerospaceengineering/">Mechanical & Aerospace Engineering</a></li>
<li><a href="/engineering/navalarchitectureoceanmarineengineering/">Naval Architecture, Ocean & Marine Engineering</a></li>
</ul>
</div>
<div class="col-12 col-md-6 col-lg-3">
<h3>Humanities & Social Sciences</h3>
<ul>
<li><a href="/humanities/">Faculty of Humanities & Social Sciences</a></li>
                            <li><a href="/studywithus/centreforlifelonglearning/">Centre for Lifelong Learning</a></li>
                            <li><a href="/humanities/education/">Education</a></li>
                            <li><a href="/humanities/governmentpublicpolicy/">Government & Public Policy</a></li>
                            <li><a href="/humanities/departmentofhumanities/">Humanities</a></li>
                            <li><a href="/humanities/lawschool/">Law</a></li>
                            <li><a href="/humanities/psychologicalscienceshealth/">Psychological Sciences & Health</a></li>
                            <li><a href="/humanities/socialworksocialpolicy/">Social Work & Social Policy</a></li>
                        </ul>
                    </div>
                    <div class="col-12 col-md-6 col-lg-3">
                        <h3>Science</h3>
                        <ul>
                            <li><a href="/science/">Faculty of Science</a></li>
                            <li><a href="/science/computerinformationsciences/">Computer & Information Sciences</a></li>
                            <li><a href="/science/mathematicsstatistics/">Mathematics & Statistics</a></li>
                            <li><a href="/science/physics/">Physics</a></li>
                            <li><a href="/science/chemistry/">Pure & Applied Chemistry</a></li>
                            <li><a href="/science/strathclydeinstituteofpharmacybiomedicalsciences/">Strathclyde Institute of Pharmacy & Biomedical Sciences</a></li>
                        </ul>
                    </div>
                    <div class="col-12 col-md-6 col-lg-3">
                        <h3>Strathclyde Business School</h3>
                        <ul>
                            <li><a href="/business/">Strathclyde Business School</a></li>
                            <li><a href="/business/accountingfinance/">Accounting & Finance</a></li>
                            <li><a href="/business/economics/">Economics</a></li>
                            <li><a href="/business/huntercentreforentrepreneurship/">Hunter Centre for Entrepreneurship, Strategy & Innovation</a></li>
                            <li><a href="/business/managementscience/">Management Science</a></li>
                            <li><a href="/business/marketing/">Marketing</a></li>
                            <li><a href="/business/mba/">MBA</a></li>
                            <li><a href="/business/seed/">Strathclyde Executive Education & Development</a></li>
                            <li><a href="/business/workemploymentorganisation/">Work, Employment & Organisation</a></li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <div class="footer-modals">
        <!-- Modal professional services-->
        <div class="strath-bootstrap modal fade services" id="Professionalservices" tabindex="-1" aria-labelledby="Professional-services" aria-hidden="true">
            <div class="modal-dialog modal-lg modal-xl services">
                <div class="modal-content">
                    <div class="modal-header">
                        <h1 id="Professional-services" class="modal-title">Professional services</h1>
                        <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div>
                        <div class="modal-body">
                            <div class="container">
                                <div class="row">
                                    <div class="col-12 col-md-4">
                                        <ul>
                                            <li><a href="/professionalservices/accessequalityinclusionservice/">Access, Equality & Inclusion Service</a></li>
                                            <li><a href="/alumni/">Alumni & Development</a></li>
                                            <li><a href="/professionalservices/careers/">Careers Service</a></li>
                                            <li><a href="/conferencingandevents/">Conferencing & Events</a></li>
                                            <li><a href="/professionalservices/disabilityandwellbeing/">Disability & Wellbeing Service</a></li>
                                            <li><a href="/professionalservices/educationenhancement/">Education Enhancement</a></li>
                                            <li><a href="/professionalservices/accessequalityinclusionservice/equalitydiversity/">Equality & Diversity</a></li>
                                            <li><a href="/professionalservices/estates/">Estates Services</a></li>
                                            <li><a href="/professionalservices/finance/">Finance Directorate</a></li>
                                            <li><a href="/professionalservices/hr/">Human Resources</a></li>
                                           
                                        </ul>
                                    </div>
                                    <div class="col-12 col-md-4">
                                        <ul>
                                           <li><a href="/whystrathclyde/universitygovernance/accesstoinformation/">Information Governance Unit</a></li>
                                           <li><a href="/professionalservices/informationservices/">Information Services Directorate</a></li>
                                            <li><a href="/professionalservices/internalauditservice/">Internal Audit</a></li>
                                            <li><a href="/workwithus/innovationindustryengagement/">Innovation & Industry Engagement</a></li>
                                            <li><a href="/professionalservices/legalservices/">Legal Services</a></li>
                                            <li><a href="/professionalservices/library/">Library</a></li>
                                            <li><a href="/professionalservices/occupationalhealth/">Occupational Health</a></li>
                                            <li><a href="/professionalservices/procurement/">Procurement</a></li>
                                            <li><a href="/research/researchknowledgeexchangeservices/">Research & Knowledge Exchange Services</a></li>
                                            
                                        </ul>
                                    </div>
                                    <div class="col-12 col-md-4">
                                    <ul>
                                        <li><a href="/safetywellbeingandresilience/">Safety, Wellbeing & Resilience</a></li>
                                        <li><a href="/professionalservices/strategyplanning/">Strategy & Planning</a></li>
                                        <li><a href="/strathclydeprint/">Strathclyde Print</a></li>
                                        <li><a href="/strathclydesport/">Strathclyde Sport</a></li>
                                        <li><a href="/professionalservices/studentexperience/">Student Experience</a></li>
                                        <li><a href="/professionalservices/studentexperience/studentlifecycle/">Student Lifecycle</a></li>
                                        <li><a href="/professionalservices/accessequalityinclusionservice/wideningaccess/">Widening Access</a></li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <!-- Modal Online services-->
        <div class="strath-bootstrap modal fade services" tabindex="-1" id="Onlineservices" aria-labelledby="Online-services" aria-hidden="true">
            <div class="modal-dialog modal-lg modal-xl services">
                <div class="modal-content">
                    <div class="modal-header">
                        <h1 id="Online-services" class="modal-title">Online services</h1>
                        <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <div class="container">
                            <div class="row">
                                <div class="col-12 col-md-4">
                                    <ul>
                                        <li><a href="https://outlook.office.com/mail/">Student/Staff email</a></li>
                                        <li><a href="https://classes.myplace.strath.ac.uk/">Myplace</a></li>
                                        <li><a href="https://pegasus.strath.ac.uk/">PEGASUS</a></li>
                                        <li><a href="https://pure.strath.ac.uk/admin/">PURE</a></li>
                                        <li><a href="https://pureportal.strath.ac.uk/">KnowledgeBase</a></li>
                                    </ul>
                                </div>
                                <div class="col-12 col-md-4">
                                    <ul>
                                        <li><a href="/professionalservices/estates/timetables/">Timetables</a></li>
                                        <li><a href="/professionalservices/it/use/find-a-computer/">Lab availability</a></li>
                                        <li><a href="https://pegasus.strath.ac.uk/Teldir/">Telephone Directory</a></li>
                                        <li><a href="https://status.strath.ac.uk/">Report IT problems & IT Service Status</a></li>
                                        <li><a href="https://servicecatalogue.strath.ac.uk/">Service Catalogue</a></li>
                                    </ul>
                                </div>
                                <div class="col-12 col-md-4">
                                    <ul>
                                        <li><a href="/studywithus/mobileapp/">Mobile APP</a></li>
                                        <li><a href="https://www.ulabequipment.com/facility/strath/">ULab</a></li>
                                        <li><a href="https://strath.sharepoint.com/_layouts/15/sharepoint.aspx">SharePoint</a></li>
                                        <li><a href="//strath.zoom.us/">Zoom</a></li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="text-white col-sm-6 col-lg-3">
<img class="footer-logo" src="/media/1newwebsite/webteam/logos/strathcrest-whitetext-202x60.png" alt="University of Strathclyde" width="200" height="60" />
<ul>
<li>
<div class="d-block pb-2 footer-services">
<button type="button" class="btn btn-transparent fs-6 p-0 text-white bg-transparent"  data-bs-toggle="modal" data-bs-target="#Professionalservices">
<span class="footer-button">Professional services</span>
<i class="fa-solid fa-chevron-right" aria-hidden="true"></i>
</button>
</div>
</li>
<li>
<div class="d-block footer-services">
<button type="button" class="btn btn-transparent fs-6 p-0 text-white bg-transparent" data-bs-toggle="modal" data-bs-target="#Onlineservices">
<span class="footer-button">Online services</span>
<i class="fa-solid fa-chevron-right" aria-hidden="true"></i>
</button>
</div>
</li>
</ul>
</div>
<div class="col-sm-6 col-lg-2 pt-sm-0 pt-4">
<h2>Quick links</h2>
<ul>
<li><a href="/websiteprivacynotice/">Website Privacy Policy</a> </li>
<li><a href="/cookienotice/">Cookie Notice</a></li>
<li><a href="/accessibility/websiteaccessibilitystatement/">Accessibility Statement</a></li>
<li><a href="/professionalservices/accessequalityinclusionservice/equalitydiversity/">Equality & Diversity</a></li>
<li><a href="/whystrathclyde/universitygovernance/modernslaveryandhumantraffickingstatement/">Modern Slavery Statement</a></li>
<li><a href="/whystrathclyde/universitygovernance/accesstoinformation/">Access to Information</a></li>
<li><a href="/contactus/complaintsprocedure/">Complaints Procedure</a></li>
<li><a href="/workwithus/vacancies/">Vacancies</a></li>
</ul>
</div>
<div class="d-none d-lg-block col-lg-3 footer-location">
<img class="footer-logo" src="/media/1newwebsite/webteam/homepageimages/location-map.png" alt="Map of UK showing location of Glasgow" width="180" height="283" />
</div>
<div class="col-md-12 col-lg-3 pt-sm-0 pt-4">
<h2>Get in touch</h2>
<ul>
<li><a href="/contactus/">Ways to contact the University of Strathclyde</a></li>
</ul>
<h2>Connect</h2>
<ul class="list-group list-group-horizontal">
<li class="list-group-item"><a  aria-label="Facebook" href="https://www.facebook.com/UniversityOfStrathclyde/"><i class="fa-brands fa-facebook-f fa-xl"></i></a></li>
<li class="list-group-item"><a aria-label="YouTube" href="https://www.youtube.com/unistrathclyde"><i class="fa-brands fa-youtube fa-xl"></i></a></li>
<li class="list-group-item"><a aria-label="X" href="https://twitter.com/unistrathclyde"><i class="fa-brands fa-x-twitter fa-xl"></i></a></li>
<li class="list-group-item"><a aria-label="Instagram" href="https://www.instagram.com/unistrathclyde/"><i class="fa-brands fa-instagram fa-xl"></i></a></li>
<li class="list-group-item"><a aria-label="TikTok" href="https://www.tiktok.com/@unistrathclyde"><i class="fa-brands fa-tiktok fa-xl"></i></a></li>
<li class="list-group-item"><a aria-label="LinkedIn" href="https://www.linkedin.com/school/university-of-strathclyde/"><i class="fa-brands fa-linkedin fa-xl"></i></a></li>
</ul>
<div class="pt-4 logo">
<a href="https://www.scotland.org/">
<img class="scotland-logo" src="/media/1newwebsite/webteam/homepageimages/scotland-emblem.png" alt="The Official Gateway to Scotland | Scotland.org"  width="180" height="35" />
</a>
</div>
</div>
<div class="col-12 footer-company-info mt-4">
The University of Strathclyde is a charitable body, registered in Scotland, number SC015263.
</div>
</div>
</div>
</footer>




<!-- Footer scripts (Strath Web UI > footer > footer-scripts.txt) -->
<!-- UOSHeader 2023-->
<script type="text/javascript" src="/media/1newwebsite/webteam/javascript/uosheader2022.js"></script>

<!-- Funnelback Autocompletion -->
<script src="/media/1newwebsite/webteam/javascript/jquery.funnelback-completion-15.12.0-setup.js"></script>

<!-- popper.min.js -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.7/dist/umd/popper.min.js" integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous"></script>

<!-- bootstrap.bundle.min.js -->
<script src="/media/1newwebsite/webteam/javascript/bootstrap.bundle.min.js"></script>

<!-- homepage-course-search.bundle.js -->
<script src="/media/1newwebsite/webteam/javascript/homepage-course-search.bundle.js"></script>

<!-- uosfooter.js -->
<script src="/media/1newwebsite/webteam/javascript/uosfooter.js"></script>

<!-- plugins.min.js -->
<script src="/media/1newwebsite/webteam/javascript/plugins.min.js"></script>

<!-- main.min.js -->
<script src="/media/1newwebsite/webteam/javascript/main.min.js"></script>

<!-- header.js -->
<script src="/media/1newwebsite/webteam/javascript/uosheader.js"></script>

<!-- Bootstrap JS -->
<script src="/media/1newwebsite/webteam/javascript/bootstrap.min.js"></script>

<!-- jquery.isotope.min -->
<script src="/media/1newwebsite/webteam/javascript/jquery.isotope.min.js"></script>

<!-- LazyLoadXT -->
<script src="/media/1newwebsite/webteam/javascript/lazyloadxtextra.min.js"></script>

<script>
    UOSHeader.init();
    UOS.PageLoad.init();
    UOS.PageLoadFooter.init();
</script>

  
<!-- Start Uos/foot -->

<!-- End Uos/foot -->
 
<!-- Discover Uni (Strath Web UI > footer > discover-uni-script.txt) -->
<!-- Discover Uni Kis data on course pages-->
<script>
(function (d) {
    "use strict";
    var widgetScript = d.createElement("script");
    widgetScript.id = "unistats-widget-script";
    widgetScript.src = "https://discoveruni.gov.uk/widget/embed-script";
    var scriptTags = d.getElementsByTagName("script")[0];
    if (d.getElementById("unistats-widget-script")) {
        return;
    }
    scriptTags.parentNode.insertBefore(widgetScript, scriptTags);
})(document);
</script>

  
<!-- Start Uos/foot -->

<!-- End Uos/foot -->
 
<!-- Discover Uni (Strath Web UI > footer > discover-uni-script.txt) -->
<!-- Discover Uni Kis data on course pages-->
<script>
(function (d) {
    "use strict";
    var widgetScript = d.createElement("script");
    widgetScript.id = "unistats-widget-script";
    widgetScript.src = "https://discoveruni.gov.uk/widget/embed-script";
    var scriptTags = d.getElementsByTagName("script")[0];
    if (d.getElementById("unistats-widget-script")) {
        return;
    }
    scriptTags.parentNode.insertBefore(widgetScript, scriptTags);
})(document);
</script>


</body>
</html>
@charset "UTF-8";
.strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover {
  background-color: #6c757d;
  color: #fff;
  text-decoration: underline; }

.strath-bootstrap .general-content-main .standout-text a, .strath-bootstrap .general-content-main-fixed .standout-text a, .strath-bootstrap .general-side-fixed .standout-text a, .strath-bootstrap .six-blocks-container .standout-text a, .strath-bootstrap .banner-buttons.has-description .description p:last-child a, .strath-bootstrap .block-grid .block-grid-item.block-grid-intro p a,
.strath-bootstrap .block-grid .block-grid-item.block-grid-intro li a, .strath-bootstrap .block-grid-item .block-grid-item-text p a, .strath-bootstrap .news-events li.news-events-item p a,
.strath-bootstrap .news-events li.news-events-item2 p a, .strath-bootstrap .half-width-feature p > a, .strath-bootstrap .half-width-feature li a, .strath-bootstrap .two-columns .column-inner p a,
.strath-bootstrap .two-columns .column-inner ul > li a,
.strath-bootstrap .two-columns .column-inner a, .strath-bootstrap .two-columns .leading-text p a,
.strath-bootstrap .two-columns .leading-text ul > li a,
.strath-bootstrap .two-columns .leading-text a,
.strath-bootstrap .two-columns .trailing-text p a,
.strath-bootstrap .two-columns .trailing-text ul > li a,
.strath-bootstrap .two-columns .trailing-text a, .strath-bootstrap.course-page .key-facts .key-facts-body p a, .strath-bootstrap.course-page .course-overview p a,
.strath-bootstrap.course-page .course-overview ul li a,
.strath-bootstrap.course-page .course-overview a, .strath-bootstrap .grey-block-button-list a, .strath-bootstrap .rhs-contact > p a, .strath-bootstrap .profile-carousel p a, .strath-bootstrap .uoscarousel .carousel-caption .quotee a, .strath-bootstrap .uoscarousel .carousel-caption blockquote a, .strath-bootstrap .uoscarousel .carousel-caption blockquote p a, .strath-bootstrap .rhs-general p a,
.strath-bootstrap .rhs-general ul > li a,
.strath-bootstrap .rhs-general a, .strath-bootstrap .viewall, .strath-bootstrap .web-news-general-aside > .block-grid-item-content > .block-grid-item-text a, .strath-bootstrap .web-news-general-aside .block-grid-item-content .block-grid-item-text p:last-child a:hover,
.strath-bootstrap .web-news-general-aside .block-grid-item-content .block-grid-item-text a:hover, .strath-bootstrap .general-content-main h1 a,
.strath-bootstrap .general-content-main h2 a,
.strath-bootstrap .general-content-main h3 a,
.strath-bootstrap .general-content-main h4 a,
.strath-bootstrap .general-content-main .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main h2 a,
.strath-bootstrap .general-content-main .results .result h3 a, .strath-bootstrap .results .result .general-content-main h3 a,
.strath-bootstrap .general-content-main .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main h3 a,
.strath-bootstrap .general-content-main h5 a,
.strath-bootstrap .general-content-main li a,
.strath-bootstrap .general-content-main p a,
.strath-bootstrap .general-content-main-fixed h1 a,
.strath-bootstrap .general-content-main-fixed h2 a,
.strath-bootstrap .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed h4 a,
.strath-bootstrap .general-content-main-fixed .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main-fixed h2 a,
.strath-bootstrap .general-content-main-fixed .results .result h3 a, .strath-bootstrap .results .result .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed h5 a,
.strath-bootstrap .general-content-main-fixed li a,
.strath-bootstrap .general-content-main-fixed p a,
.strath-bootstrap .general-side-fixed h1 a,
.strath-bootstrap .general-side-fixed h2 a,
.strath-bootstrap .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed h4 a,
.strath-bootstrap .general-side-fixed .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-side-fixed h2 a,
.strath-bootstrap .general-side-fixed .results .result h3 a, .strath-bootstrap .results .result .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed h5 a,
.strath-bootstrap .general-side-fixed li a,
.strath-bootstrap .general-side-fixed p a, .strath-bootstrap .general-content-main ul li a,
.strath-bootstrap .general-content-main-fixed ul li a,
.strath-bootstrap .general-side-fixed ul li a, .strath-bootstrap .general-content-main a,
.strath-bootstrap .general-content-main-fixed a,
.strath-bootstrap .general-side-fixed a, .strath-bootstrap .web-news-container .web-news-story p a,
.strath-bootstrap .web-news-container .web-news-story li a, .strath-bootstrap .web-news-themes .block-grid-item-text p, .strath-bootstrap .lhs-feature-section-heading p a, .strath-bootstrap .lhs-feature-section .block-grid-item-content p a, .strath-bootstrap .lhs-feature-section .block-grid-item-text li a, .strath-bootstrap #strath-form fieldset p a, .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content ul li a, .strath-bootstrap .accordion .accordion-body .accordion-body-inner a, .strath-bootstrap .areas-of-interest-title a, .strath-bootstrap .areas-of-interest .block-grid-item-content ul li a, .strath-bootstrap .areas-of-interest .block-grid-item-text p a,
.strath-bootstrap .areas-of-interest .block-grid-item-text li a, .strath-bootstrap .location-details p a,
.strath-bootstrap .location-details li a, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner p a,
.strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner ul > li a,
.strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner a, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a, .strath-bootstrap .innovationshowcase .row h3 a, .strath-bootstrap .innovationshowcase h4 a, .strath-bootstrap .innovationshowcase .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .innovationshowcase h2 a, .strath-bootstrap .innovationshowcase .results .result h3 a, .strath-bootstrap .results .result .innovationshowcase h3 a, .strath-bootstrap .innovationshowcase .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .innovationshowcase h3 a,
.strath-bootstrap .innovationshowcase p a {
  color: #01676a;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-text-decoration-color: #01676a;
  text-decoration-color: #01676a;
  text-decoration-thickness: 1px; }

.strath-bootstrap .general-content-main .standout-text a:hover, .strath-bootstrap .general-content-main-fixed .standout-text a:hover, .strath-bootstrap .general-side-fixed .standout-text a:hover, .strath-bootstrap .six-blocks-container .standout-text a:hover, .strath-bootstrap a:hover, .strath-bootstrap .banner-buttons.has-description .description p:last-child a:hover, .strath-bootstrap.home .home-course-search .home-course-search-area ul li a:focus-visible,
.strath-bootstrap.home .home-course-search .home-course-search-area ul li a:hover,
.strath-bootstrap.home .home-course-search .home-course-search-submenu ul li a:focus-visible,
.strath-bootstrap.home .home-course-search .home-course-search-submenu ul li a:hover, .strath-bootstrap .grid-container-news ul li a:hover, .strath-bootstrap .faculties ul li a:hover, .strath-bootstrap .faculties ul li a:focus-visible, .strath-bootstrap .search .search-area .search-form-container .alert-box p a:hover,
.strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:hover, .strath-bootstrap .search .search-area .search-form-container .alert-box p a:focus-visible,
.strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:focus-visible, .strath-bootstrap .search.pgr-search .search-results .search-result a:hover, .strath-bootstrap .search.strath-search .search-results .search-result a:hover, .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact a:hover, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact a:hover, .strath-bootstrap .strath-search .table.simple thead th u:hover, .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-details .profile-link:hover, .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts .key-fact a:hover, .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .profile-link:hover, .strath-bootstrap .block-grid .block-grid-item.block-grid-intro p a:hover,
.strath-bootstrap .block-grid .block-grid-item.block-grid-intro li a:hover, .strath-bootstrap .block-grid-item .block-grid-item-text p a:hover, .strath-bootstrap .news-events p a:hover,
.strath-bootstrap .news-events ul li a:hover, .strath-bootstrap .news-events h3 a:hover, .strath-bootstrap .two-columns .column-inner .news-events-item a:hover, .strath-bootstrap .wysiwyg p a.hover, .strath-bootstrap .half-width-feature a:hover, .strath-bootstrap .two-columns .column-inner p a:hover,
.strath-bootstrap .two-columns .column-inner ul > li a:hover,
.strath-bootstrap .two-columns .column-inner a:hover, .strath-bootstrap .two-columns blockquote p a:hover, .strath-bootstrap .two-columns .leading-text p a:hover,
.strath-bootstrap .two-columns .leading-text ul > li a:hover,
.strath-bootstrap .two-columns .leading-text a:hover,
.strath-bootstrap .two-columns .trailing-text p a:hover,
.strath-bootstrap .two-columns .trailing-text ul > li a:hover,
.strath-bootstrap .two-columns .trailing-text a:hover, .strath-bootstrap .two-columns ul.display-horizontal li img:hover,
.strath-bootstrap .two-columns ul.display-horizontal li a img:hover, .strath-bootstrap.course-page .key-facts .key-facts-body p a:hover, .strath-bootstrap.course-page .course-overview p a:hover,
.strath-bootstrap.course-page .course-overview ul li a:hover,
.strath-bootstrap.course-page .course-overview a:hover, .strath-bootstrap .rhs-contact > p a:hover, .strath-bootstrap .profile-carousel p a:hover, .strath-bootstrap .uoscarousel .carousel-caption .quotee a:hover, .strath-bootstrap .uoscarousel .carousel-caption blockquote a:hover, .strath-bootstrap .uoscarousel .carousel-caption blockquote p a:hover, .strath-bootstrap .rhs-general p a:hover,
.strath-bootstrap .rhs-general ul > li a:hover,
.strath-bootstrap .rhs-general a:hover, .strath-bootstrap .viewall:hover, .strath-bootstrap .web-news-general-aside > .block-grid-item-content > .block-grid-item-text a:hover, .strath-bootstrap .web-news-general-aside .block-grid-item-content:hover a, .strath-bootstrap .general-content-main h1 a:hover,
.strath-bootstrap .general-content-main h2 a:hover,
.strath-bootstrap .general-content-main h3 a:hover,
.strath-bootstrap .general-content-main h4 a:hover,
.strath-bootstrap .general-content-main .banner-buttons .banner-button-header h2 a:hover, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main h2 a:hover,
.strath-bootstrap .general-content-main .results .result h3 a:hover, .strath-bootstrap .results .result .general-content-main h3 a:hover,
.strath-bootstrap .general-content-main .course-search-2019 .searchstriped > section > article > .staff h3 a:hover, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main h3 a:hover,
.strath-bootstrap .general-content-main h5 a:hover,
.strath-bootstrap .general-content-main li a:hover,
.strath-bootstrap .general-content-main p a:hover,
.strath-bootstrap .general-content-main-fixed h1 a:hover,
.strath-bootstrap .general-content-main-fixed h2 a:hover,
.strath-bootstrap .general-content-main-fixed h3 a:hover,
.strath-bootstrap .general-content-main-fixed h4 a:hover,
.strath-bootstrap .general-content-main-fixed .banner-buttons .banner-button-header h2 a:hover, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main-fixed h2 a:hover,
.strath-bootstrap .general-content-main-fixed .results .result h3 a:hover, .strath-bootstrap .results .result .general-content-main-fixed h3 a:hover,
.strath-bootstrap .general-content-main-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a:hover, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main-fixed h3 a:hover,
.strath-bootstrap .general-content-main-fixed h5 a:hover,
.strath-bootstrap .general-content-main-fixed li a:hover,
.strath-bootstrap .general-content-main-fixed p a:hover,
.strath-bootstrap .general-side-fixed h1 a:hover,
.strath-bootstrap .general-side-fixed h2 a:hover,
.strath-bootstrap .general-side-fixed h3 a:hover,
.strath-bootstrap .general-side-fixed h4 a:hover,
.strath-bootstrap .general-side-fixed .banner-buttons .banner-button-header h2 a:hover, .strath-bootstrap .banner-buttons .banner-button-header .general-side-fixed h2 a:hover,
.strath-bootstrap .general-side-fixed .results .result h3 a:hover, .strath-bootstrap .results .result .general-side-fixed h3 a:hover,
.strath-bootstrap .general-side-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a:hover, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-side-fixed h3 a:hover,
.strath-bootstrap .general-side-fixed h5 a:hover,
.strath-bootstrap .general-side-fixed li a:hover,
.strath-bootstrap .general-side-fixed p a:hover, .strath-bootstrap .general-content-main ul li a:hover,
.strath-bootstrap .general-content-main-fixed ul li a:hover,
.strath-bootstrap .general-side-fixed ul li a:hover, .strath-bootstrap .general-content-main .breakout-box a:hover,
.strath-bootstrap .general-content-main-fixed .breakout-box a:hover,
.strath-bootstrap .general-side-fixed .breakout-box a:hover, .strath-bootstrap .general-content-main .button a:hover,
.strath-bootstrap .general-content-main-fixed .button a:hover,
.strath-bootstrap .general-side-fixed .button a:hover, .strath-bootstrap .general-content-main .table-responsive table tbody td a:hover,
.strath-bootstrap .general-content-main-fixed .table-responsive table tbody td a:hover,
.strath-bootstrap .general-side-fixed .table-responsive table tbody td a:hover, .strath-bootstrap .web-news-container .web-news-story p a:hover,
.strath-bootstrap .web-news-container .web-news-story li a:hover, .strath-bootstrap .web-news-themes .block-grid-item-text p:hover, .strath-bootstrap .lhs-feature-section-heading p a:hover, .strath-bootstrap .lhs-feature-section .block-grid-item-content p a:hover, .strath-bootstrap .lhs-feature-section .block-grid-item-text li a:hover, .strath-bootstrap #strath-form fieldset p a:hover, .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content ul li a:hover, .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table tbody td a:hover, .strath-bootstrap .accordion .accordion-body .accordion-body-inner a:hover, .strath-bootstrap .LHSImageHeaderText .has-link:hover, .strath-bootstrap .areas-of-interest-title a:hover, .strath-bootstrap .areas-of-interest .block-grid-item-content ul li a:hover, .strath-bootstrap .areas-of-interest table tbody td a:hover, .strath-bootstrap .location-details p a:hover,
.strath-bootstrap .location-details li a:hover, .strath-bootstrap .modal#fundingModal a:hover,
.strath-bootstrap .search-results .alert-box a:hover, .strath-bootstrap .modal#fundingModal a:focus-visible,
.strath-bootstrap .search-results .alert-box a:focus-visible, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner p a:hover,
.strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner ul > li a:hover,
.strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner a:hover, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a:hover, .strath-bootstrap .innovationshowcase .row h3 a:hover, .strath-bootstrap .innovationshowcase .row h3 .category a:hover,
.strath-bootstrap .innovationshowcase .row h3 p a:hover, .strath-bootstrap .innovationshowcase h4 a:hover, .strath-bootstrap .innovationshowcase .banner-buttons .banner-button-header h2 a:hover, .strath-bootstrap .banner-buttons .banner-button-header .innovationshowcase h2 a:hover, .strath-bootstrap .innovationshowcase .results .result h3 a:hover, .strath-bootstrap .results .result .innovationshowcase h3 a:hover, .strath-bootstrap .innovationshowcase .course-search-2019 .searchstriped > section > article > .staff h3 a:hover, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .innovationshowcase h3 a:hover,
.strath-bootstrap .innovationshowcase p a:hover {
  color: #01676a;
  text-decoration: underline;
  -webkit-text-decoration-color: #01676a;
  text-decoration-color: #01676a;
  background: transparent;
  text-decoration-thickness: 2px; }

.strath-bootstrap .block-grid-item .block-grid-item-text ul li:before,
.strath-bootstrap .block-grid-item .block-grid-item-text-text ul li:before, .strath-bootstrap .news-events ul li:before, .strath-bootstrap .two-columns .column-inner ul li:before, .strath-bootstrap .two-columns .leading-text ul li:before,
.strath-bootstrap .two-columns .trailing-text ul li:before, .strath-bootstrap .two-columns .course-module.accordion .course-module-content-inner ul li:before, .strath-bootstrap .two-columns .course-module-subheader ul li:before, .strath-bootstrap.course-page .course-overview ul li:before, .strath-bootstrap .rhs-general ul li:before, .strath-bootstrap .general-content-main ul li:before,
.strath-bootstrap .general-content-main-fixed ul li:before,
.strath-bootstrap .general-side-fixed ul li:before, .strath-bootstrap .six-blocks-container ul li:before, .strath-bootstrap .web-news-container .web-news-story ul li:before, .strath-bootstrap .lhs-feature-section .block-grid-item-content ul li:before, .strath-bootstrap .accordion .accordion-body .accordion-body-inner ul li:before, .strath-bootstrap .accordion-group-title .accordion-group-title-content ul li:before, .strath-bootstrap .location-details ul li:before, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner ul li:before, .strath-bootstrap .faculty-department-home .contact-box-content ul li:before {
  display: inline-block;
  text-indent: -1.2em;
  content: "\25A0";
  color: #01676a;
  vertical-align: middle;
  padding: 0 2px 2px 0;
  font-size: 0.6rem; }

.strath-bootstrap .wysiwyg blockquote, .strath-bootstrap blockquote, .strath-bootstrap .general-content-main blockquote,
.strath-bootstrap .general-content-main-fixed blockquote,
.strath-bootstrap .general-side-fixed blockquote, .strath-bootstrap .web-news-container .web-news-story blockquote {
  max-width: 90%;
  background: #e9ecef;
  border-left: 6px solid #002b5c;
  margin: 30px 10px;
  overflow: auto;
  padding: 20px; }
  .strath-bootstrap .wysiwyg blockquote p, .strath-bootstrap blockquote p, .strath-bootstrap .general-content-main blockquote p, .strath-bootstrap .general-content-main-fixed blockquote p, .strath-bootstrap .general-side-fixed blockquote p, .strath-bootstrap .web-news-container .web-news-story blockquote p {
    display: inline !important; }
    .strath-bootstrap .wysiwyg blockquote p img, .strath-bootstrap blockquote p img, .strath-bootstrap .general-content-main blockquote p img, .strath-bootstrap .general-content-main-fixed blockquote p img, .strath-bootstrap .general-side-fixed blockquote p img, .strath-bootstrap .web-news-container .web-news-story blockquote p img {
      float: left;
      padding: 0;
      padding-right: 20px;
      border-radius: 50%; }

.strath-bootstrap .wysiwyg blockquote::before, .strath-bootstrap blockquote::before, .strath-bootstrap .general-content-main blockquote::before,
.strath-bootstrap .general-content-main-fixed blockquote::before,
.strath-bootstrap .general-side-fixed blockquote::before, .strath-bootstrap .web-news-container .web-news-story blockquote::before {
  vertical-align: 0; }

.strath-bootstrap blockquote::before, .strath-bootstrap .general-content-main blockquote::before,
.strath-bootstrap .general-content-main-fixed blockquote::before,
.strath-bootstrap .general-side-fixed blockquote::before {
  font-family: "FontAwesome";
  content: "\f10d";
  /*quote left icon*/
  color: #495057;
  padding: 0 5px;
  font-size: 0.7rem; }

.strath-bootstrap blockquote::after, .strath-bootstrap .general-content-main blockquote::after,
.strath-bootstrap .general-content-main-fixed blockquote::after,
.strath-bootstrap .general-side-fixed blockquote::after {
  font-family: "FontAwesome";
  content: "\f10e";
  /*quote right icon*/
  color: #495057;
  padding: 0 5px;
  font-size: 0.7rem; }

.strath-bootstrap .general-content-main .standout-text,
.strath-bootstrap .general-content-main-fixed .standout-text,
.strath-bootstrap .general-side-fixed .standout-text, .strath-bootstrap .six-blocks-container .standout-text {
  background: #e9ecef;
  font-size: 1.2em;
  margin: 40px auto;
  border-left: 4px solid #002b5c;
  padding: 20px;
  max-width: 80%; }

.strath-bootstrap .general-content-main .call-to-action-link,
.strath-bootstrap .general-content-main-fixed .call-to-action-link,
.strath-bootstrap .general-side-fixed .call-to-action-link, .strath-bootstrap .general-content-main .button,
.strath-bootstrap .general-content-main-fixed .button,
.strath-bootstrap .general-side-fixed .button, .strath-bootstrap .general-content-main .button a,
.strath-bootstrap .general-content-main-fixed .button a,
.strath-bootstrap .general-side-fixed .button a, .strath-bootstrap .lhs-feature-section .block-grid-item-text p button a,
.strath-bootstrap .lhs-feature-section .block-grid-item-text button a,
.strath-bootstrap .lhs-feature-section .block-grid-item-text a button, .strath-bootstrap .location-details .button, .strath-bootstrap .container .row .col-lg-4 .image-text-over div button {
  display: inline;
  text-decoration: none;
  background: #01676a;
  font-size: 1.6em;
  font-weight: bold;
  border: 0;
  border-radius: 50px;
  color: #fff;
  line-height: 2em;
  padding: 10px 20px;
  cursor: pointer; }
  .strath-bootstrap .general-content-main .call-to-action-link:hover,
  .strath-bootstrap .general-content-main-fixed .call-to-action-link:hover,
  .strath-bootstrap .general-side-fixed .call-to-action-link:hover, .strath-bootstrap .general-content-main .button:hover,
  .strath-bootstrap .general-content-main-fixed .button:hover,
  .strath-bootstrap .general-side-fixed .button:hover, .strath-bootstrap .general-content-main .button a:hover,
  .strath-bootstrap .general-content-main-fixed .button a:hover,
  .strath-bootstrap .general-side-fixed .button a:hover,
  .strath-bootstrap .lhs-feature-section .block-grid-item-text button a:hover,
  .strath-bootstrap .lhs-feature-section .block-grid-item-text a button:hover, .strath-bootstrap .location-details .button:hover, .strath-bootstrap .container .row .col-lg-4 .image-text-over div button:hover {
    background: #6c757d;
    color: #fff;
    text-decoration: none; }

.strath-bootstrap .general-content-main .breakout-box,
.strath-bootstrap .general-content-main-fixed .breakout-box,
.strath-bootstrap .general-side-fixed .breakout-box, .strath-bootstrap .web-news-container .web-news-story .breakout-box {
  width: 50%;
  margin: 10px 10px 10px 0;
  text-decoration: none;
  background: #01676a;
  border: 0;
  color: #fff !important;
  line-height: 1.2em;
  padding: 1.5rem;
  float: left; }

.strath-bootstrap .general-content-main .breakout-box a, .strath-bootstrap .general-content-main-fixed .breakout-box a, .strath-bootstrap .general-side-fixed .breakout-box a, .strath-bootstrap .web-news-container .web-news-story .breakout-box a {
  color: #fff !important;
  cursor: pointer;
  text-decoration: underline; }
  .strath-bootstrap .general-content-main .breakout-box a:hover, .strath-bootstrap .general-content-main-fixed .breakout-box a:hover, .strath-bootstrap .general-side-fixed .breakout-box a:hover, .strath-bootstrap .web-news-container .web-news-story .breakout-box a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #212529;
    text-decoration-color: #212529;
    color: #212529 !important; }

.strath-bootstrap .single-video.single-image .caption-wrap .caption h2, .strath-bootstrap .news-events h2, .strath-bootstrap .block-outer-white > section h1,
.strath-bootstrap .block-outer-white > section h2,
.strath-bootstrap .block-outer-white > section h3,
.strath-bootstrap .block-outer-white > section h4, .strath-bootstrap .block-outer-white > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white > section h2, .strath-bootstrap .block-outer-white > section .results .result h3, .strath-bootstrap .results .result .block-outer-white > section h3, .strath-bootstrap .block-outer-white > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white > section h3,
.strath-bootstrap .block-outer-grey > section h1,
.strath-bootstrap .block-outer-grey > section h2,
.strath-bootstrap .block-outer-grey > section h3,
.strath-bootstrap .block-outer-grey > section h4, .strath-bootstrap .block-outer-grey > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey > section h2, .strath-bootstrap .block-outer-grey > section .results .result h3, .strath-bootstrap .results .result .block-outer-grey > section h3, .strath-bootstrap .block-outer-grey > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey > section h3,
.strath-bootstrap .block-outer > section h1,
.strath-bootstrap .block-outer > section h2,
.strath-bootstrap .block-outer > section h3,
.strath-bootstrap .block-outer > section h4, .strath-bootstrap .block-outer > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .block-outer > section h2, .strath-bootstrap .block-outer > section .results .result h3, .strath-bootstrap .results .result .block-outer > section h3, .strath-bootstrap .block-outer > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer > section h3,
.strath-bootstrap .profilescontainer-white-fixed-width > section h1,
.strath-bootstrap .profilescontainer-white-fixed-width > section h2,
.strath-bootstrap .profilescontainer-white-fixed-width > section h3,
.strath-bootstrap .profilescontainer-white-fixed-width > section h4, .strath-bootstrap .profilescontainer-white-fixed-width > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-fixed-width > section h2, .strath-bootstrap .profilescontainer-white-fixed-width > section .results .result h3, .strath-bootstrap .results .result .profilescontainer-white-fixed-width > section h3, .strath-bootstrap .profilescontainer-white-fixed-width > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-fixed-width > section h3,
.strath-bootstrap .profilescontainer-grey-fixed-width > section h1,
.strath-bootstrap .profilescontainer-grey-fixed-width > section h2,
.strath-bootstrap .profilescontainer-grey-fixed-width > section h3,
.strath-bootstrap .profilescontainer-grey-fixed-width > section h4, .strath-bootstrap .profilescontainer-grey-fixed-width > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-grey-fixed-width > section h2, .strath-bootstrap .profilescontainer-grey-fixed-width > section .results .result h3, .strath-bootstrap .results .result .profilescontainer-grey-fixed-width > section h3, .strath-bootstrap .profilescontainer-grey-fixed-width > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-grey-fixed-width > section h3,
.strath-bootstrap .profilescontainer-white-full-width > section h1,
.strath-bootstrap .profilescontainer-white-full-width > section h2,
.strath-bootstrap .profilescontainer-white-full-width > section h3,
.strath-bootstrap .profilescontainer-white-full-width > section h4, .strath-bootstrap .profilescontainer-white-full-width > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section h2, .strath-bootstrap .profilescontainer-white-full-width > section .results .result h3, .strath-bootstrap .results .result .profilescontainer-white-full-width > section h3, .strath-bootstrap .profilescontainer-white-full-width > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section h3, .strath-bootstrap .block-outer-grey-stand-alone > section h1,
.strath-bootstrap .block-outer-grey-stand-alone > section h2,
.strath-bootstrap .block-outer-grey-stand-alone > section h3,
.strath-bootstrap .block-outer-grey-stand-alone > section h4, .strath-bootstrap .block-outer-grey-stand-alone > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey-stand-alone > section h2, .strath-bootstrap .block-outer-grey-stand-alone > section .results .result h3, .strath-bootstrap .results .result .block-outer-grey-stand-alone > section h3, .strath-bootstrap .block-outer-grey-stand-alone > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey-stand-alone > section h3,
.strath-bootstrap .block-outer-white-stand-alone > section h1,
.strath-bootstrap .block-outer-white-stand-alone > section h2,
.strath-bootstrap .block-outer-white-stand-alone > section h3,
.strath-bootstrap .block-outer-white-stand-alone > section h4, .strath-bootstrap .block-outer-white-stand-alone > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white-stand-alone > section h2, .strath-bootstrap .block-outer-white-stand-alone > section .results .result h3, .strath-bootstrap .results .result .block-outer-white-stand-alone > section h3, .strath-bootstrap .block-outer-white-stand-alone > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white-stand-alone > section h3, .strath-bootstrap .block-outer-white .card-title, .strath-bootstrap .block-outer-background .card-title, .strath-bootstrap .outerhref-one .col-inner-grey > h3,
.strath-bootstrap .outerhref-one .col-inner-white > h3,
.strath-bootstrap .outerhref-two .col-inner-grey > h3,
.strath-bootstrap .outerhref-two .col-inner-white > h3,
.strath-bootstrap .outerhref-three .col-inner-grey > h3,
.strath-bootstrap .outerhref-three .col-inner-white > h3, .strath-bootstrap .rhs-contact > h2, .strath-bootstrap .profile-carousel h2, .strath-bootstrap .rhs-general h2, .strath-bootstrap .general-content-main h1,
.strath-bootstrap .general-content-main h2,
.strath-bootstrap .general-content-main h3,
.strath-bootstrap .general-content-main h4, .strath-bootstrap .general-content-main .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main h2, .strath-bootstrap .general-content-main .results .result h3, .strath-bootstrap .results .result .general-content-main h3, .strath-bootstrap .general-content-main .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main h3,
.strath-bootstrap .general-content-main h5, .strath-bootstrap .general-content-main h1 a,
.strath-bootstrap .general-content-main h2 a,
.strath-bootstrap .general-content-main h3 a,
.strath-bootstrap .general-content-main h4 a,
.strath-bootstrap .general-content-main .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main h2 a,
.strath-bootstrap .general-content-main .results .result h3 a, .strath-bootstrap .results .result .general-content-main h3 a,
.strath-bootstrap .general-content-main .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main h3 a,
.strath-bootstrap .general-content-main h5 a,
.strath-bootstrap .general-content-main-fixed h1,
.strath-bootstrap .general-content-main-fixed h2,
.strath-bootstrap .general-content-main-fixed h3,
.strath-bootstrap .general-content-main-fixed h4, .strath-bootstrap .general-content-main-fixed .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main-fixed h2, .strath-bootstrap .general-content-main-fixed .results .result h3, .strath-bootstrap .results .result .general-content-main-fixed h3, .strath-bootstrap .general-content-main-fixed .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main-fixed h3,
.strath-bootstrap .general-content-main-fixed h5,
.strath-bootstrap .general-content-main-fixed h1 a,
.strath-bootstrap .general-content-main-fixed h2 a,
.strath-bootstrap .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed h4 a,
.strath-bootstrap .general-content-main-fixed .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main-fixed h2 a,
.strath-bootstrap .general-content-main-fixed .results .result h3 a, .strath-bootstrap .results .result .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed h5 a,
.strath-bootstrap .general-side-fixed h1,
.strath-bootstrap .general-side-fixed h2,
.strath-bootstrap .general-side-fixed h3,
.strath-bootstrap .general-side-fixed h4, .strath-bootstrap .general-side-fixed .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .general-side-fixed h2, .strath-bootstrap .general-side-fixed .results .result h3, .strath-bootstrap .results .result .general-side-fixed h3, .strath-bootstrap .general-side-fixed .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-side-fixed h3,
.strath-bootstrap .general-side-fixed h5,
.strath-bootstrap .general-side-fixed h1 a,
.strath-bootstrap .general-side-fixed h2 a,
.strath-bootstrap .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed h4 a,
.strath-bootstrap .general-side-fixed .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-side-fixed h2 a,
.strath-bootstrap .general-side-fixed .results .result h3 a, .strath-bootstrap .results .result .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed h5 a, .strath-bootstrap .rhs-image .block-grid-item-text-text h2,
.strath-bootstrap .course-search-2019 .course-list-results ul > h3,
.strath-bootstrap .general-content-main .breakout-box,
.strath-bootstrap .general-content-main-fixed .breakout-box,
.strath-bootstrap .general-side-fixed .breakout-box,
.strath-bootstrap .web-news-container .web-news-story .breakout-box,
.strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper h1,
.strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper h1,
.strath-bootstrap .course-search-2019 .searchitemsub > h2,
.strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h2,
.strath-bootstrap .news-summary .block-grid-item-content h3,
.strath-bootstrap .news-summary .block-grid-item-content-nolink:hover .block-grid-item-text h3,
.strath-bootstrap .block-grid-item.areas-of-interest .block-grid-item-content .block-grid-item-text h3,
.strath-bootstrap .grid-container-news ul li,
.strath-bootstrap .faculties h3,
.strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container legend h2 button,
.strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container legend h2 button,
.strath-bootstrap .course-search-2019 #search-info,
.strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text a.block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text .block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text .block-header h3,
.strath-bootstrap .news-events li.news-events-item .block-grid-item-text h3,
.strath-bootstrap .news-events li.news-events-item2 .block-grid-item-text h3,
.strath-bootstrap .two-columns .column-inner .news-events-item a,
.strath-bootstrap .half-width-feature h2,
.strath-bootstrap .two-columns .column-inner .question,
.strath-bootstrap .two-columns .column-inner .fab,
.strath-bootstrap .general-content-main .question,
.strath-bootstrap .general-content-main-fixed .question,
.strath-bootstrap .general-side-fixed .question,
.strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content h3,
.strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h1,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h2,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h4,
.strath-bootstrap .lhs-feature-section .block-grid-item-content .course-search-2019 .searchstriped > section > article > .staff h3,
.strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h5,
.strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content h3,
.strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link h3,
.strath-bootstrap .events-full-width .block-grid-item-content .block-grid-item-text a.faux-block-link h3,
.strath-bootstrap .innovationshowcase .row h3 a,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div h3,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div h4,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div .banner-buttons .banner-button-header h2,
.strath-bootstrap .banner-buttons .banner-button-header .container .row .col-lg-4 .image-text-over div h2,
.strath-bootstrap .related-link-carousel .flexslider .related-link a h2,
.strath-bootstrap .discover .iso .related-link a h2,
.strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2,
.strath-bootstrap .related-link-carousel .flexslider .related-link h2,
.strath-bootstrap .faculties,
.strath-bootstrap .news-events h3,
.strath-bootstrap .news-events h3 a,
.strath-bootstrap .general-content-main .call-to-action-link,
.strath-bootstrap .general-content-main-fixed .call-to-action-link,
.strath-bootstrap .general-side-fixed .call-to-action-link,
.strath-bootstrap .general-content-main .table-responsive table thead tr td,
.strath-bootstrap .general-content-main .table-responsive table thead tr th,
.strath-bootstrap .general-content-main-fixed .table-responsive table thead tr td,
.strath-bootstrap .general-content-main-fixed .table-responsive table thead tr th,
.strath-bootstrap .general-side-fixed .table-responsive table thead tr td,
.strath-bootstrap .general-side-fixed .table-responsive table thead tr th {
  font-family: "ClanProBold", sans-serif;
  color: #002b5c;
  font-weight: bold; }


.strath-bootstrap .course-search-2019 .course-list-results ul > h3 {
  font-size: 2.25rem; }


.strath-bootstrap .general-content-main .breakout-box,
.strath-bootstrap .general-content-main-fixed .breakout-box,
.strath-bootstrap .general-side-fixed .breakout-box,
.strath-bootstrap .web-news-container .web-news-story .breakout-box,
.strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper h1,
.strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper h1,
.strath-bootstrap .course-search-2019 .searchitemsub > h2,
.strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h2,
.strath-bootstrap .news-summary .block-grid-item-content h3,
.strath-bootstrap .news-summary .block-grid-item-content-nolink:hover .block-grid-item-text h3,
.strath-bootstrap .block-grid-item.areas-of-interest .block-grid-item-content .block-grid-item-text h3 {
  font-size: 1.75rem; }


.strath-bootstrap .grid-container-news ul li,
.strath-bootstrap .faculties h3,
.strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container legend h2 button,
.strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container legend h2 button,
.strath-bootstrap .course-search-2019 #search-info,
.strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text a.block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text .block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text .block-header h3,
.strath-bootstrap .news-events li.news-events-item .block-grid-item-text h3,
.strath-bootstrap .news-events li.news-events-item2 .block-grid-item-text h3,
.strath-bootstrap .two-columns .column-inner .news-events-item a,
.strath-bootstrap .half-width-feature h2,
.strath-bootstrap .two-columns .column-inner .question,
.strath-bootstrap .two-columns .column-inner .fab,
.strath-bootstrap .general-content-main .question,
.strath-bootstrap .general-content-main-fixed .question,
.strath-bootstrap .general-side-fixed .question,
.strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content h3,
.strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h1,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h2,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h4,
.strath-bootstrap .lhs-feature-section .block-grid-item-content .course-search-2019 .searchstriped > section > article > .staff h3,
.strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h5,
.strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content h3,
.strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link h3,
.strath-bootstrap .events-full-width .block-grid-item-content .block-grid-item-text a.faux-block-link h3,
.strath-bootstrap .innovationshowcase .row h3 a,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div h3,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div h4,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div .banner-buttons .banner-button-header h2,
.strath-bootstrap .banner-buttons .banner-button-header .container .row .col-lg-4 .image-text-over div h2,
.strath-bootstrap .related-link-carousel .flexslider .related-link a h2,
.strath-bootstrap .discover .iso .related-link a h2,
.strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2,
.strath-bootstrap .related-link-carousel .flexslider .related-link h2 {
  font-size: 1.25rem; }


.strath-bootstrap .faculties,
.strath-bootstrap .news-events h3,
.strath-bootstrap .news-events h3 a,
.strath-bootstrap .general-content-main .call-to-action-link,
.strath-bootstrap .general-content-main-fixed .call-to-action-link,
.strath-bootstrap .general-side-fixed .call-to-action-link,
.strath-bootstrap .general-content-main .table-responsive table thead tr td,
.strath-bootstrap .general-content-main .table-responsive table thead tr th,
.strath-bootstrap .general-content-main-fixed .table-responsive table thead tr td,
.strath-bootstrap .general-content-main-fixed .table-responsive table thead tr th,
.strath-bootstrap .general-side-fixed .table-responsive table thead tr td,
.strath-bootstrap .general-side-fixed .table-responsive table thead tr th {
  font-size: 1rem; }

.strath-bootstrap {
  /* ==========================================================================
   fonts / Clan Pro Bold & Roboto medium
   ========================================================================== */
  /* ==========================================================================
   strath-a-z / a-z-tiles.scss   for entry page
   ========================================================================== */
  /* Apply hover styles only to links that do not have the 'disabled' class */
  /* ==========================================================================
     Base
     ========================================================================== */
  /* ==========================================================================
   Breadcrumb
   ========================================================================== */
  /* ==========================================================================
   Homepage Banner
   ========================================================================== */
  /* ==========================================================================
   Homepage 
   ========================================================================== */
  /* ==========================================================================
   Buttons
   ========================================================================== */
  /* ==========================================================================
   Search
   ========================================================================== */
  /* ==========================================================================
   Campaign Banner
   ========================================================================== */
  /* ==========================================================================
   Course search
   ========================================================================== */
  /*xl = Extra large ≥1200px. Max container width 1140px. */
  /*sm = Small ≥576px. Max container width 540px.*/
  /* xs = Extra small <576px. Max container width None (auto) */
  /* ==========================================================================
   Fact Banner
   ========================================================================== */
  /* ==========================================================================
   USP's - Unique selling points
   ========================================================================== */
  /* ==========================================================================
   Timeline
   ========================================================================== */
  /* ==========================================================================
   Testimonial
   ========================================================================== */
  /* 
==========================================================================
   Block Grid
========================================================================== 
*/
  /* ==========================================================================
   Pagination
   ========================================================================== */
  /* ==========================================================================
   Bullets
   ========================================================================== */
  /* ==========================================================================
   Single Image/Video (uos boot fullSingleImageVideo)
   ========================================================================== */
  /* ==========================================================================
   News and Events
   ========================================================================== */
  /* ==========================================================================
   WYSIWYG - Formatting for content created with WYSIWYG editor
   ========================================================================== */
  /* ==========================================================================
  Outer Block
   ========================================================================== */
  /*@include media($phablet) {*/
  /*.block-outer-grey-stand-alone {
           > section /*{margin-top: -3.5rem;*/
  /* ==========================================================================
   uos LHSHalfWidthFeatureLnk & half-width-feature.scss
   ========================================================================== */
  /* ==========================================================================
    Course Search Landing
   ========================================================================== */
  /* ==========================================================================
   Course Page
   ========================================================================== */
  /* ==========================================================================
   Course Page
   ========================================================================== */
  /* The switch - the box around the slider */
  /* ==========================================================================
   Course search
   ========================================================================== */
  /*xl = Extra large ≥1200px. Max container width 1140px. */
  /*sm = Small ≥576px. Max container width 540px.*/
  /* xs = Extra small <576px. Max container width None (auto) */
  /* ==========================================================================
   Block Button
   ========================================================================== */
  /* ==========================================================================
   Feature
   ========================================================================== */
  /* ==========================================================================
   uos Contact-RHS &  rhs-contact.scss
   ========================================================================== */
  /* ==========================================================================
   RHS - Quotes / rhs-quote.scss   
   ==========================================================================  */
  /* ==========================================================================
   RHS - General / rhs-general.scss         
   ==========================================================================  */
  /* ==========================================================================
   uos Page Title / page-banner.scss 
   ========================================================================== */
  /* ==========================================================================
   General / general.scss
   ==========================================================================  */
  /* ==========================================================================
   uos_feature-with-image & _feature-with-image.scss
   ========================================================================== */
  /* ==========================================================================
   uos profile  & _profile.scss
   ========================================================================== */
  /* ==========================================================================
Strategic Plan
========================================================================== */
  /* ==========================================================================
   Alerts / alert.scss
   ==========================================================================  */
  /* ==========================================================================
   uos 6blocks / sixblocks.scss 
   ========================================================================== */
  /* ==========================================================================
   Testimonial
   ========================================================================== */
  /* ==========================================================================
   uos Photobox / photobox.scss   
   ==========================================================================  */
  /* ==========================================================================
   uos 1block / one-block.scss   
   ==========================================================================  */
  /* ==========================================================================
   uos 2or4blocks / 2or4blocks.scss   
   ==========================================================================  */
  /* ==========================================================================
   Master LHS RHS / master-rhs-lhs.scss   
   ==========================================================================  */
  /* ==========================================================================
   uos WebNews / news.scss 
   ==========================================================================  */
  /* ==========================================================================
   uos/html mime type
   ==========================================================================  */
  /* ==========================================================================
    uosRHSList mime type 
   ==========================================================================  */
  /* ==========================================================================
    uos WebNews & uos News Header / uos/topstory mime type / uos/subtopstory mime type
   ==========================================================================  */
  /* ==========================================================================
    uos NewsSummary 
   ==========================================================================  */
  /* ==========================================================================
    uos WebNews themes mimetype 
   ==========================================================================  */
  /* ==========================================================================
   uos LHSfeaturesection / lhs-feature-section .scss
   ==========================================================================  */
  /* ==========================================================================
   Tagline
   ========================================================================== */
  /* ==========================================================================
   Forms - Additional styling for forms 
   ========================================================================== */
  /* ==========================================================================
   uos LHSHalfwidthfeaturelnk / lhshalfwidthfeaturelnk.scss   
   ==========================================================================  */
  /* ==========================================================================
   Alerts / alert.scss   
   ==========================================================================  */
  /* ==========================================================================
   Text Drop-down / Accordion
   ========================================================================== */
  /* ==========================================================================
   uos RHSImage / rhs-image.scss
   ==========================================================================  */
  /* ==========================================================================
   uos Events
   ========================================================================== */
  /* ==========================================================================
   Fact XX
   ========================================================================== */
  /* ==========================================================================
  uos LHSImageHeaderText / lhs-image-header-text.scss    
   ==========================================================================  */
  /* ==========================================================================
   uos LHSAreasOfInterest / areas-of-interest.scss     
   ==========================================================================  */
  /* ==========================================================================
   Multi Map - used on the places of worship page
   ========================================================================== */
  /* ==========================================================================
   Master wrap
   ========================================================================== */
  /* ==========================================================================
   PGR Page / pgr-page.scss   
   ==========================================================================  */
  /* ==========================================================================
   PGR Opportunity / pgr-opportunity.scss
   ==========================================================================  */
  /* ==========================================================================
   uos  & _image-rollover.scss
   ========================================================================== */
  /* ==========================================================================
   Factulty Homepage
   ========================================================================== */
  /* ==========================================================================
  Off Canvas
   ========================================================================== */
  /* ==========================================================================
   Maps - most of the code is still in main.css
   ========================================================================== */
  /* ==========================================================================
   related-link carousel
   ========================================================================== */ }

@font-face {
  .strath-bootstrap {
    font-family: "ClanProBold";
    src: url("/media/1newwebsite/webteam/fonts/FontFont_-_Clan_Pro_Bold.otf");
    font-weight: 400; } }
  .strath-bootstrap .a-z {
    color: #002b5c;
    font-size: 1.5em;
    border-radius: 3px;
    min-width: 38px;
    min-height: 38px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit; }
  .strath-bootstrap .letters {
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .strath-bootstrap .letters a {
    color: #002b5c;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    border: 1px solid #dee2e6;
    margin: 2px;
    text-decoration: none; }
  .strath-bootstrap .letters a.disabled {
    background-color: #e9ecef;
    cursor: not-allowed; }
  .strath-bootstrap .letters a:not(.disabled):hover,
  .strath-bootstrap .letters a:not(.disabled):focus {
    background: #6c757d;
    color: #fff;
    text-decoration: underline; }
  .strath-bootstrap body * {
    font-family: "Roboto", sans-serif; }
  .strath-bootstrap #skipLink {
    position: absolute;
    top: 1rem;
    left: 1rem;
    -webkit-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    transform: translateY(-1000px);
    color: #000;
    padding: 1rem; }
    .strath-bootstrap #skipLink:focus-visible {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .strath-bootstrap p {
    line-height: 1.4; }
  .strath-bootstrap ul {
    list-style-type: none;
    padding: 0 0 0 1rem; }
  .strath-bootstrap .wrap {
    background: #fff;
    padding-bottom: 2rem; }
    @media (min-width: 992px) {
      .strath-bootstrap .wrap {
        padding: 0 2rem 2rem 2rem; } }
  .strath-bootstrap .main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .strath-bootstrap .main .has-aside {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 576px) {
        .strath-bootstrap .main .has-aside {
          -webkit-flex: 0 0 58.33333%;
          -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
          max-width: 58.33333%; } }
      @media (min-width: 768px) {
        .strath-bootstrap .main .has-aside {
          -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
          max-width: 66.66667%; } }
      @media (min-width: 992px) {
        .strath-bootstrap .main .has-aside {
          -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%; } }
    .strath-bootstrap .main aside {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 576px) {
        .strath-bootstrap .main aside {
          -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
          max-width: 41.66667%; } }
      @media (min-width: 768px) {
        .strath-bootstrap .main aside {
          -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 992px) {
        .strath-bootstrap .main aside {
          -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%; } }
  .strath-bootstrap hr {
    width: 100%;
    height: 1px;
    border-top: 1px solid #ced4da; }
    .strath-bootstrap hr.blue-hr {
      border-top: 3px solid #0078ae;
      max-width: 100px;
      width: 100%;
      margin: 0;
      margin-bottom: 40px;
      text-align: left; }
  .strath-bootstrap a.faux-block-link:before {
    content: "";
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1; }
  .strath-bootstrap aside.off-canvas {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
    @media (min-width: 768px) {
      .strath-bootstrap aside.off-canvas {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
    .strath-bootstrap aside.off-canvas button.off-canvas-reveal {
      width: 100%;
      position: relative;
      margin-bottom: 1rem;
      color: #002b5c;
      background: #ced4da;
      font-weight: bold;
      display: block; }
      @media (min-width: 576px) {
        .strath-bootstrap aside.off-canvas button.off-canvas-reveal {
          display: none; } }
      .strath-bootstrap aside.off-canvas button.off-canvas-reveal:after {
        position: absolute;
        top: 0;
        right: 0;
        content: "\f054";
        font-family: "FontAwesome";
        padding: 0.75rem 1rem;
        color: #002b5c; }
      .strath-bootstrap aside.off-canvas button.off-canvas-reveal.back:after {
        right: auto;
        left: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .strath-bootstrap aside.off-canvas .off-canvas-body {
      position: fixed;
      left: 100%;
      width: 100%;
      height: 100%;
      top: 0;
      padding: 1rem;
      padding-top: 120px;
      background: #fff;
      transition: all 0.2s ease-in-out;
      overflow-y: scroll;
      z-index: 5; }
      @media (min-width: 576px) {
        .strath-bootstrap aside.off-canvas .off-canvas-body {
          position: static;
          min-height: 0;
          padding: 0;
          overflow-y: hidden; } }
      .strath-bootstrap aside.off-canvas .off-canvas-body h2 {
        font-family: "ClanProBold", sans-serif;
        padding-bottom: 0;
        border-bottom: 0;
        min-height: 0; }
  .strath-bootstrap .off-canvas-open aside.off-canvas .off-canvas-body {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
  .strath-bootstrap .gray-100-bg {
    background-color: #f8f9fa !important; }
  .strath-bootstrap .gray-200-bg,
  .strath-bootstrap .grey-bg {
    background-color: #e9ecef !important; }
  .strath-bootstrap .white-bg {
    background-color: #fff !important; }
  .strath-bootstrap .darkblue-bg,
  .strath-bootstrap .primaryblue-bg {
    background-color: #002b5c !important;
    color: #fff !important; }
  .strath-bootstrap .blue-bg {
    background-color: #0078ae !important;
    color: #fff !important; }
  .strath-bootstrap .green-bg {
    background-color: #5d9732 !important;
    color: #fff !important; }
  .strath-bootstrap .orange-bg {
    background-color: #f47b20 !important;
    color: #fff !important; }
  .strath-bootstrap .red-bg {
    background-color: #ee3224 !important;
    color: #fff !important; }
  .strath-bootstrap .small-gutters .row,
  .strath-bootstrap .block-grid .row {
    margin-right: -10px;
    margin-left: -10px; }
    .strath-bootstrap .small-gutters .row > *,
    .strath-bootstrap .block-grid .row > * {
      padding-right: 10px;
      padding-left: 10px; }
  .strath-bootstrap .embed-responsive {
    margin-bottom: 1rem; }
    .strath-bootstrap .embed-responsive:last-child {
      margin-bottom: 20px; }
  @media (min-width: 576px) {
    .strath-bootstrap .right {
      float: right;
      margin: 0 0 1rem 1rem;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .strath-bootstrap .right {
      float: right;
      margin: 0 0 2rem 2rem;
      max-width: 50%; } }
  @media (min-width: 576px) {
    .strath-bootstrap .left {
      float: left;
      margin: 0 1rem 1rem 0;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .strath-bootstrap .left {
      float: left;
      margin: 0 2rem 2rem 0;
      max-width: 50%; } }
  .strath-bootstrap .btn-primary:focus-visible, .strath-bootstrap .call-to-action-link a:focus-visible,
  .strath-bootstrap a.call-to-action-link:focus-visible,
  .strath-bootstrap .button-container a:focus-visible,
  .strath-bootstrap .orange-button a:focus-visible,
  .strath-bootstrap .btn-outline-primary:focus-visible {
    outline: 2px solid black;
    outline-offset: 2px; }
  .strath-bootstrap.home .strath-bootstrap-two-columns {
    overflow-x: hidden; }
  .strath-bootstrap.home .site-header {
    position: absolute;
    background: transparent; }
    @media (min-width: 992px) {
      .strath-bootstrap.home .site-header {
        background: transparent; } }
  .strath-bootstrap .navbar-nav .nav-item.dropdown .nav-link {
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle {
    color: white !important;
    background: white;
    border-radius: 20px 20px 0 0;
    box-shadow: none;
    text-decoration: underline; }
    @media (max-width: 992px) {
      .strath-bootstrap .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle {
        background: #f8f9fa; } }
  .strath-bootstrap .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle:has(~ .dropdown-menu.show) {
    color: #002b5c !important;
    background: white;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    outline: none;
    transition: none; }
    @media (max-width: 992px) {
      .strath-bootstrap .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle:has(~ .dropdown-menu.show) {
        background: #f8f9fa; } }
  .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link {
    color: #002b5c;
    font-weight: bold; }
    .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link:focus-visible, .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link:hover {
      color: #002b5c !important;
      text-decoration: underline; }
    .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link:focus {
      outline: 0; }
  .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .dropdown-menu.show li a {
    color: #002b5c;
    padding: 10px 5px;
    text-wrap: wrap; }
    .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .dropdown-menu.show li a:focus-visible, .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .dropdown-menu.show li a:hover {
      text-decoration: underline;
      color: #002b5c !important;
      outline: 0 !important; }
    .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .dropdown-menu.show li a:focus {
      outline: 0; }
  .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link.dropdown-toggle::after {
    display: none; }
  .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link.dropdown-toggle:has(~ .dropdown-menu.show) {
    background: #f8f9fa !important; }
  .strath-bootstrap .nav-link.dropdown-toggle {
    transition: none; }
    .strath-bootstrap .nav-link.dropdown-toggle:has(~ .dropdown-menu.show) {
      background: white !important;
      color: #002b5c !important;
      font-weight: bold;
      border-radius: 5px 5px 0 0;
      outline: none; }
      @media (max-width: 992px) {
        .strath-bootstrap .nav-link.dropdown-toggle:has(~ .dropdown-menu.show) {
          background: #f8f9fa; } }
  .strath-bootstrap .site-header.full-width,
  .strath-bootstrap .site-header.fixed-width {
    position: relative;
    margin-bottom: 0; }
    .strath-bootstrap .site-header.full-width .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle,
    .strath-bootstrap .site-header.fixed-width .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle {
      color: #002b5c !important;
      background: white;
      border-radius: 20px 20px 0 0;
      box-shadow: none;
      text-decoration: underline; }
      @media (max-width: 992px) {
        .strath-bootstrap .site-header.full-width .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle,
        .strath-bootstrap .site-header.fixed-width .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle {
          background: #f8f9fa; } }
    .strath-bootstrap .site-header.full-width .form-control-lg.search-input:focus-visible,
    .strath-bootstrap .site-header.fixed-width .form-control-lg.search-input:focus-visible {
      box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(0, 43, 92, 0.75); }
    .strath-bootstrap .site-header.full-width .site-search-inner .form-control-lg.search-input:focus-visible,
    .strath-bootstrap .site-header.fixed-width .site-search-inner .form-control-lg.search-input:focus-visible {
      box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(0, 43, 92, 0.75); }
  .strath-bootstrap .site-header {
    width: 100%;
    padding: 0;
    transition: top 0.5s; }
    @media (min-width: 992px) {
      .strath-bootstrap .site-header {
        padding: 0;
        background: white; } }
    .strath-bootstrap .site-header .site-branding .site-branding-image,
    .strath-bootstrap .site-header .site-branding-header .site-branding-image {
      display: inline-block; }
    .strath-bootstrap .site-header .site-branding {
      pointer-events: none; }
      @media (min-width: 992px) {
        .strath-bootstrap .site-header .site-branding {
          width: 100%; } }
      .strath-bootstrap .site-header .site-branding a {
        pointer-events: all; }
      .strath-bootstrap .site-header .site-branding .site-branding-image a:focus-visible img {
        outline: 2px solid #002b5c; }
      .strath-bootstrap .site-header .site-branding .site-branding-header {
        padding-bottom: 0;
        pointer-events: none; }
        @media (min-width: 992px) {
          .strath-bootstrap .site-header .site-branding .site-branding-header {
            width: auto;
            z-index: 10; } }
        .strath-bootstrap .site-header .site-branding .site-branding-header a {
          pointer-events: all; }
      .strath-bootstrap .site-header .site-branding .light {
        display: block;
        padding: 0;
        width: revert-layer;
        height: auto; }
        @media (max-width: 767.98px) {
          .strath-bootstrap .site-header .site-branding .light {
            width: 200px; } }
        @media only screen and (max-width: 281px) and (min-width: 180px) {
          .strath-bootstrap .site-header .site-branding .light {
            width: 160px; } }
    .strath-bootstrap .site-header:not(.modal-opened) {
      z-index: 1035; }
      @media (min-width: 992px) {
        .strath-bootstrap .site-header:not(.modal-opened) .site-branding {
          z-index: 10; } }
    .strath-bootstrap .site-header .site-search-inner {
      position: relative; }
      .strath-bootstrap .site-header .site-search-inner form {
        position: relative;
        top: 27px; }
      .strath-bootstrap .site-header .site-search-inner button {
        border-radius: 0.5rem;
        background: white !important;
        border: 1px solid white;
        height: 35px;
        box-shadow: 0 0 0 2px #fff; }
        .strath-bootstrap .site-header .site-search-inner button:focus-visible, .strath-bootstrap .site-header .site-search-inner button:hover {
          color: #013637 !important;
          outline: 3px solid #01676a; }
      .strath-bootstrap .site-header .site-search-inner .form-control-lg.search-input {
        width: 100%;
        padding: 10px 50px 10px 10px;
        border: 1px solid #495057;
        font-size: 16px; }
        .strath-bootstrap .site-header .site-search-inner .form-control-lg.search-input:focus-visible {
          box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(232, 62, 140, 0.75);
          -ms-high-contrast: adjusted;
          outline: none !important; }
        @media (min-width: 992px) {
          .strath-bootstrap .site-header .site-search-inner .form-control-lg.search-input {
            background: white; } }
      .strath-bootstrap .site-header .site-search-inner .search-icon {
        position: absolute;
        top: 2px;
        right: 2px;
        color: #01676a;
        padding: 6.5px 13.33333px;
        box-shadow: 0 0 0 2px transparent; }
        .strath-bootstrap .site-header .site-search-inner .search-icon:hover {
          background-color: white !important; }
        .strath-bootstrap .site-header .site-search-inner .search-icon:focus-visible .fas {
          color: #013637 !important; }
          .strath-bootstrap .site-header .site-search-inner .search-icon:focus-visible .fas:hover {
            color: #013637 !important; }
      @media (min-width: 992px) {
        .strath-bootstrap .site-header .site-search-inner {
          background: transparent;
          min-width: 252px; } }
      .strath-bootstrap .site-header .site-search-inner .ui-menu {
        max-width: 100%; }
    @media (min-width: 992px) {
      .strath-bootstrap .site-header.home .site-search-inner {
        min-width: 258px; } }
    .strath-bootstrap .site-header .breadcrumb-container {
      background: #e9ecef;
      width: 100%; }
      .strath-bootstrap .site-header .breadcrumb-container .breadcrumb {
        margin: 0;
        width: 100%;
        z-index: 1;
        font-size: 0.9rem; }
  .strath-bootstrap .dark-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: 0.2s;
    opacity: 0;
    z-index: 1034;
    pointer-events: none; }
    .strath-bootstrap .dark-overlay.active, .strath-bootstrap .dark-overlay.searchActive, .strath-bootstrap .dark-overlay.offCanvasActive {
      opacity: 1;
      pointer-events: all; }
  .strath-bootstrap button#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10; }
    @media (max-width: 280px) {
      .strath-bootstrap button#backToTopBtn {
        right: 50px; } }
  @media (-webkit-min-device-pixel-ratio: 3.75), (min-resolution: 360dpi) {
    .strath-bootstrap button#backToTopBtn {
      bottom: 4px;
      right: 6px;
      padding: 0;
      font-size: 0.5rem;
      color: white !important; } }
  .strath-bootstrap #skipLink {
    -webkit-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    transform: translateY(-1000px);
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #fff;
    color: #222222;
    border: 2px solid #002b5c;
    text-decoration: underline; }
  .strath-bootstrap #skipLink:focus,
  .strath-bootstrap #skipLink:focus-visible {
    background-color: white !important; }
  .strath-bootstrap .btn-on-dark:focus-visible {
    background-color: #01676a;
    color: white;
    box-shadow: 0px 0px 2px 2px white; }
  .strath-bootstrap .site-header nav.site-navigation-secondary {
    position: static; }
    .strath-bootstrap .site-header nav.site-navigation-secondary .staffstudents {
      font-family: "Roboto", sans-serif;
      z-index: 2; }
      @media (min-width: 992px) {
        .strath-bootstrap .site-header nav.site-navigation-secondary .staffstudents {
          position: absolute;
          top: -70px;
          right: -7px; }
          .strath-bootstrap .site-header nav.site-navigation-secondary .staffstudents .nav-link {
            padding-right: 4px;
            padding-left: 8px;
            right: -13.5rem; } }
  .strath-bootstrap .site-header.home nav.site-navigation-secondary .staffstudents {
    color: #fff; }
  .strath-bootstrap .site-header .dropdown-menu.dropdown-menu-end.show {
    border-radius: 5px 0 5px 5px; }
  .strath-bootstrap .site-header #offcanvasNavbar + .offcanvas-backdrop {
    opacity: 0; }
  .strath-bootstrap .site-header .fa-house {
    display: none; }
  .strath-bootstrap .site-header .fa-chevron-down {
    padding: 0 0.25rem 0 0.5rem !important; }
  .strath-bootstrap .site-header .staffstudents .fa-chevron-down {
    padding-left: 0.25rem !important; }
  .strath-bootstrap .site-header #Togglenavigation {
    position: relative; }
    @media (min-width: 992px) {
      .strath-bootstrap .site-header #Togglenavigation > ul:first-child {
        left: -4px;
        position: relative; } }
    .strath-bootstrap .site-header #Togglenavigation .dropdown-toggle {
      margin-right: 1.5rem !important;
      white-space: nowrap;
      font-size: 1rem; }
    .strath-bootstrap .site-header #Togglenavigation .staffstudents .nav-item:last-child .dropdown-toggle {
      margin-right: 0 !important; }
    .strath-bootstrap .site-header #Togglenavigation .staffstudents .nav-item:last-child .dropdown-menu {
      right: 0;
      left: auto; }
  .strath-bootstrap.home #Togglenavigation .staffstudents .nav-item:last-child .dropdown-menu {
    border-radius: 5px 0 5px 5px !important; }
  @media (min-width: 992px) {
    .strath-bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu.show li:first-child a {
      padding: 0.5rem 1.5rem 1rem; } }
  .strath-bootstrap .breadcrumbs-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .strath-bootstrap .breadcrumb-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px 10px 10px 0;
    margin: 0; }
  .strath-bootstrap .breadcrumb-list li {
    white-space: nowrap;
    margin-right: 5px;
    white-space: initial;
    font-size: 0.9rem;
    padding: 0;
    line-height: 1.5rem; }
    .strath-bootstrap .breadcrumb-list li i {
      color: #002b5c;
      padding: 0 20px; }
      .strath-bootstrap .breadcrumb-list li i .fa-plus,
      .strath-bootstrap .breadcrumb-list li i .fa-minus {
        padding-left: 0; }
    .strath-bootstrap .breadcrumb-list li a {
      color: #002b5c;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-position: under; }
      .strath-bootstrap .breadcrumb-list li a:hover {
        color: #01676a !important;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        outline: 0; }
      .strath-bootstrap .breadcrumb-list li a:focus-visible {
        outline: 2px solid #002b5c;
        outline-offset: 2px; }
    .strath-bootstrap .breadcrumb-list li:first-child {
      padding-left: 0 !important; }
  .strath-bootstrap .breadcrumb-list li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(
  :last-child):not(:nth-last-child(2)):not(:nth-last-child(3)) {
    display: none; }
  .strath-bootstrap #toggleButton {
    white-space: nowrap; }
  .strath-bootstrap h1 {
    font-size: 1.9688rem;
    margin-top: 0.5rem;
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap h2 {
    font-size: 1.712rem;
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap h3 {
    font-size: 1.498rem;
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap h4, .strath-bootstrap .banner-buttons .banner-button-header h2, .strath-bootstrap .results .result h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
    font-size: 1.284rem;
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap h5 {
    font-size: 1.07rem;
    font-family: "ClanProBold", sans-serif; }
  @media (min-width: 576px) {
    .strath-bootstrap h1 {
      font-size: 1.9688rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h2 {
      font-size: 1.712rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h3 {
      font-size: 1.498rem; }
    .strath-bootstrap h4, .strath-bootstrap .banner-buttons .banner-button-header h2, .strath-bootstrap .results .result h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      font-size: 1.284rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h5 {
      font-size: 1.07rem;
      font-family: "ClanProBold", sans-serif; } }
  @media (min-width: 768px) {
    .strath-bootstrap h1 {
      font-size: 2.2149rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h2 {
      font-size: 1.926rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h3 {
      font-size: 1.68525rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h4, .strath-bootstrap .banner-buttons .banner-button-header h2, .strath-bootstrap .results .result h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      font-size: 1.4445rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h5 {
      font-size: 1.20375rem;
      font-family: "ClanProBold", sans-serif; } }
  @media (min-width: 992px) {
    .strath-bootstrap h1 {
      font-size: 2.461rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h2 {
      font-size: 2.14rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h3 {
      font-size: 1.8725rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h4, .strath-bootstrap .banner-buttons .banner-button-header h2, .strath-bootstrap .results .result h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      font-size: 1.605rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h5 {
      font-size: 1.3375rem;
      font-family: "ClanProBold", sans-serif; } }
  .strath-bootstrap #feature-home-bootstrap.feature-home {
    margin-bottom: 0px;
    overflow: visible;
    position: relative; }
    .strath-bootstrap #feature-home-bootstrap.feature-home > div {
      position: relative; }
    .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
      height: 150px; }
      @media (min-width: 576px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
          height: 200px; } }
      @media (min-width: 768px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
          height: 250px; } }
      @media (min-width: 992px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
          height: 300px; } }
      @media (min-width: 1200px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
          height: 350px; } }
      @media (min-width: 1400px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
          height: 350px; } }
    @media (min-width: 992px) {
      .strath-bootstrap #feature-home-bootstrap.feature-home.page-title #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption.middle {
        margin-bottom: 3rem; } }
    .strath-bootstrap #feature-home-bootstrap.feature-home .background {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 200px; }
      @media (min-width: 576px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 300px; } }
      @media (min-width: 768px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 500px; } }
      @media (min-width: 992px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 600px; } }
      @media (min-width: 1200px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 70vh; } }
      @media (min-width: 1200px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 600px; } }
      @media (min-width: 1400px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 650px; } }
      .strath-bootstrap #feature-home-bootstrap.feature-home .background video,
      .strath-bootstrap #feature-home-bootstrap.feature-home .background #bannerImage img {
        width: 100%; }
        @media (min-width: 992px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home .background video,
          .strath-bootstrap #feature-home-bootstrap.feature-home .background #bannerImage img {
            position: absolute;
            top: -999px;
            bottom: -999px;
            left: 0;
            right: 0;
            margin: auto; } }
      .strath-bootstrap #feature-home-bootstrap.feature-home .background .pause-button {
        display: none;
        position: absolute;
        opacity: 0;
        top: -100px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100px;
        height: 100px;
        transition: opacity 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .strath-bootstrap #feature-home-bootstrap.feature-home .background .pause-button {
            transition: none; } }
        @media (min-width: 992px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home .background .pause-button {
            display: block; } }
      .strath-bootstrap #feature-home-bootstrap.feature-home .background:hover .pause-button {
        opacity: 0.5; }
        .strath-bootstrap #feature-home-bootstrap.feature-home .background:hover .pause-button:hover {
          opacity: 0.8;
          cursor: pointer; }
    .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper {
      background: #002b5c;
      z-index: 2;
      pointer-events: none; }
      @media (min-width: 992px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper {
          position: absolute;
          background: transparent;
          left: 0;
          bottom: 0;
          width: 100%; } }
      .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
        display: block;
        margin-left: auto;
        margin-right: auto;
        line-height: 1;
        padding: 0.5rem 0; }
        @media (min-width: 576px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
            padding: 1rem 0; } }
        @media (min-width: 992px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
            margin-bottom: 2rem;
            padding: 0 1rem;
            border-bottom: 0;
            max-width: 1140px; } }
        @media (min-width: 1200px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
            margin-bottom: 4rem; } }
        @media (min-width: 992px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption.middle {
            margin-bottom: 15rem; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption.right {
          text-align: right; }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
          font-family: "ClanProBold", sans-serif;
          pointer-events: auto;
          display: inline-block;
          color: white;
          padding: 1rem 1.5rem;
          font-size: 1.4rem; }
          @media (min-width: 576px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
              font-size: 2.2rem;
              padding: 1rem 1.5rem; } }
          @media (min-width: 768px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
              font-size: 2.6rem; } }
          @media (min-width: 992px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
              font-size: 2.6rem;
              background: rgba(0, 43, 92, 0.85);
              padding: 1.5rem 2rem;
              font-weight: bold; } }
          @media (min-width: 1200px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
              font-size: 3rem; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1.no-padding-bottom {
          padding-bottom: 0; }
          @media (min-width: 576px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1.no-padding-bottom {
              font-size: 1.6rem; } }
          @media (min-width: 1200px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1.no-padding-bottom {
              font-size: 2rem;
              margin-bottom: 0; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
          font-weight: bold;
          margin-top: -4px; }
          @media (min-width: 1200px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
              margin-top: -3px; } }
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 h1 {
            font-family: "ClanProBold", sans-serif;
            color: #fff;
            margin-bottom: 0; }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
          font-weight: bold;
          display: none; }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption hr {
          display: none; }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .page-title-banner-buttons {
          padding: 0 1.5rem; }
          @media (min-width: 992px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .page-title-banner-buttons {
              padding: 0; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .btn {
          pointer-events: all;
          font-size: 1.4rem;
          display: block;
          margin: 0 1rem 0.5rem; }
          @media (min-width: 576px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .btn {
              display: inline-block;
              margin: 0 1rem 1rem 1.5rem; } }
          @media (min-width: 992px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .btn {
              margin: 1rem 1rem 0 0; }
              .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .btn:first-of-type {
                margin-left: 0; } }
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .btn:after {
            display: none;
            margin-left: 1rem;
            content: "\f054";
            font-family: "FontAwesome";
            font-size: 1rem; }
    @media (min-width: 992px) {
      .strath-bootstrap #feature-home-bootstrap.feature-home .top video,
      .strath-bootstrap #feature-home-bootstrap.feature-home .top #bannerImage img {
        top: 0;
        bottom: auto; } }
    @media (min-width: 992px) {
      .strath-bootstrap #feature-home-bootstrap.feature-home .bottom video,
      .strath-bootstrap #feature-home-bootstrap.feature-home .bottom #bannerImage img {
        top: auto;
        bottom: 0; } }
    .strath-bootstrap #feature-home-bootstrap.feature-home .video-background video {
      display: none; }
      @media (min-width: 992px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .video-background video {
          display: block;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    @media (min-width: 992px) {
      .strath-bootstrap #feature-home-bootstrap.feature-home .video-background #bannerImage {
        display: none; } }
    .strath-bootstrap #feature-home-bootstrap.feature-home #bannerImage {
      display: block;
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media (min-width: 992px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home #bannerImage.scale-up {
          display: block; } }
    .strath-bootstrap #feature-home-bootstrap.feature-home .feature-mobile-buttons {
      display: none;
      position: relative; }
  .strath-bootstrap .banner-buttons {
    padding-bottom: 1rem;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .strath-bootstrap .banner-buttons {
        padding: 2rem 0 1rem 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .banner-buttons {
        padding: 2rem 0 2rem 0; } }
    .strath-bootstrap .banner-buttons .banner-button-container {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
    .strath-bootstrap .banner-buttons .banner-button {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 1rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 576px) {
        .strath-bootstrap .banner-buttons .banner-button {
          margin-bottom: 2rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .banner-buttons .banner-button {
          margin-bottom: 1rem; } }
      .strath-bootstrap .banner-buttons .banner-button a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        background: #e11a75;
        padding: 1rem;
        color: #000; }
        .strath-bootstrap .banner-buttons .banner-button a h2 {
          padding: 0; }
        .strath-bootstrap .banner-buttons .banner-button a:hover {
          text-decoration: none;
          background: #6c757d;
          border-color: #fd7e14;
          transition: 0.1s; }
          .strath-bootstrap .banner-buttons .banner-button a:hover polyline {
            stroke: #fd7e14; }
      .strath-bootstrap .banner-buttons .banner-button h2 {
        font-family: "ClanProBold", sans-serif;
        font-weight: bold;
        border-bottom: 0;
        padding-bottom: 0;
        min-height: 0; }
        @media (min-width: 576px) {
          .strath-bootstrap .banner-buttons .banner-button h2 {
            padding: 1rem; } }
      .strath-bootstrap .banner-buttons .banner-button svg {
        overflow: visible; }
    .strath-bootstrap .banner-buttons .banner-button-header h2 {
      margin-bottom: 1rem;
      color: white; }
    .strath-bootstrap .banner-buttons .banner-button-body {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: auto; }
    .strath-bootstrap .banner-buttons .banner-button-caption {
      margin-right: 1rem; }
    .strath-bootstrap .banner-buttons .banner-button-chevron {
      margin-left: auto; }
  .strath-bootstrap .banner-buttons.overlap {
    position: relative;
    z-index: 2; }
    @media (min-width: 992px) {
      .strath-bootstrap .banner-buttons.overlap {
        margin-top: -5rem; } }
  .strath-bootstrap .banner-buttons.has-description .description-container {
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .strath-bootstrap .banner-buttons.has-description .description-container {
        margin-bottom: 0rem; } }
    @media (min-width: 992px) {
      .strath-bootstrap .banner-buttons.has-description .description-container {
        padding: 0 1rem; } }
  .strath-bootstrap .banner-buttons.has-description .description {
    padding: 2rem;
    background: #e9ecef;
    font-size: 1.2rem;
    height: 100%; }
    @media (min-width: 768px) {
      .strath-bootstrap .banner-buttons.has-description .description {
        margin-bottom: 0; } }
    .strath-bootstrap .banner-buttons.has-description .description p:last-child {
      margin-bottom: 0; }
  .strath-bootstrap .banner-buttons.has-description .description-container {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .strath-bootstrap .banner-buttons.has-description .description-container {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .banner-buttons.has-description .description-container {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
  .strath-bootstrap .banner-buttons.has-description .banner-button-container {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .strath-bootstrap .banner-buttons.has-description .banner-button-container {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .banner-buttons.has-description .banner-button-container {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
  @media (min-width: 576px) {
    .strath-bootstrap .banner-buttons.has-description .banner-button {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; } }
  @media (min-width: 992px) {
    .strath-bootstrap .banner-buttons.has-description .banner-button {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; } }
  .strath-bootstrap .banner-buttons.has-description .banner-button:last-child {
    margin-bottom: 0; }
  .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: transparent; }
    .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper {
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper * {
        font-family: "gilroy-extrabold", Arial, Helvetica, sans-serif;
        text-transform: uppercase; }
      .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
        margin-bottom: 0;
        padding: 0 1rem;
        width: 100%;
        text-align: center;
        border-bottom: 0; }
        @media (min-width: 768px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
            text-align: left;
            padding: 0 2rem; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2,
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
          background: transparent !important;
          color: #fff;
          font-size: 2.4rem;
          font-weight: 700;
          line-height: 1;
          padding: 0;
          -webkit-text-stroke: 2px #fff;
          letter-spacing: 1px; }
          @media (min-width: 576px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 3.6rem; } }
          @media (min-width: 768px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 4.4rem; } }
          @media (min-width: 992px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 4.8rem;
              text-align: left;
              -webkit-flex-grow: 2;
              -ms-flex-positive: 2;
              flex-grow: 2; } }
          @media (min-width: 1200px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 5rem; } }
          .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1 .yellow,
          .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 .yellow,
          .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 .yellow {
            color: #e11a75;
            -webkit-text-stroke: 2px #e11a75; }
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1 .yellow a,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 .yellow a,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 .yellow a {
              color: #e11a75;
              transition: all 0.2s ease-in-out;
              pointer-events: all; }
              .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1 .yellow a:hover,
              .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 .yellow a:hover,
              .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 .yellow a:hover {
                color: #b3155d; }
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
          margin-bottom: 2rem;
          display: none; }
          @media (min-width: 768px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              display: inline-block;
              font-size: 2.4rem;
              background: transparent;
              color: #fff;
              -webkit-text-stroke: 2px #fff;
              letter-spacing: 1px;
              padding: 0; } }
          @media (min-width: 992px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 2.8rem;
              text-align: left;
              -webkit-flex-grow: 2;
              -ms-flex-positive: 2;
              flex-grow: 2; } }
          @media (min-width: 1200px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 3rem; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption hr {
          display: none;
          border-top: 4px solid #e11a75;
          width: 150px;
          margin-left: 0;
          text-align: left; }
          @media (min-width: 768px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption hr {
              display: block; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption a.btn {
          display: none;
          background: #e11a75;
          color: #000;
          width: 100%;
          transition: all 0.2s ease-in-out;
          margin: 0; }
          @media (min-width: 768px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption a.btn {
              display: inline-block;
              width: auto; } }
          .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption a.btn:hover {
            background: #b3155d; }
  .strath-bootstrap #feature-home-bootstrap.feature-home.clearing .feature-mobile-buttons {
    padding: 0 1rem 1rem 1rem;
    margin-top: -2.5rem;
    display: block; }
    .strath-bootstrap #feature-home-bootstrap.feature-home.clearing .feature-mobile-buttons * {
      text-transform: uppercase; }
    @media (min-width: 768px) {
      .strath-bootstrap #feature-home-bootstrap.feature-home.clearing .feature-mobile-buttons {
        display: none; } }
    .strath-bootstrap #feature-home-bootstrap.feature-home.clearing .feature-mobile-buttons a.btn {
      background: #e11a75;
      width: 100%;
      margin-top: 1rem;
      color: #000; }
  .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #courseSearchBar {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .strath-bootstrap.home .home-banner {
    height: 220px;
    max-height: 220px;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: "ClanProBold", sans-serif;
    z-index: 3;
    background-color: #002b5c; }
    @media (min-width: 576px) {
      .strath-bootstrap.home .home-banner {
        height: 250px;
        max-height: 250px; } }
    @media (min-width: 768px) {
      .strath-bootstrap.home .home-banner {
        max-height: 460px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2;
        height: 460px; } }
    @media (min-width: 992px) {
      .strath-bootstrap.home .home-banner {
        max-height: 700px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2;
        height: 700px; } }
    .strath-bootstrap.home .home-banner:before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(#001329, rgba(0, 43, 92, 0));
      display: block;
      content: " "; }
    .strath-bootstrap.home .home-banner * {
      position: relative;
      z-index: 1; }
    .strath-bootstrap.home .home-banner .home-banner-content {
      color: white;
      font-weight: bold;
      margin-bottom: -2rem; }
      @media (max-width: 991.98px) {
        .strath-bootstrap.home .home-banner .home-banner-content {
          margin-bottom: 1rem; } }
      .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
        font-size: 1rem;
        color: white !important;
        margin-bottom: 1rem;
        font-family: "ClanProBold", sans-serif;
        letter-spacing: 1px; }
        @media (min-width: 576px) {
          .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
            font-size: 1.8rem; } }
        @media (min-width: 768px) {
          .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
            font-size: 2.8rem;
            color: white;
            padding: 0 1rem; } }
        @media (min-width: 992px) {
          .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
            font-size: 3.2rem;
            padding: 0;
            color: white; } }
        @media (min-width: 1200px) {
          .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
            font-size: 3.6rem;
            color: white; } }
        @media (min-width: 1600px) {
          .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
            font-size: 4rem;
            color: white; } }
      .strath-bootstrap.home .home-banner .home-banner-content .btn-tertiary:focus-visible {
        color: #fff !important;
        background: #01676a !important;
        border-color: #fff !important; }
  .strath-bootstrap.home .home-course-search {
    position: relative;
    background: white;
    padding: 0;
    overflow: hidden;
    z-index: 2;
    margin-top: 0rem; }
    @media (min-width: 576px) {
      .strath-bootstrap.home .home-course-search {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); } }
    @media (min-width: 768px) {
      .strath-bootstrap.home .home-course-search {
        border-radius: 20px;
        margin-top: -6rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 992px) {
      .strath-bootstrap.home .home-course-search {
        margin-top: -11rem; } }
    .strath-bootstrap.home .home-course-search .home-course-search-area,
    .strath-bootstrap.home .home-course-search .home-course-search-submenu {
      padding: 1rem 1.5rem; }
      .strath-bootstrap.home .home-course-search .home-course-search-area ul li a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-area ul li a:hover,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu ul li a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu ul li a:hover {
        background-color: #e9ecef !important;
        outline: none !important;
        color: #01676a !important; }
      @media (min-width: 768px) {
        .strath-bootstrap.home .home-course-search .home-course-search-area,
        .strath-bootstrap.home .home-course-search .home-course-search-submenu {
          padding: 2rem; } }
      .strath-bootstrap.home .home-course-search .home-course-search-area .btn-primary:focus-visible, .strath-bootstrap.home .home-course-search .home-course-search-area .call-to-action-link a:focus-visible, .strath-bootstrap.home .call-to-action-link .home-course-search .home-course-search-area a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-area a.call-to-action-link:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-area .button-container a:focus-visible, .strath-bootstrap.home .button-container .home-course-search .home-course-search-area a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-area .orange-button a:focus-visible, .strath-bootstrap.home .orange-button .home-course-search .home-course-search-area a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu .btn-primary:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu .call-to-action-link a:focus-visible,
      .strath-bootstrap.home .call-to-action-link .home-course-search .home-course-search-submenu a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu a.call-to-action-link:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu .button-container a:focus-visible,
      .strath-bootstrap.home .button-container .home-course-search .home-course-search-submenu a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu .orange-button a:focus-visible,
      .strath-bootstrap.home .orange-button .home-course-search .home-course-search-submenu a:focus-visible {
        background-color: #01676a;
        color: white;
        box-shadow: inset 0 0 0 transparent, 0 0 0 5px transparent;
        outline: 2px solid #013637; }
      .strath-bootstrap.home .home-course-search .home-course-search-area h2,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu h2 {
        font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap.home .home-course-search .home-course-search-area {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.25);
      padding-top: 3rem;
      padding-top: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap.home .home-course-search .home-course-search-area {
          padding-top: 1.2rem; } }
      @media (min-width: 768px) {
        .strath-bootstrap.home .home-course-search .home-course-search-area {
          padding-top: 1.5rem;
          border-right: 4px solid #002b5c; } }
      .strath-bootstrap.home .home-course-search .home-course-search-area input {
        width: 100%; }
      .strath-bootstrap.home .home-course-search .home-course-search-area .course-search-submit {
        position: absolute;
        top: 0;
        right: 0;
        color: #002b5c;
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
        .strath-bootstrap.home .home-course-search .home-course-search-area .course-search-submit:hover {
          background: none; }
      .strath-bootstrap.home .home-course-search .home-course-search-area .btn {
        margin-bottom: 0.5rem; }
        @media (min-width: 768px) {
          .strath-bootstrap.home .home-course-search .home-course-search-area .btn {
            margin-bottom: 0;
            margin-right: 1rem;
            border-radius: 20px; } }
      .strath-bootstrap.home .home-course-search .home-course-search-area label.h2,
      .strath-bootstrap.home .home-course-search .home-course-search-area label.h4 {
        font-family: "ClanProBold", sans-serif; }
      .strath-bootstrap.home .home-course-search .home-course-search-area .strath-bootstrap .custom-control .custom-control-label:after {
        top: 0;
        width: 1.5rem;
        height: 1.5rem;
        left: -1.5rem; }
      .strath-bootstrap.home .home-course-search .home-course-search-area .form-check input.hidden {
        visibility: hidden; }
      .strath-bootstrap.home .home-course-search .home-course-search-area ul li.suggestions__list-item--selected a:hover,
      .strath-bootstrap.home .home-course-search .home-course-search-area ul li.suggestions__list-item--selected a span:hover {
        color: black !important; }
    .strath-bootstrap.home .home-course-search .home-course-search-submenu {
      background: #e9ecef; }
      .strath-bootstrap.home .home-course-search .home-course-search-submenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .strath-bootstrap.home .home-course-search .home-course-search-submenu ul li a {
          text-decoration: none; }
      .strath-bootstrap.home .home-course-search .home-course-search-submenu a {
        display: block;
        color: #212529;
        margin-bottom: 0.75rem; }
  .strath-bootstrap .select-a-level-select {
    position: relative;
    display: block;
    margin-top: 20px; }
    .strath-bootstrap .select-a-level-select .level-input {
      padding: 0.75rem 1rem !important; }
    .strath-bootstrap .select-a-level-select .select-a-level {
      display: block;
      padding: 10px 15px;
      font-size: 20px;
      border: 1px solid #6c757d;
      cursor: pointer; }
      .strath-bootstrap .select-a-level-select .select-a-level:focus, .strath-bootstrap .select-a-level-select .select-a-level:focus-visible, .strath-bootstrap .select-a-level-select .select-a-level:hover {
        border-color: transparent;
        box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(0, 43, 92, 0.75);
        -ms-high-contrast: adjusted;
        outline: 2px solid #002b5c !important; }
    .strath-bootstrap .select-a-level-select .select-options {
      display: none;
      position: absolute;
      width: 95%;
      max-height: 150px;
      overflow-y: auto;
      border: 1px solid #222;
      background-color: #fff;
      z-index: 1;
      border-radius: 5px; }
    .strath-bootstrap .select-a-level-select .select-options.open {
      display: block; }
    .strath-bootstrap .select-a-level-select .select-options .option {
      padding: 10px 15px;
      font-size: 16px;
      cursor: pointer; }
    .strath-bootstrap .select-a-level-select .select-options .option:focus,
    .strath-bootstrap .select-a-level-select .select-options .option:focus-visible,
    .strath-bootstrap .select-a-level-select .select-options .option:hover {
      background-color: #f0f0f0; }
  .strath-bootstrap.home .fact-banner,
  .strath-bootstrap.home .usp-banner-full {
    position: relative; }
    @media (min-width: 576px) {
      .strath-bootstrap.home .fact-banner .container,
      .strath-bootstrap.home .usp-banner-full .container {
        padding: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap.home .fact-banner,
      .strath-bootstrap.home .usp-banner-full {
        padding: 5rem 0 !important; } }
    .strath-bootstrap.home .fact-banner:before,
    .strath-bootstrap.home .usp-banner-full:before {
      content: "";
      height: 1000px;
      width: 100%;
      background: inherit;
      display: block;
      position: absolute;
      top: -1000px; }
  .strath-bootstrap .home-testimonial {
    position: relative;
    font-family: inherit;
    color: white; }
    @media (min-width: 576px) {
      .strath-bootstrap .home-testimonial {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel {
      font-size: 2rem;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      display: inline;
      padding: 5rem 10rem 5rem 5rem;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel {
          font-size: 1rem; } }
    .strath-bootstrap .home-testimonial.image-left .home-testimonial-image {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    @media (max-width: 991.98px) {
      .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure {
        margin-top: -0.7rem; } }
    .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure figcaption {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure figcaption {
          max-width: 300px; } }
      @media (min-width: 768px) {
        .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure figcaption {
          max-width: 400px; } }
      @media (min-width: 992px) {
        .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure figcaption {
          max-width: 800px; } }
    .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure blockquote .fa-quote-left {
      display: block;
      font-size: 5rem; }
    .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure blockquote .fa-quote-right {
      display: block;
      font-size: 3rem; }
    .strath-bootstrap .home-testimonial.image-left.teal, .strath-bootstrap .home-testimonial.image-right.teal {
      background: linear-gradient(0deg, #002b5c 0%, #017579 100%);
      background-color: #002b5c; }
    .strath-bootstrap .home-testimonial.image-left.pink, .strath-bootstrap .home-testimonial.image-right.pink {
      background: linear-gradient(0deg, #002b5c 0%, #e11a75 100%);
      background-color: #002b5c; }
    .strath-bootstrap .home-testimonial.image-left.purple, .strath-bootstrap .home-testimonial.image-right.purple {
      background: linear-gradient(0deg, #002b5c 0%, #592693 100%);
      background-color: #002b5c; }
    .strath-bootstrap .home-testimonial.image-left.yellow, .strath-bootstrap .home-testimonial.image-right.yellow {
      background: linear-gradient(0deg, #002b5c 0%, #ecc72d 100%);
      background-color: #002b5c; }
    .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel, .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
      padding: 2rem 1rem;
      font-weight: bold;
      font-size: 1rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 576px) {
        .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel, .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
          width: 66%; } }
      @media (min-width: 768px) {
        .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel, .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
          padding: 4rem; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel, .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
          padding: 6rem;
          font-size: 1.5rem; } }
      .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel.quote, .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel.quote {
        position: relative;
        overflow: visible; }
    .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel {
      display: block; }
      @media (min-width: 992px) {
        .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel {
          padding: 4rem 10rem 4rem 5rem;
          max-width: 1000px; } }
      .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel figure blockquote {
        padding: 0 0 0 4rem; }
        @media (max-width: 767.98px) {
          .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel figure blockquote {
            padding: 2rem; } }
    .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
      display: block; }
      @media (min-width: 992px) {
        .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
          padding: 3rem 5rem 4rem 0; } }
      @media (min-width: 768px) {
        .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
          padding: 2rem 4rem 3rem 0; } }
      .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel figure blockquote {
        padding: 0 2rem 0 1rem; }
        @media (min-width: 576px) {
          .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel figure blockquote {
            padding: 0 2rem 2rem 2rem; } }
    .strath-bootstrap .home-testimonial .home-testimonial-image {
      text-align: center; }
      @media (min-width: 576px) {
        .strath-bootstrap .home-testimonial .home-testimonial-image {
          width: 34%; } }
      @media (max-width: 767.98px) {
        .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-credit {
          color: #002b5c;
          background: #fff;
          font-size: 1rem;
          padding: 1rem 0 0 1rem; } }
      .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper {
        height: 100%;
        background: #fff; }
        .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper.quote.image-right img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          left: 26%;
          -ms-transform: translateX(-26%);
          transform: translateX(-26%);
          -webkit-transform: translateX(-26%); }
          @media (max-width: 1199.98px) {
            .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper.quote.image-right img {
              left: -34px;
              -ms-transform: translateX(-34px);
              transform: translateX(-34px);
              -webkit-transform: translateX(-34px);
              position: relative; } }
          @media (max-width: 991.98px) {
            .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper.quote.image-right img {
              left: 0;
              -webkit-transform: unset;
              -ms-transform: unset;
              transform: unset; } }
        .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper.quote.image-left img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          left: 15%;
          -ms-transform: translateX(-15%);
          transform: translateX(-15%);
          -webkit-transform: translateX(-15%); }
          @media (max-width: 991.98px) {
            .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper.quote.image-left img {
              position: relative; } }
      .strath-bootstrap .home-testimonial .home-testimonial-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .strath-bootstrap .home-testimonial.cutout .home-testimonial-image {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 1rem 1rem 0;
      background: linear-gradient(rgba(233, 236, 239, 0), #e9ecef);
      background-color: #e9ecef; }
      @media (min-width: 576px) {
        .strath-bootstrap .home-testimonial.cutout .home-testimonial-image {
          position: absolute;
          top: 0;
          right: 0;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 65%;
          height: 100%;
          padding: 0;
          background: transparent; } }
      .strath-bootstrap .home-testimonial.cutout .home-testimonial-image .home-testimonial-image-wrapper {
        max-width: 50%;
        margin-top: -6rem; }
        @media (min-width: 576px) {
          .strath-bootstrap .home-testimonial.cutout .home-testimonial-image .home-testimonial-image-wrapper {
            max-width: 100%;
            margin-top: 0; } }
      .strath-bootstrap .home-testimonial.cutout .home-testimonial-image img {
        max-width: 100%;
        max-height: 100%; }
    @media (min-width: 576px) {
      .strath-bootstrap .home-testimonial.cutout .home-testimonial-quote-panel {
        width: 66.6666%; } }
    @media (min-width: 1200px) {
      .strath-bootstrap .home-testimonial.cutout .home-testimonial-quote-panel {
        padding: 4rem 10rem 4rem 4rem; } }
    .strath-bootstrap .home-testimonial .open-quote,
    .strath-bootstrap .home-testimonial .close-quote {
      display: none; }
    .strath-bootstrap .home-testimonial.show-quotes .open-quote,
    .strath-bootstrap .home-testimonial.show-quotes .close-quote {
      display: block; }
    .strath-bootstrap .home-testimonial.show-quotes .open-quote {
      margin-bottom: 1rem; }
      .strath-bootstrap .home-testimonial.show-quotes .open-quote img {
        max-width: 50px; }
        @media (min-width: 992px) {
          .strath-bootstrap .home-testimonial.show-quotes .open-quote img {
            max-width: 90px; } }
        @media (min-width: 1200px) {
          .strath-bootstrap .home-testimonial.show-quotes .open-quote img {
            max-width: 125px; } }
    .strath-bootstrap .home-testimonial.show-quotes .close-quote {
      margin-top: 1rem; }
      .strath-bootstrap .home-testimonial.show-quotes .close-quote img {
        max-width: 30px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media (min-width: 992px) {
          .strath-bootstrap .home-testimonial.show-quotes .close-quote img {
            max-width: 45px; } }
        @media (min-width: 1200px) {
          .strath-bootstrap .home-testimonial.show-quotes .close-quote img {
            max-width: 60px; } }
    .strath-bootstrap .home-testimonial blockquote {
      overflow: unset;
      font-size: 1rem;
      font-weight: bold;
      background: transparent;
      padding: 0;
      margin: 0;
      border: 0;
      max-width: 800px; }
      .strath-bootstrap .home-testimonial blockquote:before, .strath-bootstrap .home-testimonial blockquote:after {
        display: none; }
      @media (min-width: 992px) {
        .strath-bootstrap .home-testimonial blockquote {
          font-size: 1.5rem; } }
    .strath-bootstrap .home-testimonial .submenu ul li {
      font-weight: bold; }
    .strath-bootstrap .home-testimonial .btn:focus-visible {
      background-color: #01676a;
      color: white;
      box-shadow: inset 0 0 0 transparent, 0 0 0 3px white; }
    @media (min-width: 576px) {
      .strath-bootstrap .home-testimonial .home-testimonial-image-wrapper.quote.image-left:before,
      .strath-bootstrap .home-testimonial .home-testimonial-image-wrapper.quote.image-right:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 50vw;
        top: 0;
        right: 100%;
        background: inherit; }
      .strath-bootstrap .home-testimonial .home-testimonial-image-wrapper.quote.image-right:after {
        right: unset;
        left: 100%; } }
  .strath-bootstrap .grid-container-news {
    padding: 40px 0; }
    @media (max-width: 767.98px) {
      .strath-bootstrap .grid-container-news {
        padding: 40px 10px 20px 10px; } }
    .strath-bootstrap .grid-container-news h2 {
      padding: 0;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .grid-container-news ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      grid-gap: 10px;
      padding: 0; }
      @media (max-width: 991.98px) {
        .strath-bootstrap .grid-container-news ul {
          grid-template-columns: 1fr; } }
      .strath-bootstrap .grid-container-news ul li {
        padding: 0 20px 0 20px;
        border-left: 3px solid #01676a; }
        .strath-bootstrap .grid-container-news ul li span {
          font-weight: normal !important;
          font-family: "Roboto", sans-serif;
          padding-top: 5px;
          color: #495057;
          font-size: 1rem; }
        .strath-bootstrap .grid-container-news ul li a {
          font-family: "ClanProBold", sans-serif;
          color: #002b5c;
          display: block;
          text-underline-position: under;
          text-decoration-thickness: 1px;
          padding-bottom: 5px;
          line-height: 1.9rem; }
          .strath-bootstrap .grid-container-news ul li a:hover {
            color: #01676a !important;
            background-color: transparent !important;
            outline: 0;
            text-decoration-thickness: 2px; }
          .strath-bootstrap .grid-container-news ul li a:focus-visible {
            outline: 2px #002b5c solid; }
    .strath-bootstrap .grid-container-news .news-story-item {
      padding: 0 0 0 20px; }
      .strath-bootstrap .grid-container-news .news-story-item:first-child {
        grid-column: 1;
        grid-row: 1 / span 3;
        border-left: 0;
        padding: 0 20px 0 0; }
        @media (max-width: 991.98px) {
          .strath-bootstrap .grid-container-news .news-story-item:first-child {
            grid-row: 1;
            border-left: 3px solid #01676a;
            padding: 0 20px 0 20px; } }
        .strath-bootstrap .grid-container-news .news-story-item:first-child img {
          max-width: 100%;
          margin-bottom: 0.75rem;
          height: auto; }
      .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(2) {
        grid-column: 2;
        grid-row: 1; }
        @media (max-width: 991.98px) {
          .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(2) {
            grid-column: 1; } }
      .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(3) {
        grid-column: 2;
        grid-row: 2; }
        @media (max-width: 991.98px) {
          .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(3) {
            grid-column: 1; } }
      .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(4) {
        grid-column: 2;
        grid-row: 3; }
        @media (max-width: 991.98px) {
          .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(4) {
            grid-column: 1; } }
    .strath-bootstrap .grid-container-news .btn:hover {
      background: #013637; }
  .strath-bootstrap .home-features {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .strath-bootstrap .home-features .home-features-image-panel,
    .strath-bootstrap .home-features .home-features-text-panel {
      width: 100%; }
      @media (min-width: 768px) {
        .strath-bootstrap .home-features .home-features-image-panel,
        .strath-bootstrap .home-features .home-features-text-panel {
          width: 50%; } }
      @media (max-width: 767.98px) {
        .strath-bootstrap .home-features .home-features-image-panel,
        .strath-bootstrap .home-features .home-features-text-panel {
          padding: 0 1rem 1rem 1rem; } }
    .strath-bootstrap .home-features .home-features-image-panel {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      height: 100vh;
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      .strath-bootstrap .home-features .home-features-image-panel img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 50vh;
        object-fit: cover;
        padding: 1rem;
        opacity: 0;
        transition: 0.5s; }
        .strath-bootstrap .home-features .home-features-image-panel img.in-viewport {
          opacity: 1; }
        @media (min-width: 768px) {
          .strath-bootstrap .home-features .home-features-image-panel img {
            padding: 0;
            height: 100vh;
            width: 100%; } }
    .strath-bootstrap .home-features .home-features-text-panel {
      background-color: #002b5c;
      /* Fallback color */
      background: linear-gradient(rgba(233, 236, 239, 0), #e9ecef); }
    .strath-bootstrap .home-features .home-features-text {
      font-family: inherit;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 1rem;
      color: #002b5c;
      font-size: 1rem;
      font-weight: bold;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 768px) {
        .strath-bootstrap .home-features .home-features-text {
          height: 100vh;
          padding: 2rem;
          font-size: 1.4rem;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media (min-width: 992px) {
        .strath-bootstrap .home-features .home-features-text p {
          font-size: 1.6rem; } }
      .strath-bootstrap .home-features .home-features-text img {
        width: 100%; }
      .strath-bootstrap .home-features .home-features-text .home-features-text-inner {
        max-width: 500px;
        width: 100%;
        padding: 1rem; }
        .strath-bootstrap .home-features .home-features-text .home-features-text-inner .btn:focus-visible,
        .strath-bootstrap .home-features .home-features-text .home-features-text-inner .btn:hover {
          background-color: white !important;
          color: #01676a !important;
          box-shadow: none !important;
          outline: 2px solid #01676a; }
        .strath-bootstrap .home-features .home-features-text .home-features-text-inner h2 {
          font-family: "ClanProBold", sans-serif; }
      @media (max-width: 991.98px) {
        .strath-bootstrap .home-features .home-features-text .home-features-text-inner {
          padding: 0; } }
  .strath-bootstrap .faculties {
    padding: 1rem 0;
    border-top: 1px solid #212529; }
    @media (min-width: 992px) {
      .strath-bootstrap .faculties {
        padding: 3rem 0 2rem; } }
    .strath-bootstrap .faculties .faculties-toggle {
      border: 0;
      background: transparent;
      text-align: left;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none; }
      .strath-bootstrap .faculties .faculties-toggle i {
        font-family: "FontAwesome" !important;
        color: #002b5c;
        transition: 0.2s;
        margin-left: 0.5rem;
        text-decoration: none; }
        @media (min-width: 992px) {
          .strath-bootstrap .faculties .faculties-toggle i {
            display: none; } }
      .strath-bootstrap .faculties .faculties-toggle[aria-expanded="true"] i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .strath-bootstrap .faculties .faculties-toggle:focus-visible, .strath-bootstrap .faculties .faculties-toggle:focus {
        background-color: transparent;
        box-shadow: 0px 0px 2px 2px white;
        outline: 0; }
      @media (max-width: 991.98px) {
        .strath-bootstrap .faculties .faculties-toggle:focus-visible,
        .strath-bootstrap .faculties .faculties-toggle:focus h2 {
          outline: 0;
          text-decoration: underline;
          color: #002b5c !important; } }
    @media (max-width: 1199.98px) {
      .strath-bootstrap .faculties .faculties-toggle.collapsed {
        pointer-events: auto; } }
    @media (min-width: 992px) {
      .strath-bootstrap .faculties .faculties-toggle.collapsed {
        pointer-events: none;
        cursor: default; } }
    .strath-bootstrap .faculties h2 {
      margin-bottom: 0;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .faculties h3 {
      font-family: "ClanProBold", sans-serif; }
      .strath-bootstrap .faculties h3 a {
        color: #002b5c;
        text-decoration: none; }
        .strath-bootstrap .faculties h3 a:focus-visible {
          background-color: transparent; }
    .strath-bootstrap .faculties .faculties-lists {
      padding-top: 2rem; }
      .strath-bootstrap .faculties .faculties-lists a {
        text-decoration: none; }
      @media (min-width: 992px) {
        .strath-bootstrap .faculties .faculties-lists {
          display: block; } }
      .strath-bootstrap .faculties .faculties-lists ul li {
        padding: 0.25rem 0; }
        .strath-bootstrap .faculties .faculties-lists ul li a {
          padding: 0.16rem 0;
          font-weight: normal; }
    .strath-bootstrap .faculties ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 2rem; }
      .strath-bootstrap .faculties ul li a {
        display: block;
        color: #212529;
        padding: 0.25rem 0;
        text-decoration: none; }
        .strath-bootstrap .faculties ul li a:hover, .strath-bootstrap .faculties ul li a:focus-visible {
          outline: 0;
          background-color: white !important;
          color: #01676a !important; }
  .strath-bootstrap .strath-bootstrap .two-columns .trailing-text p.button-link a {
    text-decoration: none; }
  .strath-bootstrap .mybutton ul {
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-left: 0;
    padding: 0; }
  .strath-bootstrap .mybutton li {
    display: inline-block;
    width: 50%;
    padding-left: 0;
    margin: 20px 20px 20px 0; }
  .strath-bootstrap .mybutton ul li:before {
    display: none; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .mybutton li {
      width: 100%; } }
  .strath-bootstrap .btn {
    white-space: normal; }
    .strath-bootstrap .btn.btn-orange {
      background: #018489;
      color: white;
      font-weight: bold; }
      .strath-bootstrap .btn.btn-orange:hover {
        background: #6c757d; }
      .strath-bootstrap .btn.btn-orange a {
        color: white; }
    .strath-bootstrap .btn.btn-trans {
      background: transparent;
      color: #fff;
      font-weight: bold; }
      .strath-bootstrap .btn.btn-trans:hover {
        background: #6c757d; }
      .strath-bootstrap .btn.btn-trans a {
        color: white; }
      .strath-bootstrap .btn.btn-trans.disabled {
        background: #adb5bd;
        border-color: #adb5bd; }
  .strath-bootstrap .modal-header .close {
    padding: 1rem; }
  .strath-bootstrap .button-link {
    display: inline-block;
    position: relative;
    padding: 0.6rem 1.2rem;
    background: #018489;
    color: white !important;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 50px;
    text-decoration: none !important; }
    .strath-bootstrap .button-link a {
      display: inline-block;
      color: white !important;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      text-decoration: none; }
    .strath-bootstrap .button-link a:focus {
      outline: 2px solid yellow; }
    .strath-bootstrap .button-link:hover {
      cursor: pointer;
      background-color: #013637 !important; }
      .strath-bootstrap .button-link:hover a {
        text-decoration: none !important; }
      .strath-bootstrap .button-link:hover p.button-link a:hover {
        text-decoration: none; }
    .strath-bootstrap .button-link .strath-bootstrap .button-link:hover a {
      text-decoration: none !important; }
    .strath-bootstrap .button-link .strath-bootstrap .general-side-fixed .button-link:hover a {
      text-decoration: none !important; }
    .strath-bootstrap .button-link p.button-link a:hover {
      text-decoration: none !important; }
    .strath-bootstrap .button-link p.button-link:hover a {
      text-decoration: none !important; }
    .strath-bootstrap .button-link .button-link:hover a {
      text-decoration: none !important; }
    .strath-bootstrap .button-link:focus {
      outline: 2px solid black !important;
      outline-offset: 2px !important; }
  .strath-bootstrap .search-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .strath-bootstrap .search-bar {
        margin-bottom: 2rem; } }
    .strath-bootstrap .search-bar .search-bar-inner {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        .strath-bootstrap .search-bar .search-bar-inner {
          -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%; } }
    .strath-bootstrap .search-bar form {
      max-width: 100%; }
    .strath-bootstrap .search-bar input {
      background: white;
      width: 100%;
      font-size: 1.6rem;
      color: #000;
      padding: 10px 60px 10px 20px;
      border: 2px solid #0078ae; }
    .strath-bootstrap .search-bar button {
      font-size: 2rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 1rem;
      padding: 0 1rem;
      background: transparent;
      color: inherit; }
  .strath-bootstrap .results .results-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0.5rem; }
    .strath-bootstrap .results .results-header h2,
    .strath-bootstrap .results .results-header .results-count {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin: 0; }
      @media (min-width: 768px) {
        .strath-bootstrap .results .results-header h2,
        .strath-bootstrap .results .results-header .results-count {
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
    .strath-bootstrap .results .results-header .results-count {
      margin-bottom: 0.5rem; }
  .strath-bootstrap .results .result {
    position: relative;
    overflow: auto;
    padding: 1rem;
    transition: 0.15s;
    border-bottom: 1px solid #e9ecef; }
    .strath-bootstrap .results .result:hover {
      background: #e9ecef; }
    .strath-bootstrap .results .result:last-of-type {
      border-bottom: 0; }
    .strath-bootstrap .results .result h3 {
      margin-bottom: 0.5rem; }
    .strath-bootstrap .results .result h3 a {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      font-weight: normal;
      text-decoration: underline;
      text-underline-position: under; }
    .strath-bootstrap .results .result .fa-envelope {
      font-size: 1.2rem;
      margin-left: 0.5rem; }
    .strath-bootstrap .results .result cite {
      color: #002b5c;
      font-style: normal;
      word-wrap: break-word;
      font-weight: bold; }
    .strath-bootstrap .results .result .search-summary {
      display: block;
      margin-top: 1rem;
      max-width: 700px; }
    .strath-bootstrap .results .result .staffImage {
      float: right;
      margin: 0 0 1rem 1rem; }
  .strath-bootstrap .filters .radio-bar,
  .strath-bootstrap .filters .check-bar {
    margin-bottom: 0.5rem;
    position: relative; }
    .strath-bootstrap .filters .radio-bar input.filter-input:checked ~ label,
    .strath-bootstrap .filters .radio-bar.active a,
    .strath-bootstrap .filters .check-bar input.filter-input:checked ~ label,
    .strath-bootstrap .filters .check-bar.active a {
      background: #002b5c;
      color: #fff; }
      .strath-bootstrap .filters .radio-bar input.filter-input:checked ~ label:before,
      .strath-bootstrap .filters .radio-bar.active a:before,
      .strath-bootstrap .filters .check-bar input.filter-input:checked ~ label:before,
      .strath-bootstrap .filters .check-bar.active a:before {
        color: #002b5c; }
      .strath-bootstrap .filters .radio-bar input.filter-input:checked ~ label:hover,
      .strath-bootstrap .filters .radio-bar.active a:hover,
      .strath-bootstrap .filters .check-bar input.filter-input:checked ~ label:hover,
      .strath-bootstrap .filters .check-bar.active a:hover {
        background: #002b5c; }
    .strath-bootstrap .filters .radio-bar label.filter-label,
    .strath-bootstrap .filters .radio-bar a,
    .strath-bootstrap .filters .check-bar label.filter-label,
    .strath-bootstrap .filters .check-bar a {
      display: block;
      width: 100%;
      font-weight: bold;
      background: #ced4da;
      color: #002b5c;
      padding: 1rem;
      cursor: pointer;
      margin-bottom: 0;
      transition: 0.15s;
      text-transform: capitalize; }
      .strath-bootstrap .filters .radio-bar label.filter-label:hover,
      .strath-bootstrap .filters .radio-bar a:hover,
      .strath-bootstrap .filters .check-bar label.filter-label:hover,
      .strath-bootstrap .filters .check-bar a:hover {
        background: #b1bbc4; }
    .strath-bootstrap .filters .radio-bar label.filter-label:before,
    .strath-bootstrap .filters .radio-bar a:before,
    .strath-bootstrap .filters .check-bar label.filter-label:before,
    .strath-bootstrap .filters .check-bar a:before {
      position: absolute;
      top: 0;
      right: 0;
      content: "\f00c";
      font-family: "FontAwesome";
      padding: 0.5rem;
      margin: 0.5rem;
      background: #fff;
      color: #e9ecef; }
  .strath-bootstrap .filters .sub-filters {
    border-bottom: 1px solid #e9ecef; }
  .strath-bootstrap .filters .sub-filters-inner {
    padding: 0.5rem; }
  .strath-bootstrap .filters .sub-filter input[type="checkbox"] ~ label:before {
    display: inline-block;
    content: "\f00c";
    font-family: "FontAwesome";
    padding: 0.5rem;
    background: #e9ecef;
    color: #fff;
    margin-right: 0.5rem; }
  .strath-bootstrap .filters .sub-filter label {
    cursor: pointer;
    margin-bottom: 0.25rem; }
  .strath-bootstrap .filters input.subfilter-input:checked ~ label:before {
    color: #002b5c; }
  .strath-bootstrap .ui-helper-hidden-accessible,
  .strath-bootstrap .ui-help-hidden {
    display: none; }
  .strath-bootstrap .ui-menu {
    position: absolute;
    background: white;
    margin: 0;
    padding: 0.5rem;
    width: 300px;
    list-style-type: none;
    transition: 0.2s;
    background: #f8f9fa;
    border: 0; }
    .strath-bootstrap .ui-menu li.ui-menu-item {
      margin: 0;
      padding: 0;
      font-size: 1.2rem; }
      .strath-bootstrap .ui-menu li.ui-menu-item a {
        display: block;
        color: #000;
        cursor: pointer;
        padding: 0.75rem 0.5rem;
        border-bottom: 1px solid #e9ecef; }
        .strath-bootstrap .ui-menu li.ui-menu-item a:hover {
          background-color: #e9ecef; }
  .strath-bootstrap .ui-state-active {
    background-color: #e9ecef; }
  .strath-bootstrap .inline-search {
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef; }
    @media (min-width: 576px) {
      .strath-bootstrap .inline-search {
        padding: 4rem 0; } }
    .strath-bootstrap .inline-search form {
      position: relative;
      max-width: 600px;
      margin-left: 0; }
    .strath-bootstrap .inline-search input.search-input {
      border: 0;
      height: auto;
      border-bottom: 3px solid #002b5c;
      background: transparent;
      box-shadow: none;
      border-radius: 0;
      font-size: 1.3375rem;
      line-height: 1.5;
      padding: 0.5rem 1rem;
      width: 100%; }
      .strath-bootstrap .inline-search input.search-input::-ms-clear {
        margin-right: 30px; }
    .strath-bootstrap .inline-search button {
      position: absolute;
      background: transparent;
      top: 0;
      right: 0;
      color: #002b5c;
      padding: 0.75rem 1rem;
      box-shadow: none;
      border: 0; }
      .strath-bootstrap .inline-search button:after {
        display: inline-block;
        font-family: "FontAwesome";
        color: #002b5c;
        font-size: 1.6rem;
        content: "\f002";
        line-height: 1; }
    .strath-bootstrap .inline-search .fback {
      height: 0;
      transition: 0.5s; }
    .strath-bootstrap .inline-search .results {
      padding-top: 2rem;
      opacity: 0;
      transition: opacity 1s ease 0.2s; }
    .strath-bootstrap .inline-search .results-header {
      display: none; }
    .strath-bootstrap .inline-search .result {
      max-width: 800px; }
  .strath-bootstrap .search .search-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 576px) {
      .strath-bootstrap .search .search-area {
        padding: 4rem 0; } }
    @media (min-width: 992px) {
      .strath-bootstrap .search .search-area {
        margin-bottom: 2rem; } }
    @media (max-width: 575.98px) {
      .strath-bootstrap .search .search-area .container {
        padding: 0; } }
    .strath-bootstrap .search .search-area.bg-image {
      width: 100%;
      height: auto; }
    .strath-bootstrap .search .search-area .search-form-container {
      background: #fff;
      padding: 1rem;
      width: 100%; }
      .strath-bootstrap .search .search-area .search-form-container .fa-circle-down {
        color: #01676a; }
      @media (max-width: 767.98px) {
        .strath-bootstrap .search .search-area .search-form-container {
          padding: 20px; } }
      @media (min-width: 576px) {
        .strath-bootstrap .search .search-area .search-form-container {
          padding: 1.5rem; } }
      @media (min-width: 768px) {
        .strath-bootstrap .search .search-area .search-form-container {
          padding: 2rem;
          max-width: 500px; } }
      .strath-bootstrap .search .search-area .search-form-container .alert-box p a,
      .strath-bootstrap .search .search-area .search-form-container .btn.btn-plain {
        color: #002b5c;
        text-decoration: underline;
        text-decoration-thickness: 1px; }
        .strath-bootstrap .search .search-area .search-form-container .alert-box p a:hover,
        .strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:hover {
          border-bottom: 3px;
          outline: 0; }
        .strath-bootstrap .search .search-area .search-form-container .alert-box p a:focus-visible,
        .strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:focus-visible {
          border: 3px; }
      .strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:focus .fa-circle-info, .strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:focus-within .fa-circle-info {
        border: 2px solid black; }
    .strath-bootstrap .search .search-area h1 {
      font-family: "ClanProBold", sans-serif;
      margin-top: 0; }
      .strath-bootstrap .search .search-area h1 .superscript {
        display: block;
        font-size: 1.4rem; }
    .strath-bootstrap .search .search-area .favourites-link {
      padding: 10px;
      background: white !important;
      margin-left: 40px; }
      .strath-bootstrap .search .search-area .favourites-link a .fa-star {
        color: #002b5c; }
      .strath-bootstrap .search .search-area .favourites-link:hover {
        color: #01676a; }
  .strath-bootstrap .search .search-filters {
    padding: 1rem; }
    @media (min-width: 992px) {
      .strath-bootstrap .search .search-filters {
        padding: 0; } }
    .strath-bootstrap .search .search-filters .search-filter-area {
      border: 1px solid #002b5c;
      border-radius: 5px;
      padding: 1rem;
      margin: auto;
      background: #fff; }
    .strath-bootstrap .search .search-filters .search-filter-sets {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .strath-bootstrap .search .search-filters .search-filter-set {
      margin-bottom: 0.75rem; }
      .strath-bootstrap .search .search-filters .search-filter-set legend {
        font-size: 1rem;
        color: #002b5c;
        font-weight: bold;
        margin-bottom: 0.25rem; }
    .strath-bootstrap .search .search-filters .custom-control {
      min-height: 1.75rem;
      padding-left: 2rem; }
      .strath-bootstrap .search .search-filters .custom-control .custom-control-input:checked ~ .custom-control-label:before {
        background: #002b5c; }
      .strath-bootstrap .search .search-filters .custom-control .custom-control-input:disabled ~ .custom-control-label:before {
        background: #ced4da; }
      .strath-bootstrap .search .search-filters .custom-control .custom-control-label {
        padding-top: 0.1rem; }
        .strath-bootstrap .search .search-filters .custom-control .custom-control-label:before {
          top: 0;
          width: 1.5rem;
          height: 1.5rem;
          left: -2rem;
          border: 1px solid #6c757d;
          background: #f8f9fa;
          border-radius: 2px; }
        .strath-bootstrap .search .search-filters .custom-control .custom-control-label:after {
          top: 0;
          width: 1.5rem;
          height: 1.5rem;
          left: -2rem; }
  .strath-bootstrap .search .search-result-count {
    font-weight: bold;
    font-size: 1.2rem;
    color: #002b5c;
    margin-bottom: 1rem; }
  .strath-bootstrap .search .search-results .search-count {
    font-weight: bold;
    margin: auto;
    color: #002b5c;
    margin-bottom: 1.5rem;
    padding: 0; }
    @media (min-width: 768px) {
      .strath-bootstrap .search .search-results .search-count {
        font-size: 1.2rem; } }
  .strath-bootstrap .search .search-results .search-result {
    background: #e9ecef;
    padding: 1rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25); }
    @media (min-width: 576px) {
      .strath-bootstrap .search .search-results .search-result {
        padding: 1.5rem; } }
  .strath-bootstrap .search.pgr-search .search-area, .strath-bootstrap .search.strath-search .search-area {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .strath-bootstrap .search.pgr-search.wide .search-results-container, .strath-bootstrap .search.strath-search.wide .search-results-container {
    padding: 0 13.33333px; }
    @media (min-width: 576px) {
      .strath-bootstrap .search.pgr-search.wide .search-results-container, .strath-bootstrap .search.strath-search.wide .search-results-container {
        padding: 0; } }
    .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container {
      border-top: 0 !important;
      padding: 0; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container legend h2 button, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container legend h2 button {
        text-decoration: underline;
        text-underline-position: under;
        cursor: pointer; }
        .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container legend h2 button:hover, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container legend h2 button:hover {
          color: #01676a; }
        .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container legend h2 button:focus-visible, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container legend h2 button:focus-visible {
          outline: 2px solid black;
          outline-offset: 12px;
          border-radius: 0; }
      @media (max-width: 991.98px) {
        .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters {
          padding-top: 20px; } }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .control-label, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .control-label {
        padding: 10px 0; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label {
        font-weight: normal;
        padding-bottom: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 10px;
        pointer-events: none; }
        .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label span, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label span {
          cursor: pointer; }
        .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label .app-filter-input, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label .app-filter-input {
          margin: 0;
          vertical-align: middle;
          height: 30px;
          width: 30px;
          cursor: pointer;
          accent-color: #002b5c; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-input,
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label span, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-input,
      .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label span {
        pointer-events: auto; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar {
        width: 12px;
        /* Width of the scrollbar */ }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-track, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 10px; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-thumb, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-thumb {
        background: #002b5c;
        border-radius: 10px; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-thumb:hover, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-thumb:hover {
        background: #01676a;
        /* Darker on hover */ }
  .strath-bootstrap .search.pgr-search.wide .search-form-container-wide, .strath-bootstrap .search.strath-search.wide .search-form-container-wide {
    background: #002b5c; }
    .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .fa-circle-down, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .fa-circle-down {
      color: #01676a; }
    .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-form-row-wide, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-form-row-wide {
      background: white;
      padding: 0;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 768px) {
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-form-row-wide, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-form-row-wide {
          padding: 2rem 0;
          background: #002b5c; } }
    .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container {
      background: #fff;
      padding: 1rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 576px) {
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container {
          padding: 2rem;
          max-width: 1000px; } }
      .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper h1, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper h1 {
          padding: 40px 0 20px 0;
          margin-top: 0; }
          @media (min-width: 576px) {
            .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper h1, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper h1 {
              padding: 0 0 12px 0; } }
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend {
          color: #002b5c;
          font-weight: bold;
          font-size: 1rem;
          padding-top: 30px; }
          @media (min-width: 576px) {
            .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend {
              padding-top: 0; } }
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend button:hover, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend button:hover {
            color: #01676a; }
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend button:focus-visible, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend button:focus-visible {
            outline: 2px solid black;
            border-radius: 0;
            outline-offset: 1px; }
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label {
          font-weight: normal;
          padding-bottom: 10px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: start;
          -ms-flex-pack: start;
          justify-content: start;
          gap: 10px;
          pointer-events: none;
          color: #212529; }
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label span, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label span {
            cursor: pointer; }
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-input, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-input {
            margin: 0;
            vertical-align: middle;
            height: 30px;
            width: 30px;
            cursor: pointer;
            accent-color: #002b5c; }
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-input,
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-label span, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-input,
          .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-label span {
            pointer-events: auto; }
      .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .favourites-link, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .favourites-link {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        /* tab order adjustment*/
        margin-bottom: 1rem;
        margin-left: 0; }
        @media (min-width: 992px) {
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .favourites-link, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .favourites-link {
            margin-left: 15px; } }
        @media (min-width: 1200px) {
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .favourites-link, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .favourites-link {
            margin-left: 25px;
            max-width: 890px; } }
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .favourites-link a:focus, .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .favourites-link a:focus-visible, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .favourites-link a:focus, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .favourites-link a:focus-visible {
          outline: 2px solid black !important;
          outline-offset: 1px !important; }
  .strath-bootstrap .search.pgr-search.staff-search .depts, .strath-bootstrap .search.strath-search.staff-search .depts {
    display: none; }
  .strath-bootstrap .search.pgr-search.staff-search .name, .strath-bootstrap .search.strath-search.staff-search .name {
    display: block; }
    .strath-bootstrap .search.pgr-search.staff-search .name.showsimple, .strath-bootstrap .search.strath-search.staff-search .name.showsimple {
      display: none !important; }
  .strath-bootstrap .search.pgr-search.staff-search .depts.showsimple, .strath-bootstrap .search.strath-search.staff-search .depts.showsimple {
    display: block !important; }
  .strath-bootstrap .search.pgr-search .form-group, .strath-bootstrap .search.strath-search .form-group {
    position: relative; }
    .strath-bootstrap .search.pgr-search .form-group .name-input,
    .strath-bootstrap .search.pgr-search .form-group .dept-input.showsimple, .strath-bootstrap .search.strath-search .form-group .name-input,
    .strath-bootstrap .search.strath-search .form-group .dept-input.showsimple {
      display: block; }
    .strath-bootstrap .search.pgr-search .form-group .dept-input,
    .strath-bootstrap .search.pgr-search .form-group .name-input.showsimple, .strath-bootstrap .search.strath-search .form-group .dept-input,
    .strath-bootstrap .search.strath-search .form-group .name-input.showsimple {
      display: none; }
    .strath-bootstrap .search.pgr-search .form-group input, .strath-bootstrap .search.strath-search .form-group input {
      color: #343a40;
      font-size: 1.2rem;
      max-width: 400px; }
    .strath-bootstrap .search.pgr-search .form-group .form-group fieldset .app-filters .level-label, .strath-bootstrap .search.strath-search .form-group .form-group fieldset .app-filters .level-label {
      padding-top: 30px; }
    .strath-bootstrap .search.pgr-search .form-group .form-group fieldset .app-filters .btn-plain:hover, .strath-bootstrap .search.strath-search .form-group .form-group fieldset .app-filters .btn-plain:hover {
      color: #002b5c; }
    .strath-bootstrap .search.pgr-search .form-group .form-group fieldset .app-filters ul li span, .strath-bootstrap .search.strath-search .form-group .form-group fieldset .app-filters ul li span {
      padding-left: 35px; }
    .strath-bootstrap .search.pgr-search .form-group .form-group fieldset .app-filters ul li .app-filter-label, .strath-bootstrap .search.strath-search .form-group .form-group fieldset .app-filters ul li .app-filter-label {
      font-weight: normal;
      padding-bottom: 13.33333px; }
    .strath-bootstrap .search.pgr-search .form-group .form-group fieldset .app-filters ul li input, .strath-bootstrap .search.strath-search .form-group .form-group fieldset .app-filters ul li input {
      width: 30px;
      height: 30px;
      accent-color: #002b5c;
      position: absolute; }
  .strath-bootstrap .search.pgr-search label, .strath-bootstrap .search.strath-search label {
    color: #002b5c;
    font-weight: bold; }
    .strath-bootstrap .search.pgr-search label:focus, .strath-bootstrap .search.pgr-search label:focus-within, .strath-bootstrap .search.pgr-search label:focus-visible, .strath-bootstrap .search.strath-search label:focus, .strath-bootstrap .search.strath-search label:focus-within, .strath-bootstrap .search.strath-search label:focus-visible {
      outline: 2px solid white;
      outline-offset: 2px; }
  .strath-bootstrap .search.pgr-search .custom-control-label, .strath-bootstrap .search.strath-search .custom-control-label {
    font-weight: normal;
    color: #212529; }
  .strath-bootstrap .search.pgr-search .search-reset, .strath-bootstrap .search.strath-search .search-reset {
    text-align: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .strath-bootstrap .search.pgr-search .search-reset .fa, .strath-bootstrap .search.strath-search .search-reset .fa {
      margin-left: 0.25rem; }
    .strath-bootstrap .search.pgr-search .search-reset .search-sort, .strath-bootstrap .search.strath-search .search-reset .search-sort {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 1rem; }
      .strath-bootstrap .search.pgr-search .search-reset .search-sort label, .strath-bootstrap .search.strath-search .search-reset .search-sort label {
        margin-right: 0.5rem;
        white-space: nowrap; }
  .strath-bootstrap .search.pgr-search .search-auto-suggest.wide, .strath-bootstrap .search.strath-search .search-auto-suggest.wide {
    width: 90%; }
    @media (min-width: 768px) {
      .strath-bootstrap .search.pgr-search .search-auto-suggest.wide, .strath-bootstrap .search.strath-search .search-auto-suggest.wide {
        width: 44%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .search.pgr-search .search-auto-suggest.wide, .strath-bootstrap .search.strath-search .search-auto-suggest.wide {
        width: 47%; } }
  .strath-bootstrap .search.pgr-search .search-auto-suggest, .strath-bootstrap .search.strath-search .search-auto-suggest {
    position: absolute;
    width: 100%;
    z-index: 11;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    background: white; }
    .strath-bootstrap .search.pgr-search .search-auto-suggest ul, .strath-bootstrap .search.strath-search .search-auto-suggest ul {
      padding: 0;
      margin: 0; }
      .strath-bootstrap .search.pgr-search .search-auto-suggest ul li, .strath-bootstrap .search.strath-search .search-auto-suggest ul li {
        border-bottom: 1px solid #efefef;
        padding: 15px;
        color: #002b5c;
        font-weight: bold;
        background: white; }
        .strath-bootstrap .search.pgr-search .search-auto-suggest ul li.selected, .strath-bootstrap .search.strath-search .search-auto-suggest ul li.selected {
          background: #dee2e6; }
        .strath-bootstrap .search.pgr-search .search-auto-suggest ul li.hover, .strath-bootstrap .search.strath-search .search-auto-suggest ul li.hover {
          background: #dee2e6;
          cursor: pointer; }
        .strath-bootstrap .search.pgr-search .search-auto-suggest ul li button, .strath-bootstrap .search.strath-search .search-auto-suggest ul li button {
          background: white;
          color: #002b5c;
          font-weight: bold;
          font-size: 1rem;
          border: 0;
          padding: 0.5rem;
          border-radius: 0;
          width: 100%;
          text-align: left;
          transition: 0.2s; }
        .strath-bootstrap .search.pgr-search .search-auto-suggest ul li.selected, .strath-bootstrap .search.strath-search .search-auto-suggest ul li.selected {
          background: #dee2e6; }
        .strath-bootstrap .search.pgr-search .search-auto-suggest ul li:hover, .strath-bootstrap .search.strath-search .search-auto-suggest ul li:hover {
          background: #dee2e6;
          cursor: pointer; }
  .strath-bootstrap .search.pgr-search .search-filter-area button,
  .strath-bootstrap .search.pgr-search .select-level button, .strath-bootstrap .search.strath-search .search-filter-area button,
  .strath-bootstrap .search.strath-search .select-level button {
    background: transparent;
    border: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 0;
    border-radius: 0;
    cursor: pointer; }
    .strath-bootstrap .search.pgr-search .search-filter-area button h3,
    .strath-bootstrap .search.pgr-search .search-filter-area button h2,
    .strath-bootstrap .search.pgr-search .select-level button h3,
    .strath-bootstrap .search.pgr-search .select-level button h2, .strath-bootstrap .search.strath-search .search-filter-area button h3,
    .strath-bootstrap .search.strath-search .search-filter-area button h2,
    .strath-bootstrap .search.strath-search .select-level button h3,
    .strath-bootstrap .search.strath-search .select-level button h2 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.75rem;
      margin-bottom: 0; }
    .strath-bootstrap .search.pgr-search .search-filter-area button .fa,
    .strath-bootstrap .search.pgr-search .select-level button .fa, .strath-bootstrap .search.strath-search .search-filter-area button .fa,
    .strath-bootstrap .search.strath-search .select-level button .fa {
      margin-left: auto;
      color: #002b5c;
      transition: 0.2s;
      font-size: 1.2rem; }
    .strath-bootstrap .search.pgr-search .search-filter-area button[aria-expanded="true"] .fa,
    .strath-bootstrap .search.pgr-search .select-level button[aria-expanded="true"] .fa, .strath-bootstrap .search.strath-search .search-filter-area button[aria-expanded="true"] .fa,
    .strath-bootstrap .search.strath-search .select-level button[aria-expanded="true"] .fa {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .strath-bootstrap .search.pgr-search .search-filter-area button:focus,
    .strath-bootstrap .search.pgr-search .select-level button:focus, .strath-bootstrap .search.strath-search .search-filter-area button:focus,
    .strath-bootstrap .search.strath-search .select-level button:focus {
      outline: 0; }
  .strath-bootstrap .search.pgr-search .search-filter-area .modal-button,
  .strath-bootstrap .search.pgr-search .select-level .modal-button, .strath-bootstrap .search.strath-search .search-filter-area .modal-button,
  .strath-bootstrap .search.strath-search .select-level .modal-button {
    display: inline-block;
    width: auto;
    margin-left: 0.5rem;
    color: #002b5c; }
    .strath-bootstrap .search.pgr-search .search-filter-area .modal-button:hover,
    .strath-bootstrap .search.pgr-search .select-level .modal-button:hover, .strath-bootstrap .search.strath-search .search-filter-area .modal-button:hover,
    .strath-bootstrap .search.strath-search .select-level .modal-button:hover {
      background: transparent; }
  .strath-bootstrap .search.pgr-search .search-filter-area .search-filter-sets,
  .strath-bootstrap .search.pgr-search .select-level .search-filter-sets, .strath-bootstrap .search.strath-search .search-filter-area .search-filter-sets,
  .strath-bootstrap .search.strath-search .select-level .search-filter-sets {
    padding-top: 1rem; }
  .strath-bootstrap .search.pgr-search .search-filter-area .search-filter-set select,
  .strath-bootstrap .search.pgr-search .select-level .search-filter-set select, .strath-bootstrap .search.strath-search .search-filter-area .search-filter-set select,
  .strath-bootstrap .search.strath-search .select-level .search-filter-set select {
    max-width: 250px;
    margin-bottom: 0.5rem; }
  .strath-bootstrap .search.pgr-search .search-results-list, .strath-bootstrap .search.strath-search .search-results-list {
    position: relative;
    height: 100%;
    transition: 0.2s;
    overflow: hidden; }
  .strath-bootstrap .search.pgr-search .loading, .strath-bootstrap .search.strath-search .loading {
    height: 100px; }
    .strath-bootstrap .search.pgr-search .loading .loading-spinner, .strath-bootstrap .search.strath-search .loading .loading-spinner {
      opacity: 1; }
    .strath-bootstrap .search.pgr-search .loading .search-result, .strath-bootstrap .search.strath-search .loading .search-result {
      opacity: 0; }
  .strath-bootstrap .search.pgr-search .loading-spinner, .strath-bootstrap .search.strath-search .loading-spinner {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #002b5c;
    font-size: 4rem;
    padding: 2rem;
    z-index: 1;
    pointer-events: none;
    background: #fff;
    transition: 0.2s; }
    .strath-bootstrap .search.pgr-search .loading-spinner i, .strath-bootstrap .search.strath-search .loading-spinner i {
      -webkit-animation-name: spin;
      animation-name: spin;
      -webkit-animation-duration: 2000ms;
      animation-duration: 2000ms;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .strath-bootstrap .search.pgr-search .search-results .search-result, .strath-bootstrap .search.strath-search .search-results .search-result {
    opacity: 1;
    transition: 0.2s; }
    .strath-bootstrap .search.pgr-search .search-results .search-result h3 a,
    .strath-bootstrap .search.pgr-search .search-results .search-result h2 a, .strath-bootstrap .search.strath-search .search-results .search-result h3 a,
    .strath-bootstrap .search.strath-search .search-results .search-result h2 a {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      text-decoration: underline;
      text-underline-position: under;
      line-height: 2.2rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .search.pgr-search .search-results .search-result h3 a,
        .strath-bootstrap .search.pgr-search .search-results .search-result h2 a, .strath-bootstrap .search.strath-search .search-results .search-result h3 a,
        .strath-bootstrap .search.strath-search .search-results .search-result h2 a {
          line-height: 2.6rem; } }
      .strath-bootstrap .search.pgr-search .search-results .search-result h3 a:hover,
      .strath-bootstrap .search.pgr-search .search-results .search-result h2 a:hover, .strath-bootstrap .search.strath-search .search-results .search-result h3 a:hover,
      .strath-bootstrap .search.strath-search .search-results .search-result h2 a:hover {
        color: #01676a !important; }
        .strath-bootstrap .search.pgr-search .search-results .search-result h3 a:hover span,
        .strath-bootstrap .search.pgr-search .search-results .search-result h2 a:hover span, .strath-bootstrap .search.strath-search .search-results .search-result h3 a:hover span,
        .strath-bootstrap .search.strath-search .search-results .search-result h2 a:hover span {
          color: #01676a !important; }
    .strath-bootstrap .search.pgr-search .search-results .search-result a, .strath-bootstrap .search.strath-search .search-results .search-result a {
      text-decoration: none; }
      .strath-bootstrap .search.pgr-search .search-results .search-result a h3.title,
      .strath-bootstrap .search.pgr-search .search-results .search-result a h3, .strath-bootstrap .search.strath-search .search-results .search-result a h3.title,
      .strath-bootstrap .search.strath-search .search-results .search-result a h3 {
        font-family: "ClanProBold", sans-serif;
        text-decoration: underline;
        text-underline-position: under;
        line-height: 2.2rem; }
        @media (min-width: 768px) {
          .strath-bootstrap .search.pgr-search .search-results .search-result a h3.title,
          .strath-bootstrap .search.pgr-search .search-results .search-result a h3, .strath-bootstrap .search.strath-search .search-results .search-result a h3.title,
          .strath-bootstrap .search.strath-search .search-results .search-result a h3 {
            line-height: 2.6rem; } }
        .strath-bootstrap .search.pgr-search .search-results .search-result a h3.title:hover,
        .strath-bootstrap .search.pgr-search .search-results .search-result a h3:hover, .strath-bootstrap .search.strath-search .search-results .search-result a h3.title:hover,
        .strath-bootstrap .search.strath-search .search-results .search-result a h3:hover {
          color: #01676a !important;
          text-decoration: underline; }
      .strath-bootstrap .search.pgr-search .search-results .search-result a:focus-visible, .strath-bootstrap .search.strath-search .search-results .search-result a:focus-visible {
        outline: 2px solid black;
        outline-offset: 10px; }
      .strath-bootstrap .search.pgr-search .search-results .search-result a .title:hover span, .strath-bootstrap .search.strath-search .search-results .search-result a .title:hover span {
        color: #01676a !important; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .col, .strath-bootstrap .search.strath-search .search-results .search-result .col {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .deadline, .strath-bootstrap .search.strath-search .search-results .search-result .deadline {
      margin-top: 0;
      margin-bottom: 1rem; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline.open .deadline-inner, .strath-bootstrap .search.strath-search .search-results .search-result .deadline.open .deadline-inner {
        border-color: #5d9732; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline.closing-soon .deadline-inner, .strath-bootstrap .search.strath-search .search-results .search-result .deadline.closing-soon .deadline-inner {
        border-color: #f47b20; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline.open-ended .deadline-inner, .strath-bootstrap .search.strath-search .search-results .search-result .deadline.open-ended .deadline-inner {
        border-color: #002b5c; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline.closed .deadline-inner, .strath-bootstrap .search.strath-search .search-results .search-result .deadline.closed .deadline-inner {
        border-color: #000; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline .deadline-inner, .strath-bootstrap .search.strath-search .search-results .search-result .deadline .deadline-inner {
        border-bottom: 4px solid;
        display: inline-block;
        padding-bottom: 0.25rem; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline .fa, .strath-bootstrap .search.strath-search .search-results .search-result .deadline .fa {
        margin-right: 0.5rem;
        color: #002b5c; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline strong, .strath-bootstrap .search.strath-search .search-results .search-result .deadline strong {
        color: #002b5c; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .supervisors, .strath-bootstrap .search.strath-search .search-results .search-result .supervisors {
      margin-top: auto;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .search.pgr-search .search-results .search-result .supervisors, .strath-bootstrap .search.strath-search .search-results .search-result .supervisors {
          margin-bottom: 0; } }
      .strath-bootstrap .search.pgr-search .search-results .search-result .supervisors strong, .strath-bootstrap .search.strath-search .search-results .search-result .supervisors strong {
        color: #002b5c; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .key-facts, .strath-bootstrap .search.strath-search .search-results .search-result .key-facts {
      background: #fff;
      padding: 1rem;
      margin-bottom: 1rem; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .key-facts strong, .strath-bootstrap .search.strath-search .search-results .search-result .key-facts strong {
        color: #002b5c; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact {
      margin-bottom: 0.5rem;
      padding-bottom: 0.5rem;
      border-bottom: 2px dashed #e9ecef;
      line-height: 1.4; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact:last-child, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact a, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact a {
        text-decoration: underline !important;
        text-underline-position: under;
        color: #002b5c; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact .modal-button, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact .modal-button {
        padding: 0;
        color: #002b5c;
        margin-left: 0.5rem;
        background: transparent;
        border-radius: 0;
        border: 0; }
        .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact .modal-button:hover, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact .modal-button:hover {
          background: transparent; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact.key-last, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact.key-last {
        border-bottom: 0;
        margin-bottom: 0; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .read-more, .strath-bootstrap .search.strath-search .search-results .search-result .read-more {
      text-align: left;
      text-decoration: underline;
      text-underline-position: under; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .read-more a, .strath-bootstrap .search.strath-search .search-results .search-result .read-more a {
        line-height: 1.5rem; }
        @media (min-width: 768px) {
          .strath-bootstrap .search.pgr-search .search-results .search-result .read-more a, .strath-bootstrap .search.strath-search .search-results .search-result .read-more a {
            line-height: normal; } }
        .strath-bootstrap .search.pgr-search .search-results .search-result .read-more a:hover, .strath-bootstrap .search.strath-search .search-results .search-result .read-more a:hover {
          color: #01676a !important;
          color: white; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .read-more .btn, .strath-bootstrap .search.strath-search .search-results .search-result .read-more .btn {
        width: 100%; }
        @media (min-width: 576px) {
          .strath-bootstrap .search.pgr-search .search-results .search-result .read-more .btn, .strath-bootstrap .search.strath-search .search-results .search-result .read-more .btn {
            width: auto; } }
      @media (min-width: 576px) {
        .strath-bootstrap .search.pgr-search .search-results .search-result .read-more, .strath-bootstrap .search.strath-search .search-results .search-result .read-more {
          text-align: right; } }
  .strath-bootstrap .search.pgr-search .input-group-append button, .strath-bootstrap .search.strath-search .input-group-append button {
    border-radius: 0; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .search.pgr-search .strath-search .search-form-container .form-group row, .strath-bootstrap .search.strath-search .strath-search .search-form-container .form-group row {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .strath-bootstrap .search.pgr-search .strath-search .custom-control-input, .strath-bootstrap .search.strath-search .strath-search .custom-control-input {
      display: none !important; }
    .strath-bootstrap .search.pgr-search .strath-search .custom-control-label, .strath-bootstrap .search.strath-search .strath-search .custom-control-label {
      font-size: 1rem !important; }
      .strath-bootstrap .search.pgr-search .strath-search .custom-control-label:before, .strath-bootstrap .search.strath-search .strath-search .custom-control-label:before {
        width: 1.3rem;
        height: 1.3rem; }
    .strath-bootstrap .search.pgr-search .toggle-switch-strath, .strath-bootstrap .search.strath-search .toggle-switch-strath {
      -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .search.pgr-search .strath-search .search-form-container .form-group row, .strath-bootstrap .search.strath-search .strath-search .search-form-container .form-group row {
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  .strath-bootstrap .search.pgr-search .hide, .strath-bootstrap .search.strath-search .hide {
    display: none; }
  .strath-bootstrap .search.pgr-search .showsimple,
  .strath-bootstrap .search.pgr-search .showsimple2, .strath-bootstrap .search.strath-search .showsimple,
  .strath-bootstrap .search.strath-search .showsimple2 {
    display: none; }
    .strath-bootstrap .search.pgr-search .showsimple tbody tr.hideme.showClosedScholarships,
    .strath-bootstrap .search.pgr-search .showsimple tbody tr.showme.showClosedScholarships,
    .strath-bootstrap .search.pgr-search .showsimple2 tbody tr.hideme.showClosedScholarships,
    .strath-bootstrap .search.pgr-search .showsimple2 tbody tr.showme.showClosedScholarships, .strath-bootstrap .search.strath-search .showsimple tbody tr.hideme.showClosedScholarships,
    .strath-bootstrap .search.strath-search .showsimple tbody tr.showme.showClosedScholarships,
    .strath-bootstrap .search.strath-search .showsimple2 tbody tr.hideme.showClosedScholarships,
    .strath-bootstrap .search.strath-search .showsimple2 tbody tr.showme.showClosedScholarships {
      display: table-row; }
    .strath-bootstrap .search.pgr-search .showsimple tbody tr.hideme,
    .strath-bootstrap .search.pgr-search .showsimple2 tbody tr.hideme, .strath-bootstrap .search.strath-search .showsimple tbody tr.hideme,
    .strath-bootstrap .search.strath-search .showsimple2 tbody tr.hideme {
      display: none; }
    .strath-bootstrap .search.pgr-search .showsimple table th,
    .strath-bootstrap .search.pgr-search .showsimple2 table th, .strath-bootstrap .search.strath-search .showsimple table th,
    .strath-bootstrap .search.strath-search .showsimple2 table th {
      border-bottom: 0; }
    .strath-bootstrap .search.pgr-search .showsimple .showClosedScholarships,
    .strath-bootstrap .search.pgr-search .showsimple2 .showClosedScholarships, .strath-bootstrap .search.strath-search .showsimple .showClosedScholarships,
    .strath-bootstrap .search.strath-search .showsimple2 .showClosedScholarships {
      display: table-row; }
    .strath-bootstrap .search.pgr-search .showsimple .search-result,
    .strath-bootstrap .search.pgr-search .showsimple2 .search-result, .strath-bootstrap .search.strath-search .showsimple .search-result,
    .strath-bootstrap .search.strath-search .showsimple2 .search-result {
      display: none; }
    .strath-bootstrap .search.pgr-search .showsimple .name-input,
    .strath-bootstrap .search.pgr-search .showsimple2 .name-input, .strath-bootstrap .search.strath-search .showsimple .name-input,
    .strath-bootstrap .search.strath-search .showsimple2 .name-input {
      display: none; }
    .strath-bootstrap .search.pgr-search .showsimple .dept-innpt,
    .strath-bootstrap .search.pgr-search .showsimple2 .dept-innpt, .strath-bootstrap .search.strath-search .showsimple .dept-innpt,
    .strath-bootstrap .search.strath-search .showsimple2 .dept-innpt {
      display: block; }
  .strath-bootstrap .search.pgr-search .showClosedScholarships, .strath-bootstrap .search.strath-search .showClosedScholarships {
    display: block; }
  .strath-bootstrap .search.pgr-search .showclosedtitle, .strath-bootstrap .search.strath-search .showclosedtitle {
    color: red; }
  .strath-bootstrap .search.pgr-search button.filter-button, .strath-bootstrap .search.strath-search button.filter-button {
    border: 0; }
  .strath-bootstrap .search.pgr-search .start-over .btn, .strath-bootstrap .search.strath-search .start-over .btn {
    padding: 0.75rem 1rem; }
  .strath-bootstrap .search .strath-search.accordian ul.list-group li input {
    position: absolute; }
  .strath-bootstrap .search .strath-search.accordian .toggle-headings small {
    word-wrap: break-word;
    overflow: hidden;
    max-width: 100%; }
  .strath-bootstrap .search-results table td {
    border-top: 0; }
  .strath-bootstrap .search-results table th {
    border-top: 0;
    border-bottom: 3px dashed #efefef !important; }
  .strath-bootstrap .strath-search {
    /* The switch for simple view. Most of the code for the slider is in the course-apply scss. */ }
    .strath-bootstrap .strath-search .search-checkbox {
      accent-color: #002b5c;
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      cursor: pointer; }
    .strath-bootstrap .strath-search .modal-dialog-filter {
      z-index: 1061 !important; }
    .strath-bootstrap .strath-search .modal-dialog {
      background: white; }
    .strath-bootstrap .strath-search .input-group-mobile {
      width: 100%; }
    .strath-bootstrap .strath-search .input-group-sm .btn {
      border-radius: 0; }
    .strath-bootstrap .strath-search .table.simpleview {
      width: 100%;
      max-width: 1000px;
      margin-left: 40px; }
      .strath-bootstrap .strath-search .table.simpleview thead th {
        border-top: 0 !important; }
      .strath-bootstrap .strath-search .table.simpleview th {
        border-top: 0 !important; }
      .strath-bootstrap .strath-search .table.simpleview tbody tr {
        border-top: 3px dashed #efefef !important; }
      .strath-bootstrap .strath-search .table.simpleview tbody td {
        border-top: 0 !important; }
    .strath-bootstrap .strath-search .strath-bootstrap .table td {
      border-top: 0 !important; }
    .strath-bootstrap .strath-search .table td a {
      text-decoration: underline;
      text-underline-position: under;
      color: #002b5c !important;
      line-height: 1.5rem; }
    .strath-bootstrap .strath-search .table td a:hover {
      color: #01676a !important; }
    .strath-bootstrap .strath-search .table td a:focus {
      border: 2px #222 solid;
      padding: 5px; }
    .strath-bootstrap .strath-search .search-result .search-result-count .left {
      margin: 0 0 2rem 0; }
    .strath-bootstrap .strath-search .hide.classcheck {
      display: block; }
    .strath-bootstrap .strath-search .start-over-click {
      text-decoration: underline; }
      .strath-bootstrap .strath-search .start-over-click:hover {
        cursor: pointer;
        color: #01676a !important; }
    .strath-bootstrap .strath-search .search-results .table-strath thead tr,
    .strath-bootstrap .strath-search .search-results .table-strath tbody tr {
      border-bottom: 3px dashed #efefef !important; }
    .strath-bootstrap .strath-search .search-results .table-strath tbody tr:last-child {
      border-bottom: none !important; }
    .strath-bootstrap .strath-search .table.simple {
      display: none; }
      .strath-bootstrap .strath-search .table.simple thead {
        width: 100% !important; }
        .strath-bootstrap .strath-search .table.simple thead th {
          border-bottom: 0 !important;
          color: #002b5c;
          min-width: 110px; }
          .strath-bootstrap .strath-search .table.simple thead th u {
            cursor: pointer;
            text-decoration: underline;
            text-underline-position: under;
            color: #002b5c; }
      .strath-bootstrap .strath-search .table.simple tbody tr,
      .strath-bootstrap .strath-search .table.simple thead tr {
        border-bottom: 3px dashed #efefef !important; }
      .strath-bootstrap .strath-search .table.simple tbody tr:last-of-type {
        border-bottom: 0; }
      .strath-bootstrap .strath-search .table.simple tbody td.result span {
        font-size: 1rem;
        font-weight: normal; }
    .strath-bootstrap .strath-search .table.simple.showsimple,
    .strath-bootstrap .strath-search table.simple.showsimple2 {
      display: block !important;
      padding-bottom: 40px; }
    .strath-bootstrap .strath-search .search-filter-area {
      padding: 20px;
      border: 1px solid #002b5c; }
    .strath-bootstrap .strath-search .hide {
      display: none; }
    .strath-bootstrap .strath-search .showclosedtitle {
      color: red; }
    .strath-bootstrap .strath-search .search-submit-mobile .btn {
      border-radius: 0 !important; }
    .strath-bootstrap .strath-search .closed {
      display: block; }
    .strath-bootstrap .strath-search .faculties.course-filters-container .checkbox-list .checkbox-item {
      padding-bottom: 10px; }
      .strath-bootstrap .strath-search .faculties.course-filters-container .checkbox-list .checkbox-item input {
        margin-right: 5px;
        height: 20px;
        width: 20px;
        position: absolute;
        accent-color: #002b5c; }
      .strath-bootstrap .strath-search .faculties.course-filters-container .checkbox-list .checkbox-item label {
        font-weight: normal;
        margin-left: 30px; }
    .strath-bootstrap .strath-search .multiselect-tags {
      outline: 0;
      margin-bottom: 0; }
      .strath-bootstrap .strath-search .multiselect-tags .multiselect-tag-wrapper {
        color: white;
        padding: 5px; }
      .strath-bootstrap .strath-search .multiselect-tags .multiselect-tag button {
        border: 0; }
    .strath-bootstrap .strath-search .multiselect-tags-search-wrapper:focus-visible {
      outline: 0;
      box-shadow: none; }
    .strath-bootstrap .strath-search input.multiselect-tags-search:hover, .strath-bootstrap .strath-search input.multiselect-tags-search:focus-visible {
      outline: 0 !important;
      box-shadow: none; }
    .strath-bootstrap .strath-search .multiselect-tags-search::-webkit-input-placeholder {
      color: #696969;
      font-size: 1.3375rem; }
    .strath-bootstrap .strath-search .multiselect-tags-search:-ms-input-placeholder {
      color: #696969;
      font-size: 1.3375rem; }
    .strath-bootstrap .strath-search .multiselect-tags-search::placeholder {
      color: #696969;
      font-size: 1.3375rem; }
    .strath-bootstrap .strath-search .multiselect-tag {
      background: #01676a;
      white-space: normal !important;
      padding: 5px;
      border: 0; }
      .strath-bootstrap .strath-search .multiselect-tag .multiselect-tag-remove-icon {
        background-color: white;
        opacity: 1;
        width: 15px;
        height: 15px; }
    .strath-bootstrap .strath-search .multiselect-tag-remove.fa-xxs,
    .strath-bootstrap .strath-search .fa-x.fa-xxs {
      font-size: 0.5em; }
    .strath-bootstrap .strath-search .multiselect-caret {
      color: #002b5c !important; }
    .strath-bootstrap .strath-search .multiselect-clear i:focus-visible {
      border: 2px solid #002b5c; }
    .strath-bootstrap .strath-search .multiselect-clear-icon,
    .strath-bootstrap .strath-search .fa-times {
      color: #343a40 !important; }
    .strath-bootstrap .strath-search .general-aside-fixed a:hover {
      cursor: pointer !important; }
    .strath-bootstrap .strath-search .btn-favourites .fa-star {
      border: none;
      color: #002b5c; }
    .strath-bootstrap .strath-search .btn-favourites:hover {
      outline: none; }
    .strath-bootstrap .strath-search .btn-favourites .far.fa-star:hover {
      color: #002b5c; }
    .strath-bootstrap .strath-search .btn-favourites:focus {
      outline: 2px solid #002b5c;
      border-radius: 50%; }
    .strath-bootstrap .strath-search .btn-favourites-simple .fa-star {
      border: none;
      color: #002b5c; }
    .strath-bootstrap .strath-search .btn-favourites-simple:focus {
      outline: 2px solid #002b5c;
      border-radius: 0; }
    .strath-bootstrap .strath-search .btn-favourites-simple:hover .fa-star {
      color: #01676a; }
    .strath-bootstrap .strath-search .btn-favourites-simple:hover {
      outline: 2px solid #e9ecef !important; }
    .strath-bootstrap .strath-search .btn-favourites:focus {
      outline: 2px solid #002b5c;
      border-radius: 50%; }
    .strath-bootstrap .strath-search .btn:hover .fa-times,
    .strath-bootstrap .strath-search .btn:hover .fa-times::before,
    .strath-bootstrap .strath-search .btn:focus-visible .fa-times,
    .strath-bootstrap .strath-search .btn:focus-visible .fa-times::before {
      color: white !important; }
    .strath-bootstrap .strath-search .modal-footer.course-search .btn-outline-primary:focus-visible .fa-times:before {
      color: white; }
    .strath-bootstrap .strath-search .btn:hover .fa-times:before {
      color: white !important; }
    .strath-bootstrap .strath-search .btn .fa-times:before {
      color: #01676a !important; }
    .strath-bootstrap .strath-search .btn-close:focus {
      border-color: transparent;
      box-shadow: inset 0 0 0 transparent, 0 0 0 3px #002b5c; }
    .strath-bootstrap .strath-search .multiselect-placeholder {
      color: #343a40;
      font-size: 1rem; }
    .strath-bootstrap .strath-search .multiselect {
      border: 1px #696969 solid;
      margin-bottom: 10px; }
      .strath-bootstrap .strath-search .multiselect:hover, .strath-bootstrap .strath-search .multiselect:focus-visible, .strath-bootstrap .strath-search .multiselect:focus-within {
        border-color: transparent;
        box-shadow: inset 0 0 0 transparent, 0 0 0 3px #002b5c; }
    .strath-bootstrap .strath-search .multiselect-tags-search:hover {
      box-shadow: none !important; }
    .strath-bootstrap .strath-search .multiselect-wrapper .multiselect-clear-icon,
    .strath-bootstrap .strath-search .multiselect-wrapper .multiselect-caret {
      background-color: #343a40; }
    .strath-bootstrap .strath-search .multiselect-wrapper .multiselect-clear {
      background: transparent;
      border: 0; }
    @media (forced-colors: active) {
      .strath-bootstrap .strath-search .multiselect-wrapper .multiselect-clear-icon,
      .strath-bootstrap .strath-search .multiselect-caret {
        forced-color-adjust: auto;
        color: ButtonText;
        background-color: ButtonFace;
        border: 1px solid ButtonText; } }
    .strath-bootstrap .strath-search .multiselect-dropdown .multiselect-options {
      margin-bottom: 0; }
      .strath-bootstrap .strath-search .multiselect-dropdown .multiselect-options .multiselect-option {
        color: #343a40 !important;
        padding: 3px 5px;
        background: transparent;
        border: 0;
        font-weight: normal; }
        .strath-bootstrap .strath-search .multiselect-dropdown .multiselect-options .multiselect-option.is-selected.is-pointed {
          background: #01676a; }
        .strath-bootstrap .strath-search .multiselect-dropdown .multiselect-options .multiselect-option.is-pointed span {
          color: white !important; }
        .strath-bootstrap .strath-search .multiselect-dropdown .multiselect-options .multiselect-option.is-pointed {
          background: #6c757d;
          color: white !important;
          border: 1px solid ButtonText;
          border-radius: 0; }
    .strath-bootstrap .strath-search .search-filter-sets-wrapper form input {
      width: 30px;
      height: 30px; }
    .strath-bootstrap .strath-search .select-level2 input {
      width: 25px;
      height: 25px; }
    .strath-bootstrap .strath-search .search-result.simpleview .simple-view-data {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .strath-bootstrap .strath-search .search-result.simpleview .simple-view-data h3 {
        padding-bottom: 15px; }
    .strath-bootstrap .strath-search h3.no-link-title span {
      font-family: "ClanProBold", sans-serif;
      font-size: 1rem;
      font-weight: normal; }
    .strath-bootstrap .strath-search .show {
      display: block; }
    .strath-bootstrap .strath-search #url-code {
      border: none;
      background-color: #efefef;
      border: 0; }
    .strath-bootstrap .strath-search .copy-btn::before {
      font-family: FontAwesome;
      top: 0;
      left: -5px;
      padding-right: 10px;
      /* font awesome copy icon on copy URL button */
      content: "\f0c5"; }
    .strath-bootstrap .strath-search .urlCopied::after {
      font-family: FontAwesome;
      top: 0;
      left: -5px;
      padding-right: 10px;
      /* font awesome tick icon on copy URL button */
      content: " \f00c"; }
    .strath-bootstrap .strath-search .reset-btn::before {
      font-family: FontAwesome;
      top: 0;
      left: -5px;
      padding-right: 10px;
      /* font awesome refresh icon on reset URL button */
      content: "\f021"; }
    .strath-bootstrap .strath-search .scholarship-modal {
      background: white; }
      .strath-bootstrap .strath-search .scholarship-modal .custom-control-label-scholarships {
        width: 30px !important;
        height: 30px !important; }
    .strath-bootstrap .strath-search form#courseform .modal-checkbox input.select-level2 {
      width: 30px !important;
      height: 30px !important; }
      .strath-bootstrap .strath-search form#courseform .modal-checkbox input.select-level2#true {
        accent-color: #002b5c; }
    .strath-bootstrap .strath-search .modal .custom-modal-checkbox::before, .strath-bootstrap .strath-search .modal .custom-modal-checkbox::after {
      width: 2rem !important;
      height: 2rem !important; }
    .strath-bootstrap .strath-search .toggle-switch-strath .switch input:checked + .slider {
      background-color: #002b5c;
      outline: none; }
      .strath-bootstrap .strath-search .toggle-switch-strath .switch input:checked + .slider:before {
        background-color: white; }
    .strath-bootstrap .strath-search .toggle-switch-strath .switch .slider {
      background-color: #fff;
      outline: 2px solid #002b5c !important; }
      .strath-bootstrap .strath-search .toggle-switch-strath .switch .slider:before {
        background-color: #002b5c; }
    .strath-bootstrap .strath-search .toggle-headings .accordion-button::after {
      display: inline-block;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "\f078";
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .strath-bootstrap .strath-search .toggle-headings .accordion-button:not(.collapsed)::after {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .strath-bootstrap .search-result-count {
    font-weight: bold; }
    .strath-bootstrap .search-result-count h2 span,
    .strath-bootstrap .search-result-count span {
      font-family: "ClanProBold", sans-serif; }
      .strath-bootstrap .search-result-count h2 span:first-child::after,
      .strath-bootstrap .search-result-count span:first-child::after {
        content: " "; }
      .strath-bootstrap .search-result-count h2 span:last-child::after,
      .strath-bootstrap .search-result-count span:last-child::after {
        content: ". "; }
      .strath-bootstrap .search-result-count h2 span::after,
      .strath-bootstrap .search-result-count span::after {
        content: " ,\00a0"; }
    .strath-bootstrap .search-result-count .showCountScholarships {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .strath-bootstrap .search-result-count .showCountScholarships ul {
        padding-left: 5px;
        display: inline-block; }
        .strath-bootstrap .search-result-count .showCountScholarships ul li {
          display: inline-block;
          margin-right: 8px; }
          .strath-bootstrap .search-result-count .showCountScholarships ul li:last-child::after {
            content: ". "; }
          .strath-bootstrap .search-result-count .showCountScholarships ul li:after {
            content: " ,\00a0"; }
      @media screen and (max-width: 678px) {
        .strath-bootstrap .search-result-count .showCountScholarships {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
  .strath-bootstrap .URL-filters .accordion .accordion-body .accordion-body-inner ul li:before {
    display: none; }
  .strath-bootstrap .URL-filters .accordion .accordion-body .accordion-body-inner ul li input {
    width: 20px;
    height: 20px; }
  .strath-bootstrap .strath-search .modal .custom-modal-checkbox::before, .strath-bootstrap .strath-search .modal .custom-modal-checkbox::after {
    width: 2rem !important;
    height: 2rem !important; }
  .strath-bootstrap .p-multiselect:not(.p-disabled).p-focus {
    outline: 2px solid #002b5c; }
  .strath-bootstrap .p-multiselect-items {
    padding: 0;
    margin: 0.5rem 0.5rem;
    line-height: normal; }
  .strath-bootstrap .p-multiselect-panel {
    z-index: 2000 !important; }
  @media (min-width: 576px) {
    .strath-bootstrap #staff-search .search-area {
      padding: 4rem 0; } }
  @media (min-width: 992px) {
    .strath-bootstrap #staff-search .search-area {
      margin-bottom: 0; } }
  .strath-bootstrap #staff-search .bg-image {
    background-color: #002b5c; }
  .strath-bootstrap #staff-search .autocomplete ul {
    padding: 0.5rem 0; }
  .strath-bootstrap #staff-search .modal .modal-dialog .modal-content .modal-header .close {
    padding: 0.25rem 0.5rem;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    font-size: 1.5rem;
    margin: 0 0 0 auto; }
  .strath-bootstrap #staff-search-form {
    max-width: none; }
    .strath-bootstrap #staff-search-form legend {
      font-size: 1.25rem;
      font-weight: bold;
      color: #002b5c;
      margin-bottom: 1rem; }
    .strath-bootstrap #staff-search-form .form-check {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0.25rem; }
      .strath-bootstrap #staff-search-form .form-check .form-check-input {
        margin-top: 2px;
        accent-color: #002b5c;
        cursor: pointer; }
        .strath-bootstrap #staff-search-form .form-check .form-check-input:hover {
          box-shadow: none !important;
          outline: none !important; }
        .strath-bootstrap #staff-search-form .form-check .form-check-input:focus {
          box-shadow: none !important; }
      .strath-bootstrap #staff-search-form .form-check .form-check-label {
        padding-left: 0.5rem; }
    .strath-bootstrap #staff-search-form .autocomplete {
      margin-bottom: 1rem; }
    .strath-bootstrap #staff-search-form .submit-container #submit {
      border: 0; }
    .strath-bootstrap #staff-search-form .submit-container #reset {
      margin-left: 1rem;
      box-shadow: 0 0 0 2px #01676a; }
      .strath-bootstrap #staff-search-form .submit-container #reset:hover {
        box-shadow: 0 0 0 2px white; }
      .strath-bootstrap #staff-search-form .submit-container #reset:focus {
        box-shadow: 0 0 0 2px white; }
  .strath-bootstrap .results-actions {
    margin-bottom: 3rem; }
    .strath-bootstrap .results-actions .filter-groupBy {
      margin-bottom: 1rem; }
      .strath-bootstrap .results-actions .filter-groupBy legend {
        font-size: 1.25rem;
        font-weight: bold;
        color: #002b5c;
        margin-bottom: 1rem; }
      .strath-bootstrap .results-actions .filter-groupBy .checkbox-container {
        margin-bottom: 0.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .strath-bootstrap .results-actions .filter-groupBy .checkbox-container .form-check-input {
          margin-top: 2px;
          accent-color: #002b5c;
          cursor: pointer; }
          .strath-bootstrap .results-actions .filter-groupBy .checkbox-container .form-check-input:focus {
            box-shadow: none !important;
            outline: 2px solid #002b5c !important; }
        .strath-bootstrap .results-actions .filter-groupBy .checkbox-container .checkbox-label {
          margin-left: 0.5rem; }
    .strath-bootstrap .results-actions .results-filters-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .strath-bootstrap .staff-cards-view .department-header {
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  .strath-bootstrap .staff-cards-view .role-header {
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 1.25rem; }
  .strath-bootstrap .staff-cards-view .cards-view {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    grid-template-rows: 1fr;
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .strath-bootstrap .staff-cards-view .cards-view {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1200px) {
      .strath-bootstrap .staff-cards-view .cards-view {
        grid-template-columns: 1fr 1fr 1fr; } }
    .strath-bootstrap .staff-cards-view .cards-view .search-result {
      background: #e9ecef;
      border: 1px solid #e4e4e7;
      box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
      padding: 1.25rem 0.875rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .staff-cards-view .cards-view .search-result {
          height: 100%; } }
      .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-img {
        width: 96px;
        height: 96px;
        margin: 0 auto;
        display: block;
        object-fit: cover;
        object-position: top center;
        border-radius: 50%;
        margin-bottom: 1.5rem;
        font-size: 0.75rem; }
      .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-details {
        h3-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
        .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-details .profile-link {
          text-decoration: underline;
          text-underline-position: under;
          font-size: 1.25rem;
          color: #002b5c; }
          .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-details .profile-link .profile-title {
            color: inherit !important; }
        .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-details .profile-title {
          color: #002b5c;
          font-size: 1.25rem;
          text-align: center;
          margin-bottom: 1rem; }
      .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts {
        background: #fff;
        border: 1px solid #e4e4e7;
        padding: 1rem;
        border-radius: 0.5rem; }
        .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts strong {
          color: #002b5c; }
        .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts .key-fact {
          margin-bottom: 0.5rem;
          padding-bottom: 0.5rem;
          border-bottom: 2px dashed #e9ecef;
          line-height: 1.4;
          word-wrap: break-word; }
          .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts .key-fact a {
            text-decoration: underline;
            text-underline-position: under;
            color: #002b5c; }
          .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts .key-fact:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0; }
  .strath-bootstrap .staff-items-view .department-header {
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  .strath-bootstrap .staff-items-view .role-header {
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 1.25rem; }
  .strath-bootstrap .staff-items-view .items-view {
    margin-bottom: 2.5rem; }
    .strath-bootstrap .staff-items-view .items-view .search-result {
      padding: 1rem 0.875rem;
      margin-bottom: 1rem;
      border-bottom: 2px dashed #e9ecef;
      line-height: 1.4;
      word-wrap: break-word; }
      .strath-bootstrap .staff-items-view .items-view .search-result .profile {
        font-size: 0.875rem; }
        .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details {
          display: grid;
          grid-template-columns: 1fr;
          gap: 1rem; }
          @media (min-width: 576px) {
            .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details {
              grid-template-columns: 1fr 1fr; } }
          @media (min-width: 768px) {
            .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details {
              grid-template-columns: 1fr 1fr 1fr; } }
          @media (min-width: 992px) {
            .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details {
              grid-template-columns: 1fr 1fr 1fr 1fr; } }
          @media (min-width: 1200px) {
            .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details {
              grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
          .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .profile-link {
            text-decoration: underline;
            text-underline-position: under;
            color: #002b5c; }
            .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .profile-link .profile-title {
              color: inherit !important; }
          .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .profile-title {
            font-size: 0.875rem;
            color: #002b5c;
            text-align: left;
            margin-bottom: 0;
            font-weight: bold; }
          .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .department-detail {
            text-underline-position: under; }
          .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .email-detail {
            text-underline-position: under; }
  .strath-bootstrap .banner {
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 0; }
    @media screen and (orientation: landscape) and (min-width: 992px) {
      .strath-bootstrap .banner {
        height: calc(100vh - 150px);
        overflow: hidden; } }
    .strath-bootstrap .banner * {
      font-family: "gilroy-extrabold", Arial, Helvetica, sans-serif; }
    .strath-bootstrap .banner img {
      display: block;
      max-width: 100%;
      width: 100%;
      position: relative; }
      @media screen and (orientation: landscape) and (min-width: 992px) {
        .strath-bootstrap .banner img {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .strath-bootstrap .banner h1,
    .strath-bootstrap .banner .banner-buttons {
      text-align: center;
      width: 100%; }
      @media (min-width: 992px) {
        .strath-bootstrap .banner h1,
        .strath-bootstrap .banner .banner-buttons {
          width: auto; } }
    .strath-bootstrap .banner h1 {
      text-transform: uppercase; }
    .strath-bootstrap .banner .banner-text {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      position: absolute;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      right: 0;
      top: 0;
      text-align: center;
      width: 100%;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1rem;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 576px) {
        .strath-bootstrap .banner .banner-text {
          max-width: 1140px; } }
      @media (min-width: 768px) {
        .strath-bootstrap .banner .banner-text {
          max-width: 1140px; } }
      @media (min-width: 992px) {
        .strath-bootstrap .banner .banner-text {
          max-width: 1140px; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .banner .banner-text {
          max-width: 1140px; } }
      @media (min-width: 1600px) {
        .strath-bootstrap .banner .banner-text {
          max-width: 1140px; } }
      @media (min-width: 576px) {
        .strath-bootstrap .banner .banner-text {
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          height: 100%; } }
      @media (min-width: 768px) {
        .strath-bootstrap .banner .banner-text {
          padding-top: 3rem;
          height: auto; } }
      @media (min-width: 992px) {
        .strath-bootstrap .banner .banner-text {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding-top: 10vh; } }
      .strath-bootstrap .banner .banner-text .banner-buttons {
        display: none;
        position: relative; }
        @media (min-width: 576px) {
          .strath-bootstrap .banner .banner-text .banner-buttons {
            display: block;
            margin: 0;
            margin-top: auto;
            padding: 0; } }
        @media (min-width: 768px) {
          .strath-bootstrap .banner .banner-text .banner-buttons {
            margin-top: 0; } }
    .strath-bootstrap .banner h1 {
      color: #fff;
      font-size: 2.4rem;
      line-height: 1;
      -webkit-text-stroke: 2px #fff;
      letter-spacing: 1px;
      text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
      text-align: left; }
      @media (min-width: 576px) {
        .strath-bootstrap .banner h1 {
          font-size: 3.2rem; } }
      @media (min-width: 768px) {
        .strath-bootstrap .banner h1 {
          font-size: 3.6rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .banner h1 {
          font-size: 4.2rem;
          text-align: left;
          -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
          flex-grow: 2;
          margin-bottom: 2rem; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .banner h1 {
          font-size: 5rem; } }
      .strath-bootstrap .banner h1 .yellow {
        color: #e11a75;
        -webkit-text-stroke: 2px #e11a75; }
    .strath-bootstrap .banner .banner-buttons {
      position: relative;
      top: -25px;
      text-align: left;
      padding: 0 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .banner .banner-buttons {
          position: absolute;
          top: auto;
          max-width: 350px;
          margin: auto;
          left: 0;
          right: 0; } }
      .strath-bootstrap .banner .banner-buttons a {
        background-color: #e11a75;
        color: white;
        border: 2px solid white;
        display: block;
        padding: 0.75rem 1rem;
        margin-bottom: 1rem;
        font-size: 1.2rem;
        text-align: center;
        transition: background 0.2s, padding 0.2s;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5); }
        @media (min-width: 768px) {
          .strath-bootstrap .banner .banner-buttons a {
            font-size: 1.4rem;
            padding: 0.75rem 1.5rem; } }
        @media (min-width: 992px) {
          .strath-bootstrap .banner .banner-buttons a {
            display: inline-block; } }
        .strath-bootstrap .banner .banner-buttons a:last-of-type {
          margin-bottom: 0; }
        .strath-bootstrap .banner .banner-buttons a:hover {
          background-color: #b3155d; }
  .strath-bootstrap .course-search .course-search-bar {
    pointer-events: auto;
    display: block;
    color: #002b5c;
    padding: 1rem;
    background: #e9ecef; }
    .strath-bootstrap .course-search .course-search-bar.level-page {
      padding: 1rem 0;
      background: #e9ecef; }
      @media (min-width: 992px) {
        .strath-bootstrap .course-search .course-search-bar.level-page {
          padding: 2rem 0; } }
    @media (min-width: 992px) {
      .strath-bootstrap .course-search .course-search-bar {
        padding: 1.5rem; } }
    .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #studyWithUs,
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput,
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton {
        text-align: center;
        margin-bottom: 1rem; }
        @media (min-width: 768px) {
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #studyWithUs,
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput,
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton {
            margin-bottom: 0; } }
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #studyWithUs {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        font-weight: bold;
        font-size: 1.4rem;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-right: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (min-width: 768px) {
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #studyWithUs {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%; } }
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0; }
        @media (min-width: 768px) {
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%; } }
        .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput label {
          display: inline; }
        .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput form {
          position: relative;
          max-width: 500px;
          margin: auto; }
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput form input#HPCourseSearch {
            width: 100%;
            border: 0px; }
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput form button#submit {
            background: transparent;
            color: #002b5c;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            padding: 0 1rem;
            border: 0;
            margin: auto;
            line-height: 1.6; }
            .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput form button#submit i {
              font-size: 1.5rem;
              border-left: 0; }
            .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput form button#submit:hover {
              background: #6c757d; }
        .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput input {
          padding: 0.75rem 1rem; }
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px; }
        @media (min-width: 768px) {
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%; } }
        .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton .orange-button {
          display: block; }
          @media (min-width: 576px) {
            .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton .orange-button {
              display: inline-block; } }
  .strath-bootstrap .course-search #results,
  .strath-bootstrap .course-search #search_totals {
    display: none;
    position: absolute;
    width: 100%;
    margin: 4px 0 0 0;
    text-align: left;
    padding: 0.5rem;
    background: #fff;
    z-index: 3;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #6c757d;
    box-shadow: 5px 5px 10px 0px rgba(108, 117, 125, 0.2); }
    @media (min-width: 992px) {
      .strath-bootstrap .course-search #results,
      .strath-bootstrap .course-search #search_totals {
        max-height: none;
        overflow: auto; } }
    .strath-bootstrap .course-search #results li,
    .strath-bootstrap .course-search #search_totals li {
      list-style: none;
      margin-bottom: 4px;
      background: #fff;
      box-shadow: 2px 2px 5px rgba(108, 117, 125, 0);
      border-left: 4px solid #dc3545;
      overflow: hidden; }
      .strath-bootstrap .course-search #results li.award-key,
      .strath-bootstrap .course-search #search_totals li.award-key {
        border-left: 0;
        margin-bottom: 0.5rem; }
        .strath-bootstrap .course-search #results li.award-key:hover,
        .strath-bootstrap .course-search #search_totals li.award-key:hover {
          background: white; }
        .strath-bootstrap .course-search #results li.award-key input,
        .strath-bootstrap .course-search #search_totals li.award-key input {
          display: none; }
        .strath-bootstrap .course-search #results li.award-key .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-checkbox {
          cursor: pointer;
          background: transparent;
          color: #fff;
          border: 2px solid;
          text-align: center;
          font-size: 0.9em;
          padding: 0.5rem; }
          @media (min-width: 768px) {
            .strath-bootstrap .course-search #results li.award-key .award-checkbox,
            .strath-bootstrap .course-search #search_totals li.award-key .award-checkbox {
              display: inline-block;
              width: 100%;
              margin-bottom: 0; } }
        .strath-bootstrap .course-search #results li.award-key .award-key-ug,
        .strath-bootstrap .course-search #results li.award-key .award-key-pgt,
        .strath-bootstrap .course-search #results li.award-key .award-key-pgr,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-ug,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgt,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr {
          width: 100%; }
          @media (min-width: 768px) {
            .strath-bootstrap .course-search #results li.award-key .award-key-ug,
            .strath-bootstrap .course-search #results li.award-key .award-key-pgt,
            .strath-bootstrap .course-search #results li.award-key .award-key-pgr,
            .strath-bootstrap .course-search #search_totals li.award-key .award-key-ug,
            .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgt,
            .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr {
              width: calc(33.33% - 0.33333rem);
              margin-right: 0.5rem; } }
        .strath-bootstrap .course-search #results li.award-key .award-key-ug .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-ug .award-checkbox {
          background: #fff;
          color: #dc3545; }
        .strath-bootstrap .course-search #results li.award-key .award-key-ug input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #results li.award-key .award-key-ug .award-checkbox.default,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-ug input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-ug .award-checkbox.default {
          background: #dc3545;
          border-color: #dc3545;
          color: #fff;
          -ms-high-contrast: adjusted; }
        .strath-bootstrap .course-search #results li.award-key .award-key-pgt .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgt .award-checkbox {
          background: #fff;
          color: #267aab; }
        .strath-bootstrap .course-search #results li.award-key .award-key-pgt input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #results li.award-key .award-key-pgt .award-checkbox.default,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgt input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgt .award-checkbox.default {
          background: #267aab;
          border-color: #267aab;
          color: #fff; }
        .strath-bootstrap .course-search #results li.award-key .award-key-pgr .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr .award-checkbox {
          background: #fff;
          color: #28a745; }
        .strath-bootstrap .course-search #results li.award-key .award-key-pgr input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #results li.award-key .award-key-pgr .award-checkbox.default,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr .award-checkbox.default {
          background: #28a745;
          border-color: #28a745;
          color: #fff; }
        @media (min-width: 768px) {
          .strath-bootstrap .course-search #results li.award-key .award-key-pgr,
          .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr {
            margin-right: 0; } }
      .strath-bootstrap .course-search #results li.hide,
      .strath-bootstrap .course-search #search_totals li.hide {
        display: none; }
      .strath-bootstrap .course-search #results li .course-result,
      .strath-bootstrap .course-search #search_totals li .course-result {
        overflow: auto; }
        .strath-bootstrap .course-search #results li .course-result .course-result-name,
        .strath-bootstrap .course-search #search_totals li .course-result .course-result-name {
          display: block;
          padding: 0.5rem 1rem;
          color: #343a40;
          font-weight: bold; }
          @media (min-width: 768px) {
            .strath-bootstrap .course-search #results li .course-result .course-result-name,
            .strath-bootstrap .course-search #search_totals li .course-result .course-result-name {
              padding: 0.5rem 1rem; } }
        .strath-bootstrap .course-search #results li .course-result .course-result-award,
        .strath-bootstrap .course-search #search_totals li .course-result .course-result-award {
          float: right;
          padding: 0.5rem 1rem;
          margin-left: 0.5rem;
          color: #dc3545;
          font-size: 0.9em; }
      .strath-bootstrap .course-search #results li.viewmore,
      .strath-bootstrap .course-search #search_totals li.viewmore {
        border-left: 0;
        margin-top: 1rem; }
        .strath-bootstrap .course-search #results li.viewmore .orange-button,
        .strath-bootstrap .course-search #search_totals li.viewmore .orange-button {
          width: 100%;
          margin-bottom: 0;
          line-height: inherit; }
      .strath-bootstrap .course-search #results li.pgt,
      .strath-bootstrap .course-search #search_totals li.pgt {
        border-left: 4px solid #267aab; }
        .strath-bootstrap .course-search #results li.pgt .course-result-award,
        .strath-bootstrap .course-search #search_totals li.pgt .course-result-award {
          color: #267aab; }
      .strath-bootstrap .course-search #results li.pgr,
      .strath-bootstrap .course-search #search_totals li.pgr {
        border-left: 4px solid #28a745; }
        .strath-bootstrap .course-search #results li.pgr .course-result-award,
        .strath-bootstrap .course-search #search_totals li.pgr .course-result-award {
          color: #28a745; }
      .strath-bootstrap .course-search #results li.selected, .strath-bootstrap .course-search #results li:hover,
      .strath-bootstrap .course-search #search_totals li.selected,
      .strath-bootstrap .course-search #search_totals li:hover {
        background: #6c757d; }
        .strath-bootstrap .course-search #results li.selected .course-result-name,
        .strath-bootstrap .course-search #results li.selected .course-result-award, .strath-bootstrap .course-search #results li:hover .course-result-name,
        .strath-bootstrap .course-search #results li:hover .course-result-award,
        .strath-bootstrap .course-search #search_totals li.selected .course-result-name,
        .strath-bootstrap .course-search #search_totals li.selected .course-result-award,
        .strath-bootstrap .course-search #search_totals li:hover .course-result-name,
        .strath-bootstrap .course-search #search_totals li:hover .course-result-award {
          color: #fff; }
  .strath-bootstrap .course-search.header-course-search #results {
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 0.5rem 0 0 0; }
    .strath-bootstrap .course-search.header-course-search #results li {
      background: transparent;
      transition: 0.2s; }
      .strath-bootstrap .course-search.header-course-search #results li:hover {
        background: #e9ecef; }
        .strath-bootstrap .course-search.header-course-search #results li:hover .course-result-name {
          color: #343a40; }
      .strath-bootstrap .course-search.header-course-search #results li.ug:hover .course-result-award {
        color: #dc3545; }
      .strath-bootstrap .course-search.header-course-search #results li.pgt:hover .course-result-award {
        color: #267aab; }
      .strath-bootstrap .course-search.header-course-search #results li.pgr:hover .course-result-award {
        color: #28a745; }
      .strath-bootstrap .course-search.header-course-search #results li.award-key:hover {
        background: transparent; }
  .strath-bootstrap #courseSearchBar label {
    display: inline; }
  .strath-bootstrap .course-search-bar {
    padding: 2rem 1rem; }
    .strath-bootstrap .course-search-bar .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (min-width: 992px) {
        .strath-bootstrap .course-search-bar .container {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
    .strath-bootstrap .course-search-bar h2,
    .strath-bootstrap .course-search-bar .course-search-bar-form {
      font-family: "ClanProBold", sans-serif;
      margin-bottom: 1rem; }
      @media (min-width: 992px) {
        .strath-bootstrap .course-search-bar h2,
        .strath-bootstrap .course-search-bar .course-search-bar-form {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 0; } }
    .strath-bootstrap .course-search-bar h2 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem; }
    .strath-bootstrap .course-search-bar .course-search-bar-form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 500px;
      border-bottom: 3px solid; }
    .strath-bootstrap .course-search-bar .hp-course-search__wrapper {
      width: 100%; }
    .strath-bootstrap .course-search-bar .course-search-bar-input {
      background: white;
      border: 0;
      width: 100%;
      font-size: 1.2rem;
      padding: 0.75rem 1rem; }
    .strath-bootstrap .course-search-bar button {
      font-size: 1.4rem;
      background: white;
      padding: 0.5rem 0.75rem; }
    .strath-bootstrap .course-search-bar .btn {
      margin: auto; }
  .strath-bootstrap .course-search-2019 {
    /*position: relative; */
    top: 0;
    z-index: 50;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    /*Right*/ }
    .strath-bootstrap .course-search-2019 .course-page-nav {
      border-bottom: 0 !important; }
    .strath-bootstrap .course-search-2019 #course-search-form {
      background-color: #fff;
      border-radius: 5px;
      max-width: 700px; }
    .strath-bootstrap .course-search-2019 .course-search-img {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 #mundane {
      height: 100%;
      width: 100%;
      background: url("https://www.strath.ac.uk/media/1newwebsite/courses/backgrounds/pgt/supermundane-grey.svg") no-repeat fixed;
      position: absolute;
      margin-top: -3rem; }
    .strath-bootstrap .course-search-2019 .btn-course-search {
      width: 400px;
      color: #002b5c;
      background-color: #dee2e6;
      border: 1px solid #ced4da !important;
      padding: 1rem 1.33333rem;
      border: 0;
      border-top: 1px solid #ced4da;
      border-bottom: 1px solid #ced4da;
      border-right: 1px solid #ced4da; }
      .strath-bootstrap .course-search-2019 .btn-course-search > span {
        padding: 0 1rem; }
      .strath-bootstrap .course-search-2019 .btn-course-search:hover {
        background-color: #6c757d;
        color: #fff; }
        .strath-bootstrap .course-search-2019 .btn-course-search:hover > .fa-search {
          color: #fff; }
      .strath-bootstrap .course-search-2019 .btn-course-search > .fa-search {
        margin-left: -8px;
        color: #002b5c; }
    .strath-bootstrap .course-search-2019 .btn-course-search-scroll {
      width: 82px;
      padding: 2rem; }
    .strath-bootstrap .course-search-2019 .feature-header-shadow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1rem 1rem 0;
      border-color: transparent #002b5c transparent transparent;
      margin-left: -3rem; }
    .strath-bootstrap .course-search-2019 .course-search-input-group {
      padding-top: 0;
      width: 100% !important;
      padding: 2rem;
      display: block; }
      .strath-bootstrap .course-search-2019 .course-search-input-group h1 {
        font-family: "ClanProBold", sans-serif;
        margin-top: 0; }
      .strath-bootstrap .course-search-2019 .course-search-input-group input {
        padding: 1rem; }
    .strath-bootstrap .course-search-2019 #search-form input {
      margin: 1rem 0 1rem 0; }
    .strath-bootstrap .course-search-2019 .course-search-form-group {
      margin: 0 0.5rem 0.75rem 0.5rem; }
    .strath-bootstrap .course-search-2019 .search-button-wrapper #search-button-scroll {
      border-radius: 5px;
      width: 100%; }
      .strath-bootstrap .course-search-2019 .search-button-wrapper #search-button-scroll:focus-visible {
        outline: 2px solid #01676a; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover {
      text-decoration: none !important;
      color: #fff; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover p,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover .course-search-results-fa {
        color: #fff; }
    .strath-bootstrap .course-search-2019 .search-info-btn {
      display: block;
      background: #fff !important;
      padding: 0;
      margin: 0.5rem 0;
      line-height: 14px;
      margin-left: auto; }
      .strath-bootstrap .course-search-2019 .search-info-btn:focus-visible {
        outline: 2px solid #002b5c; }
    .strath-bootstrap .course-search-2019 .fa-info-circle {
      color: #002b5c !important;
      padding-right: 0; }
    .strath-bootstrap .course-search-2019 .xandy {
      max-width: 700px;
      font-weight: bold;
      font-size: 1.25rem;
      color: #002b5c;
      margin-top: 0;
      margin-bottom: 0.5rem; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa > .fa {
      color: #fff;
      margin: 0 2rem; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa {
      color: #495057;
      padding: 0 2rem; }
      .strath-bootstrap .course-search-2019 .course-search-results-fa:hover {
        color: #fff; }
    .strath-bootstrap .course-search-2019 .searchstriped {
      width: 100%; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article {
        max-width: 700px;
        width: 100%;
        background-color: #eaebed; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article .course-search-result__link {
          display: block;
          border-radius: 5px; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article .course-search-result__link:focus-visible {
            outline: 2px solid #002b5c;
            outline-offset: 2px; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article .searchitemsub > h2 {
          text-decoration: underline !important;
          text-underline-position: under !important;
          line-height: 1.6; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover {
          text-decoration: none;
          color: #fff;
          background-color: #6c757d; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub {
            text-decoration: none; }
            .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub > h2 {
              font-family: "ClanProBold", sans-serif;
              color: #fff;
              font-size: 1.2rem;
              text-decoration: none; }
              .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub > h2:hover {
                text-decoration: none; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchstaffsub > h2 {
            font-family: "ClanProBold", sans-serif;
            color: #002b5c;
            font-size: 1.75rem; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover p,
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .course-search-results-fa > .fa {
            color: #fff; }
    .strath-bootstrap .course-search-2019 .searchitemsub > p {
      text-decoration: none !important; }
    .strath-bootstrap .course-search-2019 .searchitemsub > h2 {
      padding: 1rem 1rem 0 1rem;
      border-bottom: 0 !important;
      text-decoration: none !important; }
    .strath-bootstrap .course-search-2019 .searchitemsub > p {
      padding: 1rem;
      color: #343a40; }
    .strath-bootstrap .course-search-2019 .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub h4,
    .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2,
    .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3,
    .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub h5 {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      padding-left: 2rem; }
    .strath-bootstrap .course-search-2019 .searchitemsub h2 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h4 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2 a,
    .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3 a,
    .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3 a,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h5 a {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      text-decoration: underline;
      cursor: pointer;
      padding-left: 2rem; }
      .strath-bootstrap .course-search-2019 .searchitemsub h2 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h4 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2 a:hover,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3 a:hover,
      .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h5 a:hover {
        text-decoration: none; }
    .strath-bootstrap .course-search-2019 #search-info {
      text-align: center;
      margin-left: -255px; }
    .strath-bootstrap .course-search-2019 .searchstaffsub {
      padding: 2rem; }
      .strath-bootstrap .course-search-2019 .searchstaffsub:hover {
        background-color: #e9ecef; }
      .strath-bootstrap .course-search-2019 .searchstaffsub h2,
      .strath-bootstrap .course-search-2019 .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub h4,
      .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2,
      .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3,
      .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub h5 {
        font-family: "ClanProBold", sans-serif;
        padding-left: 0 !important;
        padding: 0; }
      .strath-bootstrap .course-search-2019 .searchstaffsub h2 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h4 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2 a,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3 a,
      .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3 a,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h5 a {
        font-family: "ClanProBold", sans-serif;
        color: #002b5c;
        text-decoration: underline;
        cursor: pointer;
        padding-left: 0;
        text-underline-position: under !important; }
        .strath-bootstrap .course-search-2019 .searchstaffsub h2 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h4 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2 a:hover,
        .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3 a:hover,
        .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h5 a:hover {
          text-decoration: none; }
    .strath-bootstrap .course-search-2019 .suggestions {
      position: absolute;
      background: #fff;
      padding: 0;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      z-index: 1000;
      width: 100%;
      margin-top: 0;
      margin-left: 0; }
      .strath-bootstrap .course-search-2019 .suggestions > ul {
        padding: 0px;
        margin: 0px;
        list-style: none; }
        .strath-bootstrap .course-search-2019 .suggestions > ul > li a {
          width: 100%;
          display: block;
          color: #002b5c; }
          .strath-bootstrap .course-search-2019 .suggestions > ul > li a:hover {
            -webkit-text-decoration-color: #002b5c;
            text-decoration-color: #002b5c; }
          .strath-bootstrap .course-search-2019 .suggestions > ul > li a:focus-visible {
            outline: 2px solid #002b5c;
            outline-offset: 2px; }
    .strath-bootstrap .course-search-2019 .course-list-results > h2 {
      font-family: "ClanProBold", sans-serif;
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .course-list-result__header {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      border-bottom: 4px solid #ced4da; }
      .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs .nav-item {
        margin-bottom: 0;
        line-height: 1; }
    .strath-bootstrap .course-search-2019 .course-list-results ul:after {
      width: 50%; }
    .strath-bootstrap .course-search-2019 .course-list-results ul {
      list-style-type: none !important; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-link {
        height: auto;
        color: #002b5c;
        background-color: #fff;
        font-weight: bold;
        padding: 1rem; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item > .active:hover {
        padding-bottom: 1rem; }
      .strath-bootstrap .course-search-2019 .course-list-results ul > h3 {
        padding: 2rem 0; }
      .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result {
        width: 654px;
        background-color: #e9ecef;
        margin: 0;
        margin: 4% 0; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a {
          text-align: start;
          padding: 0; }
          .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover {
            color: #fff; }
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover h3,
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover .course-list-result__summary,
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover .course-search-results-fa {
              color: #fff; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > .course-list-result:last-of-type {
          padding-bottom: 2rem; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > a h3 {
          padding: 1rem 1rem 0 1rem;
          border-bottom: 0 !important;
          text-decoration: none; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > .course-search-results-fa {
          font-weight: normal; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result .course-list-result__summary {
          padding: 1rem;
          color: #343a40;
          font-weight: normal; }
    .strath-bootstrap .course-search-2019 .input-suggestions-container {
      position: relative; }
    .strath-bootstrap .course-search-2019 #suggestions__list > li {
      padding: 0.5rem; }
    .strath-bootstrap .course-search-2019 .suggestions__list-item {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .suggestions__list-item--selected {
      background: #e9ecef;
      padding: 1rem 0; }
    .strath-bootstrap .course-search-2019 .modal.right .modal-dialog {
      top: 0;
      z-index: 205000;
      position: fixed;
      margin: auto;
      width: 320px;
      height: 100%;
      background-color: #fff;
      /* color:#*/
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0); }
    .strath-bootstrap .course-search-2019 .modal-content {
      height: 100%;
      overflow-y: auto; }
    .strath-bootstrap .course-search-2019 .modal.right .modal-body {
      padding: 1.33333rem;
      background-color: #ffffff; }
    .strath-bootstrap .course-search-2019 .search-modal-body-wrap {
      background-color: #ffffff; }
    .strath-bootstrap .course-search-2019 .search-modal-body {
      background-color: #e9ecef;
      padding: 1rem;
      margin-bottom: 1rem; }
    .strath-bootstrap .course-search-2019 .modal.right.fade .modal-dialog {
      right: 0;
      transition: opacity 0.3s linear, right 0.3s ease-out; }
    .strath-bootstrap .course-search-2019 .modal.right.fade.in .modal-dialog {
      right: 0; }
    .strath-bootstrap .course-search-2019 .modal-header {
      border-bottom: 0;
      padding-top: 0;
      height: 100%; }
    .strath-bootstrap .course-search-2019 .modal-title {
      margin-top: 0;
      height: 0; }
    .strath-bootstrap .course-search-2019 button.close {
      color: #6c757d;
      background-color: #fff;
      font-size: 3rem; }
    .strath-bootstrap .course-search-2019 .close:hover {
      color: #002b5c; }
    .strath-bootstrap .course-search-2019 h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.75rem; }
    .strath-bootstrap .course-search-2019 h4, .strath-bootstrap .course-search-2019 .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 h2, .strath-bootstrap .course-search-2019 .results .result h3, .strath-bootstrap .results .result .course-search-2019 h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.25rem; }
    .strath-bootstrap .course-search-2019 h3, .strath-bootstrap .course-search-2019 h4, .strath-bootstrap .course-search-2019 .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 h2, .strath-bootstrap .course-search-2019 .results .result h3, .strath-bootstrap .results .result .course-search-2019 h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      color: #002b5c;
      font-weight: bold; }
  .strath-bootstrap .hp-course-search__wrapper {
    position: relative; }
  .strath-bootstrap #hp-course-search__suggestions {
    display: none;
    position: absolute;
    z-index: 1000001;
    background: #e9ecef;
    padding-bottom: 0px;
    width: 100%;
    text-align: left;
    border: 1px solid #adb5bd; }
  .strath-bootstrap #hp-course-search__suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .strath-bootstrap #hp-course-search__suggestions li a {
    padding: 1.2rem 1rem;
    display: block;
    color: #002b5c; }
    .strath-bootstrap #hp-course-search__suggestions li a:hover, .strath-bootstrap #hp-course-search__suggestions li a:focus, .strath-bootstrap #hp-course-search__suggestions li a:focus-visible {
      background: #e9ecef;
      text-decoration: none; }
  .strath-bootstrap #hp-course-search__suggestions ul li {
    background: #fff;
    border-bottom: 1px solid #efefef; }
  .strath-bootstrap .suggestions__list-item--selected a {
    background: #e9ecef; }
  @media (max-width: 1599.98px) {
    .strath-bootstrap .course-search-2019 .searchstriped > section {
      padding: 0; } }
  @media (max-width: 991.98px) {
    .strath-bootstrap .course-search-2019 .navbar-nav {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .course-search-2019 .course-feature-header {
      width: 395px; }
    .strath-bootstrap .course-search-2019 .course-search-form {
      width: 90%; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      display: inline-block;
      width: 100%;
      border-bottom: 0 !important; }
    .strath-bootstrap .course-search-2019 .course-list-results ul {
      padding-left: 0; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-link.active:after {
        margin-bottom: 0;
        float: right; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item {
        width: 100%; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item .nav-link.show {
          background-color: #adb5bd;
          margin-bottom: 0; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a {
          text-align: left; }
          .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a:after {
            font-family: "FontAwesome";
            content: "\f054";
            margin-left: auto;
            transition: 0.2s;
            float: right; }
          .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a:hover {
            background-color: #6c757d;
            color: #fff;
            text-decoration: none; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item .nav-link {
          padding: 2rem 0.5rem 1rem 0.5rem;
          margin: 5px;
          background-color: #e9ecef;
          min-height: 75px;
          display: block;
          width: 100%; }
    .strath-bootstrap .course-search-2019 .nav-link.active:after {
      font-family: "FontAwesome";
      content: "\f054" !important;
      margin-left: auto;
      transition: 0.2s;
      font-size: 1rem !important;
      margin-bottom: 0; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article {
      width: 90%;
      border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .xandy {
      width: 90%; }
    .strath-bootstrap .course-search-2019 .fa-flag:before {
      margin-left: 1rem; }
    .strath-bootstrap .course-search-2019 .course-list-results ul > li.course-list-result {
      width: 100%; }
    .strath-bootstrap .course-search-2019 .suggestions {
      margin-left: 0.1rem !important; }
    .strath-bootstrap .course-search-2019 .course-list-results > h2 {
      font-family: "ClanProBold", sans-serif;
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .course-list-result__header {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      border-bottom: 4px solid #ced4da; }
    .strath-bootstrap #search-info {
      text-align: left;
      margin-left: 20px; } }
  @media (max-width: 575.98px) {
    .strath-bootstrap .course-search-2019 .course-search-results-fa {
      display: inline-block !important; }
    .strath-bootstrap .course-search-2019 .fa-flag:before {
      margin-left: 0; }
    .strath-bootstrap .course-search-2019 .course-feature-header {
      width: 320px;
      margin-left: -15px; }
    .strath-bootstrap .course-search-2019 .course-search-form {
      width: 95%; }
    .strath-bootstrap .course-search-2019 .course-search-input-group {
      padding: 2rem; }
    .strath-bootstrap .course-search-2019 .course-search-input-group input {
      margin-bottom: 0.5rem; }
    .strath-bootstrap .course-search-2019 .course-feature-header h1 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem;
      padding: 1rem; }
    .strath-bootstrap .course-search-2019 .feature-header-shadow {
      border-color: transparent; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa .ml-auto {
      margin-left: 0 !important; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article {
      width: 95%;
      border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .xandy {
      width: 95%; } }
  .strath-bootstrap .course-search-2019 .searchstriped .staff-group .dept-group {
    width: 470px;
    margin: 0 auto; }
    .strath-bootstrap .course-search-2019 .searchstriped .staff-group .dept-group h1 {
      font-family: "ClanProBold", sans-serif;
      margin: 40px 0 0 0; }
  .strath-bootstrap .course-search-2019 .searchstriped > section > article {
    margin: 13.33333px 0;
    border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff {
      padding: 1rem; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2 {
        font-family: "ClanProBold", sans-serif;
        font-size: 1.5rem; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a {
        font-family: "ClanProBold", sans-serif;
        text-decoration: underline;
        text-underline-position: under; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2:hover,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a:hover {
          text-decoration: underline;
          color: #01676a; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h4,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstriped > section > article > .staff h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
        font-family: "ClanProBold", sans-serif;
        padding: 0; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a {
        font-family: "ClanProBold", sans-serif;
        padding-left: 0 !important; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff:hover {
        background: #e9ecef; }
  .strath-bootstrap .staff-search .form-group .suggestions > ul {
    padding: 1rem;
    margin: 0px;
    list-style: none; }
  .strath-bootstrap .staff-search .form-group .suggestions__list-item--selected {
    padding: 0; }
  .strath-bootstrap .fact-banner {
    padding: 0;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .strath-bootstrap .fact-banner {
        padding: 2rem 0; } }
    .strath-bootstrap .fact-banner ul {
      list-style-type: none;
      padding: 0;
      margin-bottom: 0; }
      .strath-bootstrap .fact-banner ul li {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem; }
        @media (min-width: 576px) {
          .strath-bootstrap .fact-banner ul li {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media (min-width: 768px) {
          .strath-bootstrap .fact-banner ul li {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%; } }
    .strath-bootstrap .fact-banner .fact-headline {
      font-weight: bold;
      font-size: 1.6rem;
      color: #002b5c; }
    .strath-bootstrap .fact-banner img {
      max-width: 80px;
      width: auto; }
      @media (min-width: 1200px) {
        .strath-bootstrap .fact-banner img {
          max-width: 100px; } }
    .strath-bootstrap .fact-banner .fact-image,
    .strath-bootstrap .fact-banner .fact-big-text {
      margin-right: 2rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .fact-banner .fact-image,
        .strath-bootstrap .fact-banner .fact-big-text {
          margin-bottom: 1rem;
          margin-right: 0; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .fact-banner .fact-image,
        .strath-bootstrap .fact-banner .fact-big-text {
          margin: 0 auto 1rem auto;
          margin: 0 3rem; } }
    .strath-bootstrap .fact-banner .fact-big-text {
      font-size: 3rem;
      font-weight: bold;
      color: #002b5c;
      min-width: 130px;
      line-height: 1; }
      @media (min-width: 576px) {
        .strath-bootstrap .fact-banner .fact-big-text {
          font-size: 3.5rem;
          line-height: 1.2; } }
  .strath-bootstrap .usp-banner {
    padding: 1rem 0 0 0; }
    .strath-bootstrap .usp-banner .container h2 {
      margin-bottom: 1.5rem; }
    .strath-bootstrap .usp-banner ul:before {
      content: none; }
    .strath-bootstrap .usp-banner ul.row {
      list-style-type: none;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0; }
      .strath-bootstrap .usp-banner ul.row li > div {
        box-shadow: 0px 0px 5px 0px rgba(70, 70, 70, 0.1);
        border-radius: 5px;
        background-color: #fff;
        padding: 1rem; }
    .strath-bootstrap .usp-banner img {
      max-width: 80px;
      width: auto; }
      @media (min-width: 1200px) {
        .strath-bootstrap .usp-banner img {
          max-width: 100px; } }
    .strath-bootstrap .usp-banner .usp-image {
      margin-right: 2rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .usp-banner .usp-image {
          margin-bottom: 1rem;
          margin-right: 0; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .usp-banner .usp-image {
          margin: 0 auto 1rem auto;
          margin: 0 3rem; } }
    .strath-bootstrap .usp-banner .usp-big-text {
      color: #002b5c;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
      text-align: left; }
    .strath-bootstrap .usp-banner .usp-headline {
      color: #002b5c;
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem; }
  .strath-bootstrap .usp-banner.usp-banner-full .usp-big-text,
  .strath-bootstrap .usp-banner.usp-banner-full .usp-headline {
    margin-bottom: 1rem; }
  .strath-bootstrap .usp-banner.usp-banner-full .usp-headline {
    line-height: 1.2; }
  .strath-bootstrap .usp-banner.usp-banner-full .source {
    line-height: 1.5; }
  .strath-bootstrap .timeline {
    overflow: hidden; }
  .strath-bootstrap .timeline .container {
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 4rem; }
    @media (min-width: 992px) {
      .strath-bootstrap .timeline .container {
        padding: 2rem 2rem 4rem 2rem; } }
  .strath-bootstrap .timeline h2 {
    font-family: "ClanProBold", sans-serif;
    border-bottom: 0;
    min-height: 0;
    padding-bottom: 0; }
  .strath-bootstrap .timeline ul.timeline-ul {
    margin-bottom: 0;
    padding: 0; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li {
    background: #e9ecef;
    list-style-type: none;
    margin: 0 auto 0 0;
    padding-top: 1rem;
    position: relative;
    width: 6px; }
  @media (min-width: 576px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li {
      margin: 0 auto; } }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:after {
    -webkit-transform: translateX(-50%);
    background: inherit;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: 20px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(odd) .timeline-box {
    left: 45px; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(odd) .timeline-box:before {
    border-color: transparent #e9ecef transparent transparent;
    border-width: 15px 15px 15px 0;
    left: -15px; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(2n) .timeline-box {
    left: 45px; }
  @media (min-width: 576px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(2n) .timeline-box {
      left: -45vw; } }
  @media (min-width: 992px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(2n) .timeline-box {
      left: -438px; } }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(2n) .timeline-box:before {
    border-color: transparent #e9ecef transparent transparent;
    border-width: 15px 15px 15px 0;
    left: -15px; }
  @media (min-width: 576px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(2n) .timeline-box:before {
      border-color: transparent transparent transparent #e9ecef;
      border-width: 15px 0 15px 15px;
      left: auto;
      right: -15px; } }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li .timeline-box:before {
    transition: all 0.2s ease-in-out; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li .timeline-box {
    background: #e9ecef;
    bottom: 0;
    max-width: 300px;
    padding: 1rem 1rem 1.5rem;
    position: relative;
    transition: all 0.2s ease-in-out;
    width: calc(100vw - 75px); }
  @media (min-width: 576px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li .timeline-box {
      max-width: none;
      width: 40vw; } }
  @media (min-width: 992px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li .timeline-box {
      width: 400px; } }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li .timeline-box:before {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    width: 0; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a .timeline-box,
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a .timeline-box h3 {
    color: #212529; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a:hover .timeline-box {
    background: #cbd3da; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a:hover .timeline-box .timeline-text {
    border-color: #fd7e14; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a:hover:nth-child(odd) .timeline-box:before {
    border-color: transparent #cbd3da transparent transparent; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a:hover:nth-child(2n) .timeline-box:before {
    border-color: transparent transparent transparent #cbd3da; }
  .strath-bootstrap .timeline .timeline-text {
    border-left: 4px solid #0078ae;
    padding-left: 1rem;
    transition: all 0.2s ease-in-out; }
  .strath-bootstrap .timeline .timeline-text ul {
    list-style: none;
    margin: 0 0 0 0.7rem;
    padding: 0; }
  .strath-bootstrap .timeline .timeline-text li {
    padding-left: 1em;
    text-indent: -0.7em; }
  .strath-bootstrap .timeline .timeline-text li:before {
    color: #fd7e14;
    content: "■";
    padding-right: 0.7rem; }
  .strath-bootstrap .timeline img {
    margin-bottom: 1rem;
    max-width: 100%; }
  .strath-bootstrap .timeline h2,
  .strath-bootstrap .timeline h3 {
    font-family: "ClanProBold", sans-serif;
    font-weight: 700; }
  .strath-bootstrap .timeline .btn {
    margin-bottom: -0.5rem;
    margin-top: 1rem;
    width: 100%; }
  .strath-bootstrap .fw-bootstrap .timeline .wrap {
    padding: 2rem 0; }
  .strath-bootstrap ul.strath-timeline {
    width: 600px;
    max-width: calc(100% - 20px) !important;
    list-style: none;
    padding: 0 0 0 2rem;
    margin: 30px 0 30px 20px;
    position: relative; }
    .strath-bootstrap ul.strath-timeline:before {
      content: "";
      display: block;
      width: 6px;
      background-color: #ccc;
      border-radius: 3px;
      position: absolute;
      left: -13px;
      top: -10px;
      height: calc(100% + 20px); }
    .strath-bootstrap ul.strath-timeline li {
      max-width: 100%;
      border: 1px solid #ccc;
      padding: 1rem 2rem !important;
      border-radius: 5px;
      margin-bottom: 30px;
      position: relative;
      z-index: 2;
      background: white;
      box-shadow: 0 0 5px 0 rgba(70, 70, 70, 0.1); }
      .strath-bootstrap ul.strath-timeline li > *:first-child:before {
        content: "";
        display: block;
        width: 4px;
        height: calc(100% - 2rem);
        position: absolute;
        left: calc(1rem - 2px);
        background: #0078ae; }
      .strath-bootstrap ul.strath-timeline li > *:last-child {
        margin-bottom: 0; }
      .strath-bootstrap ul.strath-timeline li:before {
        content: "" !important;
        border-top: 1px solid #ccc;
        position: absolute;
        width: 2rem;
        height: 5px;
        left: calc(-1 * (2rem + 10px));
        top: 17px;
        background: #ccc;
        border-radius: 20px; }
    @media (min-width: 700px) {
      .strath-bootstrap ul.strath-timeline {
        padding-left: 0;
        margin-left: 0; }
      .strath-bootstrap ul.strath-timeline:before {
        left: calc(50% - 2px); }
      .strath-bootstrap ul.strath-timeline:after {
        content: "";
        display: block;
        clear: both; }
      .strath-bootstrap ul.strath-timeline li {
        width: 280px;
        max-width: calc(50% - 40px) !important;
        margin-bottom: 0;
        margin-left: 0;
        float: left;
        clear: left; }
        .strath-bootstrap ul.strath-timeline li:before {
          left: -40px; }
        .strath-bootstrap ul.strath-timeline li:nth-child(even) {
          float: right;
          clear: right; }
        .strath-bootstrap ul.strath-timeline li:nth-child(odd):before {
          right: calc(-1 * (2rem + 10px));
          left: unset; }
      .strath-bootstrap ul.strath-timeline li ~ li {
        margin-top: 30px; } }
  .strath-bootstrap .testimonial {
    padding: 4rem 0; }
    .strath-bootstrap .testimonial .container {
      padding-left: 15px;
      padding-right: 15px; }
    .strath-bootstrap .testimonial .row {
      position: relative; }
    .strath-bootstrap .testimonial .testimonial-image {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 500px;
      margin: auto; }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial .testimonial-image {
          margin: 0;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 992px) {
        .strath-bootstrap .testimonial .testimonial-image {
          -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
          margin-left: 16.66667%; } }
      .strath-bootstrap .testimonial .testimonial-image img {
        margin: auto;
        border-radius: 50%;
        max-width: 80%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media (min-width: 992px) {
          .strath-bootstrap .testimonial .testimonial-image img {
            max-width: 100%; } }
    .strath-bootstrap .testimonial .testimonial-quote {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1rem 0 0 0; }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial .testimonial-quote {
          -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
          max-width: 41.66667%;
          margin-left: 8.33333%; } }
      @media (min-width: 768px) {
        .strath-bootstrap .testimonial .testimonial-quote {
          -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
          max-width: 33.33333%;
          margin-left: 8.33333%;
          padding: 1.5rem 1rem 0 1rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .testimonial .testimonial-quote {
          margin-left: 16.66667%; } }
      .strath-bootstrap .testimonial .testimonial-quote blockquote {
        font-size: 1.4rem;
        font-weight: bold;
        background: transparent;
        border-left: 0;
        max-width: 100%;
        line-height: initial;
        padding: 0;
        margin: 0 0 2rem; }
        @media (min-width: 992px) {
          .strath-bootstrap .testimonial .testimonial-quote blockquote {
            font-size: 1.6rem; } }
        .strath-bootstrap .testimonial .testimonial-quote blockquote:before, .strath-bootstrap .testimonial .testimonial-quote blockquote:after {
          display: none; }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial .testimonial-quote .testimonial-credit {
          margin-bottom: 1rem; } }
    .strath-bootstrap .testimonial .testimonial-quote-text {
      border-left: 4px solid #0078ae;
      padding-left: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial .testimonial-quote-text {
          border-left: 0;
          padding-left: 0;
          margin-bottom: 0; } }
    .strath-bootstrap .testimonial .testimonial-divider {
      display: none;
      border-left: 4px solid #0078ae;
      position: absolute;
      left: 50%;
      height: 100%; }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial .testimonial-divider {
          display: block; } }
    .strath-bootstrap .testimonial .button-container {
      margin-top: auto;
      padding: 0; }
      .strath-bootstrap .testimonial .button-container a {
        width: 100%;
        white-space: normal; }
        @media (min-width: 576px) {
          .strath-bootstrap .testimonial .button-container a {
            width: auto; } }
    .strath-bootstrap .testimonial.lhs-testimonial {
      padding: 2rem 0; }
      .strath-bootstrap .testimonial.lhs-testimonial .container {
        padding-bottom: 0; }
      .strath-bootstrap .testimonial.lhs-testimonial .row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 768px) {
          .strath-bootstrap .testimonial.lhs-testimonial .row {
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; } }
      .strath-bootstrap .testimonial.lhs-testimonial .testimonial-image {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        @media (min-width: 576px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-image {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            max-width: 350px;
            margin: auto; } }
        @media (min-width: 768px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-image {
            margin: 0;
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%; } }
        @media (min-width: 992px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-image {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
            margin-left: 8.33333%; } }
      .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        @media (min-width: 576px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            margin-left: 0; } }
        @media (min-width: 768px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote {
            -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
            max-width: 41.66667%;
            margin-left: 8.33333%;
            padding-left: 0; } }
        @media (min-width: 992px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
            margin-left: 16.66667%;
            padding-left: 1rem; } }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote-text {
          border-left: 4px solid #0078ae;
          padding-left: 1rem;
          margin-bottom: 1rem; } }
      @media (min-width: 768px) {
        .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote-text {
          border-left: 0;
          padding-left: 0;
          margin-bottom: 0; } }
      .strath-bootstrap .testimonial.lhs-testimonial .testimonial-divider {
        display: none; }
        @media (min-width: 768px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-divider {
            display: block; } }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial.lhs-testimonial .button-container a {
          width: 100%; } }
  .strath-bootstrap .fixed-width .block-grid .container {
    padding-bottom: 0; }
  .strath-bootstrap .full-width .block-grid .container {
    padding: 2rem 0; }
    @media (min-width: 800px) {
      .strath-bootstrap .full-width .block-grid .container {
        padding: 4rem 0; } }
  .strath-bootstrap .block-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem 0 1rem 0; }
    .strath-bootstrap .block-grid .row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      clear: both; }
    .strath-bootstrap .block-grid.block-grid-title {
      padding: 2rem 0 0 0;
      border-bottom: 0; }
      .strath-bootstrap .block-grid.block-grid-title h2 {
        font-family: "ClanProBold", sans-serif;
        color: #002b5c;
        font-weight: bold;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
        padding: 0;
        max-width: 800px; }
    .strath-bootstrap .block-grid.block-grid-zero {
      padding: 0;
      height: 0; }
  .strath-bootstrap .block-grid:has(~ .areas-of-interest) {
    padding: 1.5rem 0 0 0; }
  .strath-bootstrap .block-grid:has(~ .photobox) {
    padding: 1rem 0 0 0; }
  .strath-bootstrap .block-grid-item {
    margin-bottom: 1.25rem;
    margin-left: -1px;
    margin-right: 0;
    position: relative; }
    .strath-bootstrap .block-grid-item .block-grid-item-content {
      height: 100%;
      background: #fff;
      transition: 0.2s; }
      .strath-bootstrap .block-grid-item .block-grid-item-content .block-grid-item-copy a {
        text-decoration: underline;
        color: #01676a; }
    .strath-bootstrap .block-grid-item .block-grid-item-image {
      position: relative; }
      .strath-bootstrap .block-grid-item .block-grid-item-image img {
        max-width: 100%;
        height: auto;
        float: none;
        padding: 0; }
    .strath-bootstrap .block-grid-item .embed-responsive {
      margin-bottom: 0; }
    .strath-bootstrap .block-grid-item .block-grid-item-text {
      min-height: 100px;
      padding: 1rem;
      word-wrap: break-word;
      white-space: normal; }
      .strath-bootstrap .block-grid-item .block-grid-item-text p.button-link a {
        text-decoration: none; }
    .strath-bootstrap .block-grid-item .block-grid-item-text-text {
      min-height: 0; }
    .strath-bootstrap .block-grid-item .block-grid-item-text-text:empty {
      display: none; }
    .strath-bootstrap .block-grid-item .block-grid-item-text,
    .strath-bootstrap .block-grid-item .block-grid-item-text-text {
      border-top: 5px solid #002b5c; }
      .strath-bootstrap .block-grid-item .block-grid-item-text a h3,
      .strath-bootstrap .block-grid-item .block-grid-item-text a.block-header h3,
      .strath-bootstrap .block-grid-item .block-grid-item-text-text a h3,
      .strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header h3 {
        text-decoration: underline;
        text-underline-position: under;
        line-height: 2rem; }
        .strath-bootstrap .block-grid-item .block-grid-item-text a h3:hover,
        .strath-bootstrap .block-grid-item .block-grid-item-text a.block-header h3:hover,
        .strath-bootstrap .block-grid-item .block-grid-item-text-text a h3:hover,
        .strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header h3:hover {
          background: #6c757d;
          color: white; }
      .strath-bootstrap .block-grid-item .block-grid-item-text a.block-header,
      .strath-bootstrap .block-grid-item .block-grid-item-text .block-header,
      .strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header,
      .strath-bootstrap .block-grid-item .block-grid-item-text-text .block-header {
        color: #002b5c;
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
        padding: 0;
        line-height: 2rem;
        text-underline-position: under; }
        .strath-bootstrap .block-grid-item .block-grid-item-text a.block-header h3,
        .strath-bootstrap .block-grid-item .block-grid-item-text .block-header h3,
        .strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header h3,
        .strath-bootstrap .block-grid-item .block-grid-item-text-text .block-header h3 {
          line-height: 2rem; }
      .strath-bootstrap .block-grid-item .block-grid-item-text > *:last-child,
      .strath-bootstrap .block-grid-item .block-grid-item-text-text > *:last-child {
        margin-bottom: 0; }
    .strath-bootstrap .block-grid-item .block-grid-item-inner {
      height: 100%;
      position: relative; }
    .strath-bootstrap .block-grid-item .has-link:hover .block-grid-item-content {
      background: #6c757d !important; }
    .strath-bootstrap .block-grid-item .has-link:hover .block-grid-item-text ul li:before {
      color: white; }
    .strath-bootstrap .block-grid-item .has-link:hover .block-grid-item-content,
    .strath-bootstrap .block-grid-item .has-link:hover .block-grid-item-content * {
      color: #fff; }
    .strath-bootstrap .block-grid-item .has-link:hover .faux-block-link {
      color: #fff;
      text-decoration-thickness: 2px; }
    .strath-bootstrap .block-grid-item .has-link .faux-block-link {
      text-decoration: underline;
      text-underline-position: under;
      display: block;
      color: #002b5c; }
      .strath-bootstrap .block-grid-item .has-link .faux-block-link:focus-visible {
        outline: 2px solid black;
        outline-offset: 5px; }
      .strath-bootstrap .block-grid-item .has-link .faux-block-link:focus {
        text-decoration: none; }
    .strath-bootstrap .block-grid-item.has-shadow .block-grid-item-content {
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
    .strath-bootstrap .block-grid-item.has-shadow.grey-block .block-grid-item-content {
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25); }
    @media (min-width: 576px) {
      .strath-bootstrap .block-grid-item.fifth, .strath-bootstrap .block-grid-item.quarter, .strath-bootstrap .block-grid-item.third, .strath-bootstrap .block-grid-item.half {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 575.98px) {
      .strath-bootstrap .block-grid-item.fifth, .strath-bootstrap .block-grid-item.quarter, .strath-bootstrap .block-grid-item.third, .strath-bootstrap .block-grid-item.half {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .block-grid-item.fifth {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .block-grid-item.quarter {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 768px) {
      .strath-bootstrap .block-grid-item.third {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 768px) {
      .strath-bootstrap .block-grid-item.half {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    .strath-bootstrap .block-grid-item.grey-block .block-grid-item-content {
      background: #e9ecef; }
    .strath-bootstrap .block-grid-item.light-grey-block .block-grid-item-content {
      background: #f8f9fa; }
    .strath-bootstrap .block-grid-item.white-block .block-grid-item-content {
      background: #fff; }
    .strath-bootstrap .block-grid-item.horizontal .block-grid-item-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-top: 4px solid #002b5c; }
      .strath-bootstrap .block-grid-item.horizontal .block-grid-item-content .block-grid-item-image {
        width: auto;
        max-width: 40%; }
      .strath-bootstrap .block-grid-item.horizontal .block-grid-item-content .block-grid-item-text {
        border-top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
      .strath-bootstrap .block-grid-item.horizontal .block-grid-item-content .btn {
        margin-left: auto;
        margin-top: auto;
        color: #fff; }
    .strath-bootstrap .block-grid-item.block-grid-item-filterable .block-grid-item-content:hover {
      background: #6c757d;
      color: white; }
      .strath-bootstrap .block-grid-item.block-grid-item-filterable .block-grid-item-content:hover .block-grid-item-text h3,
      .strath-bootstrap .block-grid-item.block-grid-item-filterable .block-grid-item-content:hover .block-grid-item-text p {
        color: white !important; }
  .strath-bootstrap .block-grid-items-filters {
    margin-bottom: 1rem;
    padding: 2rem 0 0;
    position: relative; }
    @media (min-width: 576px) {
      .strath-bootstrap .block-grid-items-filters {
        padding: 2rem 0 0; } }
    .strath-bootstrap .block-grid-items-filters .container p:last-of-type {
      margin-bottom: 2rem; }
    .strath-bootstrap .block-grid-items-filters .block-grid-items-filters-selects {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .strath-bootstrap .block-grid-items-filters .form-group {
      margin-right: 1rem; }
      @media (min-width: 992px) {
        .strath-bootstrap .block-grid-items-filters .form-group {
          max-width: calc(33% - 70px); } }
    .strath-bootstrap .block-grid-items-filters label {
      color: #002b5c;
      font-weight: bold; }
    .strath-bootstrap .block-grid-items-filters select {
      min-width: 200px; }
    .strath-bootstrap .block-grid-items-filters .search-reset {
      margin-left: auto;
      margin-bottom: 1rem; }
      .strath-bootstrap .block-grid-items-filters .search-reset .fa {
        margin-left: 0.5rem; }
    .strath-bootstrap .block-grid-items-filters .no-results {
      position: absolute;
      opacity: 0;
      margin-top: 1rem;
      transition: 1s;
      font-size: 1.2rem;
      font-weight: bold;
      color: #002b5c; }
      .strath-bootstrap .block-grid-items-filters .no-results.show {
        opacity: 1; }
  .strath-bootstrap .pagination {
    margin-top: 1rem;
    background: #fff; }
    .strath-bootstrap .pagination .page-item {
      margin-right: 0.25rem; }
    .strath-bootstrap .pagination .page-link {
      background: #e9ecef;
      color: #002b5c;
      font-weight: bold;
      transition: 0.15s; }
      .strath-bootstrap .pagination .page-link:hover {
        background: #002b5c;
        color: #fff; }
    .strath-bootstrap .pagination .inactive {
      display: none; }
    .strath-bootstrap .pagination .current {
      background: #002b5c;
      color: #fff; }
  .strath-bootstrap ul.bullets {
    padding-left: 1.2em; }
    .strath-bootstrap ul.bullets li {
      list-style: none;
      padding-left: 1.2em; }
      .strath-bootstrap ul.bullets li:before {
        display: inline-block;
        text-indent: -1.2em;
        content: "\25A0";
        color: #fd7e14; }
  .strath-bootstrap article.staffsearch div.filter ul#filter-buttons li:before {
    display: none; }
  .strath-bootstrap .single-video.single-image {
    padding: 2rem 0 2rem 0; }
    @media (min-width: 576px) {
      .strath-bootstrap .single-video.single-image {
        padding: 4rem 0;
        height: auto; } }
    .strath-bootstrap .single-video.single-image .single-media {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .single-video.single-image .single-media {
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .strath-bootstrap .single-video.single-image .single-media {
          -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
          max-width: 41.66667%; } }
      .strath-bootstrap .single-video.single-image .single-media img {
        max-width: 100%; }
    .strath-bootstrap .single-video.single-image .caption-wrap {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 576px) {
        .strath-bootstrap .single-video.single-image .caption-wrap {
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          border-left: 4px solid #0078ae; } }
      @media (min-width: 768px) {
        .strath-bootstrap .single-video.single-image .caption-wrap {
          -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
          max-width: 41.66667%;
          padding-left: 2rem;
          margin-left: 2rem; } }
      .strath-bootstrap .single-video.single-image .caption-wrap .caption {
        border-left: 4px solid #0078ae;
        padding-left: 1rem;
        margin-bottom: 1rem; }
        @media (min-width: 576px) {
          .strath-bootstrap .single-video.single-image .caption-wrap .caption {
            border-left: 0;
            padding-left: 0; } }
        .strath-bootstrap .single-video.single-image .caption-wrap .caption h2 {
          border-bottom: 0; }
        .strath-bootstrap .single-video.single-image .caption-wrap .caption p:last-of-type {
          margin-bottom: 0; }
    .strath-bootstrap .single-video.single-image .button-container {
      margin-top: auto;
      margin-bottom: 0;
      padding: 0; }
      .strath-bootstrap .single-video.single-image .button-container a {
        width: 100%;
        white-space: normal; }
        @media (min-width: 576px) {
          .strath-bootstrap .single-video.single-image .button-container a {
            width: auto; } }
  .strath-bootstrap .news-events {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    line-height: 1.4rem;
    border-bottom: 1px solid #e9ecef; }
    .strath-bootstrap .news-events p a,
    .strath-bootstrap .news-events ul li a {
      text-decoration: underline;
      text-underline-position: under;
      color: #002b5c !important;
      line-height: 1.6rem; }
    @media (min-width: 992px) {
      .strath-bootstrap .news-events {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    .strath-bootstrap .news-events.block-grid-item {
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: 0; }
      @media (min-width: 992px) {
        .strath-bootstrap .news-events.block-grid-item {
          padding-top: 0;
          padding-bottom: 0; } }
    .strath-bootstrap .news-events .block-grid-item-content {
      width: 100%;
      min-width: 50%; }
    .strath-bootstrap .news-events .news-events-row {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 1rem;
      margin: 20px 0 40px 20px; }
      .strath-bootstrap .news-events .news-events-row a.btn {
        margin-top: 20px; }
      .strath-bootstrap .news-events .news-events-row ul li.has-link:hover {
        background-color: #6c757d !important;
        color: #fff; }
        .strath-bootstrap .news-events .news-events-row ul li.has-link:hover h3,
        .strath-bootstrap .news-events .news-events-row ul li.has-link:hover h3 p {
          color: #fff; }
        .strath-bootstrap .news-events .news-events-row ul li.has-link:hover p a {
          color: #fff;
          text-decoration: none; }
    @media (max-width: 767.98px) {
      .strath-bootstrap .news-events .news-events-row {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; } }
    .strath-bootstrap .news-events .news-events-column {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      .strath-bootstrap .news-events .news-events-column ul li:before {
        display: none; }
      .strath-bootstrap .news-events .news-events-column ul li.has-link:hover {
        background-color: #6c757d !important;
        color: #fff; }
        .strath-bootstrap .news-events .news-events-column ul li.has-link:hover h3,
        .strath-bootstrap .news-events .news-events-column ul li.has-link:hover h3 p {
          color: #fff; }
        .strath-bootstrap .news-events .news-events-column ul li.has-link:hover p a {
          color: #fff;
          text-decoration: none; }
      @media (min-width: 768px) {
        .strath-bootstrap .news-events .news-events-column {
          -webkit-flex: 0 0 49%;
          -ms-flex: 0 0 49%;
          flex: 0 0 49%;
          max-width: 49%;
          margin: 0; } }
      .strath-bootstrap .news-events .news-events-column a.btn {
        margin-top: 0.5rem; }
    .strath-bootstrap .news-events .button-container a {
      background-color: #01676a;
      color: #fff;
      margin-top: 0.5rem; }
      .strath-bootstrap .news-events .button-container a:hover {
        background-color: #6c757d; }
    .strath-bootstrap .news-events .has-link .block-grid-item-content {
      width: 100%;
      min-width: 50%; }
      .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-200-bg:hover,
      .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-100-bg:hover,
      .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.white-bg:hover {
        background-color: #6c757d !important;
        color: #fff; }
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-200-bg:hover a h3 p,
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-200-bg:hover p a,
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-100-bg:hover a h3 p,
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-100-bg:hover p a,
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.white-bg:hover a h3 p,
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.white-bg:hover p a {
          color: #fff; }
    .strath-bootstrap .news-events h2 {
      border-bottom: 0; }
    .strath-bootstrap .news-events h3 {
      margin-bottom: 1rem; }
    .strath-bootstrap .news-events h3 a {
      margin-bottom: 1rem;
      text-decoration: none; }
      .strath-bootstrap .news-events h3 a:hover {
        color: #01676a !important; }
    .strath-bootstrap .news-events ul {
      list-style-type: none;
      padding: 0;
      margin-left: 0;
      margin-bottom: 0;
      height: 100%; }
      .strath-bootstrap .news-events ul li {
        height: 100%; }
    .strath-bootstrap .news-events li.news-events-item {
      margin-bottom: 13.33333px;
      margin-right: 13.33333px; }
    .strath-bootstrap .news-events li.news-events-item2 {
      margin-bottom: 0; }
    .strath-bootstrap .news-events li.news-events-item,
    .strath-bootstrap .news-events li.news-events-item2 {
      position: relative;
      border-left: 4px solid #002b5c;
      transition: 0.2s;
      padding: 0.5rem 1rem !important;
      color: #212529; }
      .strath-bootstrap .news-events li.news-events-item .block-grid-item-text,
      .strath-bootstrap .news-events li.news-events-item2 .block-grid-item-text {
        border-top: 0;
        padding: 0; }
        .strath-bootstrap .news-events li.news-events-item .block-grid-item-text h3,
        .strath-bootstrap .news-events li.news-events-item2 .block-grid-item-text h3 {
          line-height: 1.8rem !important; }
    @media (max-width: 991.98px) {
      .strath-bootstrap .news-events .news-events-column {
        margin: 20px; } }
    .strath-bootstrap .news-events ul li:before {
      display: none; }
    .strath-bootstrap .news-events p:last-of-type {
      margin-bottom: 0; }
    .strath-bootstrap .news-events li.event-item {
      border-left: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0; }
      .strath-bootstrap .news-events li.event-item .calendar {
        background: #002b5c;
        color: #fff;
        min-width: 90px;
        padding: 1rem 0.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        transition: 0.2s; }
        .strath-bootstrap .news-events li.event-item .calendar div:nth-of-type(1) {
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          padding: 0 0 0.5rem 0; }
        .strath-bootstrap .news-events li.event-item .calendar div:nth-of-type(2) {
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          font-size: 1.6rem;
          font-weight: bold;
          padding: 0; }
        .strath-bootstrap .news-events li.event-item .calendar div:nth-of-type(3) {
          -webkit-order: 3;
          -ms-flex-order: 3;
          order: 3;
          padding: 0.5rem 0 0 0; }
      .strath-bootstrap .news-events li.event-item .event-body {
        color: #343a40; }
        .strath-bootstrap .news-events li.event-item .event-body.faux-block-link:hover {
          color: #343a40; }
      .strath-bootstrap .news-events li.event-item .event-body {
        padding: 0.5rem 1rem; }
    .strath-bootstrap .news-events.grey-bg li {
      background: #e9ecef; }
  .strath-bootstrap .two-columns .manual-events .column-inner .manual-events-list {
    display: block; }
  .strath-bootstrap .two-columns .manual-news .column-inner .manual-news-list {
    display: block; }
  .strath-bootstrap .two-columns .column-inner .news-events-display {
    width: 100%; }
  .strath-bootstrap .two-columns .column-inner .news-events {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    width: 100%;
    display: none; }
  .strath-bootstrap .two-columns .column-inner .news-events-item {
    width: 100%;
    height: auto; }
    .strath-bootstrap .two-columns .column-inner .news-events-item:before {
      display: none; }
    .strath-bootstrap .two-columns .column-inner .news-events-item.white-block {
      background: white; }
    .strath-bootstrap .two-columns .column-inner .news-events-item.grey-block {
      background: #e9ecef; }
    .strath-bootstrap .two-columns .column-inner .news-events-item.light-grey-block {
      background: #f8f9fa; }
    .strath-bootstrap .two-columns .column-inner .news-events-item a {
      text-decoration: underline;
      text-underline-position: under;
      color: #002b5c;
      line-height: 1.8rem; }
    .strath-bootstrap .two-columns .column-inner .news-events-item h3 {
      text-decoration: none;
      color: #002b5c; }
  .strath-bootstrap .wysiwyg p {
    color: #002b5c; }
    .strath-bootstrap .wysiwyg p a {
      text-decoration: underline; }
  .strath-bootstrap .wysiwyg ul,
  .strath-bootstrap .wysiwyg ol {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
    margin-bottom: 1rem; }
    @media (min-width: 576px) {
      .strath-bootstrap .wysiwyg ul,
      .strath-bootstrap .wysiwyg ol {
        margin-left: 1rem; } }
  .strath-bootstrap .wysiwyg ul li {
    list-style: none;
    padding-left: 1.2em; }
    .strath-bootstrap .wysiwyg ul li:before {
      display: inline-block;
      text-indent: -1.2em;
      content: "\25A0";
      color: #fd7e14; }
  .strath-bootstrap .block-outer-white > section,
  .strath-bootstrap .block-outer-grey > section,
  .strath-bootstrap .block-outer > section,
  .strath-bootstrap .profilescontainer-white-fixed-width > section,
  .strath-bootstrap .profilescontainer-grey-fixed-width > section,
  .strath-bootstrap .profilescontainer-white-full-width > section,
  .strath-bootstrap .profilescontainer-white-full-width > section {
    max-width: 1140px;
    padding: 40px 15px; }
    .strath-bootstrap .block-outer-white > section p,
    .strath-bootstrap .block-outer-white > section li,
    .strath-bootstrap .block-outer-grey > section p,
    .strath-bootstrap .block-outer-grey > section li,
    .strath-bootstrap .block-outer > section p,
    .strath-bootstrap .block-outer > section li,
    .strath-bootstrap .profilescontainer-white-fixed-width > section p,
    .strath-bootstrap .profilescontainer-white-fixed-width > section li,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section p,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section li,
    .strath-bootstrap .profilescontainer-white-full-width > section p,
    .strath-bootstrap .profilescontainer-white-full-width > section li,
    .strath-bootstrap .profilescontainer-white-full-width > section p,
    .strath-bootstrap .profilescontainer-white-full-width > section li {
      color: #495057; }
    .strath-bootstrap .block-outer-white > section h1,
    .strath-bootstrap .block-outer-white > section h2,
    .strath-bootstrap .block-outer-white > section h3,
    .strath-bootstrap .block-outer-white > section h4,
    .strath-bootstrap .block-outer-white > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white > section h2,
    .strath-bootstrap .block-outer-white > section .results .result h3,
    .strath-bootstrap .results .result .block-outer-white > section h3,
    .strath-bootstrap .block-outer-white > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white > section h3,
    .strath-bootstrap .block-outer-grey > section h1,
    .strath-bootstrap .block-outer-grey > section h2,
    .strath-bootstrap .block-outer-grey > section h3,
    .strath-bootstrap .block-outer-grey > section h4,
    .strath-bootstrap .block-outer-grey > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey > section h2,
    .strath-bootstrap .block-outer-grey > section .results .result h3,
    .strath-bootstrap .results .result .block-outer-grey > section h3,
    .strath-bootstrap .block-outer-grey > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey > section h3,
    .strath-bootstrap .block-outer > section h1,
    .strath-bootstrap .block-outer > section h2,
    .strath-bootstrap .block-outer > section h3,
    .strath-bootstrap .block-outer > section h4,
    .strath-bootstrap .block-outer > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .block-outer > section h2,
    .strath-bootstrap .block-outer > section .results .result h3,
    .strath-bootstrap .results .result .block-outer > section h3,
    .strath-bootstrap .block-outer > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer > section h3,
    .strath-bootstrap .profilescontainer-white-fixed-width > section h1,
    .strath-bootstrap .profilescontainer-white-fixed-width > section h2,
    .strath-bootstrap .profilescontainer-white-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-white-fixed-width > section h4,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-fixed-width > section h2,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .results .result h3,
    .strath-bootstrap .results .result .profilescontainer-white-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section h1,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section h2,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section h4,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-grey-fixed-width > section h2,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .results .result h3,
    .strath-bootstrap .results .result .profilescontainer-grey-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-grey-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section h1,
    .strath-bootstrap .profilescontainer-white-full-width > section h2,
    .strath-bootstrap .profilescontainer-white-full-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section h4,
    .strath-bootstrap .profilescontainer-white-full-width > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section h2,
    .strath-bootstrap .profilescontainer-white-full-width > section .results .result h3,
    .strath-bootstrap .results .result .profilescontainer-white-full-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section h1,
    .strath-bootstrap .profilescontainer-white-full-width > section h2,
    .strath-bootstrap .profilescontainer-white-full-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section h4,
    .strath-bootstrap .profilescontainer-white-full-width > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section h2,
    .strath-bootstrap .profilescontainer-white-full-width > section .results .result h3,
    .strath-bootstrap .results .result .profilescontainer-white-full-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section h3 {
      border-bottom: 0; }
    .strath-bootstrap .block-outer-white > section .col-sm-6-strath,
    .strath-bootstrap .block-outer-grey > section .col-sm-6-strath,
    .strath-bootstrap .block-outer > section .col-sm-6-strath,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .col-sm-6-strath,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-sm-6-strath,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath {
      padding-top: 2rem; }
      .strath-bootstrap .block-outer-white > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .block-outer-white > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .block-outer-grey > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .block-outer-grey > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .block-outer > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .block-outer > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath:hover .fa-suitcase {
        color: #6c757d; }
    .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover,
    .strath-bootstrap .block-outer-white > section .col-inner-white a:hover,
    .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover,
    .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover,
    .strath-bootstrap .block-outer > section .col-inner-grey a:hover,
    .strath-bootstrap .block-outer > section .col-inner-white a:hover,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover {
      background-color: #6c757d; }
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover p,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover h4,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer-white > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover p,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover h4,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer-white > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover p,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover h4,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer-grey > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover p,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover h4,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer-grey > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover p,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover h4,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover p,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover h4,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover p,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h4,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover p,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover h4,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-fixed-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover p,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h4,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover p,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h4,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover p,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h4,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover p,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h4,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover p,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h4,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover p,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h4,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .fa-chevron-right {
        color: #fff;
        font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap .block-outer-white .randomise:nth-child(n + 4),
  .strath-bootstrap .block-outer-grey .randomise:nth-child(n + 4),
  .strath-bootstrap .block-outer .randomise:nth-child(n + 4),
  .strath-bootstrap .profilescontainer-white-fixed-width .randomise:nth-child(n + 4),
  .strath-bootstrap .profilescontainer-grey-fixed-width .randomise:nth-child(n + 4),
  .strath-bootstrap .profilescontainer-white-full-width .randomise:nth-child(n + 4),
  .strath-bootstrap .profilescontainer-white-full-width .randomise:nth-child(n + 4) {
    display: none; }
  .strath-bootstrap .block-outer-grey-stand-alone > section,
  .strath-bootstrap .block-outer-white-stand-alone > section {
    max-width: 1140px;
    margin-bottom: -1.33333rem;
    padding-top: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0; }
    .strath-bootstrap .block-outer-grey-stand-alone > section p,
    .strath-bootstrap .block-outer-grey-stand-alone > section li,
    .strath-bootstrap .block-outer-white-stand-alone > section p,
    .strath-bootstrap .block-outer-white-stand-alone > section li {
      color: #495057;
      margin-bottom: 0;
      padding-bottom: 2rem; }
    .strath-bootstrap .block-outer-grey-stand-alone > section h1,
    .strath-bootstrap .block-outer-grey-stand-alone > section h2,
    .strath-bootstrap .block-outer-grey-stand-alone > section h3,
    .strath-bootstrap .block-outer-grey-stand-alone > section h4,
    .strath-bootstrap .block-outer-grey-stand-alone > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey-stand-alone > section h2,
    .strath-bootstrap .block-outer-grey-stand-alone > section .results .result h3,
    .strath-bootstrap .results .result .block-outer-grey-stand-alone > section h3,
    .strath-bootstrap .block-outer-grey-stand-alone > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey-stand-alone > section h3,
    .strath-bootstrap .block-outer-white-stand-alone > section h1,
    .strath-bootstrap .block-outer-white-stand-alone > section h2,
    .strath-bootstrap .block-outer-white-stand-alone > section h3,
    .strath-bootstrap .block-outer-white-stand-alone > section h4,
    .strath-bootstrap .block-outer-white-stand-alone > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white-stand-alone > section h2,
    .strath-bootstrap .block-outer-white-stand-alone > section .results .result h3,
    .strath-bootstrap .results .result .block-outer-white-stand-alone > section h3,
    .strath-bootstrap .block-outer-white-stand-alone > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white-stand-alone > section h3 {
      border-bottom: 0; }
  .strath-bootstrap .col-sm-6-strath {
    padding-top: 2rem; }
  .strath-bootstrap .block-outer-grey,
  .strath-bootstrap .block-outer-grey-stand-alone,
  .strath-bootstrap .card {
    background-color: #e9ecef; }
  .strath-bootstrap .block-outer-white-stand-alone {
    background-color: #fff; }
  .strath-bootstrap .block-outer-white {
    background-color: #fff; }
    .strath-bootstrap .block-outer-white .card {
      border: 0; }
    .strath-bootstrap .block-outer-white .card-title {
      padding: 1rem 0; }
  .strath-bootstrap .block-outer-background {
    background-image: url("");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .strath-bootstrap .block-outer-background .card-title,
    .strath-bootstrap .block-outer-background .card-body {
      max-width: 900px;
      background-color: #fff;
      color: #495057;
      margin: 2rem 0 0 0;
      border-bottom: 0;
      padding: 20px; }
    .strath-bootstrap .block-outer-background .card-title {
      margin-bottom: 0; }
    .strath-bootstrap .block-outer-background .card-body {
      font-weight: normal;
      -webkit-column-count: 2;
      column-count: 2;
      margin: 0 0 2rem 0; }
    .strath-bootstrap .block-outer-background > h2 {
      margin-bottom: 0;
      color: strath-font-normal;
      border-bottom: 0;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .block-outer-background > p {
      color: strath-font-normal;
      border-bottom: 0;
      margin: 1em 0; }
  .strath-bootstrap .outerhref-one .fa-chevron-right,
  .strath-bootstrap .outerhref-two .fa-chevron-right,
  .strath-bootstrap .outerhref-three .fa-chevron-right {
    color: #495057;
    padding: 1rem; }
    .strath-bootstrap .outerhref-one .fa-chevron-right:hover > h3,
    .strath-bootstrap .outerhref-two .fa-chevron-right:hover > h3,
    .strath-bootstrap .outerhref-three .fa-chevron-right:hover > h3 {
      color: #fff; }
  .strath-bootstrap .outerhref-one .col-inner-grey,
  .strath-bootstrap .outerhref-one .col-inner-white,
  .strath-bootstrap .outerhref-two .col-inner-grey,
  .strath-bootstrap .outerhref-two .col-inner-white,
  .strath-bootstrap .outerhref-three .col-inner-grey,
  .strath-bootstrap .outerhref-three .col-inner-white {
    border-bottom: 5px solid #495057; }
    .strath-bootstrap .outerhref-one .col-inner-grey > h3,
    .strath-bootstrap .outerhref-one .col-inner-white > h3,
    .strath-bootstrap .outerhref-two .col-inner-grey > h3,
    .strath-bootstrap .outerhref-two .col-inner-white > h3,
    .strath-bootstrap .outerhref-three .col-inner-grey > h3,
    .strath-bootstrap .outerhref-three .col-inner-white > h3 {
      padding: 0 1rem; }
    .strath-bootstrap .outerhref-one .col-inner-grey > p,
    .strath-bootstrap .outerhref-one .col-inner-white > p,
    .strath-bootstrap .outerhref-two .col-inner-grey > p,
    .strath-bootstrap .outerhref-two .col-inner-white > p,
    .strath-bootstrap .outerhref-three .col-inner-grey > p,
    .strath-bootstrap .outerhref-three .col-inner-white > p {
      padding: 0 1rem; }
  .strath-bootstrap .outerhref-one .col-inner-grey,
  .strath-bootstrap .outerhref-two .col-inner-grey,
  .strath-bootstrap .outerhref-three .col-inner-grey {
    background: #e9ecef; }
  .strath-bootstrap .outerhref-one .col-inner-white,
  .strath-bootstrap .outerhref-two .col-inner-white,
  .strath-bootstrap .outerhref-three .col-inner-white {
    background: #fff;
    border-bottom: 5px solid #495057;
    border-right: 1px solid #e9ecef;
    border-left: 1px solid #e9ecef; }
    .strath-bootstrap .outerhref-one .col-inner-white:hover,
    .strath-bootstrap .outerhref-one .col-inner-white:hover > h3,
    .strath-bootstrap .outerhref-two .col-inner-white:hover,
    .strath-bootstrap .outerhref-two .col-inner-white:hover > h3,
    .strath-bootstrap .outerhref-three .col-inner-white:hover,
    .strath-bootstrap .outerhref-three .col-inner-white:hover > h3 {
      font-family: "ClanProBold", sans-serif;
      background-color: #6c757d;
      color: #fff; }
  .strath-bootstrap .image-round img {
    height: auto;
    width: 100%;
    max-width: 350px;
    border-radius: 50%;
    max-width: 350px; }
  .strath-bootstrap blockquote > p {
    display: inline-block; }
  @media screen and (max-width: 1140px) {
    .strath-bootstrap .block-outer-white,
    .strath-bootstrap .block-outer-grey {
      padding: 2rem; }
      .strath-bootstrap .block-outer-white > section,
      .strath-bootstrap .block-outer-grey > section {
        padding: 0; }
        .strath-bootstrap .block-outer-white > section .col-sm-6-strath,
        .strath-bootstrap .block-outer-grey > section .col-sm-6-strath {
          padding-top: 0; }
    .strath-bootstrap .block-outer-background > section {
      padding: 0; }
    .strath-bootstrap .block-outer-grey-stand-alone > section,
    .strath-bootstrap .block-outer-white-stand-alone > section {
      margin-top: 0;
      margin-bottom: -2rem;
      padding-left: 0; } }
  @media screen and (min-width: 990px) and (max-width: 1040px) {
    .strath-bootstrap .block-outer-grey-stand-alone > section,
    .strath-bootstrap .block-outer-white-stand-alone > section {
      margin-top: 0rem; }
      .strath-bootstrap .block-outer-grey-stand-alone > section > h2,
      .strath-bootstrap .block-outer-white-stand-alone > section > h2 {
        font-family: "ClanProBold", sans-serif;
        padding-left: 2rem; } }
  @media screen and (max-width: 992px) {
    .strath-bootstrap .block-outer-background > section {
      padding: 0; }
      .strath-bootstrap .block-outer-background > section .background {
        padding: 0 1rem 0; }
      .strath-bootstrap .block-outer-background > section .card-body {
        -webkit-column-count: 1;
        column-count: 1; }
    .strath-bootstrap .block-outer-white,
    .strath-bootstrap .block-outer-grey {
      padding: 2rem; }
      .strath-bootstrap .block-outer-white > section,
      .strath-bootstrap .block-outer-grey > section {
        padding: 0; }
        .strath-bootstrap .block-outer-white > section .randomise:nth-child(n + 3),
        .strath-bootstrap .block-outer-grey > section .randomise:nth-child(n + 3) {
          display: none; }
        .strath-bootstrap .block-outer-white > section .background,
        .strath-bootstrap .block-outer-grey > section .background {
          padding: 0 1rem 0; }
    .strath-bootstrap .block-outer-white .card {
      margin-bottom: 1rem; }
    .strath-bootstrap .block-outer {
      padding: 0; }
      .strath-bootstrap .block-outer .outerhref-one,
      .strath-bootstrap .block-outer .outerhref-two,
      .strath-bootstrap .block-outer .outerhref-three,
      .strath-bootstrap .block-outer .col-sm-6 {
        margin: 1rem; }
      .strath-bootstrap .block-outer > section {
        padding: 1rem;
        margin-bottom: 0; }
    .strath-bootstrap .block-outer-grey-stand-alone > section,
    .strath-bootstrap .block-outer-white-stand-alone > section {
      margin-top: 0;
      margin-bottom: 0; }
      .strath-bootstrap .block-outer-grey-stand-alone > section > h2,
      .strath-bootstrap .block-outer-white-stand-alone > section > h2 {
        font-family: "ClanProBold", sans-serif;
        padding-left: 2rem;
        margin-bottom: -2rem; } }
  @media screen and (max-width: 800px) {
    .strath-bootstrap .block-outer-white > section,
    .strath-bootstrap .block-outer-grey > section {
      margin-bottom: 0; }
      .strath-bootstrap .block-outer-white > section .col-sm-6,
      .strath-bootstrap .block-outer-grey > section .col-sm-6 {
        margin-bottom: 1rem; }
      .strath-bootstrap .block-outer-white > section .profile,
      .strath-bootstrap .block-outer-grey > section .profile {
        margin-bottom: 2rem; }
      .strath-bootstrap .block-outer-white > section .col-sm,
      .strath-bootstrap .block-outer-grey > section .col-sm {
        margin-bottom: 10px; }
    .strath-bootstrap .block-outer-grey-stand-alone > section,
    .strath-bootstrap .block-outer-white-stand-alone > section {
      /*margin-top: -6.5rem; */ }
      .strath-bootstrap .block-outer-grey-stand-alone > section > h2,
      .strath-bootstrap .block-outer-white-stand-alone > section > h2 {
        font-family: "ClanProBold", sans-serif;
        padding-left: 2rem;
        margin-bottom: -15px;
        margin-top: 1rem; } }
  @media screen and (max-width: 500px) {
    .strath-bootstrap .block-outer-white > section,
    .strath-bootstrap .block-outer-grey > section,
    .strath-bootstrap .block-outer-background > section {
      padding: 0;
      margin-bottom: 0; }
      .strath-bootstrap .block-outer-white > section .col-sm-6,
      .strath-bootstrap .block-outer-grey > section .col-sm-6,
      .strath-bootstrap .block-outer-background > section .col-sm-6 {
        margin-bottom: 1rem; } }
  .strath-bootstrap .row > h2,
  .strath-bootstrap .row h3 {
    width: 100%;
    border-bottom: 0; }
  .strath-bootstrap .half-width-feature {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    background-color: #e9ecef; }
    .strath-bootstrap .half-width-feature h2 {
      margin: 1rem 0 0 1rem;
      color: #002b5c;
      padding-bottom: 1rem; }
    .strath-bootstrap .half-width-feature p {
      color: #002b5c;
      padding: 0 2rem 1rem 1rem; }
      .strath-bootstrap .half-width-feature p > a:hover {
        background-color: #e9ecef;
        color: #6c757d; }
    .strath-bootstrap .half-width-feature figure {
      margin: 0; }
    .strath-bootstrap .half-width-feature img {
      max-width: 200px;
      float: right;
      margin-left: 0.5rem; }
    .strath-bootstrap .half-width-feature li a {
      display: inline; }
      .strath-bootstrap .half-width-feature li a:hover {
        background-color: #e9ecef;
        text-decoration: underline; }
    .strath-bootstrap .half-width-feature a {
      color: #002b5c;
      display: inline-block;
      width: 100%;
      height: 100%; }
      .strath-bootstrap .half-width-feature a:hover h2,
      .strath-bootstrap .half-width-feature a:hover p {
        color: #fff; }
  .strath-bootstrap .half-width-feature:nth-of-type(2n) {
    margin: 1rem 1rem 0.5rem 0.5rem; }
  .strath-bootstrap .half-width-feature:nth-of-type(2n + 1) {
    margin: 1rem 0.5rem 0.5rem 1rem; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .half-width-feature:nth-of-type(2n) {
      margin: 1rem 0.5rem 0.5rem 1rem; }
    .strath-bootstrap .half-width-feature:nth-of-type(2n + 1) {
      margin: 1rem 0.5rem 0.5rem 1rem; }
    .strath-bootstrap .half-width-feature {
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      width: 90%; }
      .strath-bootstrap .half-width-feature > img {
        width: 70%; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .half-width-feature img {
      width: 200px;
      margin: 0;
      padding: 0 0 0 1rem; } }
  .strath-bootstrap .search-feature-container-wrapper {
    width: 35% !important;
    max-width: 44em !important;
    margin-top: 40px !important;
    z-index: auto !important; }
  .strath-bootstrap .search-feature-container {
    width: 95% !important; }
  .strath-bootstrap .search-form-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .strath-bootstrap .search-feature-background {
    height: 300px !important; }
  .strath-bootstrap .btn-search-info {
    background-color: #fff;
    font-size: 0.9rem;
    color: #002b5c;
    padding: 0 0 5% 1%; }
  .strath-bootstrap .searchitemsub p {
    color: #495057;
    font-size: 1rem; }
  .strath-bootstrap .feature-header {
    font-size: 1.6rem; }
  .strath-bootstrap .search-form > h3 {
    font-family: "ClanProBold", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0;
    color: #002b5c; }
  .strath-bootstrap .search-form label {
    font-size: 0.9rem;
    font-weight: normal;
    color: #002b5c; }
  .strath-bootstrap .input-group-append {
    color: #002b5c; }
  .strath-bootstrap .input-group-append2 {
    margin-top: 30px; }
  .strath-bootstrap .search-input-group-sticky > input {
    width: 580px;
    margin-top: 30px; }
  .strath-bootstrap .search-input-group-sticky2 {
    background-color: #dee2e6;
    padding: 0 0 20px 20px;
    position: relative;
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .strath-bootstrap .search-input-group-sticky2 > input {
      margin-top: 30px; }
  .strath-bootstrap .input-group-append2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .strath-bootstrap .search-modal-body-section {
    background-color: #e9ecef;
    padding: 5%;
    margin: 3% 0; }
    .strath-bootstrap .search-modal-body-section > h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.5rem;
      font-weight: bold;
      padding: 0;
      color: #002b5c; }
  .strath-bootstrap .searchstriped {
    width: 100%; }
    .strath-bootstrap .searchstriped > p {
      margin: 2rem 1.33333rem 2rem 0;
      width: 33%;
      color: #343a40; }
  .strath-bootstrap .searchstriped {
    border-top-color: #d1d3dc; }
    .strath-bootstrap .searchstriped > section:nth-of-type(even) {
      background-color: #fff; }
    .strath-bootstrap .searchstriped > section > article {
      width: 35%; }
      .strath-bootstrap .searchstriped > section > article a:hover .searchitemsub > h2 {
        color: #fff; }
    .strath-bootstrap .searchstriped .searchitem > a > .searchitemsub > h2 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.2rem;
      font-weight: bold;
      border-bottom: 0 !important;
      color: #002b5c;
      min-height: 0;
      text-decoration: none; }
  .strath-bootstrap .search-feature-body-text-inner > .search-form > h3 {
    padding: 5% 0 0 0;
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap .search-background-image {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2); }
  .strath-bootstrap .bs-popover-left {
    background-color: #fff !important;
    width: 30% !important;
    padding: 2% !important; }
  .strath-bootstrap .strath-search-results-fa .col {
    font-size: 0.8rem;
    color: #343a40;
    padding: 0.5rem 2rem; }
  .strath-bootstrap button {
    font-size: 0.8rem;
    background-color: #d1d3dc;
    padding: 3% 1%;
    float: none;
    color: #222; }
  .strath-bootstrap .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    color: #495057; }
  .strath-bootstrap .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .strath-bootstrap .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #002b5c; }
  .strath-bootstrap .checkbox input[type="checkbox"],
  .strath-bootstrap .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    border-color: #002b5c; }
  .strath-bootstrap .checkbox input[type="checkbox"]:focus + label::before,
  .strath-bootstrap .checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .strath-bootstrap .checkbox input[type="checkbox"]:checked + label::after,
  .strath-bootstrap .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c"; }
  .strath-bootstrap .checkbox-primary input[type="checkbox"]:checked + label::before,
  .strath-bootstrap .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #002b5c;
    border-color: #002b5c; }
  .strath-bootstrap .checkbox-primary input[type="checkbox"]:checked + label::after,
  .strath-bootstrap .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff; }
  .strath-bootstrap .search-input-group-sticky2 {
    width: 60% !important; }
  .strath-bootstrap .strath-form-control {
    width: 80% !important; }
  @media only screen and (max-width: 1100px) {
    .strath-bootstrap .search-feature-container-wrapper {
      width: 90%;
      margin: 0;
      margin-top: 35px !important; }
    .strath-bootstrap .search-feature-container {
      width: 95% !important;
      margin-left: 0;
      float: left !important;
      padding-left: 2%; }
    .strath-bootstrap .searchstripedfull {
      width: 100%; }
      .strath-bootstrap .searchstripedfull > p {
        margin: 0;
        padding: 2%;
        width: 100%;
        color: #343a40; }
    .strath-bootstrap .searchstriped > section {
      margin-bottom: 0; }
      .strath-bootstrap .searchstriped > section > article {
        width: 100%;
        margin-bottom: 0; }
    .strath-bootstrap .searchstriped > section:nth-of-type(even) {
      padding: 15px 5px; }
    .strath-bootstrap .searchstriped > section:nth-of-type(odd) {
      padding: 15px 5px; } }
  @media only screen and (max-width: 678px) {
    .strath-bootstrap .search-feature-body-text-inner {
      padding: 0px 20px !important; }
    .strath-bootstrap .search-feature-background > .media-container > .search-background-image {
      position: absolute !important;
      padding-top: 100% !important; }
    .strath-bootstrap .search-feature-container {
      width: 100% !important;
      margin-left: 0;
      float: left !important;
      padding-left: 2%;
      position: relative; }
    .strath-bootstrap .searchstripedfull {
      width: 100%; }
      .strath-bootstrap .searchstripedfull > p {
        margin: 0;
        padding: 2%;
        width: 100%;
        color: #343a40; }
    .strath-bootstrap .searchstriped > section {
      margin-bottom: 0; }
      .strath-bootstrap .searchstriped > section > article {
        width: 100%;
        margin-bottom: 0; }
    .strath-bootstrap .searchstriped > section:nth-of-type(even) {
      padding: 15px 5px; }
    .strath-bootstrap .searchstriped > section:nth-of-type(odd) {
      padding: 15px 5px; } }
  @media only screen and (max-width: 400px) {
    .strath-bootstrap .search-feature-container-wrapper {
      margin-top: 15px !important; } }
  .strath-bootstrap .two-columns {
    background: #fff;
    font-size: 1rem;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important; }
    .strath-bootstrap .two-columns .column {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      float: none;
      margin: 0; }
      .strath-bootstrap .two-columns .column.vertical-align-top,
      .strath-bootstrap .two-columns .column.vertical-align-top .column-inner {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .strath-bootstrap .two-columns .column.vertical-align-middle,
      .strath-bootstrap .two-columns .column.vertical-align-middle .column-inner {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .strath-bootstrap .two-columns .column.vertical-align-bottom,
      .strath-bootstrap .two-columns .column.vertical-align-bottom .column-inner {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .strath-bootstrap .two-columns .column {
      margin-left: -1px !important; }
    .strath-bootstrap .two-columns .column-inner .button-link:hover a {
      text-decoration: none !important; }
    .strath-bootstrap .two-columns .column-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex: 1;
      flex: 1;
      -ms-flex: auto; }
      .strath-bootstrap .two-columns .column-inner .button-link a {
        color: white;
        text-decoration: none; }
        .strath-bootstrap .two-columns .column-inner .button-link a:hover {
          text-decoration: none; }
        .strath-bootstrap .two-columns .column-inner .button-link a[href$=".pdf"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".doc"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".docx"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".xls"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".xlsx"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".ppt"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".pptx"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".accdb"] {
          padding-right: 30px; }
        .strath-bootstrap .two-columns .column-inner .button-link a i {
          position: absolute;
          right: 17px;
          top: 50%;
          margin-top: -10px; }
      .strath-bootstrap .two-columns .column-inner p a,
      .strath-bootstrap .two-columns .column-inner ul > li a,
      .strath-bootstrap .two-columns .column-inner a {
        overflow-wrap: break-word; }
      .strath-bootstrap .two-columns .column-inner li {
        padding: 1px 0; }
      .strath-bootstrap .two-columns .column-inner .faculty-department-list li {
        padding: 0 !important; }
      .strath-bootstrap .two-columns .column-inner a.btn:not([class*="btn-outline"]) {
        color: #fff;
        text-decoration: none; }
        .strath-bootstrap .two-columns .column-inner a.btn:not([class*="btn-outline"]):hover {
          text-decoration: none;
          background: #013637;
          color: #fff; }
      .strath-bootstrap .two-columns .column-inner .grey-block-button-list li a {
        text-decoration: none;
        color: #002b5c; }
        .strath-bootstrap .two-columns .column-inner .grey-block-button-list li a:focus {
          outline: 2px solid black; }
        .strath-bootstrap .two-columns .column-inner .grey-block-button-list li a:hover {
          background: #6c757d;
          text-decoration: none;
          color: #fff; }
      .strath-bootstrap .two-columns .column-inner .btn {
        color: #fff;
        text-decoration: none; }
        .strath-bootstrap .two-columns .column-inner .btn:hover {
          text-decoration: none; }
      .strath-bootstrap .two-columns .column-inner ul.grey-block-button-list li:before {
        display: none !important; }
      .strath-bootstrap .two-columns .column-inner h2,
      .strath-bootstrap .two-columns .column-inner h3,
      .strath-bootstrap .two-columns .column-inner h4,
      .strath-bootstrap .two-columns .column-inner .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .two-columns .column-inner h2,
      .strath-bootstrap .two-columns .column-inner .results .result h3,
      .strath-bootstrap .results .result .two-columns .column-inner h3,
      .strath-bootstrap .two-columns .column-inner .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .two-columns .column-inner h3,
      .strath-bootstrap .two-columns .column-inner p,
      .strath-bootstrap .two-columns .column-inner ul,
      .strath-bootstrap .two-columns .column-inner li,
      .strath-bootstrap .two-columns .column-inner blockquote,
      .strath-bootstrap .two-columns .column-inner a {
        max-width: 100%; }
      .strath-bootstrap .two-columns .column-inner blockquote {
        margin: 0 0 1rem; }
      .strath-bootstrap .two-columns .column-inner .fab {
        padding-right: 0.5rem; }
        .strath-bootstrap .two-columns .column-inner .fab:hover {
          color: #6c757d;
          text-decoration: none; }
      .strath-bootstrap .two-columns .column-inner > * {
        -ms-flex-negative: 0; }
      .strath-bootstrap .two-columns .column-inner dt.staff {
        padding: 0.5rem 0; }
    .strath-bootstrap .two-columns .full p,
    .strath-bootstrap .two-columns .full blockquote,
    .strath-bootstrap .two-columns .full li {
      max-width: 800px; }
    .strath-bootstrap .two-columns .half,
    .strath-bootstrap .two-columns .third,
    .strath-bootstrap .two-columns .two-thirds {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .half.has-sibling,
        .strath-bootstrap .two-columns .third.has-sibling,
        .strath-bootstrap .two-columns .two-thirds.has-sibling {
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .half,
        .strath-bootstrap .two-columns .third,
        .strath-bootstrap .two-columns .two-thirds {
          padding-top: 0rem;
          padding-bottom: 0rem; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .half {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .third {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .third {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .third.has-sibling {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .third.has-sibling {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .third.has-sibling {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .two-thirds {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .two-thirds {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .two-thirds.has-sibling {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .two-thirds.has-sibling {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .two-thirds.has-sibling {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    .strath-bootstrap .two-columns .full {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .full {
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      .strath-bootstrap .two-columns .full ~ .column {
        display: none; }
    .strath-bootstrap .two-columns .image-fill .column-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
      .strath-bootstrap .two-columns .image-fill .column-inner p {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 0;
        height: 100%; }
        .strath-bootstrap .two-columns .image-fill .column-inner p:nth-child(2) {
          display: none; }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .image-fill img {
        min-width: 100%;
        max-width: none;
        min-height: 100%;
        width: auto; } }
    .strath-bootstrap .two-columns img {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      max-width: 100%;
      width: 100%;
      height: auto;
      margin-bottom: 0.5rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns img {
          width: auto;
          margin-bottom: 0; } }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns img ~ img {
          margin-left: 1rem; } }
    .strath-bootstrap .two-columns .embed-responsive {
      margin-bottom: 1rem; }
    .strath-bootstrap .two-columns p,
    .strath-bootstrap .two-columns li {
      color: #495057;
      line-height: 1.4; }
    .strath-bootstrap .two-columns p:last-child {
      margin-bottom: 0; }
    .strath-bootstrap .two-columns blockquote {
      font-weight: bold;
      line-height: 1.4;
      font-size: 1.4rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns blockquote {
          max-width: 400px; } }
      .strath-bootstrap .two-columns blockquote:before, .strath-bootstrap .two-columns blockquote:after {
        color: #ced4da; }
      .strath-bootstrap .two-columns blockquote p {
        display: inline;
        color: #212529;
        font-size: 1.3rem; }
        .strath-bootstrap .two-columns blockquote p a {
          color: #212529;
          text-decoration: underline;
          text-decoration-thickness: 1px; }
    .strath-bootstrap .two-columns .leading-text,
    .strath-bootstrap .two-columns .trailing-text {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      .strath-bootstrap .two-columns .leading-text p a,
      .strath-bootstrap .two-columns .leading-text ul > li a,
      .strath-bootstrap .two-columns .leading-text a,
      .strath-bootstrap .two-columns .trailing-text p a,
      .strath-bootstrap .two-columns .trailing-text ul > li a,
      .strath-bootstrap .two-columns .trailing-text a {
        overflow-wrap: break-word; }
      @media (min-width: 992px) {
        .strath-bootstrap .two-columns .leading-text,
        .strath-bootstrap .two-columns .trailing-text {
          -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .two-columns .leading-text,
        .strath-bootstrap .two-columns .trailing-text {
          padding-left: 0;
          padding-right: 0; } }
      .strath-bootstrap .two-columns .leading-text *:last-child,
      .strath-bootstrap .two-columns .trailing-text *:last-child {
        margin-bottom: 0; }
    .strath-bootstrap .two-columns .leading-text {
      padding: 1rem; }
      .strath-bootstrap .two-columns .leading-text p a,
      .strath-bootstrap .two-columns .leading-text ul > li a,
      .strath-bootstrap .two-columns .leading-text a {
        overflow-wrap: break-word; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .leading-text {
          padding: 2rem 1rem 1rem 1rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .two-columns .leading-text {
          padding: 4rem 15px 2rem 15px; } }
    .strath-bootstrap .two-columns .trailing-text {
      padding: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .trailing-text {
          padding: 2rem 1rem 2rem 1rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .two-columns .trailing-text {
          padding: 2rem 15px 4rem 15px; } }
    .strath-bootstrap .two-columns .column-left,
    .strath-bootstrap .two-columns .column:first-child {
      float: none;
      margin-right: 0;
      margin-left: 0; }
      .strath-bootstrap .two-columns .column-left.padded,
      .strath-bootstrap .two-columns .column:first-child.padded {
        padding: 1.25rem 1rem;
        margin: 0; }
        .strath-bootstrap .two-columns .column-left.padded .column-inner > *:last-child,
        .strath-bootstrap .two-columns .column:first-child.padded .column-inner > *:last-child {
          margin-bottom: 0; }
    .strath-bootstrap .two-columns .block-grid-item p a:hover,
    .strath-bootstrap .two-columns .block-grid-item li a:hover {
      background: transparent; }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-left,
      .strath-bootstrap .two-columns .padded.column:first-child {
        padding: 2rem 1rem;
        margin: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .padded.column-left,
      .strath-bootstrap .two-columns .padded.column:first-child {
        padding: 2rem 2rem 2rem 15px; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .padded.column-left,
      .strath-bootstrap .two-columns .padded.column:first-child {
        padding: 4rem 2rem 4rem 15px; } }
    @media (min-width: 1200px) {
      .strath-bootstrap .two-columns .padded.column-left,
      .strath-bootstrap .two-columns .padded.column:first-child {
        padding: 4rem 2rem 4rem 15px; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .padded.column-left:not(.has-sibling),
      .strath-bootstrap .two-columns .padded.column:first-child:not(.has-sibling) {
        padding-right: 0; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-left.has-leading,
      .strath-bootstrap .two-columns .padded.column:first-child.has-leading {
        padding-top: 0rem; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-left.has-trailing,
      .strath-bootstrap .two-columns .padded.column:first-child.has-trailing {
        padding-bottom: 0rem; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-right,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2) {
        padding: 2rem 1rem;
        margin: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .padded.column-right,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2) {
        padding: 2rem 15px 2rem 2rem; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .padded.column-right,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2) {
        padding: 4rem 15px 4rem 2rem; } }
    @media (min-width: 1200px) {
      .strath-bootstrap .two-columns .padded.column-right,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2) {
        padding: 4rem 15px 4rem 2rem; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .padded.column-right:not(.has-sibling),
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2):not(.has-sibling) {
        padding-right: 1rem; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .padded.column-right:not(.has-sibling),
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2):not(.has-sibling) {
        padding-right: 0; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-right.has-leading,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2).has-leading {
        padding-top: 0rem; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-right.has-trailing,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2).has-trailing {
        padding-bottom: 0rem; } }
    .strath-bootstrap .two-columns h1,
    .strath-bootstrap .two-columns h2,
    .strath-bootstrap .two-columns h3,
    .strath-bootstrap .two-columns h4,
    .strath-bootstrap .two-columns .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .two-columns h2,
    .strath-bootstrap .two-columns .results .result h3,
    .strath-bootstrap .results .result .two-columns h3,
    .strath-bootstrap .two-columns .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .two-columns h3,
    .strath-bootstrap .two-columns h5 {
      font-family: "ClanProBold", sans-serif;
      font-weight: bold;
      border-bottom: 0;
      padding-bottom: 0;
      color: #002b5c;
      min-height: 0; }
    .strath-bootstrap .two-columns ul.display-horizontal {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding-left: 0; }
      .strath-bootstrap .two-columns ul.display-horizontal li:before {
        content: none; }
      .strath-bootstrap .two-columns ul.display-horizontal li a {
        text-decoration: underline;
        text-decoration-thickness: 1px; }
      .strath-bootstrap .two-columns ul.display-horizontal li,
      .strath-bootstrap .two-columns ul.display-horizontal li a {
        margin-right: 10px; }
        .strath-bootstrap .two-columns ul.display-horizontal li img,
        .strath-bootstrap .two-columns ul.display-horizontal li a img {
          max-width: 100%;
          width: auto;
          height: auto; }
    .strath-bootstrap .two-columns.white-bg .grey-bg.column-inner,
    .strath-bootstrap .two-columns.grey-bg .white-bg.column-inner {
      padding: 1rem;
      height: 100%; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns.white-bg .grey-bg.column-inner,
        .strath-bootstrap .two-columns.grey-bg .white-bg.column-inner {
          padding: 1.5rem; } }
      @media (min-width: 768px) {
        .strath-bootstrap .two-columns.white-bg .grey-bg.column-inner,
        .strath-bootstrap .two-columns.grey-bg .white-bg.column-inner {
          padding: 2rem; } }
    .strath-bootstrap .two-columns .btn.btn-primary, .strath-bootstrap .two-columns .call-to-action-link a.btn, .strath-bootstrap .call-to-action-link .two-columns a.btn,
    .strath-bootstrap .two-columns a.btn.call-to-action-link,
    .strath-bootstrap .two-columns .button-container a.btn, .strath-bootstrap .button-container .two-columns a.btn,
    .strath-bootstrap .two-columns .orange-button a.btn, .strath-bootstrap .orange-button .two-columns a.btn {
      font-weight: bold;
      margin-top: 1rem;
      width: 100%;
      border: 1px solid #01676a;
      color: white; }
      .strath-bootstrap .two-columns .btn.btn-primary a, .strath-bootstrap .two-columns .call-to-action-link a.btn a, .strath-bootstrap .call-to-action-link .two-columns a.btn a, .strath-bootstrap .two-columns a.btn.call-to-action-link a, .strath-bootstrap .two-columns .button-container a.btn a, .strath-bootstrap .button-container .two-columns a.btn a, .strath-bootstrap .two-columns .orange-button a.btn a, .strath-bootstrap .orange-button .two-columns a.btn a {
        color: white;
        text-decoration: none; }
        .strath-bootstrap .two-columns .btn.btn-primary a:hover, .strath-bootstrap .two-columns .call-to-action-link a.btn a:hover, .strath-bootstrap .call-to-action-link .two-columns a.btn a:hover, .strath-bootstrap .two-columns a.btn.call-to-action-link a:hover, .strath-bootstrap .two-columns .button-container a.btn a:hover, .strath-bootstrap .button-container .two-columns a.btn a:hover, .strath-bootstrap .two-columns .orange-button a.btn a:hover, .strath-bootstrap .orange-button .two-columns a.btn a:hover {
          background: #013637;
          color: white;
          text-decoration: none; }
      .strath-bootstrap .two-columns .btn.btn-primary:hover, .strath-bootstrap .two-columns .call-to-action-link a.btn:hover, .strath-bootstrap .call-to-action-link .two-columns a.btn:hover,
      .strath-bootstrap .two-columns a.btn.call-to-action-link:hover,
      .strath-bootstrap .two-columns .button-container a.btn:hover, .strath-bootstrap .button-container .two-columns a.btn:hover,
      .strath-bootstrap .two-columns .orange-button a.btn:hover, .strath-bootstrap .orange-button .two-columns a.btn:hover {
        background: #013637;
        color: white;
        text-decoration: none; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .btn.btn-primary, .strath-bootstrap .two-columns .call-to-action-link a.btn, .strath-bootstrap .call-to-action-link .two-columns a.btn,
        .strath-bootstrap .two-columns a.btn.call-to-action-link,
        .strath-bootstrap .two-columns .button-container a.btn, .strath-bootstrap .button-container .two-columns a.btn,
        .strath-bootstrap .two-columns .orange-button a.btn, .strath-bootstrap .orange-button .two-columns a.btn {
          width: auto; } }
    .strath-bootstrap .two-columns .btn.btn-outline-primary {
      font-weight: bold;
      width: 100%;
      border: 1px solid #01676a;
      color: #01676a;
      background: white; }
      .strath-bootstrap .two-columns .btn.btn-outline-primary a {
        color: #01676a;
        text-decoration: none; }
        .strath-bootstrap .two-columns .btn.btn-outline-primary a:hover {
          text-decoration: none;
          color: white; }
      .strath-bootstrap .two-columns .btn.btn-outline-primary:hover {
        background: #013637;
        color: white; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .btn.btn-outline-primary {
          width: auto; } }
    .strath-bootstrap .two-columns table {
      margin-bottom: 2rem; }
      .strath-bootstrap .two-columns table tr,
      .strath-bootstrap .two-columns table thead {
        border-bottom: 2px solid #e9ecef; }
      .strath-bootstrap .two-columns table tr:last-child {
        border-bottom: 0; }
      .strath-bootstrap .two-columns table th,
      .strath-bootstrap .two-columns table td {
        padding: 1rem 0;
        vertical-align: top; }
      .strath-bootstrap .two-columns table th,
      .strath-bootstrap .two-columns table td {
        padding-left: 1rem;
        padding-right: 1rem; }
      .strath-bootstrap .two-columns table tr > *:first-child {
        padding-left: 0;
        padding-right: 1rem; }
        @media (min-width: 576px) {
          .strath-bootstrap .two-columns table tr > *:first-child {
            padding-right: 2rem; } }
      .strath-bootstrap .two-columns table tr > *:last-child {
        padding-left: 1rem;
        padding-right: 0; }
      .strath-bootstrap .two-columns table h2,
      .strath-bootstrap .two-columns table h3,
      .strath-bootstrap .two-columns table h4,
      .strath-bootstrap .two-columns table .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .two-columns table h2,
      .strath-bootstrap .two-columns table .results .result h3,
      .strath-bootstrap .results .result .two-columns table h3,
      .strath-bootstrap .two-columns table .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .two-columns table h3,
      .strath-bootstrap .two-columns table h5 {
        font-family: "ClanProBold", sans-serif;
        font-size: 1rem; }
    .strath-bootstrap .two-columns .column-inner.grey-bg tr,
    .strath-bootstrap .two-columns .column-inner.grey-bg thead {
      border-bottom: 2px solid #ced4da; }
    .strath-bootstrap .two-columns .column-inner.grey-bg tr:last-child {
      border-bottom: 0; }
    .strath-bootstrap .two-columns .course-module {
      margin-bottom: 2rem; }
      .strath-bootstrap .two-columns .course-module:last-child {
        margin-bottom: 0; }
      .strath-bootstrap .two-columns .course-module.accordion {
        margin-bottom: 0.5rem; }
        .strath-bootstrap .two-columns .course-module.accordion.last-module-in-group {
          margin-bottom: 2rem; }
        .strath-bootstrap .two-columns .course-module.accordion:last-child {
          margin-bottom: 0; }
        .strath-bootstrap .two-columns .course-module.accordion .course-module-content-inner {
          padding: 1rem 0; }
        .strath-bootstrap .two-columns .course-module.accordion .grey-block-button {
          margin-bottom: 0;
          cursor: pointer; }
    .strath-bootstrap .two-columns .course-module-subheader {
      margin-bottom: 1rem; }
    .strath-bootstrap .two-columns.white-bg.has-content {
      border-bottom: 1px solid #e9ecef; }
    .strath-bootstrap .two-columns.gray-200-bg.has-content, .strath-bootstrap .two-columns.grey-bg.has-content {
      border-bottom: 1px solid #fff; }
    .strath-bootstrap .two-columns.white-bg .tab-content,
    .strath-bootstrap .two-columns.white-bg .tab-pane,
    .strath-bootstrap .two-columns.white-bg .grey-block-button,
    .strath-bootstrap .two-columns.white-bg .grey-block-button.active,
    .strath-bootstrap .two-columns .column-inner.white-bg .tab-content,
    .strath-bootstrap .two-columns .column-inner.white-bg .tab-pane,
    .strath-bootstrap .two-columns .column-inner.white-bg .grey-block-button,
    .strath-bootstrap .two-columns .column-inner.white-bg .grey-block-button.active {
      background: #e9ecef; }
    .strath-bootstrap .two-columns.white-bg .grey-block-button:hover,
    .strath-bootstrap .two-columns .column-inner.white-bg .grey-block-button:hover {
      background: #dee2e6; }
    .strath-bootstrap .two-columns.white-bg .grey-block-button-back,
    .strath-bootstrap .two-columns .column-inner.white-bg .grey-block-button-back {
      background: #e9ecef; }
    .strath-bootstrap .two-columns.gray-200-bg .tab-content,
    .strath-bootstrap .two-columns.gray-200-bg .tab-pane,
    .strath-bootstrap .two-columns.gray-200-bg .grey-block-button,
    .strath-bootstrap .two-columns.gray-200-bg .grey-block-button.active, .strath-bootstrap .two-columns.grey-bg .tab-content,
    .strath-bootstrap .two-columns.grey-bg .tab-pane,
    .strath-bootstrap .two-columns.grey-bg .grey-block-button,
    .strath-bootstrap .two-columns.grey-bg .grey-block-button.active,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .tab-content,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .tab-pane,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .grey-block-button,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .grey-block-button.active,
    .strath-bootstrap .two-columns .column-inner.grey-bg .tab-content,
    .strath-bootstrap .two-columns .column-inner.grey-bg .tab-pane,
    .strath-bootstrap .two-columns .column-inner.grey-bg .grey-block-button,
    .strath-bootstrap .two-columns .column-inner.grey-bg .grey-block-button.active {
      background: #fff; }
    .strath-bootstrap .two-columns.gray-200-bg .grey-block-button:hover, .strath-bootstrap .two-columns.grey-bg .grey-block-button:hover,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .grey-block-button:hover,
    .strath-bootstrap .two-columns .column-inner.grey-bg .grey-block-button:hover {
      background: #f8f9fa; }
    .strath-bootstrap .two-columns.gray-200-bg .grey-block-button-back, .strath-bootstrap .two-columns.grey-bg .grey-block-button-back,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .grey-block-button-back,
    .strath-bootstrap .two-columns .column-inner.grey-bg .grey-block-button-back {
      background: #e9ecef; }
    .strath-bootstrap .two-columns.white-bg .tab-pane .course-module-title.grey-block-button {
      background: #fff; }
      .strath-bootstrap .two-columns.white-bg .tab-pane .course-module-title.grey-block-button p + .h4,
      .strath-bootstrap .two-columns.white-bg .tab-pane .course-module-title.grey-block-button p + .h5 {
        font-family: "ClanProBold", sans-serif;
        color: #002b5c !important; }
    .strath-bootstrap .two-columns.grey-bg .tab-pane .course-module-title.grey-block-button {
      background: #e9ecef; }
      .strath-bootstrap .two-columns.grey-bg .tab-pane .course-module-title.grey-block-button p + .h4,
      .strath-bootstrap .two-columns.grey-bg .tab-pane .course-module-title.grey-block-button p + .h5 {
        font-family: "ClanProBold", sans-serif;
        color: #002b5c !important; }
  .strath-bootstrap.fixed-width .two-columns {
    position: relative; }
    .strath-bootstrap.fixed-width .two-columns:after {
      content: "";
      display: block;
      height: 100%;
      width: 100vw;
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc(50% - 50vw);
      background: inherit; }
    .strath-bootstrap.fixed-width .two-columns .container {
      position: relative;
      z-index: 1; }
  .strath-bootstrap.course-page header.course-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 2px solid #e9ecef;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .strath-bootstrap.course-page header.course-header {
        min-height: 200px; } }
    @media (min-width: 992px) {
      .strath-bootstrap.course-page header.course-header {
        min-height: 300px; } }
    .strath-bootstrap.course-page header.course-header .course-header-content h1 {
      color: white; }
    .strath-bootstrap.course-page header.course-header h1 {
      font-weight: bold;
      color: #fff;
      margin-top: 1rem;
      margin-bottom: 1rem;
      max-width: 1000px;
      line-height: 1; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page header.course-header h1 {
          width: auto;
          padding-right: 1rem;
          margin-top: 2rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap.course-page header.course-header h1 {
          font-size: 3rem;
          margin-bottom: 2rem;
          margin-top: 3rem; } }
    .strath-bootstrap.course-page header.course-header .superscript {
      font-size: 1.6rem;
      display: block;
      margin-bottom: 0.5rem; }
    .strath-bootstrap.course-page header.course-header .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      z-index: 1; }
      @media (min-width: 992px) {
        .strath-bootstrap.course-page header.course-header .container {
          -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          width: calc(100% - 120px);
          padding-left: 0;
          padding-right: 0; } }
    .strath-bootstrap.course-page header.course-header .apply-button {
      margin-bottom: 1rem;
      width: 100%;
      background: #fff;
      border-color: #fff;
      color: #002b5c;
      transition: 0.2s; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page header.course-header .apply-button {
          width: auto; } }
      @media (min-width: 992px) {
        .strath-bootstrap.course-page header.course-header .apply-button {
          margin-bottom: 2rem;
          padding: 0.75rem 1.5rem; } }
      .strath-bootstrap.course-page header.course-header .apply-button:hover {
        background: #01676a;
        border-color: #01676a;
        color: #fff; }
    .strath-bootstrap.course-page header.course-header .course-header-background {
      position: absolute;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      min-height: 100%; }
      .strath-bootstrap.course-page header.course-header .course-header-background .course-header-background-image img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        object-fit: cover;
        object-position: 0 30%; }
      .strath-bootstrap.course-page header.course-header .course-header-background .course-header-background-image:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        mix-blend-mode: multiply;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .strath-bootstrap.course-page header.course-header .course-header-background .course-header-background-image:after {
        background-color: #002b5c;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        mix-blend-mode: lighten;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
  .strath-bootstrap.course-page .course-information {
    background: #f8f9fa; }
    @media (min-width: 768px) {
      .strath-bootstrap.course-page .course-information {
        padding: 2rem 0; } }
    @media (min-width: 992px) {
      .strath-bootstrap.course-page .course-information {
        padding: 3rem 0; } }
    .strath-bootstrap.course-page .course-information .container {
      padding: 1rem; }
    .strath-bootstrap.course-page .course-information blockquote {
      font-weight: bold;
      line-height: 1.4; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-information blockquote {
          max-width: 500px; } }
      .strath-bootstrap.course-page .course-information blockquote:before, .strath-bootstrap.course-page .course-information blockquote:after {
        color: #adb5bd; }
      .strath-bootstrap.course-page .course-information blockquote p {
        display: inline;
        color: #212529;
        font-size: 1.3rem; }
        .strath-bootstrap.course-page .course-information blockquote p:last-child {
          margin-bottom: 0; }
  .strath-bootstrap.course-page .key-facts,
  .strath-bootstrap.course-page .course-overview {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .strath-bootstrap.course-page .key-facts {
    background: #fff;
    padding: 1rem; }
    @media (min-width: 576px) {
      .strath-bootstrap.course-page .key-facts {
        padding: 2rem; } }
    @media (min-width: 768px) {
      .strath-bootstrap.course-page .key-facts {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    @media (min-width: 992px) {
      .strath-bootstrap.course-page .key-facts {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    .strath-bootstrap.course-page .key-facts ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .strath-bootstrap.course-page .key-facts li {
      padding: 0.75rem 0;
      border-bottom: 2px dashed #e9ecef;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      line-height: 1.4;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .strath-bootstrap.course-page .key-facts li:first-child {
        padding-top: 0; }
      .strath-bootstrap.course-page .key-facts li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
    .strath-bootstrap.course-page .key-facts .fa {
      margin-right: 0.25rem;
      min-width: 20px;
      line-height: 1.4; }
    .strath-bootstrap.course-page .key-facts p {
      margin: 0; }
  .strath-bootstrap.course-page .course-overview {
    padding: 2rem 1rem;
    margin-left: -1px; }
    .strath-bootstrap.course-page .course-overview p a,
    .strath-bootstrap.course-page .course-overview ul li a,
    .strath-bootstrap.course-page .course-overview a {
      overflow-wrap: break-word; }
    @media (min-width: 768px) {
      .strath-bootstrap.course-page .course-overview {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding: 2rem;
        border-bottom: 0; } }
    @media (min-width: 992px) {
      .strath-bootstrap.course-page .course-overview {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    .strath-bootstrap.course-page .course-overview h2 {
      font-family: "ClanProBold", sans-serif;
      border-bottom: 0;
      padding-bottom: 0;
      font-weight: bold;
      color: #002b5c; }
  .strath-bootstrap.course-page nav.course-page-nav {
    background: #fff;
    border-bottom: 4px solid #ced4da;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1070; }
    .strath-bootstrap.course-page nav.course-page-nav .container {
      position: relative;
      padding: 0;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .strath-bootstrap.course-page nav.course-page-nav .menu-pointer {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #002b5c;
      transition: 0.1s; }
    .strath-bootstrap.course-page nav.course-page-nav a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-weight: bold;
      color: #002b5c;
      padding: 1.5rem 1rem;
      height: 100%;
      text-align: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      transition: 0.2s;
      text-decoration: none; }
      @media (min-width: 992px) {
        .strath-bootstrap.course-page nav.course-page-nav a:hover {
          background: #dee2e6; } }
      .strath-bootstrap.course-page nav.course-page-nav a.apply.apply-active {
        background: #01676a;
        color: #fff; }
  .strath-bootstrap.course-page .accordion {
    width: 100%; }
    .strath-bootstrap.course-page .accordion:last-of-type .accordion-title {
      margin-bottom: 0; }
    .strath-bootstrap.course-page .accordion:last-of-type .accordion-content {
      padding-top: 1rem; }
    .strath-bootstrap.course-page .accordion .accordion-title {
      margin-bottom: 1rem; }
  .strath-bootstrap.course-page .pgr-opportunity {
    background: #fff;
    transition: 0.2s; }
    .strath-bootstrap.course-page .pgr-opportunity:hover {
      background: #6c757d; }
      .strath-bootstrap.course-page .pgr-opportunity:hover a *,
      .strath-bootstrap.course-page .pgr-opportunity:hover a .pgr-opportunity-details *,
      .strath-bootstrap.course-page .pgr-opportunity:hover .pgr-opportunity-details div .fa {
        color: #fff; }
    .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1rem; }
    .strath-bootstrap.course-page .pgr-opportunity h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem; }
    .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-info {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-info {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
    .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-description {
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-description {
          margin-right: 1rem;
          margin-bottom: 0; } }
    .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-width: 180px;
      margin-bottom: 0.25rem;
      color: #000; }
      .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div .fa {
        margin-right: 0.5rem;
        color: #002b5c; }
      .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div h4, .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div .banner-buttons .banner-button-header h2, .strath-bootstrap.course-page .banner-buttons .banner-button-header .pgr-opportunity .pgr-opportunity-details div h2, .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div .results .result h3, .strath-bootstrap.course-page .results .result .pgr-opportunity .pgr-opportunity-details div h3, .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap.course-page .course-search-2019 .searchstriped > section > article > .staff .pgr-opportunity .pgr-opportunity-details div h3 {
        font-family: "ClanProBold", sans-serif;
        font-size: 1rem;
        margin-right: 0.25rem;
        margin-bottom: 0;
        line-height: 1.4; }
  @media (min-width: 576px) {
    .strath-bootstrap.course-page .two-columns.course-contact .column.padded {
      margin-bottom: 1rem; } }
  @media (min-width: 768px) {
    .strath-bootstrap.course-page .two-columns.course-contact .column.padded {
      margin-bottom: 2rem; } }
  .strath-bootstrap.course-page .two-columns.course-contact .column.padded:last-child {
    margin-bottom: 0; }
  .strath-bootstrap.course-page .two-columns.course-contact h4.has-title, .strath-bootstrap.course-page .two-columns.course-contact .banner-buttons .banner-button-header h2.has-title, .strath-bootstrap.course-page .banner-buttons .banner-button-header .two-columns.course-contact h2.has-title, .strath-bootstrap.course-page .two-columns.course-contact .results .result h3.has-title, .strath-bootstrap.course-page .results .result .two-columns.course-contact h3.has-title, .strath-bootstrap.course-page .two-columns.course-contact .course-search-2019 .searchstriped > section > article > .staff h3.has-title, .strath-bootstrap.course-page .course-search-2019 .searchstriped > section > article > .staff .two-columns.course-contact h3.has-title {
    font-family: "ClanProBold", sans-serif;
    margin-bottom: 0; }
  .strath-bootstrap.course-page .two-columns.course-contact .d-flex {
    width: 100%; }
  .strath-bootstrap.course-page .two-columns.course-contact .d-flex h4, .strath-bootstrap.course-page .two-columns.course-contact .d-flex .banner-buttons .banner-button-header h2, .strath-bootstrap.course-page .banner-buttons .banner-button-header .two-columns.course-contact .d-flex h2, .strath-bootstrap.course-page .two-columns.course-contact .d-flex .results .result h3, .strath-bootstrap.course-page .results .result .two-columns.course-contact .d-flex h3, .strath-bootstrap.course-page .two-columns.course-contact .d-flex .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap.course-page .course-search-2019 .searchstriped > section > article > .staff .two-columns.course-contact .d-flex h3 {
    font-family: "ClanProBold", sans-serif;
    margin-bottom: 0; }
  .strath-bootstrap.course-page .two-columns.course-contact .contact-modal-button {
    margin-top: 0;
    margin-left: auto; }
  .strath-bootstrap.course-page .two-columns.course-contact #live-chat-show {
    display: none; }
  .strath-bootstrap.course-page .two-columns.supervisors table th,
  .strath-bootstrap.course-page .two-columns.supervisors table th p {
    font-size: 1.4rem;
    color: #002b5c; }
  .strath-bootstrap.course-page .two-columns.supervisors table td:first-child {
    font-size: 1.2rem;
    font-weight: bold; }
  .strath-bootstrap.course-page .two-columns.supervisors table td *:last-child {
    margin-bottom: 0; }
  .strath-bootstrap.course-page.staff-page .course-header-background {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 20px;
    box-sizing: border-box; }
  .strath-bootstrap.course-page.course-page-ug .course-header-background-image:before {
    background-color: #01676a; }
  .strath-bootstrap.course-page.course-page-ug .course-header-content h1 .superscript,
  .strath-bootstrap.course-page.course-page-ug .course-header-content h1 .course-title {
    color: white; }
  .strath-bootstrap.course-page.course-page-pgt .course-header-background-image:before {
    background-color: #983b8e; }
  .strath-bootstrap.course-page.course-page-pgt .course-header-content h1 .superscript,
  .strath-bootstrap.course-page.course-page-pgt .course-header-content h1 .course-title {
    color: white; }
  .strath-bootstrap.course-page.course-page-pgr .course-header-background-image:before {
    background-color: #e11a75; }
  .strath-bootstrap.course-page.course-page-pgr .course-header h1 .superscript,
  .strath-bootstrap.course-page.course-page-pgr .course-header h1 .course-title {
    color: white; }
  .strath-bootstrap .entry-req-text {
    padding-top: 2rem; }
    .strath-bootstrap .entry-req-text h2 {
      margin-top: 40px; }
  .strath-bootstrap.course-page .apply-master {
    padding-bottom: 2rem; }
    .strath-bootstrap.course-page .apply-master.grey-bg .course-apply .column-inner {
      background: #fff; }
    @media (min-width: 576px) {
      .strath-bootstrap.course-page .apply-master.grey-bg .has-ucas-apply.has-direct-apply .course-apply-button:nth-of-type(odd) {
        border-right: 1px solid #e9ecef; } }
    .strath-bootstrap.course-page .apply-master.white-bg .course-apply .column-inner {
      background: #e9ecef; }
    @media (min-width: 576px) {
      .strath-bootstrap.course-page .apply-master.white-bg .has-ucas-apply.has-direct-apply .course-apply-button:nth-of-type(odd) {
        border-right: 1px solid #ced4da; } }
  .strath-bootstrap.course-page .apply-master-has-trailing .course-apply .column:last-of-type {
    padding-bottom: 0; }
  .strath-bootstrap.course-page .course-apply {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 0 !important; }
    .strath-bootstrap.course-page .course-apply:first-of-type .course-apply-date-header {
      margin-top: 0; }
    .strath-bootstrap.course-page .course-apply:last-of-type {
      padding-bottom: 0; }
    .strath-bootstrap.course-page .course-apply[data-attendance="full-time"] .mode-of-attendance-container:before, .strath-bootstrap.course-page .course-apply[data-attendance="part-time"] .mode-of-attendance-container:before {
      font-family: FontAwesome;
      display: block;
      margin-right: 0.25rem;
      font-weight: normal;
      display: inline-block;
      line-height: 1; }
    .strath-bootstrap.course-page .course-apply[data-attendance="part-time"] .mode-of-attendance-container:before {
      content: "\f042"; }
    .strath-bootstrap.course-page .course-apply[data-attendance="full-time"] .mode-of-attendance-container:before {
      content: "\f111"; }
    .strath-bootstrap.course-page .course-apply .course-apply-date-header {
      display: none;
      background: #002b5c;
      margin-top: 1.5rem;
      margin-bottom: 1px; }
      .strath-bootstrap.course-page .course-apply .course-apply-date-header.active {
        display: inline-block; }
      .strath-bootstrap.course-page .course-apply .course-apply-date-header h3 {
        font-family: "ClanProBold", sans-serif;
        color: white;
        margin-bottom: 0;
        font-size: 1.2rem;
        padding: 0.25rem 0.75rem; }
        .strath-bootstrap.course-page .course-apply .course-apply-date-header h3 span.start-date-label,
        .strath-bootstrap.course-page .course-apply .course-apply-date-header h3 span.start-date {
          color: white !important; }
    .strath-bootstrap.course-page .course-apply .leading-text {
      padding-top: 0; }
    .strath-bootstrap.course-page .course-apply .column-left.padded {
      padding-bottom: 2rem; }
    .strath-bootstrap.course-page .course-apply .column-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply .column-inner {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          padding: 2rem; } }
    .strath-bootstrap.course-page .course-apply .course-apply-information {
      padding-right: 1rem;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      margin-bottom: 1rem;
      width: 100%; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply .course-apply-information {
          margin-bottom: 0; } }
      .strath-bootstrap.course-page .course-apply .course-apply-information h3 {
        font-family: "ClanProBold", sans-serif;
        margin-bottom: 0.5rem; }
      .strath-bootstrap.course-page .course-apply .course-apply-information .fa {
        width: 20px;
        margin-right: 0.25rem;
        text-align: center; }
      .strath-bootstrap.course-page .course-apply .course-apply-information p {
        line-height: 1.6rem; }
      .strath-bootstrap.course-page .course-apply .course-apply-information .start-date-mode-of-attendance-container {
        display: inline-block;
        color: #002b5c; }
        .strath-bootstrap.course-page .course-apply .course-apply-information .start-date-mode-of-attendance-container .start-date-mode-of-attendance-inner {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .strath-bootstrap.course-page .course-apply .course-apply-information .start-date-mode-of-attendance-container .start-date-container,
        .strath-bootstrap.course-page .course-apply .course-apply-information .start-date-mode-of-attendance-container .mode-of-attendance-container,
        .strath-bootstrap.course-page .course-apply .course-apply-information .start-date-mode-of-attendance-container .qualification-container {
          padding: 0.25rem 0.7rem;
          border: 1px solid #fff;
          background: white; }
    .strath-bootstrap.course-page .course-apply .course-apply-button a {
      display: inline-block;
      text-align: center;
      margin-top: 0;
      white-space: nowrap;
      color: #fff;
      text-decoration: none; }
    .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .column-inner {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-information {
      margin-bottom: 1.5rem; }
    .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-buttons {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-buttons {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
    .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button {
      margin-bottom: 1.5rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button {
          width: 50%;
          margin-bottom: 0; } }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button:nth-of-type(odd) {
          padding-right: 2rem; } }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button:nth-of-type(even) {
          padding-left: 2rem; } }
      .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button .btn {
        margin-top: auto;
        color: #fff;
        text-decoration: none; }
        .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button .btn:hover {
          text-decoration: none;
          background: #013637;
          color: #fff; }
  .strath-bootstrap.course-page .apply-master.white-bg .course-apply .column-inner {
    background: #e9ecef; }
  .strath-bootstrap.course-page .apply-master.white-bg .tab-inner .course-apply .column-inner {
    background: #fff; }
    .strath-bootstrap.course-page .apply-master.white-bg .tab-inner .course-apply .column-inner .start-date-mode-of-attendance-container .start-date-container,
    .strath-bootstrap.course-page .apply-master.white-bg .tab-inner .course-apply .column-inner .start-date-mode-of-attendance-container .mode-of-attendance-container,
    .strath-bootstrap.course-page .apply-master.white-bg .tab-inner .course-apply .column-inner .start-date-mode-of-attendance-container .qualification-container {
      background: #e9ecef; }
  .strath-bootstrap.course-page .apply-master.grey-bg .course-apply .column-inner {
    background: #fff; }
  .strath-bootstrap.course-page .apply-master.grey-bg .tab-inner .course-apply .column-inner {
    background: #e9ecef; }
  .strath-bootstrap.course-page-ug ~ .course-page .course-apply .qualification-container {
    display: none; }
  .strath-bootstrap.course-page-pgr ~ .course-page .course-apply {
    padding-bottom: 1px; }
    .strath-bootstrap.course-page-pgr ~ .course-page .course-apply .column-inner {
      padding: 1rem;
      border-left: 3px solid #002b5c; }
    .strath-bootstrap.course-page-pgr ~ .course-page .course-apply h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem; }
    .strath-bootstrap.course-page-pgr ~ .course-page .course-apply .start-date-mode-of-attendance-container {
      display: inline-block; }
    .strath-bootstrap.course-page-pgr ~ .course-page .course-apply p {
      display: inline-block; }
    .strath-bootstrap.course-page-pgr ~ .course-page .course-apply .btn.btn-lg {
      padding: 0.6rem 1.2rem;
      font-size: 1rem; }
  .strath-bootstrap .toggle-switch,
  .strath-bootstrap .toggle-switch-strath {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .strath-bootstrap .toggle-switch .switch,
    .strath-bootstrap .toggle-switch-strath .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
      margin: 0 0.5rem; }
      .strath-bootstrap .toggle-switch .switch input,
      .strath-bootstrap .toggle-switch-strath .switch input {
        opacity: 0;
        width: 0;
        height: 0; }
        .strath-bootstrap .toggle-switch .switch input:checked + .slider,
        .strath-bootstrap .toggle-switch-strath .switch input:checked + .slider {
          background-color: #002b5c; }
          .strath-bootstrap .toggle-switch .switch input:checked + .slider:before,
          .strath-bootstrap .toggle-switch-strath .switch input:checked + .slider:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px); }
        .strath-bootstrap .toggle-switch .switch input:focus + .slider,
        .strath-bootstrap .toggle-switch-strath .switch input:focus + .slider {
          box-shadow: 0 0 0 5px #002b5c; }
      .strath-bootstrap .toggle-switch .switch .slider,
      .strath-bootstrap .toggle-switch-strath .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #002b5c;
        transition: 0.4s; }
        .strath-bootstrap .toggle-switch .switch .slider:before,
        .strath-bootstrap .toggle-switch-strath .switch .slider:before {
          position: absolute;
          content: "";
          height: 26px;
          width: 26px;
          left: 4px;
          bottom: 4px;
          background-color: white;
          transition: 0.4s; }
        .strath-bootstrap .toggle-switch .switch .slider.round,
        .strath-bootstrap .toggle-switch-strath .switch .slider.round {
          border-radius: 34px;
          outline: white 2px solid; }
          .strath-bootstrap .toggle-switch .switch .slider.round:before,
          .strath-bootstrap .toggle-switch-strath .switch .slider.round:before {
            border-radius: 50%;
            border: white 2px solid; }
  .strath-bootstrap .course-search-2019 {
    /*position: relative; */
    top: 0;
    z-index: 50;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    /*Right*/ }
    .strath-bootstrap .course-search-2019 .course-page-nav {
      border-bottom: 0 !important; }
    .strath-bootstrap .course-search-2019 #course-search-form {
      background-color: #fff;
      border-radius: 5px;
      max-width: 700px; }
    .strath-bootstrap .course-search-2019 .course-search-img {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 #mundane {
      height: 100%;
      width: 100%;
      background: url("https://www.strath.ac.uk/media/1newwebsite/courses/backgrounds/pgt/supermundane-grey.svg") no-repeat fixed;
      position: absolute;
      margin-top: -3rem; }
    .strath-bootstrap .course-search-2019 .btn-course-search {
      width: 400px;
      color: #002b5c;
      background-color: #dee2e6;
      border: 1px solid #ced4da !important;
      padding: 1rem 1.33333rem;
      border: 0;
      border-top: 1px solid #ced4da;
      border-bottom: 1px solid #ced4da;
      border-right: 1px solid #ced4da; }
      .strath-bootstrap .course-search-2019 .btn-course-search > span {
        padding: 0 1rem; }
      .strath-bootstrap .course-search-2019 .btn-course-search:hover {
        background-color: #6c757d;
        color: #fff; }
        .strath-bootstrap .course-search-2019 .btn-course-search:hover > .fa-search {
          color: #fff; }
      .strath-bootstrap .course-search-2019 .btn-course-search > .fa-search {
        margin-left: -8px;
        color: #002b5c; }
    .strath-bootstrap .course-search-2019 .btn-course-search-scroll {
      width: 82px;
      padding: 2rem; }
    .strath-bootstrap .course-search-2019 .feature-header-shadow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1rem 1rem 0;
      border-color: transparent #002b5c transparent transparent;
      margin-left: -3rem; }
    .strath-bootstrap .course-search-2019 .course-search-input-group {
      padding-top: 0;
      width: 100% !important;
      padding: 2rem;
      display: block; }
      .strath-bootstrap .course-search-2019 .course-search-input-group h1 {
        font-family: "ClanProBold", sans-serif;
        margin-top: 0; }
      .strath-bootstrap .course-search-2019 .course-search-input-group input {
        padding: 1rem; }
    .strath-bootstrap .course-search-2019 #search-form input {
      margin: 1rem 0 1rem 0; }
    .strath-bootstrap .course-search-2019 .course-search-form-group {
      margin: 0 0.5rem 0.75rem 0.5rem; }
    .strath-bootstrap .course-search-2019 .search-button-wrapper #search-button-scroll {
      border-radius: 5px;
      width: 100%; }
      .strath-bootstrap .course-search-2019 .search-button-wrapper #search-button-scroll:focus-visible {
        outline: 2px solid #01676a; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover {
      text-decoration: none !important;
      color: #fff; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover p,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover .course-search-results-fa {
        color: #fff; }
    .strath-bootstrap .course-search-2019 .search-info-btn {
      display: block;
      background: #fff !important;
      padding: 0;
      margin: 0.5rem 0;
      line-height: 14px;
      margin-left: auto; }
      .strath-bootstrap .course-search-2019 .search-info-btn:focus-visible {
        outline: 2px solid #002b5c; }
    .strath-bootstrap .course-search-2019 .fa-info-circle {
      color: #002b5c !important;
      padding-right: 0; }
    .strath-bootstrap .course-search-2019 .xandy {
      max-width: 700px;
      font-weight: bold;
      font-size: 1.25rem;
      color: #002b5c;
      margin-top: 0;
      margin-bottom: 0.5rem; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa > .fa {
      color: #fff;
      margin: 0 2rem; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa {
      color: #495057;
      padding: 0 2rem; }
      .strath-bootstrap .course-search-2019 .course-search-results-fa:hover {
        color: #fff; }
    .strath-bootstrap .course-search-2019 .searchstriped {
      width: 100%; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article {
        max-width: 700px;
        width: 100%;
        background-color: #eaebed; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article .course-search-result__link {
          display: block;
          border-radius: 5px; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article .course-search-result__link:focus-visible {
            outline: 2px solid #002b5c;
            outline-offset: 2px; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article .searchitemsub > h2 {
          text-decoration: underline !important;
          text-underline-position: under !important;
          line-height: 1.6; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover {
          text-decoration: none;
          color: #fff;
          background-color: #6c757d; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub {
            text-decoration: none; }
            .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub > h2 {
              font-family: "ClanProBold", sans-serif;
              color: #fff;
              font-size: 1.2rem;
              text-decoration: none; }
              .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub > h2:hover {
                text-decoration: none; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchstaffsub > h2 {
            font-family: "ClanProBold", sans-serif;
            color: #002b5c;
            font-size: 1.75rem; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover p,
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .course-search-results-fa > .fa {
            color: #fff; }
    .strath-bootstrap .course-search-2019 .searchitemsub > p {
      text-decoration: none !important; }
    .strath-bootstrap .course-search-2019 .searchitemsub > h2 {
      padding: 1rem 1rem 0 1rem;
      border-bottom: 0 !important;
      text-decoration: none !important; }
    .strath-bootstrap .course-search-2019 .searchitemsub > p {
      padding: 1rem;
      color: #343a40; }
    .strath-bootstrap .course-search-2019 .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub h4,
    .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2,
    .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3,
    .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub h5 {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      padding-left: 2rem; }
    .strath-bootstrap .course-search-2019 .searchitemsub h2 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h4 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2 a,
    .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3 a,
    .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3 a,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h5 a {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      text-decoration: underline;
      cursor: pointer;
      padding-left: 2rem; }
      .strath-bootstrap .course-search-2019 .searchitemsub h2 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h4 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2 a:hover,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3 a:hover,
      .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h5 a:hover {
        text-decoration: none; }
    .strath-bootstrap .course-search-2019 #search-info {
      text-align: center;
      margin-left: -255px; }
    .strath-bootstrap .course-search-2019 .searchstaffsub {
      padding: 2rem; }
      .strath-bootstrap .course-search-2019 .searchstaffsub:hover {
        background-color: #e9ecef; }
      .strath-bootstrap .course-search-2019 .searchstaffsub h2,
      .strath-bootstrap .course-search-2019 .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub h4,
      .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2,
      .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3,
      .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub h5 {
        font-family: "ClanProBold", sans-serif;
        padding-left: 0 !important;
        padding: 0; }
      .strath-bootstrap .course-search-2019 .searchstaffsub h2 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h4 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2 a,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3 a,
      .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3 a,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h5 a {
        font-family: "ClanProBold", sans-serif;
        color: #002b5c;
        text-decoration: underline;
        cursor: pointer;
        padding-left: 0;
        text-underline-position: under !important; }
        .strath-bootstrap .course-search-2019 .searchstaffsub h2 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h4 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2 a:hover,
        .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3 a:hover,
        .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h5 a:hover {
          text-decoration: none; }
    .strath-bootstrap .course-search-2019 .suggestions {
      position: absolute;
      background: #fff;
      padding: 0;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      z-index: 1000;
      width: 100%;
      margin-top: 0;
      margin-left: 0; }
      .strath-bootstrap .course-search-2019 .suggestions > ul {
        padding: 0px;
        margin: 0px;
        list-style: none; }
        .strath-bootstrap .course-search-2019 .suggestions > ul > li a {
          width: 100%;
          display: block;
          color: #002b5c; }
          .strath-bootstrap .course-search-2019 .suggestions > ul > li a:hover {
            -webkit-text-decoration-color: #002b5c;
            text-decoration-color: #002b5c; }
          .strath-bootstrap .course-search-2019 .suggestions > ul > li a:focus-visible {
            outline: 2px solid #002b5c;
            outline-offset: 2px; }
    .strath-bootstrap .course-search-2019 .course-list-results > h2 {
      font-family: "ClanProBold", sans-serif;
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .course-list-result__header {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      border-bottom: 4px solid #ced4da; }
      .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs .nav-item {
        margin-bottom: 0;
        line-height: 1; }
    .strath-bootstrap .course-search-2019 .course-list-results ul:after {
      width: 50%; }
    .strath-bootstrap .course-search-2019 .course-list-results ul {
      list-style-type: none !important; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-link {
        height: auto;
        color: #002b5c;
        background-color: #fff;
        font-weight: bold;
        padding: 1rem; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item > .active:hover {
        padding-bottom: 1rem; }
      .strath-bootstrap .course-search-2019 .course-list-results ul > h3 {
        padding: 2rem 0; }
      .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result {
        width: 654px;
        background-color: #e9ecef;
        margin: 0;
        margin: 4% 0; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a {
          text-align: start;
          padding: 0; }
          .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover {
            color: #fff; }
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover h3,
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover .course-list-result__summary,
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover .course-search-results-fa {
              color: #fff; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > .course-list-result:last-of-type {
          padding-bottom: 2rem; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > a h3 {
          padding: 1rem 1rem 0 1rem;
          border-bottom: 0 !important;
          text-decoration: none; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > .course-search-results-fa {
          font-weight: normal; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result .course-list-result__summary {
          padding: 1rem;
          color: #343a40;
          font-weight: normal; }
    .strath-bootstrap .course-search-2019 .input-suggestions-container {
      position: relative; }
    .strath-bootstrap .course-search-2019 #suggestions__list > li {
      padding: 0.5rem; }
    .strath-bootstrap .course-search-2019 .suggestions__list-item {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .suggestions__list-item--selected {
      background: #e9ecef;
      padding: 1rem 0; }
    .strath-bootstrap .course-search-2019 .modal.right .modal-dialog {
      top: 0;
      z-index: 205000;
      position: fixed;
      margin: auto;
      width: 320px;
      height: 100%;
      background-color: #fff;
      /* color:#*/
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0); }
    .strath-bootstrap .course-search-2019 .modal-content {
      height: 100%;
      overflow-y: auto; }
    .strath-bootstrap .course-search-2019 .modal.right .modal-body {
      padding: 1.33333rem;
      background-color: #ffffff; }
    .strath-bootstrap .course-search-2019 .search-modal-body-wrap {
      background-color: #ffffff; }
    .strath-bootstrap .course-search-2019 .search-modal-body {
      background-color: #e9ecef;
      padding: 1rem;
      margin-bottom: 1rem; }
    .strath-bootstrap .course-search-2019 .modal.right.fade .modal-dialog {
      right: 0;
      transition: opacity 0.3s linear, right 0.3s ease-out; }
    .strath-bootstrap .course-search-2019 .modal.right.fade.in .modal-dialog {
      right: 0; }
    .strath-bootstrap .course-search-2019 .modal-header {
      border-bottom: 0;
      padding-top: 0;
      height: 100%; }
    .strath-bootstrap .course-search-2019 .modal-title {
      margin-top: 0;
      height: 0; }
    .strath-bootstrap .course-search-2019 button.close {
      color: #6c757d;
      background-color: #fff;
      font-size: 3rem; }
    .strath-bootstrap .course-search-2019 .close:hover {
      color: #002b5c; }
    .strath-bootstrap .course-search-2019 h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.75rem; }
    .strath-bootstrap .course-search-2019 h4, .strath-bootstrap .course-search-2019 .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 h2, .strath-bootstrap .course-search-2019 .results .result h3, .strath-bootstrap .results .result .course-search-2019 h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.25rem; }
    .strath-bootstrap .course-search-2019 h3, .strath-bootstrap .course-search-2019 h4, .strath-bootstrap .course-search-2019 .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 h2, .strath-bootstrap .course-search-2019 .results .result h3, .strath-bootstrap .results .result .course-search-2019 h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      color: #002b5c;
      font-weight: bold; }
  .strath-bootstrap .hp-course-search__wrapper {
    position: relative; }
  .strath-bootstrap #hp-course-search__suggestions {
    display: none;
    position: absolute;
    z-index: 1000001;
    background: #e9ecef;
    padding-bottom: 0px;
    width: 100%;
    text-align: left;
    border: 1px solid #adb5bd; }
  .strath-bootstrap #hp-course-search__suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .strath-bootstrap #hp-course-search__suggestions li a {
    padding: 1.2rem 1rem;
    display: block;
    color: #002b5c; }
    .strath-bootstrap #hp-course-search__suggestions li a:hover, .strath-bootstrap #hp-course-search__suggestions li a:focus, .strath-bootstrap #hp-course-search__suggestions li a:focus-visible {
      background: #e9ecef;
      text-decoration: none; }
  .strath-bootstrap #hp-course-search__suggestions ul li {
    background: #fff;
    border-bottom: 1px solid #efefef; }
  .strath-bootstrap .suggestions__list-item--selected a {
    background: #e9ecef; }
  @media (max-width: 1599.98px) {
    .strath-bootstrap .course-search-2019 .searchstriped > section {
      padding: 0; } }
  @media (max-width: 991.98px) {
    .strath-bootstrap .course-search-2019 .navbar-nav {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .course-search-2019 .course-feature-header {
      width: 395px; }
    .strath-bootstrap .course-search-2019 .course-search-form {
      width: 90%; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      display: inline-block;
      width: 100%;
      border-bottom: 0 !important; }
    .strath-bootstrap .course-search-2019 .course-list-results ul {
      padding-left: 0; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-link.active:after {
        margin-bottom: 0;
        float: right; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item {
        width: 100%; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item .nav-link.show {
          background-color: #adb5bd;
          margin-bottom: 0; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a {
          text-align: left; }
          .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a:after {
            font-family: "FontAwesome";
            content: "\f054";
            margin-left: auto;
            transition: 0.2s;
            float: right; }
          .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a:hover {
            background-color: #6c757d;
            color: #fff;
            text-decoration: none; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item .nav-link {
          padding: 2rem 0.5rem 1rem 0.5rem;
          margin: 5px;
          background-color: #e9ecef;
          min-height: 75px;
          display: block;
          width: 100%; }
    .strath-bootstrap .course-search-2019 .nav-link.active:after {
      font-family: "FontAwesome";
      content: "\f054" !important;
      margin-left: auto;
      transition: 0.2s;
      font-size: 1rem !important;
      margin-bottom: 0; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article {
      width: 90%;
      border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .xandy {
      width: 90%; }
    .strath-bootstrap .course-search-2019 .fa-flag:before {
      margin-left: 1rem; }
    .strath-bootstrap .course-search-2019 .course-list-results ul > li.course-list-result {
      width: 100%; }
    .strath-bootstrap .course-search-2019 .suggestions {
      margin-left: 0.1rem !important; }
    .strath-bootstrap .course-search-2019 .course-list-results > h2 {
      font-family: "ClanProBold", sans-serif;
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .course-list-result__header {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      border-bottom: 4px solid #ced4da; }
    .strath-bootstrap #search-info {
      text-align: left;
      margin-left: 20px; } }
  @media (max-width: 575.98px) {
    .strath-bootstrap .course-search-2019 .course-search-results-fa {
      display: inline-block !important; }
    .strath-bootstrap .course-search-2019 .fa-flag:before {
      margin-left: 0; }
    .strath-bootstrap .course-search-2019 .course-feature-header {
      width: 320px;
      margin-left: -15px; }
    .strath-bootstrap .course-search-2019 .course-search-form {
      width: 95%; }
    .strath-bootstrap .course-search-2019 .course-search-input-group {
      padding: 2rem; }
    .strath-bootstrap .course-search-2019 .course-search-input-group input {
      margin-bottom: 0.5rem; }
    .strath-bootstrap .course-search-2019 .course-feature-header h1 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem;
      padding: 1rem; }
    .strath-bootstrap .course-search-2019 .feature-header-shadow {
      border-color: transparent; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa .ml-auto {
      margin-left: 0 !important; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article {
      width: 95%;
      border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .xandy {
      width: 95%; } }
  .strath-bootstrap .course-search-2019 .searchstriped .staff-group .dept-group {
    width: 470px;
    margin: 0 auto; }
    .strath-bootstrap .course-search-2019 .searchstriped .staff-group .dept-group h1 {
      font-family: "ClanProBold", sans-serif;
      margin: 40px 0 0 0; }
  .strath-bootstrap .course-search-2019 .searchstriped > section > article {
    margin: 13.33333px 0;
    border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff {
      padding: 1rem; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2 {
        font-family: "ClanProBold", sans-serif;
        font-size: 1.5rem; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a {
        font-family: "ClanProBold", sans-serif;
        text-decoration: underline;
        text-underline-position: under; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2:hover,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a:hover {
          text-decoration: underline;
          color: #01676a; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h4,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstriped > section > article > .staff h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
        font-family: "ClanProBold", sans-serif;
        padding: 0; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a {
        font-family: "ClanProBold", sans-serif;
        padding-left: 0 !important; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff:hover {
        background: #e9ecef; }
  .strath-bootstrap .staff-search .form-group .suggestions > ul {
    padding: 1rem;
    margin: 0px;
    list-style: none; }
  .strath-bootstrap .staff-search .form-group .suggestions__list-item--selected {
    padding: 0; }
  .strath-bootstrap .grey-block-button-list a,
  .strath-bootstrap .grey-block-button,
  .strath-bootstrap .orange-block-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 1.2rem;
    color: #002b5c;
    font-weight: bold;
    padding: 1.25rem 1rem;
    margin-bottom: 0.5rem;
    background: #e9ecef;
    transition: 0.2s;
    cursor: pointer; }
    .strath-bootstrap .grey-block-button-list a:after,
    .strath-bootstrap .grey-block-button:after,
    .strath-bootstrap .orange-block-button:after {
      font-family: "FontAwesome";
      content: "\f054";
      margin-left: auto;
      margin-right: 0.5rem;
      transition: 0.2s;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .strath-bootstrap .grey-block-button-list a:hover,
    .strath-bootstrap .grey-block-button:hover,
    .strath-bootstrap .orange-block-button:hover {
      background: #6c757d;
      text-decoration: none; }
    .strath-bootstrap .grey-block-button-list a.grey-block-button-back,
    .strath-bootstrap .grey-block-button.grey-block-button-back,
    .strath-bootstrap .orange-block-button.grey-block-button-back {
      margin-bottom: 0;
      border-bottom: 1px solid #fff;
      background: #e9ecef; }
      .strath-bootstrap .grey-block-button-list a.grey-block-button-back:before,
      .strath-bootstrap .grey-block-button.grey-block-button-back:before,
      .strath-bootstrap .orange-block-button.grey-block-button-back:before {
        font-family: "FontAwesome";
        content: "\f053";
        margin-right: 1rem; }
      .strath-bootstrap .grey-block-button-list a.grey-block-button-back:after,
      .strath-bootstrap .grey-block-button.grey-block-button-back:after,
      .strath-bootstrap .orange-block-button.grey-block-button-back:after {
        display: none; }
    .strath-bootstrap .grey-block-button-list a[aria-expanded="true"]:after,
    .strath-bootstrap .grey-block-button[aria-expanded="true"]:after,
    .strath-bootstrap .orange-block-button[aria-expanded="true"]:after {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
    .strath-bootstrap .grey-block-button-list a h4, .strath-bootstrap .grey-block-button-list a .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .grey-block-button-list a h2, .strath-bootstrap .grey-block-button-list a .results .result h3, .strath-bootstrap .results .result .grey-block-button-list a h3, .strath-bootstrap .grey-block-button-list a .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .grey-block-button-list a h3,
    .strath-bootstrap .grey-block-button-list a h5,
    .strath-bootstrap .grey-block-button h4,
    .strath-bootstrap .grey-block-button .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .grey-block-button h2,
    .strath-bootstrap .grey-block-button .results .result h3,
    .strath-bootstrap .results .result .grey-block-button h3,
    .strath-bootstrap .grey-block-button .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .grey-block-button h3,
    .strath-bootstrap .grey-block-button h5,
    .strath-bootstrap .orange-block-button h4,
    .strath-bootstrap .orange-block-button .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .orange-block-button h2,
    .strath-bootstrap .orange-block-button .results .result h3,
    .strath-bootstrap .results .result .orange-block-button h3,
    .strath-bootstrap .orange-block-button .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .orange-block-button h3,
    .strath-bootstrap .orange-block-button h5 {
      font-size: 1.2rem;
      margin-bottom: 0; }
    .strath-bootstrap .grey-block-button-list a.off-canvas-button-open:after,
    .strath-bootstrap .grey-block-button.off-canvas-button-open:after,
    .strath-bootstrap .orange-block-button.off-canvas-button-open:after {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .strath-bootstrap a.grey-block-button:hover {
    color: #fff;
    text-decoration: none; }
  .strath-bootstrap .column-inner.grey-bg .grey-block-button-list a {
    background: #fff; }
    .strath-bootstrap .column-inner.grey-bg .grey-block-button-list a:hover {
      background: #6c757d;
      color: darkgrey; }
  .strath-bootstrap .orange-block-button {
    background: #01676a;
    color: #fff;
    width: 100%; }
    .strath-bootstrap .orange-block-button h2,
    .strath-bootstrap .orange-block-button h3,
    .strath-bootstrap .orange-block-button h4,
    .strath-bootstrap .orange-block-button .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .orange-block-button h2,
    .strath-bootstrap .orange-block-button .results .result h3,
    .strath-bootstrap .results .result .orange-block-button h3,
    .strath-bootstrap .orange-block-button .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .orange-block-button h3 {
      font-family: "ClanProBold", sans-serif;
      color: #fff;
      margin-bottom: 0;
      font-size: 1.4rem; }
  .strath-bootstrap .grey-block-button-list {
    padding: 0;
    list-style-type: none;
    width: 100%; }
    .strath-bootstrap .grey-block-button-list li {
      position: relative; }
      .strath-bootstrap .grey-block-button-list li:last-child a {
        margin-bottom: 0; }
    .strath-bootstrap .grey-block-button-list a {
      padding: 1rem; }
      .strath-bootstrap .grey-block-button-list a:after {
        display: none; }
  .strath-bootstrap .feature {
    overflow: visible;
    margin-bottom: 0; }
    .strath-bootstrap .feature .feature-header,
    .strath-bootstrap .feature .feature-body {
      padding: 1rem; }
    .strath-bootstrap .feature .feature-header,
    .strath-bootstrap .feature .feature-header-shadow {
      position: relative; }
      @media (min-width: 768px) {
        .strath-bootstrap .feature .feature-header,
        .strath-bootstrap .feature .feature-header-shadow {
          left: -1rem;
          top: -1rem; } }
    .strath-bootstrap .feature .feature-header {
      background: #267aab;
      padding: 1rem;
      padding-left: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .feature .feature-header {
          padding-left: 2rem;
          margin-bottom: 0; } }
      .strath-bootstrap .feature .feature-header h2 {
        font-family: "ClanProBold", sans-serif;
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        min-height: auto;
        margin: 0;
        padding-bottom: 0;
        border-bottom: 0; }
        @media (min-width: 768px) {
          .strath-bootstrap .feature .feature-header h2 {
            font-size: 1.8rem; } }
    .strath-bootstrap .feature .feature-header-shadow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 16px 16px 0;
      border-color: transparent #002b5c transparent transparent;
      display: none; }
      @media (min-width: 768px) {
        .strath-bootstrap .feature .feature-header-shadow {
          display: block; } }
    .strath-bootstrap .feature .feature-body {
      padding: 1.5rem 1rem;
      padding-top: 0; }
      @media (min-width: 768px) {
        .strath-bootstrap .feature .feature-body {
          padding: 2rem;
          padding-top: 0; } }
  .strath-bootstrap footer.site-footer {
    background: #212529;
    color: white;
    padding: 2rem 0;
    font-size: 0.9rem; }
    @media (min-width: 992px) {
      .strath-bootstrap footer.site-footer {
        padding: 3rem 0 2rem; } }
    .strath-bootstrap footer.site-footer h2 {
      font-family: "ClanProBold", sans-serif;
      color: white !important;
      font-size: 1.2rem;
      padding-bottom: 0.75rem !important;
      margin-bottom: 0 !important; }
      .strath-bootstrap footer.site-footer h2 a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none; }
      .strath-bootstrap footer.site-footer h2 .fas {
        font-size: 1.2rem;
        margin-left: 0.5rem;
        text-decoration: none; }
    .strath-bootstrap footer.site-footer h3 {
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap footer.site-footer img.footer-logo {
      max-width: 202px;
      width: 202px;
      height: auto;
      margin-bottom: 2rem; }
    .strath-bootstrap footer.site-footer ul {
      list-style-type: none;
      padding: 0;
      margin: 0 0 1rem 0; }
      .strath-bootstrap footer.site-footer ul li {
        padding: 0.5rem 0 !important; }
        .strath-bootstrap footer.site-footer ul li a {
          padding: 0.16rem 0;
          text-decoration: none; }
          .strath-bootstrap footer.site-footer ul li a:hover, .strath-bootstrap footer.site-footer ul li a:focus-visible {
            text-decoration: underline;
            color: white !important;
            background-color: transparent !important;
            outline: 0; }
    .strath-bootstrap footer.site-footer .fa-brands:hover {
      text-decoration: underline;
      text-underline-position: under; }
    .strath-bootstrap footer.site-footer .logo a {
      outline: none !important;
      box-shadow: none !important; }
      .strath-bootstrap footer.site-footer .logo a:focus-visible img {
        outline: none !important; }
    .strath-bootstrap footer.site-footer .fa-brands {
      padding: 0 1rem 0.2rem 0; }
    .strath-bootstrap footer.site-footer .fa-brands:hover {
      display: inline-block; }
    .strath-bootstrap footer.site-footer .footer-location {
      position: relative;
      z-index: 1; }
      .strath-bootstrap footer.site-footer .footer-location img {
        max-width: 180px;
        width: 180px;
        height: auto; }
    .strath-bootstrap footer.site-footer .footer-company-info {
      padding-top: 1rem;
      margin-top: 1rem;
      border-top: 1px solid #ced4da; }
      @media (min-width: 992px) {
        .strath-bootstrap footer.site-footer .footer-company-info {
          margin-top: -2rem; } }
    .strath-bootstrap footer.site-footer a:hover .fa-up-right-from-square {
      color: white; }
    .strath-bootstrap footer.site-footer .btn-transparent:hover,
    .strath-bootstrap footer.site-footer .btn-transparent:focus-visible {
      text-decoration: underline;
      box-shadow: none; }
    .strath-bootstrap footer.site-footer img.scotland-logo {
      width: 180px;
      height: auto;
      margin-top: 1rem;
      border-bottom: 2px solid transparent; }
      .strath-bootstrap footer.site-footer img.scotland-logo:hover {
        outline: none;
        border-bottom: 2px solid white; }
    .strath-bootstrap footer.site-footer .footer-services .btn-transparent:hover {
      outline: none; }
    .strath-bootstrap footer.site-footer .logo a:focus-visible {
      background-color: transparent !important;
      box-shadow: 0px 4px 4px -10px white !important;
      padding: 20px 0;
      position: relative; }
      .strath-bootstrap footer.site-footer .logo a:focus-visible:after {
        content: "";
        position: absolute;
        bottom: -11px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: white;
        border-bottom: 2px solid white; }
      .strath-bootstrap footer.site-footer .logo a:focus-visible img {
        outline: none; }
    .strath-bootstrap footer.site-footer .list-group-item a:focus-visible .fa-brands {
      position: relative; }
      .strath-bootstrap footer.site-footer .list-group-item a:focus-visible .fa-brands:after {
        content: "";
        position: absolute;
        bottom: -11px;
        left: 0;
        width: 50%;
        height: 2px;
        background-color: white;
        border-bottom: 2px solid white; }
  .strath-bootstrap footer.site-footer ul li a {
    color: white;
    padding: 0.16rem 0.2rem 0.16rem 0; }
  .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a i {
    font-size: 1.5em; }
    .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a i:hover, .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a i:focus-visible, .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a i:focus {
      text-decoration: underline;
      text-underline-position: under;
      color: white; }
  .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a img.socials {
    height: auto;
    width: auto;
    margin-bottom: 0.5rem;
    color: white;
    padding: 0; }
    .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a img.socials:hover, .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a img.socials:focus-visible, .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a img.socials:focus {
      color: white;
      box-shadow: 0 2px 0 #fff; }
  .strath-bootstrap .footer-modals .modal.services {
    padding: 2% 0;
    color: white;
    /* High-DPI screens */ }
    .strath-bootstrap .footer-modals .modal.services .modal-content {
      background: transparent; }
    .strath-bootstrap .footer-modals .modal.services .modal-body {
      padding: 2% 5% 8% 5%; }
      @media (max-width: 991.98px) {
        .strath-bootstrap .footer-modals .modal.services .modal-body ul {
          margin-bottom: 0; } }
      .strath-bootstrap .footer-modals .modal.services .modal-body ul li a {
        color: inherit;
        font-size: 1.1rem;
        white-space: pre-wrap;
        text-decoration: none;
        line-height: 2rem; }
        .strath-bootstrap .footer-modals .modal.services .modal-body ul li a:hover, .strath-bootstrap .footer-modals .modal.services .modal-body ul li a:focus-visible {
          background-color: transparent !important;
          outline: 0;
          text-decoration: underline;
          text-underline-position: below;
          -webkit-text-decoration-color: inherit !important;
          text-decoration-color: inherit !important; }
    .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-title {
      color: inherit !important;
      text-decoration: none;
      padding: 2% 0 0 6%; }
    .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-header {
      border-bottom: 0; }
      .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-header .btn-close {
        opacity: 1;
        margin: 10px 40px !important;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.5rem;
        color: inherit;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border-radius: 50px;
        border: 2px solid transparent; }
        .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-header .btn-close:hover, .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-header .btn-close:focus-visible {
          border-color: #ffffff; }
    .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-fullscreen .modal-content {
      padding: 0 15%; }
      .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-fullscreen .modal-content .modal-header .btn-close {
        opacity: 1;
        font-size: 1rem; }
      .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-fullscreen .modal-content:focus-visible {
        text-decoration: underline;
        text-underline-position: below; }
    .strath-bootstrap .footer-modals .modal.services .modal-xl {
      background: linear-gradient(0deg, #002b5c 0%, #017579 100%);
      /* High-contrast mode */ }
      @media screen and (forced-colors: active) {
        .strath-bootstrap .footer-modals .modal.services .modal-xl {
          background-color: #002b5c; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .footer-modals .modal.services .modal-xl {
          max-width: 1140px; } }
    @media (-webkit-min-device-pixel-ratio: 4.166666666666667), (min-resolution: 400dpi) {
      .strath-bootstrap .footer-modals .modal.services {
        padding: 0; } }
  .strath-bootstrap .rhs-contact {
    background: #e9ecef;
    padding: 1rem;
    margin-bottom: 0;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    margin-bottom: 20px; }
    .strath-bootstrap .rhs-contact .social-media-icons .social-media-icons-each:first-of-type {
      padding-left: 0; }
    .strath-bootstrap .rhs-contact .social-media-icons .social-media-icons-each {
      padding: 0 0.5rem 0.5rem 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      margin-top: 1rem; }
      .strath-bootstrap .rhs-contact .social-media-icons .social-media-icons-each:last-of-type {
        padding-right: 0; }
    .strath-bootstrap .rhs-contact .social-media-icons a {
      color: #002b5c; }
      .strath-bootstrap .rhs-contact .social-media-icons a:hover {
        color: #01676a; }
    .strath-bootstrap .rhs-contact > h2 {
      font-size: 1.3375rem;
      border-bottom: 0; }
    .strath-bootstrap .rhs-contact hr {
      border-top: solid;
      border-width: 4px;
      width: 30%;
      margin-left: 0; }
      .strath-bootstrap .rhs-contact hr.corpblue {
        border-color: #002b5c; }
    .strath-bootstrap .rhs-contact p {
      color: #212529;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      overflow-wrap: break-word; }
    .strath-bootstrap .rhs-contact > p a {
      font-size: 0.98rem;
      margin-bottom: 0.5rem;
      overflow-wrap: break-word; }
      .strath-bootstrap .rhs-contact > p a:focus {
        outline-offset: 3px;
        outline: 2px solid; }
    @media (max-width: 767.98px) {
      .strath-bootstrap .rhs-contact hr {
        width: 10%; } }
  .strath-bootstrap .carousel-control-next,
  .strath-bootstrap .carousel-control-prev {
    color: #002b5c;
    opacity: 1;
    position: relative; }
  .strath-bootstrap .carousel-control-prev:hover,
  .strath-bootstrap .carousel-control-next:hover {
    color: #6c757d; }
  .strath-bootstrap .carousel-control-prev:focus,
  .strath-bootstrap .carousel-control-next:focus {
    color: #002b5c; }
  .strath-bootstrap .controls-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .strath-bootstrap .profile-carousel {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    background: #e9ecef;
    margin-bottom: 20px;
    padding: 1rem 0; }
    .strath-bootstrap .profile-carousel h2 {
      font-size: 1.3375rem;
      padding: 0 1rem; }
  .strath-bootstrap .uoscarousel {
    padding: 0 1rem 1rem 1rem; }
    .strath-bootstrap .uoscarousel .carousel-item img {
      padding-bottom: 1rem; }
    .strath-bootstrap .uoscarousel .controls-flex {
      padding: 2rem 0; }
    .strath-bootstrap .uoscarousel .carousel-caption {
      padding-bottom: 0;
      padding-top: 0;
      text-align: left;
      position: relative;
      left: 0;
      top: 0; }
      .strath-bootstrap .uoscarousel .carousel-caption blockquote {
        max-width: 100%; }
      .strath-bootstrap .uoscarousel .carousel-caption p,
      .strath-bootstrap .uoscarousel .carousel-caption blockquote {
        color: #212529; }
      .strath-bootstrap .uoscarousel .carousel-caption blockquote {
        display: block !important;
        border-left: 0;
        padding: 0;
        margin: 10px 0 30px 0; }
        .strath-bootstrap .uoscarousel .carousel-caption blockquote p {
          display: inline;
          color: #212529; }
  .strath-bootstrap .rhs-general {
    background-color: #e9ecef;
    padding: 1rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    margin-bottom: 20px; }
    .strath-bootstrap .rhs-general h2 {
      font-size: 1.3375rem;
      border-bottom: 0; }
    .strath-bootstrap .rhs-general hr {
      border-top: solid;
      border-width: 4px;
      width: 30%;
      margin-left: 0;
      margin-right: auto; }
      .strath-bootstrap .rhs-general hr.red {
        border-color: #dc3545; }
      .strath-bootstrap .rhs-general hr.green {
        border-color: #28a745; }
      .strath-bootstrap .rhs-general hr.blue {
        border-color: #267aab; }
      .strath-bootstrap .rhs-general hr.corpblue {
        border-color: #002b5c; }
      .strath-bootstrap .rhs-general hr.orange {
        border-color: #fd7e14; }
      .strath-bootstrap .rhs-general hr.gray-500 {
        border-color: #adb5bd; }
    .strath-bootstrap .rhs-general ul {
      padding: 0 0 0 1rem; }
    .strath-bootstrap .rhs-general p a,
    .strath-bootstrap .rhs-general ul > li a,
    .strath-bootstrap .rhs-general a {
      overflow-wrap: break-word; }
      .strath-bootstrap .rhs-general p a:focus-visible,
      .strath-bootstrap .rhs-general ul > li a:focus-visible,
      .strath-bootstrap .rhs-general a:focus-visible {
        outline: 2px solid; }
    .strath-bootstrap .rhs-general li {
      padding: 1px 0; }
    @media (max-width: 991.98px) {
      .strath-bootstrap .rhs-general hr {
        width: 10%; } }
    .strath-bootstrap .rhs-general .button-link a {
      text-decoration: none !important; }
  .strath-bootstrap .page-banner.has-image {
    background: #002b5c;
    overflow: hidden;
    position: relative; }
    .strath-bootstrap .page-banner.has-image:before, .strath-bootstrap .page-banner.has-image:after {
      background: linear-gradient(10deg, #002b5c 20%, rgba(0, 43, 92, 0.25) 100%);
      content: " ";
      bottom: 0;
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
    .strath-bootstrap .page-banner.has-image:before {
      background: #002b5c; }
    .strath-bootstrap .page-banner.has-image > img {
      height: 100%;
      object-fit: cover;
      position: absolute;
      width: 100%; }
    .strath-bootstrap .page-banner.has-image .container {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      min-height: 185px;
      position: relative;
      z-index: 1;
      padding: 1.5rem 1rem !important; }
    .strath-bootstrap .page-banner.has-image h1 {
      padding: 1.5rem 0 0 0;
      color: white !important; }
      .strath-bootstrap .page-banner.has-image h1 .superscript {
        color: white !important; }
      @media (min-width: 768px) {
        .strath-bootstrap .page-banner.has-image h1 {
          padding: 1.5rem 0 1rem 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .page-banner.has-image.video-banner > img {
        display: none; } }
    .strath-bootstrap .page-banner.has-image.video-banner .pause-button {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: 0;
      z-index: 2;
      opacity: 0;
      transition: 0.2s; }
      .strath-bootstrap .page-banner.has-image.video-banner .pause-button img {
        cursor: pointer;
        height: 100px;
        width: 100px; }
    .strath-bootstrap .page-banner.has-image.video-banner #videocontainer {
      position: absolute;
      height: 100%;
      left: 50%;
      margin-left: -50vw;
      width: 100vw;
      overflow: hidden; }
    .strath-bootstrap .page-banner.has-image.video-banner video {
      position: absolute;
      background-size: cover; }
    .strath-bootstrap .page-banner.has-image.video-banner.vertical-middle video {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .strath-bootstrap .page-banner.has-image.video-banner.vertical-bottom video {
      bottom: 0; }
    .strath-bootstrap .page-banner.has-image.video-banner:hover .pause-button {
      opacity: 1; }
    @media (min-width: 768px) {
      .strath-bootstrap .page-banner.has-image {
        height: 350px; } }
    @media (min-width: 1600px) {
      .strath-bootstrap .page-banner.has-image {
        height: 400px; } }
  .strath-bootstrap.fixed-width .page-banner.has-image {
    overflow: unset; }
    .strath-bootstrap.fixed-width .page-banner.has-image > img {
      width: 100vw;
      left: calc(50% - 50vw); }
    .strath-bootstrap.fixed-width .page-banner.has-image:before, .strath-bootstrap.fixed-width .page-banner.has-image:after {
      left: calc(50% - 50vw);
      width: 100vw; }
  .strath-bootstrap.fixed-width .page-banner .container {
    padding-left: 0 !important; }
  .strath-bootstrap .page-banner .container {
    padding: 1.5rem 1rem !important; }
  .strath-bootstrap .page-banner h1 {
    font-family: "ClanProBold", sans-serif;
    margin-bottom: 0;
    word-break: break-word;
    padding: 1rem 0 0 0; }
    @media (min-width: 768px) {
      .strath-bootstrap .page-banner h1 {
        font-size: 3rem; } }
    .strath-bootstrap .page-banner h1 .superscript {
      display: block;
      font-size: 0.6em;
      word-break: break-word; }
  .strath-bootstrap .page-banner-old {
    position: relative;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .strath-bootstrap .page-banner-old {
        padding-bottom: 37.5%;
        overflow: hidden; } }
    @media (min-width: 768px) {
      .strath-bootstrap .page-banner-old img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; } }
    .strath-bootstrap .page-banner-old h1 {
      font-family: "ClanProBold", sans-serif;
      margin-bottom: 0;
      background: #002b5c;
      color: white;
      padding: 1rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .page-banner-old h1 {
          position: absolute;
          bottom: 0;
          left: 0; } }
    .strath-bootstrap .page-banner-old .superscript {
      font-size: 1.25rem;
      display: block;
      color: white; }
  .strath-bootstrap .viewall {
    cursor: pointer; }
  .strath-bootstrap .general-aside-fixed {
    overflow-wrap: break-word;
    word-wrap: break-word; }
    .strath-bootstrap .general-aside-fixed img {
      padding: 0; }
    .strath-bootstrap .general-aside-fixed .hr {
      border-bottom: solid;
      border-width: 4px;
      width: 30%;
      margin-left: 0;
      margin-right: auto;
      color: #002b5c !important; }
  .strath-bootstrap .web-news-aside-aside .block-grid-item-content:hover a,
  .strath-bootstrap .web-news-general-aside .block-grid-item-content:hover a {
    color: #fff; }
  .strath-bootstrap .web-news-aside-aside .block-grid-item-content .block-grid-item-text,
  .strath-bootstrap .web-news-general-aside .block-grid-item-content .block-grid-item-text {
    border-top: 5px solid #002b5c; }
    .strath-bootstrap .web-news-aside-aside .block-grid-item-content .block-grid-item-text a,
    .strath-bootstrap .web-news-general-aside .block-grid-item-content .block-grid-item-text a {
      text-decoration: none;
      display: block;
      color: #002b5c; }
      .strath-bootstrap .web-news-aside-aside .block-grid-item-content .block-grid-item-text a:hover,
      .strath-bootstrap .web-news-general-aside .block-grid-item-content .block-grid-item-text a:hover {
        background-color: transparent;
        color: #013637; }
  .strath-bootstrap .general-content img {
    float: left;
    padding: 1rem 1rem 1rem 0;
    width: 100%; }
  .strath-bootstrap .web-news-general-aside {
    margin-bottom: 20px; }
    .strath-bootstrap .web-news-general-aside .block-grid-item-content {
      height: auto; }
  .strath-bootstrap .master-grid {
    margin-top: 1rem; }
  .strath-bootstrap .general-content-main h1 a:focus,
  .strath-bootstrap .general-content-main h2 a:focus,
  .strath-bootstrap .general-content-main h3 a:focus,
  .strath-bootstrap .general-content-main h4 a:focus,
  .strath-bootstrap .general-content-main .banner-buttons .banner-button-header h2 a:focus,
  .strath-bootstrap .banner-buttons .banner-button-header .general-content-main h2 a:focus,
  .strath-bootstrap .general-content-main .results .result h3 a:focus,
  .strath-bootstrap .results .result .general-content-main h3 a:focus,
  .strath-bootstrap .general-content-main .course-search-2019 .searchstriped > section > article > .staff h3 a:focus,
  .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main h3 a:focus,
  .strath-bootstrap .general-content-main h5 a:focus,
  .strath-bootstrap .general-content-main li a:focus,
  .strath-bootstrap .general-content-main p a:focus,
  .strath-bootstrap .general-content-main-fixed h1 a:focus,
  .strath-bootstrap .general-content-main-fixed h2 a:focus,
  .strath-bootstrap .general-content-main-fixed h3 a:focus,
  .strath-bootstrap .general-content-main-fixed h4 a:focus,
  .strath-bootstrap .general-content-main-fixed .banner-buttons .banner-button-header h2 a:focus,
  .strath-bootstrap .banner-buttons .banner-button-header .general-content-main-fixed h2 a:focus,
  .strath-bootstrap .general-content-main-fixed .results .result h3 a:focus,
  .strath-bootstrap .results .result .general-content-main-fixed h3 a:focus,
  .strath-bootstrap .general-content-main-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a:focus,
  .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main-fixed h3 a:focus,
  .strath-bootstrap .general-content-main-fixed h5 a:focus,
  .strath-bootstrap .general-content-main-fixed li a:focus,
  .strath-bootstrap .general-content-main-fixed p a:focus,
  .strath-bootstrap .general-side-fixed h1 a:focus,
  .strath-bootstrap .general-side-fixed h2 a:focus,
  .strath-bootstrap .general-side-fixed h3 a:focus,
  .strath-bootstrap .general-side-fixed h4 a:focus,
  .strath-bootstrap .general-side-fixed .banner-buttons .banner-button-header h2 a:focus,
  .strath-bootstrap .banner-buttons .banner-button-header .general-side-fixed h2 a:focus,
  .strath-bootstrap .general-side-fixed .results .result h3 a:focus,
  .strath-bootstrap .results .result .general-side-fixed h3 a:focus,
  .strath-bootstrap .general-side-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a:focus,
  .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-side-fixed h3 a:focus,
  .strath-bootstrap .general-side-fixed h5 a:focus,
  .strath-bootstrap .general-side-fixed li a:focus,
  .strath-bootstrap .general-side-fixed p a:focus {
    outline-offset: 2px;
    outline: 2px solid; }
  .strath-bootstrap .general-content-main img,
  .strath-bootstrap .general-content-main-fixed img,
  .strath-bootstrap .general-side-fixed img {
    width: auto;
    max-width: 100%;
    margin: 0; }
    .strath-bootstrap .general-content-main img.left,
    .strath-bootstrap .general-content-main-fixed img.left,
    .strath-bootstrap .general-side-fixed img.left {
      float: left;
      padding: 1rem 1rem 1rem 0; }
    .strath-bootstrap .general-content-main img.right,
    .strath-bootstrap .general-content-main-fixed img.right,
    .strath-bootstrap .general-side-fixed img.right {
      float: right;
      padding: 1rem 0 1rem 1rem; }
  .strath-bootstrap .general-content-main ul.grey-block-button-list li:before,
  .strath-bootstrap .general-content-main-fixed ul.grey-block-button-list li:before,
  .strath-bootstrap .general-side-fixed ul.grey-block-button-list li:before {
    content: none !important; }
  .strath-bootstrap .general-content-main ul.grey-block-button-list li a,
  .strath-bootstrap .general-content-main-fixed ul.grey-block-button-list li a,
  .strath-bootstrap .general-side-fixed ul.grey-block-button-list li a {
    margin-left: 0px;
    padding: 20px 10px;
    text-decoration: none !important;
    color: #002b5c; }
    .strath-bootstrap .general-content-main ul.grey-block-button-list li a:hover,
    .strath-bootstrap .general-content-main-fixed ul.grey-block-button-list li a:hover,
    .strath-bootstrap .general-side-fixed ul.grey-block-button-list li a:hover {
      background: #6c757d !important;
      text-decoration: none;
      color: #fff; }
  .strath-bootstrap .general-content-main .button-link:hover,
  .strath-bootstrap .general-content-main-fixed .button-link:hover,
  .strath-bootstrap .general-side-fixed .button-link:hover {
    text-decoration: none !important; }
  .strath-bootstrap .general-content-main .button-link a,
  .strath-bootstrap .general-content-main-fixed .button-link a,
  .strath-bootstrap .general-side-fixed .button-link a {
    color: #ffffff;
    text-decoration: none; }
    .strath-bootstrap .general-content-main .button-link a:hover,
    .strath-bootstrap .general-content-main-fixed .button-link a:hover,
    .strath-bootstrap .general-side-fixed .button-link a:hover {
      text-decoration: none !important; }
  .strath-bootstrap .general-content-main p.question,
  .strath-bootstrap .general-content-main-fixed p.question,
  .strath-bootstrap .general-side-fixed p.question {
    margin-bottom: 0 !important; }
  .strath-bootstrap .general-content-main .block-grid-item-text a,
  .strath-bootstrap .general-content-main .block-grid-item-text-text a,
  .strath-bootstrap .general-content-main-fixed .block-grid-item-text a,
  .strath-bootstrap .general-content-main-fixed .block-grid-item-text-text a,
  .strath-bootstrap .general-side-fixed .block-grid-item-text a,
  .strath-bootstrap .general-side-fixed .block-grid-item-text-text a {
    text-decoration: none; }
  .strath-bootstrap .general-content-main blockquote p img,
  .strath-bootstrap .general-content-main-fixed blockquote p img,
  .strath-bootstrap .general-side-fixed blockquote p img {
    padding-bottom: 0;
    float: left;
    width: auto;
    max-width: 200px; }
  .strath-bootstrap .general-content-main .call-to-action-link,
  .strath-bootstrap .general-content-main-fixed .call-to-action-link,
  .strath-bootstrap .general-side-fixed .call-to-action-link {
    background: #01676a;
    color: #fff;
    border-radius: 50px;
    line-height: 2em;
    padding: 0 2rem;
    margin: 0;
    display: inline-block; }
    .strath-bootstrap .general-content-main .call-to-action-link:hover,
    .strath-bootstrap .general-content-main-fixed .call-to-action-link:hover,
    .strath-bootstrap .general-side-fixed .call-to-action-link:hover {
      background: #015f63; }
  .strath-bootstrap .general-content-main ol,
  .strath-bootstrap .general-content-main li,
  .strath-bootstrap .general-content-main-fixed ol,
  .strath-bootstrap .general-content-main-fixed li,
  .strath-bootstrap .general-side-fixed ol,
  .strath-bootstrap .general-side-fixed li {
    padding: 0;
    margin-left: 20px; }
    .strath-bootstrap .general-content-main ol a,
    .strath-bootstrap .general-content-main li a,
    .strath-bootstrap .general-content-main-fixed ol a,
    .strath-bootstrap .general-content-main-fixed li a,
    .strath-bootstrap .general-side-fixed ol a,
    .strath-bootstrap .general-side-fixed li a {
      line-height: 1.7rem; }
  .strath-bootstrap .general-content-main .table-responsive,
  .strath-bootstrap .general-content-main-fixed .table-responsive,
  .strath-bootstrap .general-side-fixed .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin: 20px 0; }
  .strath-bootstrap .general-content-main .table-responsive::-webkit-scrollbar,
  .strath-bootstrap .general-content-main-fixed .table-responsive::-webkit-scrollbar,
  .strath-bootstrap .general-side-fixed .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none; }
  .strath-bootstrap .general-content-main .table-responsive::-webkit-scrollbar:vertical,
  .strath-bootstrap .general-content-main-fixed .table-responsive::-webkit-scrollbar:vertical,
  .strath-bootstrap .general-side-fixed .table-responsive::-webkit-scrollbar:vertical {
    width: 12px; }
  .strath-bootstrap .general-content-main .table-responsive::-webkit-scrollbar:horizontal,
  .strath-bootstrap .general-content-main-fixed .table-responsive::-webkit-scrollbar:horizontal,
  .strath-bootstrap .general-side-fixed .table-responsive::-webkit-scrollbar:horizontal {
    height: 15px; }
  .strath-bootstrap .general-content-main .table-responsive::-webkit-scrollbar-thumb,
  .strath-bootstrap .general-content-main-fixed .table-responsive::-webkit-scrollbar-thumb,
  .strath-bootstrap .general-side-fixed .table-responsive::-webkit-scrollbar-thumb {
    background-color: #e9ecef;
    border: 2px solid #ffffff; }
  .strath-bootstrap .general-content-main .table-responsive::-webkit-scrollbar-track,
  .strath-bootstrap .general-content-main-fixed .table-responsive::-webkit-scrollbar-track,
  .strath-bootstrap .general-side-fixed .table-responsive::-webkit-scrollbar-track {
    background-color: #ffffff; }
  .strath-bootstrap .general-content-main .table-responsive table,
  .strath-bootstrap .general-content-main-fixed .table-responsive table,
  .strath-bootstrap .general-side-fixed .table-responsive table {
    border: 2px solid #6c757d;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent; }
    .strath-bootstrap .general-content-main .table-responsive table thead tr td,
    .strath-bootstrap .general-content-main .table-responsive table thead tr th,
    .strath-bootstrap .general-content-main-fixed .table-responsive table thead tr td,
    .strath-bootstrap .general-content-main-fixed .table-responsive table thead tr th,
    .strath-bootstrap .general-side-fixed .table-responsive table thead tr td,
    .strath-bootstrap .general-side-fixed .table-responsive table thead tr th {
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .general-content-main .table-responsive table thead th,
    .strath-bootstrap .general-content-main .table-responsive table tbody th,
    .strath-bootstrap .general-content-main-fixed .table-responsive table thead th,
    .strath-bootstrap .general-content-main-fixed .table-responsive table tbody th,
    .strath-bootstrap .general-side-fixed .table-responsive table thead th,
    .strath-bootstrap .general-side-fixed .table-responsive table tbody th {
      border: 1px #6c757d solid; }
    .strath-bootstrap .general-content-main .table-responsive table td,
    .strath-bootstrap .general-content-main-fixed .table-responsive table td,
    .strath-bootstrap .general-side-fixed .table-responsive table td {
      padding: 0.5rem;
      border: 1px #6c757d solid; }
    .strath-bootstrap .general-content-main .table-responsive table th,
    .strath-bootstrap .general-content-main .table-responsive table tr,
    .strath-bootstrap .general-content-main-fixed .table-responsive table th,
    .strath-bootstrap .general-content-main-fixed .table-responsive table tr,
    .strath-bootstrap .general-side-fixed .table-responsive table th,
    .strath-bootstrap .general-side-fixed .table-responsive table tr {
      font-size: 1em;
      padding: 0.5rem;
      background-color: #ced4da;
      color: #212529;
      text-align: left;
      border-collapse: collapse;
      border: 1px #6c757d solid;
      font-weight: normal; }
    .strath-bootstrap .general-content-main .table-responsive table th,
    .strath-bootstrap .general-content-main-fixed .table-responsive table th,
    .strath-bootstrap .general-side-fixed .table-responsive table th {
      border: 1px #6c757d solid; }
    .strath-bootstrap .general-content-main .table-responsive table tbody tr:nth-of-type(even),
    .strath-bootstrap .general-content-main-fixed .table-responsive table tbody tr:nth-of-type(even),
    .strath-bootstrap .general-side-fixed .table-responsive table tbody tr:nth-of-type(even) {
      background-color: #e9ecef; }
    .strath-bootstrap .general-content-main .table-responsive table tbody tr:nth-of-type(odd),
    .strath-bootstrap .general-content-main-fixed .table-responsive table tbody tr:nth-of-type(odd),
    .strath-bootstrap .general-side-fixed .table-responsive table tbody tr:nth-of-type(odd) {
      background-color: #fff; }
  .strath-bootstrap .general-content-main.favourites-list .favourites-list-div,
  .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div,
  .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 0 !important; }
    .strath-bootstrap .general-content-main.favourites-list .favourites-list-div:last-child,
    .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div:last-child,
    .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div:last-child {
      border-bottom: 0; }
    .strath-bootstrap .general-content-main.favourites-list .favourites-list-div:before,
    .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div:before,
    .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div:before {
      display: none !important; }
    .strath-bootstrap .general-content-main.favourites-list .favourites-list-div h2 a,
    .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div h2 a,
    .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div h2 a {
      text-decoration: underline;
      text-underline-position: under;
      -webkit-text-decoration-color: #002b5c;
      text-decoration-color: #002b5c;
      text-decoration-thickness: 1px;
      color: #002b5c !important;
      line-height: normal; }
      .strath-bootstrap .general-content-main.favourites-list .favourites-list-div h2 a:hover,
      .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div h2 a:hover,
      .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div h2 a:hover {
        color: #01676a !important;
        -webkit-text-decoration-color: #01676a;
        text-decoration-color: #01676a;
        text-decoration-thickness: 2px; }
        .strath-bootstrap .general-content-main.favourites-list .favourites-list-div h2 a:hover span,
        .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div h2 a:hover span,
        .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div h2 a:hover span {
          color: #01676a !important;
          -webkit-text-decoration-color: #01676a;
          text-decoration-color: #01676a;
          text-decoration-thickness: 2px; }
      @media (max-width: 767.98px) {
        .strath-bootstrap .general-content-main.favourites-list .favourites-list-div h2 a,
        .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div h2 a,
        .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div h2 a {
          line-height: 2rem; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .general-content-main blockquote p img {
      padding-bottom: 2rem !important;
      float: none;
      width: auto;
      max-width: 200px;
      display: block; }
    .strath-bootstrap .general-content-main .breakout-box {
      margin-right: 20px; }
    .strath-bootstrap .general-side-fixed .block-grid-item .block-grid-item-image img {
      width: 100%; } }
  @media (max-width: 575.98px) {
    .strath-bootstrap .general-content-main .breakout-box {
      width: 100%;
      margin-right: 0; } }
  .strath-bootstrap .feature-with-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    max-width: 750px;
    margin-left: 0; }
    .strath-bootstrap .feature-with-image .container:hover > .row > .col-md-6 {
      background-color: #6c757d; }
      .strath-bootstrap .feature-with-image .container:hover > .row > .col-md-6 > p,
      .strath-bootstrap .feature-with-image .container:hover > .row > .col-md-6 h3 {
        color: #fff;
        font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .feature-with-image .container .col-md-6 {
      background-color: #dee2e6;
      padding-left: 0;
      padding-right: 0; }
      .strath-bootstrap .feature-with-image .container .col-md-6 > figure {
        margin: 0;
        width: 100%;
        height: auto;
        padding: 1rem; }
        .strath-bootstrap .feature-with-image .container .col-md-6 > figure > img {
          max-width: 360px;
          width: auto;
          height: auto; }
      .strath-bootstrap .feature-with-image .container .col-md-6 h3 {
        padding: 1rem 1rem 0 1rem; }
      .strath-bootstrap .feature-with-image .container .col-md-6 p {
        padding: 0 1rem 1rem 1rem;
        margin-bottom: 0;
        color: #212529; }
    @media (max-width: 767.98px) {
      .strath-bootstrap .feature-with-image {
        margin-left: 2rem; } }
  .strath-bootstrap .profilescontainer-white-fixed-width {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
    .strath-bootstrap .profilescontainer-white-fixed-width .randomise:nth-child(n + 2) {
      display: none; }
  .strath-bootstrap .profilescontainer-white-full-width {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .strath-bootstrap .profilescontainer-white-full-width .randomise:nth-child(n + 3) {
      display: none; }
  .strath-bootstrap .profilescontainer-grey-fixed-width {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
    .strath-bootstrap .profilescontainer-grey-fixed-width > .randomise:nth-child(n + 2) {
      display: none; }
  .strath-bootstrap .profilescontainer-grey-full-width {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .strath-bootstrap .profilescontainer-grey-full-width .randomise:nth-child(n + 3) {
      display: none; }
  .strath-bootstrap .profile {
    margin-bottom: 0; }
    .strath-bootstrap .profile a blockquote,
    .strath-bootstrap .profile blockquote {
      border-left: 0;
      padding: 0;
      margin: 30px 0;
      color: #212529; }
      .strath-bootstrap .profile a blockquote:before,
      .strath-bootstrap .profile blockquote:before {
        font-size: 1.7rem;
        color: #002b5c;
        padding: 0 8px 0 0; }
      .strath-bootstrap .profile a blockquote:after,
      .strath-bootstrap .profile blockquote:after {
        font-size: 1.7rem;
        color: #002b5c;
        padding-left: 0.66667rem;
        line-height: 1.3rem; }
    .strath-bootstrap .profile .mono img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .strath-bootstrap .profile:has(h3 a:hover) .mono img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    .strath-bootstrap .profile h3 {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c; }
      .strath-bootstrap .profile h3 a {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-position: under !important; }
        .strath-bootstrap .profile h3 a:hover {
          text-decoration: underline !important;
          text-decoration-thickness: 2px;
          color: #01676a; }
    .strath-bootstrap .profile p {
      color: #495057; }
    .strath-bootstrap .profile .fa-home,
    .strath-bootstrap .profile .fa-suitcase {
      color: #002b5c; }
    .strath-bootstrap .profile .randomise:nth-child(n + 4) {
      display: none; }
    .strath-bootstrap .profile .randomise:nth-child(n + 4) {
      display: none; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .profilescontainer {
      padding: 0 2rem; } }
  .strath-bootstrap .strategic-plan .strategic-values {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 0;
    border-bottom: 2px solid #e9ecef;
    background: #e9ecef; }
    .strath-bootstrap .strategic-plan .strategic-values h2,
    .strath-bootstrap .strategic-plan .strategic-values h3,
    .strath-bootstrap .strategic-plan .strategic-values h4,
    .strath-bootstrap .strategic-plan .strategic-values .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .strategic-plan .strategic-values h2,
    .strath-bootstrap .strategic-plan .strategic-values .results .result h3,
    .strath-bootstrap .results .result .strategic-plan .strategic-values h3,
    .strath-bootstrap .strategic-plan .strategic-values .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .strategic-plan .strategic-values h3 {
      font-family: "ClanProBold", sans-serif;
      width: 100%;
      text-align: center;
      margin-bottom: 2rem; }
    .strath-bootstrap .strategic-plan .strategic-values:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #ffffff;
      border-width: 0px;
      margin-left: -0px; }
    .strath-bootstrap .strategic-plan .strategic-values:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(204, 204, 204, 0);
      border-top-color: #e9ecef;
      border-width: 25px;
      margin-left: -25px; }
    .strath-bootstrap .strategic-plan .strategic-values.no-arrow:before, .strath-bootstrap .strategic-plan .strategic-values.no-arrow:after {
      display: none; }
  .strath-bootstrap .strategic-plan .strategic-goals {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 0;
    border-bottom: 2px solid #fff; }
    .strath-bootstrap .strategic-plan .strategic-goals h2,
    .strath-bootstrap .strategic-plan .strategic-goals h3,
    .strath-bootstrap .strategic-plan .strategic-goals h4,
    .strath-bootstrap .strategic-plan .strategic-goals .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .strategic-plan .strategic-goals h2,
    .strath-bootstrap .strategic-plan .strategic-goals .results .result h3,
    .strath-bootstrap .results .result .strategic-plan .strategic-goals h3,
    .strath-bootstrap .strategic-plan .strategic-goals .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .strategic-plan .strategic-goals h3 {
      font-family: "ClanProBold", sans-serif;
      width: 100%;
      text-align: center;
      margin-bottom: 2rem;
      padding: 0 1rem; }
    .strath-bootstrap .strategic-plan .strategic-goals:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #ffffff;
      border-width: 0px;
      margin-left: -0px; }
    .strath-bootstrap .strategic-plan .strategic-goals:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(204, 204, 204, 0);
      border-top-color: #fff;
      border-width: 25px;
      margin-left: -25px; }
  .strath-bootstrap .strategic-plan .strategic-value {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 7px 23px;
    text-transform: uppercase; }
    .strath-bootstrap .strategic-plan .strategic-value:before {
      display: block;
      content: " ";
      top: 0;
      left: 0;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 5px solid; }
    .strath-bootstrap .strategic-plan .strategic-value:nth-of-type(1) {
      color: #020c0e; }
    .strath-bootstrap .strategic-plan .strategic-value:nth-of-type(2) {
      color: #020c0e; }
    .strath-bootstrap .strategic-plan .strategic-value:nth-of-type(3) {
      color: #020c0e; }
    .strath-bootstrap .strategic-plan .strategic-value:nth-of-type(4) {
      color: #020c0e; }
    .strath-bootstrap .strategic-plan .strategic-value:nth-of-type(5) {
      color: #020c0e; }
  .strath-bootstrap .strategic-plan .strategic-goal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    color: #020c0e;
    padding: 7px; }
    .strath-bootstrap .strategic-plan .strategic-goal:before {
      display: block;
      content: " ";
      top: 0;
      left: 0;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 5px solid;
      width: 200px;
      height: 200px;
      border: 8px solid; }
    .strath-bootstrap .strategic-plan .strategic-goal .fa {
      color: #002b5c;
      margin-top: 1rem; }
  .strath-bootstrap .strategic-plan .strategic-value-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 900;
    background: #e9ecef;
    width: 100%;
    text-align: center;
    font-size: 1.3rem; }
  .strath-bootstrap .strategic-plan .strategic-goal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 900;
    background: #e9ecef;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 50%;
    max-width: calc(100% - 40px);
    background: transparent; }
  .strath-bootstrap .strategic-plan .strategic-goal-title {
    color: #020c0e;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1; }
  .strath-bootstrap .strategic-plan .strategic-goal-text {
    font-size: 1rem;
    font-weight: normal;
    color: #495057;
    max-width: 90%;
    margin: auto;
    text-transform: none; }
  .strath-bootstrap .our-strategy .leading-text {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center; }
  .strath-bootstrap .alert-container {
    width: 100%; }
    .strath-bootstrap .alert-container a {
      display: block; }
    .strath-bootstrap .alert-container h2 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem;
      margin-bottom: 0.25rem; }
    .strath-bootstrap .alert-container p {
      margin-bottom: 0;
      color: #212529; }
    .strath-bootstrap .alert-container .alert-close {
      display: block; }
      .strath-bootstrap .alert-container .alert-close button {
        font-size: 2rem;
        background: transparent;
        padding: 0 1rem;
        color: #002b5c;
        line-height: 1; }
    .strath-bootstrap .alert-container .red {
      border-left: 4px solid #ee3224; }
    .strath-bootstrap .alert-container .alert-links {
      width: 100%;
      padding: 0.5rem 1rem 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .alert-container .alert-links {
          padding: 0.5rem 1.5rem 1rem; } }
      .strath-bootstrap .alert-container .alert-links a {
        display: inline-block;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem; }
  .strath-bootstrap .alert-box {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    background: #fff;
    margin-bottom: 1rem;
    border-left: 4px solid #002b5c; }
    .strath-bootstrap .alert-box.red {
      border-color: #ee3224; }
    .strath-bootstrap .alert-box.blue {
      border-color: #267aab; }
    .strath-bootstrap .alert-box.green {
      border-color: #28a745; }
    .strath-bootstrap .alert-box.orange {
      border-color: #fd7e14; }
    .strath-bootstrap .alert-box.page-alert {
      border-left: 0;
      box-shadow: none;
      margin-top: 1rem; }
      .strath-bootstrap .alert-box.page-alert .alert-main-area:hover {
        background: transparent; }
        .strath-bootstrap .alert-box.page-alert .alert-main-area:hover h2,
        .strath-bootstrap .alert-box.page-alert .alert-main-area:hover .alert-chevron {
          color: #002b5c; }
        .strath-bootstrap .alert-box.page-alert .alert-main-area:hover p {
          color: #212529; }
    .strath-bootstrap .alert-box .alert-main-area {
      padding: 1rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      transition: 0.2s;
      background: white; }
      @media (min-width: 576px) {
        .strath-bootstrap .alert-box .alert-main-area {
          padding: 1rem 1.5rem; } }
    .strath-bootstrap .alert-box h2 {
      font-size: 1.4rem;
      margin-bottom: 0.25rem; }
    .strath-bootstrap .alert-box p {
      color: #212529; }
    .strath-bootstrap .alert-box p:last-child {
      margin-bottom: 0; }
    .strath-bootstrap .alert-box .alert-chevron,
    .strath-bootstrap .alert-box .alert-close {
      margin-left: auto;
      padding-left: 1rem;
      font-size: 1.6rem;
      color: inherit;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #002b5c; }
    .strath-bootstrap .alert-box .alert-main-area:hover {
      background: #6c757d; }
      .strath-bootstrap .alert-box .alert-main-area:hover h2,
      .strath-bootstrap .alert-box .alert-main-area:hover p,
      .strath-bootstrap .alert-box .alert-main-area:hover .alert-chevron {
        color: #fff; }
      .strath-bootstrap .alert-box .alert-main-area:hover .alert-text a.faux-block-link h2 {
        text-decoration: underline; }
  .strath-bootstrap .faculty-alert-container.container {
    margin: auto;
    padding: 1rem 15px 2rem 15px; }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-alert-container.container {
        padding: 2rem 15px; } }
    .strath-bootstrap .faculty-alert-container.container .alert-main-area {
      padding: 0.75rem 1rem; }
  .strath-bootstrap .six-blocks-container p a {
    color: #01676a;
    text-decoration: underline; }
  .strath-bootstrap .sixblocks .block-grid-item-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
    .strath-bootstrap .sixblocks .block-grid-item-content:hover {
      background: #6c757d; }
      .strath-bootstrap .sixblocks .block-grid-item-content:hover .block-grid-item-text h3 {
        font-family: "ClanProBold", sans-serif; }
      .strath-bootstrap .sixblocks .block-grid-item-content:hover .block-grid-item-text h3,
      .strath-bootstrap .sixblocks .block-grid-item-content:hover .block-grid-item-text p a,
      .strath-bootstrap .sixblocks .block-grid-item-content:hover .block-grid-item-text p:last-child {
        color: #fff; }
  .strath-bootstrap .trans-block-links {
    position: relative;
    padding: 4rem 0;
    background: #002b5c; }
    .strath-bootstrap .trans-block-links .trans-block-links-background {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: 0.1; }
    .strath-bootstrap .trans-block-links .trans-block-link {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .trans-block-links .trans-block-link {
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          padding-top: 1rem;
          padding-bottom: 1rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .trans-block-links .trans-block-link {
          -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
          padding-top: 0;
          padding-bottom: 0; } }
      .strath-bootstrap .trans-block-links .trans-block-link * {
        color: white; }
      .strath-bootstrap .trans-block-links .trans-block-link .trans-block-link-inner {
        position: relative;
        padding: 1rem;
        border: 3px solid white;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        transition: background 0.2s; }
        .strath-bootstrap .trans-block-links .trans-block-link .trans-block-link-inner:hover {
          background: #6c757d;
          text-decoration: none; }
        .strath-bootstrap .trans-block-links .trans-block-link .trans-block-link-inner .faux-block-link.hover {
          text-decoration: none !important; }
          .strath-bootstrap .trans-block-links .trans-block-link .trans-block-link-inner .faux-block-link.hover h2 {
            font-family: "ClanProBold", sans-serif;
            text-decoration: none !important; }
      .strath-bootstrap .trans-block-links .trans-block-link h2 {
        font-family: "ClanProBold", sans-serif;
        font-size: 1.6em;
        font-weight: bold;
        border-bottom: 0px;
        margin: 0;
        min-height: auto;
        padding: 0; }
      .strath-bootstrap .trans-block-links .trans-block-link hr {
        border-top: 3px solid #fff;
        max-width: 100px;
        width: 100%;
        margin: 1rem 0;
        text-align: left; }
      .strath-bootstrap .trans-block-links .trans-block-link .fa {
        font-size: 1.6rem;
        margin-top: auto;
        text-align: right; }
  .strath-bootstrap .photobox img {
    float: left !important;
    width: 30%;
    height: auto;
    margin: 5px 20px 10px 0; }
  .strath-bootstrap .photobox .has-link a {
    text-decoration: none; }
  .strath-bootstrap .photobox .block-grid-item-text {
    color: #212529; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .photobox .block-grid-item-text ul {
      float: left;
      padding-left: 4rem; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .photobox img {
      width: 100%;
      padding-bottom: 2rem; }
    .strath-bootstrap .photobox ul {
      padding-left: 0; } }
  .strath-bootstrap .one-block .block-grid-item-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
  .strath-bootstrap .twoorfourblocks .block-grid-item-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
  .strath-bootstrap .news-row {
    margin: 0; }
  .strath-bootstrap .web-news-container {
    float: left;
    display: block;
    margin: 0 1.53331%;
    width: 73%; }
    .strath-bootstrap .web-news-container .web-news-story .breakout-box {
      color: #fff; }
    .strath-bootstrap .web-news-container .web-news-story .breakout-box a {
      text-decoration: underline;
      color: #fff; }
      .strath-bootstrap .web-news-container .web-news-story .breakout-box a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0c1";
        float: right;
        font-size: 1.3rem; }
      .strath-bootstrap .web-news-container .web-news-story .breakout-box a:hover {
        text-decoration: underline;
        color: #fff; }
    .strath-bootstrap .web-news-container .web-news-story .time-date {
      font-weight: bold;
      padding: 1rem 0;
      color: #002b5c; }
  .strath-bootstrap .web-news-aside-container {
    width: 23%;
    display: block;
    float: right; }
    .strath-bootstrap .web-news-aside-container .fact h2 {
      font-family: "ClanProBold", sans-serif;
      background: #002b5c; }
      .strath-bootstrap .web-news-aside-container .fact h2:hover {
        background: #6c757d; }
    .strath-bootstrap .web-news-aside-container .block-grid {
      padding: 1rem 0; }
      .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content {
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
        .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content p a,
        .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content p:last-child {
          color: #212529;
          font-size: 1rem;
          font-weight: normal;
          text-decoration: underline;
          margin: 0; }
        .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content:hover .block-grid-item-text {
          background: #6c757d; }
        .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content:hover p a,
        .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content:hover p:last-child {
          color: #fff; }
  @media (max-width: 767.98px) {
    .strath-bootstrap .web-news-container,
    .strath-bootstrap .web-news-aside-container {
      width: 99%;
      padding: 0 1rem;
      margin: 0; }
      .strath-bootstrap .web-news-container .web-news-story .breakout-box,
      .strath-bootstrap .web-news-aside-container .web-news-story .breakout-box {
        width: 99%;
        padding: 1rem; } }
  .strath-bootstrap .rhs-news {
    background-color: white; }
    .strath-bootstrap .rhs-news .block-grid-item-content {
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
    .strath-bootstrap .rhs-news .block-grid-item-text:hover {
      background: white; }
    .strath-bootstrap .rhs-news .block-grid-item-text p:last-child,
    .strath-bootstrap .rhs-news .block-grid-item-text p {
      color: #212529; }
  .strath-bootstrap .block-grid-item-news .block-grid {
    margin-top: 0; }
  .strath-bootstrap .block-grid-item-news .block-grid-item .block-grid-item-text p {
    color: #212529;
    overflow-wrap: break-word; }
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content .faux-block-link:hover {
    text-decoration: none; }
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content:hover a h2 {
    color: white; }
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content .block-grid-item-text,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content .block-grid-item-text {
    border-top: 5px solid #002b5c;
    padding: 1rem;
    min-height: 100px; }
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content:hover p,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content:hover p {
    color: white !important; }
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content .block-grid-item-text .faux-block-link:hover,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content .block-grid-item-text .faux-block-link:hover {
    color: white !important; }
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content h2,
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content h3,
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content p a,
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content p:last-child,
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content p,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h2,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h3,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content p a,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content p:last-child,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content p {
    color: #002b5c; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .block-grid-item-news {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; }
      .strath-bootstrap .block-grid-item-news .block-grid-item.half {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
      .strath-bootstrap .block-grid-item-news .block-grid-item.quarter {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .block-grid-item-news {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; }
      .strath-bootstrap .block-grid-item-news .block-grid-item.half {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .strath-bootstrap .block-grid-item-news .block-grid-item.quarter {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .strath-bootstrap .news-summary .block-grid-item-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
  .strath-bootstrap .news-summary .block-grid-item-content:hover {
    background: #6c757d; }
    .strath-bootstrap .news-summary .block-grid-item-content:hover .block-grid-item-text h3,
    .strath-bootstrap .news-summary .block-grid-item-content:hover .block-grid-item-text p {
      color: #fff; }
  .strath-bootstrap .news-summary .block-grid-item-content-nolink:hover {
    background: white; }
    .strath-bootstrap .news-summary .block-grid-item-content-nolink:hover .block-grid-item-text p {
      color: #212529; }
  .strath-bootstrap .web-news-themes .block-grid-item-text a.faux-block-link:hover {
    background: #6c757d !important; }
  .strath-bootstrap .web-news-themes .block-grid-item-text p {
    overflow-wrap: break-word;
    text-decoration: none; }
    .strath-bootstrap .web-news-themes .block-grid-item-text p:hover {
      text-decoration: none; }
  .strath-bootstrap .block-grid-item.lhs-feature-section {
    margin-bottom: 0; }
  .strath-bootstrap .lhs-feature-section {
    width: 100%;
    margin-left: -2px; }
    .strath-bootstrap .lhs-feature-section .block-grid-item-content {
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
      padding: 0.5rem 1rem 1rem 1rem; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-content .left {
        float: left;
        margin-bottom: 0; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-content .right {
        float: right;
        margin-bottom: 0; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-content ul {
        padding-left: 2rem; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-content:not(.has-link):hover {
        background-color: #e9ecef; }
        .strath-bootstrap .lhs-feature-section .block-grid-item-content:not(.has-link):hover h3 {
          -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent; }
    .strath-bootstrap .lhs-feature-section .block-grid-item-image img {
      margin: 10px 0; }
    .strath-bootstrap .lhs-feature-section .block-grid-item-text {
      border-top: 0;
      padding: 1rem 1rem 1rem 0; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-text button {
        background-color: transparent; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-text p button a,
      .strath-bootstrap .lhs-feature-section .block-grid-item-text button a,
      .strath-bootstrap .lhs-feature-section .block-grid-item-text a button {
        text-decoration: none; }
        .strath-bootstrap .lhs-feature-section .block-grid-item-text p button a:hover,
        .strath-bootstrap .lhs-feature-section .block-grid-item-text button a:hover,
        .strath-bootstrap .lhs-feature-section .block-grid-item-text a button:hover {
          background: #015f63; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-text p {
        color: #343a40; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-text a.faux-block-link {
        text-decoration: none; }
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover ul li:before,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover p a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover p,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover span,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover li,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover li a {
      color: #343a40; }
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h2,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h2 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h3,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h3 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h4,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .lhs-feature-section:not(.has-link):hover h2,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .results .result h3,
    .strath-bootstrap .results .result .lhs-feature-section:not(.has-link):hover h3,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section:not(.has-link):hover h3,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h4 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .banner-buttons .banner-button-header h2 a,
    .strath-bootstrap .banner-buttons .banner-button-header .lhs-feature-section:not(.has-link):hover h2 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .results .result h3 a,
    .strath-bootstrap .results .result .lhs-feature-section:not(.has-link):hover h3 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .course-search-2019 .searchstriped > section > article > .staff h3 a,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section:not(.has-link):hover h3 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h5,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h5 a {
      color: #002b5c; }
    .strath-bootstrap .lhs-feature-section .has-link:hover {
      background: #6c757d !important; }
      .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text {
        color: #fff; }
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text ul li:before,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h2,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h2 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h3,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h3 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h4,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .banner-buttons .banner-button-header h2,
        .strath-bootstrap .banner-buttons .banner-button-header .lhs-feature-section .has-link:hover .block-grid-item-text h2,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .results .result h3,
        .strath-bootstrap .results .result .lhs-feature-section .has-link:hover .block-grid-item-text h3,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .course-search-2019 .searchstriped > section > article > .staff h3,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section .has-link:hover .block-grid-item-text h3,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h4 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .banner-buttons .banner-button-header h2 a,
        .strath-bootstrap .banner-buttons .banner-button-header .lhs-feature-section .has-link:hover .block-grid-item-text h2 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .results .result h3 a,
        .strath-bootstrap .results .result .lhs-feature-section .has-link:hover .block-grid-item-text h3 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .course-search-2019 .searchstriped > section > article > .staff h3 a,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section .has-link:hover .block-grid-item-text h3 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h5,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h5 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text p a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text p,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text span,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text li,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text li a {
          color: #fff !important;
          text-decoration: none; }
  @media (max-width: 767.98px) {
    .strath-bootstrap .lhs-feature-section .block-grid-item-image.right, .strath-bootstrap .lhs-feature-section .block-grid-item-image.left {
      float: none;
      display: inline;
      margin: 0; }
    .strath-bootstrap .lhs-feature-section .block-grid-item-image img {
      padding-bottom: 1rem; }
    .strath-bootstrap .lhs-feature-section .block-grid-item-text {
      padding: 0; } }
  .strath-bootstrap .tagline {
    position: relative;
    padding: 3rem 0;
    background-color: #eee; }
    .strath-bootstrap .tagline .tagline-background {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      opacity: 0.1; }
    .strath-bootstrap .tagline .tagline-text h2 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.6em;
      font-weight: bold;
      text-align: center;
      padding: 0 2rem;
      margin: auto;
      border-left: 4px solid #0078ae;
      border-right: 4px solid #0078ae;
      border-bottom: 0;
      min-height: auto; }
      @media (min-width: 768px) {
        .strath-bootstrap .tagline .tagline-text h2 {
          max-width: 600px;
          padding: 0 4rem; } }
  .strath-bootstrap form,
  .strath-bootstrap .strath-form {
    max-width: 600px; }
    .strath-bootstrap form input:hover, .strath-bootstrap form input:focus-visible,
    .strath-bootstrap form textarea:hover,
    .strath-bootstrap form textarea:focus-visible,
    .strath-bootstrap form select:hover,
    .strath-bootstrap form select:focus-visible,
    .strath-bootstrap .strath-form input:hover,
    .strath-bootstrap .strath-form input:focus-visible,
    .strath-bootstrap .strath-form textarea:hover,
    .strath-bootstrap .strath-form textarea:focus-visible,
    .strath-bootstrap .strath-form select:hover,
    .strath-bootstrap .strath-form select:focus-visible {
      border-color: transparent;
      box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(0, 43, 92, 0.75);
      -ms-high-contrast: adjusted;
      outline: 2px solid #002b5c !important; }
    .strath-bootstrap form label,
    .strath-bootstrap form legend,
    .strath-bootstrap .strath-form label,
    .strath-bootstrap .strath-form legend {
      font-weight: bold;
      color: #002b5c; }
    .strath-bootstrap form input[type="checkbox"] + label,
    .strath-bootstrap form input[type="radio"] + label,
    .strath-bootstrap .strath-form input[type="checkbox"] + label,
    .strath-bootstrap .strath-form input[type="radio"] + label {
      font-weight: normal;
      color: #212529;
      -ms-high-contrast: adjusted;
      /*merge this into master for live*/ }
  .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content:hover {
    background-color: #e9ecef !important; }
  .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
    .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content h3 {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c; }
    .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content ul {
      padding-left: 0; }
    .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content .block-grid-item-image img {
      max-width: 200px;
      float: right;
      margin: 5px 0 0 10px; }
  .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content:hover {
    background-color: transparent; }
    .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content:hover p {
      color: #002b5c; }
  .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover {
    background-color: #6c757d !important; }
    .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text {
      color: #fff; }
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text h3,
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text p a,
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text p,
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text span,
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text li,
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text li a {
        color: #fff; }
  @media (max-width: 1199.98px) {
    .strath-bootstrap .lhshalfwidthfeaturelnk {
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important; } }
  @media (min-width: 768px) {
    .strath-bootstrap .course-alert {
      margin-top: -2rem;
      margin-bottom: 1rem; } }
  .strath-bootstrap .course-alert .course-alert-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1.5rem;
    background: #fff;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .strath-bootstrap .course-alert .course-alert-inner {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .strath-bootstrap .course-alert .course-alert-inner .course-alert-text {
      font-size: 1.2rem;
      font-weight: bold;
      color: #002b5c;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .course-alert .course-alert-inner .course-alert-text {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .course-alert .course-alert-inner .course-alert-link {
        margin-left: auto;
        padding-left: 1rem; } }
    .strath-bootstrap .course-alert .course-alert-inner .course-alert-link .btn {
      white-space: nowrap; }
  .strath-bootstrap .course-banner-alert {
    background: #002b5c;
    color: #fff;
    font-weight: bold;
    padding: 0.75rem 1rem;
    text-align: center;
    transition: all 2s cubic-bezier(0.75, 0, 0.25, 1);
    z-index: 10; }
    @media (min-width: 576px) {
      .strath-bootstrap .course-banner-alert {
        position: absolute;
        top: -100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50px;
        padding: 0.25rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: nowrap; } }
    @media (min-width: 576px) {
      .strath-bootstrap .course-banner-alert.active {
        top: 0.75rem; } }
    @media (min-width: 576px) {
      .strath-bootstrap .course-banner-alert .course-banner-alert-text {
        padding: 0 0.5rem; } }
    .strath-bootstrap .course-banner-alert .btn {
      padding: 0.25rem 0.75rem;
      color: #002b5c;
      border: 0;
      background: #fff;
      margin: 0.5rem 0 0;
      width: 100%;
      white-space: nowrap;
      /*Ch wrap under 768px for text wrap instead long course titles*/ }
      @media (max-width: 991.98px) {
        .strath-bootstrap .course-banner-alert .btn {
          text-wrap: pretty; } }
      @media (min-width: 576px) {
        .strath-bootstrap .course-banner-alert .btn {
          width: auto;
          margin: 0; } }
      .strath-bootstrap .course-banner-alert .btn:hover {
        background: #01676a;
        color: #fff; }
  .strath-bootstrap .accordion {
    margin-bottom: 0.5rem; }
    .strath-bootstrap .accordion .strath-toggle .toggle-headings {
      margin-bottom: 0.5rem;
      background: #e9ecef; }
      .strath-bootstrap .accordion .strath-toggle .toggle-headings button {
        padding-right: 1rem;
        text-align: left;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        width: 100%;
        text-align: left;
        padding: 0 !important; }
        .strath-bootstrap .accordion .strath-toggle .toggle-headings button h3 {
          text-align: start;
          margin-top: 1.33333rem; }
      .strath-bootstrap .accordion .strath-toggle .toggle-headings small {
        font-weight: bold;
        color: #002b5c; }
    .strath-bootstrap .accordion .strath-toggle .col .card-body {
      background: #fff !important; }
      .strath-bootstrap .accordion .strath-toggle .col .card-body ul li:before {
        display: none; }
      .strath-bootstrap .accordion .strath-toggle .col .card-body ul li input[type="checkbox"] {
        accent-color: #002b5c;
        margin-right: 10px;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        cursor: pointer; }
    .strath-bootstrap .accordion .accordion-header {
      background: white;
      margin-bottom: 0; }
      .strath-bootstrap .accordion .accordion-header button {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #002b5c;
        padding: 1.25rem;
        font-size: 1.2rem;
        font-weight: bold;
        background: transparent;
        width: 100%;
        cursor: pointer;
        border: 2px solid #e9ecef;
        border-radius: 0; }
        .strath-bootstrap .accordion .accordion-header button[aria-expanded="true"] .fa {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .strath-bootstrap .accordion .accordion-header button:focus {
        outline: 1px solid black;
        box-shadow: none; }
      .strath-bootstrap .accordion .accordion-header .accordion-header-text {
        padding-right: 1rem;
        text-align: left;
        text-decoration: none;
        background: #e9ecef;
        white-space: normal; }
        .strath-bootstrap .accordion .accordion-header .accordion-header-text:hover, .strath-bootstrap .accordion .accordion-header .accordion-header-text:focus-visible {
          background: #6c757d;
          color: white !important; }
        .strath-bootstrap .accordion .accordion-header .accordion-header-text:hover .fa {
          color: white; }
        .strath-bootstrap .accordion .accordion-header .accordion-header-text .fa {
          font-family: "FontAwesome"; }
      .strath-bootstrap .accordion .accordion-header .fa {
        margin-left: auto;
        transition: 0.2s;
        margin-bottom: auto; }
    .strath-bootstrap .accordion .accordion-body .accordion-body-inner {
      padding: 1.25rem 1rem; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        margin: 20px 0; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive::-webkit-scrollbar {
        -webkit-appearance: none; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive::-webkit-scrollbar:vertical {
        width: 12px; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive::-webkit-scrollbar:horizontal {
        height: 15px; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive::-webkit-scrollbar-thumb {
        background-color: #e9ecef;
        border: 2px solid #ffffff; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive::-webkit-scrollbar-track {
        background-color: #ffffff; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table {
        border: 2px solid #e9ecef;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        background-color: transparent; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table thead th,
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table tbody th {
          border: 1px #6c757d solid; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table td {
          padding: 0.5rem;
          border: 1px #ced4da solid; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table th,
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table tr {
          font-size: 1em;
          padding: 0.5rem;
          background-color: #ced4da;
          color: #212529;
          text-align: left;
          border-collapse: collapse;
          border: 1px #fff solid;
          font-weight: normal; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table th {
          border: 1px #6c757d solid; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table tbody tr:nth-of-type(even) {
          background-color: #e9ecef; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table tbody tr:nth-of-type(odd) {
          background-color: #fff; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner a {
        line-height: 1.7rem; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .button-link {
        text-decoration: none; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .button-link:hover {
          background: #6c757d;
          text-decoration: none; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner img {
        width: 100%;
        height: auto;
        padding-bottom: 20px; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .question {
        color: #002b5c;
        font-weight: bold;
        font-size: 1.25rem; }
  .strath-bootstrap .accordion-group-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .strath-bootstrap .accordion-group-title .accordion-group-title-content {
      width: 100%;
      padding-right: 1rem; }
      .strath-bootstrap .accordion-group-title .accordion-group-title-content *:last-child {
        margin-bottom: 1rem; }
      .strath-bootstrap .accordion-group-title .accordion-group-title-content p.button-link {
        margin-bottom: 2rem; }
        .strath-bootstrap .accordion-group-title .accordion-group-title-content p.button-link a {
          text-decoration: none !important; }
        .strath-bootstrap .accordion-group-title .accordion-group-title-content p.button-link:hover {
          text-decoration: none !important; }
        .strath-bootstrap .accordion-group-title .accordion-group-title-content p.button-link a {
          margin-bottom: 0;
          text-decoration: none; }
          .strath-bootstrap .accordion-group-title .accordion-group-title-content p.button-link a:hover {
            text-decoration: none !important; }
    .strath-bootstrap .accordion-group-title .btn:focus {
      color: #fff;
      background-color: #018489; }
    .strath-bootstrap .accordion-group-title .expand-all {
      margin-left: auto;
      margin-bottom: 1rem;
      white-space: nowrap; }
    @media (min-width: 576px) {
      .strath-bootstrap .accordion-group-title {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .strath-bootstrap .accordion-group-title h3 {
    font-family: "ClanProBold", sans-serif;
    margin-top: 1rem; }
    .strath-bootstrap .accordion-group-title h3 span:before {
      font-family: "FontAwesome" !important; }
  .strath-bootstrap .accordion-group-title p:last-child {
    margin: 0; }
  .strath-bootstrap .rhs-image .block-grid-item-image img {
    padding-top: 0;
    margin-top: 0; }
  .strath-bootstrap .rhs-image .block-grid-item-text-text {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    background: #e9ecef; }
    .strath-bootstrap .rhs-image .block-grid-item-text-text h2 {
      font-size: 1.3375rem; }
    .strath-bootstrap .rhs-image .block-grid-item-text-text p {
      color: #212529;
      margin-top: 0;
      font-size: 1rem;
      font-weight: normal; }
  .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h2, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h4, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h2, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover .results .result h3, .strath-bootstrap .results .result .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h5, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h6,
  .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover p {
    color: white;
    margin: 0px;
    padding: 10px; }
  .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h2, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h4, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h2, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .results .result h3, .strath-bootstrap .results .result .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h5, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h6 {
    text-decoration: underline;
    margin: 0px;
    padding: 10px; }
  .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text p {
    color: #212529;
    margin: 0px;
    font-size: 1rem;
    font-weight: normal;
    padding: 10px; }
  .strath-bootstrap .rhs-image .block-grid-item-inner.has-link:hover .block-grid-item-text-text {
    background: #6c757d;
    color: white; }
  .strath-bootstrap .events-full-width .block-grid-item-content .calendar {
    background: #002b5c;
    color: #fff;
    min-width: 90px;
    padding: 1rem 0.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    transition: 0.2s; }
    .strath-bootstrap .events-full-width .block-grid-item-content .calendar div:nth-of-type(2) {
      font-weight: bold;
      font-size: 1.2rem; }
  .strath-bootstrap .fact {
    margin-bottom: 1rem;
    position: relative;
    padding: 0.75rem 0.625rem; }
    .strath-bootstrap .fact.primaryblue {
      background-color: #002b5c; }
    .strath-bootstrap .fact.blue {
      background-color: #267aab; }
    .strath-bootstrap .fact.orange {
      background-color: #002b5c; }
    .strath-bootstrap .fact.green {
      background-color: #002b5c; }
    .strath-bootstrap .fact.red {
      background-color: #002b5c; }
    .strath-bootstrap .fact.lightgrey {
      background-color: #ced4da; }
    .strath-bootstrap .fact.darkgrey {
      background-color: #212529; }
    .strath-bootstrap .fact .fact__link,
    .strath-bootstrap .fact .fact__link-alt,
    .strath-bootstrap .fact .fact__link-media {
      color: #fff;
      padding: 0 1.25rem 0 0;
      display: block;
      text-decoration: none;
      text-underline-position: under; }
    .strath-bootstrap .fact .fact__link:hover,
    .strath-bootstrap .fact .fact__link-alt:hover,
    .strath-bootstrap .fact .fact__link-media:hover {
      text-decoration: underline; }
      .strath-bootstrap .fact .fact__link:hover::after,
      .strath-bootstrap .fact .fact__link-alt:hover::after,
      .strath-bootstrap .fact .fact__link-media:hover::after {
        -webkit-animation: bounce 0.5s;
        animation: bounce 0.5s; }
    .strath-bootstrap .fact .fact__link::before,
    .strath-bootstrap .fact .fact__link-alt::before,
    .strath-bootstrap .fact .fact__link-media::before {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
    .strath-bootstrap .fact .fact__link::after,
    .strath-bootstrap .fact .fact__link-alt::after,
    .strath-bootstrap .fact .fact__link-media::after {
      content: "\276F";
      /* This is the Unicode code for a chevron character */
      font-size: 1.25rem;
      /* Adjust size as necessary */
      position: absolute;
      right: 0.625rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: white; }
    .strath-bootstrap .fact .fact__link:focus,
    .strath-bootstrap .fact .fact__link-alt:focus,
    .strath-bootstrap .fact .fact__link-media:focus {
      outline: 3px solid yellow;
      outline-offset: 4px; }
    .strath-bootstrap .fact .fact__supplementary-text,
    .strath-bootstrap .fact .fact__supplementary-text * {
      color: #fff;
      -webkit-text-decoration-color: #fff;
      text-decoration-color: #fff;
      margin: 0;
      padding: 0; }
    .strath-bootstrap .fact .fact__supplementary-text a {
      text-decoration: underline; }
    .strath-bootstrap .fact .fact__supplementary-text a:focus {
      outline: 3px solid yellow;
      outline-offset: 4px; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  50% {
    -webkit-transform: translateY(-50%) translateX(-5px);
    transform: translateY(-50%) translateX(-5px); }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  50% {
    -webkit-transform: translateY(-50%) translateX(-5px);
    transform: translateY(-50%) translateX(-5px); }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
  .strath-bootstrap .fact-top {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto; }
  .strath-bootstrap #key-aside .fact p {
    font-size: 1.125rem; }
    .strath-bootstrap #key-aside .fact p strong {
      font-size: 1.8rem; }
  .strath-bootstrap .LHSImageHeaderText .has-link:hover h3,
  .strath-bootstrap .LHSImageHeaderText .has-link:hover p,
  .strath-bootstrap .LHSImageHeaderText .has-link:hover ul,
  .strath-bootstrap .LHSImageHeaderText .has-link:hover li,
  .strath-bootstrap .LHSImageHeaderText .has-link:hover li:before {
    color: #fff; }
  .strath-bootstrap .LHSImageHeaderText .has-link:hover p a {
    color: #fff;
    text-decoration: underline; }
  .strath-bootstrap .block-grid-item.areas-of-interest .block-grid-item-content .block-grid-item-text h3 {
    line-height: 2.2rem; }
  .strath-bootstrap .areas-of-interest {
    min-height: 250px;
    width: 100%;
    min-width: 100%;
    margin-bottom: 0; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content {
      border: #e9ecef solid 10px;
      position: relative; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content .left {
      float: left;
      margin-bottom: 0; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content .right {
      float: right;
      margin-bottom: 0; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content h3 {
      color: #002b5c;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content ul {
      padding-left: 2rem; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content.has-link h3 {
      text-decoration: underline; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content.has-link:hover {
      background-color: #6c757d; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content:hover {
      background-color: transparent; }
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover h3 {
        color: #002b5c; }
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover ul li:before,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover p,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover span,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover li {
        color: #212529; }
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover li a,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover p a,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover h3 a,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover h2 a {
        color: #01676a; }
    .strath-bootstrap .areas-of-interest .block-grid-item-text {
      border-top: 0; }
      .strath-bootstrap .areas-of-interest .block-grid-item-text .btn-primary, .strath-bootstrap .areas-of-interest .block-grid-item-text .call-to-action-link a, .strath-bootstrap .call-to-action-link .areas-of-interest .block-grid-item-text a,
      .strath-bootstrap .areas-of-interest .block-grid-item-text a.call-to-action-link,
      .strath-bootstrap .areas-of-interest .block-grid-item-text .button-container a, .strath-bootstrap .button-container .areas-of-interest .block-grid-item-text a,
      .strath-bootstrap .areas-of-interest .block-grid-item-text .orange-button a, .strath-bootstrap .orange-button .areas-of-interest .block-grid-item-text a {
        color: #fff; }
      .strath-bootstrap .areas-of-interest .block-grid-item-text p a,
      .strath-bootstrap .areas-of-interest .block-grid-item-text li a {
        font-weight: normal;
        font-size: 1rem;
        font-family: "Roboto", sans-serif; }
        .strath-bootstrap .areas-of-interest .block-grid-item-text p a:focus-visible,
        .strath-bootstrap .areas-of-interest .block-grid-item-text li a:focus-visible {
          outline: 2px solid; }
    .strath-bootstrap .areas-of-interest.left img {
      width: 50%;
      max-width: 50%;
      float: left;
      margin: 20px; }
    .strath-bootstrap .areas-of-interest.right img {
      float: right;
      width: 50%;
      max-width: 50%;
      margin: 20px; }
    .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text {
      transition: 0.2s; }
    .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text,
    .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover {
      background: #6c757d;
      color: #fff; }
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text ul li:before,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text h3,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text p a,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text p,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text span,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text li,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text li a,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover ul li:before,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover h3,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover p a,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover p,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover span,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover li,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover li a {
        color: #fff; }
    .strath-bootstrap .areas-of-interest .table {
      display: block;
      width: 100%;
      overflow-x: auto; }
    .strath-bootstrap .areas-of-interest .table::-webkit-scrollbar {
      -webkit-appearance: none; }
    .strath-bootstrap .areas-of-interest .table::-webkit-scrollbar:vertical {
      width: 12px; }
    .strath-bootstrap .areas-of-interest .table::-webkit-scrollbar:horizontal {
      height: 15px; }
    .strath-bootstrap .areas-of-interest .table::-webkit-scrollbar-thumb {
      background-color: #e9ecef;
      border: 2px solid #ffffff; }
    .strath-bootstrap .areas-of-interest .table::-webkit-scrollbar-track {
      background-color: #ffffff; }
    .strath-bootstrap .areas-of-interest table {
      border: 2px solid #e9ecef;
      width: 100%;
      max-width: 100%;
      margin-bottom: 1rem;
      background-color: transparent; }
      .strath-bootstrap .areas-of-interest table thead th,
      .strath-bootstrap .areas-of-interest table tbody th {
        font-weight: bold; }
      .strath-bootstrap .areas-of-interest table td {
        padding: 0.5rem; }
      .strath-bootstrap .areas-of-interest table th,
      .strath-bootstrap .areas-of-interest table tr {
        font-size: 1em;
        padding: 0.5rem;
        background-color: #ced4da;
        color: #212529;
        text-align: left;
        border-collapse: collapse;
        border: 1px #fff solid;
        font-weight: normal; }
      .strath-bootstrap .areas-of-interest table tbody tr:nth-of-type(even) {
        background-color: #e9ecef; }
      .strath-bootstrap .areas-of-interest table tbody tr:nth-of-type(odd) {
        background-color: #fff; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .areas-of-interest.right.half img, .strath-bootstrap .areas-of-interest.left.half img {
      width: 100%;
      max-width: 100%;
      float: none;
      margin: 0; }
    .strath-bootstrap .areas-of-interest .block-grid-item-text {
      padding: 1rem 1rem 2rem 1rem; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .areas-of-interest {
      padding: 0; }
      .strath-bootstrap .areas-of-interest.right.half img, .strath-bootstrap .areas-of-interest.left.half img {
        float: none;
        padding: 0; } }
  .strath-bootstrap .multimap {
    min-height: 300px;
    margin-bottom: 2rem;
    padding: 20px 0;
    display: block;
    background-color: #fff; }
  .strath-bootstrap .location-details h3 {
    font-family: "ClanProBold", sans-serif;
    font-size: 1.605rem; }
  .strath-bootstrap aside.master-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .strath-bootstrap.pgr-page .mode-select label:first-letter {
    text-transform: capitalize; }
  .strath-bootstrap .supervisors {
    padding-bottom: 2rem; }
    @media (min-width: 992px) {
      .strath-bootstrap .supervisors {
        padding-bottom: 4rem; } }
    .strath-bootstrap .supervisors.has-primary-supervisor, .strath-bootstrap .supervisors.has-secondary-supervisor {
      padding-bottom: 0; }
    .strath-bootstrap .supervisors .supervisors-text {
      margin-top: 1rem; }
    .strath-bootstrap .supervisors .block-grid:not(.block-grid-title) {
      padding-top: 0; }
    .strath-bootstrap .supervisors a:not(.btn) {
      -webkit-text-size-adjust: 100%;
      -webkit-font-smoothing: antialiased;
      --fa-style-family-brands: "Font Awesome 6 Brands";
      --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
      --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
      --fa-style-family-classic: "Font Awesome 6 Free";
      --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
      font-size: 1rem;
      line-height: 1.4;
      font-family: "Roboto", sans-serif;
      box-sizing: border-box;
      color: #01676a;
      text-decoration: underline;
      text-underline-position: under;
      -webkit-text-decoration-color: #01676a;
      text-decoration-color: #01676a;
      text-decoration-thickness: 1px;
      overflow-wrap: break-word;
      margin-bottom: 0;
      /* color:#0078ae; */
      /* text-decoration:none; */
      /* background-color:transparent; */
      -webkit-text-decoration-skip: objects; }
  .strath-bootstrap .search-form-container:not(:hover):not(:focus-within) .search-auto-suggest {
    display: none; }
  .strath-bootstrap .modal#fundingModal a,
  .strath-bootstrap .search-results .alert-box a {
    color: #002b5c;
    text-decoration: underline;
    text-decoration-thickness: 1px; }
    .strath-bootstrap .modal#fundingModal a:hover,
    .strath-bootstrap .search-results .alert-box a:hover {
      border-bottom: 3px;
      outline: 0; }
    .strath-bootstrap .modal#fundingModal a:focus-visible,
    .strath-bootstrap .search-results .alert-box a:focus-visible {
      border: 3px; }
  .strath-bootstrap .course-module-tab-content {
    margin-bottom: 2px; }
  .strath-bootstrap .nav-tabs {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .strath-bootstrap .nav-tabs .single-tab + .single-tab .nav-link[aria-controls="panel_apply_"] {
      display: none; }
    .strath-bootstrap .nav-tabs .nav-link {
      font-size: 1.4rem;
      font-weight: bold;
      color: #002b5c;
      position: relative; }
      @media (min-width: 576px) {
        .strath-bootstrap .nav-tabs .nav-link {
          text-align: center;
          padding-top: 0;
          height: 100%;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end; } }
      .strath-bootstrap .nav-tabs .nav-link:hover {
        color: #002b5c;
        text-decoration: underline; }
      .strath-bootstrap .nav-tabs .nav-link:focus {
        outline: none; }
      .strath-bootstrap .nav-tabs .nav-link:focus-visible {
        outline: 2px solid black;
        outline-offset: -2px; }
      .strath-bootstrap .nav-tabs .nav-link.active {
        background: transparent;
        color: #002b5c; }
        .strath-bootstrap .nav-tabs .nav-link.active:before {
          display: block;
          content: " ";
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 12px solid #002b5c; }
    .strath-bootstrap .nav-tabs.off-canvas-tabs {
      display: block;
      border-bottom: 0; }
      @media (min-width: 576px) {
        .strath-bootstrap .nav-tabs.off-canvas-tabs {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 576px) {
        .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-item {
          margin-bottom: 0; } }
      .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link {
        width: 100%;
        border: 1px solid #fff;
        padding: 0.75rem; }
        .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link.active:before {
          display: none; }
          @media (min-width: 576px) {
            .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link.active:before {
              display: block; } }
        @media (min-width: 576px) {
          .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link.grey-block-button {
            background: transparent; } }
        @media (min-width: 576px) {
          .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link:after {
            display: none; } }
        @media (min-width: 576px) {
          .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link {
            width: auto;
            border: 0;
            margin-bottom: 0; } }
    .strath-bootstrap .nav-tabs ~ .tab-content {
      width: 100%; }
      .strath-bootstrap .nav-tabs ~ .tab-content .tab-pane {
        padding: 1rem;
        max-width: 800px;
        z-index: 100; }
        @media (min-width: 576px) {
          .strath-bootstrap .nav-tabs ~ .tab-content .tab-pane {
            padding: 1.5rem;
            display: none; } }
        @media (min-width: 768px) {
          .strath-bootstrap .nav-tabs ~ .tab-content .tab-pane {
            padding: 2rem; } }
        .strath-bootstrap .nav-tabs ~ .tab-content .tab-pane.active {
          display: block !important; }
      .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-pane {
        padding: 0; }
      .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner {
        padding: 1rem 1rem 1rem 1rem; }
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner p a,
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner ul > li a,
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner a {
          overflow-wrap: break-word; }
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a.btn-primary, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .call-to-action-link a, .strath-bootstrap .call-to-action-link .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a,
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a.call-to-action-link,
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .button-container a, .strath-bootstrap .button-container .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a,
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .orange-button a, .strath-bootstrap .orange-button .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a {
          color: #fff;
          text-decoration: none; }
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a.btn-primary:hover, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .call-to-action-link a:hover, .strath-bootstrap .call-to-action-link .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a:hover,
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a.call-to-action-link:hover,
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .button-container a:hover, .strath-bootstrap .button-container .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a:hover,
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .orange-button a:hover, .strath-bootstrap .orange-button .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a:hover {
            background: #015f63; }
        @media (min-width: 576px) {
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner {
            padding: 1.5rem; } }
        @media (min-width: 768px) {
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner {
            padding: 2rem; } }
  .strath-bootstrap .innovationshowcase-buttons .btn:not(:disabled):not(.disabled) {
    color: #fff; }
  .strath-bootstrap #image-gallery #image-gallery-title {
    margin-bottom: 0; }
  .strath-bootstrap #image-gallery #show-previous-image:focus-within {
    outline: 2px solid black;
    outline-offset: 2px; }
  .strath-bootstrap #image-gallery #show-next-image:focus-within {
    outline: 2px solid black;
    outline-offset: 2px; }
  .strath-bootstrap .innovationshowcase .row h3 {
    margin-bottom: 5px; }
    .strath-bootstrap .innovationshowcase .row h3 p {
      padding-top: 0; }
    .strath-bootstrap .innovationshowcase .row h3 .category a,
    .strath-bootstrap .innovationshowcase .row h3 p a {
      color: #002b5c;
      text-decoration: underline; }
  .strath-bootstrap .innovationshowcase h4 a, .strath-bootstrap .innovationshowcase .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .innovationshowcase h2 a, .strath-bootstrap .innovationshowcase .results .result h3 a, .strath-bootstrap .results .result .innovationshowcase h3 a, .strath-bootstrap .innovationshowcase .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .innovationshowcase h3 a,
  .strath-bootstrap .innovationshowcase p a {
    color: #002b5c; }
    .strath-bootstrap .innovationshowcase h4 a:hover, .strath-bootstrap .innovationshowcase .banner-buttons .banner-button-header h2 a:hover, .strath-bootstrap .banner-buttons .banner-button-header .innovationshowcase h2 a:hover, .strath-bootstrap .innovationshowcase .results .result h3 a:hover, .strath-bootstrap .results .result .innovationshowcase h3 a:hover, .strath-bootstrap .innovationshowcase .course-search-2019 .searchstriped > section > article > .staff h3 a:hover, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .innovationshowcase h3 a:hover,
    .strath-bootstrap .innovationshowcase p a:hover {
      text-decoration-thickness: 2px; }
  .strath-bootstrap .innovationshowcase .cover {
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1rem 1rem 0;
    float: left; }
  .strath-bootstrap .innovationshowcase img {
    max-width: 100%; }
  @media (max-width: 767.98px) {
    .strath-bootstrap .innovationshowcase .cover {
      padding: 1rem 0; } }
  .strath-bootstrap .container .row .col-lg-4 {
    margin-bottom: 1rem; }
    .strath-bootstrap .container .row .col-lg-4 .image-wrap {
      position: relative;
      height: 100%; }
      .strath-bootstrap .container .row .col-lg-4 .image-wrap .thumbnail {
        display: block;
        color: #002b5c;
        text-decoration: none;
        height: 100%;
        outline: none; }
        .strath-bootstrap .container .row .col-lg-4 .image-wrap .thumbnail:focus-within h3 {
          outline: 2px solid black;
          outline-offset: 5px;
          text-decoration: none; }
        .strath-bootstrap .container .row .col-lg-4 .image-wrap .thumbnail h3 {
          color: #002b5c;
          -webkit-text-decoration-color: #002b5c;
          text-decoration-color: #002b5c;
          text-underline-position: under;
          text-decoration: underline;
          text-decoration-thickness: 2px;
          margin-bottom: 1rem; }
        .strath-bootstrap .container .row .col-lg-4 .image-wrap .thumbnail p {
          text-decoration: none; }
      .strath-bootstrap .container .row .col-lg-4 .image-wrap img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 18rem;
        border: 1px solid lightgray;
        border-bottom: none;
        height: 250px; }
    .strath-bootstrap .container .row .col-lg-4 .image-text-over {
      margin-bottom: 1.5rem !important;
      height: calc(100% - 250px); }
      .strath-bootstrap .container .row .col-lg-4 .image-text-over div {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 15px;
        position: static;
        top: 0;
        background-color: #dee2e6;
        border: 1px solid lightgray; }
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div a {
          display: block;
          color: #002b5c;
          text-decoration: underline;
          -webkit-text-decoration-color: #002b5c;
          text-decoration-color: #002b5c;
          text-decoration-thickness: 2px;
          text-underline-position: under; }
          .strath-bootstrap .container .row .col-lg-4 .image-text-over div a:focus-within {
            outline: 2px solid black;
            outline-offset: 5px;
            text-decoration: none; }
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div h3,
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div h4,
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div .banner-buttons .banner-button-header h2,
        .strath-bootstrap .banner-buttons .banner-button-header .container .row .col-lg-4 .image-text-over div h2,
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div .results .result h3,
        .strath-bootstrap .results .result .container .row .col-lg-4 .image-text-over div h3,
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div .course-search-2019 .searchstriped > section > article > .staff h3,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .container .row .col-lg-4 .image-text-over div h3 {
          color: #002b5c; }
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div button {
          font-size: 1em; }
          .strath-bootstrap .container .row .col-lg-4 .image-text-over div button a {
            color: #fff; }
    .strath-bootstrap .container .row .col-lg-4 .image-wrap button {
      cursor: pointer; }
  .strath-bootstrap .faculty-department-home {
    margin-bottom: 0; }
    .strath-bootstrap .faculty-department-home .off-canvas-buttons {
      padding: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .faculty-department-home .off-canvas-buttons {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 576px) {
        .strath-bootstrap .faculty-department-home .off-canvas-buttons .off-canvas-button-open {
          width: calc(50% - 0.5rem); } }
      @media (min-width: 576px) {
        .strath-bootstrap .faculty-department-home .off-canvas-buttons .off-canvas-button-open:first-of-type {
          margin-right: 1rem; } }
    .strath-bootstrap .faculty-department-home .page-banner {
      border-bottom: 10px solid #002b5c;
      margin-bottom: 0; }
      .strath-bootstrap .faculty-department-home .page-banner .container {
        padding: 0 1rem;
        bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .strath-bootstrap .faculty-department-home .page-banner .container h1 {
          font-family: "ClanProBold", sans-serif;
          margin-bottom: 1rem; }
    .strath-bootstrap .faculty-department-home.has-alert .block-grid {
      padding-top: 0; }
    .strath-bootstrap .faculty-department-home .departments .column-inner.grey-bg {
      background-color: transparent !important; }
    .strath-bootstrap .faculty-department-home .departments .grey-block-button-list li {
      border-left: 4px solid; }
    .strath-bootstrap .faculty-department-home.business .alert-box,
    .strath-bootstrap .faculty-department-home.business .faculty-header,
    .strath-bootstrap .faculty-department-home.business .block-grid-item .block-grid-item-text,
    .strath-bootstrap .faculty-department-home.business .grey-block-button-list li {
      border-color: #ee3224; }
    .strath-bootstrap .faculty-department-home.business .contact-box-content ul li:before {
      color: #ee3224; }
    .strath-bootstrap .faculty-department-home.science .alert-box,
    .strath-bootstrap .faculty-department-home.science .faculty-header,
    .strath-bootstrap .faculty-department-home.science .block-grid-item .block-grid-item-text,
    .strath-bootstrap .faculty-department-home.science .grey-block-button-list li {
      border-color: #5d9732; }
    .strath-bootstrap .faculty-department-home.science .contact-box-content ul li:before {
      color: #5d9732; }
    .strath-bootstrap .faculty-department-home.hass .alert-box,
    .strath-bootstrap .faculty-department-home.hass .faculty-header,
    .strath-bootstrap .faculty-department-home.hass .block-grid-item .block-grid-item-text,
    .strath-bootstrap .faculty-department-home.hass .grey-block-button-list li {
      border-color: #f47b20; }
    .strath-bootstrap .faculty-department-home.hass .contact-box-content ul li:before {
      color: #f47b20; }
    .strath-bootstrap .faculty-department-home.Engineering .alert-box,
    .strath-bootstrap .faculty-department-home.Engineering .faculty-header,
    .strath-bootstrap .faculty-department-home.Engineering .block-grid-item .block-grid-item-text,
    .strath-bootstrap .faculty-department-home.Engineering .grey-block-button-list li {
      border-color: #0078ae; }
    .strath-bootstrap .faculty-department-home.Engineering .contact-box-content ul li:before {
      color: #0078ae; }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-department-home.blocks-1-2 .block-grid-item {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-department-home.blocks-1-2-3-4 .block-grid-item {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-department-home.blocks-1-2-3 .block-grid-item, .strath-bootstrap .faculty-department-home.blocks-1-2-3-4-5 .block-grid-item, .strath-bootstrap .faculty-department-home.blocks-1-2-3-4-5-6 .block-grid-item {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-department-home .contact-box {
        width: auto;
        margin-left: auto; } }
    .strath-bootstrap .faculty-department-home .contact-box-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background: white;
      padding: 1rem; }
      @media (min-width: 992px) {
        .strath-bootstrap .faculty-department-home .contact-box-content {
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          width: 350px;
          padding: 2rem; } }
      .strath-bootstrap .faculty-department-home .contact-box-content a {
        color: #212529;
        text-decoration: underline; }
      .strath-bootstrap .faculty-department-home .contact-box-content .contact-social {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 1.4rem;
        text-align: center; }
        @media (min-width: 992px) {
          .strath-bootstrap .faculty-department-home .contact-box-content .contact-social {
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end; } }
        .strath-bootstrap .faculty-department-home .contact-box-content .contact-social .fa {
          padding: 0.5rem 0; }
    .strath-bootstrap .faculty-department-home .block-grid-item.faculty-department .block-grid-item-content:hover {
      color: white;
      text-decoration: none;
      background: #6c757d; }
      .strath-bootstrap .faculty-department-home .block-grid-item.faculty-department .block-grid-item-content:hover a {
        text-decoration: none; }
        .strath-bootstrap .faculty-department-home .block-grid-item.faculty-department .block-grid-item-content:hover a .block-header {
          color: white; }
    .strath-bootstrap .faculty-department-home .block-grid-item.faculty-department .block-grid-item-content .block-grid-item-text a h3.block-header {
      text-decoration: underline !important; }
  .strath-bootstrap.faculty-business ~ .strath-bootstrap .block-grid-item .block-grid-item-text,
  .strath-bootstrap.faculty-business ~ .block-grid .block-grid-item .block-grid-item-text {
    border-color: #ee3224; }
  .strath-bootstrap.faculty-science ~ .strath-bootstrap .block-grid-item .block-grid-item-text,
  .strath-bootstrap.faculty-science ~ .block-grid .block-grid-item .block-grid-item-text {
    border-color: #5d9732; }
  .strath-bootstrap.faculty-engineering ~ .strath-bootstrap .block-grid-item .block-grid-item-text,
  .strath-bootstrap.faculty-engineering ~ .block-grid .block-grid-item .block-grid-item-text {
    border-color: #0078ae; }
  .strath-bootstrap.faculty-hass ~ .strath-bootstrap .block-grid-item .block-grid-item-text,
  .strath-bootstrap.faculty-hass ~ .block-grid .block-grid-item .block-grid-item-text {
    border-color: #f47b20; }
  .strath-bootstrap .faculty-department-home.type-department .department-course-link {
    display: block !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    background: #e9ecef; }
    .strath-bootstrap .faculty-department-home.type-department .department-course-link a {
      margin-left: auto; }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-department-home.type-department .department-course-link .container {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .strath-bootstrap .faculty-department-home.type-department .off-canvas-button-open[aria-controls="course-search-bar"],
  .strath-bootstrap .faculty-department-home.type-department .course-search-bar,
  .strath-bootstrap .faculty-department-home.type-department .departments {
    display: none; }
  .strath-bootstrap .btn-off-canvas-reveal {
    background: #e9ecef; }
    .strath-bootstrap .btn-off-canvas-reveal:after {
      content: '/f054';
      font-family: "FontAwesome";
      float: right; }
  .strath-bootstrap .off-canvas {
    position: fixed;
    background: white;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: 0.2s;
    z-index: 1040; }
    @media (min-width: 576px) {
      .strath-bootstrap .off-canvas {
        padding-top: 0;
        position: relative;
        left: 0;
        height: auto;
        overflow: hidden;
        z-index: 10; } }
    @media (min-width: 576px) {
      .strath-bootstrap .off-canvas.off-canvas-break-md, .strath-bootstrap .off-canvas.off-canvas-break-lg {
        padding-top: 0;
        position: fixed;
        left: 100%;
        height: 100%;
        overflow: auto;
        z-index: 1040; } }
    @media (min-width: 768px) {
      .strath-bootstrap .off-canvas.off-canvas-break-md {
        padding-top: 0;
        position: relative;
        left: 0;
        height: auto;
        overflow: hidden;
        z-index: 10; } }
    @media (min-width: 992px) {
      .strath-bootstrap .off-canvas.off-canvas-break-lg {
        padding-top: 0;
        position: relative;
        left: 0;
        height: auto;
        overflow: hidden;
        z-index: 10; } }
    .strath-bootstrap .off-canvas.open {
      left: 0;
      -webkit-overflow-scrolling: touch; }
  .strath-bootstrap .off-canvas-button-wrapper {
    padding: 0 1rem;
    margin: 0.5rem 0; }
    @media (min-width: 576px) {
      .strath-bootstrap .off-canvas-button-wrapper {
        padding: 0;
        margin: 0; } }
    .strath-bootstrap .off-canvas-button-wrapper.first-button {
      margin-top: 1.25rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .off-canvas-button-wrapper.first-button {
          margin-top: 0; } }
    .strath-bootstrap .off-canvas-button-wrapper.last-button {
      margin-bottom: 1.25rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .off-canvas-button-wrapper.last-button {
          margin-bottom: 0; } }
  .strath-bootstrap .off-canvas-button-close {
    top: 0;
    z-index: 100; }
  .strath-bootstrap #maps #search div {
    width: 100%; }
  .strath-bootstrap #maps #search form {
    max-width: 100%;
    width: 100%; }
    .strath-bootstrap #maps #search form img.iconsmaps {
      width: 28px;
      height: auto; }
    .strath-bootstrap #maps #search form section article label div {
      width: 100% !important; }
    .strath-bootstrap #maps #search form #filter-buttons li:before {
      display: none; }
  .strath-bootstrap .discover .iso {
    overflow: visible !important; }
  .strath-bootstrap .related-link-carousel .flexslider .related-link a h2,
  .strath-bootstrap .discover .iso .related-link a h2,
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2 {
    font-family: "ClanProBold", sans-serif;
    color: #fff;
    text-decoration: underline; }
    .strath-bootstrap .related-link-carousel .flexslider .related-link a h2:hover,
    .strath-bootstrap .discover .iso .related-link a h2:hover,
    .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2:hover {
      background: #495057; }
  .strath-bootstrap .related-link-carousel .flexslider .related-link a:hover p,
  .strath-bootstrap .discover .iso .related-link a:hover p,
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper:hover p {
    text-decoration: none !important; }
  .strath-bootstrap .related-link-carousel .flexslider .related-link a p,
  .strath-bootstrap .discover .iso .related-link a p,
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper p {
    color: #212529;
    text-decoration: none !important; }
  .strath-bootstrap .related-link-carousel .flexslider .related-link h2,
  .strath-bootstrap .related-link-carousel .flexslider .related-link a h2,
  .strath-bootstrap .discover .iso .related-link a h2,
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2 {
    font-family: "ClanProBold", sans-serif;
    color: #fff;
    text-decoration: underline; }
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper p {
    color: #fff;
    text-decoration: none;
    padding-left: 1.33333rem; }
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2 {
    font-family: "ClanProBold", sans-serif;
    color: #fff;
    text-decoration: none;
    padding-top: 1rem;
    padding-left: 0; }
    .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2:hover {
      background: transparent; }
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper .discoverymultiplelink ul li {
    margin-left: 0; }
    .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper .discoverymultiplelink ul li p a {
      text-decoration: underline; }
      .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper .discoverymultiplelink ul li p a:hover, .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper .discoverymultiplelink ul li p a:focus-visible {
        color: white;
        text-decoration-thickness: 2px; }
  .strath-bootstrap .discover .iso .related-link a {
    display: block;
    text-decoration: none; }
    .strath-bootstrap .discover .iso .related-link a:focus-within {
      outline: none; }
    .strath-bootstrap .discover .iso .related-link a:focus-within h2 {
      outline: 2px solid black;
      outline-offset: 5px;
      text-decoration: none; }
    .strath-bootstrap .discover .iso .related-link a:hover h2 {
      background-color: #002b5c; }
    .strath-bootstrap .discover .iso .related-link a h2 {
      text-decoration: underline;
      text-underline-position: under; }
    .strath-bootstrap .discover .iso .related-link a p {
      text-decoration: none; }
  .strath-bootstrap .discover .iso .related-link h2 {
    color: white;
    line-height: 1.75rem;
    font-size: 1.75rem;
    margin-bottom: 0.75rem; }
  .strath-bootstrap .discover .iso .related-link p a {
    text-decoration: underline;
    text-underline-position: under; }
  .strath-bootstrap .discover .iso .person a {
    display: block;
    text-decoration: none;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff; }
    .strath-bootstrap .discover .iso .person a:focus-within {
      outline: none; }
    .strath-bootstrap .discover .iso .person a:focus-within h2 {
      outline: 2px solid black;
      outline-offset: 5px;
      text-decoration: none; }
    .strath-bootstrap .discover .iso .person a h2 {
      text-decoration: underline;
      text-underline-position: under; }
    .strath-bootstrap .discover .iso .person a p {
      text-decoration: none; }
  .strath-bootstrap .discover .iso .person h2 {
    color: white;
    line-height: normal;
    font-size: 1.75rem;
    margin-bottom: 0.75rem; }
  .strath-bootstrap .discover .iso .person p a {
    text-decoration: underline;
    text-underline-position: under; }
  .strath-bootstrap .discover .iso .image a {
    display: block;
    text-decoration: none;
    text-underline-position: under;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff; }
    .strath-bootstrap .discover .iso .image a:focus-within {
      outline: none; }
    .strath-bootstrap .discover .iso .image a:focus-within h2 {
      outline: 2px solid white;
      outline-offset: 5px;
      text-decoration: none; }
    .strath-bootstrap .discover .iso .image a h2 {
      text-decoration: underline;
      text-underline-position: under; }
  .strath-bootstrap .discover .iso .image h2 {
    color: white;
    line-height: normal;
    font-size: 1.75rem;
    margin-bottom: 0.75rem; }
  .strath-bootstrap .discover .iso .image p a {
    text-decoration: underline;
    text-underline-position: under; }
  .strath-bootstrap .discover .iso .quotation .slideli a h3 {
    text-decoration: underline; }
  .strath-bootstrap #suprimo {
    width: 100%;
    margin-bottom: 5rem;
    /* Media query for screens wider than 576px */ }
    .strath-bootstrap #suprimo h4, .strath-bootstrap #suprimo .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header #suprimo h2, .strath-bootstrap #suprimo .results .result h3, .strath-bootstrap .results .result #suprimo h3, .strath-bootstrap #suprimo .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff #suprimo h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 2em;
      color: #002b5c;
      margin-bottom: 1rem; }
    .strath-bootstrap #suprimo #simple {
      width: 100%;
      max-width: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1rem; }
    .strath-bootstrap #suprimo .library-search-box {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .strath-bootstrap #suprimo .library-search-box label {
      display: block;
      margin-bottom: 5px; }
    .strath-bootstrap #suprimo #primoQueryTemp {
      width: 100%;
      padding: 5px;
      font-size: 1.25rem;
      border-radius: 5px;
      border-style: solid;
      box-sizing: border-box;
      border: 1px solid #002b5c;
      height: 2.5rem; }
    .strath-bootstrap #suprimo #go {
      font-size: 1.25rem;
      height: 2.5rem;
      color: #fff;
      background-color: #01676a;
      border-radius: 5px;
      border: 1px solid #01676a;
      border-style: solid;
      min-width: 12rem; }
    .strath-bootstrap #suprimo #go:hover {
      background-color: #002b5c;
      cursor: pointer;
      box-shadow: none;
      outline: none !important; }
    .strath-bootstrap #suprimo #go:focus {
      outline: 2px solid #000 !important; }
    @media (min-width: 576px) {
      .strath-bootstrap #suprimo #simple {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        /* To align items vertically in the middle */ }
      .strath-bootstrap #suprimo .library-search-box,
      .strath-bootstrap #suprimo #primoQueryTemp {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        /* Adjust the width as necessary for each element */ } }
  @media (max-width: 991.98px) {
    .strath-bootstrap #fback.main:not(.off-canvas-open) .off-canvas {
      left: 0;
      z-index: 1;
      overflow: unset; }
    .strath-bootstrap #fback.main .off-canvas {
      transition: unset; } }
  .strath-bootstrap #onetrust-banner-sdk :not(.ot-leg-btn-container) > button:hover {
    opacity: 1 !important; }
  .strath-bootstrap #onetrust-pc-btn-handler:hover {
    color: #006366 !important; }
  .strath-bootstrap #onetrust-reject-all-handler:hover {
    background-color: #006366 !important;
    border-color: #006366 !important; }
  .strath-bootstrap #onetrust-accept-btn-handler:hover {
    background-color: #006366 !important;
    border-color: #006366 !important; }

html {
  height: 100%; }

body {
  height: auto;
  margin: 0;
  background: #fff; }

.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%; }

* {
  font-family: "Roboto", sans-serif; }

hr {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #495057; }

body.full-width .wrap {
  max-width: 100%;
  padding: 0; }

body.full-width .main {
  margin-left: 0;
  margin-right: 0; }

body.full-width main {
  padding-bottom: 0;
  background: #fff; }

body.full-width .lhs-rhs-master {
  max-width: 1100px;
  margin: auto;
  padding: 2rem 1rem; }

body.full-width .master-grid {
  margin-top: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef; }
  @media (min-width: 576px) {
    body.full-width .master-grid {
      padding: 2rem 0; } }
  @media (min-width: 992px) {
    body.full-width .master-grid {
      padding: 4rem 0; } }
  body.full-width .master-grid .block-grid {
    border-bottom: 0;
    padding: 0; }

body.full-width .block-grid {
  border-bottom: 1px solid #e9ecef; }
  body.full-width .block-grid .container {
    padding: 0 15px; }

body.full-width .container {
  padding: 0 15px; }
  body.full-width .container .container {
    padding: 0; }

body.full-width .page-banner {
  margin-bottom: 0; }

.strath-bootstrap {
  width: 100%; }
  .strath-bootstrap .row {
    max-width: none; }
    .strath-bootstrap .row h2 {
      border-bottom: 0;
      font-family: "ClanProBold", sans-serif; }

body.fixed-width {
  overflow-x: hidden; }
  body.fixed-width > .wrap {
    max-width: 1140px;
    margin: auto;
    padding: 1rem 1rem 2rem;
    box-sizing: border-box; }
    body.fixed-width > .wrap .container {
      padding: 0; }
    body.fixed-width > .wrap .page-banner {
      margin-top: -1rem; }
    body.fixed-width > .wrap .inline-search {
      padding: 0 0 2rem;
      border-bottom: 0; }
    body.fixed-width > .wrap .strath-bootstrap-two-columns + .strath-bootstrap-two-columns {
      margin-top: -2rem; }
    body.fixed-width > .wrap .two-columns {
      margin-bottom: 2rem; }

ul.blue-dash-list {
  list-style-type: none;
  margin: 0 0 1rem 0; }
  ul.blue-dash-list li {
    border-left: 3px solid #267aab;
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.5rem; }

div[class*="MinimizedWidgetMiddle__container"] {
  top: 50% !important; }

#onetrust-pc-sdk .ot-cat-item > button:focus {
  background: transparent !important; }

#onetrust-pc-sdk #close-pc-btn-handler:focus {
  opacity: 1 !important; }

/*-----------ACCORDION-----------------------------*/
button.heading.bold {
  clear: left;
  background-clip: border-box;
  background-color: #0078ae;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  box-sizing: border-box;
  color: white;
  cursor: auto;
  display: block;
  font-family: "ClanProBold", sans-serif;
  font-size: 20.544px;
  height: 68px;
  line-height: 28.7616px;
  margin-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-decoration: none;
  max-width: calc(100% - 275px);
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-align: left; }

button.heading.bold:hover {
  background-color: #018489;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

button.heading.bold {
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 5px; }

button.heading.bold {
  line-height: 1em;
  padding: 5px;
  background: #0078ae;
  padding-left: 20px;
  /* margin-right: 0px; */ }

button.heading.bold a {
  display: block;
  background: #0078ae;
  color: white;
  padding: 20px;
  font-size: 1.2em;
  margin-top: 10px;
  text-decoration: none; }

button.heading.bold a i {
  float: right; }

@media screen and (max-width: 450px) {
  button.heading.bold {
    padding: 0; } }

/*-----------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url('/media/1newwebsite/webteam/fonts/fontawesome-webfont(1).eot?v=4.7.0');src:url('/media/1newwebsite/webteam/fonts/fontawesome-webfont(1).eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/media/1newwebsite/webteam/fonts/fontawesome-webfont(1).woff2?v=4.7.0') format('woff2'),url('/media/1newwebsite/webteam/fonts/fontawesome-webfont(1).woff?v=4.7.0') format('woff'),url('/media/1newwebsite/webteam/fonts/fontawesome-webfont(1).ttf?v=4.7.0') format('truetype'),url('/media/1newwebsite/webteam/fonts/fontawesome-webfont(1).svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}