/**
* Theme Name: Somerville College Oxford
* Author: <a href="http://oneltd.co.uk/">One</a>
* Author URI: http://oneltd.co.uk/
* Version: 1.0
* Description: Custom theme for Somerville
* Template: oneltd-base
 */

html {
  -webkit-font-smoothing: antialiased;
}

@import url("http://fonts.googleapis.com/css?family=IM+Fell+English:400,400italic");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../../src/sass/modules/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 300;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../../src/sass/modules/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../../src/sass/modules/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../../src/sass/modules/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../../src/sass/modules/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../../src/sass/modules/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../../src/sass/modules/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 6, ../../src/sass/modules/_helpers.scss */
.left {
  float: left;
}

/* line 10, ../../src/sass/modules/_helpers.scss */
.right {
  float: right;
}

/* line 14, ../../src/sass/modules/_helpers.scss */
.clear {
  clear: both;
}

/* line 19, ../../src/sass/modules/_helpers.scss */
.wrapper {
  margin: auto;
  max-width: 930px;
}

/* line 24, ../../src/sass/modules/_helpers.scss */
.simple-link {
  color: #fff;
  text-decoration: none;
}

/* line 29, ../../src/sass/modules/_helpers.scss */
.simple-link:hover {
  text-decoration: underline;
}

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

/* line 23, ../../src/sass/vendor/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 33, ../../src/sass/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 37, ../../src/sass/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 43, ../../src/sass/vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 52, ../../src/sass/vendor/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 60, ../../src/sass/vendor/_slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 67, ../../src/sass/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 71, ../../src/sass/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 76, ../../src/sass/vendor/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 84, ../../src/sass/vendor/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 88, ../../src/sass/vendor/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 92, ../../src/sass/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 96, ../../src/sass/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 100, ../../src/sass/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 104, ../../src/sass/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 108, ../../src/sass/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*======================================
  Selectric
======================================*/
/* line 4, ../../src/sass/modules/selectric.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

/* line 9, ../../src/sass/modules/selectric.scss */
.selectric-responsive {
  width: 100%;
}

/* line 13, ../../src/sass/modules/selectric.scss */
.selectric {
  min-width: 200px;
  background: #fff;
  position: relative;
  border: 1px solid #fff;
  color: #505050;
}

/* line 21, ../../src/sass/modules/selectric.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  line-height: 38px;
  color: #444;
  height: 38px;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: initial;
}

/* line 33, ../../src/sass/modules/selectric.scss */
.selectric .button {
  display: none !important;
  background: none;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  color: #444;
  text-align: center;
  font: 0/0 a;
  *font: 38px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

/* line 50, ../../src/sass/modules/selectric.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #444;
  border-bottom: none;
}

/* line 65, ../../src/sass/modules/selectric.scss */
.selectric-hover .selectric {
  border-color: #c4c4c4;
}

/* line 68, ../../src/sass/modules/selectric.scss */
.selectric-hover .selectric .button {
  color: #c4c4c4;
}

/* line 71, ../../src/sass/modules/selectric.scss */
.selectric-hover .selectric .button:after {
  border-top-color: #92b62b;
}

/* line 75, ../../src/sass/modules/selectric.scss */
.selectric-open {
  z-index: 9999;
}

/* line 78, ../../src/sass/modules/selectric.scss */
.selectric-open .selectric {
  border-color: #c4c4c4;
  background: #fff;
}

/* line 82, ../../src/sass/modules/selectric.scss */
.selectric-open .selectric-items {
  display: block;
}

/* line 85, ../../src/sass/modules/selectric.scss */
.selectric-open .selectric .button:after {
  border-top-color: transparent;
  border-top: none;
  border-bottom: 15px solid #92b62b;
}

/* line 91, ../../src/sass/modules/selectric.scss */
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 101, ../../src/sass/modules/selectric.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* line 107, ../../src/sass/modules/selectric.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

/* line 113, ../../src/sass/modules/selectric.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* line 129, ../../src/sass/modules/selectric.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
/* line 136, ../../src/sass/modules/selectric.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  /*background:rgb(146, 182, 43);*/
  background: #fff;
  color: black;
  /*  border: 1px solid #C4C4C4;
  */
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

/* line 148, ../../src/sass/modules/selectric.scss */
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

/* line 152, ../../src/sass/modules/selectric.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

/* line 156, ../../src/sass/modules/selectric.scss */
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
  text-align: center;
}

/* line 165, ../../src/sass/modules/selectric.scss */
.selectric-items li {
  display: block;
  padding: 8px;
  margin: 1px 0;
  color: black;
  cursor: pointer;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: initial;
}

/* line 174, ../../src/sass/modules/selectric.scss */
.selectric-items li.selected {
  background: #FFF;
  /*color: rgb(146, 182, 43);*/
  color: black;
}

/* line 179, ../../src/sass/modules/selectric.scss */
.selectric-items li:hover {
  background: #FFF;
  color: #92b62b;
}

/* line 184, ../../src/sass/modules/selectric.scss */
.selectric-items li:hover, .selectric-items li.selected {
  background-color: #C0181C;
  color: #fff;
}

/* line 190, ../../src/sass/modules/selectric.scss */
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 201, ../../src/sass/modules/selectric.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

/* line 212, ../../src/sass/modules/selectric.scss */
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 216, ../../src/sass/modules/selectric.scss */
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* line 1, ../../src/sass/modules/_buttons.scss */
.button {
  border-radius: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: 100;
  height: 48px;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
}
/* line 15, ../../src/sass/modules/_buttons.scss */
.button.download {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  width: 140px;
}
/* line 21, ../../src/sass/modules/_buttons.scss */
.button.download:after {
  width: 20px;
  height: 20px;
  top: 5px;
}
/* line 29, ../../src/sass/modules/_buttons.scss */
.button:after {
  background: rgba(255, 255, 255, 0.2);
  background-image: url("images/icons/arrow-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35%;
  border-radius: 26px;
  content: " ";
  display: block;
  height: 26px;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 26px;
}
/* line 46, ../../src/sass/modules/_buttons.scss */
.button.red {
  background: #C0181C;
}
/* line 50, ../../src/sass/modules/_buttons.scss */
.button.gold {
  background: #d19f48;
}
/* line 55, ../../src/sass/modules/_buttons.scss */
.button.red:hover {
  background: #a91519;
}
/* line 59, ../../src/sass/modules/_buttons.scss */
.button.gold:hover {
  background: #c48e31;
}

/* line 7, ../../src/sass/modules/_calendar.scss */
.calendar-container {
  width: 100%;
  padding-top: 40px;
}

/* line 12, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td {
  vertical-align: top;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 18, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.active a.event {
  background-color: #ECEAE8 !important;
}
/* line 23, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.blue {
  background-color: #00ACC8;
}
/* line 26, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.blue.active {
  background-color: #ECEAE8;
  border: 2px solid #00ACC8 !important;
  border-top-color: transparent !important;
}
/* line 33, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.gold {
  background-color: #d19f48;
}
/* line 36, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.gold.active {
  background-color: #ECEAE8;
  border: 2px solid #d19f48 !important;
  border-top-color: transparent !important;
}
/* line 43, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.green {
  background-color: #00BCB4;
}
/* line 46, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.green.active {
  background-color: #ECEAE8;
  border: 2px solid #00BCB4 !important;
  border-top-color: transparent !important;
}
/* line 53, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.red {
  background-color: #C0181C;
}
/* line 56, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.red.active {
  background-color: #ECEAE8;
  border: 2px solid #C0181C !important;
  border-top-color: transparent !important;
}

/* line 64, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td > a.event {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
  padding-top: 20px;
  line-height: 16px;
  padding-bottom: 20px;
  height: auto;
  overflow: visible;
  background: white;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 14px;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  z-index: 1;
}
/* line 89, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td > a.event:nth-of-type(2) {
  padding-top: 36px;
  border-bottom: none;
  border-top: none;
}
/* line 95, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td > a.event.blue {
  background-color: #00ACC8;
}
/* line 98, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td > a.event.blue.active {
  background-color: #ECEAE8;
  border: 2px solid #00ACC8;
}
/* line 104, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td > a.event.gold {
  background-color: #d19f48;
}
/* line 107, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td > a.event.gold.active {
  background-color: #ECEAE8;
  border: 2px solid #d19f48;
}
/* line 113, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td > a.event.green {
  background-color: #00BCB4;
}
/* line 116, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td > a.event.green.active {
  background-color: #ECEAE8;
  border: 2px solid #00BCB4;
}
/* line 122, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td > a.event.red {
  background-color: #C0181C;
}
/* line 125, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td > a.event.red.active {
  background-color: #ECEAE8;
  border: 2px solid #C0181C;
}

/* line 132, ../../src/sass/modules/_calendar.scss */
#ui-datepicker-div {
  display: block;
}

/* line 136, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-calendar {
  position: relative;
  width: 100%;
}

/* line 141, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline {
  margin-bottom: 30px;
}
/* line 143, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-header {
  position: relative;
  height: 60px;
  background: #282828;
}
/* line 148, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  font-size: 20px;
  color: black;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
/* line 158, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev {
  background-image: url(images/icons/calendar-left.svg);
  background-size: contain;
  height: 24px;
  left: 25px;
  width: 24px;
}
/* line 166, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next {
  background-image: url(images/icons/calendar-right.svg);
  background-size: contain;
  height: 24px;
  right: 25px;
  width: 24px;
}
/* line 174, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 180, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title span {
  font-size: 36px;
  color: white;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 5px 0px;
}
@media screen and (max-width: 500px) {
  /* line 180, ../../src/sass/modules/_calendar.scss */
  .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title span {
    font-size: 26px;
  }
}
/* line 195, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar thead th, .ui-datepicker-inline .ui-datepicker-calendar thead tr {
  background: #eceae8;
}
/* line 199, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar thead th {
  padding: 20px 0 10px 0;
  text-align: center;
}
/* line 203, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar thead th span {
  font-size: 18px;
  font-weight: bold;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #282828;
}
/* line 213, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody tr, .ui-datepicker-inline .ui-datepicker-calendar tbody td {
  background: none;
}
/* line 215, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td {
  position: relative;
  margin: 1px;
  height: 88px;
  width: 14.285%;
  padding: 0;
  background: #ECEAE8;
  border: 1px solid white;
}
/* line 226, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.has-event.active {
  height: 100%;
  position: absolute;
  top: 0px;
  margin: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  border: none;
  padding: 20px 0px;
  overflow: auto;
}
/* line 238, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.has-event.active a.event {
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 0px;
  color: #282828;
}
/* line 245, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.has-event.active .details {
  display: block;
  position: relative;
  top: 10px;
  z-index: 100;
  width: 80%;
  text-align: center;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}
/* line 257, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.has-event.active .details p {
  color: #505050;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  padding: 8px 0px;
}
/* line 265, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.has-event.active .close-button {
  background-image: url(images/icons/cross.svg);
  display: block;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  z-index: 100;
  cursor: pointer;
}
/* line 279, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.has-event a {
  color: white;
}
/* line 283, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.has-event .close-button {
  display: none;
}
/* line 287, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.has-event .details {
  display: none;
}
/* line 292, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td > a {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 18px;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #282828;
  cursor: default;
  pointer-events: none;
  z-index: 10;
}
/* line 306, ../../src/sass/modules/_calendar.scss */
.ui-datepicker-inline .ui-datepicker-calendar tbody td.ui-datepicker-other-month {
  background: #F3F2F1;
}

/* line 21, ../../src/sass/modules/_header.scss */
body {
  padding-top: 38px;
}
@media screen and (max-width: 930px) {
  /* line 21, ../../src/sass/modules/_header.scss */
  body {
    padding-top: 40px;
  }
}

