@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz UK
 * updated: Fri Aug 17 2018 09:37:04 GMT+0100 (BST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Font awesome
    Magnific popup
    Responsive tables
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* Custom font */
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("/incl/fonts/BebasNeueRegular.otf") format("opentype"), url("/incl/fonts/BebasNeueRegular.ttf") format("truetype");
}

@font-face {
  font-family:"gill-sans-nova";
  src:url("/incl/fonts/gill-sans-nova-400.woff2") format("woff2"),url("/incl/fonts/gill-sans-nova-400.woff") format("woff"),url("/incl/fonts/gill-sans-nova-400.otf") format("opentype");
  font-display:auto;font-style:normal;font-weight:400;
  }
  
  @font-face {
  font-family:"gill-sans-nova";
  src:url("/incl/fonts/gill-sans-nova-500.woff2") format("woff2"),url("/incl/fonts/gill-sans-nova-500.woff") format("woff"),url("/incl/fonts/gill-sans-nova-500.otf") format("opentype");
  font-display:auto;font-style:normal;font-weight:500;
  }
  
  @font-face {
  font-family:"gill-sans-nova";
  src:url("/incl/fonts/gill-sans-nova-600.woff2") format("woff2"),url("/incl/fonts/gill-sans-nova-600.woff") format("woff"),url("/incl/fonts/gill-sans-nova-600.otf") format("opentype");
  font-display:auto;font-style:normal;font-weight:600;
  }

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-font-one {
  font-family: "gill-sans-nova", sans-serif;
}

.custom-font-two {
  font-family: "Raleway", sans-serif;
  font-size: 1.3em;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-600 {
  font-weight: 600;
}

.strong {
  font-weight: bold;
}

.color-lightblue {
  color: #6ab9e0;
}

.color-darkblue {
  color: #43405F;
}

.color-lightgreen {
  color: #9FAF35;
}

.color-darkgreen {
  color: #3E8886;
}

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

.line-break {
  display: block;
}

.background-darkblue {
  background: #43405F;
}

.background-lightblue {
  background: #6ab9e0;
}

.background-lightgrey {
  background: #EEE;
}

.background-lightred {
  background: #F35F7F;
}

.background-darkgreen {
  background: #3E8886;
}

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

.no-margin {
  margin: 0;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

body {
  overflow-y: scroll;
  height: 100%;
}

.touch body {
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #222;
  color: #dddddd;
}

td {
  border: 1px solid #222;
}

/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #222;
  color: #dddddd;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .button:visited {
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: black;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #222;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #222;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

.main {
  font-family: "Raleway", sans-serif;
  background: #fff;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gill-sans-nova", sans-serif;
    color: #45443b;
    font-weight: 400;
    margin: 0.5em 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.1em;
}

h1 {
  font-size: 2.4em;
  font-weight: 600;
  @media (max-width: 768px) {
      font-size: 2.1em;
  }
}

h2 {
  font-size: 2.2em;
  @media (max-width: 768px) {
      font-size: 1.8em;
  }
}

h3 {
  font-size: 2em;
  color: #6ab9e0;
  @media (max-width: 768px) {
      font-size: 1.7em;
  }
}

h4 {
  font-size: 1.7em;
  @media (max-width: 768px) {
      font-size: 1.6em;
  }
}

h5 {
  font-size: 1.5em;
  @media (max-width: 768px) {
      font-size: 1.4em;
  }
}

h6 {
  font-size: 1.35em;
  @media (max-width: 768px) {
      font-size: 1.3em;
  }
}

a {
  color: #3aacaf;
}

a:hover {
  color: #42807e;
}

.container {
  margin: 0 auto;
  padding: 0 1em;
}

.touch {
  -webkit-overflow-scrolling: touch;
}

/*
--------------------
Modules
--------------------
*/
header {
  position: fixed;
  background: green;
  height: 65px;
  width: 100%;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #DCDCDC;
  z-index: 2;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}

header.search-active {
  z-index: 20;
}

header .container {
  padding: 0;
}

header .navigation-wrapper {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

header .homepage-anchor-wrapper {
  display: none;
}

.homepage-logo {
  position: absolute;
  bottom: 10px;
  left: 13px;
  width: 115px;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.67);
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
}

.overlay.show-overlay {
  opacity: 1;
  z-index: 10;
}

.header .overlay {
  display: none;
  top: 0;
}

.secondary-nav, .global-search-label {
  display: none;
}

.close {
  display: block;
}

.global-search {
  font-family: "Raleway", sans-serif;
}

.homepage-anchor-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.homepage-anchor-wrapper .homepage-anchor {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  text-transform: uppercase;
  background: #DF5565;
  padding: 0.8em 0;
  text-align: center;
  display: block;
}

.homepage-anchor-wrapper .homepage-anchor:hover {
  background: #db4052;
}

.homepage-anchor-wrapper .homepage-anchor .fa {
  margin-left: 0.1em;
  font-size: 1.2em;
}

.homepage-anchor-wrapper .homepage-anchor.top-of-homepage .fa {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

.site-notification {
  display: inline-block;
  text-align: center;
  background: #201e31;
  width: 100%;
  color: #fff;
}

.site-notification a {
  color: #6ab9e0;
  text-decoration: underline;
}

.site-notification a:hover {
  color: #8cc9e7;
}

.home .homepage-hero {
  display: none;
}

.white-logo {
  display: none;
}

.global-search-label {
  display: inline-block;
  font-family: "gill-sans-nova", sans-serif;
  font-size: 1.8em;
  color: #fff;
  vertical-align: middle;
  margin: 4px 9px 0 0;
  font-weight: bold;
}

.search-message {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  margin: 0 auto 1em;
  text-shadow: 0 1px 1px #8C8C8C;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

.main {
  position: relative;
}

.main .content-container {
  padding-bottom: 6em;
}

.left-column,
.breadcrumbs,
.promoted-links {
  display: none;
}

.back-to-top-wrapper {
  position: fixed;
  bottom: 65px;
  left: 50%;
  margin-left: -39px;
  z-index: 0;
  font-family: "gill-sans-nova", sans-serif;
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -webkit-transform: translate3d(0px, 100%, 0px);
  -ms-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
}

.back-to-top-wrapper .back-to-top {
  padding: 1.5em 0.5em 0.5em;
  position: relative;
  background: #fff;
  border: 1px solid #dadada;
  border-bottom: 0;
  -webkit-box-shadow: inset 0px -5px 10px -8px #404040;
  -moz-box-shadow: inset 0px -5px 10px -8px #404040;
  box-shadow: inset 0px -5px 10px -8px #404040;
  color: #3E8886;
  display: block;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.back-to-top-wrapper .back-to-top:after {
  content: '';
  border-right: 3px solid;
  border-top: 3px solid;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -3px;
}

.back-to-top-wrapper.show-element {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.back-to-top-wrapper.show-element.sit-on-footer {
  position: absolute;
  bottom: 0;
}

.sticky-heading {
  position: fixed;
  top: 0;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px #dedede;
  -moz-box-shadow: 0 1px 1px #dedede;
  box-shadow: 0 1px 1px #dedede;
  width: 110%;
  padding: 0 1em;
  margin: 0 -1em;
  z-index: 1;
}

.sticky-heading.fix-to-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  background: auto;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  width: auto;
}

.main.search.two-column > .container {
  display: flex;
  flex-flow: column;
}

.search.two-column .left-column {
  display: block;
  order: 1;
}

.search.two-column .content {
  order: 2;
}

.page-heading {
  display: none;
}

input[type="text"],
input[type="email"],
textarea,
select {
  padding: 0.6em;
  border: 1px solid #EBEBEB;
  -webkit-appearance: none;
  height: 3em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

textarea {
  height: 9em;
}

select {
  height: 3em;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

fieldset ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type="submit"],
.sq-form-submit {
  background: #3aacaf;
  padding: 0.2em 2em 0.1em;
  color: #fff;
  font-family: "gill-sans-nova", sans-serif;
  border: 0;
  font-size: 2em;
}

input[type="submit"]:hover,
.sq-form-submit:hover {
  background: #3fbbbe;
}

.sq-form-question-select .sq-form-question-answer {
  position: relative;
}

.sq-form-question-select .sq-form-question-answer:after {
  content: '';
  border-left: 4px solid;
  border-bottom: 4px solid;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  right: 12px;
}

.sq-form-question-select .sq-form-question-answer select {
  -moz-appearance: none;
}

.sq-form-question {
  margin-bottom: 2em;
  width: 60%;
}

.sq-form-required-field,
.required,
abbr[title] {
  border: 0;
}

label,
.sq-form-question-title {
  margin-bottom: .2em;
}

.sq-form-question-tickbox-list input[type="checkbox"],
.sq-form-question-tickbox-list input[type="radio"],
.sq-form-question-option-list input[type="checkbox"],
.sq-form-question-option-list input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.sq-form-question-tickbox-list label,
.sq-form-question-option-list label {
  padding-left: 29px;
  display: inline-block;
  line-height: 1.8;
  position: relative;
  margin: 3px 20px 3px 0;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.sq-form-question-tickbox-list input[type="checkbox"] + label:before,
.sq-form-question-option-list input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #666;
  background: #fff;
  margin-top: -11px;
}

.sq-form-question-tickbox-list input[type="radio"] + label:before,
.sq-form-question-option-list input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #666;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sq-form-question-tickbox-list input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #01385f;
  border-left: 2px solid #01385f;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -4px;
}

.sq-form-question-tickbox-list label:hover:after {
  border-bottom: 2px solid #adadad;
  border-left: 2px solid #adadad;
}

.sq-form-question-option-list input[type="radio"]:checked + label:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #01385f;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
  left: 3px;
}

.sq-form-question-option-list label:hover:after {
  background: #a2a2a2;
}

.sq-form-error {
  color: #a52828;
}

.file-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}

.file-listing a {
  display: block;
  padding: 0.4em 0 0.4em 2em;
  position: relative;
  text-align: left;
}

.file-listing a .fa-file {
  color: #44415E;
  position: absolute;
  left: 0;
  font-size: 1.4em;
  top: 50%;
  margin-top: -11px;
}

.helpful-links {
  padding: 0 0 2em;
  border-top: 5px solid #ECEAEB;
  border-bottom: 5px solid #ECEAEB;
}

.page-not-found p {
  font-size: 1.6em;
}

.cookie-message {
  padding: 20px 30px;
  background: #353534;
  color: #fff;
  position: absolute;
  display: none;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  width: 100%;
  z-index: 10;
}

.cookie-message .cookie-message-text {
  margin: 0 0 20px;
  font-size: 15px;
  text-align: center;
}

.cookie-message.show-cookie-message {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  position: relative;
}

.cookie-message .policy-link {
  color: #6ab9e0;
  text-decoration: underline;
}

.button-wrapper {
  display: block;
  text-align: center;
}

.button-wrapper .accept-cookies {
  padding: 0;
  height: 44px;
  width: 183px;
  color: #fff;
  font-weight: bold;
  font-family: "gill-sans-nova", sans-serif;
  background: #44415E;
  border: 1px solid #767676;
  font-size: 2em;
}

.page-wrapper,
.black-bar {
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
}

body {
  background: #353534;
}

@media screen and (max-width: 37.5em) {
  .search-box .tt-menu {
    position: fixed !important;
    top: auto !important;
    bottom: 100%;
    margin: 0 !important;
  }
  .search-box .tt-menu .tt-dataset-courses {
    width: 100% !important;
    background: #fff;
  }
  .search-box .tt-menu .tt-dataset-other {
    width: 100% !important;
    border: 0 !important;
    background: #fff;
  }
  .mobile-homepage-search .search-box .tt-menu {
    position: absolute !important;
    top: 100% !important;
    bottom: 0 !important;
  }
}

.skip-to-content-container {
  position: fixed;
  top: -35px;
  left: 50%;
  margin-left: -12px;
  z-index: 100;
}

.sticky-header .skip-to-content-container .skip-to-content {
  background: #6ab9e0;
  color: #fff;
}

.skip-to-content-container .skip-to-content {
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  padding: 0.4em;
  display: inline-block;
  background: #fff;
  color: #6ab9e0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}

.skip-to-content-container .skip-to-content:focus {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

.course .course-block,
.course .right-column-block {
  padding-bottom: 2em;
  margin: 1em 0;
  border-bottom: 5px solid #EBEBEB;
}

.course .course-block .banner-cta {
  padding: 2em 1em;
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
}

.course-block {
  position: relative;
}

.course-block h2 {
  margin-top: 0;
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  background: #fff;
}

.testimonial-block,
.promoted-profile {
  position: relative;
  padding-top: 30px;
}

.testimonial-block:before,
.promoted-profile:before {
  content: "";
  height: 90px;
  width: 110%;
  position: absolute;
  top: 0;
  left: -5%;
  background: #43405F;
}

.testimonial-block .profile-picture,
.promoted-profile .profile-picture {
  margin: 0 auto;
}

.testimonial-block .profile-info,
.promoted-profile .profile-info {
  text-align: center;
  padding-bottom: 1em;
}

.testimonial-block .profile-info h3,
.promoted-profile .profile-info h3 {
  margin: 0.4em 0 0.2em;
}

.testimonial-block .profile-description,
.promoted-profile .profile-description {
  text-align: center;
}

.testimonial-block .profile-info:after {
  content: '';
  position: absolute;
  width: 110%;
  height: 0;
  border-bottom: 1px solid #E4E4E4;
  left: -5%;
  bottom: 0;
}

.profile-picture {
  width: 122px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
}

.profile-picture img {
  height: auto;
  display: block;
  width: 100%;
}

.profile-info {
  position: relative;
}

.profile-info h3 {
  color: #43405F;
  font-size: 1.5em;
  margin-bottom: 0;
}

.profile-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-info .job-title {
  margin-top: 0;
  font-size: 0.9em;
}

.profile-info .view-more {
  display: inline;
  margin: 0;
}

.profile-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-listing > li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ececec;
}

.profile-listing > li a {
  text-decoration: none;
}

.profile-listing .profile-picture,
.profile-listing .profile-info {
  display: inline-block;
  vertical-align: middle;
}

.profile-listing .profile-picture {
  margin-right: 1em;
}

.profile-listing .promoted-profile .profile-picture {
  display: block;
  margin: 0 auto;
}

.profile-listing .promoted-profile .profile-info {
  width: 100%;
}

.profile-listing .promoted-profile .course-leader {
  margin-bottom: 0;
  color: #3E8886;
  font-weight: bold;
  font-size: 1.2em;
}

.profile-listing h3 {
  /*font-family: $custom-font-two;*/
  /*font-size: 1.2em;*/
}

.profile-listing h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1em;
}

.anchor-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #3F3B3C;
  font-family: "gill-sans-nova", sans-serif;
  font-size: 1.5em;
  margin: 0 auto;
  text-align: center;
}

.anchor-list li {
  display: inline-block;
}

.anchor-list a {
  display: block;
  width: 100%;
  padding: 0.5em;
  text-decoration: none;
  color: #FDFDFD;
  line-height: .9em;
}

.course-details {
  list-style: none;
  background: #EFEFEF;
  color: #484644;
  font-family: "gill-sans-nova", sans-serif;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
}

.course-details li {
  display: inline-block;
  padding: 0.5em;
  width: 49%;
  vertical-align: top;
}

.kis-widget {
  margin: 3em 0;
}

.course-modules h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.3em;
}

.course-modules ul {
  font-size: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-modules li {
  margin-bottom: 0.5em;
}

.course-modules .optional-module {
  color: #3E8886;
  font-weight: bold;
  font-size: 0.9em;
}

.course-modules .fa {
  margin-right: 4px;
}

.course-ucas-code {
  margin-top: -10px;
  color: #43405F;
}

.nav {
  display: none;
}

.mobile-nav, .top-level-nav, .sub-level-nav, .close-wrapper {
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
}

.mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  height: -moz-calc(100% - 65px);
  /* Firefox */
  height: -webkit-calc(100% - 65px);
  /* WebKit */
  height: -o-calc(100% - 65px);
  /* Opera */
  height: calc(100% - 65px);
  /* Standard */
  top: 0;
  background: #fff;
  z-index: 10;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
}

.mobile-nav.active {
  -webkit-transform: translate3d(0%, 0px, 0px);
  -ms-transform: translate3d(0%, 0px, 0px);
  transform: translate3d(0%, 0px, 0px);
  -webkit-box-shadow: 1px 0px 1px #909090;
  -moz-box-shadow: 1px 0px 1px #909090;
  box-shadow: 1px 0px 1px #909090;
  z-index: 20;
}

.mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav h4 {
  padding: 0;
  margin: 0;
}

.close-wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  height: 65px;
  background: #fff;
  border-top: 1px solid #999;
}

.close-wrapper.active {
  -webkit-transform: translate3d(0%, 0px, 0px);
  -ms-transform: translate3d(0%, 0px, 0px);
  transform: translate3d(0%, 0px, 0px);
}

.close-wrapper .close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 20;
}

.close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 20;
  width: 40px;
  height: 40px;
  border: 0;
  background: 0;
}

.close::before, .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #464646;
}

.close.heavy::before, .close.heavy::after {
  height: 9px;
  margin-top: -6px;
}

.close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-level-nav, .sub-level-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-level-nav li:last-child a:after, .sub-level-nav li:last-child a:after {
  border-bottom: 0;
}

.top-level-nav a, .sub-level-nav a {
  display: block;
  padding: 1em 5%;
  color: #6ab9e0;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.top-level-nav a:after, .sub-level-nav a:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  left: 5%;
  bottom: 0;
  border-bottom: 1px solid #DBDBDB;
}

.top-level-nav.off-screen, .sub-level-nav.off-screen {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
}

.top-level-nav.off-screen.showing-sub-sub, .sub-level-nav.off-screen.showing-sub-sub {
  -webkit-transform: translate3d(-200%, 0px, 0px);
  -ms-transform: translate3d(-200%, 0px, 0px);
  transform: translate3d(-200%, 0px, 0px);
}

.top-level-nav.off-screen.showing-sub-sub.showing-sub-sub-sub, .sub-level-nav.off-screen.showing-sub-sub.showing-sub-sub-sub {
  -webkit-transform: translate3d(-300%, 0px, 0px);
  -ms-transform: translate3d(-300%, 0px, 0px);
  transform: translate3d(-300%, 0px, 0px);
}

.top-level-nav.off-screen.showing-sub-sub.showing-sub-sub-sub.showing-sub-sub-sub-sub, .sub-level-nav.off-screen.showing-sub-sub.showing-sub-sub-sub.showing-sub-sub-sub-sub {
  -webkit-transform: translate3d(-400%, 0px, 0px);
  -ms-transform: translate3d(-400%, 0px, 0px);
  transform: translate3d(-400%, 0px, 0px);
}

.show-sub-nav {
  position: absolute;
  right: 0.5em;
  top: 0.7em;
  border: 0;
  background: 0;
  padding: 4px 15px;
  color: #6ab9e0;
}

.show-sub-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  height: 60%;
  width: 1px;
  border-left: 1px solid #DBDBDB;
}

.sub-level-nav {
  left: 100%;
  display: none;
}

.sub-level-nav a {
  text-transform: none;
  color: #000;
}

.sub-level-nav .traverse-level {
  color: #6ab9e0;
  font-family: "gill-sans-nova", sans-serif;
}

.sub-level-nav .traverse-level .traverse-level-arrow {
  margin: 0 .3em 0 0;
}

.sub-level-nav .traverse-level h4 {
  color: #6ab9e0;
  font-size: 1.4em;
}

.sub-level-nav.active {
  display: block;
}

.sub-level-nav.current {
  display: block;
}

.sub-level-nav .sub-level-nav {
  display: none;
}

.sub-level-nav .sub-level-nav.active {
  display: block;
}

.sub-level-nav .sub-level-nav.current {
  display: block;
}

.mobile-controls {
  position: absolute;
  right: 7px;
  bottom: 10px;
}

.mobile-controls .menu-toggle {
  border: 0;
  background: 0;
  line-height: 1em;
  font-size: 2em;
  width: 45px;
  height: 45px;
  padding: 0;
}

.mobile-controls .search-toggle {
  width: 45px;
  height: 45px;
  border: 0;
  background: #fff;
  font-size: 2em;
}

.search-box {
  position: relative;
}

.search-submit {
  position: absolute;
  background: url("/incl/images/customer/search-icon.png") 7px 6px no-repeat;
  width: 45px;
  height: 45px;
  border: 0;
  right: 3px;
  top: 50%;
  margin-top: -23px;
}

.global-search {
  background: #45443b;
  position: relative;
  z-index: 10;
  height: 64px;
  padding-top: 6px;
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  border-bottom: 7px solid rgba(185, 181, 175, 0.25)
}

.global-search.show-search-box {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 20;
}

.global-search .search-query {
  width: 96%;
  height: 53px;
  margin: 0 2%;
  padding: 0.6em 100px 0.6em 0.6em;
}

.global-search .search-submit {
  right: 61px;
}

.global-search .close {
  font-size: 2em;
  background: #6ab9e0;
  width: 50px;
  height: 53px;
  bottom: 5px;
  right: 6px;
  padding: 0;
}

.global-search .close::before, .global-search .close::after {
  height: 6px;
  width: 32px;
  left: 9px;
  top: 25px;
  background: #fff;
}

header .search-message,
header .global-search-label {
  display: none;
}

.banner-title-wrapper {
  background: rgba(58, 173, 174, 0.85);
  padding: 1em;
  margin-top: 0;
}

.banner-title-wrapper .banner-title {
  color: #fff;
  text-shadow: 1px 1px 1px #b7b7b7;
}

.home .banner-title-wrapper {
  background: 0;
}

.course-banner {
  font-family: "gill-sans-nova", sans-serif;
}

.course-banner .school-code {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  text-shadow: 1px 1px 1px #b7b7b7;
}

.course-banner .course-code {
  color: #41425E;
  font-size: 1.2em;
  margin: 0;
}

.course-banner .banner-title {
  margin: 0.2em 0;
  line-height: 1em;
}

.course-banner .banner-title-wrapper {
  border-bottom: 2px solid #fff;
}

.banner-cta {
  font-family: "gill-sans-nova", sans-serif;
}

.banner-cta .apply-for-course,
.banner-cta .book-open-day {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.apply-for-course,
.book-open-day {
  display: block;
  padding: 0.3em 0.2em 0.1em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.apply-for-course {
  background: #9FAF35;
}

.apply-for-course:hover {
  background: #b1c33b;
}

.book-open-day {
  background: #44415E;
}

.book-open-day:hover {
  background: #4f4b6d;
}

.banner-image {
  display: none;
}

.home .banner-image {
  display: block;
}

.banner-wrapper,
.sticky-anchor-links,
.course-details-wrapper {
  padding: 0;
}

@media screen and (max-width: 37.5em) {
  .banner {
    background-size: cover !important;
    background-position: center center !important;
  }
}

footer {
  background: #45443b;
  margin-bottom: 65px;
  font-family: "Raleway", sans-serif;
  padding: 1em 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer h3 {
  font-family: "gill-sans-nova", sans-serif;
  color: #ecd44b;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1em;
  padding: 0.6em 3em 0.6em 1em;
  margin: 0;
  position: relative;
}

footer ul, footer .footer-content-block {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0.5em 1em;
  display: none;
  background: #999;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -webkit-box-shadow: 0 0 4px 1px #50504D inset;
  -moz-box-shadow: 0 0 4px 1px #50504D inset;
  box-shadow: 0 0 4px 1px #50504D inset;
}

footer .footer-block {
  position: relative;
  padding-bottom: 1px;
  overflow: hidden;
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  align-self: flex-start;
}

footer .footer-block a {
  font-size: 0.8em;
}

footer .footer-block a:hover {
  text-decoration: underline;
}

footer .footer-block li {
  margin-bottom: 0.3em;
}

footer .footer-block:before {
  content: "";
  border-bottom: 1px solid #a5a5a5;
  width: 94%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 3%;
}

footer .footer-block:last-child:before {
  border: 0;
}

footer .footer-block.show-block ul, footer .footer-block.show-block .footer-content-block {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

footer .footer-block p {
  margin: 0;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
}

footer .footer-block.animate-in {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

footer .footer-block.footer-logos ul {
  display: inline;
}

footer .footer-content-block a {
  font-size: 1em;
}

footer .expand-block {
  position: absolute;
  right: 1em;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

footer .expand-block:after {
  content: '+';
  display: block;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
}

.footer-block-heading.active-block .expand-block:after {
  content: '-';
}

.footer-bar {
  background-color: #9E9E9E;
  padding: 0.5rem;
  border-top: 3px solid #fff;
}

.footer-bar a {
  display: inline-block;
}

.footer-bar img {
  height: 35px;
  vertical-align: middle;
}

.right-column li {
  margin-bottom: 1em;
}

.right-column a {
  text-decoration: none;
  color: #3E8886;
}

.right-column .right-column-block {
  padding: 0 0 1em;
  margin: 0 0 1em;
  border-bottom: 5px solid #ECECEC;
}

.course .file-listing {
  margin-top: 0.5em;
}

.twitter-feed {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}

.left-column {
  text-align: right;
}

.left-column h2 {
  margin: 0 7% 0.5em 0;
  border-bottom: 2px solid #E7E7E7;
  font-size: 1.5em;
  font-family: "gill-sans-nova", sans-serif;
}

.left-column h2 a {
  border: 0;
  background: 0;
}

.left-column ul {
  list-style: none;
  padding: 0;
  margin: 0 7% 0 7%;
  font-size: 1em;
}

.left-column a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 0.4em 14px 0.4em 0;
  position: relative;
}

.left-column a .fa {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  font-size: 0.6em;
  color: #4c4c4c;
}

.left-column a .fa.fa-chevron-down {
  right: 2px;
}

.secondary-navigation .active.has-child-pages {
  background: #E6E6E6;
}

.secondary-navigation .active.has-child-pages > a {
  background: 0;
  border: 0;
  position: relative;
}

.secondary-navigation .active.has-child-pages > a:after {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  position: absolute;
  margin-top: -7px;
}

.secondary-navigation .active > a {
  font-weight: 600;
}

.secondary-navigation li {
  border-bottom: 1px solid #E6E6E6;
}

.secondary-navigation a:hover {
  color: #6ab9e0;
}

.secondary-navigation .child-pages {
  width: 100%;
  margin: 0;
}

.secondary-navigation .child-pages li {
  border: 0;
  padding-right: 1.1em;
}

.secondary-navigation .child-pages a {
  border: 0;
}

.search {
  /* results bottom */
  /* Left filter */
}

.search .search-term-banner {
  background: #6ab9e0;
  display: inline-block;
  width: 100%;
}

.search .search-term-banner span {
  color: #fff;
  display: block;
  font-size: 0.5em;
}

.search .search-term {
  color: #CE3C3D;
}

.search .results-range {
  color: #6ab9e0;
}

.search .result h3 {
  margin-top: .2em;
}

.search .search-results {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 5px solid #EEE;
  font-size: 1em;
}

.search .search-results a {
  color: #43405F;
  text-decoration: none;
}

.search .search-results li {
  border-bottom: 5px solid #EEE;
  padding: 1em 0;
}

.search .search-results .course-info {
  display: inline-block;
}

.search .search-results .course-info span {
  margin-right: 1em;
}

.search .search-results .best-bet .result {
  background: #fafafa;
  padding-left: 0.7em;
}

.search .search-results .search-category {
  font-family: "gill-sans-nova", sans-serif;
  color: #43405F;
  font-size: 1.8em;
  margin: 0;
}

.search .search-results .h3 {
  color: #6ab9e0;
}

.search .result-summary-bottom {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.search .result-summary-bottom p {
  font-size: 2em;
  font-family: "gill-sans-nova", sans-serif;
  color: #43405F;
  margin: 1em 0 0.2em;
}

.search .result-summary-bottom .more-results {
  background: #6ab9e0;
  color: #fff;
  display: inline-block;
  padding: .5em 1em .3em;
  font-size: 1.5em;
  font-family: "gill-sans-nova", sans-serif;
}

.search .result-summary-bottom .more-results:hover {
  background: #55afdc;
  cursor: pointer;
}

.search .filter-options {
  display: none;
  border: none;
  border: 1px solid #43405F;
  padding: 1em;
}

.search .filter-options ul {
  margin: 0;
}

.search .filter-options ul li {
  border-bottom: 1px solid #e7e7e7;
  padding: .5em 0;
  text-align: left;
}

.search .filter-options .sq-form-question {
  width: 100%;
  text-align: right;
}

.search .filter-category {
  font-size: 1.5em;
  color: #6ab9e0;
  margin: 0 7% 0.5em 0;
  font-family: "gill-sans-nova", sans-serif;
  text-align: left;
}

.search .filters-display {
  display: block;
  margin: 1em 0 0 0;
  text-align: center;
  background-color: #43405F;
  padding: 0.5em 0;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer;
}

.search .filters-display:after {
  content: "";
  padding-left: 0.5em;
}

.search .filter-heading {
  text-align: left;
  margin: 0 0 0.5em 0;
}

.fb-search-results {
  border-bottom: 4px solid #CE3C3D;
}

.fb-search-results .fb-search-results-block {
  display: inline-block;
  text-align: left;
  width: 100%;
  vertical-align: top;
}

.fb-search-results .fb-search-results-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fb-search-results .fb-search-results-block ul li {
  padding: .5em;
}

.fb-search-results .fb-search-block-heading {
  background: #43405F;
  color: #ffffff;
  font-size: 2em;
  font-family: "gill-sans-nova", sans-serif;
  padding: 1em;
}

.sub-facets {
  padding: .5em;
  background: #f7f7f7;
}

.sub-facets h3 {
  margin: 0.3em .5em 0;
  font-size: 1.5em;
}

.sub-facets ul > li:last-child {
  border: 0;
}

.share-links {
  background: #F2F2F2;
  color: #43405F;
  margin: 0 -1em;
  padding: 0.5em 0;
}

.share-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.share-links h3 {
  display: none;
  text-align: center;
  margin: 0;
}

.share-links .share-link {
  display: block;
  padding: 0.5rem;
  font-size: 2em;
  color: #43405F;
}

.share-links .share-link.twitter {
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
}

.share-links .share-link.twitter:hover {
  color: #1DA1F2;
}

.share-links .share-link .fa-instagram {
  position: relative;
}

.share-links .share-link .fa-instagram:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 7px;
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  background-image: -webkit-linear-gradient(right top, #7741C9, #D23C97, #FFD453);
  background-image: -moz-linear-gradient(right top, #7741C9, #D23C97, #FFD453);
  background-image: -ms-linear-gradient(right top, #7741C9, #D23C97, #FFD453);
  background-image: -o-linear-gradient(right top, #7741C9, #D23C97, #FFD453);
  background-image: linear-gradient(to left bottom, #7741C9, #D23C97, #FFD453);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}

.share-links .share-link .fa-instagram:before {
  z-index: 1;
  position: relative;
}

.share-links .share-link.instagram:hover .fa-instagram:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

.share-links .share-link .fa-linkedin {
  position: relative;
}

.share-links .share-link .fa-linkedin:after {
  content: '';
  width: 34px;
  height: 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: -2px;
  left: -3px;
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  background: #0077B5;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}

.share-links .share-link .fa-linkedin:before {
  position: relative;
  z-index: 10;
}

.share-links .share-link.linkedin:hover .fa-linkedin:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

.share-links .share-link.googleplus {
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
}

.share-links .share-link.googleplus:hover {
  color: #d34836;
}

.share-links .share-link .fa-facebook-square {
  position: relative;
}

.share-links .share-link .fa-facebook-square:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 1px;
  top: 4px;
  border-radius: 7px;
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
}

.share-links .share-link .fa-facebook-square:before {
  z-index: 1;
  position: relative;
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
}

.share-links .share-link.facebook:hover .fa-facebook-square:before {
  color: #3B5998;
}

.share-links .share-link.facebook:hover .fa-facebook-square:after {
  background: #fff;
}

.share-links .share-link.snapchat {
  position: relative;
}

.share-links .share-link.snapchat .fa {
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
}

.share-links .share-link.snapchat:before {
  content: attr(data-tip);
  font-size: 13px;
  position: absolute;
  z-index: 999;
  bottom: 9999px;
  left: 50%;
  background: #4C4B6A;
  color: #fff;
  padding: 0px 7px;
  line-height: 24px;
  height: 24px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  margin-left: -47px;
  top: -13px;
}

.share-links .share-link.snapchat:hover .fa {
  color: #FFFC00;
}

.share-links .share-link.snapchat:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

.share-links .share-link .fa-youtube-play {
  position: relative;
}

.share-links .share-link .fa-youtube-play:after {
  content: '';
  width: 20px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 6px;
}

.share-links .share-link .fa-youtube-play:before {
  position: relative;
}

.share-links .share-link.youtube:hover .fa-youtube-play:before {
  background-image: -webkit-linear-gradient(top, #E52C27, #C1181D);
  background-image: -moz-linear-gradient(top, #E52C27, #C1181D);
  background-image: -ms-linear-gradient(top, #E52C27, #C1181D);
  background-image: -o-linear-gradient(top, #E52C27, #C1181D);
  background-image: linear-gradient(to bottom, #E52C27, #C1181D);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  z-index: 10;
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
}

.share-links .share-link.youtube:hover .fa-youtube-play:after {
  background: #fff;
}

.share-links--connect {
  background: #3D3D3D;
  color: #fff;
  margin: 0;
  overflow: hidden;
}

.share-links--connect .share-link {
  color: #fff;
}

.media-listing {
  margin: 2em 0;
}

.media-listing > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
}

.media-listing > ul > li {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.media-listing > ul > li:last-child {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.media-listing .item-type {
  top: 0;
}

.media-item__heading {
  color: #6ab9e0;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.5em 0;
}

.media-item__heading a {
  color: #6ab9e0;
  text-decoration: none;
}

.media-item__heading a:hover, .media-item__heading a:active, .media-item__heading a:focus {
  color: #55afdc;
}

.media-item__detail {
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

.media-item__detail--combined {
  background-color: #EEE;
  color: #4C4B6A;
  padding: 0.25rem 0.75rem 0.25rem 0.5rem;
  display: inline-block;
  position: relative;
  top: -10px;
  margin: 0 0 0.5em 0;
  font-size: 1rem;
  line-height: 1.4rem;
}

.media-item__detail--combined:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 100%;
  border-width: 17px 4px 13px 5px;
  border-style: solid;
  border-color: #EEE #EEE transparent transparent;
}

.item-type {
  background-color: #4C4B6A;
  color: #fff;
  padding: 0.25rem 1rem 0.25rem 0.75rem;
  display: inline-block;
  position: relative;
  top: -10px;
  margin: 0 0 0.5em 0;
  font-size: 1rem;
  line-height: 1.4rem;
}

.item-type:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 100%;
  border-width: 17px 4px 13px 5px;
  border-style: solid;
  border-color: transparent transparent #4C4B6A #4C4B6A;
}

.item-type.event-tag {
  background: #3E8886;
}

.item-type.event-tag:after {
  border-color: transparent transparent #3E8886 #3E8886;
}

.category-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "gill-sans-nova", sans-serif;
  color: #43405F;
  font-size: 1em;
}

.category-tags > li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.category-tags > li:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.category-tags > li:last-child:before {
  display: none;
}

.category-tags > li:before {
  position: absolute;
  top: 4px;
  font-weight: bold;
  left: 100%;
  padding: 0 1px;
  margin-left: -13px;
  color: #E6E6E6;
  font-size: 8px;
  font-size: 0.5rem;
}

.category-tags > li a {
  text-decoration: none;
}

.category-tags > li a:link, .category-tags > li a:visited {
  color: #4C4B6A;
}

.category-tags > li a:hover, .category-tags > li a:active, .category-tags > li a:focus {
  color: #6ab9e0;
}

.media-item .category-tags {
  margin: 0 0 1em;
  display: inline-block;
}

.detail-single {
  margin: 0 1em 0 0;
}

.detail-single .fa {
  vertical-align: top;
  margin: 2px 4px 0 0;
}

.category-tag-title {
  margin: 1em 0 0;
  font-size: 0.8em;
  color: #505050;
  display: inline-block;
  vertical-align: top;
  margin: 2px 7px 0 0;
}

.home .content-container {
  padding: 0 0 6em;
}

.home .banner-wrapper {
  position: relative;
}

.homepage-row {
  flex-wrap: wrap;
}

.no-js .homepage-row,
.no-flexbox .homepage-row {
  display: table;
}

.flexbox .homepage-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.homepage-row a.homepage-block {
  display: inline-block;
}

.homepage-row .homepage-block {
  padding-bottom: 50%;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  min-height: 190px;
}

.homepage-row .homepage-block:before {
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.homepage-row .homepage-block:hover:before {
  background: 0;
}

.homepage-row .homepage-block:hover .fa {
  padding-left: 0.1em;
}

.homepage-row .homepage-block .homepage-block-text {
  position: absolute;
  bottom: 7%;
  padding: 0.3em 0.5em 0.1em;
  font-size: 1.2em;
}

.homepage-row .homepage-block .homepage-block-text.middle-position {
  bottom: 30%;
}

.homepage-row .homepage-block .homepage-block-text .fa {
  -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
  margin-left: 0.3em;
  font-size: 0.9em;
  width: 15px;
}

.homepage-row .one-by-one {
  width: 50%;
}

.homepage-row .two-by-one {
  width: 100%;
}

.homepage-block-text {
  color: #fff;
}

.text-color-darkblue {
  color: #43405F;
}

.homepage-block-title {
  font-family: "gill-sans-nova", sans-serif;
}

.homepage-block-description {
  display: block;
  font-size: 0.75em;
  margin-bottom: 0.4em;
}

.homepage-banner {
  padding: 1.5em 0 4em;
}

.homepage-banner h1 {
  font-size: 2.5em;
  line-height: 1em;
  text-align: center;
  width: 100%;
  left: 0;
}

.mobile-homepage-banner {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}

.mobile-homepage-banner .search-box {
  -webkit-box-shadow: 2px 2px 0px #DF5565;
  -moz-box-shadow: 2px 2px 0px #DF5565;
  box-shadow: 2px 2px 0px #DF5565;
}

.mobile-homepage-search {
  text-align: center;
  padding-top: 3em;
  position: relative;
  z-index: 5;
}

.mobile-homepage-search .global-search-label {
  font-size: 2.5em;
  line-height: 1em;
  text-shadow: 0 1px 1px #8C8C8C;
}

.mobile-homepage-search .search-message {
  font-size: 1em;
}

.mobile-homepage-search.search-focus {
  position: relative;
  z-index: 20;
}

.homepage-promo-links {
  min-height: 150px;
}

header.search-focus {
  overflow: visible;
}

header.search-focus .global-search {
  z-index: 20;
}

.tt-hint {
  color: #a7a7a7;
}

.search-box .tt-menu {
  z-index: 999;
  background: #fff;
  border-bottom: 4px solid #CE3C3D;
  width: 100%;
}

.search-box .twitter-typeahead {
  width: 100%;
}

.search-box .tt-dataset {
  display: inline-block;
  text-align: left;
  width: 100%;
  vertical-align: top;
  margin-left: 0;
}

.search-box .tt-dataset:first-child {
  margin-left: 0;
}

@media (min-width: 37.5em) {
  .search-box .tt-dataset {
    width: 33%;
    /* fallback if needed */
    width: calc(99% / 3 - .2em);
  }
}

.search-box .tt-dataset li {
  list-style: none;
  margin: 0 20px 10px;
}

.search-box .tt-dataset.tt-dataset-courses {
  width: 70%;
}

.search-box .tt-dataset.tt-dataset-other {
  width: 30%;
  border-left: 1px solid #EEE;
}

.search-box .tt-dataset .course-suggestion {
  padding: .5em 1em;
  display: block;
}

.search-box .tt-dataset .course-suggestion:hover {
  background: #f3f3f3;
}

.search-box .tt-dataset .tt-cursor .course-suggestion,
.search-box .tt-dataset .tt-cursor .other-suggestion {
  background: #f3f3f3;
}

.search-box .tt-dataset .other-suggestion {
  display: block;
  padding: .5em 1em;
  color: #000;
  text-decoration: none;
}

.search-box .tt-dataset .other-suggestion:hover {
  background: #f3f3f3;
}

.search-box .fb-search-block-heading {
  background: #43405F;
  color: #6ab9e0;
  font-family: "gill-sans-nova", sans-serif;
  padding: 1em;
}

.search-box p {
  margin: 1em;
}

.staff-profile .list-reset li a {
  text-decoration: none;
  word-break: break-word;
}

.staff-profile .course-block {
  padding-bottom: 2em;
  margin: 1em 0;
}

.staff-profile .page-heading {
  display: block;
}

.staff-profile-block {
  position: relative;
  padding-top: 30px;
  background: #43405F;
  color: #ffffff;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #ffffff;
}

.staff-profile-block:before {
  content: "";
  height: 120px;
  width: 110%;
  position: absolute;
  top: 0;
  left: -5%;
  background: #ffffff;
}

.staff-profile-block .profile-picture {
  margin: 0 auto;
  width: 170px;
  height: 170px;
}

.staff-profile-block .profile-info {
  padding: 1em;
}

.staff-profile-block .profile-info h3 {
  margin: 0.4em 0 0;
  color: #ffffff;
}

.staff-profile-block .profile-info .qualification-text {
  font-family: "gill-sans-nova", sans-serif;
  font-size: .95em;
  margin: 0 0 .4em;
}

.staff-profile-block .profile-info .profile-info-block {
  margin-top: 1em;
}

.staff-profile-block .profile-info .profile-info-block .job-title {
  font-family: "Raleway", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
}

.staff-profile-block .profile-info .profile-info-block p {
  margin: 0 0 .2em 0;
  padding: 0;
}

.staff-profile-block .profile-info .profile-info-block p span {
  font-weight: 500;
}

/* 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-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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.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: #FFF;
  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: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  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 #FFF;
  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 #FFF;
  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: #000;
}

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

.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: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.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;
}

/* Module: Font awesome */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/incl/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/incl/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/incl/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/incl/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/incl/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/incl/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Module: Magnific popup */
/* Module: Responsive tables */
.responsive-table th {
  position: absolute;
  top: 0;
  left: -999em;
}

.responsive-table td:before {
  text-transform: uppercase;
  content: attr(data-th);
  font-weight: bold;
  display: block;
}

@media (min-width: 37.5em) {
  p {
    font-size: .9em;
    line-height: 1.5em;
  }
  ul {
    font-size: .9em;
  }
  /*
--------------------
Modules
--------------------
*/
  .mobile-controls {
    display: none;
  }
  header,
  .homepage-logo,
  .global-search {
    position: relative;
    height: auto;
    width: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
  }
  header .navigation-wrapper {
    padding: 10px 0;
    background: #fff;
  }
  header .navigation-wrapper.show-mega-menu {
    z-index: 20;
    position: relative;
  }
  header .navigation-wrapper.sticky-header {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 1px solid #DEDEDE;
    -moz-box-shadow: 1px solid #DEDEDE;
    box-shadow: 1px solid #DEDEDE;
  }
  .sticky-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 1px 1px #b3b3b3;
    -moz-box-shadow: 0px 1px 1px #b3b3b3;
    box-shadow: 0px 1px 1px #b3b3b3;
  }
  .sticky-header.container {
    max-width: none;
  }
  .homepage-logo,
  .global-search {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .global-search {
    text-align: center;
    padding: 1.4em 0px;
  }
  .global-search .search-query {
    width: 100%;
    height: 44px;
    padding: 0 45px 0 0.4em;
    font-size: 0.8em;
    margin: 0;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
  }
  .global-search .search-query:focus {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .global-search .search-submit {
    right: 0;
  }
  .global-search .global-search-label {
    display: inline-block;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 1.8em;
    color: #fff;
    vertical-align: middle;
    margin: 4px 9px 0 0;
    font-weight: bold;
  }
  .search-box {
    background: #fff;
    display: inline-block;
    position: relative;
    width: 80%;
    max-width: 600px;
    vertical-align: middle;
  }
  .black-bar {
    width: 100%;
    border-top: 34px solid #353534;
    position: relative;
    z-index: 1;
  }
  .homepage-logo,
  .navigation,
  .promoted-links {
    display: inline-block;
    vertical-align: middle;
  }
  .homepage-logo {
    margin: 0 2em 0.5em 1.8em;
    top: 2px;
    width: auto;
  }
  .overlay {
    top: -10%;
    height: 110%;
  }
  .promoted-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
  }
  .promoted-links ul li {
    float: left;
  }
  .promoted-links ul li:first-child a:before {
    border: 0;
  }
  .promoted-links ul a {
    position: relative; 
    font-size: 1em; 
    font-weight: 600; 
    text-transform: uppercase; 
    text-decoration: none; 
    letter-spacing: 1px; 
    padding: 0.4em .65em; 
    display: block; 
    color: #45443b; 
    font-family: "gill-sans-nova", sans-serif;
  }
  .promoted-links ul a:hover {
    color: #6ab9e0;
  }
  .promoted-links ul a:before {
    content: "";
    border-right: 1px solid #D9D9DB;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
  }
}

@media (min-width: 37.5em) and (min-width: 1025px) {
  .promoted-links {
    float: right;
    margin-top: 1.5em;
  }
}

@media (min-width: 37.5em) {
  .close {
    display: none;
  }
  .home header {
    padding: 0;
    border: 0;
  }
  .home .white-logo {
    display: block;
  }
  .home .normal-logo {
    display: none;
  }
  .home .global-search {
    background: 0;
    padding: 6em 0;
  }
  .home .global-search .global-search-label {
    display: block;
    font-size: 3.4em;
    margin: 0 auto;
    text-shadow: 0 1px 1px #8C8C8C;
  }
  .home .navigation-wrapper {
    position: relative;
    -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
    -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
    transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
    background: none;
  }
  .home .navigation-wrapper.sticky-header {
    position: fixed;
    background: #fff;
  }
  .home .homepage-hero {
    display: block;
    position: absolute;
  }
  .home .top-level-menu.active .top-level-menu-link {
    background: #fff;
    text-shadow: none;
  }
  .home .top-level-menu .top-level-menu-link {
    color: #fff;
    text-shadow: 0 1px 1px #8C8C8C;
  }
  .home .promoted-links ul a {
    color: #fff;
    text-shadow: 0 1px 1px #8C8C8C;
  }
  .home .promoted-links ul a:hover {
    color: #43405F;
  }
  .home .search-message {
    display: block;
    width: 60%;
  }
  .home .homepage-anchor-wrapper {
    display: block;
  }
  .home .sticky-header .normal-logo {
    display: block;
  }
  .home .sticky-header .white-logo {
    display: none;
  }
  .home .sticky-header .top-level-menu.active .top-level-menu-link {
    background: 0;
    color: #6ab9e0;
  }
  .home .sticky-header .top-level-menu .top-level-menu-link {
    color: #43405F;
    text-shadow: none;
  }
  .home .sticky-header .promoted-links ul a {
    color: #43405F;
    text-shadow: none;
  }
  .home .sticky-header .promoted-links ul a:hover {
    color: #6ab9e0;
  }
  .mobile-nav {
    display: none;
  }
  .nav {
    display: block;
  }
  .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
  }
  .top-level-menu {
    float: left;
  }
  .top-level-menu.active .top-level-menu-link {
    color: #6ab9e0;
  }
  .top-level-menu:first-child a:before {
    border: 0;
  }
  .top-level-menu .top-level-menu-link { 
    position: relative; 
    font-size: 1em; 
    font-weight: 600; 
    text-transform: uppercase; 
    text-decoration: none; 
    letter-spacing: 1px; 
    padding: 0.4em .65em; 
    display: block; 
    color: #45443b; 
    font-family: "gill-sans-nova", sans-serif;
  }
  .top-level-menu .top-level-menu-link:before {
    content: "";
    border-right: 1px solid #D9D9DB;
    width: 1px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -14px;
  }
  .top-level-menu .top-level-menu-link .fa {
    font-size: 0.7em;
    vertical-align: middle;
    margin: 0 0 0 0.2em;
  }
  .top-level-menu.active .mega-menu {
    display: block;
    z-index: 10;
  }
  .top-level-menu.animate-in .mega-menu {
    -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
    -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
    transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
    -webkit-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .top-level-menu.no-animate .mega-menu {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .top-level-menu.animate-out .mega-menu {
    -webkit-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
    -moz-transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
    transition: 0.6s all cubic-bezier(0.6, 0.13, 0.23, 0.96);
    -webkit-transform: translate3d(0px, -10%, 0px);
    -ms-transform: translate3d(0px, -10%, 0px);
    transform: translate3d(0px, -10%, 0px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  .mega-menu {
    background: #fff;
    position: absolute;
    padding: 2em 1em;
    width: 100%;
    left: 0;
    display: none;
    -webkit-transform: translate3d(0px, -15%, 0px);
    -ms-transform: translate3d(0px, -15%, 0px);
    transform: translate3d(0px, -15%, 0px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    font-family: "Raleway", sans-serif;
    font-size: 0.8em;
    color: #000;
  }
  .mega-menu .menu-block {
    display: inline-block;
    padding: 0 1em;
    border-right: 1px solid #F2F2F2;
    vertical-align: top;
  }
  .mega-menu .menu-block:last-child {
    border-right: 0;
  }
  .mega-menu h3 {
    margin: 0 0 1em;
    font-size: 1.2em;
    font-family: "gill-sans-nova", sans-serif;
  }
  .mega-menu h3 a {
    color: #6ab9e0;
  }
  .mega-menu a {
    text-decoration: none;
    display: block;
    margin: 0 0 0.5em;
    color: #000;
    cursor: pointer;
  }
  .mega-menu a:hover {
    text-decoration: underline;
  }
  .mega-menu-active {
    z-index: 20;
  }
  .main {
    border-top: 2px solid #fff;
  }
  .no-js .main.two-column > .content-container,
  .no-flexbox .main.two-column > .content-container, .no-js
  .main.three-column > .content-container,
  .no-flexbox
  .main.three-column > .content-container {
    display: table;
  }
  .flexbox .main.two-column > .content-container, .flexbox
  .main.three-column > .content-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .main.search.two-column > .content-container {
    flex-flow: initial;
  }
  .flexbox .main.search.two-column > .content-container {
    -webkit-box-flex: flex;
    -moz-box-flex: flex;
    -webkit-flex: flex;
    -ms-flex: flex;
    flex: flex;
  }
  .no-js .main.search.two-column > .content-container,
  .no-flexbox .main.search.two-column > .content-container {
    display: table-cell;
    vertical-align: top;
  }
  .content,
  .left-column,
  .right-column {
    display: inline-block;
    vertical-align: top;
  }
  .one-column .content {
    width: 100%;
  }
  .one-column.content-only .left-column,
  .one-column.content-only .right-column {
    display: none;
  }
  .two-column .content {
    width: 77%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1em;
  }
  .two-column .left-column {
    width: 23%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    background: #FAFAFA;
    padding: 2em 0;
  }
  .no-flexbox .two-column .content-container {
    position: relative;
  }
  .no-flexbox .two-column .left-column {
    position: absolute;
    left: 0;
    top: 0;
  }
  .no-flexbox .two-column .content {
    width: 100%;
    padding-left: 23%;
  }
  .three-column .content {
    width: 53%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1em;
  }
  .three-column .left-column {
    width: 23%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    background: #FAFAFA;
    padding: 2em 0;
  }
  .three-column .right-column {
    width: 23%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    padding: 1em 0;
  }
  .no-flexbox .three-column .content-container {
    position: relative;
  }
  .no-flexbox .three-column .left-column {
    position: absolute;
    left: 0;
    top: 0;
  }
  .no-flexbox .three-column .content {
    width: 76%;
    padding-left: 23%;
  }
  .course .content {
    width: 55%;
    margin-right: 3%;
    padding: 0 0 3em;
  }
  .course .right-column {
    width: 41%;
  }
  .back-to-top-wrapper {
    position: absolute;
    bottom: 0;
    margin-left: -41px;
  }
  .back-to-top-wrapper .back-to-top {
    font-size: 1.2em;
  }
  .back-to-top-wrapper .back-to-top:after {
    width: 13px;
    height: 13px;
    margin-left: -5px;
    top: 13px;
  }
  .back-to-top-wrapper .back-to-top:hover {
    color: #6ab9e0;
  }
  .back-to-top-wrapper.show-element {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: fixed;
  }
  .back-to-top-wrapper.show-element.sit-on-footer {
    position: absolute;
  }
  .sticky-heading {
    position: relative;
    margin: inherit;
    top: auto;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .sticky-heading.fix-to-bottom {
    position: inherit;
    bottom: auto;
    top: auto;
  }
  .sticky-heading-placeholder {
    display: none;
  }
  .page-heading {
    display: block;
  }
  .banner {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 9% 0;
  }
  .banner.fixed-bg-image {
    background-attachment: fixed !important;
  }
  .banner .banner-title-wrapper {
    margin: 4em 9.75em 4em 0;
    width: 65%;
    padding: 2em 2em;
  }
  .banner.homepage-banner {
    width: 100%;
    font-size: 0.6em;
    line-height: 3em;
    padding: 2% 0 9%;
    margin: 0;
  }
  .banner.homepage-banner .banner-title-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .banner .banner-image {
    display: block;
  }
  .banner .banner-title {
    font-size: 3.7em;
  }
  .banner .banner-cta {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -90px;
  }
  .banner .banner-cta .apply-for-course,
  .banner .banner-cta .book-open-day {
    border: 0;
    margin-bottom: .1em;
    font-size: 2.5em;
  }
  .banner.course-banner {
    border-bottom: 3px solid #fff;
  }
  .course-banner .banner-title-wrapper {
    padding: 1em 2em;
    border-bottom: none;
  }
  .course-banner .banner-title {
    margin: 0 0 0.67em;
  }
  .course-banner .school-code,
  .course-banner .course-code {
    font-size: 2.1em;
  }
  .course-banner .course-code {
    font-weight: bold;
  }
  .testimonials {
    display: flex;
    justify-content: space-around;
  }
  .testimonial-block {
    overflow: hidden;
    display: inline-block;
    width: 47%;
    max-width: 360px;
    vertical-align: top;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 0px 1px 1px #cecece;
    -moz-box-shadow: 0px 1px 1px #cecece;
    box-shadow: 0px 1px 1px #cecece;
  }
  .testimonial-block .profile-info {
    padding: 0 1em 1em;
  }
  .testimonial-block .profile-info h3 {
    font-size: 1.8em;
  }
  .testimonial-block .profile-description {
    padding: 0 1em;
  }
  .course .course-block .banner-cta {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .course .content-container {
    padding-top: 2em;
  }
  .course-block .banner-cta .book-open-day,
  .course-block .banner-cta .apply-for-course {
    width: 100%;
    display: inline-block;
    font-size: 2em;
  }
  .course-block .banner-cta .apply-for-course {
    margin-bottom: .1em;
  }
  .course-block:last-child {
    border-bottom: 0;
  }
  .profile-listing {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    font-size: 1em;
  }
  .profile-listing > li,
  .profile-listing > li:last-child {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 1.2em 1em 1em;
    text-align: center;
    border: 1px solid #ececec;
    position: relative;
  }
  .profile-listing > li:after,
  .profile-listing > li:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 7px solid #43405F;
  }
  .profile-listing.has-promoted .promoted-profile {
    width: 100%;
    float: none;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px #b7b7b7;
    -moz-box-shadow: 0 1px 1px #b7b7b7;
    box-shadow: 0 1px 1px #b7b7b7;
  }
  .profile-listing.has-promoted .promoted-profile .profile-picture {
    width: 40%;
    max-width: 200px;
  }
  .profile-listing.has-promoted .promoted-profile .course-leader {
    margin-bottom: 0;
    color: #3E8886;
    font-weight: bold;
    font-size: 1.2em;
  }
  .course-details {
    margin: 0 auto;
    padding: 1em 0;
    font-size: 1.7em;
    text-align: center;
  }
  .course-details li {
    display: inline-block;
    padding: 0 0.5em;
    border-right: 2px solid #D8D8D8;
    width: auto;
  }
  .course-details li:last-child {
    border: 0;
  }
  .anchor-list {
    font-size: 1.7em;
    padding: 0.5em 0;
  }
  .anchor-list li {
    margin: 0.5em 0;
    border-right: 2px solid #D8D8D8;
  }
  .anchor-list li:last-child {
    border: 0;
  }
  .anchor-list a {
    padding: 0 0.5em;
  }
  .anchor-list a:hover {
    color: #6ab9e0;
  }
  .fees-block h3 {
    padding: 0.5em 0.7em 0.3em;
    margin: 0;
    background: #43405F;
    color: #fff;
  }
  .fees-description {
    padding: 1em;
    background: #F1F1F1;
  }
  .fees-description .fees-column {
    display: inline-block;
    width: 46%;
    margin: 0 1%;
    vertical-align: top;
  }
  footer {
    margin-bottom: 0;
  }
  footer .footer-wrapper {
    margin: 0;
    align-items: center;
  }
  .no-js footer .footer-wrapper,
  .no-flexbox footer .footer-wrapper {
    display: table;
  }
  .flexbox footer .footer-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  footer ul, footer .footer-content-block {
    display: block;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
  }
  footer .footer-content-block {
    padding: 0;
  }
  footer .expand-block {
    display: none;
  }
  footer .footer-block-heading {
    padding: 1em;
  }
  footer .footer-block {
    width: calc(100% / 6);
  }
  footer .footer-block:before {
    border: 0;
    height: 0;
    width: 0;
  }
  .no-flexbox .footer-block {
    display: inline-block;
    width: 16%;
    vertical-align: top;
  }
  .no-flexbox .close-wrapper {
    display: none;
  }
  .breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    display: inline-block;
    padding: 0.4em 0;
  }
  .breadcrumbs li {
    float: left;
    margin: 0 0.1em 0 0;
    position: relative;
    padding: 0 0.8em 0 0;
    color: #ABABAB;
  }
  .breadcrumbs li:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
  }
  .breadcrumbs li:last-child:after {
    display: none;
  }
  .breadcrumbs a {
    text-decoration: none;
    color: #000;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  .search .filter-options {
    display: block;
    border: none;
    padding: 0;
  }
  .search .filter-options ul {
    margin: 0 7% 0 7%;
  }
  .search .filter-options ul li {
    text-align: right;
  }
  .search .filter-options .sq-form-question-tickbox-list input[type="checkbox"] + label:before {
    left: auto;
    right: 0;
  }
  .search .filter-options .sq-form-question-tickbox-list input[type="checkbox"]:checked + label:after {
    right: 6px;
    left: auto;
  }
  .search .filter-options .sq-form-question-tickbox-list label {
    padding: 0 29px 0 0;
    margin-right: 0;
  }
  .search .filters-display {
    display: none;
  }
  .search .filter-category {
    text-align: right;
  }
  .search .filter-heading {
    text-align: right;
    margin: 0 7% 0.5em 0;
  }
  .fb-search-results .fb-search-results-block {
    width: 33%;
    /* fallback if needed */
    width: calc(99% / 3 - .2em);
  }
  .search .search-term-banner {
    padding-left: 1em;
  }
  .search .search-term-banner span {
    display: inline;
    font-size: inherit;
  }
  .sub-facets h3 {
    margin: 0.3em .5em 0;
  }
  .share-links {
    background: #F2F2F2;
    color: #43405F;
    margin: 1em 0;
    padding: 0;
    text-align: center;
  }
  .main .share-links {
    margin: 0;
  }
  .share-links ul {
    display: inline-block;
    font-size: 1em;
  }
  .share-links li {
    display: inline-block;
  }
  .share-links h3 {
    display: inline-block;
    font-size: 1.8em;
    color: #43405F;
  }
  .share-links a {
    color: #43405F;
    padding: 0.5em 0.3em;
  }
  .share-links--connect {
    background: #45443b;
    color: #fff;
    margin: 0;
    overflow: visible;
    border-bottom: 1px solid white;
  }
  .share-links--connect a,
  .share-links--connect h3 {
    color: #fff;
  }
  .home .content {
    display: block;
  }
  .homepage-row {
    flex-wrap: nowrap;
  }
  .homepage-row .homepage-block {
    padding-bottom: 20%;
    min-height: 185px;
  }
  .one-by-one {
    width: 25%;
  }
  .two-by-one {
    width: 50%;
  }
  .no-flexbox .homepage-block {
    display: inline-block !important;
  }
  .no-flexbox .homepage-row {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .no-flexbox .one-by-one,
  .no-flexbox .two-by-one {
    display: inline-block;
    margin: 0;
    text-align: left;
  }
  .no-flexbox .one-by-one {
    width: 24%;
    margin: 0;
  }
  .no-flexbox .two-by-one {
    width: 49%;
    margin: 0;
  }
  .homepage-banner h1 {
    font-size: 5.5em;
    position: relative;
    width: auto;
    left: initial;
    line-height: 1em;
  }
  .mobile-homepage-banner {
    display: none;
  }
  .page-not-found {
    padding: 3em 0;
  }
  .page-not-found li {
    display: inline-block;
    margin: 0 1em;
  }
  /* Module: Responsive tables */
  .responsive-table th {
    position: inherit;
  }
  .responsive-table td:before {
    display: none;
  }
}

@media (min-width: 60em) {
  .container {
    margin: 0 auto;
  }
  /*
--------------------
Modules
--------------------
*/
  .promoted-profile:before {
    display: none;
  }
  .no-js .profile-listing.has-promoted .promoted-profile .profile-info-wrapper,
  .no-flexbox .profile-listing.has-promoted .promoted-profile .profile-info-wrapper {
    display: table;
  }
  .flexbox .profile-listing.has-promoted .promoted-profile .profile-info-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .profile-listing.has-promoted .promoted-profile .profile-picture {
    width: 31%;
    float: left;
  }
  .profile-listing.has-promoted .promoted-profile .profile-info {
    width: 61%;
    margin: 0 4%;
    text-align: left;
  }
  .profile-listing.has-promoted .promoted-profile .contact-info {
    width: 35%;
    font-size: 0.8em;
  }
  .profile-listing.has-promoted .promoted-profile .contact-info h4 {
    margin-top: 0;
    font-weight: normal;
  }
  .profile-listing.has-promoted .promoted-profile .contact-info a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .profile-listing > li,
  .profile-listing > li:last-child {
    text-align: left;
  }
  .profile-listing > li .profile-picture,
  .profile-listing > li:last-child .profile-picture {
    width: 27%;
  }
  .profile-listing > li .profile-info,
  .profile-listing > li:last-child .profile-info {
    width: 64%;
  }
  .search-box .tt-menu {
    width: 160%;
    margin-left: -30%;
    margin-right: -30%;
  }
  .course-block .banner-cta .book-open-day,
  .course-block .banner-cta .apply-for-course {
    width: 75%;
    font-size: 3em;
  }
  .banner .banner-cta .apply-for-course,
  .banner .banner-cta .book-open-day {
    font-size: 3em;
  }
  .profile-listing.has-promoted .promoted-profile.short-info {
    display: table;
  }
  .profile-listing.has-promoted .promoted-profile.short-info .profile-picture {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .profile-listing.has-promoted .promoted-profile.short-info .profile-info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em;
  }
  .staff-profile-block {
    background: #43405F;
    display: inline-block;
    padding: 2em;
  }
  .staff-profile-block:before {
    background: #43405F;
  }
  .staff-profile-block .profile-picture {
    margin: 0 2em;
    height: 170px;
    width: 170px;
    display: inline-block;
  }
  .staff-profile-block .profile-picture img {
    width: 100%;
    height: 100%;
  }
  .staff-profile-block .profile-info {
    padding: 0 1em;
    width: 47%;
    display: inline-block;
    vertical-align: top;
  }
  .staff-profile-block .profile-info h3 {
    font-size: 2.5em;
    margin: 0;
  }
  .staff-profile-block .profile-info .qualification-text {
    font-size: 1.4em;
    margin-top: -.3em;
  }
  .staff-profile-block .profile-info .profile-info-block .job-title {
    font-size: 1.25em;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }
  .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;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
