@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("//hello.myfonts.net/count/343507");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* 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: rgba(0, 0, 0, 0);
}

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

/*!
 *  Font Awesome 4.6.3 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("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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-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: "";
}

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

@-webkit-keyframes fade_in_right {
  0% {
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fade_in_right {
  0% {
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade_in_right {
  0% {
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "Helvetica Std";
  src: url("../fonts/343507_0_0.eot");
  src: url("../fonts/343507_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/343507_0_0.woff2") format("woff2"), url("../fonts/343507_0_0.woff") format("woff"), url("../fonts/343507_0_0.ttf") format("truetype"), url("../fonts/343507_0_0.svg#wf") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Std";
  src: url("../fonts/343507_1_0.eot");
  src: url("../fonts/343507_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/343507_1_0.woff2") format("woff2"), url("../fonts/343507_1_0.woff") format("woff"), url("../fonts/343507_1_0.ttf") format("truetype"), url("../fonts/343507_1_0.svg#wf") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Std";
  src: url("../fonts/343507_2_0.eot");
  src: url("../fonts/343507_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/343507_2_0.woff2") format("woff2"), url("../fonts/343507_2_0.woff") format("woff"), url("../fonts/343507_2_0.ttf") format("truetype"), url("../fonts/343507_2_0.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Std";
  src: url("../fonts/343507_3_0.eot");
  src: url("../fonts/343507_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/343507_3_0.woff2") format("woff2"), url("../fonts/343507_3_0.woff") format("woff"), url("../fonts/343507_3_0.ttf") format("truetype"), url("../fonts/343507_3_0.svg#wf") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Std";
  src: url("../fonts/343507_4_0.eot");
  src: url("../fonts/343507_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/343507_4_0.woff2") format("woff2"), url("../fonts/343507_4_0.woff") format("woff"), url("../fonts/343507_4_0.ttf") format("truetype"), url("../fonts/343507_4_0.svg#wf") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Std";
  src: url("../fonts/343507_5_0.eot");
  src: url("../fonts/343507_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/343507_5_0.woff2") format("woff2"), url("../fonts/343507_5_0.woff") format("woff"), url("../fonts/343507_5_0.ttf") format("truetype"), url("../fonts/343507_5_0.svg#wf") format("svg");
  font-weight: bold;
  font-style: italic;
}
a {
  font-weight: 700;
  color: #008FC3;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

blockquote {
  margin: 0;
  padding: 0;
}
blockquote p {
  font-size: 30px;
  line-height: 1.1333333333;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.62px;
  color: #008FC3;
  margin-bottom: 8px;
}
blockquote cite {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 700;
  letter-spacing: 0;
  color: #3C3C3C;
  font-style: normal;
}
blockquote:before {
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -37.6em;
  width: 37px;
  height: 30px;
  margin-bottom: 14px;
}
.no-svg blockquote:before {
  background-image: url("../img/sprites/sprite.png");
}

body {
  position: relative;
  overflow: hidden;
}

form {
  margin-bottom: 30px;
}

label {
  font-weight: 700;
  display: block;
  margin: 0 0 5px 0;
}

input:not([type=checkbox]):not([type=color]):not([type=button]):not([type=file]):not([type=image]):not([type=radio]):not([type=range]):not([type=reset]):not([type=submit]), select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin: 0 0 20px 0;
  outline: none;
  color: #3C3C3C;
  border-style: solid;
  border-radius: 0;
  border-width: 1px;
  border-color: #999;
}
input:not([type=checkbox]):not([type=color]):not([type=button]):not([type=file]):not([type=image]):not([type=radio]):not([type=range]):not([type=reset]):not([type=submit])::-webkit-input-placeholder, input:not([type=checkbox]):not([type=color]):not([type=button]):not([type=file]):not([type=image]):not([type=radio]):not([type=range]):not([type=reset]):not([type=submit])::-moz-placeholder, input:not([type=checkbox]):not([type=color]):not([type=button]):not([type=file]):not([type=image]):not([type=radio]):not([type=range]):not([type=reset]):not([type=submit]):-ms-input-placeholder, input:not([type=checkbox]):not([type=color]):not([type=button]):not([type=file]):not([type=image]):not([type=radio]):not([type=range]):not([type=reset]):not([type=submit]):-moz-placeholder, select::-webkit-input-placeholder, select::-moz-placeholder, select:-ms-input-placeholder, select:-moz-placeholder, textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea:-moz-placeholder {
  color: #999;
}
input:not([type=checkbox]):not([type=color]):not([type=button]):not([type=file]):not([type=image]):not([type=radio]):not([type=range]):not([type=reset]):not([type=submit]):hover, input:not([type=checkbox]):not([type=color]):not([type=button]):not([type=file]):not([type=image]):not([type=radio]):not([type=range]):not([type=reset]):not([type=submit]):focus, a:hover input:not([type=checkbox]):not([type=color]):not([type=button]):not([type=file]):not([type=image]):not([type=radio]):not([type=range]):not([type=reset]):not([type=submit]), a:focus input:not([type=checkbox]):not([type=color]):not([type=button]):not([type=file]):not([type=image]):not([type=radio]):not([type=range]):not([type=reset]):not([type=submit]), select:hover, select:focus, a:hover select, a:focus select, textarea:hover, textarea:focus, a:hover textarea, a:focus textarea {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  box-sizing: border-box;
  color: #3C3C3C;
  background-color: #FFF;
  padding: 10px;
  margin: 0 0 20px 0;
  border: 1px solid #999;
  border-radius: 0;
  min-height: 48px;
  background-position: right 16px center;
  background-repeat: no-repeat;
}
select {
  background-image: url(../img/icons/drop-arrow.svg);
}
.no-svg select {
  background-image: url(../img/icons/drop-arrow.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg select {
    background-image: url(../img/icons/drop-arrow@2x.png);
  }
}
select option {
  color: #3C3C3C;
  background-color: #FFF;
  padding: 3px;
}
select:focus::-ms-value {
  background: transparent;
  color: inherit;
}
select::-ms-expand {
  display: none;
}

textarea:focus, input:focus {
  outline: none;
}

input[type=file], input[type=image] {
  outline: none;
}

input[type=color] {
  outline: none;
  display: block;
  background: #FFF;
  line-height: normal;
  padding: 0;
  border: 0;
  outline: 0;
}
input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=range] {
  width: 100%;
}

/*input[type="checkbox"],*/
input[type=radio] {
  visibility: hidden;
  position: absolute;
  margin: 2px 0;
  top: 7px;
  left: 0;
}
input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  padding-top: 3px;
  cursor: pointer;
  display: block;
}
input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #3C3C3C;
  position: absolute;
  left: 0;
  top: 1px;
}
input[type=radio] + label:after {
  content: "";
  display: block;
  opacity: 0;
  width: 9px;
  height: 9px;
  background-color: #3C3C3C;
  top: 7px;
  left: 5.5px;
  position: absolute;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

input[type=radio] {
  border-radius: 99.9%;
}
input[type=radio] + label {
  border-radius: 99.9%;
}
input[type=radio] + label:before {
  border-radius: 99.9%;
}
input[type=radio]:checked + label:after {
  border-radius: 99.99%;
}

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

.gform_body ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.gform_body ul li label.gfield_label {
  font-size: 18px;
}

.validation_error {
  margin-bottom: 30px;
}

.gfield_required {
  display: none;
}

.gform_ajax_spinner {
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin-left: 10px;
}

.gfield_checkbox input {
  vertical-align: middle;
  margin-right: 5px !important;
  margin-top: -5px !important;
}
.gfield_checkbox label {
  font-weight: normal;
  vertical-align: middle;
}

h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Agency FB', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Agency FB', Helvetica, Arial, sans-serif;
    letter-spacing: 2.5px;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 125px;
    line-height: 0.92;
    font-weight: 700;
    font-family: 'Agency FB', Helvetica, Arial, sans-serif;
    letter-spacing: 4.06px;
  }
}

h2 {
  font-size: 26px;
  line-height: 1.1538461538;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.39px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}

h3 {
  font-size: 21px;
  line-height: 1.1428571429;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.72px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1280px) {
  h3 {
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}

html {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul,
ol,
dl {
  margin: 0 0 30px;
}

li {
  margin: 0 0 15px;
}

main {
  position: relative;
}

.result .rich-text {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

p {
  color: #3C3C3C;
  margin: 0 0 30px;
}

p.intro {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
}
@media only screen and (min-width: 768px) {
  p.intro {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 300;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}

table {
  width: 100%;
  margin: 0 0 30px;
}

td, th {
  border-bottom: 1px solid #B6B6B5;
  text-align: left;
  vertical-align: top;
  padding: 5px;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
  border: 0;
  padding: 0;
  background: none;
  overflow: visible;
  display: block;
}

button,
.btn,
.standard-introduction .text-right a,
.featured-content footer a,
.btn-dark,
.features-dark a,
.btn-medium,
.features a,
.btn-thin,
.discovery-box-buttons a,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 11px 12px 9px;
  border: 1px solid #3C3C3C;
  background-color: transparent;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.86px;
  font-family: "Helvetica", serif;
  text-transform: uppercase;
}
button:hover, button:focus, a:hover button, a:focus button,
.btn:hover,
.standard-introduction .text-right a:hover,
.featured-content footer a:hover,
.btn-dark:hover,
.features-dark a:hover,
.btn-medium:hover,
.features a:hover,
.btn-thin:hover,
.discovery-box-buttons a:hover,
.btn:focus,
.standard-introduction .text-right a:focus,
.featured-content footer a:focus,
.btn-dark:focus,
.features-dark a:focus,
.btn-medium:focus,
.features a:focus,
.btn-thin:focus,
.discovery-box-buttons a:focus,
a:hover .btn,
a:hover .standard-introduction .text-right a,
.standard-introduction .text-right a:hover a,
a:hover .featured-content footer a,
.featured-content footer a:hover a,
a:hover .btn-dark,
a:hover .features-dark a,
.features-dark a:hover a,
a:hover .btn-medium,
a:hover .features a,
.features a:hover a,
a:hover .btn-thin,
a:hover .discovery-box-buttons a,
.discovery-box-buttons a:hover a,
a:focus .btn,
a:focus .standard-introduction .text-right a,
.standard-introduction .text-right a:focus a,
a:focus .featured-content footer a,
.featured-content footer a:focus a,
a:focus .btn-dark,
a:focus .features-dark a,
.features-dark a:focus a,
a:focus .btn-medium,
a:focus .features a,
.features a:focus a,
a:focus .btn-thin,
a:focus .discovery-box-buttons a,
.discovery-box-buttons a:focus a,
input[type=submit]:hover,
input[type=submit]:focus,
a:hover input[type=submit],
a:focus input[type=submit],
input[type=reset]:hover,
input[type=reset]:focus,
a:hover input[type=reset],
a:focus input[type=reset],
input[type=button]:hover,
input[type=button]:focus,
a:hover input[type=button],
a:focus input[type=button] {
  outline: 0;
  background-color: #585858;
  border-color: #585858;
  color: #fff;
  text-decoration: none;
}

.btn-thin, .discovery-box-buttons a {
  padding: 5px 12px;
}

.btn-medium, .features a {
  padding: 8px 12px;
}

.btn-dark, .features-dark a {
  background-color: #3C3C3C;
  color: #FFF;
}
.btn-dark:hover, .features-dark a:hover {
  border: 1px solid #3C3C3C;
  background-color: #fff;
  color: #3C3C3C;
}

.campus-locations .inner {
  max-width: 1228px;
}
.campus-locations .location-box {
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.26);
  background-color: #ffffff;
  padding: 20px 20px 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .campus-locations .location-box {
    padding: 89px 72px 20px;
  }
}
.campus-locations h2 {
  color: #008FC3;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .campus-locations h2 {
    margin-bottom: 50px;
  }
}
.campus-locations .location {
  list-style: none;
  margin-bottom: 50px;
}
.campus-locations .location:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.campus-locations .campus-map {
  max-width: 625px;
  width: 100%;
  height: 250px;
}
@media only screen and (min-width: 768px) {
  .campus-locations .campus-map {
    max-width: none;
    height: 468px;
  }
}
@media only screen and (min-width: 1024px) {
  .campus-locations .campus-map {
    float: left;
    width: 57.6568265683%;
  }
}
.campus-locations .content {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .campus-locations .content {
    float: left;
    margin-left: 8.3025830258%;
    width: 34.0405904059%;
    max-width: 260px;
  }
}
.campus-locations .content p {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .campus-locations .content p {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 300;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}
.campus-locations h3, .campus-locations .phone {
  color: #008FC3;
}
.campus-locations .phone {
  display: inline-block;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.campus-locations .phone {
  font-weight: 700;
  display: block;
}
.campus-locations a.btn, .campus-locations .standard-introduction .text-right a, .standard-introduction .text-right .campus-locations a, .campus-locations .featured-content footer a, .featured-content footer .campus-locations a, .campus-locations a.btn-thin, .campus-locations .discovery-box-buttons a, .discovery-box-buttons .campus-locations a, .campus-locations a.btn-medium, .campus-locations .features a, .features .campus-locations a, .campus-locations a.btn-dark, .campus-locations .features-dark a, .features-dark .campus-locations a {
  display: inline-block;
  width: auto;
}

.content-pull-out {
  max-width: 1228px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.13);
  background-color: #008FC3;
  padding: 20px 0 30px;
  color: #FFF;
  position: relative;
}
.content-pull-out:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  .content-pull-out {
    padding: 90px 74px 70px;
    max-width: 1228px;
  }
}
.content-pull-out p, .content-pull-out a {
  color: #FFF;
}
.content-pull-out a {
  font-weight: bold;
}
.content-pull-out .content {
  margin: 13px auto 0;
  width: 90%;
}
@media only screen and (max-width: 1023px) {
  .content-pull-out .content {
    max-width: 666px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-pull-out .content {
    width: calc(100% - 590px);
    float: left;
  }
}
.content-pull-out img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .content-pull-out img {
    padding: 0 5%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1024px) {
  .content-pull-out img {
    float: right;
    max-width: 560px;
  }
}
.content-pull-out p {
  opacity: 0.9;
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 300;
  letter-spacing: 0;
}
@media only screen and (min-width: 1024px) {
  .content-pull-out p {
    font-size: 26px;
    line-height: 1.1538461538;
    font-weight: 300;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content-pull-out:before {
    content: "";
    width: 63px;
    height: 153px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content-pull-out:before {
    background-image: url(../img/../img/shapes/small-rightangle-triangle-flipped.svg);
  }
  .no-svg .content-pull-out:before {
    background-image: url(../img/../img/shapes/small-rightangle-triangle-flipped.png);
  }
}
@media only screen and (min-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .content-pull-out:before {
    background-image: url(../img/../img/shapes/small-rightangle-triangle-flipped@2x.png);
  }
}

.contact-form {
  padding-top: 70px;
  padding-bottom: 308px;
  margin-bottom: -250px;
  background-color: #F8F8F7;
}
.contact-form .inner {
  max-width: 975px;
}
.contact-form h3 {
  font-size: 26px;
  line-height: 1.1538461538;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.39px;
  margin: 0 0 30px;
  color: #008FC3;
}
@media only screen and (min-width: 1024px) {
  .contact-form h3 {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.contact-form p {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
  margin-bottom: 40px;
  max-width: 648px;
}
@media only screen and (min-width: 768px) {
  .contact-form p {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 300;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}
.contact-form label {
  margin: 0;
}
.contact-form .form-item, .contact-form .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.contact-form .gfmc-column {
  max-width: 440px;
  width: calc(50% - 45px);
}
.contact-form .gfmc-row-1-col-2-of-2 {
  float: right;
}
.contact-form form#gform_1 {
  margin-bottom: 0;
  max-width: 100%;
}
.contact-form form#gform_1 ul {
  margin: 0px;
  padding: 0px;
}
.contact-form form#gform_1 li.gfield {
  padding: 0px;
  margin: 0px;
}
.contact-form form#gform_1 li.gfield div.ginput_container {
  margin-top: 0px;
}
.contact-form form#gform_1 li.gfield.field-email-address label.gfield_label {
  display: none !important;
}
.contact-form form#gform_1 li.gfield .ginput_container_email {
  width: auto !important;
}
.contact-form form#gform_1 li.gfield .ginput_container_email .ginput_left,
.contact-form form#gform_1 li.gfield .ginput_container_email .ginput_right {
  float: none;
  padding: 0px;
  margin: 0px;
  width: auto;
  display: block;
}
.contact-form form#gform_1 li.gfield .ginput_container_email .ginput_left label,
.contact-form form#gform_1 li.gfield .ginput_container_email .ginput_right label {
  letter-spacing: 0px;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 18px;
}
.contact-form form#gform_1 input:not([type=submit]), .contact-form form#gform_1 textarea, .contact-form form#gform_1 select {
  margin-top: 3px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 36px;
  padding-left: 10px !important;
  margin-bottom: 24px;
  background-color: transparent;
  color: #747678;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}
.contact-form form#gform_1 input:not([type=submit])::-webkit-input-placeholder, .contact-form form#gform_1 textarea::-webkit-input-placeholder, .contact-form form#gform_1 select::-webkit-input-placeholder {
  opacity: 0.64;
}
.contact-form form#gform_1 input:not([type=submit])::-moz-placeholder, .contact-form form#gform_1 textarea::-moz-placeholder, .contact-form form#gform_1 select::-moz-placeholder {
  opacity: 0.64;
}
.contact-form form#gform_1 input:not([type=submit]):-moz-placeholder, .contact-form form#gform_1 textarea:-moz-placeholder, .contact-form form#gform_1 select:-moz-placeholder {
  opacity: 0.64;
}
.contact-form form#gform_1 input:not([type=submit]):-ms-input-placeholder, .contact-form form#gform_1 textarea:-ms-input-placeholder, .contact-form form#gform_1 select:-ms-input-placeholder {
  opacity: 0.64;
}
.contact-form form#gform_1 textarea {
  height: 131px;
  min-height: 131px;
  padding: 10px;
}
.contact-form form#gform_1 .form-actions {
  clear: both;
  padding-top: 26px;
}
.contact-form form#gform_1 .form-actions input[type=submit] {
  margin: 0 auto;
}
.contact-form form#gform_1 .gform_footer {
  clear: both;
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-top: 26px;
}
.contact-form form#gform_1 .gform_footer input[type=submit] {
  margin: 0 auto;
}
.contact-form .form-body:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .contact-form fieldset {
    max-width: 440px;
    width: calc(50% - 45px);
  }
  .contact-form fieldset:nth-of-type(1) {
    float: left;
  }
  .contact-form fieldset:nth-of-type(2) {
    float: right;
  }
}

.content-list {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .content-list {
    margin-top: 70px;
  }
}
.content-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.content-list ul li {
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .content-list ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
.content-list .content li {
  margin-bottom: 40px;
  display: block;
  max-width: 376px;
}
.content-list .content li a {
  display: block;
}
.content-list .content li a .excerpt {
  font-weight: 300;
  color: #3C3C3C;
}
.content-list .content li a:hover {
  text-decoration: none;
}
.content-list .content li a:hover h3 {
  background-color: #585858;
}
.content-list .content li a:hover .excerpt i {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -20.2em;
  width: 23px;
  height: 17px;
}
.no-svg .content-list .content li a:hover .excerpt i {
  background-image: url("../img/sprites/sprite.png");
}
@media only screen and (min-width: 768px) {
  .content-list .content li {
    margin-right: 32px;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-list .content li {
    max-width: calc(50% - 32px);
  }
}
@media only screen and (min-width: 1024px) {
  .content-list .content li {
    max-width: calc(33% - 32px);
  }
}
.content-list .content li img {
  width: 92.6108374384%;
}
.content-list .content li .content-list-image {
  width: 92.6108374384%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content-list .content li .title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  margin-top: -52px;
}
.content-list .content li .title:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-list .content li h3 {
  background-color: #008FC3;
  padding: 18px;
  box-sizing: border-box;
  color: #FFF;
  margin-bottom: 0;
  height: 100%;
  width: 82.0197044335%;
  display: flex;
  align-items: center;
  float: right;
}
.content-list .content li .meta {
  display: block;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.content-list .content li .meta span {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .content-list .content li .meta span {
    float: right;
  }
}
.content-list .content li .excerpt {
  display: block;
}
.content-list .content li .excerpt i {
  position: relative;
  top: -4px;
  margin-left: 5px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -17.5em;
  width: 23px;
  height: 17px;
}
.no-svg .content-list .content li .excerpt i {
  background-image: url("../img/sprites/sprite.png");
}
.content-list .content li.special:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .content-list .content li.special {
    float: right;
  }
}
.content-list .content li.special h3 {
  font-size: 21px;
  line-height: 1.1428571429;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.72px;
  margin: 0 0 30px;
  color: #008FC3;
  background: transparent;
  padding: 0;
  float: none;
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  .content-list .content li.special h3 {
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}
.content-list .content li.special h4 {
  margin-top: 0;
}
.content-list .content li.special > .thin {
  float: left;
  max-width: 220px;
}
.content-list .content li.special p {
  margin-bottom: 10px;
}
.content-list .content li.special p + h3 {
  margin-top: 40px;
}
.content-list .pagination {
  text-align: center;
  margin-bottom: 45px;
}
.content-list .pagination ul {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}
.content-list .pagination ul:after {
  content: none;
}
.content-list .pagination li {
  margin-bottom: 0;
}
.content-list .pagination a {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #979797;
  font-size: 0;
}
.content-list .pagination .pager-current .first {
  margin-right: 9px;
}
.content-list .pagination .pager-current:before {
  content: "";
  display: block;
  height: 14px;
  border: 2px solid #979797;
  width: 14px;
  border-radius: 100%;
}
.content-list .pagination-dotted .pager, .content-list .pagination-dotted .pager-item {
  height: 18px;
}
.content-list .pagination-dotted .pager-item {
  text-indent: -9999px;
}
.content-list .pagination-dotted .item-list .pager li {
  line-height: 18px;
  padding-top: 0;
  padding-bottom: 0;
}
.content-list .pagination-dotted a {
  line-height: 18px;
}
.content-list .pagination-dotted .pager-current {
  position: relative;
}
.content-list .pagination-dotted .pager-current:before {
  position: relative;
  top: 6px;
  left: 0;
  line-height: 18px;
  display: inline-block;
  width: 12px;
  height: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-list:not(.content-list--special) .content li:nth-of-type(2n) {
    margin-right: 0;
  }
  .content-list:not(.content-list--special) .content li:nth-of-type(2n + 3) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  .content-list:not(.content-list--special) .content li:nth-of-type(3n + 3) {
    margin-right: 0;
  }
  .content-list:not(.content-list--special) .content li:nth-of-type(3n + 4) {
    clear: both;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-list.content-list--special .content li:nth-of-type(2n + 4) {
    margin-right: 0;
  }
  .content-list.content-list--special .content li:nth-of-type(1) {
    margin-right: 32px;
  }
  .content-list.content-list--special .content li:nth-of-type(2n + 3) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .content-list.content-list--special .content li:nth-of-type(1) {
    margin-right: 32px;
  }
  .content-list.content-list--special .content li:nth-of-type(3n + 6) {
    margin-right: 0;
  }
  .content-list.content-list--special .content li:nth-of-type(3n + 4) {
    clear: both;
  }
}

.contextual-links-wrapper {
  display: none !important;
}

.ui-datepicker {
  border: 1px solid #3C3C3C;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  margin-bottom: 36px;
  max-width: 500px;
}
.ui-datepicker#ui-datepicker-div {
  background: white;
  width: 90%;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -3.2em;
  width: 12px;
  height: 17px;
  margin-top: 16px;
}
.no-svg .ui-datepicker .ui-datepicker-prev {
  background-image: url("../img/sprites/sprite.png");
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -0.5em;
  width: 12px;
  height: 17px;
  margin-top: 16px;
}
.no-svg .ui-datepicker .ui-datepicker-next {
  background-image: url("../img/sprites/sprite.png");
}
.ui-datepicker .ui-datepicker-header {
  margin: 0 7.5px;
  padding: 0 15px;
  border-bottom: 1px solid #b6b6b5;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 7px;
  font-size: 24px;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-top: 16px;
  margin-bottom: 0;
}
.ui-datepicker th span {
  color: #747678;
  text-align: center;
  padding: 0;
}
.ui-datepicker th, .ui-datepicker td {
  text-align: center;
  padding: 0;
  border-bottom: none;
}
.ui-datepicker th {
  font-size: 17px;
  line-height: 1.6470588235;
  letter-spacing: 0;
  padding-bottom: 15px;
  width: 14.2857142857%;
}
.ui-datepicker tbody {
  border-top: none;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 10px solid white;
}
.ui-datepicker tbody a, .ui-datepicker tbody span {
  display: block;
  color: #3C3C3C;
  font-size: 17px;
  line-height: 0.7058823529;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.ui-datepicker td {
  height: 40px;
  color: #4b4f54;
  font-weight: 400;
}
.ui-datepicker td a {
  color: #4b4f54;
}
.ui-datepicker td.zero a:before, .ui-datepicker td.zero span:before {
  content: "0";
}
.ui-datepicker td.active {
  background-color: transparent;
}
.ui-datepicker .active {
  position: relative;
}
.ui-datepicker .active:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #008FC3;
  width: 42px;
  height: 42px;
  z-index: 0;
}
.ui-datepicker .active a, .ui-datepicker .active span {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-other-month.active span {
  color: #4b4f54;
}
.ui-datepicker .ui-datepicker-other-month.active:after {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: 2px solid #008FC3;
}

.discovery-box {
  position: static;
  z-index: 50;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .discovery-box {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .discovery-box {
    margin: -60px auto 0;
  }
}
.discovery-box > div {
  display: inline-block;
  background: #FFF;
  box-sizing: border-box;
  min-height: 135px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 22px 20px 22px;
}
@media only screen and (min-width: 1024px) {
  .discovery-box > div {
    padding: 22px 45px 22px;
    min-width: 900px;
    width: auto;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) {
  .discovery-box > div > div {
    text-align: left;
    display: inline-block;
  }
}
.discovery-box-title {
  font-size: 26px;
  line-height: 1.1538461538;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.39px;
  margin: 0 0 30px;
  color: #3C3C3C;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .discovery-box-title {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .discovery-box-buttons {
    float: left;
  }
}
.discovery-box-buttons a {
  display: block;
  text-transform: uppercase;
  margin: 0 auto 10px;
  width: 80%;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .discovery-box-buttons a {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .discovery-box-buttons a {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 30px;
    width: auto;
  }
  .discovery-box-buttons a:last-of-type {
    margin-right: 0;
  }
}
.discovery-box-side-links {
  padding-left: 0;
  margin-bottom: 0;
}
.discovery-box-side-links li {
  list-style: none;
}
@media only screen and (max-width: 1023px) {
  .discovery-box-side-links {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .discovery-box-side-links {
    float: left;
    margin-left: 30px;
  }
}
.discovery-box-side-links li {
  line-height: 18px;
  margin-bottom: 3px;
}
.discovery-box-side-links a {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 700;
  letter-spacing: 0;
  color: #3C3C3C;
  font-family: Helvetica, sans-serif;
}

.event-archive-filters {
  max-width: 675px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .event-archive-filters {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .event-archive-filters {
    margin-bottom: -10px;
  }
}
.event-archive-filters ul {
  padding-left: 0;
  margin-bottom: 14px;
}
.event-archive-filters ul li {
  list-style: none;
}
.event-archive-filters li {
  display: inline-block;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .event-archive-filters li {
    display: inline-block;
    margin-right: 35px;
  }
}
.event-archive-filters label {
  color: #3C3C3C;
  font-weight: 300;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
}
.event-archive-filters form {
  margin-bottom: 0;
}

.event-archive-actions {
  margin-top: 30px;
  margin-bottom: -30px;
  margin-right: 32px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .event-archive-actions {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .event-archive-actions {
    float: right;
    margin-top: 70px;
  }
}
.event-archive-actions ul {
  padding-left: 0;
}
.event-archive-actions ul li {
  list-style: none;
}
.event-archive-actions ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .event-archive-actions ul {
    margin-bottom: 0;
  }
  .event-archive-actions ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .event-archive-actions ul li {
    float: left;
    margin-right: 18px;
    margin-bottom: 0;
  }
  .event-archive-actions ul li:last-child {
    margin-right: 0;
  }
}
.event-archive-actions ul a {
  font-weight: 700;
  color: #3C3C3C;
}

.events-component {
  padding-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .events-component {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .events-component {
    margin-bottom: 50px;
  }
}
.events-component:before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  background: #00BBE7;
  position: absolute;
  top: 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .events-component:before {
    padding-top: 480px;
  }
}
.events-component .events-container {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 30px 25px;
  box-sizing: border-box;
}
.events-component .events-container:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, black 78%, black 100%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, black 78%, black 100%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.67;
}
@media only screen and (max-width: 767px) {
  .events-component .events-container:before {
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0, black 20%, black 100%);
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0, black 20%, black 100%);
  }
}
@media only screen and (min-width: 480px) {
  .events-component .events-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .events-component .events-container {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .events-component .events-container {
    padding: 260px 145px 25px;
  }
}
.events-component .events-container h2 {
  margin-bottom: 20px;
  color: #FFF;
  position: relative;
}
.events-component .events-container .primary-title {
  color: #008FC3;
}
.events-component ul {
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.events-component ul li {
  list-style: none;
}
@media only screen and (min-width: 700px) {
  .events-component ul {
    display: flex;
    border-left: 1px solid #FFF;
  }
}
.events-component li {
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 700px) {
  .events-component li {
    width: calc(33% - 2px);
    padding: 0 18px 20px;
    display: inline-block;
    border-right: 1px solid #FFF;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.events-component p, .events-component a {
  display: block;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: 0;
}
.events-component p {
  color: #FFF;
}
.events-component a {
  color: #ADADAD;
}
.events-component a:hover {
  text-decoration: none;
  color: #00BBE7;
}
.events-component .date {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.75px;
  color: #FFF;
  position: relative;
  padding-right: 60px;
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .events-component .date {
    font-size: 113px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: -0.75px;
    padding-right: 40px;
  }
}
.events-component .date span {
  display: inline-block;
  font-size: 16px;
  line-height: 3;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.64px;
  height: 48px;
  text-transform: uppercase;
  padding: 0 10px;
  background: #3C3C3C;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.event-list .content .btn, .event-list .content .standard-introduction .text-right a, .standard-introduction .text-right .event-list .content a, .event-list .content .featured-content footer a, .featured-content footer .event-list .content a, .event-list .content .btn-thin, .event-list .content .btn-medium, .event-list .content .features a, .features .event-list .content a, .event-list .content .btn-dark, .event-list .content .features-dark a, .features-dark .event-list .content a, .event-list .content .discovery-box-buttons a, .discovery-box-buttons .event-list .content a {
  display: inline-block;
}
.event-list .content li .meta {
  display: flex;
  justify-content: space-between;
}
.event-list .content li .meta span {
  flex-shrink: 0;
  margin-left: 10px;
}
.event-list .content .event-image {
  width: 92.6108374384%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.event-list .content a {
  cursor: pointer;
}
.event-list .calendar {
  position: relative;
  width: 100%;
  max-width: 408px;
}
@media only screen and (min-width: 1024px) {
  .event-list .calendar:after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 73px;
    height: 176px;
    position: absolute;
    bottom: -140px;
    right: 100px;
  }
  .event-list .calendar:after {
    background-image: url(../img/../img/shapes/dark-feature-line.svg);
  }
  .no-svg .event-list .calendar:after {
    background-image: url(../img/../img/shapes/dark-feature-line.png);
  }
}
@media only screen and (min-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .event-list .calendar:after {
    background-image: url(../img/../img/shapes/dark-feature-line@2x.png);
  }
}
.event-list .original-content {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.featured-cards {
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .featured-cards {
    padding-bottom: 70px;
  }
}
.featured-cards .inner {
  max-width: 1085px;
}
.featured-cards ul {
  padding-left: 0;
  margin-bottom: 0;
}
.featured-cards ul li {
  list-style: none;
}
.featured-cards ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.featured-cards li {
  float: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .featured-cards li {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-cards li {
    width: calc(50% - 30px);
    min-height: 480px;
    max-width: 512px;
  }
  .featured-cards li:first-of-type {
    margin-right: 60px;
  }
  .featured-cards li:last-of-type {
    margin-top: 170px;
  }
}
.featured-cards a {
  padding: 50px 30px 60px 30px;
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
  display: flex;
  align-items: center;
  min-height: 300px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .featured-cards a {
    padding: 50px 30px 60px 30px;
  }
}
.featured-cards a:hover, .featured-cards a:focus {
  text-decoration: none;
}
.featured-cards a:hover h2, .featured-cards a:hover h3, .featured-cards a:focus h2, .featured-cards a:focus h3 {
  color: #00BBE7;
}
@media only screen and (min-width: 768px) {
  .featured-cards a {
    min-height: 480px;
    max-width: 512px;
  }
}
.featured-cards .card-category {
  color: #FFF;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  position: absolute;
  top: 20px;
}
.featured-cards .card-hashtag {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #FFF;
  max-width: 250px;
}
.featured-cards .card-date {
  color: #00BBE7;
}
.featured-cards .card-date,
.featured-cards .card-hashtag {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.featured-cards .card-author {
  font-weight: 700;
}
.featured-cards h2, .featured-cards h3 {
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.39px;
  margin: 0 0 30px;
  color: #FFF;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .featured-cards h2, .featured-cards h3 {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.featured-cards p {
  opacity: 0.9;
  color: #FFF;
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.featured-cards .card-twitter {
  position: relative;
}
.featured-cards .card-twitter .card-image {
  padding: 0 30px;
  width: 100%;
  background-size: cover;
  box-sizing: border-box;
  height: 300px;
  background-position: 50%;
}
@media only screen and (min-width: 768px) {
  .featured-cards .card-twitter .card-image {
    height: 375px;
  }
}
.featured-cards .card-twitter .card-meta {
  padding-top: 27px;
}
.featured-cards .card-twitter .card-thumbnail {
  max-width: 68px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 24px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .featured-cards .card-twitter .card-thumbnail {
    display: none;
  }
}
.featured-cards .card-twitter .card-meta-content {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .featured-cards .card-twitter .card-meta-content {
    width: calc(100% - 92px);
    float: right;
  }
}
.featured-cards .card-twitter .card-meta-content h3 {
  margin-bottom: 0;
}
.featured-cards .card-twitter .card-meta-content p {
  margin-top: 18px;
  color: inherit;
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 300;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .featured-cards .card-twitter .card-meta-content p {
    font-size: 26px;
    line-height: 1.1538461538;
    font-weight: 300;
    letter-spacing: 0;
  }
}
.featured-cards .card-dark-blue h3 {
  color: #FFF;
  font-size: 26px;
  line-height: 1.1538461538;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.39px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  .featured-cards .card-dark-blue h3 {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.featured-cards .card-dark-blue a {
  background-color: rgba(0, 0, 0, 0.45);
}
.featured-cards .card-dark-blue a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00BBE7;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 0;
}
.featured-cards .card-dark-blue a div {
  z-index: 1;
}
.featured-cards .card-solid a {
  background-color: #008FC3;
}
.featured-cards .card-solid .card-author, .featured-cards .card-solid .card-hashtag {
  color: #3C3C3C;
}
.featured-cards .with-slash {
  position: relative;
}
.featured-cards .with-slash:after {
  display: block;
  position: absolute;
  bottom: -170px;
  right: 125px;
  mix-blend-mode: multiply;
  background-color: #00bbe7;
  opacity: 0.86;
  transform: skew(-25deg);
  width: 115px;
  height: 297px;
}
@media only screen and (min-width: 768px) {
  .featured-cards .with-slash:after {
    content: "";
  }
}

.large-introduction + .featured-cards {
  padding-top: 30px;
  background-color: #008FC3;
}
@media only screen and (min-width: 768px) {
  .large-introduction + .featured-cards {
    padding-top: 0;
  }
  .large-introduction + .featured-cards li:first-of-type {
    margin-top: -218px;
  }
  .large-introduction + .featured-cards li:last-of-type {
    margin-top: 100px;
  }
}

.featured-content {
  width: 90%;
  max-width: 1228px;
  margin: 0 auto 60px;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.26);
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
.featured-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .featured-content {
    display: flex;
    padding: 90px 44px 70px 74px;
    width: 100%;
  }
}
.featured-content img {
  width: 100%;
  height: 100%;
  float: left;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .featured-content img {
    margin-bottom: 0;
    width: 56.036036036%;
  }
}
.featured-content .content {
  float: left;
  max-width: 423px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .featured-content .content {
    margin-left: 5.8558558559%;
    float: left;
    max-width: 423px;
  }
  .featured-content .content:before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 46px;
    height: 111px;
    position: absolute;
    bottom: 50px;
    right: 75px;
    visibility: visible;
  }
  .featured-content .content:before {
    background-image: url(../img/../img/shapes/story-line.svg);
  }
  .no-svg .featured-content .content:before {
    background-image: url(../img/../img/shapes/story-line.png);
  }
}
@media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .featured-content .content:before {
    background-image: url(../img/../img/shapes/story-line@2x.png);
  }
}
.featured-content h2 {
  color: #008FC3;
  margin-bottom: 18px;
}
.featured-content h3 {
  margin-top: 0;
  margin-bottom: 18px;
}
.featured-content footer a {
  display: inline-block;
}

.features .inner {
  max-width: 1085px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .features .inner {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.features .feature {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .features .feature {
    margin-bottom: 20px;
  }
  .features .feature:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .features .feature {
    width: calc(50% - 30px);
    max-width: 512px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .features .feature {
    margin-bottom: 0;
  }
  .features .feature:nth-of-type(even) {
    float: left;
    margin-bottom: 90px;
  }
  .features .feature:nth-of-type(odd) {
    float: left;
    margin-bottom: 90px;
  }
  .features .feature:first-of-type {
    float: left;
    margin-top: 350px;
  }
}
.features img {
  margin-bottom: 24px;
}
.features h3 {
  color: #008FC3;
  margin-bottom: 18px;
}
.features p {
  margin: 14px 0 0;
}
.features footer {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 700;
  letter-spacing: 0;
}
.features a {
  display: inline-block;
  margin-top: 24px;
}
.features-dark {
  background: #585858;
  background-repeat: no-repeat;
  background-position: bottom right;
  color: #FFF;
}
.features-dark {
  background-image: url(../img/../img/shapes/large-rightangle-triangle-dark.svg);
}
.no-svg .features-dark {
  background-image: url(../img/../img/shapes/large-rightangle-triangle-dark.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .features-dark {
    background-image: url(../img/../img/shapes/large-rightangle-triangle-dark@2x.png);
  }
}
@media only screen and (min-width: 768px) {
  .features-dark {
    padding-bottom: 95px;
  }
}
.features-dark h3, .features-dark p {
  color: inherit;
}
.features-dark .feature {
  max-width: 480px;
  margin-bottom: 30px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .features-dark .feature {
    margin-bottom: 0;
    width: calc(50% - 60px);
  }
  .features-dark .feature:nth-of-type(even) {
    float: right;
    margin-bottom: 90px;
  }
  .features-dark .feature:nth-of-type(odd) {
    float: left;
    margin-bottom: 90px;
  }
}
.features-dark .feature:first-of-type {
  margin-top: 0;
}
.features-dark .feature:nth-of-type(2) {
  float: right;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .features-dark .feature:nth-of-type(2) {
    margin-top: 332px;
  }
  .features-dark .feature:nth-of-type(2):after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 107px;
    height: 259px;
    position: absolute;
    top: -305px;
    left: 297px;
  }
  .features-dark .feature:nth-of-type(2):after {
    background-image: url(../img/../img/shapes/dark-feature-line.svg);
  }
  .no-svg .features-dark .feature:nth-of-type(2):after {
    background-image: url(../img/../img/shapes/dark-feature-line.png);
  }
}
@media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .features-dark .feature:nth-of-type(2):after {
    background-image: url(../img/../img/shapes/dark-feature-line@2x.png);
  }
}
.features-dark .feature:nth-of-type(3) {
  position: relative;
}
.features-dark .feature:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .content-pull-out + .features-dark {
    margin-top: -120px;
  }
  .content-pull-out + .features-dark .inner {
    padding-top: 190px;
  }
}
@supports (mix-blend-mode: multiply) {
  @media only screen and (min-width: 768px) {
    .features-dark .feature:nth-of-type(3):after {
      content: "";
      display: block;
      height: 396px;
      width: 257px;
      position: absolute;
      right: -95px;
      top: -102px;
      z-index: 0;
      mix-blend-mode: multiply;
      background-repeat: no-repeat;
    }
    .features-dark .feature:nth-of-type(3):after {
      background-image: url(../img/../img/shapes/large-slash.svg);
    }
    .no-svg .features-dark .feature:nth-of-type(3):after {
      background-image: url(../img/../img/shapes/large-slash.png);
    }
  }
  @media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
    .no-svg .features-dark .feature:nth-of-type(3):after {
      background-image: url(../img/../img/shapes/large-slash@2x.png);
    }
  }
}
.site-footer {
  background: #3d3d3d;
  padding: 44px 0 63px;
}
.site-footer .logo {
  width: auto;
  max-width: 100%;
}
.site-footer .footer-menus {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-column {
    float: left;
    width: 22.0930232558%;
    margin-right: 3.8759689922%;
  }
  .site-footer .footer-column:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .site-footer .footer-column:nth-of-type(4n + 1) {
    clear: left;
  }
}
.site-footer .footer-section {
  border-top: 1px solid #FFF;
}
.site-footer span {
  display: block;
  color: #FFF;
  margin-bottom: 10px;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: 0;
}
.site-footer ul {
  padding-left: 0;
  margin-bottom: 12px;
}
.site-footer ul li {
  list-style: none;
}
.site-footer ul li {
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.site-footer a {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFF;
}
.site-footer a.active {
  color: #FFF;
}
.site-footer .block-menu-block li {
  margin-bottom: 4px;
}
.site-footer .footer-section-social ul {
  margin-top: 20px;
}
.site-footer .footer-section-social ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-section-social ul {
    margin-bottom: 66px;
  }
}
.site-footer .footer-section-social li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.site-footer .footer-section-social .facebook a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -9.1em;
  width: 19px;
  height: 19px;
}
.no-svg .site-footer .footer-section-social .facebook a {
  background-image: url("../img/sprites/sprite.png");
}
.site-footer .footer-section-social .instagram a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -12em;
  width: 19px;
  height: 19px;
}
.no-svg .site-footer .footer-section-social .instagram a {
  background-image: url("../img/sprites/sprite.png");
}
.site-footer .footer-section-social .twitter a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -55em;
  width: 19px;
  height: 19px;
}
.no-svg .site-footer .footer-section-social .twitter a {
  background-image: url("../img/sprites/sprite.png");
}
.site-footer .footer-section-social .youtube a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -63.7em;
  width: 19px;
  height: 19px;
}
.no-svg .site-footer .footer-section-social .youtube a {
  background-image: url("../img/sprites/sprite.png");
}
.site-footer .footer-section-social .vimeo a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -57.9em;
  width: 19px;
  height: 19px;
}
.no-svg .site-footer .footer-section-social .vimeo a {
  background-image: url("../img/sprites/sprite.png");
}
.site-footer .footer-section-social .soundcloud a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -50.2em;
  width: 19px;
  height: 19px;
}
.no-svg .site-footer .footer-section-social .soundcloud a {
  background-image: url("../img/sprites/sprite.png");
}
.site-footer .footer-section-social .wordpress a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -60.8em;
  width: 19px;
  height: 19px;
}
.no-svg .site-footer .footer-section-social .wordpress a {
  background-image: url("../img/sprites/sprite.png");
}
.site-footer .footer-section-accreditation {
  margin-bottom: 10px;
}
.site-footer .footer-section-accreditation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.site-footer .footer-section-accreditation img {
  width: auto;
  max-width: 100%;
  height: auto;
  float: left;
  margin-right: 20px;
}
.site-footer .footer-section-accreditation img:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-section-accreditation img {
    margin-top: 20px;
    max-width: 50%;
  }
}
.site-footer .footer-section-contact ul {
  margin: 15px 0 23px;
}
.site-footer .footer-section-contact li {
  color: #FFF;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.site-footer .footer-section-contact a {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .site-footer .footer-section-contact a {
    display: inline-block;
    margin-left: 20px;
  }
}
.site-footer .footer-section-contact p {
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.site-footer .footer-section-contact p.funding {
  font-weight: 400;
}

.gallery {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  max-width: 1270px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.gallery:after, .gallery > div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gallery a.video img {
  position: relative;
}
.gallery a.video.play-btn:after, .gallery a.video.play-btn-small:after {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.gallery a.video.play-btn:after, .gallery a.video.play-btn-small:after {
  background-image: url(../img/../img/shapes/play-btn.svg);
}
.no-svg .gallery a.video.play-btn:after, .no-svg .gallery a.video.play-btn-small:after {
  background-image: url(../img/../img/shapes/play-btn.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .gallery a.video.play-btn:after, .no-svg .gallery a.video.play-btn-small:after {
    background-image: url(../img/../img/shapes/play-btn@2x.png);
  }
}
.gallery a.video.play-btn-small:after {
  background-size: 200px 200px;
}
.gallery .column {
  padding-left: 0;
  margin-bottom: 0;
}
.gallery .column li {
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .gallery .column {
    margin-bottom: 50px;
    width: calc(50% - 6px);
  }
  .gallery .column:first-of-type {
    float: left;
    margin-right: 6px;
  }
  .gallery .column:first-of-type li {
    float: right;
  }
  .gallery .column:last-of-type {
    float: left;
    margin-left: 6px;
    padding-top: 140px;
  }
  .gallery .column:last-of-type li {
    float: left;
  }
}
.gallery li {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.gallery li img {
  max-width: 100%;
  width: auto;
}
.gallery li span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #00BBE7;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFF;
  width: 21px;
  height: 21px;
  text-align: center;
}
.gallery .content {
  text-align: left;
  max-width: 895px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 90%;
}
.gallery .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gallery .content h2 {
  color: #008FC3;
}
.gallery .content p {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
}
@media only screen and (min-width: 768px) {
  .gallery .content p {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 300;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) {
  .gallery .content {
    width: 100%;
    padding-left: 50px;
  }
  .gallery .content .introduction {
    max-width: 45%;
    float: left;
  }
  .gallery .content .image-key {
    max-width: 50%;
    float: right;
  }
  .gallery .content .image-key ol {
    padding-left: 26px;
  }
}
.gallery .content .image-key ol {
  padding: 0;
}
.gallery .content .image-key li {
  color: #6d6d6b;
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 400;
  letter-spacing: 0;
  width: 100%;
}

.programme-slider + .gallery {
  padding-top: 10px;
}

@supports (mix-blend-mode: multiply) {
  @media only screen and (min-width: 768px) {
    .gallery:before {
      content: "";
      width: 529px;
      height: 533px;
      mix-blend-mode: multiply;
      pointer-events: none;
      position: absolute;
      z-index: 1;
      top: 617px;
      left: 0;
    }
    .gallery:before {
      background-image: url(../img/../img/shapes/large-slash-wide.svg);
    }
    .no-svg .gallery:before {
      background-image: url(../img/../img/shapes/large-slash-wide.png);
    }
  }
  @media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
    .no-svg .gallery:before {
      background-image: url(../img/../img/shapes/large-slash-wide@2x.png);
    }
  }
}
.inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1290px;
}
.inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Accordion icon styling for light backgrounds and dark text, uses dark version of
the accordion SVG icon, white version already in use for related course block */
.ui-icon.ui-icon-triangle-1-s {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/sprites/right-arrow-dark.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  font-size: 10px;
  background-position: 0;
  width: 15px;
  height: 15px;
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ui-icon.ui-icon-triangle-1-e {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/sprites/right-arrow-dark.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  font-size: 10px;
  background-position: 0;
  width: 15px;
  height: 15px;
  content: "";
}

#programme-accordion .ui-icon.iconOpen {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/sprites/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  font-size: 10px;
  background-position: 0;
  width: 15px;
  height: 15px;
  margin-left: -30px;
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#programme-accordion .ui-icon.iconClosed {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/sprites/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  font-size: 10px;
  background-position: 0;
  width: 15px;
  height: 15px;
  margin-left: -30px;
  content: "";
  margin-top: -9px !important;
}

/* Fix to remove scroll bars for accordion elements generated by JQuery UI filter
Sets height to auto to avoid content being clipped short, uses important because of inline styles being added
to the accordion element that can cause height issues when the accordion is expanded */
.ui-accordion .ui-accordion-content {
  overflow: hidden !important;
  height: auto !important;
}

.kis-widget {
  background: url("../img/content/kis-background.jpg") no-repeat center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 90px;
  text-align: center;
}
.kis-widget .inner {
  max-width: 615px;
}
.kis-widget iframe {
  width: 100%;
  margin: 0 auto;
}
.kis-widget .unistats-horizontal {
  display: none;
}
.kis-widget .unistats-vertical {
  height: 500px;
  width: 190px;
}
@media only screen and (min-width: 768px) {
  .kis-widget .unistats-vertical {
    display: none;
  }
  .kis-widget .unistats-horizontal {
    display: block;
  }
}

.large-introduction {
  position: relative;
  background-color: #008FC3;
}
@media only screen and (min-width: 768px) {
  .large-introduction {
    background-repeat: no-repeat;
    background-position: bottom right -250px;
  }
  .large-introduction {
    background-image: url(../img/../img/shapes/large-landing-triangle.svg);
  }
  .no-svg .large-introduction {
    background-image: url(../img/../img/shapes/large-landing-triangle.png);
  }
}
@media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .large-introduction {
    background-image: url(../img/../img/shapes/large-landing-triangle@2x.png);
  }
}
.large-introduction .menu-content {
  position: relative;
}
.large-introduction .menu-content > div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .large-introduction .menu-content > div {
    display: flex;
  }
}
.large-introduction .inner {
  position: relative;
}
.large-introduction .menu {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .large-introduction .menu {
    padding-top: 80px;
    padding-bottom: 305px;
    width: 33.5658914729%;
    float: left;
  }
}
@media only screen and (min-width: 1280px) {
  .large-introduction .menu {
    margin-left: 5.4263565891%;
  }
}
.large-introduction .menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.large-introduction .menu ul li {
  list-style: none;
}
.large-introduction .menu li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .large-introduction .menu li {
    margin-bottom: 12px;
  }
}
.large-introduction .menu a {
  font-size: 24px;
  line-height: 1.375;
  font-weight: 600;
  letter-spacing: 0;
  color: #3C3C3C;
}
@media only screen and (min-width: 1024px) {
  .large-introduction .menu a {
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0;
  }
}
.large-introduction .menu a:hover, .large-introduction .menu a:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.large-introduction .menu .active a {
  color: #FFF;
}
.large-introduction .content {
  background: white;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .large-introduction .content {
    margin-left: -5.5555555556%;
    margin-right: -5.5555555556%;
    width: 111.1111111111%;
    box-sizing: border-box;
    padding-left: 5.5555555556%;
    padding-right: 5.5555555556%;
  }
}
@media only screen and (min-width: 768px) {
  .large-introduction .content {
    width: 56.511627907%;
    padding: 80px 4.0310077519% 87px 7.7519379845%;
    max-width: 818px;
    float: right;
  }
  .large-introduction .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 50%;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .large-introduction .content {
    padding-top: 90px;
  }
}
.large-introduction .content > p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}
.large-introduction .content blockquote {
  position: relative;
}
.large-introduction .content .tab {
  display: none;
}
.large-introduction .content .tab.active {
  display: block;
}
.large-introduction h2 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #008FC3;
  position: relative;
}
.large-introduction .key-facts {
  background: #585858;
  box-sizing: border-box;
  padding-top: 42px;
  padding-bottom: 20px;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .large-introduction .key-facts {
    margin-left: -5.5555555556%;
    margin-right: -5.5555555556%;
    width: 111.1111111111%;
    box-sizing: border-box;
    padding-left: 5.5555555556%;
    padding-right: 5.5555555556%;
  }
}
@media only screen and (min-width: 768px) {
  .large-introduction .key-facts {
    top: -200px;
    left: 5%;
    max-width: 590px;
    position: relative;
    margin-left: -60px;
    padding-left: 20px;
    padding-right: 20px;
    width: 47%;
  }
}
@media only screen and (min-width: 1024px) {
  .large-introduction .key-facts {
    padding-left: 37px;
    padding-right: 37px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .large-introduction .key-facts {
    padding-bottom: 50px;
  }
}
.large-introduction .key-facts h2 {
  color: inherit;
}
.large-introduction .key-facts table {
  margin-bottom: 0;
}
.large-introduction .key-facts tbody {
  border: 0;
}
.large-introduction .key-facts td, .large-introduction .key-facts th {
  padding: 0 0 24px;
  border-bottom: 0;
  vertical-align: top;
}
.large-introduction .key-facts td {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .large-introduction .key-facts td {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 300;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .large-introduction .key-facts td {
    font-size: 18px;
  }
}
.large-introduction .key-facts th {
  font-size: 21px;
  line-height: 1.1428571429;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.72px;
  margin: 0 0 30px;
  margin: 0;
  padding-right: 15px;
}
@media only screen and (min-width: 1280px) {
  .large-introduction .key-facts th {
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}

.mfp-close:hover, .mfp-close:focus {
  background-color: transparent;
}

html:not(.is-ie11) .nav-active .menu-block-wrapper li {
  animation: fade_in_right 0.3s forwards cubic-bezier(0.46, 0.25, 0.33, 1.26);
  animation-delay: 0.15s;
}
html:not(.is-ie11) .nav-active .menu-block-wrapper li:nth-child(1) {
  animation-delay: 200ms;
}
html:not(.is-ie11) .nav-active .menu-block-wrapper li:nth-child(2) {
  animation-delay: 300ms;
}
html:not(.is-ie11) .nav-active .menu-block-wrapper li:nth-child(3) {
  animation-delay: 400ms;
}
html:not(.is-ie11) .nav-active .menu-block-wrapper li:nth-child(4) {
  animation-delay: 500ms;
}
html:not(.is-ie11) .nav-active .menu-block-wrapper li:nth-child(5) {
  animation-delay: 600ms;
}
html:not(.is-ie11) .nav-active .menu-block-wrapper li:nth-child(6) {
  animation-delay: 700ms;
}
html:not(.is-ie11) .nav-active .menu-block-wrapper li:nth-child(7) {
  animation-delay: 800ms;
}
html:not(.is-ie11) .nav-active .menu-block-wrapper li:nth-child(8) {
  animation-delay: 900ms;
}
html:not(.is-ie11) .nav-active .menu-block-wrapper li:nth-child(9) {
  animation-delay: 1000ms;
}
html:not(.is-ie11) .nav-active .menu-block-wrapper li:nth-child(10) {
  animation-delay: 1100ms;
}
html:not(.is-ie11) .nav-active .breadcrumbs li {
  animation: fade_in 0.3s forwards cubic-bezier(0.46, 0.25, 0.33, 1.26);
}

#nav-primary #nav-primary-inner-mask {
  background: #008FC3;
  position: fixed;
  height: 166px;
  width: 602px;
  right: 15px;
  z-index: 99;
}
#nav-primary #nav-primary-inner-mask.fixed-nav {
  display: none;
}
#nav-primary #nav-primary-inner {
  box-sizing: border-box;
  visibility: hidden;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  top: 0;
  right: 0;
  background: #008FC3;
  padding: 200px 5% 0;
  width: 100%;
  box-sizing: border-box;
  transition: transform 0.15s, visibility 0.15s;
  z-index: 54;
  transform: translate3d(100%, 0, 0);
}
#nav-primary li, #nav-primary a {
  color: #FFF;
}
#nav-primary a > span:hover {
  color: #3C3C3C;
}
#nav-primary a:focus {
  text-decoration: none;
}
#nav-primary .breadcrumbs ol {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#nav-primary .breadcrumbs ol li {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  #nav-primary .breadcrumbs ol {
    margin-top: 40px;
  }
}
#nav-primary .breadcrumbs a {
  display: inline-block;
}
#nav-primary .breadcrumbs a:hover {
  color: #3C3C3C;
}
#nav-primary .breadcrumbs li {
  display: inline;
}
#nav-primary .breadcrumbs li:first-child:not(:last-child) a {
  position: relative;
  padding-left: 0px;
  text-decoration: underline;
}
#nav-primary .breadcrumbs li:not(:first-child) {
  margin-left: 4px;
}
#nav-primary .breadcrumbs li:not(:first-child) a {
  padding-left: 6px;
  text-decoration: underline;
}
#nav-primary .breadcrumbs li:not(:first-child):before {
  content: "/";
}
#nav-primary .breadcrumbs li:last-child a {
  cursor: pointer;
  text-decoration: underline;
}
#nav-primary .breadcrumbs li:last-child a:hover {
  text-decoration: underline;
}
#nav-primary .contextual-links-wrapper {
  display: none;
}
#nav-primary .menu-block-wrapper ul {
  padding-left: 0;
  padding-bottom: 40px;
}
#nav-primary .menu-block-wrapper ul li {
  list-style: none;
}
#nav-primary .menu-block-wrapper ul ul {
  display: none;
  padding: 0;
}
#nav-primary .menu-block-wrapper ul ul a {
  font-size: 35px;
}
#nav-primary .menu-block-wrapper li {
  margin: 0;
  padding: 0;
}
html:not(.is-ie11) #nav-primary .menu-block-wrapper li {
  opacity: 0;
}
#nav-primary .menu-block-wrapper .current-page-styler {
  color: #3C3C3C;
  cursor: default;
}
#nav-primary .menu-block-wrapper a {
  font-size: 45px;
  line-height: 0.8888888889;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.73px;
  display: block !important;
  position: relative;
  padding: 10px 0;
}
#nav-primary .menu-block-wrapper a:hover {
  text-decoration: none;
}
#nav-primary .menu-block-wrapper a.has-subnav {
  padding-right: 41px;
}
#nav-primary .menu-block-wrapper a.overview {
  display: none !important;
}
#nav-primary .menu-block-wrapper .subnav-link {
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  transition: right 0.2s;
  position: absolute;
  right: -10px;
  top: 50%;
  padding: 10px;
  margin-top: -27px;
  cursor: pointer;
}
#nav-primary .menu-block-wrapper .subnav-link:before {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -45.9em;
  width: 21px;
  height: 33px;
  display: block;
  content: "";
}
.no-svg #nav-primary .menu-block-wrapper .subnav-link:before {
  background-image: url("../img/sprites/sprite.png");
}
#nav-primary .menu-block-wrapper .subnav-link:hover {
  right: -15px;
}
#nav-primary .menu-block-wrapper .subnav-link:hover:before {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -41.6em;
  width: 21px;
  height: 33px;
  display: block;
  content: "";
}
.no-svg #nav-primary .menu-block-wrapper .subnav-link:hover:before {
  background-image: url("../img/sprites/sprite.png");
}
#nav-primary .menu-block-wrapper .menu-item {
  display: block;
}
body.nav-active #nav-primary #nav-primary-inner {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  #nav-primary {
    transition: background-color 0.15s;
  }
  body.nav-active #nav-primary {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 54;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #nav-primary #nav-primary-inner {
    max-width: 617px;
    padding: 172px 80px 0;
  }
}
.toolbar #nav-primary {
  top: 100px !important;
}

body.nav-active #nav-bar-wrapper {
  background-color: #3d3d3d !important;
}

#nav-secondary:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#nav-secondary ul {
  padding-left: 0;
  margin: 0;
  position: relative;
}
#nav-secondary ul li {
  list-style: none;
}
#nav-secondary li {
  float: left;
  padding: 0;
  margin: 0;
}
#nav-secondary a {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  padding: 15px 12px;
}
@media only screen and (max-width: 767px) {
  #nav-secondary a {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #nav-secondary a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1023px) {
  #nav-secondary > ul > li:first-child {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 768px) {
  #nav-secondary .expanded {
    position: relative;
  }
}
#nav-secondary .expanded > a {
  position: relative;
  padding-right: 27px;
}
#nav-secondary .expanded > a:after {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -7.5em;
  width: 10px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 18px;
}
.no-svg #nav-secondary .expanded > a:after {
  background-image: url("../img/sprites/sprite.png");
}
@media only screen and (min-width: 768px) {
  #nav-secondary .expanded > a:after {
    top: 20px;
  }
}
#nav-secondary .expanded ul {
  display: none;
  position: absolute;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #nav-secondary .expanded ul {
    margin-left: -5.5555555556%;
    margin-right: -5.5555555556%;
    width: 111.1111111111%;
    box-sizing: border-box;
    padding-left: 5.5555555556%;
    padding-right: 5.5555555556%;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #nav-secondary .expanded ul {
    width: 210px;
    right: 0;
  }
}
#nav-secondary .expanded li {
  margin-bottom: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #nav-secondary .expanded li {
    float: left;
    width: 33.3333333333%;
    margin-right: 0;
  }
  #nav-secondary .expanded li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  #nav-secondary .expanded li:nth-of-type(3n + 1) {
    clear: left;
  }
}
#nav-secondary .expanded:hover {
  background-color: #fff;
}
#nav-secondary .expanded:hover a {
  color: #3C3C3C;
}
#nav-secondary .expanded:hover > a:after {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -5.9em;
  width: 10px;
  height: 6px;
}
.no-svg #nav-secondary .expanded:hover > a:after {
  background-image: url("../img/sprites/sprite.png");
}
#nav-secondary .expanded:hover ul {
  display: block;
}

.component-navigation ul {
  padding-left: 0;
}
.component-navigation ul li {
  list-style: none;
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .component-navigation ul li {
    float: left;
    width: 48.0620155039%;
    margin-right: 3.8759689922%;
    margin-bottom: 30px;
  }
  .component-navigation ul li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .component-navigation ul li:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  .component-navigation ul li {
    float: left;
    width: 30.7493540052%;
    margin-right: 3.8759689922%;
    margin-bottom: 30px;
  }
  .component-navigation ul li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .component-navigation ul li:nth-of-type(3n + 1) {
    clear: left;
  }
}

.newsletter-signup {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 76px;
  text-align: center;
}
.newsletter-signup h3 {
  color: #008FC3;
  margin-bottom: 14px;
}
.newsletter-signup p {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .newsletter-signup p {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 300;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}

.profile-introduction {
  position: relative;
  padding-top: 70px;
}
.profile-introduction:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.profile-introduction.content {
  padding: 0 22px;
}
.profile-introduction > .inner {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .profile-introduction > .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-introduction .column-left, .profile-introduction .column-right {
    width: calc(100% - 22px);
  }
}
.profile-introduction .column-left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .profile-introduction .column-left {
    float: left;
    margin-right: 22px;
  }
  .profile-introduction .column-left .inner {
    float: right;
    max-width: 360px;
  }
}
.profile-introduction .column-right {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .profile-introduction .column-right {
    float: right;
    margin-left: 22px;
  }
  .profile-introduction .column-right .inner {
    float: left;
    max-width: 400px;
  }
}
.profile-introduction .primary-info, .profile-introduction .contact {
  margin-bottom: 32px;
}
.profile-introduction .contact h3 {
  margin-bottom: 11px;
}
.profile-introduction .contact p {
  margin-bottom: 0;
}
.profile-introduction .twitter {
  position: relative;
  margin-bottom: 50px;
}
.profile-introduction .twitter .image {
  position: absolute;
  left: -92px;
  border-radius: 100%;
  overflow: hidden;
}
.profile-introduction .twitter .image img {
  width: auto;
}
.profile-introduction .twitter .title {
  margin-bottom: 18px;
}
.profile-introduction .twitter p {
  margin-bottom: 10px;
}
.profile-introduction .twitter span {
  color: rgba(61, 61, 61, 0.7);
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 700;
  letter-spacing: 0;
}
.profile-introduction h3 {
  color: #008FC3;
  margin-bottom: 0;
}
.profile-introduction h3.dark {
  color: #3C3C3C;
}
.profile-introduction .profile-image {
  width: 100%;
  height: 486px;
  margin-bottom: 50px;
  position: relative;
  max-width: 325px;
  clear: both;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .profile-introduction .profile-image {
    float: right;
  }
}
.profile-introduction .profile-image img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.profile-introduction .profile-image ul {
  padding-left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.profile-introduction .profile-image ul li {
  list-style: none;
}
.profile-introduction .profile-image li {
  float: left;
  margin-bottom: 0;
  line-height: 0;
  margin-left: 1px;
}
.profile-introduction .profile-image li a {
  background: #00BBE7;
  width: 30px;
  height: 30px;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-introduction .profile-image li a:focus {
  /*
  Removes the underlining of the font awesome icons,
  Focus still effects the li with an outline for tab navigation.
  */
  text-decoration: none;
}
.profile-introduction .profile-image li a:hover {
  text-decoration: none;
  background: #0092b4;
}
.profile-introduction .profile-image .gallery, .profile-introduction .profile-image .gallery a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.profile-introduction .profile-image .gallery {
  padding: 0;
}
.profile-introduction .profile-image .gallery a {
  width: 100%;
  height: 100%;
}
.profile-introduction .biography h3, .profile-introduction .person-body h3 {
  margin-bottom: 18px;
}
.profile-introduction .biography p, .profile-introduction .person-body p {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
}
@media only screen and (min-width: 768px) {
  .profile-introduction .biography p, .profile-introduction .person-body p {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 300;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}
.profile-introduction .biography {
  float: left;
}
.profile-introduction .person-body h1, .profile-introduction .person-body h2 {
  margin-bottom: 18px;
}
.profile-introduction .quote {
  float: right;
  background-color: #3C3C3C;
  padding: 32px 66px 50px 80px;
}
.profile-introduction .quote p, .profile-introduction .quote cite {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .profile-introduction .column-left, .profile-introduction .column-right {
    width: calc(50% - 22px);
  }
  .profile-introduction .column-right {
    margin-top: -390px;
  }
  .profile-introduction.content {
    padding: 0;
  }
}

.programme-slider-accordion,
.programme-slider {
  padding-top: 50px;
  margin-bottom: 50px;
  position: relative;
  background: #3C3C3C;
}
.programme-slider-accordion .programme-slider-accordion-img,
.programme-slider-accordion .programme-slider-img,
.programme-slider .programme-slider-accordion-img,
.programme-slider .programme-slider-img {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: grey;
}
@media only screen and (min-width: 768px) {
  .programme-slider-accordion .programme-slider-accordion-img,
.programme-slider-accordion .programme-slider-img,
.programme-slider .programme-slider-accordion-img,
.programme-slider .programme-slider-img {
    height: 400px;
  }
}
.programme-slider-accordion .content,
.programme-slider .content {
  padding: 30px 3.4108527132% 30px;
  color: #FFF;
}
.programme-slider-accordion h2,
.programme-slider h2 {
  color: #008FC3;
}
.programme-slider-accordion h3,
.programme-slider h3 {
  margin-bottom: 50px;
}
.programme-slider-accordion ul,
.programme-slider ul {
  padding-left: 0;
  margin: 0;
}
.programme-slider-accordion ul li,
.programme-slider ul li {
  list-style: none;
}
.programme-slider-accordion h4,
.programme-slider h4 {
  margin: 0;
}
.programme-slider-accordion h4 a,
.programme-slider h4 a {
  color: #FFF;
}
.programme-slider-accordion h4 a:hover,
.programme-slider h4 a:hover {
  color: #00BBE7;
}
.programme-slider-accordion .slick-dots,
.programme-slider .slick-dots {
  margin: 30px auto 0;
  text-align: center;
}
.programme-slider-accordion .slick-dots li,
.programme-slider .slick-dots li {
  padding: 5px;
  display: inline-block;
}
.programme-slider-accordion .slick-dots button,
.programme-slider .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  border: 3px solid #FFF;
  border-radius: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
.programme-slider-accordion .slick-dots .slick-active,
.programme-slider .slick-dots .slick-active {
  padding: 0;
}
.programme-slider-accordion .slick-dots .slick-active button,
.programme-slider .slick-dots .slick-active button {
  width: 24px;
  height: 24px;
  border: 8px solid #00BBE7;
}
.programme-slider-accordion .slick-dots .slick-active button:hover, .programme-slider-accordion .slick-dots .slick-active button:focus,
.programme-slider .slick-dots .slick-active button:hover,
.programme-slider .slick-dots .slick-active button:focus {
  background: transparent;
}
@media only screen and (min-width: 1024px) {
  .programme-slider-accordion,
.programme-slider {
    background-color: #3C3C3C;
  }
  .programme-slider-accordion:after,
.programme-slider:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .programme-slider-accordion img, .programme-slider-accordion .content,
.programme-slider img,
.programme-slider .content {
    width: 50%;
  }
  .programme-slider-accordion img,
.programme-slider img {
    float: left;
  }
  .programme-slider-accordion .content,
.programme-slider .content {
    float: left;
    width: 34.1860465116%;
    margin-left: 50%;
    padding: 60px 0 140px 7.5968992248%;
  }
  .programme-slider-accordion .programme-slider-accordion-img,
.programme-slider-accordion .programme-slider-img,
.programme-slider .programme-slider-accordion-img,
.programme-slider .programme-slider-img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .programme-slider-accordion .slick-dots,
.programme-slider .slick-dots {
    position: absolute;
    left: -50px;
    top: 5px;
    margin-top: 0;
  }
  .programme-slider-accordion .slick-dots li,
.programme-slider .slick-dots li {
    margin-bottom: 7px;
    display: block;
  }
}

.events-component + .programme-slider-accordion,
.events-component + .programme-slider {
  padding-top: 0;
}

.ui-icon.iconOpen {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/sprites/sprite.svg);
  background-repeat: no-repeat;
  background-size: 1.7em 45.4em;
  font-size: 10px;
  background-position: 0em -25.9em;
  width: 15px;
  height: 15px;
  content: "";
  margin-left: -23px;
  margin-top: -6px !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 20px;
}

.ui-icon.iconClosed {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/sprites/sprite.svg);
  background-repeat: no-repeat;
  background-size: 1.7em 45.4em;
  font-size: 10px;
  background-position: 0em -25.9em;
  width: 15px;
  height: 15px;
  content: "";
  margin-left: -20px;
  margin-top: -3px !important;
  margin-right: 20px;
}

.programme-slider-accordion .ui-accordion .ui-accordion-icons {
  padding-left: 0;
}
.programme-slider-accordion ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  padding: 1em 2.2em;
}
.programme-slider-accordion h3 {
  margin: 0 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.programme-slider-accordion h3:hover {
  color: #008FC3;
}
.programme-slider-accordion a {
  color: white;
}
.programme-slider-accordion a:hover {
  color: #008FC3;
}

.results .result {
  border-bottom: 1px solid #B6B6B5;
  margin-bottom: 32px;
  padding-bottom: 25px;
}
.results .result .result-content {
  display: flex;
  flex-direction: column;
}
.results .result .result-text {
  overflow: hidden;
}
.results .result a,
.results .result footer {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 500;
  letter-spacing: 0;
  color: #3C3C3C;
  font-weight: bold;
  text-overflow: ellipsis;
  display: block;
}
.results .result a:hover {
  color: #008FC3;
}
.results .result img {
  margin: 0 25px 25px 0;
  width: auto;
  max-width: 200px;
}
.results h2 {
  font-size: 21px;
  line-height: 1.1428571429;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.72px;
  margin: 0 0 30px;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media only screen and (min-width: 1280px) {
  .results h2 {
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}
.results .views-field-field-parent span,
.results .views-field-type span {
  background: #9d9c9c;
  color: white;
  padding: 5px 7px;
  font-size: 14px;
}
.results .views-field-search-api-excerpt {
  margin: 10px;
}
.results .views-field-changed {
  float: right;
  font-size: 10px;
  font-weight: bold;
}
.results .views-row {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.results .views-row:last-child {
  border-bottom: 0px solid #cecece;
}
.results .views-row:not(.type-article):not(.type-news) .views-field-changed {
  display: none;
}
.results .views-row.type-article .views-field-field-parent, .results .views-row.type-news .views-field-field-parent {
  display: none;
}
.results .pagination {
  padding-top: 16px;
}
.results .pagination ul {
  padding-left: 0;
  float: left;
}
.results .pagination ul li {
  list-style: none;
}
.results .pagination ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.results .pagination li {
  float: left;
  margin: 0 18px 15px 0;
  padding: 0;
}
.results .pagination li:last-child {
  margin-right: 0;
}
.results .pagination li.pager-current,
.results .pagination li.pager-ellipsis,
.results .pagination .pager-item a {
  width: 34px;
  height: 34px;
}
.results .pagination .pager-item a, .results .pagination .pager-item.pager-current {
  display: block;
  background: #008FC3;
  color: #FFF;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 34px;
}
.results .pagination .pager-item a:hover, .results .pagination .pager-item.pager-current:hover {
  text-decoration: none;
  background: #006a90;
}
.results .pagination .pager-item.pager-current {
  background: #585858;
}
.results .pagination .pager-item.pager-current:hover {
  background: #585858;
}
.results .pagination .btn, .results .pagination .standard-introduction .text-right a, .standard-introduction .text-right .results .pagination a, .results .pagination .btn-thin, .results .pagination .btn-medium, .results .pagination .btn-dark, .results .pagination .discovery-box-buttons a, .discovery-box-buttons .results .pagination a, .results .pagination .featured-content footer a, .featured-content footer .results .pagination a, .results .pagination .features a, .features .results .pagination a, .results .pagination .features-dark a, .features-dark .results .pagination a {
  border: 0;
}
.results .pagination .btn a, .results .pagination .standard-introduction .text-right a a, .standard-introduction .text-right .results .pagination a a, .results .pagination .btn-thin a, .results .pagination .btn-medium a, .results .pagination .btn-dark a, .results .pagination .discovery-box-buttons a a, .discovery-box-buttons .results .pagination a a, .results .pagination .featured-content footer a a, .featured-content footer .results .pagination a a, .results .pagination .features a a, .features .results .pagination a a, .results .pagination .features-dark a a, .features-dark .results .pagination a a {
  height: 34px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 34px;
  color: #FFF;
}
.results .pagination .btn a:hover, .results .pagination .standard-introduction .text-right a a:hover, .standard-introduction .text-right .results .pagination a a:hover, .results .pagination .btn-thin a:hover, .results .pagination .btn-medium a:hover, .results .pagination .btn-dark a:hover, .results .pagination .discovery-box-buttons a a:hover, .discovery-box-buttons .results .pagination a a:hover, .results .pagination .featured-content footer a a:hover, .featured-content footer .results .pagination a a:hover, .results .pagination .features a a:hover, .features .results .pagination a a:hover, .results .pagination .features-dark a a:hover, .features-dark .results .pagination a a:hover {
  color: #3C3C3C;
}
@media only screen and (max-width: 1429px) {
  .results .pagination .pager-previous a, .results .pagination .pager-next a {
    width: 34px;
    height: 34px;
    text-indent: -999em;
    position: relative;
    padding: 0;
  }
  .results .pagination .pager-previous a:before, .results .pagination .pager-next a:before {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 34px;
    text-align: center;
    width: 34px;
    text-indent: 0;
  }
  .results .pagination .pager-previous a:before {
    content: "<";
  }
  .results .pagination .pager-next a:before {
    content: ">";
  }
}

.rich-text {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1290px;
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 745px;
}
.rich-text:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rich-text h3 {
  color: #008FC3;
  margin-bottom: 18px;
}
.rich-text p {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
}
@media only screen and (min-width: 768px) {
  .rich-text p {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 300;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}
.rich-text + .rich-text {
  padding-top: 0;
}
.rich-text li {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .rich-text li {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 300;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}
.rich-text a:hover {
  text-decoration: underline;
}

#skip-nav {
  height: 40px;
  margin-top: -40px;
}
#skip-nav:focus-within {
  margin-top: 0;
}

.staff-directory {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .staff-directory {
    padding-top: 70px;
  }
}
.staff-directory ul {
  padding-left: 0;
}
.staff-directory ul li {
  list-style: none;
}
.staff-directory .letter-filter {
  display: none;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 50px;
}
.staff-directory .letter-filter li {
  flex: 1;
}
.staff-directory .letter-filter li a {
  color: #3C3C3C;
}
.staff-directory .letter-filter li a.active {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .staff-directory .letter-filter {
    display: flex;
  }
}
.staff-directory .staff-list {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .staff-directory .staff-list {
    margin-top: 0;
    float: left;
    width: 64.7286821705%;
    margin-right: 3.8759689922%;
  }
}
.staff-directory .staff-list div.staff:nth-of-type(2n+1) {
  margin-right: 40px;
}
.staff-directory .view-content {
  display: flex;
  flex-wrap: wrap;
}
.staff-directory .views-row {
  margin-bottom: 32px;
}
.staff-directory .views-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 480px) {
  .staff-directory .views-row {
    width: calc(50% - 20px);
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .staff-directory .views-row .staff > div {
    float: left;
    width: calc(100% - 165px);
    overflow: hidden;
  }
  .staff-directory .views-row .staff > .image {
    width: 150px;
    margin-right: 15px;
  }
}
.staff-directory .views-row .staff:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.staff-directory .views-row img {
  width: 100%;
}
.staff-directory .views-row h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.staff-directory .views-row h4 a {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0 0 30px;
  color: #008FC3;
  margin-bottom: 0;
}
.staff-directory .views-row p {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #3C3C3C;
  margin-bottom: 5px;
}
.staff-directory .views-row a {
  display: block;
  color: #6D6D6B;
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.staff-directory .staff-filters {
  box-sizing: border-box;
  background: rgba(188, 189, 182, 0.3);
  padding: 40px 15px 20px 10px;
}
@media only screen and (min-width: 1024px) {
  .staff-directory .staff-filters {
    float: left;
    width: 31.3953488372%;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .staff-directory .staff-filters {
    padding: 40px 35px 20px 40px;
  }
}
.staff-directory .staff-filters .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0 0 0 0;
  width: 100%;
}
.staff-directory .staff-filters ul > li > div {
  position: relative;
  display: block;
}
.staff-directory .staff-filters ul > li > div > input {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.staff-directory .staff-filters ul > li > div > label {
  vertical-align: top;
  display: inline;
}
.staff-directory .staff-filters ul > li > div i {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: #00BBE7;
  cursor: pointer;
  position: relative;
  float: right;
  margin-top: 4px;
}
.staff-directory .staff-filters ul > li > div i:after {
  content: "";
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -35.5em;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 4px;
  right: 4px;
  left: auto;
  opacity: 1;
}
.no-svg .staff-directory .staff-filters ul > li > div i:after {
  background-image: url("../img/sprites/sprite.png");
}
.staff-directory .staff-filters ul > li > div.active i:after {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -34.3em;
  width: 12px;
  height: 2px;
  top: 8px;
  right: 3px;
}
.no-svg .staff-directory .staff-filters ul > li > div.active i:after {
  background-image: url("../img/sprites/sprite.png");
}
.staff-directory .staff-filters ul > li ul {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 30px;
  display: none;
}
.staff-directory .staff-filters ul.bef-tree-depth-1 {
  margin-left: 0;
}
.staff-directory .staff-filters ul.bef-tree-depth-0 ul {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 30px;
  display: none;
}
.staff-directory .staff-filters ul.bef-tree-depth-0 > ul {
  margin-top: 0;
}
.staff-directory .staff-filters .bef-tree-depth-3 label {
  font-size: 14px;
  line-height: 24px;
  color: #4B4F54;
}
.staff-directory .staff-filters label {
  cursor: pointer;
}
.staff-directory .staff-filters label:before {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 0;
  top: 7px;
}
.staff-directory .staff-filters label:after {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -53.1em;
  width: 8px;
  height: 9px;
  background-color: transparent;
  top: 12px;
}
.no-svg .staff-directory .staff-filters label:after {
  background-image: url("../img/sprites/sprite.png");
}
.staff-directory .staff-filters .btn, .staff-directory .staff-filters .standard-introduction .text-right a, .standard-introduction .text-right .staff-directory .staff-filters a, .staff-directory .staff-filters .btn-thin, .staff-directory .staff-filters .btn-medium, .staff-directory .staff-filters .btn-dark, .staff-directory .staff-filters .discovery-box-buttons a, .discovery-box-buttons .staff-directory .staff-filters a, .staff-directory .staff-filters .featured-content footer a, .featured-content footer .staff-directory .staff-filters a, .staff-directory .staff-filters .features a, .features .staff-directory .staff-filters a, .staff-directory .staff-filters .features-dark a, .features-dark .staff-directory .staff-filters a, .staff-directory .staff-filters input[type=submit] {
  display: inline-block;
  margin-bottom: 30px;
  background-color: #3C3C3C;
  color: #FFF;
  margin-top: 0;
}
.staff-directory .staff-filters .btn:hover, .staff-directory .staff-filters .standard-introduction .text-right a:hover, .standard-introduction .text-right .staff-directory .staff-filters a:hover, .staff-directory .staff-filters .btn-thin:hover, .staff-directory .staff-filters .btn-medium:hover, .staff-directory .staff-filters .btn-dark:hover, .staff-directory .staff-filters .discovery-box-buttons a:hover, .discovery-box-buttons .staff-directory .staff-filters a:hover, .staff-directory .staff-filters .featured-content footer a:hover, .featured-content footer .staff-directory .staff-filters a:hover, .staff-directory .staff-filters .features a:hover, .features .staff-directory .staff-filters a:hover, .staff-directory .staff-filters .features-dark a:hover, .features-dark .staff-directory .staff-filters a:hover, .staff-directory .staff-filters input[type=submit]:hover {
  border: 1px solid #3C3C3C;
  background-color: #fff;
  color: #3C3C3C;
}
.staff-directory .staff-filters .views-widget-filter-field_surname_value {
  display: none;
}
.staff-directory .staff-filters form {
  margin-bottom: 0;
}
.staff-directory .views-submit-button {
  display: none;
}
.no-js .staff-directory .views-submit-button {
  display: block;
}

/**
 * ALTCOM BEF FIXES
 */
.standard-introduction {
  background: #F8F8F7;
  padding: 20px 0 80px;
}
@media only screen and (min-width: 768px) {
  .standard-introduction {
    padding: 70px 0 70px;
  }
}
.standard-introduction + .featured-content {
  margin-top: -30px;
}
@media only screen and (min-width: 768px) {
  .standard-introduction + .featured-content {
    margin-top: -60px;
  }
}
.standard-introduction .inner.thin-inner {
  max-width: 666px;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 768px) {
  .standard-introduction .inner.thin-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.standard-introduction .inner {
  max-width: 1080px;
  margin-bottom: 40px;
}
.standard-introduction .text-left {
  display: block;
  width: 100%;
}
.standard-introduction .text-left p {
  font-size: 21px;
  line-height: 1.1428571429;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.72px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1280px) {
  .standard-introduction .text-left p {
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .standard-introduction .text-left p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .standard-introduction .text-left p {
    text-align: right;
    margin-bottom: 0;
  }
}
.standard-introduction .text-right {
  display: block;
  width: 100%;
}
.standard-introduction .text-right p {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
  opacity: 0.9;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .standard-introduction .text-right p {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 300;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}
.standard-introduction .text-right p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .standard-introduction .text-left {
    float: left;
    max-width: 262px;
    margin-right: 20px;
    flex-basis: 262px;
  }
  .standard-introduction .text-right {
    float: right;
    max-width: 384px;
    position: relative;
    flex-basis: 384px;
  }
}
.standard-introduction .btn, .standard-introduction .btn-thin, .standard-introduction .btn-medium, .standard-introduction .btn-dark, .standard-introduction .discovery-box-buttons a, .discovery-box-buttons .standard-introduction a, .standard-introduction .featured-content footer a, .featured-content footer .standard-introduction a, .standard-introduction .features a, .features .standard-introduction a, .standard-introduction .features-dark a, .features-dark .standard-introduction a, .standard-introduction .text-right a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  display: inline-block;
}

.stories-list {
  padding: 30px 0 30px;
}
.stories-list .story {
  max-width: 1114px;
  margin: 0 auto;
  position: relative;
}
.stories-list .story:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.stories-list .story a.image, .stories-list .story .video-popup {
  display: block;
  position: relative;
}
.stories-list .story .video-popup {
  position: relative;
}
.stories-list .story .video-popup:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  display: block;
}
.stories-list .story .video-popup:before {
  background-image: url(../img/../img/shapes/play-btn.svg);
}
.no-svg .stories-list .story .video-popup:before {
  background-image: url(../img/../img/shapes/play-btn.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .stories-list .story .video-popup:before {
    background-image: url(../img/../img/shapes/play-btn@2x.png);
  }
}
.stories-list .story .video-popup:hover:before {
  background-image: url(../img/../img/shapes/play-btn-blue.svg);
}
.no-svg .stories-list .story .video-popup:hover:before {
  background-image: url(../img/../img/shapes/play-btn-blue.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .stories-list .story .video-popup:hover:before {
    background-image: url(../img/../img/shapes/play-btn-blue@2x.png);
  }
}
.stories-list .story .content {
  margin-top: 15px;
  margin-bottom: 40px;
}
.stories-list .story h2 {
  margin-bottom: 14px;
  color: #008FC3;
}
.stories-list .story p {
  font-size: 21px;
  line-height: 1.1428571429;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.72px;
  margin: 0 0 30px;
  margin-bottom: 0;
  color: #3C3C3C;
}
@media only screen and (min-width: 1280px) {
  .stories-list .story p {
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}
.stories-list .story p:last-of-type {
  margin-bottom: 30px;
}
.stories-list .story .btn, .stories-list .story .btn-thin, .stories-list .story .btn-medium, .stories-list .story .btn-dark, .stories-list .story .discovery-box-buttons a, .discovery-box-buttons .stories-list .story a, .stories-list .story .featured-content footer a, .featured-content footer .stories-list .story a, .stories-list .story .features a, .features .stories-list .story a, .stories-list .story .features-dark a, .features-dark .stories-list .story a, .stories-list .story .standard-introduction .text-right a, .standard-introduction .text-right .stories-list .story a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.stories-list .story:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .stories-list .story {
    margin-bottom: 12px;
  }
  .stories-list .story a.image, .stories-list .story .video-popup {
    width: 55.8348294434%;
    margin-right: 5.8348294434%;
    float: left;
  }
  .stories-list .story .content {
    width: 46.0502692998%;
    float: left;
    margin-top: 32px;
    margin-bottom: 30px;
  }
  .stories-list .story-flipped a.image, .stories-list .story-flipped .video-popup {
    float: right;
    margin-left: 5.8348294434%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .stories-list .story .content {
    margin-top: 15px;
  }
  .stories-list .story p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .stories-list {
    padding: 90px 0 70px;
  }
  .stories-list .story:not(.story-flipped) a.image, .stories-list .story:not(.story-flipped) .video-popup {
    margin-left: 2.6929982047%;
  }
  .stories-list .story:not(.story-flipped) .video-popup:after {
    content: "";
    display: block;
    width: 63px;
    height: 153px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .stories-list .story:not(.story-flipped) .video-popup:after {
    background-image: url(../img/shapes/small-rightangle-triangle-flipped.svg);
  }
  .no-svg .stories-list .story:not(.story-flipped) .video-popup:after {
    background-image: url(../img/shapes/small-rightangle-triangle-flipped.png);
  }
}
@media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .stories-list .story:not(.story-flipped) .video-popup:after {
    background-image: url(../img/shapes/small-rightangle-triangle-flipped@2x.png);
  }
}
@media only screen and (min-width: 768px) {
  .stories-list .story:not(.story-flipped) .content {
    width: 35.5475763016%;
  }
}
@media only screen and (min-width: 768px) {
  .stories-list .story-flipped .content {
    width: 37.7019748654%;
  }
}
@media only screen and (min-width: 1280px) {
  .stories-list .story:before {
    display: block;
    width: 77px;
    height: 180px;
    position: absolute;
    bottom: 58px;
    right: 210px;
    content: "";
  }
  .stories-list .story:before {
    background-image: url(../img/../img/shapes/story-line.svg);
  }
  .no-svg .stories-list .story:before {
    background-image: url(../img/../img/shapes/story-line.png);
  }
}
@media only screen and (min-width: 1280px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1280px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1280px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .stories-list .story:before {
    background-image: url(../img/../img/shapes/story-line@2x.png);
  }
}
@media only screen and (min-width: 1280px) {
  .stories-list .story-flipped:before {
    left: 210px;
  }
}

.study-routes {
  position: relative;
  background-color: #00BBE7;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 50px;
}
.study-routes {
  background-image: url(../img/../img/shapes/large-rightangle-triangle.svg);
}
.no-svg .study-routes {
  background-image: url(../img/../img/shapes/large-rightangle-triangle.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .study-routes {
    background-image: url(../img/../img/shapes/large-rightangle-triangle@2x.png);
  }
}
.study-routes:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .study-routes {
    margin-top: -87px;
    padding-top: 130px;
  }
}
.study-routes .content-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 20;
  transition: transform 0.5s;
}
.study-routes .content-background.active {
  transform: translate3d(0, 0, 0);
}
.study-routes .content-background.foreground {
  z-index: 3;
}
.study-routes .tint {
  top: 0;
  width: 100%;
  height: 100%;
  background: #00BBE7;
  opacity: 0.4;
  position: absolute;
  z-index: 21;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s;
}
.study-routes .tint.active {
  transform: translate3d(0, 0, 0);
}
.study-routes .close {
  height: 24px;
  position: absolute;
  right: 52px;
  top: 52px;
  cursor: pointer;
}
.study-routes .close, .study-routes .close:before, .study-routes .close:after {
  display: block;
  width: 24px;
}
.study-routes .close:before, .study-routes .close:after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 5px;
  top: 10px;
}
.study-routes .close:before {
  transform: rotate(45deg);
}
.study-routes .close:after {
  transform: rotate(-45deg);
}
.study-routes .close:hover:before, .study-routes .close:hover:after {
  background-color: #3C3C3C;
}
.study-routes-list {
  position: relative;
  margin-top: 8px;
  z-index: 22;
}
@media only screen and (min-width: 768px) {
  .study-routes-list {
    margin-left: 30px;
    width: 38.75%;
    float: left;
  }
}
.study-routes-list ul {
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.study-routes-list ul li {
  list-style: none;
}
.study-routes-list li {
  margin-bottom: 10px;
}
.study-routes-list a {
  color: #3C3C3C;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0.98px;
  text-decoration: none;
}
.study-routes-list a:hover, .study-routes-list a.active {
  color: #FFF;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .study-routes-list a {
    font-size: 65px;
    line-height: 0.9076923077;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .study-routes-list a {
    font-size: 83px;
    line-height: 0.8674698795;
    letter-spacing: 0;
  }
}
.study-routes-list:after {
  content: "";
  display: block;
  height: 170px;
  width: 170px;
  position: absolute;
  right: -30px;
  top: -2px;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.study-routes-list:after {
  background-image: url(../img/../img/shapes/large-slash.svg);
}
.no-svg .study-routes-list:after {
  background-image: url(../img/../img/shapes/large-slash.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .study-routes-list:after {
    background-image: url(../img/../img/shapes/large-slash@2x.png);
  }
}
@media only screen and (min-width: 768px) {
  .study-routes-list:after {
    height: 340px;
    width: 235px;
    right: 16px;
  }
}
.study-routes-image-block {
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 768px) {
  .study-routes-image-block {
    float: right;
    width: 45.0833333333%;
  }
}
.study-routes-image-block img {
  margin-bottom: 12px;
}
.study-routes-image-block a {
  color: #3C3C3C;
  font-size: 21px;
  line-height: 1.1428571429;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.72px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1280px) {
  .study-routes-image-block a {
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}
.study-routes-image-block a:hover {
  color: #FFF;
  text-decoration: none;
}
.study-routes-feature-boxes {
  margin: 30px auto 30px;
  z-index: 20;
  position: relative;
}
.study-routes-feature-boxes:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 1280px) {
  .study-routes-feature-boxes {
    margin-top: -32px;
    margin-bottom: 60px;
  }
}
.study-routes-feature-box {
  margin-bottom: 20px;
  background: #FFF;
}
@media only screen and (min-width: 768px) {
  .study-routes-feature-box {
    width: calc(50% - 10px);
    max-width: none;
  }
  .study-routes-feature-box:first-of-type {
    float: left;
  }
  .study-routes-feature-box:last-of-type {
    float: right;
    margin-top: 160px;
  }
}
.study-routes-feature-box .content {
  padding: 20px 22px 40px 30px;
}
.study-routes-feature-box h2 {
  margin-bottom: 18px;
}
.study-routes-feature-box p {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 300;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #3C3C3C;
  opacity: 0.9;
}
@media only screen and (min-width: 768px) {
  .study-routes-feature-box p {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 300;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}
.study-routes-feature-box .btn, .study-routes-feature-box .btn-thin, .study-routes-feature-box .btn-medium, .study-routes-feature-box .btn-dark, .study-routes-feature-box .discovery-box-buttons a, .discovery-box-buttons .study-routes-feature-box a, .study-routes-feature-box .featured-content footer a, .featured-content footer .study-routes-feature-box a, .study-routes-feature-box .features a, .features .study-routes-feature-box a, .study-routes-feature-box .features-dark a, .features-dark .study-routes-feature-box a, .study-routes-feature-box .standard-introduction .text-right a, .standard-introduction .text-right .study-routes-feature-box a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.study-routes .study-route-popout {
  position: absolute;
  max-width: 525px;
  top: 0;
  right: 0;
  transform: translate3d(100%, 0, 0);
  background: #008FC3;
  padding: 30px 30px 30px;
  box-sizing: border-box;
  color: #FFF;
  z-index: 22;
  transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .study-routes .study-route-popout {
    top: 112px;
    padding: 52px 52px 50px;
  }
}
.study-routes .study-route-popout.active {
  transform: translate3d(0, 0, 0);
}
.study-routes .study-route-popout:focus-within {
  transform: translate3d(0, 0, 0);
  z-index: 53;
  transition: none;
}
.study-routes .study-route-popout.foreground {
  z-index: 53;
}
.study-routes .study-route-popout h3 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0.83;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .study-routes .study-route-popout h3 {
    font-size: 70px;
    line-height: 0.8571428571;
    font-weight: 700;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: 0.83;
    margin-bottom: 32px;
  }
}
.study-routes .study-route-popout a {
  color: inherit;
  margin-bottom: 0;
  display: block;
}
.study-routes .study-route-popout a:hover {
  color: #3C3C3C;
}
@media only screen and (min-width: 768px) {
  .study-routes .study-route-popout a {
    max-width: 60%;
  }
}
.study-routes .study-route-popout h4 {
  font-size: 21px;
  line-height: 1.1428571429;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.72px;
  margin: 0 0 30px;
  color: inherit;
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .study-routes .study-route-popout h4 {
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}
.study-routes .study-route-popout p {
  color: inherit;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .study-routes .study-route-popout p {
    font-size: 26px;
    line-height: 1.1538461538;
    letter-spacing: 0;
  }
}
.study-routes .study-route-popout p.title {
  font-weight: 700;
  margin-bottom: 14px;
}
.study-routes .study-route-popout strong {
  margin-top: 16px;
  display: inline-block;
}

.study-routes-image-block {
  z-index: 2;
}

.study-routes-feature-boxes {
  z-index: 1;
}

.subject-grid {
  background-color: #008FC3;
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.subject-grid {
  background-image: url(../img/../img/shapes/large-rightangle-triangle.svg);
}
.no-svg .subject-grid {
  background-image: url(../img/../img/shapes/large-rightangle-triangle.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .subject-grid {
    background-image: url(../img/../img/shapes/large-rightangle-triangle@2x.png);
  }
}
@media only screen and (min-width: 768px) {
  .subject-grid {
    padding-top: 50px;
  }
}
.subject-grid .inner {
  max-width: 1295px;
}
.subject-grid p {
  color: #FFF;
  font-size: 21px;
  line-height: 1.1428571429;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.72px;
  margin: 0 0 30px;
  max-width: 770px;
  margin: 0 auto 50px;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .subject-grid p {
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}
.subject-grid .subjects {
  padding-left: 0;
}
.subject-grid .subjects li {
  list-style: none;
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .subject-grid .subjects li {
    float: left;
    width: 48.0620155039%;
    margin-right: 3.8759689922%;
    margin-bottom: 30px;
  }
  .subject-grid .subjects li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .subject-grid .subjects li:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  .subject-grid .subjects li {
    float: left;
    width: 30.7493540052%;
    margin-right: 3.8759689922%;
    margin-bottom: 30px;
  }
  .subject-grid .subjects li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .subject-grid .subjects li:nth-of-type(3n + 1) {
    clear: left;
  }
}
.subject-grid .subjects img {
  margin-bottom: 20px;
}
.subject-grid .subjects h3 {
  color: #FFF;
  margin-bottom: 0;
}
.subject-grid .subjects a:hover, .subject-grid .subjects a:focus {
  text-decoration: none;
}
.subject-grid .subjects a:hover h3, .subject-grid .subjects a:focus h3 {
  color: #3C3C3C;
}

@media only screen and (min-width: 1024px) {
  .discovery-box + .subject-grid {
    margin-top: -88px;
    padding-top: 130px;
  }
}
.testimonial {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto 60px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.testimonial:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  .testimonial {
    display: flex;
    width: 100%;
  }
}
.testimonial:before {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 73px;
  height: 176px;
  position: absolute;
  bottom: 50px;
  right: 170px;
  visibility: visible;
}
.testimonial:before {
  background-image: url(../img/../img/shapes/story-line.svg);
}
.no-svg .testimonial:before {
  background-image: url(../img/../img/shapes/story-line.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .testimonial:before {
    background-image: url(../img/../img/shapes/story-line@2x.png);
  }
}
@media only screen and (min-width: 768px) {
  .testimonial:before {
    content: "";
  }
}
.testimonial img {
  width: auto;
  height: auto;
  max-width: 100%;
  float: left;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .testimonial img {
    margin-bottom: 0;
  }
}
.testimonial .content {
  float: left;
  max-width: 423px;
}
@media only screen and (min-width: 1024px) {
  .testimonial .content {
    padding-top: 120px;
    margin-left: 65px;
    float: left;
    max-width: 423px;
  }
}
.testimonial h2 {
  color: #008FC3;
  margin-bottom: 18px;
}

.video-component {
  position: relative;
  background: url("../img/content/video-thumb.jpg") no-repeat center;
  background-size: cover;
  min-height: 350px;
  padding-top: 50px;
  box-sizing: border-box;
}
.video-component:after {
  width: 126px;
  height: 306px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.video-component:after {
  background-image: url(../img/../img/shapes/small-rightangle-triangle-white.svg);
}
.no-svg .video-component:after {
  background-image: url(../img/../img/shapes/small-rightangle-triangle-white.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .video-component:after {
    background-image: url(../img/../img/shapes/small-rightangle-triangle-white@2x.png);
  }
}
@media only screen and (min-width: 768px) {
  .video-component:after {
    content: "";
  }
}
@media only screen and (min-width: 768px) {
  .video-component {
    padding-top: 94px;
    min-height: 685px;
  }
}
.video-component:hover .inner:before {
  opacity: 0.8;
}
.video-component .inner {
  position: relative;
  padding-top: 160px;
  max-width: 1225px;
}
.video-component .inner:before {
  content: "";
  width: 382px;
  height: 382px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 150px;
  max-height: 150px;
}
.video-component .inner:before {
  background-image: url(../img/../img/shapes/play-btn.svg);
}
.no-svg .video-component .inner:before {
  background-image: url(../img/../img/shapes/play-btn.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .video-component .inner:before {
    background-image: url(../img/../img/shapes/play-btn@2x.png);
  }
}
@media only screen and (min-width: 768px) {
  .video-component .inner:before {
    max-width: 220px;
    max-height: 220px;
    top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .video-component .inner:before {
    max-width: 382px;
    max-height: 382px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .video-component .inner {
    padding-top: 412px;
  }
}
.video-component h3 {
  margin: 0 0 8px;
  color: #FFF;
  font-size: 26px;
  line-height: 1.1538461538;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 768px) {
  .video-component h3 {
    font-size: 52px;
    line-height: 1.1730769231;
    font-weight: 700;
    font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
    letter-spacing: -0.5px;
  }
}
.video-component p {
  font-size: 21px;
  line-height: 1.1428571429;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: -0.72px;
  margin: 0 0 30px;
  color: #FFF;
  font-weight: 700;
}
@media only screen and (min-width: 1280px) {
  .video-component p {
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}
.video-component .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

a.video-popup:hover {
  text-decoration: none;
}
a.video-popup:hover h3, a.video-popup:hover p {
  color: #00BBE7;
}
a.video-popup:hover .inner:before {
  background-image: url(../img/../img/shapes/play-btn-blue.svg);
}
.no-svg a.video-popup:hover .inner:before {
  background-image: url(../img/../img/shapes/play-btn-blue.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg a.video-popup:hover .inner:before {
    background-image: url(../img/../img/shapes/play-btn-blue@2x.png);
  }
}

a.video-popup:nth-child(odd) ~ a.video-popup .video-component:after {
  display: none;
}

a.video-popup:nth-child(even) ~ a.video-popup .video-component:after {
  left: initial;
  right: 0;
  bottom: 0;
  transform: rotateY(0deg);
}

.masthead-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.masthead-video video {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
}
@media all and (max-width: 768px) {
  .masthead-video video {
    height: 100% !important;
    width: auto !important;
  }
}

.webform-client-form {
  max-width: 745px;
  margin: 0 auto;
}

.page-search .banner-content .inner {
  min-height: 350px !important;
  display: block !important;
}
.page-search #banner-inner-region {
  margin-top: 80px;
}
.page-search #banner-inner-region h2 {
  font-family: "Agency FB", Helvetica, Arial, sans-serif;
  font-size: 80px;
  text-transform: uppercase;
}
.page-search #banner-inner-region .views-exposed-widgets label {
  display: none;
}
.page-search #banner-inner-region .views-exposed-widgets .views-widget-filter-search_api_views_fulltext {
  width: 100%;
}
.page-search #banner-inner-region .views-exposed-widgets .form-submit {
  margin: 0 0 0 0;
  background: white;
}
.page-search #banner-inner-region .views-exposed-widgets .form-submit:hover {
  background: grey;
}
.page-search #breadcrumb {
  margin-top: 50px;
}
.page-search #search-toggle {
  display: none;
}
.page-search .primary-secondary {
  padding-top: 0px;
}
@media only screen and (min-width: 768px) {
  .page-search .primary-secondary {
    padding-top: 50px;
  }
}

#global-search-wrapper #edit-submit-search-api-main {
  margin-top: 0px;
}
#global-search-wrapper #edit-search-api-views-fulltext-wrapper {
  width: 100%;
}

.search-results .result-image {
  display: inline-block;
  width: 14.5728643216%;
  vertical-align: top;
}
.search-results .result-info {
  display: inline-block;
  width: 82.9145728643%;
  vertical-align: top;
}
.search-results .view-empty {
  margin-bottom: 50px;
}
.search-results .block {
  clear: both;
}
.search-results .results.primary {
  width: 100% !important;
}
.search-results .block-facetapi {
  min-height: 60px;
}
.search-results .block-facetapi h2 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .search-results .block-facetapi h2 {
    display: none;
  }
}
.search-results .block-facetapi ol,
.search-results .block-facetapi ul {
  margin: 0;
  padding: 0;
}
.search-results .block-facetapi ol li,
.search-results .block-facetapi ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .search-results .block-facetapi ol li,
.search-results .block-facetapi ul li {
    display: block;
    float: left;
  }
  .search-results .block-facetapi ol li span,
.search-results .block-facetapi ol li a,
.search-results .block-facetapi ul li span,
.search-results .block-facetapi ul li a {
    padding: 10px 12px;
    background: white;
  }
  .search-results .block-facetapi ol li a,
.search-results .block-facetapi ul li a {
    border-bottom: 1px solid #d8d8d8;
    margin: -1px;
  }
  .search-results .block-facetapi ol li a:hover,
.search-results .block-facetapi ul li a:hover {
    background: #dbdbdb;
  }
  .search-results .block-facetapi ol li span,
.search-results .block-facetapi ul li span {
    margin-bottom: -1px;
    border: 1px solid #d8d8d8;
    border-bottom: 0;
    position: relative;
    bottom: -1px;
  }
}
.search-results .block-facetapi ul.facetapi-facetapi-radio-links {
  border-bottom: 1px solid #d8d8d8;
  height: auto;
  padding: 20px;
  border-top: 1px solid #d8d8d8;
}
@media only screen and (min-width: 768px) {
  .search-results .block-facetapi ul.facetapi-facetapi-radio-links {
    height: 33px;
    padding: 0px;
    border: 0px;
  }
}
.search-results .block-facetapi ul.facetapi-facetapi-checkbox-links {
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.search-results .block-facetapi ul.facetapi-facetapi-checkbox-links li a,
.search-results .block-facetapi ul.facetapi-facetapi-checkbox-links li span {
  border: 0px solid #d8d8d8;
}
.search-results .block-facetapi ul.facetapi-facetapi-checkbox-links li a {
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .search-results .block-facetapi ul.facetapi-facetapi-checkbox-links {
    padding: 0px;
    border-bottom: 0px solid #d8d8d8;
  }
}
.search-results ol.search-results {
  margin: 0;
  padding: 0;
}
.search-results .pager {
  padding: 20px;
}

.search-api-page-results h2 {
  color: inherit;
  margin: 38px 0px;
}

.krumo-node img {
  display: none;
}

.not-logged-in.page-user main {
  padding: 50px;
}

.tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.primary {
  height: 30px;
}
ul.primary li a {
  padding: 10px;
  background: white;
}

div.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 100;
  background: #a9a9a9;
  border-bottom: 2px solid white;
}

#banner #nav-bar-wrapper {
  position: fixed !important;
  width: 100% !important;
  z-index: 56;
  background-color: rgba(128, 128, 128, 0);
  padding-top: 50px;
  padding-bottom: 50px;
  top: 0px;
  box-sizing: border-box;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (max-width: 767px) {
  #banner #nav-bar-wrapper {
    padding: 20px 0px 20px 0px;
  }
  .nav-active #banner #nav-bar-wrapper {
    background-color: #008FC3;
  }
}
#banner.fix-nav #nav-bar-wrapper {
  background-color: #3d3d3d;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  #banner.fix-nav #nav-secondary {
    display: none;
  }
  #banner.fix-nav #nav-secondary a {
    padding: 0px 10px 10px 10px;
  }
}
#banner.fix-nav #global-search-wrapper {
  top: 80px;
}
@media only screen and (max-width: 767px) {
  #banner #global-search-wrapper {
    top: 115px;
    z-index: 55 !important;
  }
}
#banner .banner-content {
  padding-top: 115px;
}

#banner {
  padding-bottom: 20px;
  box-sizing: border-box;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
#banner #nav-secondary {
  z-index: 56;
  position: relative;
}
#banner #logo-search-toggles-wrapper {
  position: relative;
  z-index: 55;
}
#banner #logo-search-toggles-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#banner #logo-search-toggles-wrapper .logo {
  display: block;
  margin-right: 65px;
  max-width: 315px;
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle span {
  position: relative;
  margin: 18px auto;
  text-indent: -9999px;
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle span, #banner #logo-search-toggles-wrapper #nav-primary-toggle span:before, #banner #logo-search-toggles-wrapper #nav-primary-toggle span:after {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  width: 35px;
  height: 4px;
  background-color: #fff;
  display: block;
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle span:before, #banner #logo-search-toggles-wrapper #nav-primary-toggle span:after {
  content: "";
  position: absolute;
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle span:before {
  top: -14px;
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle span:after {
  top: 14px;
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle:hover span:before {
  top: -18px;
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle:hover span:after {
  top: 18px;
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle.active span {
  background-color: transparent !important;
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle.active span:before, #banner #logo-search-toggles-wrapper #nav-primary-toggle.active span:after {
  top: 0;
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle.active span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#banner #logo-search-toggles-wrapper #nav-primary-toggle.active span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  #banner #logo-search-toggles-wrapper #nav-primary-toggle span,
#banner #logo-search-toggles-wrapper #nav-primary-toggle span:before,
#banner #logo-search-toggles-wrapper #nav-primary-toggle span:after {
    width: 48px;
  }
}
#banner #logo-search-toggles-wrapper #search-toggle {
  padding: 8px;
  cursor: pointer;
  position: absolute;
  right: 70px;
  top: 0;
}
#banner #logo-search-toggles-wrapper #search-toggle:before {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -22.9em;
  width: 27px;
  height: 28px;
  content: "";
}
.no-svg #banner #logo-search-toggles-wrapper #search-toggle:before {
  background-image: url("../img/sprites/sprite.png");
}
@media only screen and (max-width: 767px) {
  #banner #logo-search-toggles-wrapper #search-toggle {
    display: none;
  }
}
#banner #global-search-wrapper {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  z-index: 57;
  padding-left: 5%;
  padding-right: 5%;
}
#banner #global-search-wrapper input[type=text] {
  padding-right: 69px;
}
#banner #global-search-wrapper input[type=submit] {
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .nav-active #banner #global-search-wrapper {
    background-color: #008FC3;
  }
}
#banner #global-search-wrapper form {
  margin: 0;
}
#banner #global-search-wrapper label {
  display: none;
}
#banner #global-search-wrapper input[type=text] {
  margin-bottom: 0;
  border: 0;
}
#banner #global-search-wrapper input[type=submit] {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  right: 5%;
  top: 3px;
  border: 0;
  height: 100%;
  padding: 0;
}
#banner #global-search-wrapper input[type=submit] {
  background-image: url(../img/icons/magnify-glass-large-grey.svg);
}
.no-svg #banner #global-search-wrapper input[type=submit] {
  background-image: url(../img/icons/magnify-glass-large-grey.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg #banner #global-search-wrapper input[type=submit] {
    background-image: url(../img/icons/magnify-glass-large-grey@2x.png);
  }
}
#banner #global-search-wrapper input[type=submit]:hover {
  background-color: transparent;
}
#banner #global-search-wrapper input[type=submit]:hover {
  background-image: url(../img/icons/magnify-glass-large-blue.svg);
}
.no-svg #banner #global-search-wrapper input[type=submit]:hover {
  background-image: url(../img/icons/magnify-glass-large-blue.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg #banner #global-search-wrapper input[type=submit]:hover {
    background-image: url(../img/icons/magnify-glass-large-blue@2x.png);
  }
}
@media only screen and (min-width: 768px) {
  #banner #global-search-wrapper input[type=submit] {
    background-image: url(../img/icons/magnify-glass-xlarge-grey.svg);
  }
  .no-svg #banner #global-search-wrapper input[type=submit] {
    background-image: url(../img/icons/magnify-glass-xlarge-grey.png);
  }
}
@media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .no-svg #banner #global-search-wrapper input[type=submit] {
    background-image: url(../img/icons/magnify-glass-xlarge-grey@2x.png);
  }
}
@media only screen and (min-width: 768px) {
  #banner #global-search-wrapper input[type=submit]:hover {
    background-image: url(../img/icons/magnify-glass-xlarge-blue.svg);
  }
  .no-svg #banner #global-search-wrapper input[type=submit]:hover {
    background-image: url(../img/icons/magnify-glass-xlarge-blue.png);
  }
}
@media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .no-svg #banner #global-search-wrapper input[type=submit]:hover {
    background-image: url(../img/icons/magnify-glass-xlarge-blue@2x.png);
  }
}
@media only screen and (max-width: 767px) {
  #banner #global-search-wrapper {
    transform: translate3d(100%, 0, 0);
    transition: transform 0.15s, visibility 0.15s;
    padding-top: 15px;
  }
  body.nav-active #banner #global-search-wrapper {
    transform: translate3d(0, 0, 0);
  }
}
#banner .shadow {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.67;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#banner .banner-content {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  z-index: 2;
  margin-top: 50px;
}
#banner .banner-content h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Agency FB', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 1px 2px 15px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  #banner .banner-content h1 {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Agency FB', Helvetica, Arial, sans-serif;
    letter-spacing: 2.5px;
  }
}
@media only screen and (min-width: 1024px) {
  #banner .banner-content h1 {
    font-size: 125px;
    line-height: 0.92;
    font-weight: 700;
    font-family: 'Agency FB', Helvetica, Arial, sans-serif;
    letter-spacing: 4.06px;
  }
}
@media only screen and (min-width: 768px) {
  #banner .banner-content h1 {
    margin-bottom: 20px;
  }
  .person-profile-page #banner .banner-content h1 {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #banner .banner-content h1 {
    margin-bottom: 40px;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
  }
}
#banner .banner-content h1 span {
  display: block;
  color: #00BBE7;
}
#banner .banner-content h1 em {
  font-style: normal;
  text-transform: none;
}
#banner .banner-content p {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #FFF;
  text-transform: uppercase;
}
#banner .buttons {
  padding-left: 0;
  margin-bottom: 50px;
}
#banner .buttons li {
  list-style: none;
}
@media only screen and (min-width: 768px) {
  #banner .buttons li {
    display: inline;
  }
}
#banner .buttons .btn, #banner .buttons .btn-thin, #banner .buttons .btn-medium, #banner .buttons .btn-dark, #banner .buttons .discovery-box-buttons a, .discovery-box-buttons #banner .buttons a, #banner .buttons .featured-content footer a, .featured-content footer #banner .buttons a, #banner .buttons .features a, .features #banner .buttons a, #banner .buttons .features-dark a, .features-dark #banner .buttons a, #banner .buttons .standard-introduction .text-right a, .standard-introduction .text-right #banner .buttons a {
  margin-right: 26px;
}
#banner .breadcrumbs {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}
#banner .breadcrumbs li {
  list-style: none;
}
#banner .breadcrumbs li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
#banner .breadcrumbs li:last-of-type a:after {
  content: "";
}
#banner .breadcrumbs a {
  color: #FFF;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
}
@media only screen and (min-width: 768px) {
  #banner .breadcrumbs a {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
  }
}
#banner .breadcrumbs a:after {
  content: "/";
  margin-left: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
#banner .breadcrumbs a:hover {
  text-decoration: underline;
  color: #00BBE7;
}
#banner .breadcrumbs a:hover:after {
  color: #FFF;
  text-decoration: none;
}
#banner .banner-content {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
#banner .banner-content > div {
  display: flex;
  align-items: flex-end;
  min-height: 100px;
}
#banner .banner-content .inner {
  width: 90%;
}
@media only screen and (min-width: 480px) {
  #banner .banner-content > div {
    min-height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  #banner {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1433.3333333333px) {
  #banner .inner {
    width: auto;
    padding-left: 71.6666666667px;
    padding-right: 71.6666666667px;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  #banner #global-search-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    top: 0;
    position: fixed;
    align-items: center;
    display: none;
  }
  #banner #global-search-wrapper input[type=text] {
    padding-right: 138px;
  }
  #banner #global-search-wrapper input[type=submit] {
    width: 120px;
  }
  #banner #global-search-wrapper form {
    width: 70%;
    position: relative;
    margin: 0 auto;
    max-width: 780px;
  }
  #banner #global-search-wrapper input[type=submit] {
    right: 0;
    font-size: 25px;
  }
  #banner #global-search-wrapper input[type=text] {
    font-size: 40px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .search-active #banner #logo-search-toggles-wrapper {
    z-index: 58;
  }
  .search-active #banner #nav-primary-toggle {
    display: none;
  }
  .search-active #banner #global-search-wrapper {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  #banner .banner-content > div {
    min-height: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  #banner {
    padding-top: 50px;
    padding-bottom: 92px;
  }
  #banner #nav-secondary {
    float: right;
    margin-right: 120px;
  }
  #banner form {
    width: 60%;
  }
  #banner .banner-content > div {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1280px) {
  #banner #global-search-wrapper input[type=text] {
    padding-right: 138px;
  }
  #banner #global-search-wrapper input[type=submit] {
    width: 120px;
  }
  #banner #global-search-wrapper form {
    width: 50%;
  }
  #banner #global-search-wrapper input[type=submit] {
    font-size: 40px;
  }
  #banner #global-search-wrapper input[type=text] {
    font-size: 55px;
  }
}
#banner .mo-slider-svg polygon {
  will-change: transform;
}
#banner #breadcrumb {
  margin-right: 120px;
}
#banner #breadcrumb .breadcrumb-last a:after {
  display: none;
}
#banner #breadcrumb .breadcrumb-last a {
  text-decoration: none;
  color: white;
  cursor: default;
}
#banner #breadcrumb .breadcrumb-last a:hover {
  text-decoration: none;
  color: white;
  cursor: default;
}
#banner.fix-breadcrumb .banner-content {
  position: initial;
}
#banner.fix-breadcrumb .banner-content #breadcrumb {
  z-index: 100;
  position: fixed;
  top: 10px;
  left: 5%;
  margin-right: 120px;
}

.primary-secondary {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .primary-secondary .secondary {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .primary-secondary .results {
    float: left;
    width: 64.7286821705%;
    margin-right: 3.8759689922%;
  }
  .primary-secondary .secondary {
    float: left;
    width: 31.3953488372%;
    box-sizing: border-box;
    padding-left: 20px;
  }
}

.course-finder main {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 120%;
}
.course-finder main {
  background-image: url(../img/shapes/large-rightangle-triangle-dark.svg);
}
.no-svg .course-finder main {
  background-image: url(../img/shapes/large-rightangle-triangle-dark.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .course-finder main {
    background-image: url(../img/shapes/large-rightangle-triangle-dark@2x.png);
  }
}
.course-finder main .inner {
  max-width: 886px;
}
.course-finder #course-finder-search {
  background-color: #3C3C3C;
  color: #FFF;
  padding-top: 26px;
  padding-bottom: 46px;
}
@media only screen and (max-width: 1023px) {
  .course-finder #course-finder-search {
    margin-left: -5.5555555556%;
    margin-right: -5.5555555556%;
    width: 111.1111111111%;
    box-sizing: border-box;
    padding-left: 5.5555555556%;
    padding-right: 5.5555555556%;
  }
}
@media only screen and (min-width: 1024px) {
  .course-finder #course-finder-search {
    margin-top: -60px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 68px;
  }
}
.course-finder #course-finder-search form {
  margin-bottom: 0;
}
.course-finder #course-finder-search h2 {
  margin-bottom: 17px;
}
.course-finder #course-finder-search .views-exposed-widgets {
  position: relative;
  margin-bottom: 0;
}
.course-finder #course-finder-search .views-exposed-widgets:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.course-finder #course-finder-search .views-exposed-widget {
  padding: 0;
  float: none;
}
.course-finder #course-finder-search #edit-keyword-wrapper {
  position: relative;
}
.course-finder #course-finder-search #edit-level-wrapper,
.course-finder #course-finder-search #edit-subject-wrapper,
.course-finder #course-finder-search #edit-department-wrapper {
  margin-top: 26px;
}
@media only screen and (min-width: 480px) {
  .course-finder #course-finder-search #edit-level-wrapper,
.course-finder #course-finder-search #edit-subject-wrapper,
.course-finder #course-finder-search #edit-department-wrapper {
    float: left;
    width: 30.7493540052%;
    margin-right: 3.8759689922%;
    max-width: 156px;
  }
  .course-finder #course-finder-search #edit-level-wrapper#edit-department-wrapper,
.course-finder #course-finder-search #edit-subject-wrapper#edit-department-wrapper,
.course-finder #course-finder-search #edit-department-wrapper#edit-department-wrapper {
    margin-right: 0;
  }
}
.course-finder #course-finder-search input[type=text],
.course-finder #course-finder-search select {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
  background-color: #3C3C3C;
  color: #FFF;
  padding: 7px 12px;
  width: 100%;
}
.course-finder #course-finder-search input[type=text] {
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 45px;
}
.course-finder #course-finder-search select {
  min-height: auto;
  padding-right: 45px;
  position: relative;
}
.course-finder #course-finder-search select {
  background-image: url(../img/icons/drop-arrow-white.svg);
}
.no-svg .course-finder #course-finder-search select {
  background-image: url(../img/icons/drop-arrow-white.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .course-finder #course-finder-search select {
    background-image: url(../img/icons/drop-arrow-white@2x.png);
  }
}
.course-finder #course-finder-search input[type=submit] {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.7em 66.1em;
  font-size: 10px;
  background-position: -0.5em -22.9em;
  width: 27px;
  height: 28px;
  text-indent: -999em;
  position: absolute;
  right: 12px;
  top: 39px;
  border: 0;
  margin: 0;
}
.no-svg .course-finder #course-finder-search input[type=submit] {
  background-image: url("../img/sprites/sprite.png");
}
.course-finder #course-finder-search input[type=submit]:hover {
  background-color: transparent;
}
.course-finder .results {
  padding-top: 70px;
}
.course-finder .results .result:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.course-finder .results .result img {
  width: 100%;
  max-width: none;
}
.course-finder .results .result .result-text {
  overflow: visible;
}
.course-finder .results .result footer {
  white-space: normal;
}
.course-finder .results .result dl {
  margin-bottom: 0;
  display: inline-block;
}
.course-finder .results .result dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.course-finder .results .result dt,
.course-finder .results .result dd {
  float: left;
  margin-bottom: 6px;
}
.course-finder .results .result dd {
  font-weight: normal;
  margin: 0 33px 0 6px;
}
.course-finder .results .result dd a {
  font-weight: normal;
}
.course-finder .results .result dt {
  clear: left;
}
@media only screen and (min-width: 480px) {
  .course-finder .results .result img {
    float: left;
    width: 40%;
  }
  .course-finder .results .result .result-text {
    padding-left: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .course-finder .results .result img {
    width: 273px;
  }
  .course-finder .results .result .result-text {
    padding-left: 299px;
  }
}

.cssvhunit .front #banner {
  height: 100.5vh;
  min-height: 280px;
}
@media only screen and (min-width: 768px) {
  .cssvhunit .front #banner {
    min-height: 340px;
  }
}
@media only screen and (min-width: 1024px) {
  .cssvhunit .front #banner {
    min-height: 580px;
  }
}
.cssvhunit .front #banner .banner-content {
  margin-top: 0;
  position: absolute;
  bottom: 80px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .cssvhunit .front #banner .banner-content {
    bottom: 60px;
  }
}

.instrument-landing .programme-slider {
  padding-top: 0;
}

.node-type-person #block-system-main {
  background-repeat: no-repeat;
}
.node-type-person #block-system-main {
  background-image: url(../img/shapes/person-page-triangle.svg);
}
.no-svg .node-type-person #block-system-main {
  background-image: url(../img/shapes/person-page-triangle.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .node-type-person #block-system-main {
    background-image: url(../img/shapes/person-page-triangle@2x.png);
  }
}

.person-profile-page .banner-content .inner > * {
  max-width: 50%;
}

.course-page .featured-content {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .course-page .featured-content {
    margin-top: -160px;
  }
}
.course-page .video-component {
  margin-bottom: 50px;
}
.course-page .gallery {
  padding-top: 0;
}
.course-page #banner .banner-content h1 {
  text-transform: none;
}

#banner .search-button {
  margin-bottom: 60px;
  display: inline-block;
}

.search-results .links ul {
  padding-left: 0;
}
.search-results .links ul li {
  list-style: none;
}
.search-results .links li {
  margin-bottom: 12px;
}
.search-results .links a {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
  font-family: 'Helvetica Std', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0 0 30px;
  color: #008FC3;
}
@media only screen and (min-width: 768px) {
  .search-results .result img {
    margin: 0 25px 25px 0;
  }
  .search-results .result .result-content {
    flex-direction: row;
    align-items: flex-start;
  }
}

.pagination ul li {
  float: left;
  margin: 0 18px 15px 0;
  padding: 0;
}
.pagination ul li a {
  display: block;
  background: #008FC3;
  color: #FFF;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 34px;
  width: 34px;
}
.pagination ul li a.next, .pagination ul li a.previous {
  display: none;
}
.pagination ul li span.current {
  display: block;
  background: #585858;
  color: #FFF;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 34px;
  width: 34px;
}

/*# sourceMappingURL=app.min.css.map */