/* line 30, ../../src/sass/modules/_header.scss */
header {
  background: #282828;
  height: 70px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 930px) {
  /* line 30, ../../src/sass/modules/_header.scss */
  header {
    height: 40px;
  }
}
/* line 43, ../../src/sass/modules/_header.scss */
header .logo {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 70px;
  overflow: hidden;
  padding-top: 12px;
  width: 0;
}
@media screen and (max-width: 930px) {
  /* line 43, ../../src/sass/modules/_header.scss */
  header .logo {
    float: none;
    left: 50%;
    margin-left: -16px;
    padding-left: 0 !important;
    padding-top: 7px;
    position: absolute;
    top: 0px;
    width: 28px !important;
  }
}
/* line 62, ../../src/sass/modules/_header.scss */
header .logo.active {
  padding-left: 0px;
  width: 60px;
}
/* line 67, ../../src/sass/modules/_header.scss */
header .logo:hover {
  background: #282828;
}
@media screen and (max-width: 930px) {
  /* line 67, ../../src/sass/modules/_header.scss */
  header .logo:hover {
    background: none;
  }
}
/* line 75, ../../src/sass/modules/_header.scss */
header .logo img {
  display: block;
  height: 48px;
}
@media screen and (max-width: 930px) {
  /* line 75, ../../src/sass/modules/_header.scss */
  header .logo img {
    height: 28px;
  }
}
/* line 86, ../../src/sass/modules/_header.scss */
header.logo-active .logo {
  padding-left: 0px;
  width: 50px;
}
/* line 93, ../../src/sass/modules/_header.scss */
header .search-icon {
  float: right;
  height: 70px;
  width: 60px;
}
@media screen and (max-width: 930px) {
  /* line 93, ../../src/sass/modules/_header.scss */
  header .search-icon {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
/* line 106, ../../src/sass/modules/_header.scss */
header .search-icon a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 70px;
  padding-top: 25px;
  width: 70px;
}
@media screen and (max-width: 930px) {
  /* line 106, ../../src/sass/modules/_header.scss */
  header .search-icon a {
    height: 40px;
    padding-top: 10px;
    width: 40px;
  }
}
/* line 119, ../../src/sass/modules/_header.scss */
header .search-icon a:hover, header .search-icon a.active {
  background: #2d2d2d;
}
/* line 124, ../../src/sass/modules/_header.scss */
header .search-icon a img {
  display: block;
  height: 20px;
  margin: auto;
  width: 20px;
}
/* line 134, ../../src/sass/modules/_header.scss */
header .breadcrumb {
  background: rgba(0, 0, 0, 0.55);
  border-bottom: 1px solid #353535;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  color: #C0181C;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  overflow-y: hidden;
  padding-top: 0;
  width: 100%;
}
/* line 149, ../../src/sass/modules/_header.scss */
header .breadcrumb.light {
  background: #fff;
  color: #282828;
}
/* line 153, ../../src/sass/modules/_header.scss */
header .breadcrumb.light a {
  color: #282828 !important;
}
@media screen and (max-width: 930px) {
  /* line 134, ../../src/sass/modules/_header.scss */
  header .breadcrumb {
    display: none;
  }
}
/* line 162, ../../src/sass/modules/_header.scss */
header .breadcrumb a {
  color: #fff;
  /*font-weight: 100;*/
  margin: 0 10px;
  text-decoration: none;
}
/* line 168, ../../src/sass/modules/_header.scss */
header .breadcrumb a:first-child {
  margin-left: 0;
}
/* line 172, ../../src/sass/modules/_header.scss */
header .breadcrumb a:hover {
  text-decoration: underline;
}
/* line 186, ../../src/sass/modules/_header.scss */
header .breadcrumbs span {
  margin-left: 10px;
}
/* line 189, ../../src/sass/modules/_header.scss */
header .breadcrumbs span:first-of-type {
  margin-left: 0;
}
/* line 195, ../../src/sass/modules/_header.scss */
header nav.top-menu {
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
}
@media screen and (max-width: 930px) {
  /* line 195, ../../src/sass/modules/_header.scss */
  header nav.top-menu {
    display: none;
  }
  /* line 202, ../../src/sass/modules/_header.scss */
  header nav.top-menu.active {
    display: block;
  }
}
@media screen and (max-width: 930px) {
  /* line 208, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu {
    background: #282828;
    height: 290px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 930px) {
  /* line 208, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu {
    height: auto;
  }
}
@media screen and (max-width: 930px) {
  /* line 220, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu .menu-item-has-children {
    position: relative;
  }
  /* line 225, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu .menu-item-has-children .down-arrow {
    position: absolute;
    right: 0;
    top: 15px;
    border: 10px solid transparent;
    border-top-color: #C0181C;
  }
  /* line 232, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu .menu-item-has-children .down-arrow:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -9px;
    border: 9px solid transparent;
    border-top-color: #282828;
  }
}
@media screen and (max-width: 930px) {
  /* line 220, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu .menu-item-has-children {
    background-image: url("src/html/images/icons/white-arrow-nav.svg");
    background-position: 90% 12px;
    background-repeat: no-repeat;
    background-size: 10px;
  }
}
/* line 254, ../../src/sass/modules/_header.scss */
header nav.top-menu .menu > li {
  float: left;
}
@media screen and (max-width: 930px) {
  /* line 254, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li {
    width: 100%;
  }
}
@media screen and (max-width: 930px) {
  /* line 254, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li {
    background: #282828;
    float: none;
    width: 100%;
  }
}
/* line 268, ../../src/sass/modules/_header.scss */
header nav.top-menu .menu > li a {
  color: #fff;
  text-decoration: none;
}
/* line 273, ../../src/sass/modules/_header.scss */
header nav.top-menu .menu > li > a {
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 930px) {
  /* line 273, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > a {
    background-image: url("src/html/images/icons/white-arrow-nav.svg");
    background-position: 230px 12px;
    background-repeat: no-repeat;
    background-size: 4%;
    border-bottom: 1px solid #3c3c3c;
    font-size: 15px;
    height: 39px;
    line-height: 40px;
    padding: 0 12px;
    width: 229px;
  }
  /* line 292, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > a:hover {
    background-image: url("src/html/images/icons/red-arrow-nav.svg");
  }
}
@media screen and (max-width: 930px) and (max-width: 930px) {
  /* line 292, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > a:hover {
    background-image: none;
  }
}
@media screen and (max-width: 930px) and (max-width: 930px) {
  /* line 273, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > a {
    background-image: none;
    width: auto;
  }
}

/* line 309, ../../src/sass/modules/_header.scss */
header nav.top-menu .menu > li > .sub-menu {
  background: #282828;
  display: none;
  font-size: 15px;
  height: auto;
  left: auto;
  padding: 40px 20px;
  position: absolute;
  top: 70px;
  width: auto;
  background-repeat: no-repeat;
  background-position: 85% 45%;
  background-size: 300px auto;
}
@media screen and (max-width: 930px) {
  /* line 309, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > .sub-menu {
    display: none;
    top: 0;
    position: relative;
    padding: 0 20px 20px;
  }
  /* line 331, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > .sub-menu.open {
    display: block;
  }
}
/* line 338, ../../src/sass/modules/_header.scss */
header nav.top-menu .menu > li > .sub-menu > li {
  margin: auto;
  width: auto;
}
/* line 346, ../../src/sass/modules/_header.scss */
header nav.top-menu .menu > li > .sub-menu li.menu-item-has-children > a {
  background-image: url("src/html/images/icons/white-arrow-nav.svg");
  background-position: 220px 12px;
  background-repeat: no-repeat;
  background-size: 4%;
}
@media screen and (max-width: 930px) {
  /* line 346, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > .sub-menu li.menu-item-has-children > a {
    background-image: none;
  }
}
/* line 356, ../../src/sass/modules/_header.scss */
header nav.top-menu .menu > li > .sub-menu li.menu-item-has-children > a:hover {
  background-image: url("src/html/images/icons/red-arrow-nav.svg");
}
@media screen and (max-width: 930px) {
  /* line 356, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > .sub-menu li.menu-item-has-children > a:hover {
    background-image: none;
  }
}
/* line 366, ../../src/sass/modules/_header.scss */
header nav.top-menu .menu > li > .sub-menu li.menu-item-has-children:hover > a {
  background-image: url("src/html/images/icons/red-arrow-nav.svg");
}
@media screen and (max-width: 930px) {
  /* line 366, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > .sub-menu li.menu-item-has-children:hover > a {
    background-image: none;
  }
}
/* line 378, ../../src/sass/modules/_header.scss */
header nav.top-menu .menu > li > .sub-menu li a {
  border-bottom: 1px solid #3c3c3c;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 12px 0;
  width: 239px;
}
@media screen and (max-width: 930px) {
  /* line 378, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > .sub-menu li a {
    width: auto;
  }
}
@media screen and (max-width: 930px) {
  /* line 378, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > .sub-menu li a {
    height: auto;
  }
}
/* line 397, ../../src/sass/modules/_header.scss */
header nav.top-menu .menu > li > .sub-menu > li > .sub-menu {
  background: #282828;
  display: none;
  height: auto;
  margin-left: 240px;
  margin-top: -40px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 0;
  position: absolute;
  top: auto;
}
@media screen and (max-width: 930px) {
  /* line 397, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > .sub-menu > li > .sub-menu {
    display: none;
    position: relative;
    margin-left: 0;
    margin-top: 0;
    padding-left: 20px;
  }
  /* line 416, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li > .sub-menu > li > .sub-menu.open {
    display: block;
  }
}
@media screen and (min-width: 930px) {
  /* line 427, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li:hover {
    background: #C0181C;
  }
}
@media screen and (min-width: 930px) and (max-width: 930px) {
  /* line 427, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li:hover {
    background: #282828;
  }
}
@media screen and (min-width: 930px) {
  /* line 434, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li:hover > .sub-menu {
    display: block;
  }
  /* line 440, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li:hover > .sub-menu > li:hover > a {
    color: #C0181C;
  }
  /* line 444, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li:hover > .sub-menu > li:hover > .sub-menu {
    display: block;
  }
  /* line 448, ../../src/sass/modules/_header.scss */
  header nav.top-menu .menu > li:hover > .sub-menu > li:hover > .sub-menu a:hover {
    color: #C0181C;
  }
}
/* line 462, ../../src/sass/modules/_header.scss */
header.fixed {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
}

/* line 473, ../../src/sass/modules/_header.scss */
.hamburger {
  display: none;
  height: 40px;
  width: 22px;
}
@media screen and (max-width: 930px) {
  /* line 473, ../../src/sass/modules/_header.scss */
  .hamburger {
    display: block;
  }
}
/* line 482, ../../src/sass/modules/_header.scss */
.hamburger a {
  display: block;
  height: 34px;
  padding: 8px 20px;
  width: 22px;
}
/* line 488, ../../src/sass/modules/_header.scss */
.hamburger a img {
  display: block;
  width: 100%;
}

/* line 563, ../../src/sass/modules/_header.scss */
.back-button {
  background: #C0181C;
  display: none;
  color: #fff;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 40px;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
  line-height: 40px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 930px) {
  /* line 563, ../../src/sass/modules/_header.scss */
  .back-button {
    display: none !important;
  }
}
/* line 582, ../../src/sass/modules/_header.scss */
.back-button.second, .back-button.third {
  display: block;
}

/* line 15, ../../src/sass/modules/_search.scss */
div.search {
  background-color: #1b1b1b;
  height: 0;
  padding-top: 0;
  overflow-y: hidden;
}
/* line 21, ../../src/sass/modules/_search.scss */
div.search.active {
  height: 100px;
}
/* line 25, ../../src/sass/modules/_search.scss */
div.search .input-search {
  background-color: #1b1b1b;
  border: 1px solid #424242;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  float: left;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: 100;
  height: 50px;
  margin-top: 24px;
  outline: none;
  padding-left: 15px;
  width: 750px;
}
@media screen and (max-width: 930px) {
  /* line 25, ../../src/sass/modules/_search.scss */
  div.search .input-search {
    margin-left: 13px;
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  /* line 25, ../../src/sass/modules/_search.scss */
  div.search .input-search {
    font-size: 14px;
    height: 36px;
    margin-top: 12px;
    width: 180px;
  }
}
/* line 53, ../../src/sass/modules/_search.scss */
div.search .input-search:focus {
  border: 1px solid #C0181C;
}
/* line 58, ../../src/sass/modules/_search.scss */
div.search .button.search-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #C0181C;
  border: 0;
  float: right;
  height: 50px;
  margin-top: 24px;
  outline: none;
  width: 150px !important;
}
@media screen and (max-width: 930px) {
  /* line 58, ../../src/sass/modules/_search.scss */
  div.search .button.search-button {
    margin-right: 16px;
    width: 15% !important;
  }
}
@media screen and (max-width: 500px) {
  /* line 58, ../../src/sass/modules/_search.scss */
  div.search .button.search-button {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-top: 12px;
    width: 100px !important;
  }
}
/* line 83, ../../src/sass/modules/_search.scss */
div.search .button.search-button:hover {
  background: #c9191d;
}
/* line 87, ../../src/sass/modules/_search.scss */
div.search .button.search-button:active {
  background: #e4272c;
}

@media screen and (max-width: 930px) {
  /* line 116, ../../src/sass/modules/_search.scss */
  .search-result-listing .wrapper {
    padding: 60px 20px;
  }
}
/* line 122, ../../src/sass/modules/_search.scss */
.search-result-listing .item {
  border-bottom: 1px solid #d2d2d2;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  padding: 20px 0;
}
/* line 128, ../../src/sass/modules/_search.scss */
.search-result-listing .item a {
  text-decoration: none !important;
}
/* line 132, ../../src/sass/modules/_search.scss */
.search-result-listing .item:hover {
  background: #f9f9f9;
  background-image: url("./images/icons/circle-arrow-red-right.svg");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 98% 35px;
}
/* line 140, ../../src/sass/modules/_search.scss */
.search-result-listing .item:last-of-type {
  border-bottom: 0;
}
/* line 144, ../../src/sass/modules/_search.scss */
.search-result-listing .item .description {
  padding: 10px;
}
/* line 148, ../../src/sass/modules/_search.scss */
.search-result-listing .item .description h2 {
  color: #C0181C;
  font-size: 25px;
  margin-bottom: .6em;
  margin-top: 0;
}
/* line 155, ../../src/sass/modules/_search.scss */
.search-result-listing .item .description .description-date {
  color: #282828;
  margin-bottom: 1em;
}
/* line 160, ../../src/sass/modules/_search.scss */
.search-result-listing .item .description p {
  color: #282828;
  line-height: 1.2;
}
/* line 163, ../../src/sass/modules/_search.scss */
.search-result-listing .item .description p.url {
  margin-top: 1em;
  font-style: italic;
  color: #424242;
}

/* line 17, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider {
  background-color: #282828;
  height: 700px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  /* line 17, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider {
    height: 400px;
  }
  /* line 25, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .resp-hide {
    display: none;
  }
}
/* line 31, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slick-next,
.homepage-hero .slider .slick-prev {
  background: none;
  border: 0;
  height: 43px;
  margin-top: -22px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 50%;
  width: 43px;
}
@media screen and (max-width: 500px) {
  /* line 31, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .slick-next,
  .homepage-hero .slider .slick-prev {
    height: 30px;
    top: 33%;
    width: 30px;
  }
}
/* line 51, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slick-next {
  background-image: url("images/icons/circle-arrow-right.svg");
  right: 100px;
}
@media screen and (max-width: 720px) {
  /* line 51, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .slick-next {
    right: 50px;
  }
}
@media screen and (max-width: 500px) {
  /* line 51, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .slick-next {
    right: 30px;
  }
}
/* line 64, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slick-prev {
  background-image: url("images/icons/circle-arrow-left.svg");
  left: 100px;
}
@media screen and (max-width: 720px) {
  /* line 64, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .slick-prev {
    left: 50px;
  }
}
@media screen and (max-width: 500px) {
  /* line 64, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .slick-prev {
    left: 30px;
  }
}
/* line 78, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slick-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}
/* line 86, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slick-dots li {
  margin: 0 4px;
  display: inline-block;
  opacity: .5;
}
/* line 91, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slick-dots li.slick-active {
  opacity: 1;
}
/* line 95, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slick-dots li button {
  width: 9px;
  border: 0;
  border-radius: 16px;
  height: 9px;
  background: #fff;
  display: block;
  outline: none;
  overflow: hidden;
  text-indent: -999px;
  padding: 0;
}
/* line 111, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slide {
  background-position: center;
  background-size: cover;
  display: block;
  height: 700px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 500px) {
  /* line 111, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .slide {
    height: 400px;
  }
}
/* line 123, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slide .content {
  color: #fff;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  height: 400px;
  left: 50%;
  margin-left: -250px;
  margin-top: -200px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 500px;
}
@media screen and (max-width: 500px) {
  /* line 123, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .slide .content {
    height: 200px;
    margin-top: -100px;
  }
}
/* line 141, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slide .content .logo {
  height: 71px;
  margin: auto;
  overflow: hidden;
  width: 62px;
}
@media screen and (max-width: 500px) {
  /* line 141, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .slide .content .logo {
    width: 44px;
  }
}
/* line 151, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slide .content .logo img {
  display: block;
  height: 71px;
}
@media screen and (max-width: 500px) {
  /* line 151, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .slide .content .logo img {
    height: 50px;
  }
}
/* line 161, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slide .content h1 {
  font-size: 70px;
  line-height: .9em;
  margin-bottom: .5em;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  /* line 161, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .slide .content h1 {
    font-size: 26px;
    margin-top: 0;
  }
}
/* line 173, ../../src/sass/modules/_homepage-hero.scss */
.homepage-hero .slider .slide .content p {
  font-size: 16px;
  line-height: 1.4;
  margin: auto;
  max-width: 350px;
}
@media screen and (max-width: 500px) {
  /* line 173, ../../src/sass/modules/_homepage-hero.scss */
  .homepage-hero .slider .slide .content p {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 40px;
    width: 100%;
  }
}

/* line 14, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid {
  padding: 50px 0;
  background-color: #f6f4f2;
}
@media screen and (max-width: 610px) {
  /* line 14, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid {
    padding: 50px 20px;
  }
}
/* line 23, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .homepage-text {
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  padding-bottom: 30px;
  text-align: center;
}
/* line 29, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .homepage-text h2 {
  color: #C0181C;
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: bold;
}
/* line 36, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .homepage-text p {
  font-size: 18px;
  line-height: 1.2;
  padding: 0 60px;
}
@media screen and (max-width: 610px) {
  /* line 36, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .homepage-text p {
    font-size: 19px;
    line-height: 1.4;
    padding: 0 10px;
  }
}
/* line 50, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid {
  margin: auto;
  padding-top: 20px;
}
/* line 55, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .col {
  float: left;
}
@media screen and (max-width: 930px) {
  /* line 55, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .col {
    float: none;
    margin: auto !important;
  }
}
@media screen and (max-width: 610px) {
  /* line 55, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .col {
    width: 100%;
  }
}
/* line 67, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .col .item {
  background: #282828;
}
/* line 73, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .large {
  width: 610px;
}
@media screen and (max-width: 610px) {
  /* line 73, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .large {
    width: 100%;
  }
}
/* line 80, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .large .item {
  position: relative;
}
/* line 85, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .large .item.video .video-container {
  opacity: .9;
}
@media screen and (max-width: 610px) {
  /* line 85, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .large .item.video .video-container {
    opacity: .7;
  }
}
/* line 93, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .large .item.video .video-container img {
  display: block;
  width: 100%;
}
/* line 99, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .large .item.video .play-container {
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
  opacity: .5;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 610px) {
  /* line 99, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .large .item.video .play-container {
    margin-left: -30px;
    margin-top: -30px;
  }
}
/* line 112, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .large .item.video .play-container:hover {
  opacity: 1;
}
/* line 116, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .large .item.video .play-container a {
  text-decoration: none;
}
/* line 120, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .large .item.video .play-container .icon {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("images/icons/play-icon.svg");
  background-position: 40px 28px;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 110px;
  height: 110px;
  width: 110px;
}
@media screen and (max-width: 610px) {
  /* line 120, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .large .item.video .play-container .icon {
    background-position: 24px 19px;
    background-size: 30%;
    height: 60px;
    width: 60px;
  }
}
/* line 138, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .large .item.video .play-container .label {
  color: #fff;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 0.09em;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 610px) {
  /* line 138, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .large .item.video .play-container .label {
    font-size: 12px;
    margin-left: -5px;
  }
}
/* line 158, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .small {
  margin-left: 30px;
  width: 290px;
}
@media screen and (max-width: 930px) {
  /* line 158, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .small {
    margin-top: 20px !important;
    width: 610px;
  }
}
@media screen and (max-width: 610px) {
  /* line 158, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .small {
    width: 100%;
  }
}
/* line 171, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .small .item {
  height: 193px;
  margin-bottom: 20px;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
}
/* line 180, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .small .item:hover h3 {
  font-size: 28px;
  color: #C0181C;
  margin-bottom: .5em !important;
}
/* line 186, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .small .item:hover .content {
  top: 0;
}
@media screen and (max-width: 930px) {
  /* line 171, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .small .item {
    float: left;
    width: 295px;
  }
  /* line 195, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .small .item:last-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 610px) {
  /* line 171, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .small .item {
    float: none;
    width: 100%;
  }
  /* line 204, ../../src/sass/modules/_homepage-text.scss */
  .homepage-grid .grid .small .item:last-child {
    margin-left: 0;
  }
}
/* line 209, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .small .item .content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: 100;
  height: 100%;
  padding: 15px;
  position: relative;
  top: 146px;
}
/* line 221, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .small .item .content a {
  color: #fff;
  text-decoration: none;
}
/* line 226, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .small .item .content h3 {
  margin-bottom: 1em;
}
/* line 230, ../../src/sass/modules/_homepage-text.scss */
.homepage-grid .grid .small .item .content p {
  font-size: 15px;
  line-height: 1.2;
}

/* line 9, ../../src/sass/modules/_landing-page-hero.scss */
.landing-page-hero {
  background-position: center;
  background-size: cover;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  height: 553px;
  position: relative;
}
@media screen and (max-width: 480px) {
  /* line 9, ../../src/sass/modules/_landing-page-hero.scss */
  .landing-page-hero {
    height: 400px;
  }
}
/* line 21, ../../src/sass/modules/_landing-page-hero.scss */
.landing-page-hero .content {
  color: #fff;
  height: 300px;
  left: 50%;
  margin-left: -225px;
  margin-top: -150px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 450px;
}
@media screen and (max-width: 480px) {
  /* line 21, ../../src/sass/modules/_landing-page-hero.scss */
  .landing-page-hero .content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    left: 0;
    margin-left: 0;
    margin-top: -100px;
    padding: 20px;
    width: 100%;
  }
}
/* line 42, ../../src/sass/modules/_landing-page-hero.scss */
.landing-page-hero .content h1 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: .2em;
}
@media screen and (max-width: 480px) {
  /* line 42, ../../src/sass/modules/_landing-page-hero.scss */
  .landing-page-hero .content h1 {
    font-size: 28px;
    margin-bottom: .5em;
  }
}
/* line 53, ../../src/sass/modules/_landing-page-hero.scss */
.landing-page-hero .content p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  /* line 53, ../../src/sass/modules/_landing-page-hero.scss */
  .landing-page-hero .content p {
    font-size: 14px;
    padding: 0 40px;
  }
}
/* line 65, ../../src/sass/modules/_landing-page-hero.scss */
.landing-page-hero .content .button {
  margin: auto;
  text-align: left;
  width: 263px;
}
@media screen and (max-width: 480px) {
  /* line 65, ../../src/sass/modules/_landing-page-hero.scss */
  .landing-page-hero .content .button {
    width: 100%;
  }
}

/* line 9, ../../src/sass/modules/_hero-copy.scss */
.hero-copy {
  background: #eceae8;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  text-align: center;
  padding-top: 10px;
}
/* line 16, ../../src/sass/modules/_hero-copy.scss */
.hero-copy .wrapper {
  padding: 60px 0;
}
@media screen and (max-width: 930px) {
  /* line 16, ../../src/sass/modules/_hero-copy.scss */
  .hero-copy .wrapper {
    padding: 60px 20px;
  }
}
/* line 24, ../../src/sass/modules/_hero-copy.scss */
.hero-copy h2 {
  color: #C0181C;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 31, ../../src/sass/modules/_hero-copy.scss */
.hero-copy p {
  font-size: 18px;
  line-height: 1.2;
  color: #505050;
}
@media screen and (max-width: 930px) {
  /* line 31, ../../src/sass/modules/_hero-copy.scss */
  .hero-copy p {
    line-height: 1.4;
  }
}
/* line 40, ../../src/sass/modules/_hero-copy.scss */
.hero-copy p a {
  color: #C0181C;
  text-decoration: none;
}
/* line 44, ../../src/sass/modules/_hero-copy.scss */
.hero-copy p a:hover {
  text-decoration: underline;
}

/* line 22, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .wrapper {
  padding: 30px 0 60px;
  zoom: 1;
}
/* line 26, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .wrapper:before, .grid-9-9 .wrapper:after {
  content: "";
  display: table;
}
/* line 32, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .wrapper:after {
  clear: both;
}
/* line 37, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item {
  float: left;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  margin-bottom: 30px;
  padding: 15px;
  width: 200px;
}
/* line 45, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item a {
  display: block;
  width: 100%;
  text-decoration: none;
}
/* line 51, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item .read-more {
  color: #C0181C !important;
  text-decoration: none !important;
}
/* line 55, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item .read-more:hover {
  text-decoration: underline !important;
}
/* line 60, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item .download {
  margin-top: 10px;
}
/* line 65, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item .job-title,
.grid-9-9 .item .qualifications {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #505050;
}
/* line 73, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item .qualifications {
  margin-bottom: 1em;
}
@media screen and (max-width: 930px) {
  /* line 37, ../../src/sass/modules/_grid-9x9.scss */
  .grid-9-9 .item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
/* line 83, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item:hover {
  background: #eceae8;
}
/* line 87, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item .image {
  width: 100%;
  height: auto;
  background-size: cover;
}
@media screen and (max-width: 930px) {
  /* line 87, ../../src/sass/modules/_grid-9x9.scss */
  .grid-9-9 .item .image {
    float: left;
    margin-right: 20px;
    width: 280px;
  }
}
@media screen and (max-width: 550px) {
  /* line 87, ../../src/sass/modules/_grid-9x9.scss */
  .grid-9-9 .item .image {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
/* line 105, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item .image img {
  width: 100%;
}
/* line 110, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item h3 {
  color: #C0181C;
  font-size: 25px;
  margin: 1em auto .5em;
}
/* line 116, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9 .item p {
  color: #505050;
  font-size: 17px;
  line-height: 1.4;
}
/* line 125, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9.gallery .item {
  height: auto;
  margin-bottom: 0;
}
/* line 129, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9.gallery .item .image {
  position: relative;
}
/* line 132, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9.gallery .item .image img {
  position: relative;
}
/* line 136, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9.gallery .item .image .caption {
  background: rgba(0, 0, 0, 0.8);
  bottom: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}
/* line 149, ../../src/sass/modules/_grid-9x9.scss */
.grid-9-9.gallery .item .image:hover .caption {
  opacity: 1;
}
@media screen and (max-width: 930px) {
  /* line 157, ../../src/sass/modules/_grid-9x9.scss */
  .grid-9-9.gallery .item {
    width: 33.33%;
  }
  /* line 160, ../../src/sass/modules/_grid-9x9.scss */
  .grid-9-9.gallery .item .image {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  /* line 167, ../../src/sass/modules/_grid-9x9.scss */
  .grid-9-9.gallery .item {
    width: 100%;
  }
}

/* line 15, ../../src/sass/modules/_page-bottom-cta.scss */
.page-bottom-cta {
  background: #eceae8;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  padding: 15px;
}
/* line 21, ../../src/sass/modules/_page-bottom-cta.scss */
.page-bottom-cta .wrapper {
  padding: 30px 0;
}
@media screen and (max-width: 930px) {
  /* line 21, ../../src/sass/modules/_page-bottom-cta.scss */
  .page-bottom-cta .wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 760px) {
  /* line 21, ../../src/sass/modules/_page-bottom-cta.scss */
  .page-bottom-cta .wrapper {
    padding: 0;
  }
}
/* line 33, ../../src/sass/modules/_page-bottom-cta.scss */
.page-bottom-cta .button {
  text-align: left;
  width: 275px;
}
@media screen and (max-width: 760px) {
  /* line 33, ../../src/sass/modules/_page-bottom-cta.scss */
  .page-bottom-cta .button {
    width: 100%;
  }
}
/* line 42, ../../src/sass/modules/_page-bottom-cta.scss */
.page-bottom-cta .video {
  position: relative;
  height: 250px;
  width: 100%;
}
/* line 47, ../../src/sass/modules/_page-bottom-cta.scss */
.page-bottom-cta .video a {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
}
/* line 53, ../../src/sass/modules/_page-bottom-cta.scss */
.page-bottom-cta .video a div {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 63, ../../src/sass/modules/_page-bottom-cta.scss */
.page-bottom-cta .left {
  width: 420px;
}
@media screen and (max-width: 930px) {
  /* line 63, ../../src/sass/modules/_page-bottom-cta.scss */
  .page-bottom-cta .left {
    width: 350px;
  }
}
@media screen and (max-width: 760px) {
  /* line 63, ../../src/sass/modules/_page-bottom-cta.scss */
  .page-bottom-cta .left {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
}
/* line 77, ../../src/sass/modules/_page-bottom-cta.scss */
.page-bottom-cta .left h2 {
  color: #C0181C;
  font-size: 34px;
  margin-bottom: .8em;
}
/* line 83, ../../src/sass/modules/_page-bottom-cta.scss */
.page-bottom-cta .left p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 2em;
  color: #505050;
}
/* line 93, ../../src/sass/modules/_page-bottom-cta.scss */
.page-bottom-cta .right {
  width: 430px;
}
@media screen and (max-width: 930px) {
  /* line 93, ../../src/sass/modules/_page-bottom-cta.scss */
  .page-bottom-cta .right {
    width: 350px;
  }
}
@media screen and (max-width: 760px) {
  /* line 93, ../../src/sass/modules/_page-bottom-cta.scss */
  .page-bottom-cta .right {
    float: none;
    width: 100%;
  }
}
/* line 106, ../../src/sass/modules/_page-bottom-cta.scss */
.page-bottom-cta .right .video img {
  display: block;
  width: 100%;
}

/* line 9, ../../src/sass/modules/_full-page-hero.scss */
.full-page-hero {
  background-position: center;
  background-size: cover;
  height: 500px;
}
@media screen and (max-width: 480px) {
  /* line 9, ../../src/sass/modules/_full-page-hero.scss */
  .full-page-hero {
    height: 220px;
  }
}

/* line 15, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 {
  background: #eceae8;
}
/* line 18, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3.light {
  background: #fff;
}
/* line 22, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper {
  padding: 60px 0;
  zoom: 1;
}
/* line 26, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper:before, .grid-3-3 .wrapper:after {
  content: "";
  display: table;
}
/* line 32, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper:after {
  clear: both;
}
/* line 36, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper h2 {
  color: #C0181C;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 34px;
  font-weight: 100;
  margin-bottom: 1em;
  text-align: center;
}
/* line 45, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper .item {
  float: left;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  padding: 15px;
  width: 280px;
}
/* line 52, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper .item:hover {
  background-color: #FFFFFF;
}
/* line 56, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper .item a {
  text-decoration: none !important;
}
/* line 60, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper .item .read-more {
  color: #C0181C;
  display: block;
  margin-top: 1em;
}
/* line 66, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper .item .download {
  margin-top: 18px;
}
@media screen and (max-width: 930px) {
  /* line 45, ../../src/sass/modules/_explore-grid-3x3.scss */
  .grid-3-3 .wrapper .item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
/* line 75, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper .item .image {
  width: 100%;
}
@media screen and (max-width: 930px) {
  /* line 75, ../../src/sass/modules/_explore-grid-3x3.scss */
  .grid-3-3 .wrapper .item .image {
    float: left;
    margin-right: 20px;
    width: 280px;
  }
}
@media screen and (max-width: 550px) {
  /* line 75, ../../src/sass/modules/_explore-grid-3x3.scss */
  .grid-3-3 .wrapper .item .image {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
/* line 90, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper .item .image img {
  width: 100%;
}
/* line 95, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper .item .date {
  margin: .5em 0;
}
/* line 99, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper .item h3 {
  color: #C0181C;
  font-size: 25px;
  margin: .5em auto .5em;
}
/* line 104, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper .item h3 a {
  color: #C0181C;
}
/* line 109, ../../src/sass/modules/_explore-grid-3x3.scss */
.grid-3-3 .wrapper .item p {
  color: #505050;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 100;
}

/* line 31, ../../src/sass/modules/_page-content.scss */
.page-content .wrapper {
  padding: 60px 0;
}
/* line 34, ../../src/sass/modules/_page-content.scss */
.page-content .wrapper.main-content {
  padding: 80px 0px;
}
/* line 38, ../../src/sass/modules/_page-content.scss */
.page-content .wrapper.main-content .left {
  padding-bottom: 60px;
}
/* line 45, ../../src/sass/modules/_page-content.scss */
.page-content .wrapper.main-content .left ul li:before {
  content: "\2022";
}
/* line 53, ../../src/sass/modules/_page-content.scss */
.page-content .wrapper.website-accessibility {
  padding: 120px 0px;
}
@media screen and (max-width: 930px) {
  /* line 31, ../../src/sass/modules/_page-content.scss */
  .page-content .wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 20px;
  }
}
/* line 65, ../../src/sass/modules/_page-content.scss */
.page-content .left h1 {
  font-size: 70px;
}
/* line 69, ../../src/sass/modules/_page-content.scss */
.page-content .left h2 {
  color: #C0181C;
  font-size: 34px !important;
  font-weight: 100;
  margin-bottom: 10px;
}
/* line 76, ../../src/sass/modules/_page-content.scss */
.page-content .left h3 {
  color: #C0181C;
  font-size: 29px !important;
  font-weight: bold;
  margin-bottom: 21px;
}
/* line 83, ../../src/sass/modules/_page-content.scss */
.page-content .left h4 {
  color: #C0181C;
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: 20px;
}
/* line 90, ../../src/sass/modules/_page-content.scss */
.page-content .left h5 {
  color: #C0181C;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 5px;
}
/* line 97, ../../src/sass/modules/_page-content.scss */
.page-content .left h6 {
  color: #C0181C;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 104, ../../src/sass/modules/_page-content.scss */
.page-content .left a {
  color: #C0181C;
  text-decoration: none;
}
/* line 108, ../../src/sass/modules/_page-content.scss */
.page-content .left a:hover {
  text-decoration: underline;
}
/* line 112, ../../src/sass/modules/_page-content.scss */
.page-content .left a img.alignnone {
  width: 100%;
  height: auto;
}
/* line 122, ../../src/sass/modules/_page-content.scss */
.page-content .left .history-repeater {
  max-width: 100%;
  height: auto;
}
/* line 127, ../../src/sass/modules/_page-content.scss */
.page-content .left ul {
  margin-bottom: 20px;
}
/* line 131, ../../src/sass/modules/_page-content.scss */
.page-content .left ul > li {
  list-style: none;
  line-height: 1.4;
  margin-left: 18px;
}
/* line 136, ../../src/sass/modules/_page-content.scss */
.page-content .left ul > li:before {
  content: "\2022";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -18px;
  top: -4px;
  color: #C0181C;
  font-size: 24px;
}
/* line 153, ../../src/sass/modules/_page-content.scss */
.page-content .inline-page-header {
  padding-bottom: 30px;
}
/* line 156, ../../src/sass/modules/_page-content.scss */
.page-content .inline-page-header h1 {
  color: #C0181C;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: .6em;
  margin-top: .6em;
}
/* line 165, ../../src/sass/modules/_page-content.scss */
.page-content .inline-page-header h1.listing-title {
  margin-top: .5em;
  margin-bottom: 0px;
}
/* line 170, ../../src/sass/modules/_page-content.scss */
.page-content .inline-page-header .image {
  padding-top: 20px;
  display: block;
  width: 100%;
}
/* line 177, ../../src/sass/modules/_page-content.scss */
.page-content .left {
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  width: 531px;
}
@media screen and (max-width: 860px) {
  /* line 177, ../../src/sass/modules/_page-content.scss */
  .page-content .left {
    width: 100%;
  }
}
/* line 186, ../../src/sass/modules/_page-content.scss */
.page-content .left h1 {
  color: #C0181C;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: .6em;
}
/* line 194, ../../src/sass/modules/_page-content.scss */
.page-content .left h2 {
  font-size: 22px;
  margin-bottom: .5em;
}
/* line 199, ../../src/sass/modules/_page-content.scss */
.page-content .left em {
  font-style: italic;
}
/* line 203, ../../src/sass/modules/_page-content.scss */
.page-content .left strong {
  font-weight: 400;
}
/* line 207, ../../src/sass/modules/_page-content.scss */
.page-content .left p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 1em;
}
/* line 213, ../../src/sass/modules/_page-content.scss */
.page-content .left p:first-of-type {
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  font-size: 24px;
  margin-bottom: 30px;
  padding: 20px 0;
}
@media screen and (max-width: 860px) {
  /* line 223, ../../src/sass/modules/_page-content.scss */
  .page-content .right {
    float: none;
  }
}

/* line 233, ../../src/sass/modules/_page-content.scss */
.person .person-header {
  padding-bottom: 40px;
  padding-top: 30px;
}
/* line 238, ../../src/sass/modules/_page-content.scss */
.person .person-header .image {
  border-radius: 180px;
  height: 180px;
  overflow: hidden;
  width: 180px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 570px) {
  /* line 238, ../../src/sass/modules/_page-content.scss */
  .person .person-header .image {
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 510px) {
  /* line 238, ../../src/sass/modules/_page-content.scss */
  .person .person-header .image {
    height: 64px;
    width: 64px;
  }
}
/* line 256, ../../src/sass/modules/_page-content.scss */
.person .person-header .image img {
  width: 100%;
  height: 180px;
}
/* line 263, ../../src/sass/modules/_page-content.scss */
.person .person-header .person-details {
  font-size: 18px;
  line-height: 1.2;
  margin-left: 20px;
  width: 330px;
}
@media screen and (max-width: 510px) {
  /* line 263, ../../src/sass/modules/_page-content.scss */
  .person .person-header .person-details {
    width: 230px;
  }
}
/* line 273, ../../src/sass/modules/_page-content.scss */
.person .person-header .person-details h2 {
  color: #C0181C;
  font-size: 36px;
  font-weight: 100;
  margin-bottom: .5em;
  margin-top: .7em;
}
@media screen and (max-width: 570px) {
  /* line 273, ../../src/sass/modules/_page-content.scss */
  .person .person-header .person-details h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 510px) {
  /* line 273, ../../src/sass/modules/_page-content.scss */
  .person .person-header .person-details h2 {
    font-size: 22px;
    margin-top: -0.05em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 510px) {
  /* line 291, ../../src/sass/modules/_page-content.scss */
  .person .person-header .person-details div {
    font-size: 13px;
    display: inline-block;
  }
}

/* line 303, ../../src/sass/modules/_page-content.scss */
.faq h2 {
  color: #424242;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
}

/* line 311, ../../src/sass/modules/_page-content.scss */
.accordion {
  border-bottom: 1px solid #d2d2d2;
}
/* line 314, ../../src/sass/modules/_page-content.scss */
.accordion li {
  border-top: 1px solid #d2d2d2;
  padding: 10px 0;
  margin-left: 0 !important;
}
/* line 319, ../../src/sass/modules/_page-content.scss */
.accordion li:before {
  content: "" !important;
}
/* line 324, ../../src/sass/modules/_page-content.scss */
.accordion li > a {
  color: #C0181C;
  display: block;
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 5px;
  text-decoration: none;
}
/* line 333, ../../src/sass/modules/_page-content.scss */
.accordion p {
  border: 0 !important;
  font-size: 17px !important;
  line-height: 1.4;
  margin-bottom: 1em !important;
  padding: 0 !important;
  padding-top: 10px !important;
}
/* line 341, ../../src/sass/modules/_page-content.scss */
.accordion p a {
  color: #C0181C;
  text-decoration: none;
}
/* line 345, ../../src/sass/modules/_page-content.scss */
.accordion p a:hover {
  text-decoration: underline;
}
/* line 351, ../../src/sass/modules/_page-content.scss */
.accordion .content {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 1000ms ease;
}
/* line 356, ../../src/sass/modules/_page-content.scss */
.accordion .content.active {
  max-height: 800px;
}

/* line 363, ../../src/sass/modules/_page-content.scss */
.sidebar {
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  width: 289px;
}
@media screen and (max-width: 860px) {
  /* line 363, ../../src/sass/modules/_page-content.scss */
  .sidebar {
    display: none;
  }
}
/* line 372, ../../src/sass/modules/_page-content.scss */
.sidebar .title {
  border-bottom: 1px solid #d2d2d2;
  color: #C0181C;
  font-weight: bold;
  margin-top: 40px;
  padding: 12px 14px;
}
/* line 380, ../../src/sass/modules/_page-content.scss */
.sidebar a {
  color: #505050;
  text-decoration: none;
}
/* line 385, ../../src/sass/modules/_page-content.scss */
.sidebar a:hover {
  color: #C0181C;
}
/* line 390, ../../src/sass/modules/_page-content.scss */
.sidebar .page_item .children {
  display: none;
}
/* line 394, ../../src/sass/modules/_page-content.scss */
.sidebar .current_page_parent > ul {
  display: block !important;
}
/* line 398, ../../src/sass/modules/_page-content.scss */
.sidebar .current_page_item > ul {
  display: block !important;
}
/* line 402, ../../src/sass/modules/_page-content.scss */
.sidebar li {
  border-bottom: 1px solid #d2d2d2;
}
/* line 404, ../../src/sass/modules/_page-content.scss */
.sidebar li.current_page_item > a {
  background: #eceae8;
}
/* line 408, ../../src/sass/modules/_page-content.scss */
.sidebar li.page_item_has_children.current_page_item > a {
  background-image: url("images/icons/arrow-down-red.svg");
  background-position: 260px 18px;
  background-repeat: no-repeat;
  background-size: 5%;
}
/* line 415, ../../src/sass/modules/_page-content.scss */
.sidebar li.current_page_parent > a {
  background-image: url("images/icons/arrow-down-red.svg");
  background-position: 260px 18px;
  background-repeat: no-repeat;
  background-size: 5%;
  color: #C0181C;
}
/* line 423, ../../src/sass/modules/_page-content.scss */
.sidebar li a {
  display: block;
  padding: 14px;
}
/* line 428, ../../src/sass/modules/_page-content.scss */
.sidebar li > ul {
  border-top: 1px solid #d2d2d2;
}
/* line 432, ../../src/sass/modules/_page-content.scss */
.sidebar li > ul li a {
  padding-left: 40px;
}
/* line 436, ../../src/sass/modules/_page-content.scss */
.sidebar li > ul li:last-of-type {
  border-bottom: 0;
}

/* line 443, ../../src/sass/modules/_page-content.scss */
.social-sidebar {
  padding-bottom: 60px;
  padding-top: 14px;
}
/* line 447, ../../src/sass/modules/_page-content.scss */
.social-sidebar .title {
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  padding: 14px;
}
@media screen and (max-width: 510px) {
  /* line 447, ../../src/sass/modules/_page-content.scss */
  .social-sidebar .title {
    opacity: 0;
    margin-top: 10px;
  }
}
/* line 458, ../../src/sass/modules/_page-content.scss */
.social-sidebar .icons {
  margin-left: 12px;
}
@media screen and (max-width: 860px) {
  /* line 458, ../../src/sass/modules/_page-content.scss */
  .social-sidebar .icons {
    margin-left: 0;
  }
}
@media screen and (max-width: 510px) {
  /* line 458, ../../src/sass/modules/_page-content.scss */
  .social-sidebar .icons {
    text-align: center;
  }
}
/* line 469, ../../src/sass/modules/_page-content.scss */
.social-sidebar .icons li {
  border-radius: 32px;
  display: inline-block;
  height: 32px;
  margin: 2px;
  overflow: hidden;
  width: 32px;
}
@media screen and (max-width: 510px) {
  /* line 469, ../../src/sass/modules/_page-content.scss */
  .social-sidebar .icons li {
    width: 70px;
    height: 70px;
    margin: 2px auto;
  }
}

/* line 487, ../../src/sass/modules/_page-content.scss */
.related-content {
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
}
/* line 492, ../../src/sass/modules/_page-content.scss */
.related-content h2 {
  color: #C0181C;
  font-size: 22px;
  margin: .8em auto;
}
/* line 498, ../../src/sass/modules/_page-content.scss */
.related-content .content-date {
  margin-top: 1em;
}
/* line 502, ../../src/sass/modules/_page-content.scss */
.related-content p {
  line-height: 1.4;
}
/* line 506, ../../src/sass/modules/_page-content.scss */
.related-content .read-more {
  color: #C0181C;
  display: block;
  margin-top: 1em;
}
/* line 511, ../../src/sass/modules/_page-content.scss */
.related-content .read-more:hover {
  text-decoration: underline;
}
/* line 520, ../../src/sass/modules/_page-content.scss */
.related-content.event .date-container {
  width: 290px;
}
/* line 523, ../../src/sass/modules/_page-content.scss */
.related-content.event .date-container .event-tile {
  background-color: #f6f4f2;
  border-radius: 8px;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
  width: 160px;
}
/* line 531, ../../src/sass/modules/_page-content.scss */
.related-content.event .date-container .event-tile .event-month {
  background-color: #282828;
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
}
/* line 538, ../../src/sass/modules/_page-content.scss */
.related-content.event .date-container .event-tile .event-day {
  color: #C0181C;
  font-size: 80px;
  padding: 20px 0;
}

/* line 553, ../../src/sass/modules/_page-content.scss */
.people-sidebar .contact-details li {
  background-position: 12px 14px;
  background-repeat: no-repeat;
  background-size: 6%;
  padding-left: 26px;
}
/* line 559, ../../src/sass/modules/_page-content.scss */
.people-sidebar .contact-details li.email {
  background-image: url("src/html/images/icons/contact-email.svg");
}
/* line 563, ../../src/sass/modules/_page-content.scss */
.people-sidebar .contact-details li.phone {
  background-image: url("src/html/images/icons/contact-phone.svg");
}
/* line 567, ../../src/sass/modules/_page-content.scss */
.people-sidebar .contact-details li.location {
  background-image: url("src/html/images/icons/contact-location.svg");
}
/* line 575, ../../src/sass/modules/_page-content.scss */
.people-sidebar .related-people a {
  margin: 0;
  padding: 0;
}
/* line 580, ../../src/sass/modules/_page-content.scss */
.people-sidebar .related-people .image {
  border-radius: 48px;
  height: 48px;
  overflow: hidden;
  width: 48px;
}
/* line 586, ../../src/sass/modules/_page-content.scss */
.people-sidebar .related-people .image img {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 593, ../../src/sass/modules/_page-content.scss */
.people-sidebar .related-people li {
  padding: 10px 0 10px 10px;
}
/* line 596, ../../src/sass/modules/_page-content.scss */
.people-sidebar .related-people li:hover {
  background: #f4f4f4;
}
/* line 601, ../../src/sass/modules/_page-content.scss */
.people-sidebar .related-people .details {
  line-height: 1.2;
  margin-left: 10px;
  padding-top: 5px;
  width: 220px;
}
/* line 607, ../../src/sass/modules/_page-content.scss */
.people-sidebar .related-people .details .name {
  color: #C0181C;
  font-weight: bold;
}
/* line 612, ../../src/sass/modules/_page-content.scss */
.people-sidebar .related-people .details .occupation {
  color: #282828;
}

/* line 621, ../../src/sass/modules/_page-content.scss */
.external-links li {
  margin-left: 0 !important;
}
/* line 624, ../../src/sass/modules/_page-content.scss */
.external-links li:before {
  content: "" !important;
}

/* line 630, ../../src/sass/modules/_page-content.scss */
.blog .inline-page-header {
  padding-bottom: 10px;
}

/* line 634, ../../src/sass/modules/_page-content.scss */
.page-template-template-gallery .inline-page-header {
  padding-bottom: 0px;
}
/* line 637, ../../src/sass/modules/_page-content.scss */
.page-template-template-gallery .inline-page-header h1 {
  margin-bottom: 0px;
}

/* line 643, ../../src/sass/modules/_page-content.scss */
ol {
  margin-left: 20px;
  line-height: 1.4;
}
/* line 648, ../../src/sass/modules/_page-content.scss */
ol li {
  list-style-type: decimal !important;
}

/* line 653, ../../src/sass/modules/_page-content.scss */
.page-content .inline-page-header div.date-desc {
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #353535;
  font-weight: 100;
}

/* line 21, ../../src/sass/modules/_stories-profile-header.scss */
.stories-profile-header {
  background: #000;
  color: #fff;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
/* line 31, ../../src/sass/modules/_stories-profile-header.scss */
.stories-profile-header .underlay {
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: .30;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 44, ../../src/sass/modules/_stories-profile-header.scss */
.stories-profile-header .wrapper {
  position: relative;
}
@media screen and (max-width: 930px) {
  /* line 44, ../../src/sass/modules/_stories-profile-header.scss */
  .stories-profile-header .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 830px) {
  /* line 44, ../../src/sass/modules/_stories-profile-header.scss */
  .stories-profile-header .wrapper {
    padding: 60px 20px;
    text-align: center;
  }
}
/* line 57, ../../src/sass/modules/_stories-profile-header.scss */
.stories-profile-header h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: .2em;
  margin-top: 94px;
}
@media screen and (max-width: 830px) {
  /* line 57, ../../src/sass/modules/_stories-profile-header.scss */
  .stories-profile-header h1 {
    margin-top: 44px;
  }
}
@media screen and (max-width: 540px) {
  /* line 57, ../../src/sass/modules/_stories-profile-header.scss */
  .stories-profile-header h1 {
    font-size: 28px;
  }
}
/* line 72, ../../src/sass/modules/_stories-profile-header.scss */
.stories-profile-header h2 {
  color: #C0181C;
  font-size: 24px;
}
@media screen and (max-width: 540px) {
  /* line 72, ../../src/sass/modules/_stories-profile-header.scss */
  .stories-profile-header h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 830px) {
  /* line 81, ../../src/sass/modules/_stories-profile-header.scss */
  .stories-profile-header .right,
  .stories-profile-header .left {
    float: none;
  }
}
/* line 89, ../../src/sass/modules/_stories-profile-header.scss */
.stories-profile-header .stats {
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 830px) {
  /* line 89, ../../src/sass/modules/_stories-profile-header.scss */
  .stories-profile-header .stats {
    height: 70px;
    margin: 20px auto auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 540px) {
  /* line 89, ../../src/sass/modules/_stories-profile-header.scss */
  .stories-profile-header .stats {
    width: 320px;
  }
}
/* line 103, ../../src/sass/modules/_stories-profile-header.scss */
.stories-profile-header .stats .stat {
  border-left: 1px solid #C0181C;
  float: left;
  font-size: 17px;
  line-height: 1.3;
  margin-right: 20px;
  padding-left: 10px;
  max-width: 200px;
}
@media screen and (max-width: 540px) {
  /* line 103, ../../src/sass/modules/_stories-profile-header.scss */
  .stories-profile-header .stats .stat {
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 5px;
  }
}
/* line 119, ../../src/sass/modules/_stories-profile-header.scss */
.stories-profile-header .stats .stat .title {
  color: #C0181C;
}
/* line 126, ../../src/sass/modules/_stories-profile-header.scss */
.stories-profile-header .image {
  border-radius: 294px;
  height: 294px;
  margin: 50px 0;
  overflow: hidden;
  width: 294px;
}
@media screen and (max-width: 830px) {
  /* line 126, ../../src/sass/modules/_stories-profile-header.scss */
  .stories-profile-header .image {
    margin: auto;
  }
}
/* line 137, ../../src/sass/modules/_stories-profile-header.scss */
.stories-profile-header .image img {
  display: block;
  width: 100%;
}

/* line 2, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads {
  padding-top: 20px;
}
/* line 5, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .section-title {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #505050;
}
/* line 14, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list {
  color: #505050;
  line-height: 1.2;
  margin-bottom: 40px;
}
/* line 19, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list .publication-title {
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 24, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list .description {
  margin-bottom: 1em;
}
/* line 28, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list a {
  color: #C0181C;
  text-decoration: none;
}
/* line 32, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list a:hover {
  text-decoration: underline;
}
/* line 37, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list ul {
  margin-bottom: 40px !important;
}
/* line 41, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  margin-left: 0 !important;
}
/* line 47, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list li:before {
  content: "" !important;
}
/* line 53, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .download-list {
  margin-bottom: 50px;
}
/* line 57, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .download-list li {
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0 20px 50px;
  position: relative;
  background-image: url("./images/icons/publication-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 15px;
  background-size: 28px;
  margin-left: 0 !important;
}
/* line 67, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .download-list li:before {
  content: "" !important;
}
/* line 71, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .download-list li .download {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  width: 140px;
  position: absolute;
  top: 12px;
  right: 0;
}
/* line 80, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .download-list li .download:after {
  width: 20px;
  height: 20px;
  top: 5px;
}

/* line 1, ../../src/sass/modules/_new_people.scss */
.filter-tabs {
  font-size: 0;
}
/* line 4, ../../src/sass/modules/_new_people.scss */
.filter-tabs .wrapper {
  background-color: #eceae8;
}
/* line 8, ../../src/sass/modules/_new_people.scss */
.filter-tabs .filter {
  font-size: initial;
  display: inline-block;
  padding: 20px 10px;
  font-size: 14px;
  border-right: 1px solid #fff;
  color: #505050;
  margin: 0;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  cursor: pointer;
}
/* line 20, ../../src/sass/modules/_new_people.scss */
.filter-tabs .filter:last-of-type {
  border-right: none;
  float: right;
  width: 73px;
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 940px) {
  /* line 8, ../../src/sass/modules/_new_people.scss */
  .filter-tabs .filter {
    display: block;
    text-align: center;
  }
  /* line 31, ../../src/sass/modules/_new_people.scss */
  .filter-tabs .filter:last-of-type {
    float: none;
    width: 100%;
  }
  /* line 36, ../../src/sass/modules/_new_people.scss */
  .filter-tabs .filter.active:before {
    display: none;
  }
}
/* line 44, ../../src/sass/modules/_new_people.scss */
.filter-tabs .filter.active, .filter-tabs .filter:hover {
  background-color: #C0181C;
  color: #fff;
}
/* line 49, ../../src/sass/modules/_new_people.scss */
.filter-tabs .filter.active:before {
  content: '';
  border: 15px solid transparent;
  border-top-color: #C0181C;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 62, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns {
  margin: 20px 0;
  font-size: 0;
}
@media (max-width: 940px) {
  /* line 62, ../../src/sass/modules/_new_people.scss */
  .filter-dropdowns {
    text-align: center;
  }
}
/* line 70, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns .wrapper {
  background-color: #eceae8;
}
/* line 74, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns .title, .filter-dropdowns .dropdown {
  display: inline-block;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: initial;
}
/* line 80, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns .title {
  padding: 20px;
  color: #C0181C;
  font-weight: 600;
}
@media (max-width: 940px) {
  /* line 80, ../../src/sass/modules/_new_people.scss */
  .filter-dropdowns .title {
    margin: 0 auto;
    display: block;
  }
}
/* line 91, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns .filter {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}
/* line 97, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns .search {
  background: transparent;
  height: auto;
  overflow: auto;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}
/* line 105, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns .search:after {
  content: '';
  height: 100%;
  width: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  background-image: url(images/icons/search-red.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 940px) {
  /* line 97, ../../src/sass/modules/_new_people.scss */
  .filter-dropdowns .search {
    display: block !important;
  }
}
/* line 121, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns input {
  padding: 10px 20px;
  margin: 10px;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #505050;
  border: 0;
  outline: 0;
  width: 290px;
  padding-right: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 133, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns input:focus, .filter-dropdowns input:active {
  border: 0;
  outline: 0;
}
/* line 141, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns .dropdown {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 940px) {
  /* line 141, ../../src/sass/modules/_new_people.scss */
  .filter-dropdowns .dropdown {
    margin-right: 0;
    padding: 0 5px;
    width: 50%;
    display: inline-block;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 154, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns .dropdown p.active {
  padding: 10px 20px;
  width: 200px;
  background: #fff;
  position: relative;
  border: 1px solid #fff;
  color: #505050;
}
@media (max-width: 940px) {
  /* line 154, ../../src/sass/modules/_new_people.scss */
  .filter-dropdowns .dropdown p.active {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 169, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns .dropdown ul {
  display: none;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 100%;
  left: -1px;
  background-color: #fff;
  color: #505050;
  border: 1px solid #eceae8;
  width: 100%;
  overflow: auto;
  max-height: 220px;
  z-index: 10;
}
/* line 183, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns .dropdown ul li {
  padding: 10px 20px;
  cursor: pointer;
}
/* line 187, ../../src/sass/modules/_new_people.scss */
.filter-dropdowns .dropdown ul li:hover, .filter-dropdowns .dropdown ul li.selected {
  background-color: #C0181C;
  color: #fff;
}

/* line 197, ../../src/sass/modules/_new_people.scss */
.no-results h2 {
  color: #C0181C;
  font-size: 18px;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 800;
}

/* line 207, ../../src/sass/modules/_new_people.scss */
.grid-9-9.people .item {
  width: 135px;
  padding: 10px;
}
/* line 211, ../../src/sass/modules/_new_people.scss */
.grid-9-9.people .item .image {
  height: 135px;
}
/* line 215, ../../src/sass/modules/_new_people.scss */
.grid-9-9.people .item .job-title {
  font-size: 14px;
}
/* line 219, ../../src/sass/modules/_new_people.scss */
.grid-9-9.people .item .qualifications {
  font-size: 14px;
}

/* line 225, ../../src/sass/modules/_new_people.scss */
.bottom-buttons {
  background-color: #eceae8;
  padding: 10px;
  margin-bottom: 40px;
}
/* line 230, ../../src/sass/modules/_new_people.scss */
.bottom-buttons .btn {
  width: 26.7%;
  padding: 10px 20px;
  margin: 10px;
  display: inline-block;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #505050;
  transition: all 0.4s ease;
  position: relative;
}
/* line 243, ../../src/sass/modules/_new_people.scss */
.bottom-buttons .btn:before {
  content: '';
  border: 10px solid transparent;
  border-left-color: #505050;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 253, ../../src/sass/modules/_new_people.scss */
.bottom-buttons .btn:after {
  content: '';
  border: 9px solid transparent;
  border-left-color: #fff;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 263, ../../src/sass/modules/_new_people.scss */
.bottom-buttons .btn:hover {
  color: #C0181C;
}
/* line 266, ../../src/sass/modules/_new_people.scss */
.bottom-buttons .btn:hover:before {
  border-left-color: #C0181C;
}
/* line 271, ../../src/sass/modules/_new_people.scss */
.bottom-buttons .btn:last-of-type {
  margin-right: 0;
}

/* line 15, ../../src/sass/modules/_filter.scss */
.filter .wrapper {
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  margin: 20px auto;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 780px) {
  /* line 15, ../../src/sass/modules/_filter.scss */
  .filter .wrapper {
    padding: 20px;
  }
}
/* line 29, ../../src/sass/modules/_filter.scss */
.filter .title {
  color: #C0181C;
  display: inline-block;
  font-size: 24px;
  line-height: 1.4em;
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  /* line 29, ../../src/sass/modules/_filter.scss */
  .filter .title {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
/* line 43, ../../src/sass/modules/_filter.scss */
.filter select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  display: inline-block;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: 100;
  outline: none;
  padding: 10px;
  width: 320px;
  margin: 0 10px;
}
@media screen and (max-width: 780px) {
  /* line 43, ../../src/sass/modules/_filter.scss */
  .filter select {
    margin: 0;
    margin: 10px 0;
    display: block;
    width: 100%;
  }
}

/* line 10, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper {
  opacity: 0;
  padding: 60px 0;
}
@media screen and (max-width: 500px) {
  /* line 10, ../../src/sass/modules/_inner-gallery.scss */
  .inner-gallery .wrapper {
    padding: 0;
  }
}
/* line 19, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-large {
  background: #282828;
  width: 100%;
}
/* line 25, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-large .gallery-item .image {
  width: 100%;
}
/* line 28, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-large .gallery-item .image img {
  display: block;
  width: 100%;
}
/* line 34, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-large .gallery-item .caption {
  background: #282828;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  line-height: 1.4;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  /* line 34, ../../src/sass/modules/_inner-gallery.scss */
  .inner-gallery .wrapper .gallery-large .gallery-item .caption {
    font-size: 12px;
    background: rgba(40, 40, 40, 0.5);
  }
}
/* line 52, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-large .slick-prev,
.inner-gallery .wrapper .gallery-large .slick-next {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  display: block;
  height: 44px;
  margin-top: -22px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 50%;
  width: 44px;
  z-index: 2;
}
/* line 71, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-large .slick-prev {
  background-image: url("./images/icons/circle-arrow-left.svg");
  left: 20px;
}
/* line 76, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-large .slick-next {
  background-image: url("./images/icons/circle-arrow-right.svg");
  right: 20px;
}
/* line 83, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-thumbnails {
  width: 100%;
}
/* line 86, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-thumbnails .thumb {
  opacity: .8;
}
/* line 89, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-thumbnails .thumb img {
  display: block;
  width: 100%;
}
/* line 94, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-thumbnails .thumb.slick-center {
  opacity: 1;
}
/* line 100, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-thumbnails .slick-prev,
.inner-gallery .wrapper .gallery-thumbnails .slick-next {
  background: #C0181C;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 0;
  display: block;
  height: 100%;
  opacity: .9;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 0;
  width: 60px;
}
@media screen and (max-width: 500px) {
  /* line 100, ../../src/sass/modules/_inner-gallery.scss */
  .inner-gallery .wrapper .gallery-thumbnails .slick-prev,
  .inner-gallery .wrapper .gallery-thumbnails .slick-next {
    background-size: 16px;
  }
}
/* line 121, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-thumbnails .slick-prev:hover,
.inner-gallery .wrapper .gallery-thumbnails .slick-next:hover {
  opacity: 1;
}
/* line 126, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-thumbnails .slick-prev {
  background-image: url("./images/icons/arrow-left-white-large.svg");
  left: 0;
}
/* line 131, ../../src/sass/modules/_inner-gallery.scss */
.inner-gallery .wrapper .gallery-thumbnails .slick-next {
  background-image: url("./images/icons/arrow-right-white-large.svg");
  right: 0;
}

/* line 9, ../../src/sass/modules/_lingo.scss */
.lingo {
  background-color: #eceae8;
}
/* line 12, ../../src/sass/modules/_lingo.scss */
.lingo .wrapper {
  opacity: 0;
}
/* line 16, ../../src/sass/modules/_lingo.scss */
.lingo h1 {
  color: #a89f88 !important;
  font-family: "IM Fell English", serif;
  margin-top: .6em;
}
/* line 22, ../../src/sass/modules/_lingo.scss */
.lingo p {
  color: #505050;
  font-family: "IM Fell English", serif;
}
/* line 26, ../../src/sass/modules/_lingo.scss */
.lingo p:first-of-type {
  font-size: 21px;
}
/* line 35, ../../src/sass/modules/_lingo.scss */
.lingo .letter-navigation .letter span {
  border-radius: 40px;
  color: #505050;
  display: block;
  font-family: "IM Fell English", serif;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  text-transform: lowercase;
  width: 40px;
}
/* line 50, ../../src/sass/modules/_lingo.scss */
.lingo .letter-navigation .slick-center span {
  background: #fff;
  color: #a89f88;
  font-weight: bold;
}
/* line 57, ../../src/sass/modules/_lingo.scss */
.lingo .letter-navigation .slick-prev,
.lingo .letter-navigation .slick-next {
  background-color: #eceae8;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  height: 16px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 10px;
  width: 10px;
}
/* line 72, ../../src/sass/modules/_lingo.scss */
.lingo .letter-navigation .slick-prev {
  background-image: url("./images/icons/arrow-small-gold-left.svg");
  left: 0;
}
/* line 77, ../../src/sass/modules/_lingo.scss */
.lingo .letter-navigation .slick-next {
  background-image: url("./images/icons/arrow-small-gold-right.svg");
  right: 0;
}
/* line 86, ../../src/sass/modules/_lingo.scss */
.lingo .letter-container {
  font-family: "IM Fell English", serif;
}
/* line 89, ../../src/sass/modules/_lingo.scss */
.lingo .letter-container > div {
  background: #eceae8;
}
/* line 94, ../../src/sass/modules/_lingo.scss */
.lingo .letter-container .item {
  background: #eceae8;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px;
  margin-left: 0 !important;
}
/* line 100, ../../src/sass/modules/_lingo.scss */
.lingo .letter-container .item:before {
  content: "" !important;
}
/* line 104, ../../src/sass/modules/_lingo.scss */
.lingo .letter-container .item .image {
  border-radius: 500px;
  float: left;
  height: 130px;
  overflow: hidden;
  width: 130px;
  display: none;
}
@media screen and (max-width: 570px) {
  /* line 104, ../../src/sass/modules/_lingo.scss */
  .lingo .letter-container .item .image {
    float: none;
    height: auto;
    margin: auto;
    width: 50%;
  }
}
/* line 119, ../../src/sass/modules/_lingo.scss */
.lingo .letter-container .item .image img {
  display: block;
  width: 100%;
}
/* line 125, ../../src/sass/modules/_lingo.scss */
.lingo .letter-container .item .description {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-top: 10px;
  width: 350px;
}
/* line 131, ../../src/sass/modules/_lingo.scss */
.lingo .letter-container .item .description .lingo-desc-fields {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 570px) {
  /* line 125, ../../src/sass/modules/_lingo.scss */
  .lingo .letter-container .item .description {
    float: none;
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
/* line 144, ../../src/sass/modules/_lingo.scss */
.lingo .letter-container .item .description .item-title {
  color: #a89f88;
  font-size: 24px;
  margin-bottom: .6em;
}
/* line 150, ../../src/sass/modules/_lingo.scss */
.lingo .letter-container .item .description p {
  border: 0;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 !important;
  margin-bottom: 1em !important;
  padding: 0 !important;
  display: inline;
}
/* line 167, ../../src/sass/modules/_lingo.scss */
.lingo .sidebar .title {
  color: #a89f88;
}
/* line 171, ../../src/sass/modules/_lingo.scss */
.lingo .sidebar a:hover,
.lingo .sidebar a.active {
  color: #a89f88;
  background-image: none;
}

/* line 2, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper {
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  margin: 20px auto;
  padding: 10px 0 20px;
  text-align: center;
}
/* line 11, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .page-numbers li {
  display: inline-block;
  margin: 10px;
}
/* line 15, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .page-numbers li a {
  text-decoration: none;
  color: #505050;
}
/* line 19, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .page-numbers li a:hover {
  color: #C0181C;
}
/* line 26, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .prev,
.pagination .wrapper .next {
  border-radius: 32px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  opacity: .5;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  top: 10px;
  width: 32px;
}
/* line 39, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .prev:hover,
.pagination .wrapper .next:hover {
  opacity: 1;
}
/* line 45, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .prev {
  background-image: url("src/html/images/icons/circle-arrow-red-left.svg");
}
/* line 50, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .next {
  background-image: url("src/html/images/icons/circle-arrow-red-right.svg");
}
/* line 54, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .current {
  font-weight: bold;
  color: #C0181C;
}
/* line 60, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .pagination-list {
  display: inline-block;
  margin: 0 10px;
}
/* line 64, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .pagination-list li {
  display: inline-block;
}
/* line 67, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .pagination-list li a {
  color: #282828;
  display: block;
  height: 32px;
  line-height: 32px;
  opacity: .5;
  text-align: center;
  text-decoration: none;
  width: 32px;
}
/* line 77, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .pagination-list li a.active {
  font-weight: bold;
  opacity: 1;
}
/* line 82, ../../src/sass/modules/_pagination.scss */
.pagination .wrapper .pagination-list li a:hover {
  color: #C0181C;
  opacity: 1;
}

/* line 15, ../../src/sass/modules/_stories.scss */
.stories {
  background: #282828;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  height: 560px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 930px) {
  /* line 15, ../../src/sass/modules/_stories.scss */
  .stories {
    height: auto !important;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 660px) {
  /* line 15, ../../src/sass/modules/_stories.scss */
  .stories {
    height: auto !important;
    padding-bottom: 30px;
  }
}
/* line 33, ../../src/sass/modules/_stories.scss */
.stories h2 {
  font-size: 40px;
  padding-bottom: 20px;
  padding-top: 40px;
  text-align: center;
}
/* line 43, ../../src/sass/modules/_stories.scss */
.stories.slider h2 {
  color: #C0181C;
}
@media screen and (max-width: 930px) {
  /* line 48, ../../src/sass/modules/_stories.scss */
  .stories.slider .container {
    margin: auto;
    width: 800px;
  }
}
@media screen and (max-width: 660px) {
  /* line 48, ../../src/sass/modules/_stories.scss */
  .stories.slider .container {
    width: 100%;
  }
}
/* line 60, ../../src/sass/modules/_stories.scss */
.stories.slider .container .slide {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-weight: 100;
  opacity: 1;
  padding: 10px;
  text-align: center;
  width: 33.33%;
  text-decoration: none;
}
/* line 71, ../../src/sass/modules/_stories.scss */
.stories.slider .container .slide .image {
  border-radius: 290px;
  margin: auto;
  overflow: hidden;
  width: 90%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}
@media screen and (max-width: 930px) {
  /* line 71, ../../src/sass/modules/_stories.scss */
  .stories.slider .container .slide .image {
    width: 80%;
  }
}
@media screen and (max-width: 660px) {
  /* line 71, ../../src/sass/modules/_stories.scss */
  .stories.slider .container .slide .image {
    width: 40%;
  }
}
/* line 89, ../../src/sass/modules/_stories.scss */
.stories.slider .container .slide .image img {
  display: block;
  width: auto;
  height: 100%;
}
/* line 97, ../../src/sass/modules/_stories.scss */
.stories.slider .container .slide a {
  text-decoration: none;
}
/* line 101, ../../src/sass/modules/_stories.scss */
.stories.slider .container .slide a h3 {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  padding-bottom: 10px;
  padding-top: 30px;
}
/* line 110, ../../src/sass/modules/_stories.scss */
.stories.slider .container .slide a p {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
  opacity: .5;
  padding: 0 20px;
}
/* line 120, ../../src/sass/modules/_stories.scss */
.stories.slider .container .slide a:hover .image {
  background-size: 110%;
}
/* line 128, ../../src/sass/modules/_stories.scss */
.stories.slider .container .slick-prev,
.stories.slider .container .slick-next {
  background: none;
  border: 0;
  height: 62px;
  opacity: .5;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 110px;
  width: 32px;
}
@media screen and (max-width: 930px) {
  /* line 128, ../../src/sass/modules/_stories.scss */
  .stories.slider .container .slick-prev,
  .stories.slider .container .slick-next {
    top: 80px;
  }
}
@media screen and (max-width: 660px) {
  /* line 128, ../../src/sass/modules/_stories.scss */
  .stories.slider .container .slick-prev,
  .stories.slider .container .slick-next {
    top: 60px;
  }
}
/* line 149, ../../src/sass/modules/_stories.scss */
.stories.slider .container .slick-prev:hover,
.stories.slider .container .slick-next:hover {
  opacity: 1;
}
/* line 154, ../../src/sass/modules/_stories.scss */
.stories.slider .container .slick-prev {
  background-image: url("images/icons/arrow-left-white-large.svg");
  left: -50px;
}
@media screen and (max-width: 660px) {
  /* line 154, ../../src/sass/modules/_stories.scss */
  .stories.slider .container .slick-prev {
    left: 40px;
  }
}
/* line 163, ../../src/sass/modules/_stories.scss */
.stories.slider .container .slick-next {
  background-image: url("images/icons/arrow-right-white-large.svg");
  right: -50px;
}
@media screen and (max-width: 660px) {
  /* line 163, ../../src/sass/modules/_stories.scss */
  .stories.slider .container .slick-next {
    right: 40px;
  }
}
/* line 176, ../../src/sass/modules/_stories.scss */
.stories.numbers {
  height: 470px;
}
/* line 180, ../../src/sass/modules/_stories.scss */
.stories.numbers h2 {
  color: #fff;
}
/* line 184, ../../src/sass/modules/_stories.scss */
.stories.numbers .container {
  padding-top: 30px;
}
@media screen and (max-width: 930px) {
  /* line 184, ../../src/sass/modules/_stories.scss */
  .stories.numbers .container {
    width: 100%;
  }
}
/* line 193, ../../src/sass/modules/_stories.scss */
.stories.numbers .container .slide .circle {
  border-radius: 270px;
  color: #fff;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 60px;
  font-weight: 100;
  height: 210px;
  margin: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 210px;
}
@media screen and (max-width: 930px) {
  /* line 193, ../../src/sass/modules/_stories.scss */
  .stories.numbers .container .slide .circle {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 660px) {
  /* line 193, ../../src/sass/modules/_stories.scss */
  .stories.numbers .container .slide .circle {
    height: 170px;
    width: 170px;
  }
}
/* line 216, ../../src/sass/modules/_stories.scss */
.stories.numbers .container .slide .circle img {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 225, ../../src/sass/modules/_stories.scss */
.stories.numbers .container .slide .circle .overlay {
  background: rgba(169, 21, 25, 0.7);
  height: 100%;
  position: absolute;
  width: 100%;
}
/* line 232, ../../src/sass/modules/_stories.scss */
.stories.numbers .container .slide .circle .number {
  height: 100%;
  line-height: 210px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 930px) {
  /* line 232, ../../src/sass/modules/_stories.scss */
  .stories.numbers .container .slide .circle .number {
    font-size: 40px;
    line-height: 160px;
  }
}
@media screen and (max-width: 660px) {
  /* line 232, ../../src/sass/modules/_stories.scss */
  .stories.numbers .container .slide .circle .number {
    line-height: 170px;
  }
}
/* line 249, ../../src/sass/modules/_stories.scss */
.stories.numbers .container .slide p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 20px;
  padding: 0 20px;
  text-align: center;
}
/* line 260, ../../src/sass/modules/_stories.scss */
.stories.numbers .container .slick-prev,
.stories.numbers .container .slick-next {
  background: none;
  border: 0;
  height: 62px;
  opacity: .5;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 110px;
  width: 32px;
}
@media screen and (max-width: 930px) {
  /* line 260, ../../src/sass/modules/_stories.scss */
  .stories.numbers .container .slick-prev,
  .stories.numbers .container .slick-next {
    top: 80px;
  }
}
@media screen and (max-width: 660px) {
  /* line 260, ../../src/sass/modules/_stories.scss */
  .stories.numbers .container .slick-prev,
  .stories.numbers .container .slick-next {
    top: 85px;
  }
}
/* line 281, ../../src/sass/modules/_stories.scss */
.stories.numbers .container .slick-prev:hover,
.stories.numbers .container .slick-next:hover {
  opacity: 1;
}
/* line 286, ../../src/sass/modules/_stories.scss */
.stories.numbers .container .slick-prev {
  background-image: url("images/icons/arrow-left-white-large.svg");
  left: -50px;
}
@media screen and (max-width: 660px) {
  /* line 286, ../../src/sass/modules/_stories.scss */
  .stories.numbers .container .slick-prev {
    left: 40px;
  }
}
/* line 295, ../../src/sass/modules/_stories.scss */
.stories.numbers .container .slick-next {
  background-image: url("images/icons/arrow-right-white-large.svg");
  right: -50px;
}
@media screen and (max-width: 660px) {
  /* line 295, ../../src/sass/modules/_stories.scss */
  .stories.numbers .container .slick-next {
    right: 40px;
  }
}

/* line 9, ../../src/sass/modules/_news-events-grid.scss */
.news-events {
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
/* line 14, ../../src/sass/modules/_news-events-grid.scss */
.news-events .tab-switcher {
  background-color: #f6f4f2;
}
/* line 17, ../../src/sass/modules/_news-events-grid.scss */
.news-events .tab-switcher ul {
  text-align: center;
}
/* line 20, ../../src/sass/modules/_news-events-grid.scss */
.news-events .tab-switcher ul li {
  display: inline-block;
}
/* line 23, ../../src/sass/modules/_news-events-grid.scss */
.news-events .tab-switcher ul li a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 28px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 150px;
  color: #282828;
}
/* line 33, ../../src/sass/modules/_news-events-grid.scss */
.news-events .tab-switcher ul li a.active {
  background: #fff;
  color: #C0181C;
}
/* line 38, ../../src/sass/modules/_news-events-grid.scss */
.news-events .tab-switcher ul li a:hover {
  color: #C0181C;
}
/* line 46, ../../src/sass/modules/_news-events-grid.scss */
.news-events .wrapper {
  padding: 50px 0;
  display: none;
}
@media screen and (max-width: 930px) {
  /* line 46, ../../src/sass/modules/_news-events-grid.scss */
  .news-events .wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 20px;
  }
}
/* line 56, ../../src/sass/modules/_news-events-grid.scss */
.news-events .wrapper.active {
  display: block;
}
/* line 62, ../../src/sass/modules/_news-events-grid.scss */
.news-events h2 {
  color: #C0181C;
  font-size: 34px;
  text-align: center;
  margin-bottom: 1.16em;
}
/* line 72, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item {
  width: 290px;
  float: left;
}
/* line 76, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item:nth-child(even) {
  margin: 0 30px;
}
@media screen and (max-width: 930px) {
  /* line 72, ../../src/sass/modules/_news-events-grid.scss */
  .news-events .news-events-grid .item {
    float: none;
    width: 100%;
    margin: auto !important;
    margin-bottom: 30px;
  }
}
/* line 90, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item .image {
  margin-bottom: 20px;
}
/* line 93, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item .image img {
  height: auto;
  width: 100%;
  display: block;
}
/* line 101, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item .event {
  height: 220px;
}
/* line 104, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item .event .event-tile {
  background-color: #f6f4f2;
  border-radius: 8px;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
  width: 160px;
}
/* line 112, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item .event .event-tile .event-month {
  background-color: #282828;
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
}
/* line 119, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item .event .event-tile .event-day {
  color: #C0181C;
  font-size: 80px;
  padding: 20px 0;
}
/* line 128, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item .date {
  font-size: 13px;
  margin-bottom: 14px;
}
/* line 133, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item h3 {
  color: #C0181C;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 1em;
}
/* line 139, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item h3 a {
  color: #C0181C;
  text-decoration: none;
}
/* line 145, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item p {
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 2em;
}
/* line 151, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item .read-more {
  color: #C0181C;
  text-decoration: none;
  font-size: 15px;
}
/* line 156, ../../src/sass/modules/_news-events-grid.scss */
.news-events .news-events-grid .item .read-more:hover {
  text-decoration: underline;
}
/* line 164, ../../src/sass/modules/_news-events-grid.scss */
.news-events .events-cta {
  padding: 50px 0 10px 0;
}
/* line 167, ../../src/sass/modules/_news-events-grid.scss */
.news-events .events-cta .button {
  width: 250px;
  margin: auto;
}
@media screen and (max-width: 930px) {
  /* line 167, ../../src/sass/modules/_news-events-grid.scss */
  .news-events .events-cta .button {
    width: 100%;
  }
}

@media screen and (max-width: 930px) {
  /* line 23, ../../src/sass/modules/_news-events-listing.scss */
  .news-events-listing .wrapper {
    padding: 60px 20px;
  }
}
/* line 30, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .item {
  border-bottom: 1px solid #d2d2d2;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  padding: 20px 0;
}
/* line 36, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .item a {
  text-decoration: none;
}
/* line 40, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .item:hover {
  background: #f9f9f9;
  background-image: url("./images/icons/circle-arrow-red-right.svg");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 98% 35px;
}
/* line 48, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .item:last-of-type {
  border-bottom: 0;
}
/* line 52, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .item:first-of-type {
  border-top: 1px solid #d2d2d2;
}
/* line 56, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .item .description {
  width: 620px;
}
@media screen and (max-width: 930px) {
  /* line 56, ../../src/sass/modules/_news-events-listing.scss */
  .news-events-listing .item .description {
    float: left;
    margin-left: 20px;
    width: 400px;
  }
}
@media screen and (max-width: 760px) {
  /* line 56, ../../src/sass/modules/_news-events-listing.scss */
  .news-events-listing .item .description {
    width: 250px;
  }
}
@media screen and (max-width: 600px) {
  /* line 56, ../../src/sass/modules/_news-events-listing.scss */
  .news-events-listing .item .description {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
/* line 75, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .item .description h2 {
  color: #C0181C;
  font-size: 25px;
  margin-bottom: .6em;
  margin-top: .65em;
  padding-right: 50px;
}
/* line 83, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .item .description .description-date {
  color: #282828;
  margin-bottom: 1em;
}
/* line 88, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .item .description p {
  color: #282828;
  line-height: 1.2;
}
/* line 97, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .news .image {
  width: 290px;
}
@media screen and (max-width: 600px) {
  /* line 97, ../../src/sass/modules/_news-events-listing.scss */
  .news-events-listing .news .image {
    float: none;
    width: 100%;
  }
}
/* line 105, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .news .image img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 116, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .event .date-container {
  width: 290px;
}
@media screen and (max-width: 600px) {
  /* line 116, ../../src/sass/modules/_news-events-listing.scss */
  .news-events-listing .event .date-container {
    float: none;
    width: 100%;
  }
}
/* line 124, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .event .date-container .event-tile {
  background-color: #f6f4f2;
  border-radius: 8px;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
  width: 160px;
}
/* line 132, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .event .date-container .event-tile .event-month {
  background-color: #282828;
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
}
/* line 139, ../../src/sass/modules/_news-events-listing.scss */
.news-events-listing .event .date-container .event-tile .event-day {
  color: #C0181C;
  font-size: 80px;
  padding: 20px 0;
}

/* line 10, ../../src/sass/modules/_course-list.scss */
.course-list .wrapper {
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  font-weight: 100;
  line-height: 1.2;
  padding: 60px 0;
}
/* line 19, ../../src/sass/modules/_course-list.scss */
.course-list ul li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  width: 50%;
}
@media screen and (max-width: 800px) {
  /* line 19, ../../src/sass/modules/_course-list.scss */
  .course-list ul li {
    width: 100%;
    float: none;
  }
}
/* line 30, ../../src/sass/modules/_course-list.scss */
.course-list ul li a {
  border-bottom: 1px solid #e7e7e7;
  color: #282828;
  display: block;
  padding: 10px;
  text-decoration: none;
}
/* line 37, ../../src/sass/modules/_course-list.scss */
.course-list ul li a:hover {
  color: #C0181C;
}

/* line 22, ../../src/sass/modules/_404.scss */
.four-oh-four .wrapper {
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 60px 0;
}
@media screen and (max-width: 930px) {
  /* line 22, ../../src/sass/modules/_404.scss */
  .four-oh-four .wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 775px) {
  /* line 30, ../../src/sass/modules/_404.scss */
  .four-oh-four .wrapper .right {
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* line 38, ../../src/sass/modules/_404.scss */
  .four-oh-four .wrapper .right img {
    width: 50%;
  }
}
/* line 44, ../../src/sass/modules/_404.scss */
.four-oh-four .wrapper .left {
  width: 450px;
}
@media screen and (max-width: 775px) {
  /* line 44, ../../src/sass/modules/_404.scss */
  .four-oh-four .wrapper .left {
    float: none;
    text-align: center;
    width: 100%;
  }
}
/* line 54, ../../src/sass/modules/_404.scss */
.four-oh-four .wrapper .error {
  font-size: 20px;
  padding-top: 60px;
}
/* line 59, ../../src/sass/modules/_404.scss */
.four-oh-four .wrapper h1 {
  color: #C0181C;
  font-size: 166px;
  font-weight: bold;
  margin-bottom: .3em;
}
@media screen and (max-width: 480px) {
  /* line 59, ../../src/sass/modules/_404.scss */
  .four-oh-four .wrapper h1 {
    font-size: 96px;
  }
}
/* line 70, ../../src/sass/modules/_404.scss */
.four-oh-four .wrapper h2 {
  font-size: 34px;
  margin-bottom: 1.8em;
}
/* line 76, ../../src/sass/modules/_404.scss */
.four-oh-four .button.red {
  width: 275px;
  text-align: left;
}
@media screen and (max-width: 775px) {
  /* line 76, ../../src/sass/modules/_404.scss */
  .four-oh-four .button.red {
    margin: auto;
  }
}

/* line 15, ../../src/sass/modules/_footer.scss */
footer {
  color: #fff;
  display: block;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
/* line 22, ../../src/sass/modules/_footer.scss */
footer .information-navigation {
  background-color: #282828;
}
/* line 25, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper {
  height: auto;
}
@media screen and (max-width: 930px) {
  /* line 25, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper {
    height: 302px;
  }
}
@media screen and (max-width: 660px) {
  /* line 25, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper {
    height: 196px;
  }
}
/* line 37, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .contact-information {
  height: 100px;
  padding-top: 30px;
}
@media screen and (max-width: 930px) {
  /* line 37, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .contact-information {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 660px) {
  /* line 37, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .contact-information {
    height: 74px;
    padding: 30px 0;
    text-align: center;
  }
}
/* line 53, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .contact-information .logo {
  width: 212px;
}
@media screen and (max-width: 660px) {
  /* line 53, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .contact-information .logo {
    margin-top: 1px;
    overflow-x: hidden;
    padding-left: 20px;
    width: 70px;
  }
}
/* line 63, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .contact-information .logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 660px) {
  /* line 63, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .contact-information .logo img {
    margin: auto;
    width: 200px;
  }
}
/* line 75, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .contact-information .contact {
  border-left: 1px solid #4e4e4e;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.4;
  margin-left: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 660px) {
  /* line 75, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .contact-information .contact {
    border-left: 0;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    width: 200px;
  }
}
/* line 93, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .contact-information .contact a {
  color: #fff;
  text-decoration: none;
}
/* line 97, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .contact-information .contact a:hover {
  text-decoration: underline;
}
/* line 104, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .contact-information .oxford-logo {
  margin-top: 2px;
  padding-right: 20px;
  width: 70px;
}
/* line 109, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .contact-information .oxford-logo img {
  display: block;
  width: 100%;
}
/* line 117, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .social {
  border-bottom: 1px solid #5b5b5b;
  border-top: 1px solid #5b5b5b;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 81px;
  margin-bottom: 20px;
}
@media screen and (max-width: 930px) {
  /* line 117, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .social {
    border-bottom: 1px solid #353535;
    border-top: 1px solid #353535;
    height: 70px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 660px) {
  /* line 117, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .social {
    border-bottom: 0;
    height: 190px;
    margin-bottom: 0;
  }
}
/* line 138, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .social .title {
  color: #d19f48;
  font-size: 30px;
  font-weight: 100;
  padding-top: 24px;
}
@media screen and (max-width: 930px) {
  /* line 138, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .social .title {
    margin-left: 18px;
    padding-bottom: 19px;
    padding-top: 19px;
    text-align: center;
  }
}
@media screen and (max-width: 660px) {
  /* line 138, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .social .title {
    font-size: 26px;
    padding-bottom: 19px;
    padding-top: 19px;
    text-align: center;
  }
}
@media screen and (max-width: 930px) {
  /* line 160, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .social .icons {
    margin-right: 25px;
  }
}
/* line 166, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .social .icons li {
  margin-right: 40px;
}
@media screen and (max-width: 930px) {
  /* line 166, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .social .icons li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    margin: 0;
    width: 40px;
  }
}
@media screen and (max-width: 660px) {
  /* line 166, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .social .icons li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    margin: 0;
  }
}
/* line 182, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .social .icons li a {
  color: #fff;
}
/* line 186, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .social .icons li .icon {
  border-radius: 36px;
  height: 30px;
  margin-right: 10px;
  margin-top: 24px;
  width: 30px;
}
@media screen and (max-width: 930px) {
  /* line 186, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .social .icons li .icon {
    margin-left: 15px;
    margin-top: 19px;
  }
}
@media screen and (max-width: 660px) {
  /* line 186, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .social .icons li .icon {
    margin-left: 15px;
    margin-top: 15px;
  }
}
/* line 203, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .social .icons li .icon img {
  display: block;
  width: 100%;
}
/* line 209, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .social .icons li .social-title {
  font-size: 15px;
  font-weight: 300;
  margin-top: 32px;
}
@media screen and (max-width: 930px) {
  /* line 209, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .social .icons li .social-title {
    display: none;
    margin-top: 24px;
  }
}
/* line 224, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .navigation {
  height: 100px;
}
@media screen and (max-width: 930px) {
  /* line 231, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .navigation nav > ul > li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.2;
  }
  /* line 237, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .navigation .menu > .menu-item > a {
    color: #fff;
    font-weight: 400;
  }
  /* line 242, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .navigation ul > li {
    border-bottom: 1px solid #353535;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 33.33%;
  }
  /* line 249, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .navigation nav > ul > li:nth-child(2),
  footer .information-navigation .wrapper .navigation nav > ul > li:nth-child(5) {
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
  }
  /* line 256, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .navigation nav > ul > li > ul {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  /* line 224, ../../src/sass/modules/_footer.scss */
  footer .information-navigation .wrapper .navigation {
    display: none;
  }
}
/* line 265, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .navigation li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.4;
  padding-right: 10px;
  width: auto;
}
/* line 275, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .navigation li:first-of-type {
  margin-left: 0;
}
/* line 279, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .navigation li:last-of-type {
  float: right;
  margin-right: 0;
}
/* line 284, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .navigation li a {
  color: #cccccc;
  font-weight: 400;
  text-decoration: none;
}
/* line 289, ../../src/sass/modules/_footer.scss */
footer .information-navigation .wrapper .navigation li a:hover {
  color: #fff;
}
/* line 299, ../../src/sass/modules/_footer.scss */
footer .copyright {
  background-color: #C0181C;
  font-size: 14px;
  font-weight: 100;
}
/* line 304, ../../src/sass/modules/_footer.scss */
footer .copyright .wrapper {
  height: 66px;
}
@media screen and (max-width: 930px) {
  /* line 304, ../../src/sass/modules/_footer.scss */
  footer .copyright .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 660px) {
  /* line 304, ../../src/sass/modules/_footer.scss */
  footer .copyright .wrapper {
    height: 129px;
    padding: 0;
    text-align: center;
  }
  /* line 316, ../../src/sass/modules/_footer.scss */
  footer .copyright .wrapper .left {
    border-bottom: 1px solid #a91519;
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
  }
}
/* line 324, ../../src/sass/modules/_footer.scss */
footer .copyright .wrapper ul {
  padding-top: 26px;
}
/* line 328, ../../src/sass/modules/_footer.scss */
footer .copyright .wrapper .right {
  margin-left: 20px;
}
@media screen and (max-width: 660px) {
  /* line 328, ../../src/sass/modules/_footer.scss */
  footer .copyright .wrapper .right {
    display: inline-block;
    float: none;
    font-size: 12px;
    margin: 0 5px;
  }
}
/* line 339, ../../src/sass/modules/_footer.scss */
footer .copyright .wrapper a {
  color: #fff;
  text-decoration: none;
}
/* line 343, ../../src/sass/modules/_footer.scss */
footer .copyright .wrapper a:hover {
  text-decoration: none;
}

/* line 15, ../../src/sass/modules/_footer-cta.scss */
.footer-cta {
  background-image: url("images/photos/footer-cta.jpg");
  background-position: bottom right;
  background-size: cover;
  color: #fff;
  font-family: "fira-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  height: 550px;
  position: relative;
}
@media screen and (max-width: 480px) {
  /* line 15, ../../src/sass/modules/_footer-cta.scss */
  .footer-cta {
    background-position: center;
    height: auto;
  }
}
/* line 30, ../../src/sass/modules/_footer-cta.scss */
.footer-cta .overlay {
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 480px) {
  /* line 30, ../../src/sass/modules/_footer-cta.scss */
  .footer-cta .overlay {
    background: rgba(0, 0, 0, 0.4);
  }
}
/* line 42, ../../src/sass/modules/_footer-cta.scss */
.footer-cta .information {
  padding-top: 140px;
  position: relative;
  width: 400px;
}
@media screen and (max-width: 930px) {
  /* line 42, ../../src/sass/modules/_footer-cta.scss */
  .footer-cta .information {
    padding-left: 50px;
  }
}
@media screen and (max-width: 480px) {
  /* line 42, ../../src/sass/modules/_footer-cta.scss */
  .footer-cta .information {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px;
    width: 100%;
  }
}
/* line 57, ../../src/sass/modules/_footer-cta.scss */
.footer-cta .information h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  /* line 57, ../../src/sass/modules/_footer-cta.scss */
  .footer-cta .information h2 {
    font-size: 42px;
  }
}
/* line 66, ../../src/sass/modules/_footer-cta.scss */
.footer-cta .information p {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  /* line 66, ../../src/sass/modules/_footer-cta.scss */
  .footer-cta .information p {
    font-size: 18px;
    line-height: 1.4;
  }
}
/* line 76, ../../src/sass/modules/_footer-cta.scss */
.footer-cta .information .button {
  margin-top: 46px;
  /*width: 275px;*/
}
@media screen and (max-width: 480px) {
  /* line 76, ../../src/sass/modules/_footer-cta.scss */
  .footer-cta .information .button {
    width: 100%;
  }
}

/* line 13, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .page-content h1,
body.blue .page-content .left a,
body.blue .page-content .left ul li:before,
body.blue .page-content .sidebar li.current_page_item > a,
body.blue .page-content .sidebar li a:hover,
body.blue .page-content .left h2,
body.blue .page-content .left h3,
body.blue .page-content .left h4,
body.blue .page-content .left h5,
body.blue .page-content .left h6,
body.blue .page-content .left ul > li:before {
  color: #00ACC8;
}
/* line 27, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .page-content .sidebar .title {
  color: #282828;
}
/* line 32, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .page-content .sidebar li a.active {
  background-image: none !important;
}
/* line 36, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .page-content .sidebar .title {
  color: #00ACC8;
}
/* line 40, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .page-content .sidebar li.current_page_parent > a {
  color: #00ACC8;
}
/* line 45, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .page-content .accordion li a:after {
  background-image: none !important;
}
/* line 52, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .news-events-listing h2 {
  color: #00ACC8 !important;
}
/* line 59, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .filter .title {
  color: #00ACC8 !important;
}
/* line 64, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .homepage-text h2 {
  color: #00ACC8 !important;
}
/* line 69, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .course-list a:hover {
  color: #00ACC8 !important;
}
/* line 74, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .button {
  background: #00ACC8 !important;
  color: #fff !important;
}
/* line 78, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .button:hover {
  background: #0096af !important;
}
/* line 85, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .person-details h2 {
  color: #00ACC8 !important;
}
/* line 92, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .people-sidebar .name {
  color: #00ACC8 !important;
}
/* line 99, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .grid-3-3 h2,
body.blue .grid-3-3 h3,
body.blue .grid-3-3 h3 a,
body.blue .grid-3-3 .read-more {
  color: #00ACC8 !important;
}
/* line 108, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .grid-9-9 h2,
body.blue .grid-9-9 h3,
body.blue .grid-9-9 h3 a,
body.blue .grid-9-9 .read-more {
  color: #00ACC8 !important;
}
/* line 117, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .inline-page-header .filters a {
  color: #00ACC8;
}
/* line 122, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .related-content h2 {
  color: #00ACC8 !important;
}
/* line 127, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .event-day {
  color: #00ACC8 !important;
}
/* line 132, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .hero-copy h2 {
  color: #00ACC8 !important;
}
/* line 138, ../../src/sass/modules/_x-body-overwrite.scss */
body.blue .page-bottom-cta h2 {
  color: #00ACC8 !important;
}

/* line 158, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .page-content h1,
body.gold .page-content .left a,
body.gold .page-content .left ul li:before,
body.gold .page-content .sidebar li.current_page_item > a,
body.gold .page-content .sidebar li a:hover,
body.gold .page-content .left h2,
body.gold .page-content .left h3,
body.gold .page-content .left h4,
body.gold .page-content .left h5,
body.gold .page-content .left h6,
body.gold .page-content .left ul > li:before {
  color: #cea052;
}
/* line 172, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .page-content .sidebar .title {
  color: #282828;
}
/* line 177, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .page-content .sidebar li a.active {
  background-image: none !important;
}
/* line 181, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .page-content .sidebar .title {
  color: #cea052;
}
/* line 185, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .page-content .sidebar li.current_page_parent > a {
  color: #cea052;
}
/* line 190, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .page-content .accordion li a:after {
  background-image: none !important;
}
/* line 197, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .news-events-listing h2 {
  color: #cea052 !important;
}
/* line 204, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .filter .title {
  color: #cea052 !important;
}
/* line 209, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .homepage-text h2 {
  color: #cea052 !important;
}
/* line 214, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .course-list a:hover {
  color: #cea052 !important;
}
/* line 219, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .button {
  background: #cea052 !important;
  color: #fff !important;
}
/* line 226, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .person-details h2 {
  color: #cea052 !important;
}
/* line 233, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .people-sidebar .name {
  color: #cea052 !important;
}
/* line 240, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .grid-3-3 h2,
body.gold .grid-3-3 h3,
body.gold .grid-3-3 h3 a,
body.gold .grid-3-3 .read-more {
  color: #cea052 !important;
}
/* line 249, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .grid-9-9 h2,
body.gold .grid-9-9 h3,
body.gold .grid-9-9 h3 a,
body.gold .grid-9-9 .read-more {
  color: #cea052 !important;
}
/* line 258, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .inline-page-header .filters a {
  color: #cea052;
}
/* line 263, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .related-content h2 {
  color: #cea052 !important;
}
/* line 268, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .event-day {
  color: #cea052 !important;
}
/* line 273, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .hero-copy h2 {
  color: #cea052 !important;
}
/* line 279, ../../src/sass/modules/_x-body-overwrite.scss */
body.gold .page-bottom-cta h2 {
  color: #cea052 !important;
}

/* line 299, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .page-content h1,
body.green .page-content .left a,
body.green .page-content .left ul li:before,
body.green .page-content .sidebar li.current_page_item > a,
body.green .page-content .sidebar li a:hover,
body.green .page-content .left h2,
body.green .page-content .left h3,
body.green .page-content .left h4,
body.green .page-content .left h5,
body.green .page-content .left h6,
body.green .page-content .left ul > li:before {
  color: #00BCB4;
}
/* line 313, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .page-content .sidebar .title {
  color: #282828;
}
/* line 318, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .page-content .sidebar li a.active {
  background-image: none !important;
}
/* line 322, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .page-content .sidebar .title {
  color: #00BCB4;
}
/* line 326, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .page-content .sidebar li.current_page_parent > a {
  color: #00BCB4;
}
/* line 331, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .page-content .accordion li a:after {
  background-image: none !important;
}
/* line 338, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .news-events-listing h2 {
  color: #00BCB4 !important;
}
/* line 345, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .filter .title {
  color: #00BCB4 !important;
}
/* line 350, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .homepage-text h2 {
  color: #00BCB4 !important;
}
/* line 355, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .course-list a:hover {
  color: #00BCB4 !important;
}
/* line 360, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .button {
  background: #00BCB4 !important;
  color: #fff !important;
}
/* line 367, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .person-details h2 {
  color: #00BCB4 !important;
}
/* line 374, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .people-sidebar .name {
  color: #00BCB4 !important;
}
/* line 381, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .grid-3-3 h2,
body.green .grid-3-3 h3,
body.green .grid-3-3 h3 a,
body.green .grid-3-3 .read-more {
  color: #00BCB4 !important;
}
/* line 390, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .grid-9-9 h2,
body.green .grid-9-9 h3,
body.green .grid-9-9 h3 a,
body.green .grid-9-9 .read-more {
  color: #00BCB4 !important;
}
/* line 399, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .inline-page-header .filters a {
  color: #00BCB4;
}
/* line 404, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .related-content h2 {
  color: #00BCB4 !important;
}
/* line 409, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .event-day {
  color: #00BCB4 !important;
}
/* line 414, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .hero-copy h2 {
  color: #00BCB4 !important;
}
/* line 420, ../../src/sass/modules/_x-body-overwrite.scss */
body.green .page-bottom-cta h2 {
  color: #00BCB4 !important;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */