/********************
   COLOURS        
*******************/
/**********************
	OVERLAYS
***********************/
/*********************
 	GREYS -- meh
*********************/
/**********************
	FONT COLOURS
*********************/
/********************
   WIDTHS        
*******************/
/********************
   COLUMN LAYOUT        
*******************/
* {
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 400;
}

p {
  color: #333333;
}

.TitilliumLight {
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
}

.TitilliumNormal {
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 400;
}

.TitilliumBold {
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 600;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3t3yc8");
  src: url("../fonts/icomoon.eot?#iefix3t3yc8") format("embedded-opentype"), url("../fonts/icomoon.ttf?3t3yc8") format("truetype"), url("../fonts/icomoon.woff?3t3yc8") format("woff"), url("../fonts/icomoon.svg?3t3yc8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .iconFont, .openMenu, .toggleFiltersSection .toggle, .filtersSection h2 .toggle, .sod_select:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pattern-library .icoMoon {
  font-size: 2em;
}
.pattern-library .icoMoon,
.pattern-library .iconClass,
.pattern-library .code {
  margin-right: 2em;
}
.pattern-library .patternIcon {
  display: none;
}

.icon-news:before {
  content: "\e61e";
}

.icon-cross:before {
  content: "\e117";
}

.icon-location:before {
  content: "\e611";
}

.icon-email:before {
  content: "\e600";
}

.icon-arrow:before {
  content: "\e601";
}

.icon-quote-left:before {
  content: "\e61d";
}

.icon-checkmark:before {
  content: "\e602";
}

.icon-circle-minus:before {
  content: "\e603";
}

.icon-circle-plus:before {
  content: "\e604";
}

.icon-coin-pound:before {
  content: "\e605";
}

.icon-download:before {
  content: "\e606";
}

.icon-radio:before {
  content: "\e607";
}

.icon-mail:before {
  content: "\e608";
}

.icon-twitter-with-circle:before {
  content: "\e609";
}

.icon-cached:before {
  content: "\e60a";
}

.icon-checkmark2:before {
  content: "\e60b";
}

.icon-circle-check:before {
  content: "\e60c";
}

.icon-circle-cross:before {
  content: "\e60e";
}

.icon-circle-minus2:before {
  content: "\e60f";
}

.icon-circle-plus2:before {
  content: "\e610";
}

.icon-cross-small:before {
  content: "\e612";
}

.icon-event_note:before {
  content: "\e613";
}

.icon-facebook:before {
  content: "\e614";
}

.icon-info-outline:before {
  content: "\e615";
}

.icon-linkedin-with-circle:before {
  content: "\e616";
}

.icon-phone:before {
  content: "\e617";
}

.icon-play:before {
  content: "\e618";
}

.icon-play-circle-outline:before {
  content: "\e619";
}

.icon-quote2:before {
  content: "\e61a";
}

.icon-tune:before {
  content: "\e61b";
}

.icon-triangle-left:before {
  content: "\e62f";
}

.icon-triangle-down:before {
  content: "\e630";
}

.icon-triangle-up:before {
  content: "\e631";
}

.icon-triangle-right:before {
  content: "\e61c";
}

.icon-clock:before {
  content: "\e60d";
}

.icon-menu:before {
  content: "\e61f";
}

.icon-quote-right:before {
  content: "\e627";
}

.icon-search:before {
  content: "\e629";
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  width: 100%;
  *zoom: 1;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/********************
   UTILITIES        
*******************/
.u-visuallyHidden {
  text-indent: -9999px;
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  left: -9999px;
}

.u-overflow {
  overflow: hidden;
}

.screenreader {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.u-floatLeft {
  float: left;
}

.u-resetUL {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidePadding50 {
  padding: 0 3.125em;
}
@media all and (max-width: 74.99em) {
  .sidePadding50 {
    padding: 0 2em;
  }
}
@media all and (max-width: 47.99em) {
  .sidePadding50 {
    padding: 0 1em;
  }
}

.sidePadding75 {
  padding: 0 4.6875em;
}
@media all and (max-width: 74.99em) {
  .sidePadding75 {
    padding: 0 2em;
  }
}
@media all and (max-width: 47.99em) {
  .sidePadding75 {
    padding: 0 1em;
  }
}

@media all and (min-width: 75em) {
  .paddingRight {
    padding-right: 20em;
  }
}

.bgGrey {
  background-color: #f7f7f7;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

::-ms-clear {
  display: none;
}

* {
  box-sizing: border-box;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
}
@media all and (max-width: 74.99em) {
  body {
    margin-top: 74px;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

@media all and (min-width: 18.75em) and (max-width: 74.99em) {
  .u-StructureWrapper {
    width: 100%;
  }
}
@media all and (min-width: 75em) {
  .u-StructureWrapper {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.MainContent {
  margin: 0 auto;
}

/********************
   Using desktop / tablet / mobile classes

*******************/
/* cruelty grids */
.gs-all1 {
  display: inline;
  float: left;
  width: 6.94444%;
  margin: 0 0.69444%;
}

.gs-all2 {
  display: inline;
  float: left;
  width: 15.27778%;
  margin: 0 0.69444%;
}

.gs-all3 {
  display: inline;
  float: left;
  width: 23.61111%;
  margin: 0 0.69444%;
}

.gs-all4 {
  display: inline;
  float: left;
  width: 31.94444%;
  margin: 0 0.69444%;
}

.gs-all5 {
  display: inline;
  float: left;
  width: 40.27778%;
  margin: 0 0.69444%;
}

.gs-all6 {
  display: inline;
  float: left;
  width: 48.61111%;
  margin: 0 0.69444%;
}

.gs-all7 {
  display: inline;
  float: left;
  width: 56.94444%;
  margin: 0 0.69444%;
}

.gs-all8 {
  display: inline;
  float: left;
  width: 65.27778%;
  margin: 0 0.69444%;
}

.gs-all9 {
  display: inline;
  float: left;
  width: 73.61111%;
  margin: 0 0.69444%;
}

.gs-all10 {
  display: inline;
  float: left;
  width: 81.94444%;
  margin: 0 0.69444%;
}

.gs-all11 {
  display: inline;
  float: left;
  width: 90.27778%;
  margin: 0 0.69444%;
}

.gs-all12 {
  display: inline;
  float: left;
  width: 98.61111%;
  margin: 0 0.69444%;
}

@media all and (min-width: 75em) {
  .gs-Desktop1 {
    display: inline;
    float: left;
    width: 6.94444%;
    margin: 0 0.69444%;
  }

  .gs-Desktop2 {
    display: inline;
    float: left;
    width: 15.27778%;
    margin: 0 0.69444%;
  }

  .gs-Desktop3 {
    display: inline;
    float: left;
    width: 23.61111%;
    margin: 0 0.69444%;
  }

  .gs-Desktop4 {
    display: inline;
    float: left;
    width: 31.94444%;
    margin: 0 0.69444%;
  }

  .gs-Desktop5 {
    display: inline;
    float: left;
    width: 40.27778%;
    margin: 0 0.69444%;
  }

  .gs-Desktop6 {
    display: inline;
    float: left;
    width: 48.61111%;
    margin: 0 0.69444%;
  }

  .gs-Desktop7 {
    display: inline;
    float: left;
    width: 56.94444%;
    margin: 0 0.69444%;
  }

  .gs-Desktop8 {
    display: inline;
    float: left;
    width: 65.27778%;
    margin: 0 0.69444%;
  }

  .gs-Desktop9 {
    display: inline;
    float: left;
    width: 73.61111%;
    margin: 0 0.69444%;
  }

  .gs-Desktop10 {
    display: inline;
    float: left;
    width: 81.94444%;
    margin: 0 0.69444%;
  }

  .gs-Desktop11 {
    display: inline;
    float: left;
    width: 90.27778%;
    margin: 0 0.69444%;
  }

  .gs-Desktop12 {
    display: inline;
    float: left;
    width: 98.61111%;
    margin: 0 0.69444%;
  }
}
@media all and (min-width: 91.625em) {
  .gs-DesktopLarge1 {
    display: inline;
    float: left;
    width: 6.94444%;
    margin: 0 0.69444%;
  }

  .gs-DesktopLarge2 {
    display: inline;
    float: left;
    width: 15.27778%;
    margin: 0 0.69444%;
  }

  .gs-DesktopLarge3 {
    display: inline;
    float: left;
    width: 23.61111%;
    margin: 0 0.69444%;
  }

  .gs-DesktopLarge4 {
    display: inline;
    float: left;
    width: 31.94444%;
    margin: 0 0.69444%;
  }

  .gs-DesktopLarge5 {
    display: inline;
    float: left;
    width: 40.27778%;
    margin: 0 0.69444%;
  }

  .gs-DesktopLarge6 {
    display: inline;
    float: left;
    width: 48.61111%;
    margin: 0 0.69444%;
  }

  .gs-DesktopLarge7 {
    display: inline;
    float: left;
    width: 56.94444%;
    margin: 0 0.69444%;
  }

  .gs-DesktopLarge8 {
    display: inline;
    float: left;
    width: 65.27778%;
    margin: 0 0.69444%;
  }

  .gs-DesktopLarge9 {
    display: inline;
    float: left;
    width: 73.61111%;
    margin: 0 0.69444%;
  }

  .gs-DesktopLarge10 {
    display: inline;
    float: left;
    width: 81.94444%;
    margin: 0 0.69444%;
  }

  .gs-DesktopLarge11 {
    display: inline;
    float: left;
    width: 90.27778%;
    margin: 0 0.69444%;
  }

  .gs-DesktopLarge12 {
    display: inline;
    float: left;
    width: 98.61111%;
    margin: 0 0.69444%;
  }
}
@media all and (min-width: 75em) and (max-width: 91.615em) {
  .gs-Desktop1 {
    display: inline;
    float: left;
    width: 6.94444%;
    margin: 0 0.69444%;
  }

  .gs-Desktop2 {
    display: inline;
    float: left;
    width: 15.27778%;
    margin: 0 0.69444%;
  }

  .gs-Desktop3 {
    display: inline;
    float: left;
    width: 23.61111%;
    margin: 0 0.69444%;
  }

  .gs-Desktop4 {
    display: inline;
    float: left;
    width: 31.94444%;
    margin: 0 0.69444%;
  }

  .gs-Desktop5 {
    display: inline;
    float: left;
    width: 40.27778%;
    margin: 0 0.69444%;
  }

  .gs-Desktop6 {
    display: inline;
    float: left;
    width: 48.61111%;
    margin: 0 0.69444%;
  }

  .gs-Desktop7 {
    display: inline;
    float: left;
    width: 56.94444%;
    margin: 0 0.69444%;
  }

  .gs-Desktop8 {
    display: inline;
    float: left;
    width: 65.27778%;
    margin: 0 0.69444%;
  }

  .gs-Desktop9 {
    display: inline;
    float: left;
    width: 73.61111%;
    margin: 0 0.69444%;
  }

  .gs-Desktop10 {
    display: inline;
    float: left;
    width: 81.94444%;
    margin: 0 0.69444%;
  }

  .gs-Desktop11 {
    display: inline;
    float: left;
    width: 90.27778%;
    margin: 0 0.69444%;
  }

  .gs-Desktop12 {
    display: inline;
    float: left;
    width: 98.61111%;
    margin: 0 0.69444%;
  }
}
@media all and (min-width: 48em) and (max-width: 74.99em) {
  .gs-Tablet1 {
    display: inline;
    float: left;
    width: 6.94444%;
    margin: 0 0.69444%;
  }

  .gs-Tablet2 {
    display: inline;
    float: left;
    width: 15.27778%;
    margin: 0 0.69444%;
  }

  .gs-Tablet3 {
    display: inline;
    float: left;
    width: 23.61111%;
    margin: 0 0.69444%;
  }

  .gs-Tablet4 {
    display: inline;
    float: left;
    width: 31.94444%;
    margin: 0 0.69444%;
  }

  .gs-Tablet5 {
    display: inline;
    float: left;
    width: 40.27778%;
    margin: 0 0.69444%;
  }

  .gs-Tablet6 {
    display: inline;
    float: left;
    width: 48.61111%;
    margin: 0 0.69444%;
  }

  .gs-Tablet7 {
    display: inline;
    float: left;
    width: 56.94444%;
    margin: 0 0.69444%;
  }

  .gs-Tablet8 {
    display: inline;
    float: left;
    width: 65.27778%;
    margin: 0 0.69444%;
  }

  .gs-Tablet9 {
    display: inline;
    float: left;
    width: 73.61111%;
    margin: 0 0.69444%;
  }

  .gs-Tablet10 {
    display: inline;
    float: left;
    width: 81.94444%;
    margin: 0 0.69444%;
  }

  .gs-Tablet11 {
    display: inline;
    float: left;
    width: 90.27778%;
    margin: 0 0.69444%;
  }

  .gs-Tablet12 {
    display: inline;
    float: left;
    width: 98.61111%;
    margin: 0 0.69444%;
  }
}
@media all and (min-width: 48em) {
  .gs-fromTablet1 {
    display: inline;
    float: left;
    width: 6.94444%;
    margin: 0 0.69444%;
  }

  .gs-fromTablet2 {
    display: inline;
    float: left;
    width: 15.27778%;
    margin: 0 0.69444%;
  }

  .gs-fromTablet3 {
    display: inline;
    float: left;
    width: 23.61111%;
    margin: 0 0.69444%;
  }

  .gs-fromTablet4 {
    display: inline;
    float: left;
    width: 31.94444%;
    margin: 0 0.69444%;
  }

  .gs-fromTablet5 {
    display: inline;
    float: left;
    width: 40.27778%;
    margin: 0 0.69444%;
  }

  .gs-fromTablet6 {
    display: inline;
    float: left;
    width: 48.61111%;
    margin: 0 0.69444%;
  }

  .gs-fromTablet7 {
    display: inline;
    float: left;
    width: 56.94444%;
    margin: 0 0.69444%;
  }

  .gs-fromTablet8 {
    display: inline;
    float: left;
    width: 65.27778%;
    margin: 0 0.69444%;
  }

  .gs-fromTablet9 {
    display: inline;
    float: left;
    width: 73.61111%;
    margin: 0 0.69444%;
  }

  .gs-fromTablet10 {
    display: inline;
    float: left;
    width: 81.94444%;
    margin: 0 0.69444%;
  }

  .gs-fromTablet11 {
    display: inline;
    float: left;
    width: 90.27778%;
    margin: 0 0.69444%;
  }

  .gs-fromTablet12 {
    display: inline;
    float: left;
    width: 98.61111%;
    margin: 0 0.69444%;
  }
}
@media all and (min-width: 35.5em) and (max-width: 47.99em) {
  .gs-MobileLarge1 {
    display: inline;
    float: left;
    width: 6.94444%;
    margin: 0 0.69444%;
  }

  .gs-MobileLarge2 {
    display: inline;
    float: left;
    width: 15.27778%;
    margin: 0 0.69444%;
  }

  .gs-MobileLarge3 {
    display: inline;
    float: left;
    width: 23.61111%;
    margin: 0 0.69444%;
  }

  .gs-MobileLarge4 {
    display: inline;
    float: left;
    width: 31.94444%;
    margin: 0 0.69444%;
  }

  .gs-MobileLarge5 {
    display: inline;
    float: left;
    width: 40.27778%;
    margin: 0 0.69444%;
  }

  .gs-MobileLarge6 {
    display: inline;
    float: left;
    width: 48.61111%;
    margin: 0 0.69444%;
  }

  .gs-MobileLarge7 {
    display: inline;
    float: left;
    width: 56.94444%;
    margin: 0 0.69444%;
  }

  .gs-MobileLarge8 {
    display: inline;
    float: left;
    width: 65.27778%;
    margin: 0 0.69444%;
  }

  .gs-MobileLarge9 {
    display: inline;
    float: left;
    width: 73.61111%;
    margin: 0 0.69444%;
  }

  .gs-MobileLarge10 {
    display: inline;
    float: left;
    width: 81.94444%;
    margin: 0 0.69444%;
  }

  .gs-MobileLarge11 {
    display: inline;
    float: left;
    width: 90.27778%;
    margin: 0 0.69444%;
  }

  .gs-MobileLarge12 {
    display: inline;
    float: left;
    width: 98.61111%;
    margin: 0 0.69444%;
  }
}
@media all and (min-width: 25em) and (max-width: 35.49em) {
  .gs-MobileSmall1 {
    display: inline;
    float: left;
    width: 6.94444%;
    margin: 0 0.69444%;
  }

  .gs-MobileSmall2 {
    display: inline;
    float: left;
    width: 15.27778%;
    margin: 0 0.69444%;
  }

  .gs-MobileSmall3 {
    display: inline;
    float: left;
    width: 23.61111%;
    margin: 0 0.69444%;
  }

  .gs-MobileSmall4 {
    display: inline;
    float: left;
    width: 31.94444%;
    margin: 0 0.69444%;
  }

  .gs-MobileSmall5 {
    display: inline;
    float: left;
    width: 40.27778%;
    margin: 0 0.69444%;
  }

  .gs-MobileSmall6 {
    display: inline;
    float: left;
    width: 48.61111%;
    margin: 0 0.69444%;
  }

  .gs-MobileSmall7 {
    display: inline;
    float: left;
    width: 56.94444%;
    margin: 0 0.69444%;
  }

  .gs-MobileSmall8 {
    display: inline;
    float: left;
    width: 65.27778%;
    margin: 0 0.69444%;
  }

  .gs-MobileSmall9 {
    display: inline;
    float: left;
    width: 73.61111%;
    margin: 0 0.69444%;
  }

  .gs-MobileSmall10 {
    display: inline;
    float: left;
    width: 81.94444%;
    margin: 0 0.69444%;
  }

  .gs-MobileSmall11 {
    display: inline;
    float: left;
    width: 90.27778%;
    margin: 0 0.69444%;
  }

  .gs-MobileSmall12 {
    display: inline;
    float: left;
    width: 98.61111%;
    margin: 0 0.69444%;
  }
}
@media all and (min-width: 25em) and (max-width: 47.99em) {
  .gs-Mobile1 {
    display: inline;
    float: left;
    width: 6.94444%;
    margin: 0 0.69444%;
  }

  .gs-Mobile2 {
    display: inline;
    float: left;
    width: 15.27778%;
    margin: 0 0.69444%;
  }

  .gs-Mobile3 {
    display: inline;
    float: left;
    width: 23.61111%;
    margin: 0 0.69444%;
  }

  .gs-Mobile4 {
    display: inline;
    float: left;
    width: 31.94444%;
    margin: 0 0.69444%;
  }

  .gs-Mobile5 {
    display: inline;
    float: left;
    width: 40.27778%;
    margin: 0 0.69444%;
  }

  .gs-Mobile6 {
    display: inline;
    float: left;
    width: 48.61111%;
    margin: 0 0.69444%;
  }

  .gs-Mobile7 {
    display: inline;
    float: left;
    width: 56.94444%;
    margin: 0 0.69444%;
  }

  .gs-Mobile8 {
    display: inline;
    float: left;
    width: 65.27778%;
    margin: 0 0.69444%;
  }

  .gs-Mobile9 {
    display: inline;
    float: left;
    width: 73.61111%;
    margin: 0 0.69444%;
  }

  .gs-Mobile10 {
    display: inline;
    float: left;
    width: 81.94444%;
    margin: 0 0.69444%;
  }

  .gs-Mobile11 {
    display: inline;
    float: left;
    width: 90.27778%;
    margin: 0 0.69444%;
  }

  .gs-Mobile12 {
    display: inline;
    float: left;
    width: 98.61111%;
    margin: 0 0.69444%;
  }
}
.w-100 {
  width: 100%;
}

.overhide {
  overflow: hidden;
}

.u-table {
  display: table;
}

.u-tableCell {
  display: table-cell;
}

.u-verticalMiddle {
  vertical-align: middle;
}

.u-verticalBottom {
  vertical-align: bottom;
}

@media all and (min-width: 75em) {
  .u-center {
    margin-left: 17.36111%;
  }
}

/*****************************************************************************************
	SITEWIDE PAGE MODULES
*******************************************************************************************/
.contentModule {
  margin-bottom: 1em;
}

/*****************************************************************************************
	FEATURED TEXT MODULES
*******************************************************************************************/
.featured-text {
  background-color: #f7f7f7;
}
.featured-text .innerWrapper {
  padding: 2em;
}
.featured-text h1 {
  margin-top: 0;
}
.featured-text h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text h1:before {
    margin-bottom: 10px;
  }
}
.featured-text.red h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text.red h1:before {
    margin-bottom: 10px;
  }
}
.featured-text.pink h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #e0006c;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text.pink h1:before {
    margin-bottom: 10px;
  }
}
.featured-text.teal h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #569eba;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text.teal h1:before {
    margin-bottom: 10px;
  }
}
.featured-text.purple h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #521e59;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text.purple h1:before {
    margin-bottom: 10px;
  }
}
.featured-text.green h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #63912e;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text.green h1:before {
    margin-bottom: 10px;
  }
}
.featured-text.orange h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #dc580a;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text.orange h1:before {
    margin-bottom: 10px;
  }
}
.featured-text.darkPink h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #9a044b;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text.darkPink h1:before {
    margin-bottom: 10px;
  }
}
.featured-text.darkblue h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #004a6c;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text.darkblue h1:before {
    margin-bottom: 10px;
  }
}
.featured-text.darkPurple h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #31275b;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text.darkPurple h1:before {
    margin-bottom: 10px;
  }
}
.featured-text.darkorange h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #6c2500;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text.darkorange h1:before {
    margin-bottom: 10px;
  }
}
.featured-text.darkgreen h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #3c5818;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featured-text.darkgreen h1:before {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 75em) {
  .featured-text h1 {
    font-size: 1.875em;
    font-weight: 600;
  }
  .featured-text .innerWrapper {
    padding: 40px 20em 40px 50px;
  }
  .featured-text p {
    line-height: 1.8em;
    font-size: 1.125em;
  }
}
@media all and (max-width: 35.49em) {
  .featured-text .innerWrapper {
    padding: 1em;
  }
  .featured-text h1 {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
  }
  .featured-text p {
    font-size: 1em;
  }
}

/**************************************************************************************
	FEATURED SPOTLIGHT (banner strip)
**********************************************************************************************/
.featuredSpotlight {
  margin-bottom: 1em;
  overflow: hidden;
  background-color: #f7f7f7;
}
.featuredSpotlight h1 {
  margin-top: 0;
}
.featuredSpotlight h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight .backgroundImage {
  position: relative;
}
.featuredSpotlight .innerContainer {
  position: absolute;
  background-size: cover;
  background-position: top right;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
}
.featuredSpotlight .banner {
  margin-left: -2em;
  background-color: #c31532;
}
@media all and (min-width: 48em) {
  .featuredSpotlight .banner {
    max-width: 90%;
    min-width: 520px;
    width: auto;
    position: absolute;
    bottom: 2em;
    left: 2em;
  }
}
.featuredSpotlight .banner:after {
  border-left-color: #c31532;
}
@media all and (min-width: 48em) and (max-width: 74.99em) {
  .featuredSpotlight .banner {
    margin-bottom: 0;
  }
}
.featuredSpotlight.featuredSpotlight-date p {
  margin: 1em 20px 0;
}
.featuredSpotlight.featuredSpotlight-date .date {
  margin-bottom: 3em;
  line-height: 1.3em;
}
.featuredSpotlight.featuredSpotlight-date .date span {
  font-size: 1.4em;
  vertical-align: bottom;
  margin-right: 0.3em;
  display: inline-block;
}
.featuredSpotlight.red .banner {
  background-color: #c31532;
}
.featuredSpotlight.red .banner:after {
  border-left-color: #c31532;
}
.featuredSpotlight.red h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight.red h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight.pink .banner {
  background-color: #e0006c;
}
.featuredSpotlight.pink .banner:after {
  border-left-color: #e0006c;
}
.featuredSpotlight.pink h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #e0006c;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight.pink h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight.teal .banner {
  background-color: #569eba;
}
.featuredSpotlight.teal .banner:after {
  border-left-color: #569eba;
}
.featuredSpotlight.teal h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #569eba;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight.teal h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight.purple .banner {
  background-color: #521e59;
}
.featuredSpotlight.purple .banner:after {
  border-left-color: #521e59;
}
.featuredSpotlight.purple h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #521e59;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight.purple h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight.green .banner {
  background-color: #63912e;
}
.featuredSpotlight.green .banner:after {
  border-left-color: #63912e;
}
.featuredSpotlight.green h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #63912e;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight.green h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight.orange .banner {
  background-color: #dc580a;
}
.featuredSpotlight.orange .banner:after {
  border-left-color: #dc580a;
}
.featuredSpotlight.orange h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #dc580a;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight.orange h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight.darkPink .banner {
  background-color: #9a044b;
}
.featuredSpotlight.darkPink .banner:after {
  border-left-color: #9a044b;
}
.featuredSpotlight.darkPink h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #9a044b;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight.darkPink h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight.darkblue .banner {
  background-color: #004a6c;
}
.featuredSpotlight.darkblue .banner:after {
  border-left-color: #004a6c;
}
.featuredSpotlight.darkblue h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #004a6c;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight.darkblue h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight.darkPurple .banner {
  background-color: #31275b;
}
.featuredSpotlight.darkPurple .banner:after {
  border-left-color: #31275b;
}
.featuredSpotlight.darkPurple h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #31275b;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight.darkPurple h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight.darkorange .banner {
  background-color: #6c2500;
}
.featuredSpotlight.darkorange .banner:after {
  border-left-color: #6c2500;
}
.featuredSpotlight.darkorange h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #6c2500;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight.darkorange h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight.darkgreen .banner {
  background-color: #3c5818;
}
.featuredSpotlight.darkgreen .banner:after {
  border-left-color: #3c5818;
}
.featuredSpotlight.darkgreen h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #3c5818;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight.darkgreen h1:before {
    margin-bottom: 10px;
  }
}
.featuredSpotlight .overlay {
  background-color: #f7f7f7;
  position: relative;
  padding: 2em;
}
.featuredSpotlight .overlay:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -236px;
  border-bottom: 0px solid transparent;
  border-top: 474px solid transparent;
  border-left: 236px solid #f7f7f7;
}
@media all and (min-width: 75em) {
  .featuredSpotlight h1 {
    font-size: 1.875em;
    font-weight: 600;
  }
  .featuredSpotlight p {
    margin: 1em 20px 6em;
    font-size: 1.125em;
    line-height: 1.8em;
  }
  .featuredSpotlight .overlay {
    width: calc(100% - 500px);
    padding: 40px 2em 2em 50px;
  }
  .featuredSpotlight .left-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(50% - 600px);
  }
  .featuredSpotlight .banner {
    font-size: 1.5em;
    padding: 0.43em 1em;
    text-align: right;
    margin-bottom: 0;
  }
  .featuredSpotlight .banner:after {
    right: -46px;
    border-left-width: 46px;
    border-bottom-width: 53px;
  }
}
@media all and (min-width: 48em) and (max-width: 74.99em) {
  .featuredSpotlight .overlay {
    width: calc(100% - 200px);
  }
  .featuredSpotlight p {
    margin-bottom: 6em;
  }
  .featuredSpotlight .banner {
    padding: 1em 1em 1em 2em;
    font-size: 1em;
  }
  .featuredSpotlight .banner:after {
    border-bottom-width: 54px;
  }
}
@media all and (max-width: 35.49em) {
  .featuredSpotlight .overlay {
    padding: 1em;
  }
  .featuredSpotlight h1 {
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
  }
  .featuredSpotlight p {
    font-size: 1em;
  }
}
@media all and (max-width: 47.99em) {
  .featuredSpotlight .banner {
    padding: 0.4em 1em;
    width: 100%;
    margin: 0;
    font-size: 1.125em;
  }
}
.featuredSpotlightList .featuredSpotlight {
  margin-bottom: 0;
}
.featuredSpotlightList .featuredSpotlight h1 a {
  color: #000;
  font-weight: 600;
}
.featuredSpotlightList .featuredSpotlight .date {
  margin-bottom: 1em;
}
.featuredSpotlightList .featuredSpotlight .overlay {
  padding-bottom: .5em;
}
.featuredSpotlightList .featuredSpotlight.featuredSpotlight-small .overlay {
  padding-top: 0;
  padding-bottom: .5em;
}
@media all and (min-width: 75em) {
  .featuredSpotlightList .featuredSpotlight.featuredSpotlight-small .overlay {
    padding-top: 0;
    padding-bottom: .5em;
  }
}
.featuredSpotlightList .featuredSpotlight.featuredSpotlight-small h1 {
  font-size: 1.2em;
}
@media all and (min-width: 35.5em) {
  .featuredSpotlightList .featuredSpotlight.featuredSpotlight-small h1 {
    font-size: 1.5em;
  }
}

.featuredSpotlightList {
  padding-bottom: 1em;
}

/*****************************************************************************************
	IMAGE SPOTLIGHTS MODULES
*******************************************************************************************/
.imageSpotlights .spotlights {
  overflow: hidden;
}
@media all and (max-width: 74.99em) {
  .imageSpotlights h1 {
    padding: 0 0.6em;
    font-size: 1.5em;
  }
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight {
    margin-bottom: 16px;
  }
  .imageSpotlights .spotlight:nth-child(3) {
    margin-bottom: 0;
  }
}
@media all and (min-width: 35.5em) {
  .imageSpotlights .spotlight.third {
    float: left;
    width: 33.33%;
  }
  .imageSpotlights .spotlight.half {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 35.5em) and (max-width: 74.99em) {
  .imageSpotlights .spotlight.third:nth-child(1), .imageSpotlights .spotlight.third:nth-child(2) {
    width: 50%;
    margin-bottom: 16px;
  }
  .imageSpotlights .spotlight:nth-child(3) {
    width: 100%;
    float: none;
    display: block;
    clear: both;
  }
}
.imageSpotlights .spotlight {
  background-color: rgba(195, 21, 50, 0.8);
  overflow: hidden;
}
.imageSpotlights .spotlight.video {
  overflow: hidden;
}
@media print {
  .imageSpotlights .spotlight.video {
    display: none !important;
  }
}
.imageSpotlights .spotlight.video.red .videoDetails:before {
  border-left-color: rgba(195, 21, 50, 0.8);
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video.red .videoDetails {
    background-color: rgba(195, 21, 50, 0.8);
  }
}
.imageSpotlights .spotlight.video.pink .videoDetails:before {
  border-left-color: rgba(224, 0, 108, 0.8);
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video.pink .videoDetails {
    background-color: rgba(224, 0, 108, 0.8);
  }
}
.imageSpotlights .spotlight.video.teal .videoDetails:before {
  border-left-color: rgba(86, 158, 186, 0.8);
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video.teal .videoDetails {
    background-color: rgba(86, 158, 186, 0.8);
  }
}
.imageSpotlights .spotlight.video.purple .videoDetails:before {
  border-left-color: rgba(82, 30, 89, 0.8);
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video.purple .videoDetails {
    background-color: rgba(82, 30, 89, 0.8);
  }
}
.imageSpotlights .spotlight.video.green .videoDetails:before {
  border-left-color: rgba(99, 145, 46, 0.8);
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video.green .videoDetails {
    background-color: rgba(99, 145, 46, 0.8);
  }
}
.imageSpotlights .spotlight.video.orange .videoDetails:before {
  border-left-color: rgba(220, 88, 10, 0.8);
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video.orange .videoDetails {
    background-color: rgba(220, 88, 10, 0.8);
  }
}
.imageSpotlights .spotlight.video.darkPink .videoDetails:before {
  border-left-color: rgba(154, 4, 75, 0.8);
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video.darkPink .videoDetails {
    background-color: rgba(154, 4, 75, 0.8);
  }
}
.imageSpotlights .spotlight.video.darkblue .videoDetails:before {
  border-left-color: rgba(0, 74, 108, 0.8);
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video.darkblue .videoDetails {
    background-color: rgba(0, 74, 108, 0.8);
  }
}
.imageSpotlights .spotlight.video.darkPurple .videoDetails:before {
  border-left-color: rgba(49, 39, 91, 0.8);
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video.darkPurple .videoDetails {
    background-color: rgba(49, 39, 91, 0.8);
  }
}
.imageSpotlights .spotlight.video.darkorange .videoDetails:before {
  border-left-color: rgba(108, 37, 0, 0.8);
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video.darkorange .videoDetails {
    background-color: rgba(108, 37, 0, 0.8);
  }
}
.imageSpotlights .spotlight.video.darkgreen .videoDetails:before {
  border-left-color: rgba(60, 88, 24, 0.8);
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video.darkgreen .videoDetails {
    background-color: rgba(60, 88, 24, 0.8);
  }
}
.imageSpotlights .spotlight.video .innerContainer {
  height: auto;
}
@media all and (min-width: 35.5em) {
  .imageSpotlights .spotlight.video .innerContainer {
    height: 400px;
  }
  .imageSpotlights .spotlight.video a:hover .videoDetails:before, .imageSpotlights .spotlight.video a:focus .videoDetails:before {
    left: 0;
  }
  .imageSpotlights .spotlight.video a:hover .videoDetails h2, .imageSpotlights .spotlight.video a:focus .videoDetails h2 {
    padding-left: 0 !important;
  }
  .imageSpotlights .spotlight.video .videoDetails {
    width: 50%;
    bottom: 0;
    position: absolute;
    left: 0;
  }
  .imageSpotlights .spotlight.video .videoDetails:before {
    transition: left 300ms;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: -50px;
    border-bottom: 0px solid transparent;
    border-top: 447px solid transparent;
    border-left: 479px solid rgba(195, 21, 50, 0.8);
    z-index: -1;
  }
  .imageSpotlights .spotlight.video .videoDetails h2 {
    padding: 0 6em 0 0;
  }
  .imageSpotlights .spotlight.video .videoDetails p {
    margin: 0 3em 0 0;
  }
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video .videoDetails {
    background-color: rgba(195, 21, 50, 0.8);
  }
  .imageSpotlights .spotlight.video a {
    text-decoration: none;
  }
}
.imageSpotlights .spotlight.video .videoDetails {
  z-index: 1;
  color: white;
  padding: 1em 2em;
}
@media all and (max-width: 35.49em) {
  .imageSpotlights .spotlight.video .videoDetails {
    padding: 1em;
  }
}
.imageSpotlights .spotlight.video .videoDetails h2 {
  font-size: 1.125em;
}
.imageSpotlights .spotlight.video .videoDetails p {
  border-top: white solid 1px;
  font-size: 0.9375em;
  color: white;
  padding: 0.4em 0 0 0;
}
.imageSpotlights .spotlight.video .videoDetails .play {
  font-size: 80px;
  margin-left: -10px;
}
.imageSpotlights .spotlight.image h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  width: 73%;
  box-sizing: content-box;
  text-align: right;
  margin: 0;
  padding: 0.835em 1em 0.835em 0;
  background-color: rgba(195, 21, 50, 0.8);
  transition: all 400ms;
  font-size: 1.5em;
  font-weight: 600;
}
@media all and (max-width: 74.99em) {
  .imageSpotlights .spotlight.image h2 {
    font-size: 1.125em;
  }
}
@media all and (max-width: 47.99em) {
  .imageSpotlights .spotlight.image h2 {
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .imageSpotlights .spotlight.image h2:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: -65px;
    border-bottom: 0px solid transparent;
    border-top: 107px solid transparent;
    border-right: 65px solid rgba(195, 21, 50, 0.8);
  }
}
.imageSpotlights .spotlight.image.red {
  background-color: rgba(195, 21, 50, 0.8);
}
.imageSpotlights .spotlight.image.red h2 {
  background-color: rgba(195, 21, 50, 0.8);
}
.imageSpotlights .spotlight.image.red h2:before {
  border-right-color: rgba(195, 21, 50, 0.8);
}
.imageSpotlights .spotlight.image.pink {
  background-color: rgba(224, 0, 108, 0.8);
}
.imageSpotlights .spotlight.image.pink h2 {
  background-color: rgba(224, 0, 108, 0.8);
}
.imageSpotlights .spotlight.image.pink h2:before {
  border-right-color: rgba(224, 0, 108, 0.8);
}
.imageSpotlights .spotlight.image.teal {
  background-color: rgba(86, 158, 186, 0.8);
}
.imageSpotlights .spotlight.image.teal h2 {
  background-color: rgba(86, 158, 186, 0.8);
}
.imageSpotlights .spotlight.image.teal h2:before {
  border-right-color: rgba(86, 158, 186, 0.8);
}
.imageSpotlights .spotlight.image.purple {
  background-color: rgba(82, 30, 89, 0.8);
}
.imageSpotlights .spotlight.image.purple h2 {
  background-color: rgba(82, 30, 89, 0.8);
}
.imageSpotlights .spotlight.image.purple h2:before {
  border-right-color: rgba(82, 30, 89, 0.8);
}
.imageSpotlights .spotlight.image.green {
  background-color: rgba(99, 145, 46, 0.8);
}
.imageSpotlights .spotlight.image.green h2 {
  background-color: rgba(99, 145, 46, 0.8);
}
.imageSpotlights .spotlight.image.green h2:before {
  border-right-color: rgba(99, 145, 46, 0.8);
}
.imageSpotlights .spotlight.image.orange {
  background-color: rgba(220, 88, 10, 0.8);
}
.imageSpotlights .spotlight.image.orange h2 {
  background-color: rgba(220, 88, 10, 0.8);
}
.imageSpotlights .spotlight.image.orange h2:before {
  border-right-color: rgba(220, 88, 10, 0.8);
}
.imageSpotlights .spotlight.image.darkPink {
  background-color: rgba(154, 4, 75, 0.8);
}
.imageSpotlights .spotlight.image.darkPink h2 {
  background-color: rgba(154, 4, 75, 0.8);
}
.imageSpotlights .spotlight.image.darkPink h2:before {
  border-right-color: rgba(154, 4, 75, 0.8);
}
.imageSpotlights .spotlight.image.darkblue {
  background-color: rgba(0, 74, 108, 0.8);
}
.imageSpotlights .spotlight.image.darkblue h2 {
  background-color: rgba(0, 74, 108, 0.8);
}
.imageSpotlights .spotlight.image.darkblue h2:before {
  border-right-color: rgba(0, 74, 108, 0.8);
}
.imageSpotlights .spotlight.image.darkPurple {
  background-color: rgba(49, 39, 91, 0.8);
}
.imageSpotlights .spotlight.image.darkPurple h2 {
  background-color: rgba(49, 39, 91, 0.8);
}
.imageSpotlights .spotlight.image.darkPurple h2:before {
  border-right-color: rgba(49, 39, 91, 0.8);
}
.imageSpotlights .spotlight.image.darkorange {
  background-color: rgba(108, 37, 0, 0.8);
}
.imageSpotlights .spotlight.image.darkorange h2 {
  background-color: rgba(108, 37, 0, 0.8);
}
.imageSpotlights .spotlight.image.darkorange h2:before {
  border-right-color: rgba(108, 37, 0, 0.8);
}
.imageSpotlights .spotlight.image.darkgreen {
  background-color: rgba(60, 88, 24, 0.8);
}
.imageSpotlights .spotlight.image.darkgreen h2 {
  background-color: rgba(60, 88, 24, 0.8);
}
.imageSpotlights .spotlight.image.darkgreen h2:before {
  border-right-color: rgba(60, 88, 24, 0.8);
}
@media all and (min-width: 48em) {
  .imageSpotlights .spotlight.image a:hover h2, .imageSpotlights .spotlight.image a a:focus h2 {
    padding-left: 92px;
  }
}
.imageSpotlights .spotlight .innerContainer {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: 50%;
}
@media all and (min-width: 75em) {
  .imageSpotlights .spotlight.third a:hover h2, .imageSpotlights .spotlight.third a a:focus h2 {
    padding-left: 40px;
  }
}
@media all and (max-width: 47.99em) {
  .imageSpotlights .spotlight.third a h2 {
    width: 100%;
  }
  .imageSpotlights .spotlight.third a h2:after {
    content: none;
  }
  .imageSpotlights .spotlight.third a:hover h2, .imageSpotlights .spotlight.third a a:focus h2 {
    width: 100%;
    padding: 0.835em 1em;
  }
}
.imageSpotlights .spotlight.third .innerContainer {
  height: 265px;
}
.imageSpotlights .spotlight.half .innerContainer {
  height: 300px;
}
@media all and (max-width: 47.99em) {
  .imageSpotlights .spotlight h2 {
    width: 100%;
  }
  .imageSpotlights .spotlight.twoThirds:first-child {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 75em) {
  .imageSpotlights .spotlight.twoThirds {
    float: left;
    width: 400px;
  }
  .imageSpotlights .spotlight.twoThirds:first-child {
    margin-right: 25px;
  }
  .imageSpotlights .spotlight.twoThirds.large {
    width: 775px;
  }
}
@media all and (min-width: 48em) and (max-width: 74.99em) {
  .imageSpotlights .spotlight.twoThirds {
    float: left;
    width: 37%;
  }
  .imageSpotlights .spotlight.twoThirds.large {
    width: 63%;
  }
}
@media all and (min-width: 75em) {
  .imageSpotlights .spotlight.twoThirds a:hover h2, .imageSpotlights .spotlight.twoThirds a a:focus h2 {
    padding-left: 40px;
  }
  .imageSpotlights .spotlight.twoThirds.large a:hover h2, .imageSpotlights .spotlight.twoThirds.large a a:focus h2 {
    padding-left: 141px;
  }
}
.imageSpotlights .blockquote {
  background-color: #f7f7f7;
  padding: 3em 6em 2em 7em;
}
@media all and (min-width: 48em) {
  .imageSpotlights .blockquote {
    height: 400px;
  }
}
@media all and (min-width: 48em) and (max-width: 74.99em) {
  .imageSpotlights .blockquote {
    padding: 2em 4em 2em 4em;
  }
}
@media all and (max-width: 47.99em) {
  .imageSpotlights .blockquote {
    padding: 1em 3em 2em 3em;
  }
}
@media print {
  .imageSpotlights .spotlight.image a {
    display: block;
  }
  .imageSpotlights .spotlight.image a h2 {
    color: black;
  }
  .imageSpotlights .spotlight.image .innerContainer {
    height: 50px !important;
  }
}

/**************************************************************************************
	SECONDARY NAVIGATION
****************************************************************************************/
.secondaryNavigation {
  overflow: hidden;
}
.secondaryNavigation a {
  color: #333333;
}
.secondaryNavigation h2 {
  font-weight: 400;
  font-size: 1.875em;
}
@media all and (min-width: 35.5em) {
  .secondaryNavigation h2:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #c31532;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 35.5em) and (max-width: 35.49em) {
  .secondaryNavigation h2:before {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 47.99em) {
  .secondaryNavigation h2 {
    font-size: 1.125em;
    font-weight: bold;
  }
  .secondaryNavigation h2:before {
    margin-bottom: 16px;
  }
}
.secondaryNavigation p {
  font-size: 1.125em;
  line-height: 1.8em;
}
.secondaryNavigation li {
  padding-left: 2em;
}
.secondaryNavigation a:hover, .secondaryNavigation a:focus {
  text-decoration: none;
}
.secondaryNavigation span {
  display: none;
}
@media all and (max-width: 74.99em) {
  .secondaryNavigation li {
    padding: 1em;
  }
  .secondaryNavigation span {
    background-color: #c31532;
    position: relative;
    color: white;
    width: 76%;
    display: block;
    padding: 0.6em 1em;
    height: 41px;
  }
  .secondaryNavigation span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: -29px;
    border-bottom: 41px solid transparent;
    border-left: 29px solid #c31532;
  }
}
@media all and (min-width: 35.5em) {
  .secondaryNavigation li {
    height: 260px;
    position: relative;
    margin-bottom: 3em;
  }
}
@media all and (min-width: 75em) {
  .secondaryNavigation {
    margin-top: 2em;
  }
  .secondaryNavigation a h2 {
    transition: color 200ms;
    /* &:before{
    	transition: width 200ms;
    } */
  }
  .secondaryNavigation a:hover h2, .secondaryNavigation a:focus h2 {
    color: #c31532;
    /* &:before{
    	width: 100%;
    } */
  }
}
@media all and (max-width: 47.99em) {
  .secondaryNavigation p {
    font-size: 1em;
  }
}
@media print {
  .secondaryNavigation li {
    height: auto;
  }
  .secondaryNavigation span:after {
    border: none !important;
  }
}

/**********************************************************************************************
	FORM ELEMENTS
************************************************************************************************/
.scfSubmitButtonBorder {
  padding: 1em;
}
.scfSubmitButtonBorder input[type="submit"] {
  transition: all 200ms;
  background-color: #c31532;
  color: white;
  border: 0;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  padding: 0.6em 1em;
}

.form-hide-element {
  display: none;
}

.scfSingleLineTextUsefulInfo {
  color: silver;
  display: block;
}

.standard-web-form {
  background: white;
}
.standard-web-form tbody {
  border: 0;
}
.standard-web-form a {
  color: #377f9b;
  text-decoration: underline;
}
.standard-web-form a:hover, .standard-web-form a:focus {
  text-decoration: none;
}
@media all and (min-width: 48em) {
  .standard-web-form {
    /* 	padding: 1em 0;
    	width: 70%; */
  }
  .standard-web-form fieldset {
    margin-bottom: 1em;
  }
}
.standard-web-form .form-element,
.standard-web-form .scfMultipleLineTextBorder,
.standard-web-form .scfSingleLineTextBorder,
.standard-web-form .scfDateSelectorGeneralPanel,
.standard-web-form .scfEmailBorder,
.standard-web-form .scfTelephoneBorder,
.standard-web-form .scfSmsTelephoneBorder,
.standard-web-form .scfNumberBorder,
.standard-web-form .scfDatePickerBorder,
.standard-web-form .scfDropListBorder,
.standard-web-form .scfListBoxBorder {
  padding: 0.4em 0;
}
@media all and (min-width: 48em) {
  .standard-web-form .form-element,
  .standard-web-form .scfMultipleLineTextBorder,
  .standard-web-form .scfSingleLineTextBorder,
  .standard-web-form .scfDateSelectorGeneralPanel,
  .standard-web-form .scfEmailBorder,
  .standard-web-form .scfTelephoneBorder,
  .standard-web-form .scfSmsTelephoneBorder,
  .standard-web-form .scfNumberBorder,
  .standard-web-form .scfDatePickerBorder,
  .standard-web-form .scfDropListBorder,
  .standard-web-form .scfListBoxBorder {
    padding: 1em 0;
  }
}
.standard-web-form .form-element label,
.standard-web-form .scfMultipleLineTextBorder label,
.standard-web-form .scfSingleLineTextBorder label,
.standard-web-form .scfDateSelectorGeneralPanel label,
.standard-web-form .scfEmailBorder label,
.standard-web-form .scfTelephoneBorder label,
.standard-web-form .scfSmsTelephoneBorder label,
.standard-web-form .scfNumberBorder label,
.standard-web-form .scfDatePickerBorder label,
.standard-web-form .scfDropListBorder label,
.standard-web-form .scfListBoxBorder label {
  display: block;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  font-size: 1.375pxem;
  padding: 0.2em 0;
  line-height: 1.4em;
}
@media all and (min-width: 48em) {
  .standard-web-form .form-element label,
  .standard-web-form .scfMultipleLineTextBorder label,
  .standard-web-form .scfSingleLineTextBorder label,
  .standard-web-form .scfDateSelectorGeneralPanel label,
  .standard-web-form .scfEmailBorder label,
  .standard-web-form .scfTelephoneBorder label,
  .standard-web-form .scfSmsTelephoneBorder label,
  .standard-web-form .scfNumberBorder label,
  .standard-web-form .scfDatePickerBorder label,
  .standard-web-form .scfDropListBorder label,
  .standard-web-form .scfListBoxBorder label {
    margin-bottom: 0.4em;
  }
}
@media all and (max-width: 47.99em) {
  .standard-web-form .form-element label,
  .standard-web-form .scfMultipleLineTextBorder label,
  .standard-web-form .scfSingleLineTextBorder label,
  .standard-web-form .scfDateSelectorGeneralPanel label,
  .standard-web-form .scfEmailBorder label,
  .standard-web-form .scfTelephoneBorder label,
  .standard-web-form .scfSmsTelephoneBorder label,
  .standard-web-form .scfNumberBorder label,
  .standard-web-form .scfDatePickerBorder label,
  .standard-web-form .scfDropListBorder label,
  .standard-web-form .scfListBoxBorder label {
    font-size: 1em;
  }
}
.standard-web-form .form-element input,
.standard-web-form .scfMultipleLineTextBorder input,
.standard-web-form .scfSingleLineTextBorder input,
.standard-web-form .scfDateSelectorGeneralPanel input,
.standard-web-form .scfEmailBorder input,
.standard-web-form .scfTelephoneBorder input,
.standard-web-form .scfSmsTelephoneBorder input,
.standard-web-form .scfNumberBorder input,
.standard-web-form .scfDatePickerBorder input,
.standard-web-form .scfDropListBorder input,
.standard-web-form .scfListBoxBorder input {
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  border: #ddd solid 1px;
  padding: 0.6em 1em;
}
.standard-web-form .form-element input::-webkit-input-placeholder,
.standard-web-form .scfMultipleLineTextBorder input::-webkit-input-placeholder,
.standard-web-form .scfSingleLineTextBorder input::-webkit-input-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel input::-webkit-input-placeholder,
.standard-web-form .scfEmailBorder input::-webkit-input-placeholder,
.standard-web-form .scfTelephoneBorder input::-webkit-input-placeholder,
.standard-web-form .scfSmsTelephoneBorder input::-webkit-input-placeholder,
.standard-web-form .scfNumberBorder input::-webkit-input-placeholder,
.standard-web-form .scfDatePickerBorder input::-webkit-input-placeholder,
.standard-web-form .scfDropListBorder input::-webkit-input-placeholder,
.standard-web-form .scfListBoxBorder input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.standard-web-form .form-element input:-moz-placeholder,
.standard-web-form .scfMultipleLineTextBorder input:-moz-placeholder,
.standard-web-form .scfSingleLineTextBorder input:-moz-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel input:-moz-placeholder,
.standard-web-form .scfEmailBorder input:-moz-placeholder,
.standard-web-form .scfTelephoneBorder input:-moz-placeholder,
.standard-web-form .scfSmsTelephoneBorder input:-moz-placeholder,
.standard-web-form .scfNumberBorder input:-moz-placeholder,
.standard-web-form .scfDatePickerBorder input:-moz-placeholder,
.standard-web-form .scfDropListBorder input:-moz-placeholder,
.standard-web-form .scfListBoxBorder input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.standard-web-form .form-element input::-moz-placeholder,
.standard-web-form .scfMultipleLineTextBorder input::-moz-placeholder,
.standard-web-form .scfSingleLineTextBorder input::-moz-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel input::-moz-placeholder,
.standard-web-form .scfEmailBorder input::-moz-placeholder,
.standard-web-form .scfTelephoneBorder input::-moz-placeholder,
.standard-web-form .scfSmsTelephoneBorder input::-moz-placeholder,
.standard-web-form .scfNumberBorder input::-moz-placeholder,
.standard-web-form .scfDatePickerBorder input::-moz-placeholder,
.standard-web-form .scfDropListBorder input::-moz-placeholder,
.standard-web-form .scfListBoxBorder input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.standard-web-form .form-element input:-ms-input-placeholder,
.standard-web-form .scfMultipleLineTextBorder input:-ms-input-placeholder,
.standard-web-form .scfSingleLineTextBorder input:-ms-input-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel input:-ms-input-placeholder,
.standard-web-form .scfEmailBorder input:-ms-input-placeholder,
.standard-web-form .scfTelephoneBorder input:-ms-input-placeholder,
.standard-web-form .scfSmsTelephoneBorder input:-ms-input-placeholder,
.standard-web-form .scfNumberBorder input:-ms-input-placeholder,
.standard-web-form .scfDatePickerBorder input:-ms-input-placeholder,
.standard-web-form .scfDropListBorder input:-ms-input-placeholder,
.standard-web-form .scfListBoxBorder input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.standard-web-form .form-element select,
.standard-web-form .scfMultipleLineTextBorder select,
.standard-web-form .scfSingleLineTextBorder select,
.standard-web-form .scfDateSelectorGeneralPanel select,
.standard-web-form .scfEmailBorder select,
.standard-web-form .scfTelephoneBorder select,
.standard-web-form .scfSmsTelephoneBorder select,
.standard-web-form .scfNumberBorder select,
.standard-web-form .scfDatePickerBorder select,
.standard-web-form .scfDropListBorder select,
.standard-web-form .scfListBoxBorder select {
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  border: #ddd solid 1px;
  padding: 0.6em 1em;
  background: #fff;
}
.standard-web-form .form-element select::-webkit-input-placeholder,
.standard-web-form .scfMultipleLineTextBorder select::-webkit-input-placeholder,
.standard-web-form .scfSingleLineTextBorder select::-webkit-input-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel select::-webkit-input-placeholder,
.standard-web-form .scfEmailBorder select::-webkit-input-placeholder,
.standard-web-form .scfTelephoneBorder select::-webkit-input-placeholder,
.standard-web-form .scfSmsTelephoneBorder select::-webkit-input-placeholder,
.standard-web-form .scfNumberBorder select::-webkit-input-placeholder,
.standard-web-form .scfDatePickerBorder select::-webkit-input-placeholder,
.standard-web-form .scfDropListBorder select::-webkit-input-placeholder,
.standard-web-form .scfListBoxBorder select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.standard-web-form .form-element select:-moz-placeholder,
.standard-web-form .scfMultipleLineTextBorder select:-moz-placeholder,
.standard-web-form .scfSingleLineTextBorder select:-moz-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel select:-moz-placeholder,
.standard-web-form .scfEmailBorder select:-moz-placeholder,
.standard-web-form .scfTelephoneBorder select:-moz-placeholder,
.standard-web-form .scfSmsTelephoneBorder select:-moz-placeholder,
.standard-web-form .scfNumberBorder select:-moz-placeholder,
.standard-web-form .scfDatePickerBorder select:-moz-placeholder,
.standard-web-form .scfDropListBorder select:-moz-placeholder,
.standard-web-form .scfListBoxBorder select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.standard-web-form .form-element select::-moz-placeholder,
.standard-web-form .scfMultipleLineTextBorder select::-moz-placeholder,
.standard-web-form .scfSingleLineTextBorder select::-moz-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel select::-moz-placeholder,
.standard-web-form .scfEmailBorder select::-moz-placeholder,
.standard-web-form .scfTelephoneBorder select::-moz-placeholder,
.standard-web-form .scfSmsTelephoneBorder select::-moz-placeholder,
.standard-web-form .scfNumberBorder select::-moz-placeholder,
.standard-web-form .scfDatePickerBorder select::-moz-placeholder,
.standard-web-form .scfDropListBorder select::-moz-placeholder,
.standard-web-form .scfListBoxBorder select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.standard-web-form .form-element select:-ms-input-placeholder,
.standard-web-form .scfMultipleLineTextBorder select:-ms-input-placeholder,
.standard-web-form .scfSingleLineTextBorder select:-ms-input-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel select:-ms-input-placeholder,
.standard-web-form .scfEmailBorder select:-ms-input-placeholder,
.standard-web-form .scfTelephoneBorder select:-ms-input-placeholder,
.standard-web-form .scfSmsTelephoneBorder select:-ms-input-placeholder,
.standard-web-form .scfNumberBorder select:-ms-input-placeholder,
.standard-web-form .scfDatePickerBorder select:-ms-input-placeholder,
.standard-web-form .scfDropListBorder select:-ms-input-placeholder,
.standard-web-form .scfListBoxBorder select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
@media all and (min-width: 48em) {
  .standard-web-form .form-element select,
  .standard-web-form .scfMultipleLineTextBorder select,
  .standard-web-form .scfSingleLineTextBorder select,
  .standard-web-form .scfDateSelectorGeneralPanel select,
  .standard-web-form .scfEmailBorder select,
  .standard-web-form .scfTelephoneBorder select,
  .standard-web-form .scfSmsTelephoneBorder select,
  .standard-web-form .scfNumberBorder select,
  .standard-web-form .scfDatePickerBorder select,
  .standard-web-form .scfDropListBorder select,
  .standard-web-form .scfListBoxBorder select {
    width: 510px;
  }
}
@media all and (max-width: 47.99em) {
  .standard-web-form .form-element select,
  .standard-web-form .scfMultipleLineTextBorder select,
  .standard-web-form .scfSingleLineTextBorder select,
  .standard-web-form .scfDateSelectorGeneralPanel select,
  .standard-web-form .scfEmailBorder select,
  .standard-web-form .scfTelephoneBorder select,
  .standard-web-form .scfSmsTelephoneBorder select,
  .standard-web-form .scfNumberBorder select,
  .standard-web-form .scfDatePickerBorder select,
  .standard-web-form .scfDropListBorder select,
  .standard-web-form .scfListBoxBorder select {
    width: 100%;
  }
}
.standard-web-form .form-element textarea,
.standard-web-form .scfMultipleLineTextBorder textarea,
.standard-web-form .scfSingleLineTextBorder textarea,
.standard-web-form .scfDateSelectorGeneralPanel textarea,
.standard-web-form .scfEmailBorder textarea,
.standard-web-form .scfTelephoneBorder textarea,
.standard-web-form .scfSmsTelephoneBorder textarea,
.standard-web-form .scfNumberBorder textarea,
.standard-web-form .scfDatePickerBorder textarea,
.standard-web-form .scfDropListBorder textarea,
.standard-web-form .scfListBoxBorder textarea {
  color: #333333;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  width: 510px;
  padding: 1em;
  border: #ddd solid 1px;
}
.standard-web-form .form-element textarea::-webkit-input-placeholder,
.standard-web-form .scfMultipleLineTextBorder textarea::-webkit-input-placeholder,
.standard-web-form .scfSingleLineTextBorder textarea::-webkit-input-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel textarea::-webkit-input-placeholder,
.standard-web-form .scfEmailBorder textarea::-webkit-input-placeholder,
.standard-web-form .scfTelephoneBorder textarea::-webkit-input-placeholder,
.standard-web-form .scfSmsTelephoneBorder textarea::-webkit-input-placeholder,
.standard-web-form .scfNumberBorder textarea::-webkit-input-placeholder,
.standard-web-form .scfDatePickerBorder textarea::-webkit-input-placeholder,
.standard-web-form .scfDropListBorder textarea::-webkit-input-placeholder,
.standard-web-form .scfListBoxBorder textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.standard-web-form .form-element textarea:-moz-placeholder,
.standard-web-form .scfMultipleLineTextBorder textarea:-moz-placeholder,
.standard-web-form .scfSingleLineTextBorder textarea:-moz-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel textarea:-moz-placeholder,
.standard-web-form .scfEmailBorder textarea:-moz-placeholder,
.standard-web-form .scfTelephoneBorder textarea:-moz-placeholder,
.standard-web-form .scfSmsTelephoneBorder textarea:-moz-placeholder,
.standard-web-form .scfNumberBorder textarea:-moz-placeholder,
.standard-web-form .scfDatePickerBorder textarea:-moz-placeholder,
.standard-web-form .scfDropListBorder textarea:-moz-placeholder,
.standard-web-form .scfListBoxBorder textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.standard-web-form .form-element textarea::-moz-placeholder,
.standard-web-form .scfMultipleLineTextBorder textarea::-moz-placeholder,
.standard-web-form .scfSingleLineTextBorder textarea::-moz-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel textarea::-moz-placeholder,
.standard-web-form .scfEmailBorder textarea::-moz-placeholder,
.standard-web-form .scfTelephoneBorder textarea::-moz-placeholder,
.standard-web-form .scfSmsTelephoneBorder textarea::-moz-placeholder,
.standard-web-form .scfNumberBorder textarea::-moz-placeholder,
.standard-web-form .scfDatePickerBorder textarea::-moz-placeholder,
.standard-web-form .scfDropListBorder textarea::-moz-placeholder,
.standard-web-form .scfListBoxBorder textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.standard-web-form .form-element textarea:-ms-input-placeholder,
.standard-web-form .scfMultipleLineTextBorder textarea:-ms-input-placeholder,
.standard-web-form .scfSingleLineTextBorder textarea:-ms-input-placeholder,
.standard-web-form .scfDateSelectorGeneralPanel textarea:-ms-input-placeholder,
.standard-web-form .scfEmailBorder textarea:-ms-input-placeholder,
.standard-web-form .scfTelephoneBorder textarea:-ms-input-placeholder,
.standard-web-form .scfSmsTelephoneBorder textarea:-ms-input-placeholder,
.standard-web-form .scfNumberBorder textarea:-ms-input-placeholder,
.standard-web-form .scfDatePickerBorder textarea:-ms-input-placeholder,
.standard-web-form .scfDropListBorder textarea:-ms-input-placeholder,
.standard-web-form .scfListBoxBorder textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
@media all and (max-width: 47.99em) {
  .standard-web-form .form-element textarea,
  .standard-web-form .scfMultipleLineTextBorder textarea,
  .standard-web-form .scfSingleLineTextBorder textarea,
  .standard-web-form .scfDateSelectorGeneralPanel textarea,
  .standard-web-form .scfEmailBorder textarea,
  .standard-web-form .scfTelephoneBorder textarea,
  .standard-web-form .scfSmsTelephoneBorder textarea,
  .standard-web-form .scfNumberBorder textarea,
  .standard-web-form .scfDatePickerBorder textarea,
  .standard-web-form .scfDropListBorder textarea,
  .standard-web-form .scfListBoxBorder textarea {
    width: 100%;
  }
}
.standard-web-form .form-element.error input,
.standard-web-form .scfMultipleLineTextBorder.error input,
.standard-web-form .scfSingleLineTextBorder.error input,
.standard-web-form .scfDateSelectorGeneralPanel.error input,
.standard-web-form .scfEmailBorder.error input,
.standard-web-form .scfTelephoneBorder.error input,
.standard-web-form .scfSmsTelephoneBorder.error input,
.standard-web-form .scfNumberBorder.error input,
.standard-web-form .scfDatePickerBorder.error input,
.standard-web-form .scfDropListBorder.error input,
.standard-web-form .scfListBoxBorder.error input {
  border-color: #c31532;
}
.standard-web-form .form-element.error p,
.standard-web-form .scfMultipleLineTextBorder.error p,
.standard-web-form .scfSingleLineTextBorder.error p,
.standard-web-form .scfDateSelectorGeneralPanel.error p,
.standard-web-form .scfEmailBorder.error p,
.standard-web-form .scfTelephoneBorder.error p,
.standard-web-form .scfSmsTelephoneBorder.error p,
.standard-web-form .scfNumberBorder.error p,
.standard-web-form .scfDatePickerBorder.error p,
.standard-web-form .scfDropListBorder.error p,
.standard-web-form .scfListBoxBorder.error p {
  color: #c31532;
}
.standard-web-form .form-element-text input, .standard-web-form .scfSingleLineTextBorder input {
  width: 100%;
}
@media all and (max-width: 47.99em) {
  .standard-web-form .form-element-text label, .standard-web-form .scfSingleLineTextBorder label {
    margin-bottom: 0.4em;
  }
}
@media all and (min-width: 48em) {
  .standard-web-form .form-element-text input, .standard-web-form .scfSingleLineTextBorder input {
    width: 510px;
  }
}
.standard-web-form .scfCheckBoxListGeneralPanel, .standard-web-form .scfRadioButtonListGeneralPanel, .standard-web-form .scfListBoxBorder, .standard-web-form .scfDatePickerBorder {
  margin-bottom: 2em;
}
.standard-web-form .form-element-radio table, .standard-web-form .scfRadioButtonListGeneralPanel table {
  margin-top: 1em;
}
.standard-web-form .form-element-radio input, .standard-web-form .scfRadioButtonListGeneralPanel input {
  position: absolute;
  left: -9999px;
}
.standard-web-form .form-element-radio input:checked + label:before, .standard-web-form .scfRadioButtonListGeneralPanel input:checked + label:before {
  background-color: #c31532;
}
.standard-web-form .form-element-radio label, .standard-web-form .scfRadioButtonListGeneralPanel label {
  line-height: 3em;
  margin-left: 2px;
}
.standard-web-form .form-element-radio label:before, .standard-web-form .scfRadioButtonListGeneralPanel label:before {
  content: "";
  height: 11px;
  width: 11px;
  border: 8px white solid;
  display: inline-block;
  border-radius: 14px;
  background-color: white;
  box-shadow: 0px 0px 0px 1px #ddd;
  margin: 9px 14px 0 0;
  margin-bottom: -6px;
}
@media all and (min-width: 48em) {
  .standard-web-form .form-element-radio, .standard-web-form .scfRadioButtonListGeneralPanel {
    /* label, .radio{
    	float: left;
    }
    label{
    	width: 30%;
    }
    .radio{
    	width: 70%;
    	padding-top:0.5em;
    } */
  }
}
@media all and (max-width: 47.99em) {
  .standard-web-form .form-element-radio, .standard-web-form .scfRadioButtonListGeneralPanel {
    /* margin: 0 0 1em;
    .radio{
    	float: right;
    	margin-top: 6px;
    }
    label{
    	width: 90%;
    	float: left;
    } */
  }
}
.standard-web-form .form-element-checkbox table, .standard-web-form .scfCheckBoxListGeneralPanel table {
  margin-top: 1em;
  border: 0;
}
.standard-web-form .form-element-checkbox input, .standard-web-form .scfCheckBoxListGeneralPanel input {
  position: absolute;
  left: -9999px;
}
.standard-web-form .form-element-checkbox input:checked + label:before, .standard-web-form .scfCheckBoxListGeneralPanel input:checked + label:before {
  background-image: url("../img/design/checkmark.png");
  background-image: url("../img/design/checkmark.svg");
  background-size: 28px;
  background-position: 2px;
  background-repeat: no-repeat;
}
.standard-web-form .form-element-checkbox label, .standard-web-form .scfCheckBoxListGeneralPanel label {
  line-height: 3em;
}
.standard-web-form .form-element-checkbox label:before, .standard-web-form .scfCheckBoxListGeneralPanel label:before {
  content: "";
  height: 33px;
  width: 33px;
  border: 1px #ddd solid;
  display: inline-block;
  background-color: white;
  margin: 5px 14px 0 0;
  margin-bottom: -11px;
}
@media all and (min-width: 48em) {
  .standard-web-form .form-element-checkbox label, .standard-web-form .form-element-radio label {
    display: inline;
    margin-left: 1em;
  }
}
.standard-web-form .form-element-submit input {
  transition: all 200ms;
  background-color: #c31532;
  color: white;
  border: 0;
}
.standard-web-form .form-element-submit input:hover, .standard-web-form .form-element-submit input:focus {
  background-color: #521e59;
}
@media all and (max-width: 47.99em) {
  .standard-web-form .form-element-submit input {
    font-size: 1em;
    padding: 1em 3em;
  }
}
@media all and (max-width: 24.99em) {
  .standard-web-form .form-element-submit input {
    padding: 0.6em;
    width: 100%;
    margin-bottom: 1em;
  }
}
.standard-web-form fieldset {
  border: 0;
}
.standard-web-form fieldset legend {
  font-size: 2.3125pxem;
  font-weight: bold;
}
@media all and (max-width: 47.99em) {
  .standard-web-form fieldset legend {
    font-size: 1.1875em;
    font-weight: normal;
  }
}
.standard-web-form .scfFileUploadBorder {
  padding: 1em 0;
}
.standard-web-form .scfFileUploadBorder input {
  margin: 1em 0;
}
.standard-web-form .scfDateSelectorBorder label {
  display: none;
}
.standard-web-form .scfDateSelectorBorder select {
  width: auto;
}
@media all and (max-width: 47.99em) {
  .standard-web-form .scfDateSelectorBorder select {
    display: block;
    margin-bottom: 1em;
  }
}

.thank-you {
  display: none;
  font-size: 1.375em;
  margin-bottom: 4em;
}

/*************************************************************
	SOCIAL SHARING
***************************************************************/
.SocialLinks {
  margin-bottom: 1em;
}
@media print {
  .SocialLinks {
    display: none !important;
  }
}
@media all and (min-width: 48em) {
  .SocialLinks {
    text-align: right;
    float: right;
    width: 28%;
    padding: 1.2em 0 0;
  }
}
@media all and (min-width: 75em) {
  .SocialLinks {
    width: 18%;
  }
}
@media all and (max-width: 47.99em) {
  .SocialLinks {
    margin-top: 10px;
    padding: 0 1em;
  }
}
.SocialLinks li {
  display: inline-block;
  width: 50px;
}
@media all and (max-width: 47.99em) {
  .SocialLinks li {
    width: 23%;
    text-align: center;
  }
}
.SocialLinks li a {
  font-size: 2.6em;
  color: #333;
  transition: color 300ms;
}
@media all and (max-width: 47.99em) {
  .SocialLinks li a {
    font-size: 2em;
  }
}
.SocialLinks li a:hover, .SocialLinks li a:focus {
  text-decoration: none;
  color: #1a1a1a;
}
.SocialLinks li a span {
  left: -9999px;
  position: absolute;
}
.SocialLinks li a.icon-facebook {
  color: #3b5998;
}
.SocialLinks li a.icon-facebook:hover, .SocialLinks li a.icon-facebook:focus {
  color: #2d4373;
}
.SocialLinks li a.icon-twitter-with-circle {
  color: #55acee;
}
.SocialLinks li a.icon-twitter-with-circle:hover, .SocialLinks li a.icon-twitter-with-circle:focus {
  color: #2795e9;
}
.SocialLinks li a.icon-linkedin-with-circle {
  color: #0077b5;
}
.SocialLinks li a.icon-linkedin-with-circle:hover, .SocialLinks li a.icon-linkedin-with-circle:focus {
  color: #005582;
}
.SocialLinks.open {
  left: 24em;
}
@media all and (max-width: 47.99em) {
  .SocialLinks.open {
    left: 0;
  }
}

/****************************************************************************************************
	DOWNLOAD SECTION

*****************************************************************************************************/
.downloads {
  margin-bottom: 3em;
}
.downloads h1 {
  font-weight: normal;
  font-size: 2em;
  margin: 0 0.6em;
  padding: 0.6em 0;
}
.downloads h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .downloads h1:before {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 47.99em) {
  .downloads h1 {
    font-size: 1.375em;
  }
}
.downloads p {
  font-size: 1.1875em;
}
@media all and (max-width: 47.99em) {
  .downloads p {
    font-size: 0.9375em;
  }
}
.downloads h2 {
  font-size: 1.375em;
  margin: 0;
  line-height: 1em;
}
@media all and (max-width: 47.99em) {
  .downloads h2 {
    font-size: 1.1875em;
  }
}
.downloads a {
  font-size: 1.1875pxem;
  color: #333333;
}
@media all and (max-width: 47.99em) {
  .downloads a {
    font-size: 0.9375em;
  }
}
.downloads a span {
  line-height: 30px;
  vertical-align: middle;
}
.downloads ul li {
  display: block;
  padding: 1em 1.4em;
}
.downloads .button {
  text-align: center;
  margin-right: 2em;
  text-decoration: none;
  display: inline-block;
}
.downloads .button .icon-download {
  padding-top: 6px;
  width: 44px;
  height: 44px;
  font-size: 2em;
  background-color: #c31532;
  color: white;
}
.downloads .button .type {
  color: #333333;
}
.downloads .button span {
  display: block;
}

/***********************************************************************************
	BLOCKQUOTE
*********************************************************************************/
.blockquote {
  margin-bottom: 1em;
  overflow: hidden;
  background-color: #f7f7f7;
}
.blockquote a {
  color: #333333;
  text-decoration: underline;
}
.blockquote a:hover, .blockquote a:focus {
  text-decoration: none;
}
@media all and (min-width: 48em) {
  .blockquote {
    margin-top: 0;
  }
}
@media all and (max-width: 47.99em) {
  .blockquote {
    padding: 0;
  }
}
.blockquote blockquote {
  position: relative;
  margin: 0;
}
.blockquote .icon-quote {
  position: absolute;
  font-size: 3em;
  color: #c31532;
}
.blockquote .icon-quote.icon-quote-left {
  left: -68px;
  top: -19px;
}
.blockquote .icon-quote.icon-quote-right {
  right: -22px;
  bottom: -7px;
}
.blockquote p {
  padding: 0;
  font-size: 1.375em;
}
@media all and (max-width: 47.99em) {
  .blockquote p {
    font-size: 1.25em;
  }
}
.blockquote .footer {
  padding-top: 0;
  padding-right: 20px;
}
.blockquote .footer p {
  font-size: 1.125em;
  margin: 0;
}
@media all and (max-width: 47.99em) {
  .blockquote .footer p {
    font-size: 1em;
  }
}
.blockquote h1 {
  margin-top: 0;
}
.blockquote h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .blockquote h1:before {
    margin-bottom: 10px;
  }
}
.blockquote .backgroundImage {
  position: relative;
}
.blockquote .innerContainer {
  position: absolute;
  background-size: cover;
  background-position: top right;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
}
.blockquote .overlay {
  background-color: #f7f7f7;
  padding: 2em;
  position: relative;
}
.blockquote .overlay:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -200px;
  border-bottom: 0px solid transparent;
  border-top: 366px solid transparent;
  border-left: 200px solid #f7f7f7;
}
@media all and (min-width: 75em) {
  .blockquote .overlay {
    padding: 25px 2em 2em 50px;
    min-height: 360px;
    width: calc(100% - 400px);
  }
  .blockquote .left-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media all and (max-width: 74.99em) {
  .blockquote .overlay {
    padding: 1.2em 3em;
  }
  .blockquote .innerContainer {
    background-image: none !important;
  }
  .blockquote .icon-quote {
    font-size: 1.8em;
  }
  .blockquote .icon-quote.icon-quote-left {
    left: -38px;
    top: -11px;
  }
}
.blockquote.red .icon-quote {
  color: #c31532;
}
.blockquote.pink .icon-quote {
  color: #e0006c;
}
.blockquote.teal .icon-quote {
  color: #569eba;
}
.blockquote.purple .icon-quote {
  color: #521e59;
}
.blockquote.green .icon-quote {
  color: #63912e;
}
.blockquote.orange .icon-quote {
  color: #dc580a;
}
.blockquote.darkPink .icon-quote {
  color: #9a044b;
}
.blockquote.darkblue .icon-quote {
  color: #004a6c;
}
.blockquote.darkPurple .icon-quote {
  color: #31275b;
}
.blockquote.darkorange .icon-quote {
  color: #6c2500;
}
.blockquote.darkgreen .icon-quote {
  color: #3c5818;
}

/****************************************************************************************************
	MAP SECTION

*****************************************************************************************************/
.map-canvas {
  width: 770px;
  height: 386px;
}
@media all and (min-width: 35.5em) and (max-width: 74.99em) {
  .map-canvas {
    width: 50%;
    height: 350px;
  }
}
@media all and (max-width: 35.49em) {
  .map-canvas {
    width: 100%;
    height: 250px;
  }
}

.mapModule {
  margin-bottom: 3em;
}
.mapModule h1 {
  font-size: 1.5em;
  font-weight: bold;
}
.mapModule h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .mapModule h1:before {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 47.99em) {
  .mapModule h1 {
    font-size: 1.375em;
  }
}
.mapModule p {
  font-size: 1.125em;
  margin: 0.4em 0;
}
.mapModule a {
  color: #333333;
  text-decoration: underline;
}
.mapModule a:hover, .mapModule a:focus {
  text-decoration: none;
}
.mapModule .details {
  padding: 1em 2em;
}
@media all and (min-width: 48em) {
  .mapModule .details {
    width: 50%;
  }
}
@media all and (min-width: 75em) {
  .mapModule .details {
    width: 428px;
    font-size: 1.125em;
    position: relative;
  }
  .mapModule .details:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: -115px;
    border-bottom: 350px solid transparent;
    border-right: 115px solid #f7f7f7;
  }
}
@media all and (min-width: 35.5em) and (max-width: 47.99em) {
  .mapModule .details {
    width: 45%;
    margin-left: 5%;
  }
}
@media all and (max-width: 24.99em) {
  .mapModule .details {
    width: 100%;
  }
}
@media all and (max-width: 47.99em) {
  .mapModule .details {
    padding: 1em;
  }
  .mapModule p, .mapModule h3 {
    font-size: 1em;
  }
}

/**************************************************************************************
	BACK
****************************************************************************************/
.back {
  overflow: hidden;
  background: #f7f7f7;
  font-size: 1.125em;
}
@media all and (max-width: 47.99em) {
  .back {
    font-size: 0.875em;
  }
}
.back a {
  display: block;
  color: #333333;
  padding: 15px 50px 15px 45px;
}
.back a:hover span, .back a:focus span {
  display: inline-block;
  text-decoration: none;
}
@media all and (max-width: 47.99em) {
  .back a {
    padding: .5em 1em;
  }
}
.back a span {
  color: #999999;
  font-size: 1.4em;
  vertical-align: sub;
}
@media all and (max-width: 47.99em) {
  .back a span {
    font-size: 1em;
    vertical-align: middle;
    line-height: 1.1;
  }
}

/*******************************************************************
	VIDEO OVERLAY
*******************************************************************/
.videoOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}
@media all and (max-width: 47.99em) {
  .videoOverlay #videoPlayer {
    width: 100%;
  }
}
.videoOverlay .videoContainer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.videoOverlay .icon-cross {
  display: block;
  color: white;
  font-size: 2em;
  text-align: right;
  margin: 20px auto;
  width: 100%;
  padding: 0 10px;
}
.videoOverlay .icon-cross:hover, .videoOverlay .icon-cross:focus {
  text-decoration: none;
  outline: none;
}
.videoOverlay .icon-cross:hover:before, .videoOverlay .icon-cross:focus:before {
  outline: white dotted 1px;
}
@media all and (min-width: 48em) {
  .videoOverlay .icon-cross {
    width: 640px;
    padding: 0;
  }
}

/**************************************************************************
	PAGE DETAILS - used on staff, event and news page
/**************************************************************************/
.pageDetail {
  padding: 0.4em 0 1.2em;
}
@media all and (min-width: 75em) {
  .pageDetail {
    margin: 0em 0.69444% 2em;
  }
}
.pageDetail h3 {
  font-size: 1em;
  color: #666666;
  margin: 0.6em 0;
}
.pageDetail span {
  margin-right: 0.6em;
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.6em;
}
.pageDetail p {
  font-size: 1.2em;
  margin: 0;
}
.pageDetail .time {
  margin-left: 2.6em;
}
@media all and (max-width: 74.99em) {
  .pageDetail {
    padding: 0 0 1em;
  }
  .pageDetail h3 {
    font-size: 1em;
  }
  .pageDetail p {
    font-size: 1em;
  }
}

h3.endDate {
  margin-top: 2em;
}

.categories li, .tag li {
  display: inline;
}
.categories a, .tag a {
  background-color: #ddd;
  color: #333333;
  padding: 0.4em 1em;
  margin: 0 1em 1em 0;
  position: relative;
  font-size: 1.125em;
  display: inline-block;
}

/***************************************************************************
	MAIN BODY TEXT
/***************************************************************************/
.mainBodyText {
  overflow: hidden;
}
@media all and (max-width: 47.99em) {
  .mainBodyText {
    margin-bottom: 1em;
  }
  .mainBodyText img {
    max-width: 100%;
    height: auto !important;
  }
}
@media all and (min-width: 48em) {
  .mainBodyText {
    margin-bottom: 4em;
  }
  .mainBodyText img {
    float: right;
    padding: 1em 0 1em 2em;
  }
}
.mainBodyText h2, .mainBodyText h3, .mainBodyText h4, .mainBodyText h5, .mainBodyText h6 {
  margin: 1.6em 0 0.4em;
}
.mainBodyText h2:before, .mainBodyText h3:before, .mainBodyText h4:before, .mainBodyText h5:before, .mainBodyText h6:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .mainBodyText h2:before, .mainBodyText h3:before, .mainBodyText h4:before, .mainBodyText h5:before, .mainBodyText h6:before {
    margin-bottom: 10px;
  }
}
.mainBodyText h2 {
  font-size: 1.875em;
}
.mainBodyText h3, .mainBodyText h4, .mainBodyText h5, .mainBodyText h6 {
  margin: 1.6em 0 0.4em;
}
.mainBodyText h3:before, .mainBodyText h4:before, .mainBodyText h5:before, .mainBodyText h6:before {
  width: 25px;
  margin-bottom: 12px;
  height: 3px;
}
.mainBodyText h3 {
  font-size: 1.5em;
}
.mainBodyText h4 {
  font-size: 1.375em;
}
.mainBodyText h5 {
  font-size: 1.25em;
}
.mainBodyText h6 {
  font-size: 1.125em;
}
.mainBodyText p {
  line-height: 1.6em;
}
@media all and (max-width: 74.99em) {
  .mainBodyText h2 {
    font-size: 1.5em;
  }
  .mainBodyText h3 {
    font-size: 1.375em;
  }
  .mainBodyText h4 {
    font-size: 1.25em;
  }
  .mainBodyText h5 {
    font-size: 1.125em;
  }
  .mainBodyText h6 {
    font-size: 1em;
  }
  .mainBodyText p {
    font-size: 1em;
  }
}
.mainBodyText a {
  color: #377f9b;
  text-decoration: underline;
}
.mainBodyText a:hover, .mainBodyText a:focus {
  text-decoration: none;
}

.sidePadding50 > .CTABanner {
  margin: 2em 0;
}

.CTABanner {
  background-color: #c31532;
  width: 520px;
  padding: 1em;
  color: white;
  position: relative;
  display: block;
  transition: width 200ms;
  z-index: 2;
  font-size: 1.25em;
  margin-bottom: 2em;
}
@media all and (max-width: 47.99em) {
  .CTABanner {
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .CTABanner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -40px;
    top: 0;
    border-bottom: 68px solid transparent;
    border-left: 40px solid #c31532;
  }
}
.CTABanner.formCTA {
  float: right;
}
.CTABanner.formCTA:after {
  right: auto;
  left: -40px;
  border: 0;
  border-bottom: 68px solid transparent;
  border-right: 40px solid #c31532;
}
@media print {
  .CTABanner.formCTA {
    display: none;
  }
}

/**************************************************************************************
	courseHeader
****************************************************************************************/
.courseHeader {
  background: url(/theme/assets/img/design/grey-angle.png) no-repeat bottom;
  background-size: cover;
  padding-top: 3.2em;
  margin-bottom: 2em;
}
@media all and (max-width: 47.99em) {
  .courseHeader {
    background: none;
    padding-top: 0;
  }
}
.courseHeader .introText {
  font-size: 2.25em;
  font-weight: 600;
  padding: 85px 120px 40px 40px;
  line-height: 1.4;
}
@media all and (min-width: 48em) and (max-width: 74.99em) {
  .courseHeader .introText {
    padding: 40px 20px;
  }
}
@media all and (max-width: 47.99em) {
  .courseHeader .introText {
    padding: 20px 10px;
    font-size: 1.1875em;
  }
}
@media all and (min-width: 48em) {
  .courseHeader .gs-fromTablet5 {
    margin-right: 0;
    width: 40.9%;
  }
}
.courseHeader .apply {
  font-size: 1.5em;
  font-weight: 600;
  padding: .6em 1em .6em;
  width: 100%;
  margin: 0;
  float: right;
  background: #c31532;
  color: #fff;
  position: relative;
  display: block;
}
@media all and (min-width: 48em) and (max-width: 74.99em) {
  .courseHeader .apply {
    padding: .6em 1em .6em 0;
  }
}
@media all and (max-width: 47.99em) {
  .courseHeader .apply label, .courseHeader .apply select, .courseHeader .apply input {
    float: left;
  }
}
@media screen and (min-width: 1000px) {
  .courseHeader .apply label, .courseHeader .apply select, .courseHeader .apply input {
    float: left;
  }
}
@media all and (max-width: 47.99em) {
  .courseHeader .apply {
    width: 100%;
    font-size: 1.1875em;
    margin: 0;
  }
}
.courseHeader .apply select {
  border: 0;
  padding: 0;
  margin-left: 1em;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
}
.courseHeader .apply input {
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  float: right;
  margin: 0 0.4em 0 0;
  background-color: white;
  color: black;
  line-height: 1.4em;
  border: 0;
}
@media all and (max-width: 74.99em) {
  .courseHeader .apply input {
    margin: 0;
  }
}
.courseHeader .apply .sod_select {
  width: 47%;
  margin: 0 0 0 2%;
  float: left;
  padding: 0.2em 0.5em;
}
.courseHeader .apply .sod_select:after {
  top: 3px;
}
.red .courseHeader .apply {
  background: #c31532;
}
.pink .courseHeader .apply {
  background: #e0006c;
}
.teal .courseHeader .apply {
  background: #569eba;
}
.purple .courseHeader .apply {
  background: #521e59;
}
.green .courseHeader .apply {
  background: #63912e;
}
.orange .courseHeader .apply {
  background: #dc580a;
}
.darkPink .courseHeader .apply {
  background: #9a044b;
}
.darkblue .courseHeader .apply {
  background: #004a6c;
}
.darkPurple .courseHeader .apply {
  background: #31275b;
}
.darkorange .courseHeader .apply {
  background: #6c2500;
}
.darkgreen .courseHeader .apply {
  background: #3c5818;
}
.courseHeader .apply:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -40px;
  border-top: 0px solid transparent;
  border-bottom: 64px solid transparent;
  border-right: 40px solid #c31532;
}
.red .courseHeader .apply:before {
  border-right: 40px solid #c31532;
}
.pink .courseHeader .apply:before {
  border-right: 40px solid #e0006c;
}
.teal .courseHeader .apply:before {
  border-right: 40px solid #569eba;
}
.purple .courseHeader .apply:before {
  border-right: 40px solid #521e59;
}
.green .courseHeader .apply:before {
  border-right: 40px solid #63912e;
}
.orange .courseHeader .apply:before {
  border-right: 40px solid #dc580a;
}
.darkPink .courseHeader .apply:before {
  border-right: 40px solid #9a044b;
}
.darkblue .courseHeader .apply:before {
  border-right: 40px solid #004a6c;
}
.darkPurple .courseHeader .apply:before {
  border-right: 40px solid #31275b;
}
.darkorange .courseHeader .apply:before {
  border-right: 40px solid #6c2500;
}
.darkgreen .courseHeader .apply:before {
  border-right: 40px solid #3c5818;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .courseHeader .apply {
    width: 93%;
    padding: 0.2em 1em 0.6em 0.2em;
    /* input{
    	display: block;
    	float: none;
    } */
  }
  .courseHeader .apply:before {
    border-bottom-width: 88px;
    border-right-width: 68px;
  }
  .courseHeader .apply .sod_select {
    margin: 0;
    width: 60%;
  }
}
.courseHeader .courseInfo {
  clear: both;
  padding: 15px 0 30px 20%;
}
@media all and (max-width: 47.99em) {
  .courseHeader .courseInfo {
    padding: 20px 10px;
  }
}
.courseHeader .courseInfo a {
  color: #377f9b;
  text-decoration: underline;
}
.courseHeader .courseInfo a:hover, .courseHeader .courseInfo a:focus {
  text-decoration: none;
}
.courseHeader h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .courseHeader h2:before {
    margin-bottom: 10px;
  }
}
.green .courseHeader h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #63912e;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .green .courseHeader h2:before {
    margin-bottom: 10px;
  }
}
.courseHeader h2:before {
  margin-bottom: 15px !important;
}
.courseHeader ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.courseHeader ul li {
  float: left;
  width: 50%;
  list-style: none;
}
.courseHeader ul li:nth-child(odd) {
  clear: both;
}
.courseHeader ul li h3 {
  font-weight: bold;
  margin: .4em 0 .2em;
}
.courseHeader ul li p {
  margin: .2em 0;
}

.red .courseInfo h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .red .courseInfo h2:before {
    margin-bottom: 10px;
  }
}

.pink .courseInfo h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #e0006c;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .pink .courseInfo h2:before {
    margin-bottom: 10px;
  }
}

.teal .courseInfo h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #569eba;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .teal .courseInfo h2:before {
    margin-bottom: 10px;
  }
}

.purple .courseInfo h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #521e59;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .purple .courseInfo h2:before {
    margin-bottom: 10px;
  }
}

.green .courseInfo h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #63912e;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .green .courseInfo h2:before {
    margin-bottom: 10px;
  }
}

.orange .courseInfo h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #dc580a;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .orange .courseInfo h2:before {
    margin-bottom: 10px;
  }
}

.darkPink .courseInfo h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #9a044b;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .darkPink .courseInfo h2:before {
    margin-bottom: 10px;
  }
}

.darkblue .courseInfo h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #004a6c;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .darkblue .courseInfo h2:before {
    margin-bottom: 10px;
  }
}

.darkPurple .courseInfo h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #31275b;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .darkPurple .courseInfo h2:before {
    margin-bottom: 10px;
  }
}

.darkorange .courseInfo h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #6c2500;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .darkorange .courseInfo h2:before {
    margin-bottom: 10px;
  }
}

.darkgreen .courseInfo h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #3c5818;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .darkgreen .courseInfo h2:before {
    margin-bottom: 10px;
  }
}

/**************************************************************************************
	courseOverview
****************************************************************************************/
.courseOverview .gs-fromTablet5 {
  margin-right: 0;
}
.courseOverview .gs-fromTablet7 {
  padding-right: 100px;
  padding: 0 2em 2em;
}
@media all and (max-width: 47.99em) {
  .courseOverview .gs-fromTablet7 {
    padding: 0;
  }
}
@media all and (min-width: 48em) {
  .courseOverview {
    margin-top: 2em;
  }
}
@media all and (max-width: 47.99em) {
  .courseOverview {
    padding: 1em;
  }
}
.courseOverview h1 {
  margin: 0 0 0.67em;
}
.courseOverview h1:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .courseOverview h1:before {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 74.99em) {
  .courseOverview h1 {
    font-size: 1.5em;
  }
}
.courseOverview img {
  max-width: 100%;
}

/**************************************************************************************
	tabs
****************************************************************************************/
.tabs {
  margin-top: 2em;
  /* Accordion responsive breakpoint */
}
@media all and (max-width: 47.99em) {
  .tabs {
    margin: 1em 0;
  }
}
.tabs .r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  overflow: hidden;
}
.tabs .r-tabs .r-tabs-tab {
  float: left;
  margin: 0;
  list-style: none;
  width: 24.9%;
  text-align: center;
}
.tabs .r-tabs .r-tabs-tab a {
  font-size: 1.5em;
  color: #333333;
  display: block;
  padding: 35px 0;
}
.tabs .r-tabs .r-tabs-tab a:hover, .tabs .r-tabs .r-tabs-tab a:focus {
  text-decoration: none;
  outline: none;
}
.tabs .r-tabs .r-tabs-tab.r-tabs-state-active a {
  font-weight: bold;
  position: relative;
}
.tabs .r-tabs .r-tabs-tab.r-tabs-state-active a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 25px solid #fff;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
}
.tabs .r-tabs .r-tabs-panel {
  padding: 40px;
  display: none;
  width: 67%;
}
@media all and (max-width: 74.99em) {
  .tabs .r-tabs .r-tabs-panel {
    padding: 2em;
  }
}
@media all and (max-width: 47.99em) {
  .tabs .r-tabs .r-tabs-panel {
    width: 100%;
    padding: 1em;
  }
}
.tabs .r-tabs .r-tabs-accordion-title {
  display: none;
}
.tabs .r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .tabs .r-tabs .r-tabs-nav {
    display: none;
  }
  .tabs .r-tabs .r-tabs-accordion-title {
    display: block;
    background: #f7f7f7;
    border-top: 1px solid #cccccc;
  }
  .tabs .r-tabs .r-tabs-accordion-title a {
    font-size: 1.125em;
    color: #333333;
    display: block;
    padding: 5px 10px;
  }
  .tabs .r-tabs .r-tabs-accordion-title a:after {
    content: "\e604";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 5px;
  }
  .tabs .r-tabs .r-tabs-accordion-title.r-tabs-state-active a:after {
    content: "\e603";
  }
}
@media all and (max-width: 74.99em) {
  .tabs .r-tabs .r-tabs-tab a {
    font-size: 1.25em;
  }
}

@media print {
  .r-tabs .r-tabs-nav {
    display: none;
  }

  .tabs .r-tabs .r-tabs-accordion-title {
    display: block !important;
  }

  .tabs .r-tabs .r-tabs-panel {
    display: block !important;
  }
}
.no-js .responsiveTabs {
  padding: 1em;
}
.no-js .r-tabs .r-tabs-nav {
  display: none;
}
.no-js .tabs .r-tabs .r-tabs-accordion-title {
  display: block !important;
}
.no-js .tabs .r-tabs .r-tabs-panel {
  display: block !important;
}

/***************************************
	FEE TABLES
/***************************************/
.responsiveTable {
  width: 100%;
  margin-bottom: 4em;
}
.responsiveTable thead {
  border-bottom: 1px #ddd solid;
}
.responsiveTable tbody {
  border: 0;
}
.responsiveTable td, .responsiveTable th {
  text-align: right;
  padding: 0 0.6em 0 0;
  border: 0;
}
.responsiveTable td:first-child, .responsiveTable th:first-child {
  text-align: left;
}
.responsiveTable caption {
  text-align: left;
  font-weight: bold;
}
@media all and (max-width: 47.99em) {
  .responsiveTable {
    margin-bottom: 2em;
  }
  .responsiveTable caption {
    margin-bottom: 1em;
  }
  .responsiveTable thead {
    display: none;
  }
  .responsiveTable td {
    display: block;
    width: 100%;
  }
  .responsiveTable td:last-child {
    margin-bottom: 1em;
  }
  .responsiveTable td span {
    float: left;
  }
  .responsiveTable td:first-child {
    background-color: white;
    border-bottom: 1px #ddd solid;
  }
}

/*****************************************************8
	KIS MODULE
/*****************************************************/
.kisModule {
  padding: 1em;
  text-align: center;
  margin-bottom: 2em;
}
@media all and (min-width: 48em) {
  .kisModule {
    background-color: #dd312c;
  }
}
.kisModule iframe {
  margin: 0 auto;
  overflow: hidden;
  border: 0px none transparent;
}
.kisModule .horizontal {
  width: 615px;
  height: 150px;
}
@media all and (max-width: 47.99em) {
  .kisModule .horizontal {
    display: none;
  }
}
.kisModule .vertical {
  width: 190px;
  height: 500px;
}
@media all and (min-width: 48em) {
  .kisModule .vertical {
    display: none;
  }
}

/*********************************************************
	STAFF PROFILES
/*********************************************************/
.staffProfiles {
  padding: 2em 0 0;
  overflow: hidden;
}
.staffProfiles h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .staffProfiles h2:before {
    margin-bottom: 10px;
  }
}
.staffProfiles .seeMoreProfiles {
  clear: both;
  color: white;
}
.staffProfiles .profiles {
  margin-bottom: 2em;
}
.staffProfiles .profile {
  margin-bottom: 3em;
}
@media all and (min-width: 35.5em) {
  .staffProfiles .profile {
    width: 30%;
    margin-right: 5%;
    float: left;
  }
}
@media all and (min-width: 35.5em) {
  .staffProfiles .profile:nth-child(3n) {
    margin: 0;
  }
}
@media all and (min-width: 75em) {
  .staffProfiles .profile {
    width: 348px;
    margin-right: 25px;
  }
  .staffProfiles .profile:nth-child(3n) {
    margin: 0;
  }
}
.staffProfiles .profile img {
  width: 100%;
}
@media all and (max-width: 35.49em) {
  .staffProfiles .profile a {
    padding-top: 5em;
  }
  .staffProfiles .profile h3 {
    position: absolute;
    top: 0;
  }
  .staffProfiles .profile p {
    position: absolute;
    top: 2em;
  }
}
.staffProfiles .rows {
  margin-bottom: 2em;
}
.staffProfiles a {
  display: block;
  color: #333333;
  text-decoration: none;
  position: relative;
}
.staffProfiles a:hover h3, .staffProfiles a:focus h3 {
  text-decoration: underline;
}

.no-js .seeMoreProfiles {
  display: none;
}

.js .moreProfiles {
  display: none;
}
@media print {
  .js .moreProfiles {
    display: block;
  }
}

/**********************************************************************************************
	GALLERY MODULE

***********************************************************************************************/
.js .galleryModuleLoadMore ul {
  display: none;
}
.js .galleryModuleLoadMore .LoadMoreButton-visible {
  display: block;
}

.galleryModuleLoadMore ul.setVisible {
  display: block;
}
.galleryModuleLoadMore ul li {
  float: left;
  width: 100%;
}
@media all and (min-width: 35.5em) {
  .galleryModuleLoadMore ul li {
    width: 33.3%;
  }
}
.galleryModuleLoadMore ul li.img a {
  height: 270px;
  width: 100%;
  display: block;
  background-position: 50%;
  background-image: url("/theme/assets/img/design/loading.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 48em) and (max-width: 74.99em) {
  .galleryModuleLoadMore ul li.img a {
    height: 220px;
  }
}
@media all and (min-width: 35.5em) and (max-width: 47.99em) {
  .galleryModuleLoadMore ul li.img a {
    height: 180px;
  }
}
.galleryModuleLoadMore ul li.LoadMoreButton {
  clear: both;
  display: none;
  text-align: center;
  width: 100%;
}
.galleryModuleLoadMore ul li.LoadMoreButton a {
  color: #333333;
  background-color: #f7f7f7;
  display: block;
  padding: 1em;
  font-size: 1.25em;
  transition: all 200ms;
}
@media all and (max-width: 35.49em) {
  .galleryModuleLoadMore ul li.LoadMoreButton a {
    font-size: 1em;
  }
}
.galleryModuleLoadMore ul li.LoadMoreButton a:hover, .galleryModuleLoadMore ul li.LoadMoreButton a:focus {
  text-decoration: none;
  background-color: #dedede;
}
.galleryModuleLoadMore ul li.LoadMoreButton span {
  color: #c31532;
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
  font-size: 1.2em;
  margin-left: 0.4em;
}

.galleryModule {
  border-bottom-width: 5px;
  padding-bottom: 1em;
  margin-bottom: 3em;
}
.galleryModule .mainImage {
  margin-bottom: 1em;
  display: table;
  width: 100%;
}
.galleryModule .mainImage div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  max-height: 100%;
}
.galleryModule .mainImage img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
@media all and (min-width: 48em) {
  .galleryModule .mainImage img {
    min-height: 400px;
  }
}
.galleryModule .thumbnails {
  position: relative;
}
.galleryModule .controls {
  width: 10%;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  color: #333333;
  text-decoration: none;
  transition: all 400ms;
}
.galleryModule .controls:hover {
  color: black;
}
.galleryModule .controls.controls-left {
  left: 0;
}
.galleryModule .controls.controls-left:hover:before {
  padding-left: 45%;
}
.galleryModule .controls.controls-left:before {
  padding-left: 50%;
}
.galleryModule .controls.controls-right {
  right: 0;
  text-align: right;
}
.galleryModule .controls.controls-right:hover:before {
  padding-right: 45%;
}
.galleryModule .controls.controls-right:before {
  padding-right: 50%;
}
.galleryModule .controls:before {
  transition: all 400ms;
  display: block;
  padding-top: 87%;
}
@media all and (min-width: 48em) {
  .galleryModule .controls:before {
    font-size: 35px;
  }
}
.galleryModule .owl-carousel-container {
  width: 80%;
  margin: 0 10%;
  /* .owl-item{
  	padding: 1em;
  } */
}

.pattern-library .icoMoon {
  font-size: 2em;
}
.pattern-library .icoMoon,
.pattern-library .iconClass,
.pattern-library .code {
  margin-right: 2em;
}
.pattern-library .patternIcon {
  display: none;
}

/****************************************************************
	EVENT REGISTRATION
/****************************************************************/
.hiddenForm {
  clear: both;
}

.eventCategories {
  margin-bottom: 3em;
}

/************************************************************************************
	COOKIE MESSAGE
/************************************************************************************/
.cookieMessage {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: white;
  z-index: 9;
  padding: 1em;
  border-top: #ddd 2px solid;
}
@media all and (min-width: 75em) {
  .cookieMessage {
    width: 400px;
    border-left: #ddd 2px solid;
  }
}
@media all and (min-width: 48em) and (max-width: 74.99em) {
  .cookieMessage {
    width: 50%;
    border-left: #ddd 2px solid;
  }
}
@media all and (max-width: 47.99em) {
  .cookieMessage {
    width: 100%;
  }
}
.cookieMessage > div {
  position: relative;
}
.cookieMessage a {
  color: #377f9b;
}
.cookieMessage p {
  margin: 1em 0 2em;
}
.cookieMessage button {
  border: none;
}
.cookieMessage button.cookie_agree {
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  background-color: #c31532;
  color: white;
  padding: 0.4em 1em;
}
.cookieMessage button.close_button {
  float: right;
  color: #333333;
  background-color: transparent;
  font-size: 2.2em;
  padding: 0 0 1em .4em;
}

/* =============== Sitemap =============== */
ul#sitemap-list {
  list-style: none;
}

ul#sitemap-list li a {
  text-decoration: none;
  color: #000;
}

ul#sitemap-list li a:before {
  content: ">";
  margin-right: 5px;
}

ul#sitemap-list li a:hover {
  color: #ED3523;
}

ul#sitemap-list li a:focus {
  outline: thin dotted;
}

ul#sitemap-list li a:hover, a:active {
  outline: 0;
}

ul li.sitemap-level-one {
  margin: 0;
}

ul li.sitemap-level-two {
  margin: 0 0 0 5%;
}

ul li.sitemap-level-three {
  margin: 0 0 0 10%;
}

ul li.sitemap-level-four {
  margin: 0 0 0 15%;
}

ul li.sitemap-level-fifth {
  margin: 0 0 0 20%;
}

ul li.sitemap-level-sixth {
  margin: 0 0 0 25%;
}

.pre-filter-error {
  max-width: 1200px;
  margin: 2em auto;
}

.course-search-error {
  font-size: 22px;
}

/**************************************************************************************
	STANDARD PAGE ELEMENTS
****************************************************************************************/
.headerArea {
  position: relative;
}
.headerArea:after {
  transition: background-color 400ms;
  content: "";
  background-color: white;
  width: 4000px;
  right: -4000px;
  position: absolute;
  top: 0;
  height: 71px;
}

.headerNav {
  background-color: white;
  position: absolute;
  z-index: 1;
  position: relative;
  transition: margin-left 400ms;
}
@media all and (min-width: 75em) {
  .headerNav {
    height: 71px;
    padding: 0.4em 0 0.2em 0.6em;
    margin-top: 42px;
    margin-left: 75px;
  }
  .headerNav:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: -44px;
    border-bottom: 71px solid transparent;
    border-right: 44px solid white;
  }
}

@media all and (min-width: 75em) {
  .greyBG .primaryNavigation a, .greyBG .openMenu, .greyBG .mainNavSearch {
    color: white;
  }
  .greyBG .headerArea:after {
    background-color: #333333;
  }
  .greyBG .primaryNavigation > ul li .secondary ul {
    color: white;
    background-color: #333333;
  }
  .greyBG .headerNav {
    color: white;
    background-color: #333333;
  }
  .greyBG .headerNav:before {
    border-right-color: #333333;
  }
  .greyBG .openMenu {
    opacity: 1;
    display: inline-block;
  }
  .greyBG .MainLogo {
    background-image: url("/theme/assets/img/design/EdNapUni_white.png");
    background-image: url("/theme/assets/img/design/EdNapUni_white.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 2px;
  }
  .greyBG .MainLogo img {
    visibility: hidden;
  }
  .greyBG .mainNavSearch {
    transition: color 200ms;
  }
  .greyBG .mainNavSearch:hover, .greyBG .mainNavSearch:focus {
    text-decoration: none;
    color: #ddd;
  }

  .hideBar .openMenu:before {
    content: "\e612" !important;
    content: "\e61f" !important;
  }

  .js .headerWrapper {
    display: none;
  }
}
.headerNav {
  transition: all 400ms;
}
.headerNav:before {
  transition: background-color 400ms, border-right-color 400ms;
}

.headerWrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  /** 
   * iPad with portrait orientation.
   */
  /** 
   * iPad with landscape orientation.
   */
}
@media all and (min-width: 75em) {
  .headerWrapper.hideBar {
    width: 12%;
  }
}
@media all and (max-width: 74.99em) {
  .headerWrapper {
    transition: height 400ms;
    height: 69px;
    background-color: white;
    overflow: hidden;
    left: 0;
    padding-bottom: 3em;
    backface-visibility: hidden;
  }
  .headerWrapper.open {
    height: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .headerWrapper {
    width: 768px;
    max-width: 768px;
    overflow-x: hidden;
  }
  .headerWrapper.open {
    height: 1024px;
  }
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .headerWrapper {
    width: 1024px;
    max-width: 1024px;
    overflow-x: hidden;
  }
  .headerWrapper.open {
    height: 768px;
  }
}
@media print {
  .headerWrapper {
    display: none !important;
  }
}

/* .open{
	.openMenu{
		&:before{
			content: "\e612" !important;
		}
	}
} */
.openMenu {
  transition: opacity 200ms, color 200ms;
  padding: 0.9em 1em;
  margin-top: -0.8em;
  margin-right: -1em;
}
.openMenu:hover, .openMenu:focus {
  text-decoration: none;
  ouline: none;
}
@media all and (min-width: 75em) {
  .openMenu {
    opacity: 0;
    display: none;
    position: absolute;
    top: 63px;
    right: 24px;
    z-index: 1;
  }
  .openMenu:before {
    content: "\e612";
  }
}
@media all and (max-width: 74.99em) {
  .openMenu {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 11;
  }
}
@media print {
  .openMenu {
    display: none;
  }
}

.MainLogo {
  width: 196px;
  display: inline-block;
  margin-top: 0.3em;
}
.MainLogo img {
  width: 100%;
}
@media all and (max-width: 74.99em) {
  .MainLogo {
    margin: 0.6em 1em;
  }
}
@media all and (min-width: 75em) {
  .MainLogo {
    float: left;
  }
}
@media all and (max-width: 18.74em) {
  .MainLogo {
    width: 148px;
  }
}
@media print {
  .MainLogo {
    display: none;
  }
}

.PrintLogo {
  display: none;
}
@media print {
  .PrintLogo {
    display: block;
    width: 200px;
    margin-left: 1em;
  }
}

@media all and (min-width: 75em) {
  .mastheadLinks {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
  .mastheadLinks ul {
    padding-left: 359px;
    padding-top: 7px;
  }
  .mastheadLinks li {
    float: left;
    margin-right: 32px;
  }
  .mastheadLinks li a {
    color: white;
    font-size: 1.125em;
  }
}
@media print {
  .mastheadLinks {
    display: none !important;
  }
}
@media all and (max-width: 74.99em) {
  .mastheadLinks {
    display: none;
    text-align: center;
  }
  .mastheadLinks.open {
    display: block;
  }
  .mastheadLinks a {
    color: #333333;
    padding: 2em 1em;
    display: block;
    font-size: 1em;
    border-bottom: 1px solid #ccc;
  }
}
@media all and (max-width: 47.99em) {
  .mastheadLinks {
    text-align: left;
  }
  .mastheadLinks a {
    padding: 1em 0 1em 1em;
  }
}

.primaryNavigation {
  position: relative;
  font-weight: 300;
}
.primaryNavigation a {
  color: #333333;
}
@media all and (min-width: 75em) {
  .primaryNavigation {
    padding: 1em 0;
    font-size: 1.125em;
    margin-left: 207px;
  }
  .primaryNavigation > ul {
    overflow: hidden;
  }
  .primaryNavigation > ul li {
    display: inline-block;
    padding: 0 1em 2em;
  }
  .primaryNavigation > ul li .toggle {
    display: none;
  }
  .primaryNavigation > ul li.hover .secondary, .primaryNavigation > ul li:hover .secondary, .primaryNavigation > ul li:focus .secondary {
    max-height: 600px;
  }
  .primaryNavigation > ul li .secondary {
    transition: max-height 200ms;
    overflow: hidden;
    max-height: 0;
    position: absolute;
    margin-left: -1em;
  }
  .primaryNavigation > ul li .secondary ul {
    position: relative;
    background-color: white;
    padding: 5px 1em 1em;
    min-width: 210px;
  }
  .primaryNavigation > ul li .secondary ul li {
    padding: 0;
    display: block;
  }
  .primaryNavigation > ul li .secondary ul a {
    display: block;
    padding: 0.5em 0;
  }
}
@media all and (max-width: 74.99em) {
  .primaryNavigation {
    padding: 0;
    font-size: 1em;
    text-align: center;
  }
  .primaryNavigation a:hover, .primaryNavigation a:focus {
    text-decoration: none;
  }
  .primaryNavigation ul li div.primary {
    border-bottom: 1px #cccccc solid;
    position: relative;
  }
  .primaryNavigation ul li a {
    display: block;
    padding: 2em 0;
    width: 80%;
    margin: 0 auto;
  }
  .primaryNavigation ul li a.toggle {
    width: 10%;
    top: 0;
    right: 0;
    border-left: #ccc 1px solid;
    position: absolute;
    line-height: 1.4em;
  }
  .primaryNavigation ul li ul {
    background-color: #eeeeee;
    margin: 0;
    padding: 0;
  }
  .primaryNavigation ul li ul li:last-child a {
    border: 0;
  }
  .primaryNavigation ul li ul li a {
    width: 75%;
    border-bottom: 1px #cccccc solid;
  }
  .primaryNavigation ul li.open {
    background-color: #521e59;
  }
  .primaryNavigation ul li.open div.primary {
    border: 0;
  }
  .primaryNavigation ul li.open div.primary a {
    color: white;
  }
  .primaryNavigation ul li.open .toggle:before {
    content: "\e631";
  }
  .primaryNavigation ul li ul {
    display: none;
  }
}
@media all and (max-width: 47.99em) {
  .primaryNavigation ul li a {
    width: auto;
    padding: 1em 0;
  }
  .primaryNavigation ul li div.primary {
    margin: 0;
    position: relative;
  }
  .primaryNavigation ul li ul li a {
    width: auto;
    margin: 0 1em;
  }
}
@media all and (max-width: 35.49em) {
  .primaryNavigation ul li div.primary {
    margin: 0;
    position: relative;
  }
  .primaryNavigation ul li a {
    width: calc(100% - 4em);
    margin: 0 1em;
    text-align: left;
  }
  .primaryNavigation ul li a.toggle {
    margin: 0;
    width: 3em;
    text-align: center;
  }
}
@media print {
  .primaryNavigation {
    display: none;
  }
}

/***********************************************************************
	SEARCH
**********************************************************************/
.headerSearch input[type="text"] {
  border: 0;
  font-size: 1.375em;
  padding: 0.4em 1em;
  margin-bottom: 0.6em;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  width: 76%;
}
.headerSearch input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.headerSearch input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.headerSearch input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.headerSearch input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
@media all and (min-width: 75em) {
  .headerSearch {
    height: 71px;
    transition: all 600ms;
    width: 1080px;
    padding: 0.8em 0 0.1em 196px;
    position: absolute;
    top: 71px;
    right: -4000px;
    background-color: #c31532;
  }
  .headerSearch.open {
    right: 0;
  }
  .headerSearch input[type="submit"] {
    border: 0;
    background-color: transparent;
    color: white;
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    margin-left: 32px;
  }
  .headerSearch input[type="text"] {
    padding: 0.2em 1em;
  }
  .headerSearch:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: -45px;
    border-bottom: 71px solid transparent;
    border-right: 45px solid #c31532;
  }
  .headerSearch:after {
    content: "";
    position: absolute;
    left: 1080px;
    width: 4000px;
    height: 71px;
    top: 0;
    background-color: #c31532;
  }
}
@media all and (max-width: 74.99em) {
  .headerSearch {
    border-bottom: 4px #c31532 solid;
    width: auto;
    padding: 0 1em;
    position: relative;
  }
  .headerSearch input[type="submit"] {
    position: absolute;
    background-color: transparent;
    border: 0;
    text-indent: -9999px;
    height: 53px;
    width: 53px;
    background-image: url("../img/design/search.png");
    background-image: url("../img/design/search.svg");
    background-repeat: no-repeat;
    float: right;
    margin: 0.6em 0 0 0;
    background-size: 75%;
  }
}
@media all and (max-width: 47.99em) {
  .headerSearch input[type="text"] {
    font-size: 1.125em;
  }
  .headerSearch input[type="submit"] {
    height: 43px;
    width: 43px;
    margin: 0.4em 0 0 0.4em;
  }
}

.openMenu, .mainNavSearch {
  color: #333333;
  font-size: 1.6em;
}
.openMenu:hover, .openMenu:focus, .mainNavSearch:hover, .mainNavSearch:focus {
  text-decoration: none;
}

.mainNavSearch {
  position: absolute;
  top: 0.9em;
  right: 0.6em;
}
.mainNavSearch:hover, .mainNavSearch:focus {
  text-decoration: none;
}

.mainNavSearch {
  z-index: 2;
}
.mainNavSearch:focus, .mainNavSearch:hover {
  text-decoration: none;
  color: black;
}
@media all and (max-width: 74.99em) {
  .mainNavSearch {
    display: none;
  }
}

/*******************************************************************************************
BREADCRUMBS

*********************************************************************************************/
.breadcrumbs {
  overflow: hidden;
  font-size: 1.125em;
  padding: 26px 50px;
  width: 80%;
  float: left;
}
@media all and (min-width: 48em) {
  .breadcrumbs {
    width: 70%;
  }
}
.breadcrumbs a {
  color: #333333;
}
.breadcrumbs a:hover span, .breadcrumbs a:focus span {
  text-decoration: none;
}
.breadcrumbs li {
  float: left;
}
.breadcrumbs span {
  color: #999999;
  line-height: 1.1em;
  vertical-align: middle;
  font-size: 1.4em;
  display: inline-block;
}
.breadcrumbs span.small {
  color: #333333;
  font-size: 1em;
  vertical-align: baseline;
}
@media all and (max-width: 47.99em) {
  .breadcrumbs {
    font-size: 1em;
    padding: 1em;
  }
  .breadcrumbs li {
    margin-right: 0.4em;
  }
  .breadcrumbs span {
    font-size: 1em;
  }
}

/*******************************************************************************************
	INTRO TEXT MODULE
*********************************************************************************************/
.introText {
  font-weight: 300;
  font-size: 24px;
  padding: 12px 50px 2em 50px;
}
.introText a {
  color: #377f9b;
  text-decoration: underline;
}
.introText a:hover, .introText a:focus {
  text-decoration: none;
}
@media all and (min-width: 75em) {
  .introText {
    padding-right: 14em;
    line-height: 1.8em;
  }
}
@media all and (max-width: 47.99em) {
  .introText {
    font-size: 1.375em;
    padding: 0 1em 1em;
    margin: 0;
  }
}
.introText p {
  margin-top: 0;
}

/*******************************************************************************************
	TITLE
*********************************************************************************************/
.red .center:after {
  border-left-color: rgba(195, 21, 50, 0.8) !important;
}
.red .left-bg:after {
  background-color: rgba(195, 21, 50, 0.8) !important;
}

.pink .center:after {
  border-left-color: rgba(224, 0, 108, 0.8) !important;
}
.pink .left-bg:after {
  background-color: rgba(224, 0, 108, 0.8) !important;
}

.teal .center:after {
  border-left-color: rgba(86, 158, 186, 0.8) !important;
}
.teal .left-bg:after {
  background-color: rgba(86, 158, 186, 0.8) !important;
}

.purple .center:after {
  border-left-color: rgba(82, 30, 89, 0.8) !important;
}
.purple .left-bg:after {
  background-color: rgba(82, 30, 89, 0.8) !important;
}

.green .center:after {
  border-left-color: rgba(99, 145, 46, 0.8) !important;
}
.green .left-bg:after {
  background-color: rgba(99, 145, 46, 0.8) !important;
}

.orange .center:after {
  border-left-color: rgba(220, 88, 10, 0.8) !important;
}
.orange .left-bg:after {
  background-color: rgba(220, 88, 10, 0.8) !important;
}

.darkPink .center:after {
  border-left-color: rgba(154, 4, 75, 0.8) !important;
}
.darkPink .left-bg:after {
  background-color: rgba(154, 4, 75, 0.8) !important;
}

.darkblue .center:after {
  border-left-color: rgba(0, 74, 108, 0.8) !important;
}
.darkblue .left-bg:after {
  background-color: rgba(0, 74, 108, 0.8) !important;
}

.darkPurple .center:after {
  border-left-color: rgba(49, 39, 91, 0.8) !important;
}
.darkPurple .left-bg:after {
  background-color: rgba(49, 39, 91, 0.8) !important;
}

.darkorange .center:after {
  border-left-color: rgba(108, 37, 0, 0.8) !important;
}
.darkorange .left-bg:after {
  background-color: rgba(108, 37, 0, 0.8) !important;
}

.darkgreen .center:after {
  border-left-color: rgba(60, 88, 24, 0.8) !important;
}
.darkgreen .left-bg:after {
  background-color: rgba(60, 88, 24, 0.8) !important;
}

.pageTitle {
  overflow: hidden;
}
.pageTitle .innerContainer {
  background-size: cover;
  position: relative;
}
.pageTitle .innerContainer .innerWrapper {
  height: 100%;
}
@media all and (max-width: 74.99em) {
  .pageTitle .innerContainer .innerWrapper {
    overflow: hidden;
  }
}
.pageTitle .innerContainer .center {
  padding: 2em 50px;
  color: white;
  display: table;
  height: 100%;
}
@media all and (max-width: 35.49em) {
  .pageTitle .innerContainer .center {
    padding: 1.4em 1em;
  }
}
.pageTitle .innerContainer .titleWrapper {
  display: table-cell;
  vertical-align: bottom;
}
@media all and (min-width: 75em) {
  .pageTitle .innerContainer {
    height: 322px;
  }
  .courseTitle .pageTitle .innerContainer {
    height: 454px;
  }
  .pageTitle .innerContainer .left-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: rgba(195, 21, 50, 0.8);
  }
  .red .pageTitle .innerContainer .left-bg {
    background-color: rgba(195, 21, 50, 0.8);
  }
  .pink .pageTitle .innerContainer .left-bg {
    background-color: rgba(224, 0, 108, 0.8);
  }
  .teal .pageTitle .innerContainer .left-bg {
    background-color: rgba(86, 158, 186, 0.8);
  }
  .purple .pageTitle .innerContainer .left-bg {
    background-color: rgba(82, 30, 89, 0.8);
  }
  .green .pageTitle .innerContainer .left-bg {
    background-color: rgba(99, 145, 46, 0.8);
  }
  .orange .pageTitle .innerContainer .left-bg {
    background-color: rgba(220, 88, 10, 0.8);
  }
  .darkPink .pageTitle .innerContainer .left-bg {
    background-color: rgba(154, 4, 75, 0.8);
  }
  .darkblue .pageTitle .innerContainer .left-bg {
    background-color: rgba(0, 74, 108, 0.8);
  }
  .darkPurple .pageTitle .innerContainer .left-bg {
    background-color: rgba(49, 39, 91, 0.8);
  }
  .darkorange .pageTitle .innerContainer .left-bg {
    background-color: rgba(108, 37, 0, 0.8);
  }
  .darkgreen .pageTitle .innerContainer .left-bg {
    background-color: rgba(60, 88, 24, 0.8);
  }
  .pageTitle .innerContainer .left-bg:after {
    content: "";
    background-color: rgba(195, 21, 50, 0.8);
    height: 100%;
    width: 80px;
    position: absolute;
    top: 0;
    right: -80px;
    display: block;
  }
  .courseTitle .pageTitle .innerContainer .left-bg:after {
    width: 0;
    right: -120px;
  }
  .pageTitle .innerContainer .center {
    font-weight: 600;
    margin: 0;
    width: 680px;
    padding: 2em 12px 20px 50px;
    position: relative;
  }
  .courseTitle .pageTitle .innerContainer .center {
    width: 600px;
  }
  .pageTitle .innerContainer .center:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -185px;
    top: 0;
    border-top: 0px solid transparent;
    border-bottom: 322px solid transparent;
    border-left: 185px solid rgba(195, 21, 50, 0.8);
  }
  .courseTitle .pageTitle .innerContainer .center:after {
    right: -258px;
    border-bottom: 454px solid transparent;
    border-left: 258px solid rgba(195, 21, 50, 0.8);
  }
}
@media all and (max-width: 74.99em) {
  .pageTitle .innerContainer .center {
    width: 100%;
    background-color: rgba(195, 21, 50, 0.8);
  }
  .red .pageTitle .innerContainer .center {
    background-color: rgba(195, 21, 50, 0.8);
  }
  .pink .pageTitle .innerContainer .center {
    background-color: rgba(224, 0, 108, 0.8);
  }
  .teal .pageTitle .innerContainer .center {
    background-color: rgba(86, 158, 186, 0.8);
  }
  .purple .pageTitle .innerContainer .center {
    background-color: rgba(82, 30, 89, 0.8);
  }
  .green .pageTitle .innerContainer .center {
    background-color: rgba(99, 145, 46, 0.8);
  }
  .orange .pageTitle .innerContainer .center {
    background-color: rgba(220, 88, 10, 0.8);
  }
  .darkPink .pageTitle .innerContainer .center {
    background-color: rgba(154, 4, 75, 0.8);
  }
  .darkblue .pageTitle .innerContainer .center {
    background-color: rgba(0, 74, 108, 0.8);
  }
  .darkPurple .pageTitle .innerContainer .center {
    background-color: rgba(49, 39, 91, 0.8);
  }
  .darkorange .pageTitle .innerContainer .center {
    background-color: rgba(108, 37, 0, 0.8);
  }
  .darkgreen .pageTitle .innerContainer .center {
    background-color: rgba(60, 88, 24, 0.8);
  }
}
@media all and (min-width: 35.5em) and (max-width: 74.99em) {
  .pageTitle .innerContainer {
    min-height: 200px;
  }
  .pageTitle .innerContainer .center {
    min-height: 200px;
  }
  .courseTitle .pageTitle .innerContainer {
    height: auto;
  }
}
@media print {
  .pageTitle .innerContainer {
    height: auto !important;
  }
}
.pageTitle .innerContainer h1, .pageTitle .innerContainer h2 {
  font-size: 2.125em;
  margin: 0 0 10px;
}
@media all and (max-width: 35.49em) {
  .pageTitle .innerContainer h1, .pageTitle .innerContainer h2 {
    font-size: 1.5em;
  }
}
.pageTitle .innerContainer h1.largeTitle, .pageTitle .innerContainer h2.largeTitle {
  font-size: 3.1875em;
}
.pageTitle .innerContainer h1 span, .pageTitle .innerContainer h2 span {
  line-height: 1;
  display: block;
  font-size: 0.6875em;
}
.courseTitle .pageTitle .innerContainer h1 {
  font-size: 2.5625em;
  font-weight: 600;
}
.courseTitle .pageTitle .innerContainer h1 span {
  font-weight: 400;
}
.courseTitle .pageTitle .innerContainer h2 {
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  font-size: 1.1875em;
}
.pageTitle .innerContainer h2 {
  font-size: 1.125em;
}
@media all and (max-width: 35.49em) {
  .pageTitle .innerContainer h2 {
    font-size: 1.125em;
  }
}

/*************************************************************************
	AWKARD SIZE DESKTOP FOR PRIMARY NAVIGATION
**************************************************************************/
@media all and (min-width: 75em) and (max-width: 91.615em) {
  .scrolled .openMenu {
    right: 18px;
  }

  .headerWrapper.hideBar {
    width: 9%;
  }

  .headerNav {
    margin-left: 4%;
  }

  .mainNavSearch {
    right: 3.6em;
  }

  /* .headerSearch.open{
  	right: 72px;
  }  */
}
/**************************************************************************************
	FOOTER
****************************************************************************************/
.mainFooter {
  position: relative;
  color: white;
}
.mainFooter p, .mainFooter a {
  color: white;
}
.mainFooter .innerContainer {
  background-size: cover;
  height: 322px;
}
@media all and (max-width: 74.99em) {
  .mainFooter .innerContainer {
    display: none;
  }
}
@media all and (min-width: 75em) {
  .mainFooter {
    padding-top: 188px;
  }
  .mainFooter.backgroundImage {
    padding-top: 0;
  }
}

.footer-left {
  background-color: #333333;
  padding: 2em;
}
@media all and (max-width: 74.99em) {
  .footer-left {
    padding: 1em;
  }
}
@media all and (min-width: 35.5em) {
  .footer-left .links li {
    float: left;
    margin-right: 1em;
  }
}
@media all and (max-width: 35.49em) {
  .footer-left p {
    position: absolute;
    bottom: 0;
    padding: 1em;
    left: 0;
  }
}

@media all and (min-width: 75em) {
  .footer-right {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #c31532;
    z-index: 3;
    padding: 0 2em 1em 0;
  }
  .footer-right:before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-bottom: 0px solid transparent;
    border-top: 290px solid transparent;
    border-right: 505px solid #c31532;
  }
}
@media all and (max-width: 74.99em) {
  .footer-right {
    background-color: #333333;
    padding: 2em 2em 2em;
    border-top: 1px #999999 solid;
  }
}
@media all and (max-width: 74.99em) and (min-width: 35.5em) {
  .footer-right p {
    float: right;
    margin: 3em 0 0;
  }
}

@media all and (max-width: 35.49em) {
  .footer-right {
    padding: 1em 1em 7em;
  }
}
.footer-right img {
  width: 240px;
  height: 60px;
}

/*******************************************************************************************
	HOMEPAGE
*********************************************************************************************/
/***********************************************************************
	HERO IMAGE
**********************************************************************/
.heroImage {
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: #333333;
}
@media all and (min-width: 75em) {
  .heroImage {
    height: 660px;
  }
}
.heroImage .innerContainer {
  height: 100%;
  background-size: cover;
  background-position: 50%;
  width: 100%;
}
@media all and (max-width: 47.99em) {
  .heroImage .innerContainer {
    background-position: 50% 50%;
  }
}
.heroImage h2 {
  color: white;
  font-weight: 400;
}
.heroImage.heroImage-video.light h2 {
  background-color: rgba(0, 0, 0, 0.4);
}
.heroImage.heroImage-video.medium h2 {
  background-color: rgba(0, 0, 0, 0.5);
}
.heroImage.heroImage-video.dark h2 {
  background-color: rgba(0, 0, 0, 0.6);
}
.heroImage.heroImage-video .innerContainer {
  display: table;
}
.heroImage.heroImage-video h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 3.25em;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 1200px;
}
@media all and (max-width: 47.99em) {
  .heroImage.heroImage-video h2 {
    font-size: 1.125em;
    padding: 4em 2em;
  }
}
@media all and (min-width: 48em) and (max-width: 74.99em) {
  .heroImage.heroImage-video h2 {
    font-size: 3em;
    padding: 3em 2em;
  }
}
@media all and (min-width: 75em) {
  .heroImage.heroImage-video h2 {
    padding: 0 20%;
  }
}
.heroImage.heroImage-video h2 a {
  color: white;
  font-size: 2.4em;
  line-height: 1em;
  padding-top: 0.4em;
}
.heroImage.heroImage-video h2 a:hover, .heroImage.heroImage-video h2 a:focus {
  text-decoration: none;
  color: #ebebeb;
}
.heroImage.heroImage-video h2 .tagline {
  display: block;
  color: white;
}
.heroImage.heroImage-link {
  position: relative;
}
.heroImage.heroImage-link .opacity {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.heroImage.heroImage-link .diagonal {
  height: 100%;
  position: relative;
}
@media all and (min-width: 75em) {
  .heroImage.heroImage-link .diagonal:before {
    content: "";
    width: 3000px;
    margin-left: -3000px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.heroImage.heroImage-link .inner {
  display: table;
  height: 100%;
  position: relative;
}
.heroImage.heroImage-link .inner div {
  display: table-cell;
  vertical-align: middle;
}
@media all and (min-width: 75em) {
  .heroImage.heroImage-link .inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -384px;
    top: 0;
    border-top: 0px solid transparent;
    border-bottom: 660px solid transparent;
  }
}
.heroImage.heroImage-link h2 {
  font-size: 2.5em;
  font-weight: 600;
  width: 100%;
  line-height: 1.6em;
  margin: 0;
}
@media all and (max-width: 47.99em) {
  .heroImage.heroImage-link h2 {
    font-size: 1.375em;
    padding: 1em;
    margin: 0;
  }
}
@media all and (min-width: 48em) and (max-width: 74.99em) {
  .heroImage.heroImage-link h2 {
    padding-right: 2em;
    margin: 1em  0 0;
  }
}
.heroImage.heroImage-link .CTABanner {
  background-color: white;
  color: #333333;
  font-size: 1.5em;
  padding: 0.7em 0;
  margin-top: 2em;
  margin-bottom: -3em;
}
@media all and (max-width: 74.99em) {
  .heroImage.heroImage-link .CTABanner {
    margin-bottom: 4em;
  }
}
@media all and (max-width: 47.99em) {
  .heroImage.heroImage-link .CTABanner {
    margin: 1em 0;
    font-size: 1em;
    text-align: center;
    width: auto;
  }
  .heroImage.heroImage-link .CTABanner:after {
    content: none;
  }
}
@media all and (min-width: 75em) {
  .heroImage.heroImage-link .inner {
    width: 600px;
  }
  .heroImage.heroImage-link .inner div {
    padding-left: 3em;
  }
}
@media all and (min-width: 48em) {
  .heroImage.heroImage-link .inner div {
    padding-left: 5em;
  }
  .heroImage.heroImage-link .CTABanner:before {
    content: "";
    width: 3000px;
    margin-left: -3000px;
    height: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
  }
  .heroImage.heroImage-link .CTABanner:after {
    border-left-color: white;
    right: -39px;
    border-bottom-width: 67px;
    border-left-width: 39px;
  }
}
@media all and (max-width: 47.99em) {
  .heroImage.heroImage-link .innerContainer, .heroImage.heroImage-link .inner, .heroImage.heroImage-link .inner div {
    display: block;
  }
}
@media all and (min-width: 75em) {
  .heroImage.heroImage-link.heroImage-link-diagonal .inner:after {
    border-left: 384px solid transparent;
  }
}
.heroImage.heroImage-link.heroImage-link-diagonal .opacity.dark {
  background-color: rgba(0, 0, 0, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .red.diagonal:before {
  background-color: rgba(195, 21, 50, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .red.diagonal .inner {
  background-color: rgba(195, 21, 50, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .red.diagonal .inner:after {
  border-left-color: rgba(195, 21, 50, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .pink.diagonal:before {
  background-color: rgba(224, 0, 108, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .pink.diagonal .inner {
  background-color: rgba(224, 0, 108, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .pink.diagonal .inner:after {
  border-left-color: rgba(224, 0, 108, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .teal.diagonal:before {
  background-color: rgba(86, 158, 186, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .teal.diagonal .inner {
  background-color: rgba(86, 158, 186, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .teal.diagonal .inner:after {
  border-left-color: rgba(86, 158, 186, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .purple.diagonal:before {
  background-color: rgba(82, 30, 89, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .purple.diagonal .inner {
  background-color: rgba(82, 30, 89, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .purple.diagonal .inner:after {
  border-left-color: rgba(82, 30, 89, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .green.diagonal:before {
  background-color: rgba(99, 145, 46, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .green.diagonal .inner {
  background-color: rgba(99, 145, 46, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .green.diagonal .inner:after {
  border-left-color: rgba(99, 145, 46, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .orange.diagonal:before {
  background-color: rgba(220, 88, 10, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .orange.diagonal .inner {
  background-color: rgba(220, 88, 10, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .orange.diagonal .inner:after {
  border-left-color: rgba(220, 88, 10, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkPink.diagonal:before {
  background-color: rgba(154, 4, 75, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkPink.diagonal .inner {
  background-color: rgba(154, 4, 75, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkPink.diagonal .inner:after {
  border-left-color: rgba(154, 4, 75, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkblue.diagonal:before {
  background-color: rgba(0, 74, 108, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkblue.diagonal .inner {
  background-color: rgba(0, 74, 108, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkblue.diagonal .inner:after {
  border-left-color: rgba(0, 74, 108, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkPurple.diagonal:before {
  background-color: rgba(49, 39, 91, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkPurple.diagonal .inner {
  background-color: rgba(49, 39, 91, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkPurple.diagonal .inner:after {
  border-left-color: rgba(49, 39, 91, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkorange.diagonal:before {
  background-color: rgba(108, 37, 0, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkorange.diagonal .inner {
  background-color: rgba(108, 37, 0, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkorange.diagonal .inner:after {
  border-left-color: rgba(108, 37, 0, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkgreen.diagonal:before {
  background-color: rgba(60, 88, 24, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkgreen.diagonal .inner {
  background-color: rgba(60, 88, 24, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal.dark .darkgreen.diagonal .inner:after {
  border-left-color: rgba(60, 88, 24, 0.8);
}
.heroImage.heroImage-link.heroImage-link-diagonal .opacity.medium {
  background-color: rgba(0, 0, 0, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .red.diagonal:before {
  background-color: rgba(195, 21, 50, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .red.diagonal .inner {
  background-color: rgba(195, 21, 50, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .red.diagonal .inner:after {
  border-left-color: rgba(195, 21, 50, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .pink.diagonal:before {
  background-color: rgba(224, 0, 108, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .pink.diagonal .inner {
  background-color: rgba(224, 0, 108, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .pink.diagonal .inner:after {
  border-left-color: rgba(224, 0, 108, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .teal.diagonal:before {
  background-color: rgba(86, 158, 186, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .teal.diagonal .inner {
  background-color: rgba(86, 158, 186, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .teal.diagonal .inner:after {
  border-left-color: rgba(86, 158, 186, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .purple.diagonal:before {
  background-color: rgba(82, 30, 89, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .purple.diagonal .inner {
  background-color: rgba(82, 30, 89, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .purple.diagonal .inner:after {
  border-left-color: rgba(82, 30, 89, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .green.diagonal:before {
  background-color: rgba(99, 145, 46, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .green.diagonal .inner {
  background-color: rgba(99, 145, 46, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .green.diagonal .inner:after {
  border-left-color: rgba(99, 145, 46, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .orange.diagonal:before {
  background-color: rgba(220, 88, 10, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .orange.diagonal .inner {
  background-color: rgba(220, 88, 10, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .orange.diagonal .inner:after {
  border-left-color: rgba(220, 88, 10, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkPink.diagonal:before {
  background-color: rgba(154, 4, 75, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkPink.diagonal .inner {
  background-color: rgba(154, 4, 75, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkPink.diagonal .inner:after {
  border-left-color: rgba(154, 4, 75, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkblue.diagonal:before {
  background-color: rgba(0, 74, 108, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkblue.diagonal .inner {
  background-color: rgba(0, 74, 108, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkblue.diagonal .inner:after {
  border-left-color: rgba(0, 74, 108, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkPurple.diagonal:before {
  background-color: rgba(49, 39, 91, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkPurple.diagonal .inner {
  background-color: rgba(49, 39, 91, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkPurple.diagonal .inner:after {
  border-left-color: rgba(49, 39, 91, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkorange.diagonal:before {
  background-color: rgba(108, 37, 0, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkorange.diagonal .inner {
  background-color: rgba(108, 37, 0, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkorange.diagonal .inner:after {
  border-left-color: rgba(108, 37, 0, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkgreen.diagonal:before {
  background-color: rgba(60, 88, 24, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkgreen.diagonal .inner {
  background-color: rgba(60, 88, 24, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal.medium .darkgreen.diagonal .inner:after {
  border-left-color: rgba(60, 88, 24, 0.6);
}
.heroImage.heroImage-link.heroImage-link-diagonal .opacity.light {
  background-color: rgba(0, 0, 0, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .red.diagonal:before {
  background-color: rgba(195, 21, 50, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .red.diagonal .inner {
  background-color: rgba(195, 21, 50, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .red.diagonal .inner:after {
  border-left-color: rgba(195, 21, 50, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .pink.diagonal:before {
  background-color: rgba(224, 0, 108, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .pink.diagonal .inner {
  background-color: rgba(224, 0, 108, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .pink.diagonal .inner:after {
  border-left-color: rgba(224, 0, 108, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .teal.diagonal:before {
  background-color: rgba(86, 158, 186, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .teal.diagonal .inner {
  background-color: rgba(86, 158, 186, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .teal.diagonal .inner:after {
  border-left-color: rgba(86, 158, 186, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .purple.diagonal:before {
  background-color: rgba(82, 30, 89, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .purple.diagonal .inner {
  background-color: rgba(82, 30, 89, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .purple.diagonal .inner:after {
  border-left-color: rgba(82, 30, 89, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .green.diagonal:before {
  background-color: rgba(99, 145, 46, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .green.diagonal .inner {
  background-color: rgba(99, 145, 46, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .green.diagonal .inner:after {
  border-left-color: rgba(99, 145, 46, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .orange.diagonal:before {
  background-color: rgba(220, 88, 10, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .orange.diagonal .inner {
  background-color: rgba(220, 88, 10, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .orange.diagonal .inner:after {
  border-left-color: rgba(220, 88, 10, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkPink.diagonal:before {
  background-color: rgba(154, 4, 75, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkPink.diagonal .inner {
  background-color: rgba(154, 4, 75, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkPink.diagonal .inner:after {
  border-left-color: rgba(154, 4, 75, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkblue.diagonal:before {
  background-color: rgba(0, 74, 108, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkblue.diagonal .inner {
  background-color: rgba(0, 74, 108, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkblue.diagonal .inner:after {
  border-left-color: rgba(0, 74, 108, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkPurple.diagonal:before {
  background-color: rgba(49, 39, 91, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkPurple.diagonal .inner {
  background-color: rgba(49, 39, 91, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkPurple.diagonal .inner:after {
  border-left-color: rgba(49, 39, 91, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkorange.diagonal:before {
  background-color: rgba(108, 37, 0, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkorange.diagonal .inner {
  background-color: rgba(108, 37, 0, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkorange.diagonal .inner:after {
  border-left-color: rgba(108, 37, 0, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkgreen.diagonal:before {
  background-color: rgba(60, 88, 24, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkgreen.diagonal .inner {
  background-color: rgba(60, 88, 24, 0.4);
}
.heroImage.heroImage-link.heroImage-link-diagonal.light .darkgreen.diagonal .inner:after {
  border-left-color: rgba(60, 88, 24, 0.4);
}
.heroImage.heroImage-link.heroImage-link-full-width.dark .red {
  background-color: rgba(195, 21, 50, 0.8);
}
.heroImage.heroImage-link.heroImage-link-full-width.dark .pink {
  background-color: rgba(224, 0, 108, 0.8);
}
.heroImage.heroImage-link.heroImage-link-full-width.dark .teal {
  background-color: rgba(86, 158, 186, 0.8);
}
.heroImage.heroImage-link.heroImage-link-full-width.dark .purple {
  background-color: rgba(82, 30, 89, 0.8);
}
.heroImage.heroImage-link.heroImage-link-full-width.dark .green {
  background-color: rgba(99, 145, 46, 0.8);
}
.heroImage.heroImage-link.heroImage-link-full-width.dark .orange {
  background-color: rgba(220, 88, 10, 0.8);
}
.heroImage.heroImage-link.heroImage-link-full-width.dark .darkPink {
  background-color: rgba(154, 4, 75, 0.8);
}
.heroImage.heroImage-link.heroImage-link-full-width.dark .darkblue {
  background-color: rgba(0, 74, 108, 0.8);
}
.heroImage.heroImage-link.heroImage-link-full-width.dark .darkPurple {
  background-color: rgba(49, 39, 91, 0.8);
}
.heroImage.heroImage-link.heroImage-link-full-width.dark .darkorange {
  background-color: rgba(108, 37, 0, 0.8);
}
.heroImage.heroImage-link.heroImage-link-full-width.dark .darkgreen {
  background-color: rgba(60, 88, 24, 0.8);
}
.heroImage.heroImage-link.heroImage-link-full-width.medium .red {
  background-color: rgba(195, 21, 50, 0.6);
}
.heroImage.heroImage-link.heroImage-link-full-width.medium .pink {
  background-color: rgba(224, 0, 108, 0.6);
}
.heroImage.heroImage-link.heroImage-link-full-width.medium .teal {
  background-color: rgba(86, 158, 186, 0.6);
}
.heroImage.heroImage-link.heroImage-link-full-width.medium .purple {
  background-color: rgba(82, 30, 89, 0.6);
}
.heroImage.heroImage-link.heroImage-link-full-width.medium .green {
  background-color: rgba(99, 145, 46, 0.6);
}
.heroImage.heroImage-link.heroImage-link-full-width.medium .orange {
  background-color: rgba(220, 88, 10, 0.6);
}
.heroImage.heroImage-link.heroImage-link-full-width.medium .darkPink {
  background-color: rgba(154, 4, 75, 0.6);
}
.heroImage.heroImage-link.heroImage-link-full-width.medium .darkblue {
  background-color: rgba(0, 74, 108, 0.6);
}
.heroImage.heroImage-link.heroImage-link-full-width.medium .darkPurple {
  background-color: rgba(49, 39, 91, 0.6);
}
.heroImage.heroImage-link.heroImage-link-full-width.medium .darkorange {
  background-color: rgba(108, 37, 0, 0.6);
}
.heroImage.heroImage-link.heroImage-link-full-width.medium .darkgreen {
  background-color: rgba(60, 88, 24, 0.6);
}
.heroImage.heroImage-link.heroImage-link-full-width.light .red {
  background-color: rgba(195, 21, 50, 0.4);
}
.heroImage.heroImage-link.heroImage-link-full-width.light .pink {
  background-color: rgba(224, 0, 108, 0.4);
}
.heroImage.heroImage-link.heroImage-link-full-width.light .teal {
  background-color: rgba(86, 158, 186, 0.4);
}
.heroImage.heroImage-link.heroImage-link-full-width.light .purple {
  background-color: rgba(82, 30, 89, 0.4);
}
.heroImage.heroImage-link.heroImage-link-full-width.light .green {
  background-color: rgba(99, 145, 46, 0.4);
}
.heroImage.heroImage-link.heroImage-link-full-width.light .orange {
  background-color: rgba(220, 88, 10, 0.4);
}
.heroImage.heroImage-link.heroImage-link-full-width.light .darkPink {
  background-color: rgba(154, 4, 75, 0.4);
}
.heroImage.heroImage-link.heroImage-link-full-width.light .darkblue {
  background-color: rgba(0, 74, 108, 0.4);
}
.heroImage.heroImage-link.heroImage-link-full-width.light .darkPurple {
  background-color: rgba(49, 39, 91, 0.4);
}
.heroImage.heroImage-link.heroImage-link-full-width.light .darkorange {
  background-color: rgba(108, 37, 0, 0.4);
}
.heroImage.heroImage-link.heroImage-link-full-width.light .darkgreen {
  background-color: rgba(60, 88, 24, 0.4);
}

/***********************************************************************
	ADVANCED SEARCH
**********************************************************************/
.advancedSearch {
  position: relative;
}
.advancedSearch label {
  display: inline;
}
@media all and (min-width: 48em) {
  .advancedSearch {
    margin-top: -33px;
  }
  .advancedSearch .form {
    width: 100%;
    padding: 1.4em 0 1.7em 1em;
  }
  .advancedSearch .form .searchArea {
    display: inline;
    background-color: white;
    padding: 0.6em 0.4em;
  }
  .advancedSearch .form .searchArea a {
    color: #333333;
    display: inline;
    margin-left: 1em;
  }
}
@media all and (min-width: 75em) {
  .advancedSearch .form {
    width: 800px;
    height: 84px;
  }
  .advancedSearch .form input[type="text"] {
    width: 310px;
  }
  .advancedSearch .form:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -55px;
    top: 0;
    border-bottom: 0px solid transparent;
    border-top: 84px solid transparent;
    border-left: 55px solid #c31532;
  }
  .advancedSearch .u-StructureWrapper {
    position: relative;
  }
  .advancedSearch .u-StructureWrapper:before {
    content: "";
    width: 4000px;
    height: 84px;
    position: absolute;
    left: -4000px;
    background-color: #c31532;
  }
}
@media all and (max-width: 47.99em) {
  .advancedSearch a {
    display: block;
    color: white;
    padding: 1em 0;
    width: calc(100% - 4em);
  }
  .advancedSearch a:hover, .advancedSearch a:focus {
    color: white;
  }
  .advancedSearch label {
    padding: 0 0 1em 0;
    display: block;
  }
  .advancedSearch input[type="text"] {
    width: 100%;
    padding: 0.6em 4em 0.6em 1em;
  }
  .advancedSearch input[type="submit"] {
    right: 12px;
    top: 46px;
  }
  .advancedSearch .form {
    padding: 1em;
  }
}
.advancedSearch .form {
  background-color: #c31532;
  position: relative;
  color: white;
}
.advancedSearch .form label {
  font-size: 1.5em;
  font-weight: 600;
  margin-right: 44px;
}
.advancedSearch .form .searchArea a {
  font-size: 1.1875em;
}
.advancedSearch .form .searchArea a:hover, .advancedSearch .form .searchArea a:focus {
  text-decoration: none;
}
.advancedSearch .form .searchArea a.open span:before {
  content: "\e631";
}
.advancedSearch .form input[type="text"] {
  border: 0;
  font-size: 1.1875em;
  padding: 0.1em 0.4em;
  background-color: white;
  line-height: 1.4em;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 400;
}
.advancedSearch .form input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.advancedSearch .form input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.advancedSearch .form input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.advancedSearch .form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.advancedSearch .form input[type="submit"] {
  position: absolute;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  height: 50px;
  width: 50px;
  background-image: url("../img/design/search-white.png");
  background-image: url("../img/design/search-white.svg");
  background-repeat: no-repeat;
  float: right;
  margin: 0 0 0em 1.4em;
  background-position: 50%;
  top: 15px;
  right: 0;
}
@media all and (max-width: 47.99em) {
  .advancedSearch .form input[type="submit"] {
    bottom: 20px;
    top: auto;
  }
}
@media print {
  .advancedSearch {
    display: none;
  }
}

.js .advancedSearch-filters {
  display: none;
}

.advancedSearch-filters {
  position: absolute;
  background-color: #c31532;
  padding: 0 2em 2em;
  z-index: 2;
}
@media all and (min-width: 75em) {
  .advancedSearch-filters {
    width: 515px;
    top: 84px;
    left: 165px;
  }
}
.advancedSearch-filters fieldset {
  border-color: white;
  border-bottom: 1px white solid;
  padding: 3em 1em 0;
}
.advancedSearch-filters fieldset legend {
  margin-left: -1em;
  left: 1em;
  padding: 0.4em 1em;
  margin-bottom: 0;
}
.advancedSearch-filters fieldset .filter label {
  font-size: 1em;
  background-color: white;
  margin-right: 1em;
}
@media all and (max-width: 74.99em) {
  .advancedSearch-filters {
    width: 100%;
    margin-left: -1em;
    padding: 0 0 1em;
  }
}

/********************************************************************************************************************
	HOME PAGE DIAMONDS
*********************************************************************************************************************/
.diamonds-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 1em;
  /******************************************************************************
  	DESKTOP DIAMONDS (totally different to mobile / tablet)
  ********************************************************************************/
  /***********************************************************8
  	UNTIL DESKTOP
  ************************************************************/
  /***************************************************************************
  	Image only diamonds, hidden on mobile / tablet
  ****************************************************************************/
}
.diamonds-container a:focus, .diamonds-container a:hover {
  text-decoration: none;
}
.diamonds-container .statistic a {
  background-color: white;
  transition: background-color 200ms;
}
.diamonds-container .statistic a p {
  color: #e0006c;
}
.diamonds-container .statistic a:hover, .diamonds-container .statistic a:focus {
  background-color: whitesmoke;
}
.diamonds-container .statistic a .mainStat {
  font-size: 6.25em;
  line-height: 1em;
  margin: 0;
}
.diamonds-container .statistic a .subtitle {
  font-size: 1.125em;
}
.diamonds-container .statistic.red p {
  color: #c31532;
}
.diamonds-container .statistic.pink p {
  color: #e0006c;
}
.diamonds-container .statistic.teal p {
  color: #569eba;
}
.diamonds-container .statistic.purple p {
  color: #521e59;
}
.diamonds-container .statistic.green p {
  color: #63912e;
}
.diamonds-container .statistic.orange p {
  color: #dc580a;
}
.diamonds-container .statistic.darkPink p {
  color: #9a044b;
}
.diamonds-container .statistic.darkblue p {
  color: #004a6c;
}
.diamonds-container .statistic.darkPurple p {
  color: #31275b;
}
.diamonds-container .statistic.darkorange p {
  color: #6c2500;
}
.diamonds-container .statistic.darkgreen p {
  color: #3c5818;
}
.diamonds-container .plainBorder .white-banner {
  font-size: 1em;
  position: absolute;
  bottom: 44px;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 1em 0;
  color: black;
}
.diamonds-container .plainBorder a {
  background-color: #569eba;
  color: white;
  /* transition: background-color 200ms; */
  position: relative;
}
.diamonds-container .plainBorder a:hover, .diamonds-container .plainBorder a:focus {
  background-color: #40839d;
}
.diamonds-container .plainBorder a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid white;
  margin: 10px;
  z-index: 0;
}
.diamonds-container .plainBorder .innerContainer {
  position: relative;
}
.diamonds-container .plainBorder.red a {
  background-color: #c31532;
}
.diamonds-container .plainBorder.red a:hover, .diamonds-container .plainBorder.red a:focus {
  background-color: #951026;
}
.diamonds-container .plainBorder.pink a {
  background-color: #e0006c;
}
.diamonds-container .plainBorder.pink a:hover, .diamonds-container .plainBorder.pink a:focus {
  background-color: #ad0053;
}
.diamonds-container .plainBorder.teal a {
  background-color: #569eba;
}
.diamonds-container .plainBorder.teal a:hover, .diamonds-container .plainBorder.teal a:focus {
  background-color: #40839d;
}
.diamonds-container .plainBorder.purple a {
  background-color: #521e59;
}
.diamonds-container .plainBorder.purple a:hover, .diamonds-container .plainBorder.purple a:focus {
  background-color: #2f1133;
}
.diamonds-container .plainBorder.green a {
  background-color: #63912e;
}
.diamonds-container .plainBorder.green a:hover, .diamonds-container .plainBorder.green a:focus {
  background-color: #496a22;
}
.diamonds-container .plainBorder.orange a {
  background-color: #dc580a;
}
.diamonds-container .plainBorder.orange a:hover, .diamonds-container .plainBorder.orange a:focus {
  background-color: #ab4408;
}
.diamonds-container .plainBorder.darkPink a {
  background-color: #9a044b;
}
.diamonds-container .plainBorder.darkPink a:hover, .diamonds-container .plainBorder.darkPink a:focus {
  background-color: #680333;
}
.diamonds-container .plainBorder.darkblue a {
  background-color: #004a6c;
}
.diamonds-container .plainBorder.darkblue a:hover, .diamonds-container .plainBorder.darkblue a:focus {
  background-color: #002739;
}
.diamonds-container .plainBorder.darkPurple a {
  background-color: #31275b;
}
.diamonds-container .plainBorder.darkPurple a:hover, .diamonds-container .plainBorder.darkPurple a:focus {
  background-color: #1e1837;
}
.diamonds-container .plainBorder.darkorange a {
  background-color: #6c2500;
}
.diamonds-container .plainBorder.darkorange a:hover, .diamonds-container .plainBorder.darkorange a:focus {
  background-color: #391400;
}
.diamonds-container .plainBorder.darkgreen a {
  background-color: #3c5818;
}
.diamonds-container .plainBorder.darkgreen a:hover, .diamonds-container .plainBorder.darkgreen a:focus {
  background-color: #21300d;
}
.diamonds-container h2 {
  font-size: 1.875em;
  width: 100%;
  margin: 0 auto 0.2em;
}
.diamonds-container p {
  font-size: 1.125em;
  color: white;
}
@media all and (min-width: 75em) {
  .diamonds-container {
    height: 1167px;
  }
  .gb .diamonds-container .rotate {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
  }
  .diamonds-container .banner {
    position: relative;
    z-index: 2;
  }
  .diamonds-container li {
    display: inline-block;
    position: absolute;
    z-index: 0;
    height: 0;
    width: 0;
  }
  .ie9 .diamonds-container li {
    z-index: 1;
  }
  .diamonds-container li a {
    z-index: 2;
    margin: 0;
    padding: 0;
    display: block;
    height: 239px;
    width: 239px;
    background-color: rgba(195, 21, 50, 0.8);
    overflow: hidden;
    position: relative;
  }
  .gb .diamonds-container li a {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .diamonds-container li a .innerContainer {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: table;
    width: 338px;
    height: 338px;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
  }
  .gb .diamonds-container li a .innerContainer {
    overflow: hidden;
  }
  .diamonds-container li a .innerContainer .table-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .diamonds-container li a .innerContainer .subtitle {
    width: 70%;
    margin: 0 auto;
  }
  .diamonds-container .diamond1 {
    top: 80px;
    left: 479px;
  }
  .ie9 .diamonds-container .diamond1 {
    top: -45px;
    left: 632px;
    z-index: 5;
  }
  .ie9 .diamonds-container .diamond1 a {
    z-index: 5;
  }
  .diamonds-container .diamond2 {
    left: 180px;
    top: 216px;
  }
  .ie9 .diamonds-container .diamond2 {
    left: 493px;
    top: 320px;
  }
  .diamonds-container .diamond3 {
    left: 357px;
    top: 394px;
  }
  .ie9 .diamonds-container .diamond3 {
    left: 746px;
    top: 320px;
  }
  .diamonds-container .diamond4.largediamond {
    top: 337px;
    left: 736px;
  }
  .ie9 .diamonds-container .diamond4.largediamond {
    top: -44px;
    left: 996px;
  }
  .diamonds-container .diamond5 {
    top: 595px;
    left: 479px;
  }
  .ie9 .diamonds-container .diamond5 {
    top: 320px;
    left: 997px;
    z-index: 5;
  }
  .ie9 .diamonds-container .diamond5 a {
    z-index: 5;
  }
  .diamonds-container .largediamond a {
    height: 352px;
    width: 352px;
  }
  .diamonds-container .largediamond a .innerContainer {
    color: white;
    height: 500px;
    width: 500px;
    margin-top: -74px;
    margin-left: -74px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
  }
  .diamonds-container .largediamond a {
    transition: all 200ms;
  }
  .diamonds-container .largediamond a:hover h2, .diamonds-container .largediamond a:focus h2 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .diamonds-container .largediamond a:hover .bannercolour, .diamonds-container .largediamond a:focus .bannercolour {
    height: 620px;
    margin-top: -195px;
  }
  .diamonds-container .largediamond .bannercolour {
    transition: all 400ms;
    height: 110px;
    position: absolute;
    width: 100%;
    background-color: rgba(195, 21, 50, 0.8);
    z-index: 1;
    top: 196px;
  }
  .diamonds-container .largediamond.red a, .diamonds-container .largediamond.red .bannercolour {
    background-color: rgba(195, 21, 50, 0.8);
  }
  .diamonds-container .largediamond.pink a, .diamonds-container .largediamond.pink .bannercolour {
    background-color: rgba(224, 0, 108, 0.8);
  }
  .diamonds-container .largediamond.teal a, .diamonds-container .largediamond.teal .bannercolour {
    background-color: rgba(86, 158, 186, 0.8);
  }
  .diamonds-container .largediamond.purple a, .diamonds-container .largediamond.purple .bannercolour {
    background-color: rgba(82, 30, 89, 0.8);
  }
  .diamonds-container .largediamond.green a, .diamonds-container .largediamond.green .bannercolour {
    background-color: rgba(99, 145, 46, 0.8);
  }
  .diamonds-container .largediamond.orange a, .diamonds-container .largediamond.orange .bannercolour {
    background-color: rgba(220, 88, 10, 0.8);
  }
  .diamonds-container .largediamond.darkPink a, .diamonds-container .largediamond.darkPink .bannercolour {
    background-color: rgba(154, 4, 75, 0.8);
  }
  .diamonds-container .largediamond.darkblue a, .diamonds-container .largediamond.darkblue .bannercolour {
    background-color: rgba(0, 74, 108, 0.8);
  }
  .diamonds-container .largediamond.darkPurple a, .diamonds-container .largediamond.darkPurple .bannercolour {
    background-color: rgba(49, 39, 91, 0.8);
  }
  .diamonds-container .largediamond.darkorange a, .diamonds-container .largediamond.darkorange .bannercolour {
    background-color: rgba(108, 37, 0, 0.8);
  }
  .diamonds-container .largediamond.darkgreen a, .diamonds-container .largediamond.darkgreen .bannercolour {
    background-color: rgba(60, 88, 24, 0.8);
  }
  .diamonds-container .largediamond .subtitle-initial {
    transition: opactiy 500ms, max-height 500ms;
    opacity: 1;
    max-height: 100px;
    width: 70%;
    overflow: hidden;
  }
  .diamonds-container .largediamond .subtitle-hidden {
    width: 50%;
    transition: max-height 300ms;
    max-height: 0;
    overflow: hidden;
    font-size: 1em;
  }
  .diamonds-container .largediamond a h2 {
    transition: all 400ms;
  }
  .diamonds-container .largediamond a:hover .subtitle-initial, .diamonds-container .largediamond a:focus .subtitle-initial {
    opacity: 0;
    max-height: 0;
  }
  .diamonds-container .largediamond a:hover .subtitle-hidden, .diamonds-container .largediamond a:focus .subtitle-hidden {
    max-height: 200px;
  }
  .ie9 .diamonds-container .diamonds {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media all and (max-width: 74.99em) {
  .diamonds-container .largediamond.diamond5 {
    margin: 0;
  }
  .diamonds-container ul {
    margin: 0;
  }
  .diamonds-container a:hover, .diamonds-container a:focus {
    text-decoration: none;
  }
  .diamonds-container .bannercolour {
    display: none;
  }
  .diamonds-container .diamonds {
    list-style: none;
    padding: 0;
  }
  .diamonds-container .diamonds a {
    display: block;
  }
  .diamonds-container .diamond3 .innerContainer {
    padding: 1em;
  }
  .diamonds-container .diamond2 a, .diamonds-container .diamond3 a {
    position: relative;
  }
  .diamonds-container .diamond2 a .innerContainer, .diamonds-container .diamond3 a .innerContainer {
    display: table;
    height: 100%;
    width: 100%;
  }
  .diamonds-container .diamond2 a .innerContainer .table-cell, .diamonds-container .diamond3 a .innerContainer .table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  .diamonds-container .diamond2 .white-banner, .diamonds-container .diamond3 .white-banner {
    bottom: 16px;
    padding: 0.4em 0;
  }
  .diamonds-container .largediamond {
    margin-bottom: 1em;
  }
  .diamonds-container .largediamond a {
    height: 320px;
  }
  .diamonds-container .largediamond .innerContainer {
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .diamonds-container .largediamond .innerContainer div {
    height: 100%;
  }
  .diamonds-container .largediamond.red .banner {
    background-color: rgba(195, 21, 50, 0.8);
  }
  .diamonds-container .largediamond.red .banner:after {
    border-left-color: rgba(195, 21, 50, 0.8);
  }
  .diamonds-container .largediamond.pink .banner {
    background-color: rgba(224, 0, 108, 0.8);
  }
  .diamonds-container .largediamond.pink .banner:after {
    border-left-color: rgba(224, 0, 108, 0.8);
  }
  .diamonds-container .largediamond.teal .banner {
    background-color: rgba(86, 158, 186, 0.8);
  }
  .diamonds-container .largediamond.teal .banner:after {
    border-left-color: rgba(86, 158, 186, 0.8);
  }
  .diamonds-container .largediamond.purple .banner {
    background-color: rgba(82, 30, 89, 0.8);
  }
  .diamonds-container .largediamond.purple .banner:after {
    border-left-color: rgba(82, 30, 89, 0.8);
  }
  .diamonds-container .largediamond.green .banner {
    background-color: rgba(99, 145, 46, 0.8);
  }
  .diamonds-container .largediamond.green .banner:after {
    border-left-color: rgba(99, 145, 46, 0.8);
  }
  .diamonds-container .largediamond.orange .banner {
    background-color: rgba(220, 88, 10, 0.8);
  }
  .diamonds-container .largediamond.orange .banner:after {
    border-left-color: rgba(220, 88, 10, 0.8);
  }
  .diamonds-container .largediamond.darkPink .banner {
    background-color: rgba(154, 4, 75, 0.8);
  }
  .diamonds-container .largediamond.darkPink .banner:after {
    border-left-color: rgba(154, 4, 75, 0.8);
  }
  .diamonds-container .largediamond.darkblue .banner {
    background-color: rgba(0, 74, 108, 0.8);
  }
  .diamonds-container .largediamond.darkblue .banner:after {
    border-left-color: rgba(0, 74, 108, 0.8);
  }
  .diamonds-container .largediamond.darkPurple .banner {
    background-color: rgba(49, 39, 91, 0.8);
  }
  .diamonds-container .largediamond.darkPurple .banner:after {
    border-left-color: rgba(49, 39, 91, 0.8);
  }
  .diamonds-container .largediamond.darkorange .banner {
    background-color: rgba(108, 37, 0, 0.8);
  }
  .diamonds-container .largediamond.darkorange .banner:after {
    border-left-color: rgba(108, 37, 0, 0.8);
  }
  .diamonds-container .largediamond.darkgreen .banner {
    background-color: rgba(60, 88, 24, 0.8);
  }
  .diamonds-container .largediamond.darkgreen .banner:after {
    border-left-color: rgba(60, 88, 24, 0.8);
  }
  .diamonds-container .banner {
    color: white;
    width: 100%;
    width: calc(100% - 210px);
    position: relative;
    padding: 2.6em 1em 2em;
  }
  .diamonds-container .banner h2 {
    font-size: 2em;
    font-weight: bold;
  }
  .diamonds-container .banner h2:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: white;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 74.99em) and (max-width: 35.49em) {
  .diamonds-container .banner h2:before {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 74.99em) {
  .diamonds-container .banner p {
    font-size: 1.375em;
  }
  .diamonds-container .banner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -210px;
    width: 0;
    height: 0;
    border-bottom: 0px solid transparent;
    border-top: 328px solid transparent;
    border-left: 210px solid rgba(195, 21, 50, 0.8);
  }
}
@media all and (max-width: 74.99em) and (min-width: 25em) and (max-width: 47.99em) {
  .diamonds-container .diamond2, .diamonds-container .diamond3 {
    float: left;
    width: 49%;
    text-align: center;
  }
  .diamonds-container .diamond2 a, .diamonds-container .diamond3 a {
    height: 240px;
  }
  .diamonds-container .diamond3 {
    margin-left: 2%;
    margin-top: 18px;
  }
  .diamonds-container .diamond4 {
    clear: both;
  }
}

@media all and (max-width: 47.99em) {
  .diamonds-container .banner {
    color: white;
    width: calc(100% - 130px);
    position: relative;
    padding: 2em 1em;
  }
  .diamonds-container .banner h2 {
    font-size: 1.125em;
    font-weight: bold;
  }
  .diamonds-container .banner h2:before {
    margin-bottom: 16px;
  }
  .diamonds-container .banner p {
    font-size: 1em;
  }
}
@media all and (max-width: 24.99em) {
  .diamonds-container .diamond2, .diamonds-container .diamond3 {
    text-align: center;
  }
  .diamonds-container .statistic {
    padding: 2em;
  }
  .diamonds-container .largediamond a {
    height: auto;
  }
  .diamonds-container .banner {
    width: 100%;
  }
  .diamonds-container .plainBorder a {
    height: 200px;
  }
  .diamonds-container .plainBorder .white-banner {
    bottom: 7px;
  }
}
@media all and (max-width: 74.99em) {
  .diamonds-container .image-only-diamonds {
    display: none;
  }
}
@media all and (min-width: 75em) {
  .diamonds-container .image-only-diamonds .bg {
    position: absolute;
    display: block;
    height: 239px;
    width: 239px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
  }
  .diamonds-container .image-only-diamonds .bg .innerContainer {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 338px;
    height: 338px;
    margin-left: -50px;
    margin-top: -50px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
  }
  .diamonds-container .image-only-diamonds .bg1 {
    top: -176px;
    left: 221px;
    height: 352px;
    width: 352px;
  }
  .diamonds-container .image-only-diamonds .bg1 .innerContainer {
    height: 500px;
    width: 500px;
    margin-top: -74px;
    margin-left: -74px;
  }
  .diamonds-container .image-only-diamonds .bg1 .innerContainer img {
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
  }
  .diamonds-container .image-only-diamonds .bg2 {
    left: 883px;
    top: 49px;
  }
  .diamonds-container .image-only-diamonds .bg3 {
    height: 664px;
    width: 664px;
    left: -332px;
    top: 362px;
  }
  .diamonds-container .image-only-diamonds .bg3 .innerContainer {
    height: 940px;
    width: 940px;
    margin-top: -138px;
    margin-left: -138px;
  }
  .diamonds-container .image-only-diamonds .bg3 .innerContainer img {
    height: 100%;
    position: absolute;
    right: 0;
  }
  .diamonds-container .image-only-diamonds .bgbottom {
    position: absolute;
    height: 259px;
    width: 519px;
    top: 768px;
    left: 138px;
    overflow: hidden;
  }
  .diamonds-container .image-only-diamonds .bg4 {
    height: 352px;
    width: 352px;
    position: relative;
    top: 84px;
    left: 84px;
  }
  .diamonds-container .image-only-diamonds .bg4 .innerContainer {
    height: 500px;
    width: 500px;
    margin-top: -74px;
    margin-left: -74px;
    height: 250px;
    width: 500px;
    margin-top: -37px;
    margin-left: -160px;
  }
  .diamonds-container .image-only-diamonds .bg5 {
    top: 747px;
    left: 874px;
  }
  .diamonds-container .image-only-diamonds .bg5 .innerContainer {
    width: 395px;
    margin-left: -58px;
    margin-top: -58px;
    height: 395px;
  }
  .diamonds-container .image-only-diamonds .bg5 .innerContainer img {
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
  .diamonds-container .image-only-diamonds .bgCentered img {
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
  .diamonds-container .image-only-diamonds .bgsmall .innerContainer {
    width: 395px;
    margin-left: -58px;
    margin-top: -58px;
    height: 395px;
  }
}
@media print {
  .diamonds-container .largediamond .banner:after {
    border: 0;
  }
}

@media all and (min-width: 48em) and (max-width: 74.99em) {
  .diamond2, .diamond3, .bg2 {
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 2%;
  }
  .diamond2 img, .diamond3 img, .bg2 img {
    width: 100%;
    height: 240px;
  }
  .diamond2 a, .diamond3 a, .bg2 a {
    height: 240px;
  }

  .diamond3 {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .diamond4 {
    clear: both;
  }
}
.no-js .diamonds-container {
  margin-top: 23em;
}

/********************************************************************************************
	LISTING PAGE
***********************************************************************************************/
.searchTerm {
  background-color: #c31532;
  margin-bottom: 2.5em;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media all and (max-width: 47.99em) {
  .searchTerm {
    font-size: 0.75em;
  }
}
@media all and (min-width: 75em) {
  .searchTerm:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -0;
    border-top: 67px solid transparent;
    border-right: 35px solid white;
  }
}
.searchTerm input[type="text"] {
  border: 1px #ccc solid;
  font-size: 1.375em;
  padding: 0.7em 1em;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  width: 83%;
}
.searchTerm input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.searchTerm input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.searchTerm input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
.searchTerm input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}
@media all and (max-width: 74.99em) {
  .searchTerm input[type="text"] {
    width: 80%;
  }
}
@media all and (min-width: 48em) {
  .searchTerm input[type="text"] {
    border-right: 0;
    float: left;
  }
}
@media all and (max-width: 47.99em) {
  .searchTerm input[type="text"] {
    width: 100%;
    padding: 0.7em 20% 0.7em 1em;
  }
}
.searchTerm input[type="submit"] {
  border: 0;
  background-color: transparent;
  color: white;
  padding: 0.7em 1em;
  width: 10%;
  font-size: 1.375em;
  font-weight: 300;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
}
@media all and (min-width: 48em) {
  .searchTerm input[type="submit"] {
    float: left;
  }
}
@media all and (max-width: 74.99em) {
  .searchTerm input[type="submit"] {
    width: 20%;
  }
}
@media all and (max-width: 47.99em) {
  .searchTerm input[type="submit"] {
    width: 100%;
  }
}
.searchTerm input[type="reset"] {
  position: absolute;
  top: 17px;
  right: 18%;
  background-image: url("../img/design/cross.png");
  background-image: url("../img/design/cross.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -9999px;
  border: 0;
  height: 33px;
  width: 33px;
}
@media all and (max-width: 74.99em) {
  .searchTerm input[type="reset"] {
    right: 22%;
  }
}
@media all and (max-width: 47.99em) {
  .searchTerm input[type="reset"] {
    right: 5%;
    top: 10px;
  }
}

.refineSearch {
  padding-top: 2.6em;
}
@media all and (max-width: 74.99em) {
  .refineSearch {
    padding-top: 4.6em;
  }
}

.resultInfo {
  font-size: 1.875em;
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
}
@media all and (min-width: 75em) {
  .resultInfo {
    float: left;
  }
}
.resultInfo .total {
  font-weight: 600;
}
@media all and (max-width: 47.99em) {
  .resultInfo {
    font-size: 1.5em;
    border: 0;
    margin-bottom: 0;
  }
}

.toggleFiltersSection {
  margin: 0.3em 0 0;
  font-size: 1.5em;
  position: relative;
}
@media all and (max-width: 47.99em) {
  .toggleFiltersSection {
    font-size: 1.375em;
  }
}
.toggleFiltersSection a {
  color: #333333;
  display: block;
  padding-right: 2em;
  padding-bottom: 0.2em;
}
.toggleFiltersSection a:hover, .toggleFiltersSection a:focus {
  outline: 0;
  text-decoration: none;
}
.toggleFiltersSection span {
  font-size: 1.2em;
  line-height: 1.1em;
  display: inline-block;
  vertical-align: bottom;
}
.toggleFiltersSection .icon-tune {
  margin-right: 1em;
  display: none;
}
.toggleFiltersSection .toggle {
  position: absolute;
  right: 0;
  top: 3px;
}
.toggleFiltersSection .toggle:before {
  content: "\e610";
}
.toggleFiltersSection.open .toggle:before {
  content: "\e60f";
}
@media all and (min-width: 75em) {
  .toggleFiltersSection {
    float: right;
  }
}

.js .filtersSection {
  display: none;
}
.js .filtersSection.open {
  display: block;
}

.filtersSection {
  background-color: #f7f7f7;
  margin: 1em 0;
}
.filtersSection .select {
  padding: 0 0 2em;
}
.filtersSection .select label {
  padding: 0.6em 0em 1em;
  font-size: 1.25em;
  font-weight: bold;
  display: block;
}
.filtersSection h2 {
  margin: 1em 0;
  font-size: 1.5em;
  position: relative;
}
.filtersSection h2 a {
  color: #333333;
  display: block;
}
.filtersSection h2 span {
  font-size: 1.2em;
  line-height: 1.1em;
  display: inline-block;
  vertical-align: bottom;
}
.filtersSection h2 .icon-tune {
  margin-right: 1em;
}
.filtersSection h2 .toggle {
  position: absolute;
  right: 0;
  top: 0;
}

.filtersContainer {
  padding: 0 0 1em;
}

.filterSection {
  margin: 0;
  position: relative;
  border: 0;
  padding: 0;
  padding-top: 4em;
  border-bottom: #ddd solid 1px;
}
.filterSection p {
  clear: both;
}
.filterSection:last-child {
  border-bottom: 0;
}
.filterSection legend {
  padding: 0.6em 0em 0em;
  font-size: 1.25em;
  top: 7px;
  position: absolute;
  left: 0;
  font-weight: bold;
}
@media all and (max-width: 47.99em) {
  .filterSection legend {
    font-size: 1.1875em;
  }
}
.filterSection label {
  cursor: pointer;
  background-color: #ddd;
  color: #333333;
  padding: 0.4em 3.5em 0.4em 1em;
  margin: 0 1em 1em 0;
  display: inline-block;
  position: relative;
  font-size: 1.125em;
  font-weight: normal;
  transition: background-color 200ms;
}
@media all and (min-width: 75em) {
  .filterSection label:hover, .filterSection label:focus {
    background-color: white;
  }
}
@media all and (max-width: 47.99em) {
  .filterSection label {
    padding: 0.4em 2em 0.4em 1em;
    font-size: 1em;
  }
}
.filterSection label .uncheck {
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  display: none;
}
.filterSection label.disabled {
  cursor: default;
  color: #898989;
  background-color: #f1efef;
}
.filterSection label.disabled + .tooltip {
  color: #898989;
}
.filterSection label.fakeChecked {
  background-color: #521e59;
  color: white;
}
.filterSection label.fakeChecked:hover, .filterSection label.fakeChecked:focus {
  background-color: #333333;
}
.filterSection label.fakeChecked + .tooltip {
  color: white;
}
.filterSection input[type="checkbox"], .filterSection input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.filterSection input[type="checkbox"]:checked + label, .filterSection input[type="checkbox"] + label.fakeChecked, .filterSection input[type="radio"]:checked + label, .filterSection input[type="radio"] + label.fakeChecked {
  background-color: #521e59;
  color: white;
}
.filterSection input[type="checkbox"]:checked + label:hover, .filterSection input[type="checkbox"]:checked + label:focus, .filterSection input[type="checkbox"] + label.fakeChecked:hover, .filterSection input[type="checkbox"] + label.fakeChecked:focus, .filterSection input[type="radio"]:checked + label:hover, .filterSection input[type="radio"]:checked + label:focus, .filterSection input[type="radio"] + label.fakeChecked:hover, .filterSection input[type="radio"] + label.fakeChecked:focus {
  background-color: #333333;
}
.filterSection input[type="checkbox"]:checked + label + .tooltip, .filterSection input[type="checkbox"] + label.fakeChecked + .tooltip, .filterSection input[type="radio"]:checked + label + .tooltip, .filterSection input[type="radio"] + label.fakeChecked + .tooltip {
  color: white;
}
.filterSection input[type="checkbox"]:checked + label .uncheck, .filterSection input[type="checkbox"] + label.fakeChecked .uncheck, .filterSection input[type="radio"]:checked + label .uncheck, .filterSection input[type="radio"] + label.fakeChecked .uncheck {
  display: block;
}
.filterSection.hideOnDisabled label.disabled {
  display: none;
}
.filterSection.hideOnDisabled label.disabled + .tooltip {
  display: none;
}
.filterSection p {
  display: none;
  margin: 0.4em 0 1.8em 0.4em;
}

.toggleSection {
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-decoration: none;
}
.toggleSection:focus, .toggleSection:hover {
  outline: 0;
  text-decoration: none;
}
.toggleSection legend {
  position: relative;
}
.toggleSection .iconFont, .toggleSection .openMenu, .toggleSection .toggleFiltersSection .toggle, .toggleFiltersSection .toggleSection .toggle, .toggleSection .filtersSection h2 .toggle, .filtersSection h2 .toggleSection .toggle, .toggleSection .sod_select:after {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 1.6em;
}
@media all and (max-width: 47.99em) {
  .toggleSection .iconFont, .toggleSection .openMenu, .toggleSection .toggleFiltersSection .toggle, .toggleFiltersSection .toggleSection .toggle, .toggleSection .filtersSection h2 .toggle, .filtersSection h2 .toggleSection .toggle, .toggleSection .sod_select:after {
    top: 14px;
  }
}
.toggleSection .iconFont:before, .toggleSection .openMenu:before, .toggleSection .toggleFiltersSection .toggle:before, .toggleFiltersSection .toggleSection .toggle:before, .toggleSection .filtersSection h2 .toggle:before, .filtersSection h2 .toggleSection .toggle:before {
  content: "\e610";
}
.toggleSection.open {
  display: block;
}
.toggleSection.open .iconFont:before, .toggleSection.open .openMenu:before, .toggleSection.open .toggleFiltersSection .toggle:before, .toggleFiltersSection .toggleSection.open .toggle:before, .toggleSection.open .filtersSection h2 .toggle:before, .filtersSection h2 .toggleSection.open .toggle:before {
  content: "\e60f";
}

.filter {
  position: relative;
  float: left;
}

.largeOnHover label {
  font-size: 0.8125em;
}

.listing a {
  display: block;
}
.listing a:hover, .listing a:focus {
  text-decoration: none;
}
.listing a:hover h3, .listing a:focus h3 {
  border-bottom-width: 2px;
}
.listing a span {
  margin-right: 6px;
}
.listing li {
  font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  margin-bottom: 3em;
  overflow: hidden;
}
.listing h3 {
  font-size: 1.625em;
  color: #521e59;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: inline;
  margin: 0;
  line-height: 1.7em;
  padding-bottom: 0.1em;
}
@media all and (max-width: 47.99em) {
  .listing h3 {
    font-size: 1.5em;
  }
}
.listing p {
  font-size: 1.25em;
  line-height: 1.8em;
  margin-top: 0.4em;
}
@media all and (min-width: 48em) {
  .listing p {
    padding-right: 10em;
  }
}
@media all and (max-width: 47.99em) {
  .listing p {
    font-size: 1.1875em;
  }
}
.listing img {
  float: left;
  margin-top: 10px;
  max-width: 100%;
}
@media all and (min-width: 75em) {
  .listing img {
    width: 160px;
  }
}
@media all and (min-width: 25em) and (max-width: 74.99em) {
  .listing img {
    width: 20%;
  }
}
@media all and (max-width: 24.99em) {
  .listing img {
    margin-bottom: 1em;
  }
}
.listing div {
  float: left;
}
@media all and (min-width: 25em) and (max-width: 74.99em) {
  .listing div {
    width: 78%;
    margin-left: 2%;
  }
  .listing div p {
    padding-right: 5%;
  }
}
@media all and (min-width: 75em) {
  .listing div {
    margin-left: 2em;
    width: 908px;
  }
  .listing div p {
    padding-right: 190px;
  }
}

.listingResults {
  margin: 2em auto;
}

@media all and (max-width: 47.99em) {
  .listingControls, .pagination {
    display: none !important;
  }
}

@media all and (min-width: 48em) {
  .loadMore {
    display: none;
  }
}
@media all and (max-width: 47.99em) {
  .loadMore {
    text-align: center;
    margin: 0 1em 2em;
    width: auto;
  }
  .loadMore:after {
    content: none;
  }
}

.pagination {
  text-align: center;
  margin-bottom: 2em;
}
.pagination div a {
  color: #333333;
  padding: 1em;
}
.pagination div .previous, .pagination div .next {
  float: left;
  padding: 1em;
}
.pagination div .previous.inactive, .pagination div .next.inactive {
  visibility: hidden;
}
.pagination div ul {
  float: left;
}
.pagination div ul li {
  float: left;
}
.pagination div ul li a.active {
  text-decoration: underline;
  font-weight: bold;
}
@media all and (min-width: 48em) {
  .pagination div {
    display: inline-block;
    margin: 0 auto;
  }
  .pagination div a {
    margin-right: 1em;
  }
  .pagination div a:first-child {
    padding-left: 0;
  }
  .pagination div ul li {
    margin-top: 1em;
  }
}
@media all and (max-width: 47.99em) {
  .pagination div .previous, .pagination div .next, .pagination div ul, .pagination div ul li {
    display: block;
    float: none;
    width: 100%;
    border-bottom: #ddd 1px solid;
    overflow: hidden;
    text-align: center;
    padding: 1em;
  }
  .pagination div ul {
    padding: 0;
  }
  .pagination div ul li:last-child {
    border: 0;
  }
}

.resultDisplay {
  text-align: right;
}
@media all and (max-width: 47.99em) {
  .resultDisplay {
    margin-top: 1em;
  }
}
.resultDisplay label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 10px;
  vertical-align: middle;
}
.resultDisplay .sod_select {
  width: auto;
  padding-right: 2em;
  border: #ccc 1px solid;
  margin-left: 1em;
  padding: 1em 1.4em 1em 1em;
  font-size: 1em;
}
.resultDisplay .sod_select:after {
  right: 6px;
  top: 13px;
  font-size: 20px;
}
.resultDisplay .form-element {
  padding: 0em 0 1px;
  float: right;
}
.resultDisplay .form-element label {
  display: inline;
}
.resultDisplay .form-element select {
  margin-left: 1em;
  width: auto;
}

.tooltip {
  margin-left: 1em;
  color: #333333;
  position: absolute;
  right: 53px;
  top: 12px;
}
@media all and (max-width: 74.99em) {
  .tooltip {
    display: none;
  }
}
.tooltip:hover, .tooltip:focus {
  text-decoration: none;
}
.tooltip:hover .tooltipText, .tooltip:focus .tooltipText {
  visibility: visible;
}

.tooltipClose {
  display: block;
  text-align: right;
  color: #333333;
  text-decoration: underline;
}
.tooltipClose:hover, .tooltipClose:focus {
  text-decoration: none;
}

.tooltipText {
  visibility: hidden;
  line-height: 1.4em;
  position: absolute;
  top: 2.5em;
  background-color: white;
  z-index: 1;
  padding: 1em;
  width: 300px;
  border: #ddd 1px solid;
  color: #333333;
}
.tooltipText.left {
  left: -8em;
}
.tooltipText.right {
  right: 18px;
}
.tooltipText:hover, .tooltipText:focus {
  visibility: visible;
}

.listingPage .introText {
  padding-bottom: 0;
}

.listingControls {
  margin-top: 1em;
}

.js .no-js-listing {
  display: none;
}

.loading-indicator {
  text-align: center;
  padding: 50px 20px;
  font-weight: 600;
  font-size: 30px;
}

.pre-filter-error {
  font-size: 1.375em;
  margin-top: 0;
}
.pre-filter-error p {
  margin-top: 0;
}

/*********************************************************************
	STAFF PROFILE PAGE
********************************************************************/
.staffProfile .intro img {
  width: 100%;
}
.staffProfile .intro h2 {
  font-size: 1.75em;
  font-weight: bold;
}
.staffProfile .intro h2:before {
  content: "";
  width: 72px;
  height: 5px;
  display: block;
  background-color: #c31532;
  margin-bottom: 20px;
}
@media all and (max-width: 35.49em) {
  .staffProfile .intro h2:before {
    margin-bottom: 10px;
  }
}
.staffProfile .intro h3 {
  font-size: 1.25em;
  color: #666666;
}
.staffProfile .intro p {
  font-size: 1.5em;
  margin: 0;
}
.staffProfile .intro a {
  color: #333333;
}
.staffProfile .intro .text {
  padding: 1em 0;
}
.staffProfile .intro .text h3 {
  margin: 0.6em 0 0;
}
@media all and (min-width: 48em) {
  .staffProfile .intro .text {
    padding: 1em 2em;
  }
}
.staffProfile .intro .contact {
  border-top: 1px #ddd solid;
}
.staffProfile .intro .contact span {
  color: #c31532;
}
@media all and (max-width: 47.99em) {
  .staffProfile {
    margin: 1em 0 2em;
  }
  .staffProfile .intro, .staffProfile .mainBody {
    padding: 1em;
  }
  .staffProfile .intro h2 {
    font-size: 1.5em;
  }
  .staffProfile .intro h3 {
    font-size: 1.1875em;
  }
  .staffProfile .intro p {
    font-size: 1.125em;
  }
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
/* Remove, change to fit your needs */
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-family: Arial, sans-serif;
  border: 1px solid #DDD;
  background: white;
  color: #333333;
  padding: 1em 1.4em 1em 1em;
  font-size: 1em;
  outline: 0;
  outline-offset: -2px;
  /* Opera */
  cursor: default;
}
@media all and (min-width: 48em) {
  .sod_select {
    width: 510px;
  }
}
@media all and (max-width: 47.99em) {
  .sod_select {
    width: 100%;
  }
}

/* Down arrow */
.sod_select:after {
  position: absolute;
  right: 6px;
  top: 13px;
  font-size: 20px;
  content: "\e630";
  color: #333333;
}

/* Change the border color on hover, focus and when open */
/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */
}

.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */
}

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 100%;
  margin: 0;
  background: #ffffff;
  border: 1px solid #ccc;
  border-top: none;
  color: #444444;
  font-weight: 300;
  z-index: 1;
}

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block;
}

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none;
}

/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none;
}

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none;
}

/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333;
}

/*Make room for the check mark */
.sod_select .sod_option.selected {
  font-weight: 700;
}

/* Displays a check mark for the selected option */
/* .sod_select .sod_option.selected:before
    {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: inline-block;
        color: #333333;
        height: 9px;
        width: 10px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
    } */
/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}

.sod_select.no_highlight .sod_option.selected:before {
  display: none;
}

.sod_select .sod_option.link {
  /* If data-link is set on a specific option */
}

.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */
}

/* Hide native select */
.sod_select select {
  display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

/* .mfp-zoom-out-cur {
  &, .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
} */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 22px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 50px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
