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

/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/* line 1, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, ../../src/sass/helpers/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 11, ../../src/sass/helpers/_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%;
  vertical-align: baseline;
}

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

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

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

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

/* line 123, ../../src/sass/helpers/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

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

/* line 136, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 140, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_typography.scss */
::-moz-selection {
  background-color: #c4aa72;
  color: #FFF;
}

/* line 6, ../../src/sass/helpers/_typography.scss */
::-moz-selection {
  background-color: #c4aa72;
  color: #FFF;
}
::selection {
  background-color: #c4aa72;
  color: #FFF;
}

/* line 11, ../../src/sass/helpers/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  color: #1C1C1C;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.6;
}

/* line 20, ../../src/sass/helpers/_typography.scss */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "freight-big-pro";
  font-weight: 700;
}

/* line 21, ../../src/sass/helpers/_typography.scss */
.h1, h1, .h2, h2 {
  line-height: 1.1;
}

/* line 22, ../../src/sass/helpers/_typography.scss */
.h3, h3, .h4, h4 {
  line-height: 1.3;
}

/* line 23, ../../src/sass/helpers/_typography.scss */
.h1, h1 {
  font-size: 400%;
  letter-spacing: 0;
}

/* line 24, ../../src/sass/helpers/_typography.scss */
.h2, h2 {
  font-size: 250%;
  letter-spacing: 0;
}

/* line 25, ../../src/sass/helpers/_typography.scss */
.h3, h3 {
  font-size: 200%;
}

/* line 26, ../../src/sass/helpers/_typography.scss */
.h4, h4 {
  font-size: 180%;
}

/* line 27, ../../src/sass/helpers/_typography.scss */
.h5, h5 {
  font-size: 130%;
}

/* line 29, ../../src/sass/helpers/_typography.scss */
.fixed, pre, code {
  font-family: "freight-big-pro";
  font-size: 15px;
  line-height: 1.2;
}

/* line 31, ../../src/sass/helpers/_typography.scss */
.italic, i, em {
  font-style: italic;
}

/* line 32, ../../src/sass/helpers/_typography.scss */
.bold, b, strong {
  font-weight: 700;
}

/* line 34, ../../src/sass/helpers/_typography.scss */
.block-margins, p, ul, ol, pre {
  margin: 1em 0;
}

/* line 36, ../../src/sass/helpers/_typography.scss */
.unordered-list, ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 37, ../../src/sass/helpers/_typography.scss */
.ordered-list, ol {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 42, ../../src/sass/helpers/_typography.scss */
h1, .h1, h1 {
  margin: 0.5em 0 0.5em;
}

/* line 43, ../../src/sass/helpers/_typography.scss */
h2, .h2, h2 {
  margin: 0.5em 0 0.5em;
}

/* line 44, ../../src/sass/helpers/_typography.scss */
h3, .h3, h3 {
  margin: 0.5em 0 0.5em;
}

/* line 45, ../../src/sass/helpers/_typography.scss */
h4, .h4, h4 {
  margin: 0.5em 0 0.5em;
}

/* line 46, ../../src/sass/helpers/_typography.scss */
h5, .h5, h5 {
  margin: 0.5em 0 0.5em;
}

/* line 47, ../../src/sass/helpers/_typography.scss */
h6, .h6, h6 {
  margin: 0.5em 0 0.5em;
}

/* line 67, ../../src/sass/helpers/_typography.scss */
.js h1 {
  opacity: 0;
}

/* line 72, ../../src/sass/helpers/_typography.scss */
.js.reduced-animation h1 {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_base.scss */
html {
  margin-top: 0 !important;
}

/* line 5, ../../src/sass/helpers/_base.scss */
body {
  position: relative;
  font-family: 'montserrat', sans-serif;
}
/* line 10, ../../src/sass/helpers/_base.scss */
body * {
  font-family: 'montserrat', sans-serif;
  word-break: normal;
}
/* line 15, ../../src/sass/helpers/_base.scss */
body h1 {
  font-family: 'freight-big-pro', serif;
  font-weight: 400;
  font-size: 52px;
  margin: 50px 0 50px;
  line-height: 48px;
}
/* line 22, ../../src/sass/helpers/_base.scss */
body h1 * {
  font-family: 'freight-big-pro', serif;
  font-size: 52px;
  line-height: 48px;
}
/* line 28, ../../src/sass/helpers/_base.scss */
body h1 a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  /* line 15, ../../src/sass/helpers/_base.scss */
  body h1 {
    font-size: 100px;
    line-height: 100px;
    margin: 120px 0 120px;
  }
  /* line 38, ../../src/sass/helpers/_base.scss */
  body h1 * {
    font-size: 100px;
    line-height: 100px;
  }
}
/* line 45, ../../src/sass/helpers/_base.scss */
body h2 {
  font-family: 'freight-big-pro', serif;
  font-weight: 400;
  font-size: 26px;
}
/* line 50, ../../src/sass/helpers/_base.scss */
body h2 * {
  font-family: 'freight-big-pro', serif;
  font-size: 26px;
  font-weight: 400;
}
/* line 56, ../../src/sass/helpers/_base.scss */
body h2 a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  /* line 45, ../../src/sass/helpers/_base.scss */
  body h2 {
    font-size: 50px;
  }
  /* line 64, ../../src/sass/helpers/_base.scss */
  body h2 * {
    font-size: 50px;
  }
}
/* line 70, ../../src/sass/helpers/_base.scss */
body h6 {
  font-family: 'freight-big-pro', serif;
  font-size: 17px;
  line-height: 17px;
}
/* line 75, ../../src/sass/helpers/_base.scss */
body h6 * {
  font-family: 'freight-big-pro', serif;
  font-size: 17px;
  line-height: 17px;
}
@media only screen and (min-width: 768px) {
  /* line 70, ../../src/sass/helpers/_base.scss */
  body h6 {
    font-size: 26px;
    line-height: 26px;
  }
  /* line 85, ../../src/sass/helpers/_base.scss */
  body h6 * {
    font-size: 26px;
    line-height: 26px;
  }
}
/* line 92, ../../src/sass/helpers/_base.scss */
body h2, body h3, body h4, body h5, body h6 {
  font-family: 'freight-big-pro', serif;
}
/* line 95, ../../src/sass/helpers/_base.scss */
body h2 *, body h3 *, body h4 *, body h5 *, body h6 * {
  font-family: 'freight-big-pro', serif;
  font-weight: inherit;
}
/* line 101, ../../src/sass/helpers/_base.scss */
body.show-mobile-nav {
  overflow: hidden;
  width: 100%;
}
/* line 105, ../../src/sass/helpers/_base.scss */
body.show-mobile-nav #main_content {
  opacity: 0;
}
/* line 109, ../../src/sass/helpers/_base.scss */
body.show-mobile-nav .header-wrapper {
  height: 100%;
}
/* line 113, ../../src/sass/helpers/_base.scss */
body.show-mobile-nav .carousel__button--prev,
body.show-mobile-nav .carousel__button--next {
  display: none !important;
}
@media (max-width: 1023px) {
  /* line 120, ../../src/sass/helpers/_base.scss */
  body .nav-wrapper {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    visibility: hidden !important;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 129, ../../src/sass/helpers/_base.scss */
  body .mobile-nav-wrapper {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    visibility: hidden !important;
  }
}
/* line 137, ../../src/sass/helpers/_base.scss */
body.scroll-lock {
  overflow: hidden;
}
/* line 141, ../../src/sass/helpers/_base.scss */
body main {
  display: flow-root;
}

/* line 147, ../../src/sass/helpers/_base.scss */
#main_content .container {
  padding: 0 41px 0 41px;
}
@media only screen and (min-width: 560px) {
  /* line 147, ../../src/sass/helpers/_base.scss */
  #main_content .container {
    padding: 0 24px 0 24px;
  }
}

/* line 156, ../../src/sass/helpers/_base.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 164, ../../src/sass/helpers/_base.scss */
.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
/* line 166, ../../src/sass/helpers/_base.scss */
* html .clearfix {
  height: 1%;
}

/* line 167, ../../src/sass/helpers/_base.scss */
.clearfix {
  display: block;
}

/* close commented backslash hack */
/* line 170, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1248px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 560px) {
  /* line 170, ../../src/sass/helpers/_base.scss */
  .container {
    padding: 0 24px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  /* line 170, ../../src/sass/helpers/_base.scss */
  .container {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
/* line 172, ../../src/sass/helpers/_base.scss */
.container.thin {
  max-width: 1170px;
}
@media only screen and (min-width: 560px) {
  /* line 176, ../../src/sass/helpers/_base.scss */
  .container.wide {
    padding: 0;
  }
}

/* line 184, ../../src/sass/helpers/_base.scss */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* line 193, ../../src/sass/helpers/_base.scss */
.gold-link {
  border-bottom: 1px solid #c4aa72;
  color: #1C1C1C;
  text-decoration: none;
}

/* line 199, ../../src/sass/helpers/_base.scss */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 202, ../../src/sass/helpers/_base.scss */
.flex.row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  /* line 202, ../../src/sass/helpers/_base.scss */
  .flex.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 202, ../../src/sass/helpers/_base.scss */
  .flex.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 215, ../../src/sass/helpers/_base.scss */
.flex.column {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  /* line 215, ../../src/sass/helpers/_base.scss */
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 225, ../../src/sass/helpers/_base.scss */
.grid {
  display: grid;
}

/* line 229, ../../src/sass/helpers/_base.scss */
a.link_no_style {
  color: inherit;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-bottom: 0;
}
/* line 236, ../../src/sass/helpers/_base.scss */
a.link_no_style span {
  line-height: 20px;
  font-weight: 500;
  color: #B51925;
}
/* line 242, ../../src/sass/helpers/_base.scss */
a.link_no_style .roundbutton {
  margin-right: 10px;
}
@media only screen and (min-width: 1024px) {
  /* line 229, ../../src/sass/helpers/_base.scss */
  a.link_no_style {
    font-size: 16px;
  }
  /* line 249, ../../src/sass/helpers/_base.scss */
  a.link_no_style span {
    letter-spacing: 2px;
    line-height: 20px;
  }
  /* line 254, ../../src/sass/helpers/_base.scss */
  a.link_no_style .roundbutton {
    margin-right: 15px;
  }
}

/* line 260, ../../src/sass/helpers/_base.scss */
.tiny-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  font-family: "freight-big-pro", sans-serif;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
/* line 269, ../../src/sass/helpers/_base.scss */
.tiny-title.red {
  color: #FF3D4C;
}
/* line 273, ../../src/sass/helpers/_base.scss */
.alumni-site .tiny-title {
  color: #8E9EBD;
}
/* line 276, ../../src/sass/helpers/_base.scss */
.chapel-site .tiny-title {
  color: #89a399;
}
/* line 279, ../../src/sass/helpers/_base.scss */
.oriel-site .tiny-title {
  color: #B51925;
}

/* line 284, ../../src/sass/helpers/_base.scss */
.micro-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: 'montserrat', sans-serif;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  /* line 284, ../../src/sass/helpers/_base.scss */
  .micro-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 284, ../../src/sass/helpers/_base.scss */
  .micro-title {
    margin-bottom: 55px;
  }
}

/* line 302, ../../src/sass/helpers/_base.scss */
.subtitle {
  text-transform: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 100;
  font-family: 'montserrat', sans-serif;
  letter-spacing: 0;
  color: #1C1C1C;
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 302, ../../src/sass/helpers/_base.scss */
  .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 319, ../../src/sass/helpers/_base.scss */
.student-quote {
  margin-bottom: 55px;
}

/* line 323, ../../src/sass/helpers/_base.scss */
.block {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 55px;
}
/* line 330, ../../src/sass/helpers/_base.scss */
.block.default {
  margin-bottom: 55px;
}
/* line 334, ../../src/sass/helpers/_base.scss */
.block.double {
  margin-bottom: 110px;
}
/* line 338, ../../src/sass/helpers/_base.scss */
.block.half {
  margin-bottom: 22px;
}
/* line 342, ../../src/sass/helpers/_base.scss */
.block.none {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 323, ../../src/sass/helpers/_base.scss */
  .block {
    margin-bottom: 55px;
  }
  /* line 349, ../../src/sass/helpers/_base.scss */
  .block.default {
    margin-bottom: 55px;
  }
  /* line 353, ../../src/sass/helpers/_base.scss */
  .block.double {
    margin-bottom: 110px;
  }
  /* line 357, ../../src/sass/helpers/_base.scss */
  .block.half {
    margin-bottom: 22px;
  }
  /* line 361, ../../src/sass/helpers/_base.scss */
  .block.none {
    margin-bottom: 0;
  }
}

/* line 367, ../../src/sass/helpers/_base.scss */
.left-column-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-left: solid 1px #b2b2b2;
}
/* line 373, ../../src/sass/helpers/_base.scss */
.alumni-site .left-column-container.default {
  border-left: solid 1px #8E9EBD;
}
/* line 377, ../../src/sass/helpers/_base.scss */
.chapel-site .left-column-container.default {
  border-left: solid 1px #89a399;
}
/* line 381, ../../src/sass/helpers/_base.scss */
.oriel-site .left-column-container.default {
  border-left: solid 1px #FF3D4C;
}
/* line 386, ../../src/sass/helpers/_base.scss */
.left-column-container.green {
  border-left: solid 1px #8CA399;
}
/* line 390, ../../src/sass/helpers/_base.scss */
.left-column-container.blue {
  border-left: solid 1px #818ea9;
}
/* line 394, ../../src/sass/helpers/_base.scss */
.left-column-container.gold {
  border-left: solid 1px #c4aa72;
}
/* line 398, ../../src/sass/helpers/_base.scss */
.left-column-container p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 405, ../../src/sass/helpers/_base.scss */
p a:not(.button):not(.follow_link):not(.link_no_style), .wp-block-group__inner-container li a:not(.button):not(.follow_link):not(.link_no_style), #main_content li a:not(.button):not(.follow_link):not(.link_no_style) {
  text-decoration: none;
  color: #1C1C1C;
  border-bottom: solid 1px #c4aa72;
}
/* line 411, ../../src/sass/helpers/_base.scss */
p a:not(.button):not(.follow_link):not(.link_no_style):hover, .wp-block-group__inner-container li a:not(.button):not(.follow_link):not(.link_no_style):hover, #main_content li a:not(.button):not(.follow_link):not(.link_no_style):hover {
  color: #c4aa72;
}
/* line 415, ../../src/sass/helpers/_base.scss */
p:last-of-type, .wp-block-group__inner-container li:last-of-type, #main_content li:last-of-type {
  margin-bottom: 0;
}

/* line 420, ../../src/sass/helpers/_base.scss */
.light-red {
  color: #FF3D4C;
  font-family: inherit;
  font-weight: inherit;
}

/* line 426, ../../src/sass/helpers/_base.scss */
.multisite-color {
  font-family: inherit;
  font-weight: inherit;
}
/* line 431, ../../src/sass/helpers/_base.scss */
.alumni-site .multisite-color {
  color: #8E9EBD;
}
/* line 434, ../../src/sass/helpers/_base.scss */
.chapel-site .multisite-color {
  color: #89a399;
}
/* line 437, ../../src/sass/helpers/_base.scss */
.oriel-site .multisite-color {
  color: #FF3D4C;
}

/* line 442, ../../src/sass/helpers/_base.scss */
.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* line 446, ../../src/sass/helpers/_base.scss */
.tabs .tab {
  text-decoration: none;
  color: #647390;
  border-bottom: solid 2px #1C1C1C;
  border-right: solid 2px #1C1C1C;
  padding: 10px 0 8px 10px;
  font-size: 22px;
  font-weight: 600;
}
/* line 450, ../../src/sass/helpers/_base.scss */
.alumni-site .tabs .tab {
  color: #647390;
}
/* line 453, ../../src/sass/helpers/_base.scss */
.chapel-site .tabs .tab {
  color: #89a399;
}
/* line 456, ../../src/sass/helpers/_base.scss */
.oriel-site .tabs .tab {
  color: #FF3D4C;
}
@media only screen and (min-width: 768px) {
  /* line 446, ../../src/sass/helpers/_base.scss */
  .tabs .tab {
    font-size: 36px;
    line-height: 43px;
    padding: 0 20px 9px 20px;
    font-weight: 500;
  }
}
/* line 473, ../../src/sass/helpers/_base.scss */
.tabs .tab * {
  font-family: 'freight-big-pro', serif;
}
/* line 477, ../../src/sass/helpers/_base.scss */
.tabs .tab.active {
  color: #1C1C1C;
}
/* line 481, ../../src/sass/helpers/_base.scss */
.tabs .tab:last-of-type {
  border-right: none !important;
  width: 40%;
}
@media only screen and (min-width: 768px) {
  /* line 481, ../../src/sass/helpers/_base.scss */
  .tabs .tab:last-of-type {
    width: auto;
  }
}
/* line 491, ../../src/sass/helpers/_base.scss */
.tabs .tab:first-of-type {
  padding-left: 0 !important;
  width: 60%;
}
@media only screen and (min-width: 768px) {
  /* line 491, ../../src/sass/helpers/_base.scss */
  .tabs .tab:first-of-type {
    width: auto;
  }
}
/* line 502, ../../src/sass/helpers/_base.scss */
.tabs.gold .tab {
  border-bottom: solid 2px #c4aa72;
  border-right: solid 2px #c4aa72;
}
/* line 509, ../../src/sass/helpers/_base.scss */
.tabs.red .tab {
  border-bottom: solid 2px #B51925;
  border-right: solid 2px #B51925;
}

/* line 516, ../../src/sass/helpers/_base.scss */
.border-bottom-text {
  border-bottom: solid 2px #b2b2b2;
}
/* line 519, ../../src/sass/helpers/_base.scss */
.border-bottom-text.red {
  border-bottom: solid 2px #B51925;
}
/* line 523, ../../src/sass/helpers/_base.scss */
.border-bottom-text.gold {
  border-bottom: solid 2px #c4aa72;
}

/* line 528, ../../src/sass/helpers/_base.scss */
.is-hidden {
  display: none !important;
}

/* line 532, ../../src/sass/helpers/_base.scss */
.tab_radio {
  display: none !important;
}

/* line 536, ../../src/sass/helpers/_base.scss */
.tab_label {
  cursor: pointer;
}

/* line 548, ../../src/sass/helpers/_base.scss */
.has-black-background-color {
  background-color: #2a2a2a;
}

/* line 551, ../../src/sass/helpers/_base.scss */
.has-black-color {
  background-color: #2a2a2a;
}

/* line 554, ../../src/sass/helpers/_base.scss */
.has-gray-background-color {
  background-color: #7a7a7a;
}

/* line 557, ../../src/sass/helpers/_base.scss */
.has-gray-color {
  color: #7a7a7a;
}

/* line 564, ../../src/sass/helpers/_base.scss */
.wp-block-image {
  position: relative;
}
/* line 567, ../../src/sass/helpers/_base.scss */
.wp-block-image img {
  height: auto;
  width: 100%;
}
/* line 572, ../../src/sass/helpers/_base.scss */
.wp-block-image.alignwide {
  position: relative;
}
/* line 575, ../../src/sass/helpers/_base.scss */
.wp-block-image.alignwide img {
  height: 100%;
}
/* line 580, ../../src/sass/helpers/_base.scss */
.wp-block-image figcaption {
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: 300;
  border-left: 1px solid #c4aa72;
}
@media only screen and (min-width: 1024px) {
  /* line 580, ../../src/sass/helpers/_base.scss */
  .wp-block-image figcaption {
    font-size: 21px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 32px;
  }
}

/* line 599, ../../src/sass/helpers/_base.scss */
.wp-block-image img {
  height: auto;
}

/* line 602, ../../src/sass/helpers/_base.scss */
.wp-block-table {
  border-bottom: none !important;
}

/* line 606, ../../src/sass/helpers/_base.scss */
.wp-block-group {
  background: white;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 32px;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  /* line 606, ../../src/sass/helpers/_base.scss */
  .wp-block-group {
    padding: 24px 32px 32px;
  }
}
/* line 616, ../../src/sass/helpers/_base.scss */
.wp-block-group .wp-block-group__inner-container {
  margin: auto;
}
/* line 621, ../../src/sass/helpers/_base.scss */
.wp-block-group.thin-content .wp-block-group__inner-container {
  width: 650px;
  padding: 0 32px;
}

/* line 627, ../../src/sass/helpers/_base.scss */
.wp-block-file {
  margin-top: 24px;
}

/* line 630, ../../src/sass/helpers/_base.scss */
.wp-block-image figure {
  margin-top: 0.2em;
  margin-bottom: 1.2em;
}

/* line 635, ../../src/sass/helpers/_base.scss */
.wp-block-pullquote {
  text-align: left;
  padding: 5px 0 5px 10px;
  margin: 0;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 27px;
}
/* line 643, ../../src/sass/helpers/_base.scss */
.alumni-site .wp-block-pullquote {
  border-left: solid 1px #8E9EBD;
}
/* line 646, ../../src/sass/helpers/_base.scss */
.chapel-site .wp-block-pullquote {
  border-left: solid 1px #89a399;
}
/* line 649, ../../src/sass/helpers/_base.scss */
.oriel-site .wp-block-pullquote {
  border-left: solid 1px #FF3D4C;
}
/* line 653, ../../src/sass/helpers/_base.scss */
.wp-block-pullquote *, .wp-block-pullquote p {
  font-size: 22px;
  line-height: 27px;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 635, ../../src/sass/helpers/_base.scss */
  .wp-block-pullquote {
    padding: 0 0 0 35px;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  /* line 666, ../../src/sass/helpers/_base.scss */
  .wp-block-pullquote *, .wp-block-pullquote p {
    font-size: 28px;
    line-height: 38px;
  }
}

/* line 688, ../../src/sass/helpers/_base.scss */
.content-block {
  word-break: normal;
}

/* line 692, ../../src/sass/helpers/_base.scss */
.search-term {
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  color: inherit;
}

/* line 700, ../../src/sass/helpers/_base.scss */
.animate-underline {
  text-decoration: none;
}
/* line 703, ../../src/sass/helpers/_base.scss */
.animate-underline .animate-underline-child {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B51925), to(#B51925));
  background-image: -o-linear-gradient(#B51925, #B51925);
  background-image: -webkit-linear-gradient(#B51925, #B51925);
  background-image: -moz-linear-gradient(#B51925, #B51925);
  background-image: linear-gradient(#B51925, #B51925);
  background-position: right bottom 0;
  background-repeat: no-repeat;
  -moz-background-size: 0 2px;
    -o-background-size: 0 2px;
       background-size: 0 2px;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 703, ../../src/sass/helpers/_base.scss */
  .animate-underline .animate-underline-child {
    -webkit-transition: background-size .3s ease;
    -o-transition: background-size .3s ease;
    -o-transition: -o-background-size .3s ease;
    -moz-transition: background-size .3s ease, -moz-background-size .3s ease;
    transition: background-size .3s ease;
    transition: background-size .3s ease, -moz-background-size .3s ease, -o-background-size .3s ease;
  }
}
/* line 718, ../../src/sass/helpers/_base.scss */
.animate-underline:hover, .animate-underline:focus {
  text-decoration: none !important;
}
/* line 722, ../../src/sass/helpers/_base.scss */
.animate-underline:hover .animate-underline-child, .animate-underline:focus .animate-underline-child {
  -moz-background-size: 100% 2px;
    -o-background-size: 100% 2px;
       background-size: 100% 2px;
  background-position: left bottom 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B51925), to(#B51925)) !important;
  background-image: -webkit-linear-gradient(#B51925, #B51925) !important;
  background-image: -moz-linear-gradient(#B51925, #B51925) !important;
  background-image: -o-linear-gradient(#B51925, #B51925) !important;
  background-image: linear-gradient(#B51925, #B51925) !important;
}

/* line 730, ../../src/sass/helpers/_base.scss */
.pointer-events-none {
  pointer-events: none;
}

/* line 734, ../../src/sass/helpers/_base.scss */
.homepage {
  overflow: hidden;
}

/* line 738, ../../src/sass/helpers/_base.scss */
.events {
  overflow: hidden;
}

/* line 742, ../../src/sass/helpers/_base.scss */
.other-events {
  overflow: hidden;
}

/* line 746, ../../src/sass/helpers/_base.scss */
.people {
  overflow: hidden;
}

/* line 750, ../../src/sass/helpers/_base.scss */
section.page {
  overflow: hidden;
}

/* line 754, ../../src/sass/helpers/_base.scss */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 758, ../../src/sass/helpers/_base.scss */
.student-single {
  overflow: hidden;
}

/* line 762, ../../src/sass/helpers/_base.scss */
.news {
  overflow: hidden;
}

/* line 766, ../../src/sass/helpers/_base.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  margin-left: .4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
}

/* line 1, ../../src/sass/partials/accordion.scss */
.accordion-container {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/partials/accordion.scss */
  .accordion-container {
    max-width: 793px;
  }
}

/* line 9, ../../src/sass/partials/accordion.scss */
.accordion {
  padding-bottom: 100px;
  padding-bottom: 0;
}
/* line 298, ../../src/sass/helpers/_mixins.scss */
.accordion .title {
  margin-bottom: 10px;
}
/* line 13, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #FF3D4C;
}
/* line 19, ../../src/sass/partials/accordion.scss */
.alumni-site .accordion .accordion-item {
  border-bottom: 1px solid #8E9EBD;
}
/* line 22, ../../src/sass/partials/accordion.scss */
.chapel-site .accordion .accordion-item {
  border-bottom: 1px solid #89a399;
}
/* line 25, ../../src/sass/partials/accordion.scss */
.oriel-site .accordion .accordion-item {
  border-bottom: 1px solid #FF3D4C;
}
/* line 29, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item:first-child {
  border-top: 1px solid #FF3D4C;
}
/* line 32, ../../src/sass/partials/accordion.scss */
.alumni-site .accordion .accordion-item:first-child {
  border-top: 1px solid #8E9EBD;
}
/* line 35, ../../src/sass/partials/accordion.scss */
.chapel-site .accordion .accordion-item:first-child {
  border-top: 1px solid #89a399;
}
/* line 38, ../../src/sass/partials/accordion.scss */
.oriel-site .accordion .accordion-item:first-child {
  border-top: 1px solid #FF3D4C;
}
/* line 43, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .number {
  background: green;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 500;
  margin-right: 20px;
}
/* line 47, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .image {
  width: 45px;
  height: 45px;
  background: #b2b2b2;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
  margin-right: 20px;
}
/* line 310, ../../src/sass/helpers/_mixins.scss */
.accordion .accordion-item .image.round {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
/* line 50, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .image.svg {
  background: none;
}
/* line 54, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .image svg {
  width: 100%;
  height: 100%;
}
/* line 59, ../../src/sass/partials/accordion.scss */
body.core .accordion .accordion-item .image svg path,
body.core .accordion .accordion-item .image svg rect,
body.core .accordion .accordion-item .image svg circle,
body.core .accordion .accordion-item .image svg polygon {
  fill: green;
}
@media only screen and (min-width: 768px) {
  /* line 47, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item .image {
    position: absolute;
  }
  /* line 71, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item .image + .content > .header {
    padding-left: 65px;
  }
}
/* line 77, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 80, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .content .main {
  font-size: 15px;
  line-height: 25px;
  display: none;
  padding-top: 8px;
  padding-bottom: 20px;
}
/* line 87, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .content .main img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  /* line 80, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item .content .main {
    padding: 0 0 30px 0;
    font-size: 18px;
    line-height: 28px;
    max-width: 745px;
  }
}
/* line 99, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .content .main * {
  font-size: 15px;
  line-height: 25px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  /* line 99, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item .content .main * {
    font-size: 18px;
    line-height: 28px;
  }
}
/* line 111, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .content .header {
  font-size: 18px;
  line-height: 35px;
  min-height: 45px;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 25px;
  left: 0;
}
/* line 122, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .content .header::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 18px;
  background-image: url(images/golden-arrow-down-small.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 14px;
  -moz-background-size: 10px 14px;
    -o-background-size: 10px 14px;
       background-size: 10px 14px;
}
@media only screen and (min-width: 768px) {
  /* line 122, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item .content .header::after {
    right: 20px;
    top: 23px;
    width: 14px;
    height: 19px;
    -moz-background-size: 14px 19px;
      -o-background-size: 14px 19px;
         background-size: 14px 19px;
  }
}
/* line 143, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .content .header * {
  line-height: 1.25em;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 111, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item .content .header {
    right: 20px;
    padding-right: 65px;
    font-size: 24px;
    line-height: 47px;
  }
}
/* line 159, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .expander {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 20px;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 159, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item .expander {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
/* line 165, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .expander a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  border: 2px solid #1C1C1C;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
          perspective: 1000px;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 165, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item .expander a {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (prefers-reduced-motion: no-preference) {
  /* line 175, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item .expander a svg {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (prefers-reduced-motion: no-preference) {
  /* line 176, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item .expander a svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
/* line 179, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .expander a:hover {
  background: #1C1C1C;
}
/* line 181, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item .expander a:hover svg path {
  fill: #FFF;
}
@media only screen and (min-width: 768px) {
  /* line 159, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item .expander {
    position: absolute;
    right: 30px;
  }
}
/* line 192, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item.open .header {
  left: 0;
}
/* line 195, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item.open .header::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 18px;
  background-image: url(images/red-arrow-up-small.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 14px;
  -moz-background-size: 10px 14px;
    -o-background-size: 10px 14px;
       background-size: 10px 14px;
}
/* line 207, ../../src/sass/partials/accordion.scss */
.alumni-site .accordion .accordion-item.open .header::after {
  background-image: url(images/alumni-arrow-up-small.svg);
}
/* line 210, ../../src/sass/partials/accordion.scss */
.chapel-site .accordion .accordion-item.open .header::after {
  background-image: url(images/cbh-arrow-up-small.svg);
}
/* line 213, ../../src/sass/partials/accordion.scss */
.oriel-site .accordion .accordion-item.open .header::after {
  background-image: url(images/red-arrow-up-small.svg);
}
@media only screen and (min-width: 768px) {
  /* line 195, ../../src/sass/partials/accordion.scss */
  .accordion .accordion-item.open .header::after {
    right: 20px;
    top: 23px;
    width: 14px;
    height: 19px;
    -moz-background-size: 14px 19px;
      -o-background-size: 14px 19px;
         background-size: 14px 19px;
  }
}
/* line 228, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item.open .expander a {
  background: #1C1C1C;
}
/* line 230, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item.open .expander a svg {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
/* line 232, ../../src/sass/partials/accordion.scss */
.accordion .accordion-item.open .expander a svg path {
  fill: #FFF;
}

/* line 1, ../../src/sass/partials/buttons.scss */
a.button,
button.button,
input.button {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #1C1C1C;
  background: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 1, ../../src/sass/partials/buttons.scss */
  a.button,
  button.button,
  input.button {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
/* line 16, ../../src/sass/partials/buttons.scss */
a.button:link, a.button:visited, a.button:active,
button.button:link,
button.button:visited,
button.button:active,
input.button:link,
input.button:visited,
input.button:active {
  color: #1C1C1C;
}
/* line 22, ../../src/sass/partials/buttons.scss */
a.button:hover, a.button:focus,
button.button:hover,
button.button:focus,
input.button:hover,
input.button:focus {
  background: #1C1C1C;
  color: #FFF;
  text-decoration: none;
}
/* line 29, ../../src/sass/partials/buttons.scss */
a.button.dark,
button.button.dark,
input.button.dark {
  background: #1C1C1C;
  color: #FFF;
  border-color: #FFF;
}
/* line 34, ../../src/sass/partials/buttons.scss */
a.button.dark:hover, a.button.dark:focus,
button.button.dark:hover,
button.button.dark:focus,
input.button.dark:hover,
input.button.dark:focus {
  background: #FFF;
  color: #1C1C1C;
  border-color: #1C1C1C;
}
/* line 42, ../../src/sass/partials/buttons.scss */
a.button.red-border, button.button.red-border, input.button.red-border {
  background: transparent;
  color: #1C1C1C;
  border-color: #FF3D4C;
  letter-spacing: 2px;
}
/* line 48, ../../src/sass/partials/buttons.scss */
.alumni-site a.button.red-border,
.alumni-site button.button.red-border,
.alumni-site input.button.red-border {
  border-color: #8E9EBD;
}
/* line 51, ../../src/sass/partials/buttons.scss */
.chapel-site a.button.red-border, .chapel-site button.button.red-border, .chapel-site input.button.red-border {
  border-color: #89a399;
}
/* line 54, ../../src/sass/partials/buttons.scss */
.oriel-site a.button.red-border, .oriel-site button.button.red-border, .oriel-site input.button.red-border {
  border-color: #FF3D4C;
}
/* line 58, ../../src/sass/partials/buttons.scss */
a.button.red-border:hover, a.button.red-border:focus, button.button.red-border:hover, button.button.red-border:focus, input.button.red-border:hover, input.button.red-border:focus {
  background: #FF3D4C;
  color: #FFF;
}
/* line 62, ../../src/sass/partials/buttons.scss */
.alumni-site a.button.red-border:hover, .alumni-site a.button.red-border:focus, .alumni-site button.button.red-border:hover, .alumni-site button.button.red-border:focus, .alumni-site input.button.red-border:hover, .alumni-site input.button.red-border:focus {
  background: #8E9EBD;
  color: #002147;
}
/* line 66, ../../src/sass/partials/buttons.scss */
.chapel-site a.button.red-border:hover, .chapel-site a.button.red-border:focus, .chapel-site button.button.red-border:hover, .chapel-site button.button.red-border:focus, .chapel-site input.button.red-border:hover, .chapel-site input.button.red-border:focus {
  background: #89a399;
}
/* line 69, ../../src/sass/partials/buttons.scss */
.oriel-site a.button.red-border:hover, .oriel-site a.button.red-border:focus, .oriel-site button.button.red-border:hover, .oriel-site button.button.red-border:focus, .oriel-site input.button.red-border:hover, .oriel-site input.button.red-border:focus {
  background: #FF3D4C;
}
/* line 77, ../../src/sass/partials/buttons.scss */
a.button.green,
button.button.green,
input.button.green {
  background: #89a399;
}
/* line 81, ../../src/sass/partials/buttons.scss */
a.button.cta, button.button.cta, input.button.cta {
  border-color: #FF3D4C;
  color: #ff0a1d;
}
/* line 85, ../../src/sass/partials/buttons.scss */
.alumni-site a.button.cta,
.alumni-site button.button.cta,
.alumni-site input.button.cta {
  border-color: #8E9EBD;
  color: #6e82aa;
}
/* line 89, ../../src/sass/partials/buttons.scss */
.chapel-site a.button.cta, .chapel-site button.button.cta, .chapel-site input.button.cta {
  border-color: #89a399;
  color: #6d8c80;
}
/* line 93, ../../src/sass/partials/buttons.scss */
.oriel-site a.button.cta, .oriel-site button.button.cta, .oriel-site input.button.cta {
  border-color: #FF3D4C;
  color: #ff0a1d;
}
/* line 98, ../../src/sass/partials/buttons.scss */
a.button.cta:hover, a.button.cta:focus, button.button.cta:hover, button.button.cta:focus, input.button.cta:hover, input.button.cta:focus {
  background: #FF3D4C;
  color: #FFF;
}
/* line 103, ../../src/sass/partials/buttons.scss */
.alumni-site a.button.cta:hover, .alumni-site a.button.cta:focus, .alumni-site button.button.cta:hover, .alumni-site button.button.cta:focus, .alumni-site input.button.cta:hover, .alumni-site input.button.cta:focus {
  border-color: #8E9EBD;
  color: #8E9EBD;
}
/* line 107, ../../src/sass/partials/buttons.scss */
.chapel-site a.button.cta:hover, .chapel-site a.button.cta:focus, .chapel-site button.button.cta:hover, .chapel-site button.button.cta:focus, .chapel-site input.button.cta:hover, .chapel-site input.button.cta:focus {
  border-color: #89a399;
  color: #89a399;
}
/* line 111, ../../src/sass/partials/buttons.scss */
.oriel-site a.button.cta:hover, .oriel-site a.button.cta:focus, .oriel-site button.button.cta:hover, .oriel-site button.button.cta:focus, .oriel-site input.button.cta:hover, .oriel-site input.button.cta:focus {
  border-color: #FF3D4C;
  color: #FF3D4C;
}
/* line 119, ../../src/sass/partials/buttons.scss */
a.button.small,
button.button.small,
input.button.small {
  padding: 6px 12px;
  font-size: 14px;
}
/* line 124, ../../src/sass/partials/buttons.scss */
a.button.rounded,
button.button.rounded,
input.button.rounded {
  -webkit-border-radius: 9em;
     -moz-border-radius: 9em;
          border-radius: 9em;
}
/* line 128, ../../src/sass/partials/buttons.scss */
a.button.dark-bg,
button.button.dark-bg,
input.button.dark-bg {
  border-color: #FFF;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/partials/buttons.scss */
  a.button,
  button.button,
  input.button {
    padding: 13px 28px;
  }
}

/* line 137, ../../src/sass/partials/buttons.scss */
.button-container {
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  /* line 137, ../../src/sass/partials/buttons.scss */
  .button-container {
    margin-bottom: 45px;
  }
}

/* line 145, ../../src/sass/partials/buttons.scss */
.roundbutton {
  height: 32px;
  width: 32px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  /* line 145, ../../src/sass/partials/buttons.scss */
  .roundbutton {
    height: 41px;
    width: 41px;
  }
}
/* line 156, ../../src/sass/partials/buttons.scss */
.roundbutton.big {
  height: 44px;
  width: 44px;
}
@media only screen and (min-width: 1024px) {
  /* line 156, ../../src/sass/partials/buttons.scss */
  .roundbutton.big {
    height: 80px;
    width: 80px;
  }
}
/* line 166, ../../src/sass/partials/buttons.scss */
.roundbutton.arrow {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  position: relative;
  min-width: 32px;
}
/* line 173, ../../src/sass/partials/buttons.scss */
.download-button .roundbutton.arrow {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 177, ../../src/sass/partials/buttons.scss */
.alumni-site .roundbutton.arrow {
  background-image: url("images/button-arrow-blue.svg");
}
/* line 182, ../../src/sass/partials/buttons.scss */
.chapel-site .roundbutton.arrow {
  background-image: url("images/menu-arrow-gold.svg");
}
/* line 187, ../../src/sass/partials/buttons.scss */
.oriel-site .roundbutton.arrow {
  background-image: url("images/menu-arrow.svg");
}
/* line 192, ../../src/sass/partials/buttons.scss */
.roundbutton.arrow.gold {
  background-image: url("images/menu-arrow-gold.svg");
}
/* line 195, ../../src/sass/partials/buttons.scss */
.roundbutton.arrow.red {
  background-image: url("images/menu-arrow.svg");
}
/* line 198, ../../src/sass/partials/buttons.scss */
.roundbutton.arrow.blue {
  background-image: url("images/button-arrow-blue.svg");
}
/* line 202, ../../src/sass/partials/buttons.scss */
.roundbutton.arrow:after {
  background-image: url("images/menu-arrow-hover.svg");
  background-repeat: no-repeat;
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  content: '';
  inset: 0;
  position: absolute;
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 202, ../../src/sass/partials/buttons.scss */
  .roundbutton.arrow:after {
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}
/* line 217, ../../src/sass/partials/buttons.scss */
.roundbutton.arrow:hover:after, .roundbutton.arrow:focus:after {
  opacity: 1;
}
/* line 222, ../../src/sass/partials/buttons.scss */
.roundbutton.arrow.file {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 228, ../../src/sass/partials/buttons.scss */
.button_text_link {
  text-decoration: none;
  color: inherit;
}
/* line 233, ../../src/sass/partials/buttons.scss */
.button_text_link:hover .roundbutton.arrow {
  background-image: url("images/menu-arrow-hover.svg");
}

/* line 240, ../../src/sass/partials/buttons.scss */
.cli-plugin-button.cli-plugin-main-button, .cli-plugin-button.wt-cli-accept-all-btn {
  background-color: transparent !important;
  border: 1px solid #1C1C1C;
  text-transform: uppercase !important;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 240, ../../src/sass/partials/buttons.scss */
  .cli-plugin-button.cli-plugin-main-button, .cli-plugin-button.wt-cli-accept-all-btn {
    -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  }
}
/* line 249, ../../src/sass/partials/buttons.scss */
.alumni-site .cli-plugin-button.cli-plugin-main-button,
.alumni-site .cli-plugin-button.wt-cli-accept-all-btn {
  border-color: #8E9EBD !important;
}
/* line 253, ../../src/sass/partials/buttons.scss */
.chapel-site .cli-plugin-button.cli-plugin-main-button, .chapel-site .cli-plugin-button.wt-cli-accept-all-btn {
  border-color: #89a399 !important;
}
/* line 257, ../../src/sass/partials/buttons.scss */
.oriel-site .cli-plugin-button.cli-plugin-main-button, .oriel-site .cli-plugin-button.wt-cli-accept-all-btn {
  border-color: #FF3D4C !important;
}

/* line 265, ../../src/sass/partials/buttons.scss */
.alumni-site .cli-plugin-button.cli-plugin-main-button:hover, .alumni-site .cli-plugin-button.cli-plugin-main-button:focus {
  color: #8E9EBD !important;
}
/* line 269, ../../src/sass/partials/buttons.scss */
.chapel-site .cli-plugin-button.cli-plugin-main-button:hover, .chapel-site .cli-plugin-button.cli-plugin-main-button:focus {
  color: #89a399 !important;
}
/* line 273, ../../src/sass/partials/buttons.scss */
.oriel-site .cli-plugin-button.cli-plugin-main-button:hover, .oriel-site .cli-plugin-button.cli-plugin-main-button:focus {
  color: #FF3D4C !important;
}

/* line 280, ../../src/sass/partials/buttons.scss */
.alumni-site .cli-plugin-button.wt-cli-accept-all-btn {
  background-color: #8E9EBD !important;
}
/* line 284, ../../src/sass/partials/buttons.scss */
.chapel-site .cli-plugin-button.wt-cli-accept-all-btn {
  background-color: #89a399 !important;
}
/* line 288, ../../src/sass/partials/buttons.scss */
.oriel-site .cli-plugin-button.wt-cli-accept-all-btn {
  background-color: #FF3D4C !important;
  color: #FFF !important;
}
/* line 293, ../../src/sass/partials/buttons.scss */
.cli-plugin-button.wt-cli-accept-all-btn:hover, .cli-plugin-button.wt-cli-accept-all-btn:focus {
  color: #1C1C1C !important;
}

/* line 303, ../../src/sass/partials/buttons.scss */
.link_no_style:hover .arrow:after, .link_no_style:focus .arrow:after {
  opacity: 1;
}

/* line 1, ../../src/sass/partials/footer.scss */
footer {
  padding: 0;
  vertical-align: baseline;
  color: #FFF;
  font-size: 18px;
  margin-top: 180px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/partials/footer.scss */
  footer {
    margin-top: 220px;
  }
}
/* line 12, ../../src/sass/partials/footer.scss */
footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.75rem;
}
@media only screen and (min-width: 1248px) {
  /* line 12, ../../src/sass/partials/footer.scss */
  footer .container {
    padding: 0 3.5rem;
  }
}
/* line 21, ../../src/sass/partials/footer.scss */
footer .container .logo-wrap {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  /* line 21, ../../src/sass/partials/footer.scss */
  footer .container .logo-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.33% - 3rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 3rem);
            flex: 0 0 calc(33.33% - 3rem);
    margin: 0;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 21, ../../src/sass/partials/footer.scss */
  footer .container .logo-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.33% - 4rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 4rem);
            flex: 0 0 calc(33.33% - 4rem);
  }
}
/* line 33, ../../src/sass/partials/footer.scss */
footer .container .logo-wrap .main-logo {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: auto;
  margin: 0 auto;
  display: block;
}
/* line 40, ../../src/sass/partials/footer.scss */
footer .container .logo-wrap .main-logo .home-logo {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/oriel-logo-footer.svg");
  background-color: transparent;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  max-width: 100%;
  width: 276px;
  height: 50px;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  display: block;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 40, ../../src/sass/partials/footer.scss */
  footer .container .logo-wrap .main-logo .home-logo {
    width: 294px;
    height: 56px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 40, ../../src/sass/partials/footer.scss */
  footer .container .logo-wrap .main-logo .home-logo {
    width: 441px;
    height: 84px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 40, ../../src/sass/partials/footer.scss */
  footer .container .logo-wrap .main-logo .home-logo {
    height: 62px;
    width: auto;
    max-width: 100%;
  }
}
/* line 69, ../../src/sass/partials/footer.scss */
footer .container .logo-wrap .main-logo .oxford-logo {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/oxford-logo.svg");
  background-color: transparent;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  width: 100px;
  height: 100px;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  display: block;
  margin-top: 30px;
}
/* line 83, ../../src/sass/partials/footer.scss */
footer .container .footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  /* line 83, ../../src/sass/partials/footer.scss */
  footer .container .footer-info {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 0;
       -moz-box-flex: 2;
        -ms-flex: 2 0 0px;
            flex: 2 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 83, ../../src/sass/partials/footer.scss */
  footer .container .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(66.66% - 1.5rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(66.66% - 1.5rem);
            flex: 0 0 calc(66.66% - 1.5rem);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 83, ../../src/sass/partials/footer.scss */
  footer .container .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(66.66% - 2rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(66.66% - 2rem);
            flex: 0 0 calc(66.66% - 2rem);
  }
}
/* line 103, ../../src/sass/partials/footer.scss */
footer .container.upper {
  margin-bottom: 0;
  background: #002147;
}
@media only screen and (min-width: 768px) {
  /* line 103, ../../src/sass/partials/footer.scss */
  footer .container.upper {
    padding-right: 4rem;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 103, ../../src/sass/partials/footer.scss */
  footer .container.upper {
    padding-right: 7rem;
  }
}
/* line 114, ../../src/sass/partials/footer.scss */
footer .container.middle {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #002147;
  margin-top: -1px;
}
@media only screen and (min-width: 768px) {
  /* line 114, ../../src/sass/partials/footer.scss */
  footer .container.middle {
    padding-right: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 114, ../../src/sass/partials/footer.scss */
  footer .container.middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 114, ../../src/sass/partials/footer.scss */
  footer .container.middle {
    padding-right: 7rem;
  }
}
/* line 136, ../../src/sass/partials/footer.scss */
footer .container.middle .contact_links .contact_wrap .contact p {
  margin: 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 136, ../../src/sass/partials/footer.scss */
  footer .container.middle .contact_links .contact_wrap .contact p {
    font-size: 16px;
  }
}
/* line 145, ../../src/sass/partials/footer.scss */
footer .container.middle .contact_links .contact_wrap .contact p a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  border-right: none !important;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  padding-left: 0;
}
/* line 156, ../../src/sass/partials/footer.scss */
footer .container.middle .contact_links {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media only screen and (min-width: 1024px) {
  /* line 156, ../../src/sass/partials/footer.scss */
  footer .container.middle .contact_links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 2rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2rem);
            flex: 0 0 calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1248px) {
  /* line 156, ../../src/sass/partials/footer.scss */
  footer .container.middle .contact_links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 3rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3rem);
            flex: 0 0 calc(50% - 3rem);
  }
}
/* line 168, ../../src/sass/partials/footer.scss */
footer .container.middle .quick_links {
  margin-right: 32px;
  margin-bottom: 28px;
  width: 192px;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 15px;
     -moz-box-flex: 1;
      -ms-flex: 1 0 15px;
          flex: 1 0 15px;
}
/* line 175, ../../src/sass/partials/footer.scss */
footer .container.middle .quick_links .h5, footer .container.middle .quick_links h5 {
  font-size: 12px;
  font-family: 'montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  /* line 175, ../../src/sass/partials/footer.scss */
  footer .container.middle .quick_links .h5, footer .container.middle .quick_links h5 {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 168, ../../src/sass/partials/footer.scss */
  footer .container.middle .quick_links {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 2rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2rem);
            flex: 0 0 calc(50% - 2rem);
    margin: 0;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 168, ../../src/sass/partials/footer.scss */
  footer .container.middle .quick_links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 3rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3rem);
            flex: 0 0 calc(50% - 3rem);
  }
}
/* line 202, ../../src/sass/partials/footer.scss */
footer .container.middle .quick_links a {
  border-right: none !important;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  padding-left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B51925), to(#B51925));
  background-image: -o-linear-gradient(#B51925, #B51925);
  background-image: -webkit-linear-gradient(#B51925, #B51925);
  background-image: -moz-linear-gradient(#B51925, #B51925);
  background-image: linear-gradient(#B51925, #B51925);
  background-position: right bottom 0;
  background-repeat: no-repeat;
  -moz-background-size: 0 2px;
    -o-background-size: 0 2px;
       background-size: 0 2px;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 202, ../../src/sass/partials/footer.scss */
  footer .container.middle .quick_links a {
    -webkit-transition: color .3s ease 0s, background-size .3s ease;
    -o-transition: color .3s ease 0s, -o-background-size .3s ease;
    -moz-transition: color .3s ease 0s, background-size .3s ease, -moz-background-size .3s ease;
    transition: color .3s ease 0s, background-size .3s ease;
    transition: color .3s ease 0s, background-size .3s ease, -moz-background-size .3s ease, -o-background-size .3s ease;
  }
}
@media only screen and (min-width: 768px) {
  /* line 202, ../../src/sass/partials/footer.scss */
  footer .container.middle .quick_links a {
    font-size: 16px;
    line-height: 19px;
  }
}
/* line 223, ../../src/sass/partials/footer.scss */
footer .container.middle .quick_links a:hover {
  outline: 0;
  -moz-background-size: 100% 2px;
    -o-background-size: 100% 2px;
       background-size: 100% 2px;
  background-position: left bottom 0;
}
/* line 231, ../../src/sass/partials/footer.scss */
footer .container.middle .contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 28px;
}
/* line 242, ../../src/sass/partials/footer.scss */
footer .container.middle .contact-wrap .contact {
  margin-right: 28px;
  margin-bottom: 16px;
}
/* line 246, ../../src/sass/partials/footer.scss */
footer .container.middle .contact-wrap .contact p {
  font-size: 16px;
}
/* line 258, ../../src/sass/partials/footer.scss */
footer .container.middle .map {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 224px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 258, ../../src/sass/partials/footer.scss */
  footer .container.middle .map {
    width: 520px;
  }
}
/* line 268, ../../src/sass/partials/footer.scss */
footer .container.middle .social-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
/* line 273, ../../src/sass/partials/footer.scss */
footer .container.middle .social-wrap .social-icons {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 278, ../../src/sass/partials/footer.scss */
footer .container.middle .social-wrap .social-icons a {
  height: 40px;
  width: 40px;
  margin: 10px 10px 10px 0;
}
/* line 283, ../../src/sass/partials/footer.scss */
footer .container.middle .social-wrap .social-icons a img {
  height: 40px;
  width: 40px;
}
/* line 288, ../../src/sass/partials/footer.scss */
footer .container.middle .social-wrap .social-icons a.social {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 40px;
  margin: 10px 10px 10px 0;
}
/* line 296, ../../src/sass/partials/footer.scss */
footer .container.middle .social-wrap .social-icons a.twitter {
  background-image: url("images/twitter-footer.svg");
}
/* line 300, ../../src/sass/partials/footer.scss */
footer .container.middle .social-wrap .social-icons a.facebook {
  background-image: url("images/facebook.svg");
}
/* line 304, ../../src/sass/partials/footer.scss */
footer .container.middle .social-wrap .social-icons a.instagram {
  background-image: url("images/instagram.svg");
}
/* line 308, ../../src/sass/partials/footer.scss */
footer .container.middle .social-wrap .social-icons a.linkedin {
  background-image: url("images/linkedin.svg");
}
/* line 316, ../../src/sass/partials/footer.scss */
footer .container.lower {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 30px;
}
@media (min-width: 1024px) and (max-width: 1268px) {
  /* line 316, ../../src/sass/partials/footer.scss */
  footer .container.lower {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1268px) {
  /* line 316, ../../src/sass/partials/footer.scss */
  footer .container.lower {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 338, ../../src/sass/partials/footer.scss */
footer .container.lower .rights_p {
  color: #717171;
  max-width: 235px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 338, ../../src/sass/partials/footer.scss */
  footer .container.lower .rights_p {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
  }
}
@media (min-width: 1268px) {
  /* line 338, ../../src/sass/partials/footer.scss */
  footer .container.lower .rights_p {
    padding-right: 0;
  }
}
/* line 357, ../../src/sass/partials/footer.scss */
footer .container.lower ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  /* line 357, ../../src/sass/partials/footer.scss */
  footer .container.lower ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 1.666px;
  }
}
/* line 366, ../../src/sass/partials/footer.scss */
footer .container.lower ul li {
  margin-right: 0;
  margin-left: 0;
  height: 23px;
}
/* line 371, ../../src/sass/partials/footer.scss */
footer .container.lower ul li:last-of-type {
  margin-right: 0;
}
/* line 375, ../../src/sass/partials/footer.scss */
footer .container.lower ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #717171;
}
@media only screen and (min-width: 768px) {
  /* line 375, ../../src/sass/partials/footer.scss */
  footer .container.lower ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 391, ../../src/sass/partials/footer.scss */
footer .container p,
footer .container a,
footer .container li {
  margin-bottom: 0;
}
/* line 397, ../../src/sass/partials/footer.scss */
footer .container ul {
  list-style-type: none;
  margin-left: 0;
}
/* line 402, ../../src/sass/partials/footer.scss */
footer .container ul li:last-of-type > a {
  border-right: none !important;
}
/* line 406, ../../src/sass/partials/footer.scss */
footer .container ul li:first-of-type > a {
  padding-left: 10px;
}
@media (min-width: 1268px) {
  /* line 406, ../../src/sass/partials/footer.scss */
  footer .container ul li:first-of-type > a {
    padding-left: 0;
  }
}
/* line 414, ../../src/sass/partials/footer.scss */
footer .container ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  vertical-align: top;
  padding-right: 8px;
  padding-left: 8px;
  color: #1C1C1C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B51925), to(#B51925));
  background-image: -o-linear-gradient(#B51925, #B51925);
  background-image: -webkit-linear-gradient(#B51925, #B51925);
  background-image: -moz-linear-gradient(#B51925, #B51925);
  background-image: linear-gradient(#B51925, #B51925);
  background-position: right bottom 0;
  background-repeat: no-repeat;
  -moz-background-size: 0 2px;
    -o-background-size: 0 2px;
       background-size: 0 2px;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 414, ../../src/sass/partials/footer.scss */
  footer .container ul li a {
    -webkit-transition: color .3s ease 0s, background-size .3s ease;
    -o-transition: color .3s ease 0s, -o-background-size .3s ease;
    -moz-transition: color .3s ease 0s, background-size .3s ease, -moz-background-size .3s ease;
    transition: color .3s ease 0s, background-size .3s ease;
    transition: color .3s ease 0s, background-size .3s ease, -moz-background-size .3s ease, -o-background-size .3s ease;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 414, ../../src/sass/partials/footer.scss */
  footer .container ul li a {
    border-right: solid 1px #1C1C1C;
  }
}
/* line 437, ../../src/sass/partials/footer.scss */
footer .container ul li a:hover, footer .container ul li a:focus {
  outline: 0;
  -moz-background-size: 100% 2px;
    -o-background-size: 100% 2px;
       background-size: 100% 2px;
  background-position: left bottom 0;
}
/* line 448, ../../src/sass/partials/footer.scss */
footer .link-boxes-container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transform: translateY(-4rem);
     -moz-transform: translateY(-4rem);
      -ms-transform: translateY(-4rem);
       -o-transform: translateY(-4rem);
          transform: translateY(-4rem);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 448, ../../src/sass/partials/footer.scss */
  footer .link-boxes-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
/* line 464, ../../src/sass/partials/footer.scss */
footer .link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #B51925;
  color: #FFF;
  padding: 2rem 3rem 2rem 2rem;
  font-size: 30px;
  text-decoration: none;
  position: relative;
  margin: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 100%;
  max-width: 240px;
  min-height: 125px;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 464, ../../src/sass/partials/footer.scss */
  footer .link-box {
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
}
/* line 484, ../../src/sass/partials/footer.scss */
footer .link-box + .link-box {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 464, ../../src/sass/partials/footer.scss */
  footer .link-box {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.33% - 2rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 2rem);
            flex: 0 0 calc(33.33% - 2rem);
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    min-height: 0;
    -webkit-transform: translateY(-webkit-calc(-50% - 4px));
       -moz-transform: translateY(-moz-calc(-50% - 4px));
        -ms-transform: translateY(calc(-50% - 4px));
         -o-transform: translateY(calc(-50% - 4px));
            transform: translateY(calc(-50% - 4px));
  }
  /* line 495, ../../src/sass/partials/footer.scss */
  footer .link-box + .link-box {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 464, ../../src/sass/partials/footer.scss */
  footer .link-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.33% - 3rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 3rem);
            flex: 0 0 calc(33.33% - 3rem);
    max-width: none;
    padding: 2rem;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 464, ../../src/sass/partials/footer.scss */
  footer .link-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.33% - 4rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 4rem);
            flex: 0 0 calc(33.33% - 4rem);
  }
}
/* line 510, ../../src/sass/partials/footer.scss */
.alumni-site footer .link-box {
  background-color: #8E9EBD;
}
/* line 514, ../../src/sass/partials/footer.scss */
.chapel-site footer .link-box {
  background-color: #89a399;
}
/* line 518, ../../src/sass/partials/footer.scss */
.oriel-site footer .link-box {
  background-color: #B51925;
}
/* line 522, ../../src/sass/partials/footer.scss */
footer .link-box:hover, footer .link-box:focus {
  background-color: #c4aa72;
}
/* line 526, ../../src/sass/partials/footer.scss */
footer .link-box:hover .golden-arrow, footer .link-box:focus .golden-arrow {
  -webkit-transform: translateX(0.5rem);
     -moz-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
       -o-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
@media (prefers-reduced-motion: no-preference) {
  /* line 531, ../../src/sass/partials/footer.scss */
  footer .link-box .golden-arrow {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out, -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -moz-transform 0.2s ease-out, -o-transform 0.2s ease-out;
  }
}
/* line 538, ../../src/sass/partials/footer.scss */
footer .link-box-text {
  line-height: 32px;
  font-size: 26px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
/* line 548, ../../src/sass/partials/footer.scss */
.alumni-site footer .link-box-text {
  color: #002147;
}
@media only screen and (min-width: 768px) {
  /* line 538, ../../src/sass/partials/footer.scss */
  footer .link-box-text {
    line-height: 27px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 538, ../../src/sass/partials/footer.scss */
  footer .link-box-text {
    line-height: 29px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 538, ../../src/sass/partials/footer.scss */
  footer .link-box-text {
    line-height: 36px;
    font-size: 30px;
  }
}
/* line 568, ../../src/sass/partials/footer.scss */
footer .golden-arrow {
  position: absolute;
  right: -2.5rem;
  bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  /* line 568, ../../src/sass/partials/footer.scss */
  footer .golden-arrow {
    bottom: 1.5rem;
  }
}
/* line 579, ../../src/sass/partials/footer.scss */
footer .golden-arrow > svg {
  width: 85px;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  /* line 579, ../../src/sass/partials/footer.scss */
  footer .golden-arrow > svg {
    width: 69px;
    height: 14px;
  }
}
/* line 589, ../../src/sass/partials/footer.scss */
footer .h5, footer h5 {
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 589, ../../src/sass/partials/footer.scss */
  footer .h5, footer h5 {
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    letter-spacing: 1px;
  }
}

/* line 1, ../../src/sass/partials/header.scss */
.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  background-color: transparent;
  height: 160px;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/partials/header.scss */
  .header-wrapper {
    position: fixed;
  }
}
@media only screen and (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  /* line 1, ../../src/sass/partials/header.scss */
  .header-wrapper {
    -webkit-transition-property: background-color,border-color,color,fill,stroke;
    -o-transition-property: background-color,border-color,color,fill,stroke;
    -moz-transition-property: background-color,border-color,color,fill,stroke;
    transition-property: background-color,border-color,color,fill,stroke;
    -webkit-transition-duration: .6s;
       -moz-transition-duration: .6s;
         -o-transition-duration: .6s;
            transition-duration: .6s;
  }
}

/* line 23, ../../src/sass/partials/header.scss */
.header-wrapper header {
  -webkit-transform: translate(0px, 0px);
     -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
       -o-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 10px;
  will-change: transform;
  z-index: 10;
  position: relative;
  background: #FFF;
}
@media only screen and (min-width: 1024px) {
  /* line 23, ../../src/sass/partials/header.scss */
  .header-wrapper header {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  /* line 23, ../../src/sass/partials/header.scss */
  .header-wrapper header {
    -webkit-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 39, ../../src/sass/partials/header.scss */
  .scrolled .header-wrapper header {
    padding: 30px 0 20px;
  }
}
/* line 44, ../../src/sass/partials/header.scss */
.header-wrapper header .container {
  margin-right: auto;
  margin-left: auto;
}
/* line 48, ../../src/sass/partials/header.scss */
.header-wrapper header .container .flex-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
@media only screen and (min-width: 1024px) {
  /* line 48, ../../src/sass/partials/header.scss */
  .header-wrapper header .container .flex-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 61, ../../src/sass/partials/header.scss */
.header-wrapper header .main-logo {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
/* line 68, ../../src/sass/partials/header.scss */
.header-wrapper header .main-logo .home-logo {
  background-color: white;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  display: block;
  z-index: 102;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 0;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 68, ../../src/sass/partials/header.scss */
  .header-wrapper header .main-logo .home-logo {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
/* line 72, ../../src/sass/partials/header.scss */
.alumni-site .header-wrapper header .main-logo .home-logo {
  background-image: url("images/alumni-site-logo-mobile-opti.svg");
  width: 148px;
  height: 52px;
}
@media only screen and (min-width: 560px) {
  /* line 72, ../../src/sass/partials/header.scss */
  .alumni-site .header-wrapper header .main-logo .home-logo {
    width: 148px;
    height: 52px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 72, ../../src/sass/partials/header.scss */
  .alumni-site .header-wrapper header .main-logo .home-logo {
    background-image: url("images/alumni-site-logo-opti.svg");
    width: 567px;
    height: 50px;
  }
}
/* line 89, ../../src/sass/partials/header.scss */
.chapel-site .header-wrapper header .main-logo .home-logo {
  background-image: url("images/chapel-site-logo-mobile-opti.svg");
  width: 163px;
  height: 45px;
}
@media only screen and (min-width: 560px) {
  /* line 89, ../../src/sass/partials/header.scss */
  .chapel-site .header-wrapper header .main-logo .home-logo {
    width: 163px;
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 89, ../../src/sass/partials/header.scss */
  .chapel-site .header-wrapper header .main-logo .home-logo {
    background-image: url("images/chapel-site-logo-opti.svg");
    width: 393px;
    height: 110px;
  }
}
/* line 106, ../../src/sass/partials/header.scss */
.oriel-site .header-wrapper header .main-logo .home-logo {
  background-image: url("images/oriel-main-site-logo-mobile-opti.svg");
  width: 150px;
  height: 28px;
}
@media only screen and (min-width: 560px) {
  /* line 106, ../../src/sass/partials/header.scss */
  .oriel-site .header-wrapper header .main-logo .home-logo {
    width: 150px;
    height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 106, ../../src/sass/partials/header.scss */
  .oriel-site .header-wrapper header .main-logo .home-logo {
    background-image: url("images/oriel-main-site-logo-opti.svg");
    width: 300px;
    height: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 125, ../../src/sass/partials/header.scss */
  .scrolled .header-wrapper header .main-logo .home-logo {
    width: 240px;
    height: 44px;
  }
  /* line 130, ../../src/sass/partials/header.scss */
  .chapel-site.scrolled .header-wrapper header .main-logo .home-logo {
    width: 258px;
    height: 70px;
  }
  /* line 135, ../../src/sass/partials/header.scss */
  .alumni-site.scrolled .header-wrapper header .main-logo .home-logo {
    width: 400px;
    height: 32px;
  }
}
/* line 152, ../../src/sass/partials/header.scss */
.header-wrapper header .breadcrumbs-container {
  display: none;
  grid-row-start: 2;
  align-self: flex-end;
}
@media only screen and (min-width: 1024px) {
  /* line 152, ../../src/sass/partials/header.scss */
  .header-wrapper header .breadcrumbs-container {
    margin: 0 auto 0 34px;
    padding-right: 16px;
  }
  /* line 161, ../../src/sass/partials/header.scss */
  .scrolled .header-wrapper header .breadcrumbs-container {
    display: block;
  }
}
/* line 167, ../../src/sass/partials/header.scss */
.header-wrapper header #breadcrumbs {
  color: #FF3D4C;
  font-size: 14px;
  margin: 0;
}
/* line 172, ../../src/sass/partials/header.scss */
.header-wrapper header #breadcrumbs a,
.header-wrapper header #breadcrumbs .breadcrumb_last {
  color: #1C1C1C;
  border-bottom: none;
}
/* line 179, ../../src/sass/partials/header.scss */
.header-wrapper header .burger-button {
  width: 36px;
  min-width: 36px;
  height: 21px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 999;
  display: inline-block;
}
/* line 188, ../../src/sass/partials/header.scss */
.header-wrapper header .burger-button:hover {
  cursor: pointer;
}
/* line 192, ../../src/sass/partials/header.scss */
.header-wrapper header .burger-button .bar {
  background-color: #1C1C1C;
  width: 36px;
  min-width: 36px;
  height: 2px;
  position: absolute;
  top: 50%;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 192, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button .bar {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
/* line 205, ../../src/sass/partials/header.scss */
.header-wrapper header .burger-button .top {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  width: 33px;
  min-width: 33px;
}
/* line 211, ../../src/sass/partials/header.scss */
.header-wrapper header .burger-button .mid {
  width: 36px;
  min-width: 36px;
}
/* line 216, ../../src/sass/partials/header.scss */
.header-wrapper header .burger-button .bot {
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  width: 26px;
  min-width: 26px;
}
/* line 223, ../../src/sass/partials/header.scss */
.header-wrapper header .burger-button.active .top {
  width: 29px;
  min-width: 29px;
  -webkit-transform: rotate(405deg);
     -moz-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
       -o-transform: rotate(405deg);
          transform: rotate(405deg);
}
/* line 229, ../../src/sass/partials/header.scss */
.header-wrapper header .burger-button.active .mid {
  width: 29px;
  min-width: 29px;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 0;
}
/* line 236, ../../src/sass/partials/header.scss */
.header-wrapper header .burger-button.active .bot {
  width: 29px;
  min-width: 29px;
  -webkit-transform: rotate(-405deg);
     -moz-transform: rotate(-405deg);
      -ms-transform: rotate(-405deg);
       -o-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
@media only screen and (min-width: 768px) {
  /* line 179, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button {
    width: 45px;
    min-width: 45px;
    height: 30px;
  }
  /* line 248, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button .bar {
    width: 45px;
    min-width: 45px;
  }
  /* line 253, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button .top {
    -webkit-transform: translateY(-13px);
       -moz-transform: translateY(-13px);
        -ms-transform: translateY(-13px);
         -o-transform: translateY(-13px);
            transform: translateY(-13px);
    width: 42px;
    min-width: 42px;
  }
  /* line 259, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button .mid {
    width: 45px;
    min-width: 45px;
  }
  /* line 264, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button .bot {
    -webkit-transform: translateY(13px);
       -moz-transform: translateY(13px);
        -ms-transform: translateY(13px);
         -o-transform: translateY(13px);
            transform: translateY(13px);
    width: 39px;
    min-width: 39px;
  }
  /* line 271, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button.active .top {
    width: 40px;
    min-width: 40px;
    -webkit-transform: rotate(405deg);
       -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
         -o-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  /* line 277, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button.active .mid {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
  }
  /* line 282, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button.active .bot {
    width: 40px;
    min-width: 40px;
    -webkit-transform: rotate(-405deg);
       -moz-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
         -o-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@media only screen and (min-width: 1024px) {
  /* line 179, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button {
    width: 59px;
    min-width: 59px;
    height: 36px;
  }
  /* line 295, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button .top {
    -webkit-transform: translateY(-18px);
       -moz-transform: translateY(-18px);
        -ms-transform: translateY(-18px);
         -o-transform: translateY(-18px);
            transform: translateY(-18px);
    width: 54px;
    min-width: 54px;
  }
  /* line 301, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button .mid {
    width: 57px;
    min-width: 57px;
  }
  /* line 306, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button .bot {
    -webkit-transform: translateY(18px);
       -moz-transform: translateY(18px);
        -ms-transform: translateY(18px);
         -o-transform: translateY(18px);
            transform: translateY(18px);
    width: 45px;
    min-width: 45px;
  }
  /* line 313, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button.active .top {
    width: 50px;
    min-width: 50px;
    -webkit-transform: rotate(405deg);
       -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
         -o-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  /* line 319, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button.active .mid {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
  }
  /* line 324, ../../src/sass/partials/header.scss */
  .header-wrapper header .burger-button.active .bot {
    width: 50px;
    min-width: 50px;
    -webkit-transform: rotate(-405deg);
       -moz-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
         -o-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@media only screen and (min-width: 1024px) {
  /* line 334, ../../src/sass/partials/header.scss */
  .scrolled .header-wrapper header .burger-button .top {
    -webkit-transform: translateY(-12px);
       -moz-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
         -o-transform: translateY(-12px);
            transform: translateY(-12px);
    width: 42px;
    min-width: 42px;
  }
  /* line 340, ../../src/sass/partials/header.scss */
  .scrolled .header-wrapper header .burger-button .mid {
    width: 45px;
    min-width: 45px;
  }
  /* line 345, ../../src/sass/partials/header.scss */
  .scrolled .header-wrapper header .burger-button .bot {
    -webkit-transform: translateY(12px);
       -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
         -o-transform: translateY(12px);
            transform: translateY(12px);
    width: 39px;
    min-width: 39px;
  }
  /* line 352, ../../src/sass/partials/header.scss */
  .scrolled .header-wrapper header .burger-button.active .top {
    width: 40px;
    min-width: 40px;
    -webkit-transform: rotate(405deg);
       -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
         -o-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  /* line 358, ../../src/sass/partials/header.scss */
  .scrolled .header-wrapper header .burger-button.active .mid {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
  }
  /* line 363, ../../src/sass/partials/header.scss */
  .scrolled .header-wrapper header .burger-button.active .bot {
    width: 40px;
    min-width: 40px;
    -webkit-transform: rotate(-405deg);
       -moz-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
         -o-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
/* line 373, ../../src/sass/partials/header.scss */
.header-wrapper header .menu-buttons-container {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 382, ../../src/sass/partials/header.scss */
.header-wrapper header .search-icon {
  background-image: url("images/search-icon.svg");
  width: 24px;
  height: 24px;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 382, ../../src/sass/partials/header.scss */
  .header-wrapper header .search-icon {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
/* line 396, ../../src/sass/partials/header.scss */
.header-wrapper header .search-icon .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
@media only screen and (min-width: 768px) {
  /* line 382, ../../src/sass/partials/header.scss */
  .header-wrapper header .search-icon {
    width: 31px;
    height: 31px;
    margin-left: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 382, ../../src/sass/partials/header.scss */
  .header-wrapper header .search-icon {
    width: 39px;
    height: 39px;
    margin-left: 50px;
  }
  /* line 419, ../../src/sass/partials/header.scss */
  .scrolled .header-wrapper header .search-icon {
    width: 28px;
    height: 28px;
    margin-left: 35px;
  }
}
/* line 427, ../../src/sass/partials/header.scss */
.header-wrapper header .hamburger-icon {
  background-image: url("images/hamburger.svg");
  width: 20px;
  height: 22px;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 30px;
  cursor: pointer;
}
/* line 438, ../../src/sass/partials/header.scss */
.header-wrapper header .hamburger-icon .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
@media (min-width: 1200px) {
  /* line 427, ../../src/sass/partials/header.scss */
  .header-wrapper header .hamburger-icon {
    margin-bottom: 0 !important;
  }
}
/* line 455, ../../src/sass/partials/header.scss */
.header-wrapper header .donation.button {
  margin-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 455, ../../src/sass/partials/header.scss */
  .header-wrapper header .donation.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 466, ../../src/sass/partials/header.scss */
.header-wrapper header .donation.button a.button {
  background-color: #C6CEDE;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 27px;
  width: 132px;
  height: auto;
  border: none;
  padding: 4px 0;
  text-align: center;
  font-weight: 400;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 466, ../../src/sass/partials/header.scss */
  .header-wrapper header .donation.button a.button {
    -webkit-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 466, ../../src/sass/partials/header.scss */
  .header-wrapper header .donation.button a.button {
    padding: 10px 0;
  }
  /* line 485, ../../src/sass/partials/header.scss */
  .scrolled .header-wrapper header .donation.button a.button {
    padding: 2px 0;
  }
}
/* line 490, ../../src/sass/partials/header.scss */
.alumni-site .header-wrapper header .donation.button a.button {
  background-color: #8E9EBD;
}
/* line 492, ../../src/sass/partials/header.scss */
.alumni-site .header-wrapper header .donation.button a.button:hover {
  background-color: #FFF;
  border: solid 1px #8E9EBD;
}
/* line 498, ../../src/sass/partials/header.scss */
.chapel-site .header-wrapper header .donation.button a.button {
  background-color: #89a399;
}
/* line 501, ../../src/sass/partials/header.scss */
.chapel-site .header-wrapper header .donation.button a.button:hover {
  background-color: #FFF;
  border: solid 1px #89a399;
}
/* line 507, ../../src/sass/partials/header.scss */
.oriel-site .header-wrapper header .donation.button a.button {
  background-color: #FF3D4C;
  color: #1C1C1C;
}
/* line 511, ../../src/sass/partials/header.scss */
.oriel-site .header-wrapper header .donation.button a.button:hover {
  background-color: #FFF;
  border: solid 1px #FF3D4C;
}
/* line 517, ../../src/sass/partials/header.scss */
.header-wrapper header .donation.button a.button:hover, .header-wrapper header .donation.button a.button:focus {
  color: #1C1C1C;
}

/* line 527, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper {
  display: none;
  background: #FFF;
  -webkit-animation-name: fadeIn;
     -moz-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: -webkit-calc(100vh - 72px);
  height: -moz-calc(100vh - 72px);
  height: calc(100vh - 72px);
  top: 3px;
  font-family: 'montserrat', sans-serif;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 527, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper {
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
}
/* line 542, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
/* line 547, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner {
  background: #FFF;
  padding: 40px;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  display: grid;
  gap: 28px;
  grid-template-rows: 1fr;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 547, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner {
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
}
/* line 563, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .menu-box {
  background-color: #FBF4DF;
  -webkit-box-ordinal-group: 2;
  -webkit-transform: translate(0px, 0%);
     -moz-transform: translate(0px, 0%);
      -ms-transform: translate(0px, 0%);
       -o-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem;
}
@media only screen and (min-width: 480px) {
  /* line 563, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .menu-box {
    padding: 3rem;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 563, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .menu-box {
    width: 35%;
    height: 100%;
    padding: 3.1rem;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 39px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 563, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .menu-box {
    width: 30%;
  }
}
@media only screen and (min-width: 480px) {
  /* line 593, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .menu-box .main-nav-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 593, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .menu-box .main-nav-menu {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
/* line 605, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .menu-box .main-nav-menu ul li a {
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 600;
}
/* line 613, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .menu-box #menu-main-menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 621, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .menu-box .secondary-nav-menu ul {
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 626, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .menu-box .secondary-nav-menu ul li {
  list-style: none;
  display: table;
  padding-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 626, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .menu-box .secondary-nav-menu ul li {
    width: 90%;
  }
}
/* line 636, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .menu-box .secondary-nav-menu ul li a {
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 100;
}
/* line 642, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .menu-box .secondary-nav-menu ul li a .animate-underline-child {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  -moz-background-size: 100% 2px;
    -o-background-size: 100% 2px;
       background-size: 100% 2px;
  background-position: left bottom 0;
}
@media only screen and (min-width: 480px) {
  /* line 620, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .menu-box .secondary-nav-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 620, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .menu-box .secondary-nav-menu {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
/* line 663, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .menu-box ul li a {
  text-decoration: none;
  color: #1C1C1C;
}
/* line 670, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .menu-box #menu-main-menu > li a {
  color: black;
}
/* line 676, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box {
  -webkit-transform: translate(0%, 0px);
     -moz-transform: translate(0%, 0px);
      -ms-transform: translate(0%, 0px);
       -o-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
  background-color: #FBF4DF;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding: 2rem;
}
@media only screen and (min-width: 1024px) {
  /* line 676, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .search-box {
    height: -webkit-calc(50% - 19px);
    height: -moz-calc(50% - 19px);
    height: calc(50% - 19px);
    margin-bottom: 0;
  }
}
/* line 689, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 480px) {
  /* line 689, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .search-box .search-container {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 689, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .search-box .search-container {
    padding: 3.75rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 710, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .search-form-container {
  position: relative;
}
/* line 713, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .search-form-container .h3, .mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .search-form-container h3 {
  font-family: 'montserrat', sans-serif;
  margin-top: 0;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0;
}
/* line 721, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .search-form-container .search-form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 724, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .search-form-container .search-form-div .search-field {
  display: block;
  width: 100%;
  padding: 0.5rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-style: none;
  --bg-opacity: 1;
  background-color: #FFF;
  --text-opacity: 1;
  color: #000;
  color: rgba(0,0,0,var(--text-opacity));
  outline: 0;
  font-size: 14px;
  -webkit-appearance: initial;
}
/* line 740, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .search-form-container .search-form-div .search-button {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0.4rem 0.6rem;
  font-weight: 700;
  text-align: center;
  --bg-opacity: 1;
  background-color: #B51925;
  --text-opacity: 1;
  color: #000;
  color: rgba(0,0,0,var(--text-opacity));
  --border-opacity: 1;
  border: 1px solid #B51925;
  cursor: pointer;
}
/* line 756, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .search-form-container .search-form-div .search-button svg {
  width: 17px;
  height: 17px;
  margin-right: 0;
  max-width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}
/* line 769, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container {
  -webkit-box-direction: normal;
}
@media only screen and (min-width: 1024px) {
  /* line 769, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container {
    display: block;
  }
}
/* line 776, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container .h4, .mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container h4 {
  font-family: 'montserrat', sans-serif;
  font-size: 14px;
  padding-right: 10px;
}
/* line 782, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 788, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container ul li {
  display: inline-block;
  margin-right: 1rem;
}
/* line 792, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container ul li a {
  text-decoration: none;
  color: black;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 792, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container ul li a {
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    -moz-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
  }
}
/* line 800, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container ul li a span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B51925), to(#B51925));
  background-image: -o-linear-gradient(#B51925, #B51925);
  background-image: -webkit-linear-gradient(#B51925, #B51925);
  background-image: -moz-linear-gradient(#B51925, #B51925);
  background-image: linear-gradient(#B51925, #B51925);
  background-position: right bottom 0;
  background-repeat: no-repeat;
  -moz-background-size: 0 2px;
    -o-background-size: 0 2px;
       background-size: 0 2px;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 800, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container ul li a span {
    -o-transition: -o-background-size .3s ease;
    -moz-transition: background-size .3s ease, -moz-background-size .3s ease;
    transition: background-size .3s ease;
    transition: background-size .3s ease, -moz-background-size .3s ease, -o-background-size .3s ease;
    -webkit-transition: background-size .3s ease;
  }
}
/* line 813, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container ul li a:hover {
  outline: 0;
}
/* line 816, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .search-box .search-container .popular-terms-container ul li a:hover span {
  -moz-background-size: 100% 2px;
    -o-background-size: 100% 2px;
       background-size: 100% 2px;
  background-position: left bottom 0;
}
/* line 828, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .promotion-box {
  -webkit-transform: translate(0%, 0px);
     -moz-transform: translate(0%, 0px);
      -ms-transform: translate(0%, 0px);
       -o-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
  background-color: #FBF4DF;
  margin-top: 0;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1024px) {
  /* line 828, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .promotion-box {
    height: 50%;
  }
}
/* line 838, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
  --bg-opacity: 1;
}
/* line 845, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1024px) {
  /* line 845, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-image {
    width: 63%;
  }
}
/* line 858, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-image img {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
/* line 871, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}
@media only screen and (min-width: 1024px) {
  /* line 871, ../../src/sass/partials/header.scss */
  .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-text {
    width: 37%;
    height: auto;
  }
}
/* line 883, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-text .h3, .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-text h3 {
  font-family: 'montserrat', sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 20px;
  letter-spacing: 0;
}
/* line 893, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button {
  width: 132px;
  padding: 14px 0;
  border-color: #FF3D4C;
  background: transparent;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 3px;
  cursor: pointer;
}
/* line 902, ../../src/sass/partials/header.scss */
.alumni-site .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button {
  border-color: #8E9EBD;
}
/* line 905, ../../src/sass/partials/header.scss */
.chapel-site .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button {
  border-color: #89a399;
}
/* line 908, ../../src/sass/partials/header.scss */
.oriel-site .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button {
  border-color: #FF3D4C;
}
/* line 912, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button:hover {
  color: #FF3D4C;
}
/* line 914, ../../src/sass/partials/header.scss */
.alumni-site .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button:hover {
  color: #8E9EBD;
}
/* line 917, ../../src/sass/partials/header.scss */
.chapel-site .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button:hover {
  color: #89a399;
}
/* line 920, ../../src/sass/partials/header.scss */
.oriel-site .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button:hover {
  color: #FF3D4C;
}
/* line 925, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button:focus {
  color: #FF3D4C;
}
/* line 927, ../../src/sass/partials/header.scss */
.alumni-site .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button:focus {
  color: #8E9EBD;
}
/* line 930, ../../src/sass/partials/header.scss */
.chapel-site .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button:focus {
  color: #89a399;
}
/* line 933, ../../src/sass/partials/header.scss */
.oriel-site .mobile-nav-wrapper .mobile-nav-inner .promotion-box .promotion-wrapper .promotion-button:focus {
  color: #FF3D4C;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* line 951, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .h4, .mobile-nav-wrapper h4 {
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: unset;
  display: inline-block;
}
/* line 959, ../../src/sass/partials/header.scss */
.mobile-nav-wrapper .h5, .mobile-nav-wrapper h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: unset;
  margin: 0;
}

/* line 968, ../../src/sass/partials/header.scss */
.nav-wrapper {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #FFF;
  padding: 40px;
  opacity: 1;
  -webkit-animation-name: fadeIn;
     -moz-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px !important;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 968, ../../src/sass/partials/header.scss */
  .nav-wrapper {
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
}
/* line 991, ../../src/sass/partials/header.scss */
.nav-wrapper .nav-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1248px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media only screen and (min-width: 560px) {
  /* line 991, ../../src/sass/partials/header.scss */
  .nav-wrapper .nav-inner {
    padding: 0 24px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  /* line 991, ../../src/sass/partials/header.scss */
  .nav-wrapper .nav-inner {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
/* line 997, ../../src/sass/partials/header.scss */
.nav-wrapper.active {
  display: block;
}
@media only screen and (min-width: 1024px) {
  /* line 968, ../../src/sass/partials/header.scss */
  .nav-wrapper {
    top: 137px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 968, ../../src/sass/partials/header.scss */
  .nav-wrapper {
    height: -webkit-calc(100vh - 137px);
    height: -moz-calc(100vh - 137px);
    height: calc(100vh - 137px);
    overflow: auto;
  }
}
/* line 1010, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right {
  background-color: #FBF4DF;
  overflow: hidden;
  height: 685px;
  scroll-behavior: smooth;
  width: 385px;
  padding-top: 53px;
  padding-left: 0;
  padding-right: 12px;
}
/* line 1020, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .menu-scrollable-container {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
/* line 1026, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .menu-scrollable-container::-webkit-scrollbar {
  width: 5px;
}
/* line 1031, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .menu-scrollable-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* line 1036, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .menu-scrollable-container::-webkit-scrollbar-thumb {
  background: #888;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
/* line 1042, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .menu-scrollable-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* line 1047, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .main-nav-menu {
  padding-right: 0;
  padding-left: 49px;
}
/* line 1052, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .main-nav-menu ul li a {
  color: #1C1C1C;
  font-size: 1.25rem;
  font-weight: 600;
}
/* line 1060, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right #menu-main-menu-1 {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 1067, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .secondary-nav-menu {
  overflow: hidden;
  padding-left: 49px;
}
/* line 1071, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .secondary-nav-menu ul {
  margin-left: 0;
}
/* line 1074, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .secondary-nav-menu ul li {
  list-style: none;
  display: table;
  padding-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 1074, ../../src/sass/partials/header.scss */
  .nav-wrapper .panel-right .secondary-nav-menu ul li {
    width: 90%;
  }
}
/* line 1084, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .secondary-nav-menu ul li a {
  color: #1C1C1C;
  font-size: 1.25rem;
  font-weight: 100;
}
/* line 1089, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right .secondary-nav-menu ul li a .animate-underline-child {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  -moz-background-size: 100% 2px;
    -o-background-size: 100% 2px;
       background-size: 100% 2px;
  background-position: left bottom 0;
}
@media only screen and (min-width: 1024px) {
  /* line 1067, ../../src/sass/partials/header.scss */
  .nav-wrapper .panel-right .secondary-nav-menu {
    padding-right: 0;
  }
}
/* line 1108, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right ul li a {
  text-decoration: none;
  color: #1C1C1C;
}
/* line 1116, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-right #menu-main-menu-1 > li a {
  color: black;
}
/* line 1122, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  margin-right: 37px;
}
@media only screen and (min-width: 1024px) {
  /* line 1122, ../../src/sass/partials/header.scss */
  .nav-wrapper .panel-left {
    width: 775px;
    height: 685px;
  }
}
/* line 1134, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box {
  background-color: #FBF4DF;
  height: 325px;
  margin-bottom: 34px;
}
/* line 1139, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .h3, .nav-wrapper .panel-left .search-box h3 {
  font-family: 'montserrat', sans-serif;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 36px;
  letter-spacing: 0;
}
/* line 1147, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 1153, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .search-form-container {
  position: relative;
}
/* line 1156, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .search-form-container .search-form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 1159, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .search-form-container .search-form-div .search-field {
  display: block;
  width: -webkit-calc(100% - 78px);
  width: -moz-calc(100% - 78px);
  width: calc(100% - 78px);
  padding: 32px;
  border-style: none;
  background-color: #FFF;
  color: #000;
  outline: 0;
  font-size: 19px;
  height: 78px;
  -webkit-appearance: initial;
}
/* line 1172, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .search-form-container .search-form-div .search-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  background-color: #B51925;
  color: #1C1C1C;
  border: none;
  cursor: pointer;
  height: 78px;
  width: 78px;
}
/* line 1185, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .search-form-container .search-form-div .search-button svg {
  width: 34px;
  height: 34px;
  vertical-align: middle;
}
/* line 1194, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .popular-terms-container {
  display: none;
  -webkit-box-direction: normal;
}
@media only screen and (min-width: 1024px) {
  /* line 1194, ../../src/sass/partials/header.scss */
  .nav-wrapper .panel-left .search-box .search-container .popular-terms-container {
    display: block;
  }
}
/* line 1202, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .popular-terms-container ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1208, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .popular-terms-container ul li {
  margin-right: 1rem;
}
/* line 1211, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .popular-terms-container ul li a {
  font-family: 'montserrat', sans-serif;
  text-decoration: none;
  color: black;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 1211, ../../src/sass/partials/header.scss */
  .nav-wrapper .panel-left .search-box .search-container .popular-terms-container ul li a {
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    -moz-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
  }
}
/* line 1219, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .popular-terms-container ul li a span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B51925), to(#B51925));
  background-image: -o-linear-gradient(#B51925, #B51925);
  background-image: -webkit-linear-gradient(#B51925, #B51925);
  background-image: -moz-linear-gradient(#B51925, #B51925);
  background-image: linear-gradient(#B51925, #B51925);
  background-position: right bottom 0;
  background-repeat: no-repeat;
  -moz-background-size: 0 2px;
    -o-background-size: 0 2px;
       background-size: 0 2px;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 1219, ../../src/sass/partials/header.scss */
  .nav-wrapper .panel-left .search-box .search-container .popular-terms-container ul li a span {
    -o-transition: -o-background-size .3s ease;
    -moz-transition: background-size .3s ease, -moz-background-size .3s ease;
    transition: background-size .3s ease;
    transition: background-size .3s ease, -moz-background-size .3s ease, -o-background-size .3s ease;
    -webkit-transition: background-size .3s ease;
  }
}
/* line 1232, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .popular-terms-container ul li a:hover {
  outline: 0;
}
/* line 1235, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .search-box .search-container .popular-terms-container ul li a:hover span {
  -moz-background-size: 100% 2px;
    -o-background-size: 100% 2px;
       background-size: 100% 2px;
  background-position: left bottom 0;
}
/* line 1247, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .promotion-box {
  background-color: #FBF4DF;
  height: 325px;
}
/* line 1251, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .promotion-box .promotion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* line 1259, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-image {
  position: relative;
  z-index: 1;
  height: 325px;
  width: 100%;
  max-width: 485px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
}
/* line 1269, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-image img {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
/* line 1282, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 1282, ../../src/sass/partials/header.scss */
  .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-text {
    width: 37%;
    height: 100%;
  }
}
/* line 1295, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-text .h3, .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-text h3 {
  font-weight: 400;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1024px) {
  /* line 1295, ../../src/sass/partials/header.scss */
  .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-text .h3, .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-text h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 1295, ../../src/sass/partials/header.scss */
  .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-text .h3, .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-text h3 {
    font-size: 1.5rem;
  }
}
/* line 1310, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button {
  width: 132px;
  padding: 14px 0;
  border-color: #FF3D4C;
  background: transparent;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 3px;
  cursor: pointer;
}
/* line 1320, ../../src/sass/partials/header.scss */
.alumni-site .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button {
  border-color: #8E9EBD;
}
/* line 1323, ../../src/sass/partials/header.scss */
.chapel-site .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button {
  border-color: #89a399;
}
/* line 1326, ../../src/sass/partials/header.scss */
.oriel-site .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button {
  border-color: #FF3D4C;
}
/* line 1330, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button:hover {
  color: #FF3D4C;
}
/* line 1333, ../../src/sass/partials/header.scss */
.alumni-site .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button:hover {
  color: #8E9EBD;
}
/* line 1336, ../../src/sass/partials/header.scss */
.chapel-site .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button:hover {
  color: #89a399;
}
/* line 1339, ../../src/sass/partials/header.scss */
.oriel-site .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button:hover {
  color: #FF3D4C;
}
/* line 1344, ../../src/sass/partials/header.scss */
.nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button:focus {
  color: #FF3D4C;
}
/* line 1347, ../../src/sass/partials/header.scss */
.alumni-site .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button:focus {
  color: #8E9EBD;
}
/* line 1350, ../../src/sass/partials/header.scss */
.chapel-site .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button:focus {
  color: #89a399;
}
/* line 1353, ../../src/sass/partials/header.scss */
.oriel-site .nav-wrapper .panel-left .promotion-box .promotion-wrapper .promotion-button:focus {
  color: #FF3D4C;
}
@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* line 1371, ../../src/sass/partials/header.scss */
.nav-wrapper .h4, .nav-wrapper h4 {
  font-family: 'montserrat', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: unset;
  display: inline-block;
  padding-right: 0.5rem;
}
/* line 1381, ../../src/sass/partials/header.scss */
.nav-wrapper .h5, .nav-wrapper h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: unset;
  margin: 0;
}

/* line 1390, ../../src/sass/partials/header.scss */
.back-li {
  margin-bottom: 25px;
}
/* line 1393, ../../src/sass/partials/header.scss */
.back-li .menu-item-inner {
  position: relative;
  padding-left: 20px;
  left: -20px;
}

/* line 1400, ../../src/sass/partials/header.scss */
.menu-item {
  list-style: none;
}
/* line 1404, ../../src/sass/partials/header.scss */
.menu-item.sub-menu-open > .menu-item-inner {
  -webkit-transform: translate(-50px, 0px);
     -moz-transform: translate(-50px, 0px);
      -ms-transform: translate(-50px, 0px);
       -o-transform: translate(-50px, 0px);
          transform: translate(-50px, 0px);
  opacity: 0;
  overflow: hidden;
  height: 0;
  pointer-events: none;
  visibility: hidden;
}
/* line 1413, ../../src/sass/partials/header.scss */
.menu-item.sub-menu-open > .sub-menu {
  display: block;
}
/* line 1416, ../../src/sass/partials/header.scss */
.menu-item.sub-menu-open > .sub-menu .menu-item-inner {
  -webkit-transform: translate(0px, 0px);
     -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
       -o-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  visibility: visible;
  cursor: pointer;
}
/* line 1427, ../../src/sass/partials/header.scss */
.menu-item .menu-item-inner {
  will-change: transform;
  -webkit-transform: translate(0px, 0px);
     -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
       -o-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  visibility: visible;
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 1427, ../../src/sass/partials/header.scss */
  .menu-item .menu-item-inner {
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
  }
}
/* line 1440, ../../src/sass/partials/header.scss */
.menu-item .menu-item-inner .menu-button {
  text-decoration: none;
  width: 95%;
  text-align: left;
  padding: 0.5rem 0 0.5rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 1440, ../../src/sass/partials/header.scss */
  .menu-item .menu-item-inner .menu-button {
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1440, ../../src/sass/partials/header.scss */
  .menu-item .menu-item-inner .menu-button {
    font-size: 24px;
  }
  /* line 1467, ../../src/sass/partials/header.scss */
  .nav-wrapper .menu-item .menu-item-inner .menu-button {
    font-size: 1.25rem;
    padding: 0.24rem 0;
  }
}
/* line 1473, ../../src/sass/partials/header.scss */
.menu-item .menu-item-inner .menu-button .menu-arrow {
  cursor: pointer;
  width: 32px;
  min-width: 32px;
  height: 32px;
  -moz-background-size: 14px 10px;
    -o-background-size: 14px 10px;
       background-size: 14px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  background-image: url("images/simple-arrow-right.svg");
  background-color: #FF3D4C;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 1473, ../../src/sass/partials/header.scss */
  .menu-item .menu-item-inner .menu-button .menu-arrow {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
/* line 1489, ../../src/sass/partials/header.scss */
.alumni-site .menu-item .menu-item-inner .menu-button .menu-arrow {
  background-color: #8E9EBD;
}
/* line 1493, ../../src/sass/partials/header.scss */
.chapel-site .menu-item .menu-item-inner .menu-button .menu-arrow {
  background-color: #c4aa72;
}
/* line 1497, ../../src/sass/partials/header.scss */
.oriel-site .menu-item .menu-item-inner .menu-button .menu-arrow {
  background-color: #FF3D4C;
}
@media only screen and (min-width: 1248px) {
  /* line 1473, ../../src/sass/partials/header.scss */
  .menu-item .menu-item-inner .menu-button .menu-arrow {
    width: 41px;
    min-width: 41px;
    height: 41px;
  }
}
/* line 1509, ../../src/sass/partials/header.scss */
.menu-item .menu-item-inner .menu-button:hover .menu-arrow {
  background-color: #1C1C1C;
  -webkit-transform: translateX(0.35rem);
  -ms-transform: translateX(0.35rem);
  -moz-transform: translateX(0.35rem);
    -o-transform: translateX(0.35rem);
       transform: translateX(0.35rem);
}
/* line 1518, ../../src/sass/partials/header.scss */
.menu-item .menu-item-inner .menu-link {
  text-decoration: none;
  width: 95%;
  text-align: left;
  padding: 0.5rem 0 0.5rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid;
  color: #1C1C1C;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
}
/* line 1541, ../../src/sass/partials/header.scss */
.menu-item .menu-button-back {
  text-decoration: none;
  width: 95%;
  text-align: left;
  padding: 0.5rem 0 0.5rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 1541, ../../src/sass/partials/header.scss */
  .menu-item .menu-button-back {
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1541, ../../src/sass/partials/header.scss */
  .menu-item .menu-button-back {
    font-size: 24px;
  }
}
/* line 1567, ../../src/sass/partials/header.scss */
.menu-item .menu-button-back .menu-arrow {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: transparent;
  -moz-background-size: 14px 10px;
    -o-background-size: 14px 10px;
       background-size: 14px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  margin-right: 15px;
  background-image: url("images/simple-arrow-left.svg");
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 1567, ../../src/sass/partials/header.scss */
  .menu-item .menu-button-back .menu-arrow {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
/* line 1583, ../../src/sass/partials/header.scss */
.alumni-site .menu-item .menu-button-back .menu-arrow {
  background-color: #8E9EBD;
}
/* line 1587, ../../src/sass/partials/header.scss */
.chapel-site .menu-item .menu-button-back .menu-arrow {
  background-color: #c4aa72;
}
/* line 1591, ../../src/sass/partials/header.scss */
.oriel-site .menu-item .menu-button-back .menu-arrow {
  background-color: #FF3D4C;
}
@media only screen and (min-width: 1248px) {
  /* line 1567, ../../src/sass/partials/header.scss */
  .menu-item .menu-button-back .menu-arrow {
    width: 41px;
    min-width: 41px;
    height: 41px;
  }
}
/* line 1605, ../../src/sass/partials/header.scss */
.menu-item .menu-button-back:hover .menu-arrow {
  background-color: #1C1C1C;
  -webkit-transform: translateX(-0.35rem);
  -ms-transform: translateX(-0.35rem);
  -moz-transform: translateX(-0.35rem);
    -o-transform: translateX(-0.35rem);
       transform: translateX(-0.35rem);
}
/* line 1614, ../../src/sass/partials/header.scss */
.menu-item .sub-menu {
  display: none;
  will-change: transform;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 1614, ../../src/sass/partials/header.scss */
  .menu-item .sub-menu {
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
  }
}
/* line 1627, ../../src/sass/partials/header.scss */
.menu-item .sub-menu .menu-item-inner {
  -webkit-transform: translate(50px, 0px);
     -moz-transform: translate(50px, 0px);
      -ms-transform: translate(50px, 0px);
       -o-transform: translate(50px, 0px);
          transform: translate(50px, 0px);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}

/* line 1639, ../../src/sass/partials/header.scss */
.menu-items-hidden > .menu-item > .menu-item-inner {
  -webkit-transform: translate(-50px, 0px) !important;
     -moz-transform: translate(-50px, 0px) !important;
      -ms-transform: translate(-50px, 0px) !important;
       -o-transform: translate(-50px, 0px) !important;
          transform: translate(-50px, 0px) !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* line 1650, ../../src/sass/partials/header.scss */
#main_content {
  padding-top: 72.8px;
  padding-bottom: 0;
  overflow-x: hidden;
}
@media only screen and (min-width: 560px) {
  /* line 1650, ../../src/sass/partials/header.scss */
  #main_content {
    padding-top: 96px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1650, ../../src/sass/partials/header.scss */
  #main_content {
    padding-top: 107px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1650, ../../src/sass/partials/header.scss */
  #main_content {
    padding-top: 130px;
  }
}

/* cookie */
/* line 1669, ../../src/sass/partials/header.scss */
.ctcc-left-side {
  font-size: 16px;
  color: #fff;
  font-family: "museo-slab", serif;
}

/* line 1675, ../../src/sass/partials/header.scss */
.ctcc-more-info-link {
  font-size: 16px;
  font-family: "museo-slab", serif;
}

/* line 1680, ../../src/sass/partials/header.scss */
.ctcc-more-info-link a {
  text-decoration: underline;
}

/* line 1684, ../../src/sass/partials/header.scss */
.ctcc-right-side button#catapultCookie {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  height: 33px;
  text-align: center;
  padding: 0 10px;
  color: #0E3E5E;
  font-size: 16px;
  font-family: "museo-slab", serif;
  border: 1px solid #0E3E5E;
}

/* line 1695, ../../src/sass/partials/header.scss */
.has-cookie-bar #catapult-cookie-bar {
  padding: 10px !important;
}

/* line 1699, ../../src/sass/partials/header.scss */
#catapult-cookie-bar {
  background: #0e3e5e !important;
}

/* line 1703, ../../src/sass/partials/header.scss */
.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
/* line 1710, ../../src/sass/partials/header.scss */
.screenreader-text:focus {
  height: auto;
  width: auto;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  clip: auto;
  color: #1C1C1C;
  display: block;
  font-weight: 600;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 6px;
  top: 7px;
  text-decoration: none;
  text-transform: none;
  z-index: 100000;
}

/* line 4, ../../src/sass/partials/tiles.scss */
.tiles .title {
  margin-bottom: 32px;
}
/* line 8, ../../src/sass/partials/tiles.scss */
.tiles .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -20px;
}
/* line 13, ../../src/sass/partials/tiles.scss */
.tiles .items > .tile,
.tiles .items > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0 solid transparent;
  border-width: 0 20px 20px 0;
}
/* line 29, ../../src/sass/partials/tiles.scss */
.tiles .items > .tile .image,
.tiles .items > a .image {
  height: 169px;
  background-color: #767676;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 37, ../../src/sass/partials/tiles.scss */
.tiles .items > .tile .image.svg,
.tiles .items > a .image.svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 42, ../../src/sass/partials/tiles.scss */
.tiles .items > .tile .image.svg svg,
.tiles .items > a .image.svg svg {
  height: 80%;
  width: auto;
}
/* line 49, ../../src/sass/partials/tiles.scss */
.tiles .items > .tile .number,
.tiles .items > a .number {
  background: green;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 500;
  margin-right: 20px;
  margin: auto;
  max-width: 120px;
  max-height: 120px;
  width: 50vw;
  height: 50vw;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 18px;
}
/* line 61, ../../src/sass/partials/tiles.scss */
.tiles .items > .tile .content,
.tiles .items > a .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 20px;
}
/* line 66, ../../src/sass/partials/tiles.scss */
.tiles .items > .tile .link,
.tiles .items > a .link {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 74, ../../src/sass/partials/tiles.scss */
.tiles .items > .tile .link a,
.tiles .items > a .link a {
  width: 100%;
}
/* line 85, ../../src/sass/partials/tiles.scss */
.tiles[data-items="2"] .tile .image {
  height: 130px;
}
/* line 95, ../../src/sass/partials/tiles.scss */
.tiles[data-items="3"] .tile .image {
  height: 130px;
}
/* line 105, ../../src/sass/partials/tiles.scss */
.tiles[data-items="5"] .tile .image {
  height: 130px;
}
/* line 115, ../../src/sass/partials/tiles.scss */
.tiles[data-items="6"] .tile .image {
  height: 106px;
}
@media only screen and (min-width: 400px) {
  /* line 151, ../../src/sass/partials/tiles.scss */
  .tiles[data-items="3"] .image, .tiles[data-items="4"] .image, .tiles[data-items="5"] .image, .tiles[data-items="6"] .image {
    width: 100% !important;
    padding-bottom: 100%;
    margin: 0 auto 18px;
  }
}
@media only screen and (min-width: 400px) and (min-width: 400px) {
  /* line 151, ../../src/sass/partials/tiles.scss */
  .tiles[data-items="3"] .image, .tiles[data-items="4"] .image, .tiles[data-items="5"] .image, .tiles[data-items="6"] .image {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 400px) {
  /* line 161, ../../src/sass/partials/tiles.scss */
  .tiles[data-items="3"] .content, .tiles[data-items="4"] .content, .tiles[data-items="5"] .content, .tiles[data-items="6"] .content {
    text-align: center;
  }
  /* line 164, ../../src/sass/partials/tiles.scss */
  .tiles[data-items="3"] .content h6, .tiles[data-items="4"] .content h6, .tiles[data-items="5"] .content h6, .tiles[data-items="6"] .content h6 {
    font-size: 20px;
  }
  /* line 165, ../../src/sass/partials/tiles.scss */
  .tiles[data-items="3"] .content p, .tiles[data-items="4"] .content p, .tiles[data-items="5"] .content p, .tiles[data-items="6"] .content p {
    font-size: 17px;
    line-height: 1.3em;
  }
  /* line 170, ../../src/sass/partials/tiles.scss */
  .tiles[data-items="3"] .link, .tiles[data-items="4"] .link, .tiles[data-items="5"] .link, .tiles[data-items="6"] .link {
    text-align: center;
  }
}

/* line 4, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 90%;
  margin-top: 25px;
}
@media only screen and (min-width: 1024px) {
  /* line 4, ../../src/sass/partials/sidebar-list.scss */
  .sidebar-list {
    max-width: 290px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 4, ../../src/sass/partials/sidebar-list.scss */
  .sidebar-list {
    max-width: 325px;
  }
}
/* line 19, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list-item {
  border-left: 1px solid #FF3D4C;
  padding-left: 10px;
}
/* line 23, ../../src/sass/partials/sidebar-list.scss */
.alumni-site .sidebar-list-item {
  border-left: 1px solid #8E9EBD;
}
/* line 26, ../../src/sass/partials/sidebar-list.scss */
.chapel-site .sidebar-list-item {
  border-left: 1px solid #89a399;
}
/* line 29, ../../src/sass/partials/sidebar-list.scss */
.oriel-site .sidebar-list-item {
  border-left: 1px solid #FF3D4C;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../../src/sass/partials/sidebar-list.scss */
  .sidebar-list-item {
    padding-left: 20px;
  }
}
/* line 37, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list-item:not(:last-child) {
  margin-bottom: 10px;
}
/* line 41, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list-item-title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  color: #B51925;
  font-weight: 400;
  font-family: "montserrat";
  letter-spacing: 2px;
  margin-bottom: 12px;
}
/* line 51, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list-item-title * {
  font-family: "montserrat";
  font-size: 12px;
  line-height: 12px;
}
@media only screen and (min-width: 768px) {
  /* line 41, ../../src/sass/partials/sidebar-list.scss */
  .sidebar-list-item-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 22px;
  }
  /* line 62, ../../src/sass/partials/sidebar-list.scss */
  .sidebar-list-item-title * {
    font-size: 16px;
    line-height: 16px;
  }
}
/* line 69, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list-item-content {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  font-family: "freight-big-pro";
  margin-bottom: 30px;
}
/* line 76, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list-item-content * {
  font-family: "freight-big-pro";
}
@media only screen and (min-width: 768px) {
  /* line 69, ../../src/sass/partials/sidebar-list.scss */
  .sidebar-list-item-content {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}
/* line 86, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list-item-content li {
  font-weight: 400;
}
/* line 88, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list-item-content li:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 86, ../../src/sass/partials/sidebar-list.scss */
  .sidebar-list-item-content li {
    font-weight: 500;
  }
}
/* line 98, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list-item a:not(.button):not(.follow_link):not(.link_no_style) {
  text-decoration: none;
  color: #1C1C1C;
  border-bottom: solid 2px #c4aa72;
}
/* line 104, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list-item a:not(.button):not(.follow_link):not(.link_no_style):hover {
  color: #c4aa72;
}
/* line 109, ../../src/sass/partials/sidebar-list.scss */
.sidebar-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1, ../../src/sass/partials/pager.scss */
.pager-container {
  width: 100%;
  display: block;
}

/* line 9, ../../src/sass/partials/pager.scss */
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../../src/sass/partials/pager.scss */
  .pagination {
    margin-top: 100px;
  }
}
/* line 21, ../../src/sass/partials/pager.scss */
.pagination .direction:first-of-type {
  width: 45px;
}
/* line 25, ../../src/sass/partials/pager.scss */
.pagination .direction:first-of-type a i {
  width: 43px;
  height: 13px;
  background-image: url(images/pager-prev.svg);
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  margin-right: 1rem;
  list-style-type: none;
  cursor: pointer;
}
/* line 37, ../../src/sass/partials/pager.scss */
.pagination .direction:first-of-type a i::before {
  content: none;
  display: none;
}
/* line 45, ../../src/sass/partials/pager.scss */
.pagination .direction:last-of-type {
  width: 45px;
}
/* line 49, ../../src/sass/partials/pager.scss */
.pagination .direction:last-of-type a i {
  width: 43px;
  height: 13px;
  background-image: url(images/pager-next.svg);
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
}
/* line 60, ../../src/sass/partials/pager.scss */
.pagination .direction:last-of-type a i::before {
  content: none;
  display: none;
}
/* line 68, ../../src/sass/partials/pager.scss */
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
/* line 75, ../../src/sass/partials/pager.scss */
.pagination ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  color: #1C1C1C;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  /* line 75, ../../src/sass/partials/pager.scss */
  .pagination ul li {
    width: 40px;
    height: 40px;
  }
}
/* line 94, ../../src/sass/partials/pager.scss */
.pagination ul li a {
  text-decoration: none;
  color: #1C1C1C;
}
/* line 99, ../../src/sass/partials/pager.scss */
.pagination ul li.active {
  background-color: #c4aa72;
  cursor: pointer;
  pointer-events: none;
}
/* line 106, ../../src/sass/partials/pager.scss */
.pagination ul .dots {
  letter-spacing: 2px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* line 5, ../../src/sass/sections/people-single.scss */
.people-single .container h1 {
  width: 100%;
  font-size: 52px;
  margin-top: 30px;
  margin-bottom: 32px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  /* line 5, ../../src/sass/sections/people-single.scss */
  .people-single .container h1 {
    max-width: 700px;
    font-size: 100px;
    margin-top: 100px;
    font-weight: 400;
  }
}
/* line 20, ../../src/sass/sections/people-single.scss */
.people-single .container .block-image {
  height: 285px;
  width: 285px;
  max-width: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center center;
  margin: 0px auto 24px;
}
/* line 28, ../../src/sass/sections/people-single.scss */
.people-single .container .block-image.student {
  display: block !important;
  width: 100%;
  height: auto;
}
/* line 36, ../../src/sass/sections/people-single.scss */
.people-single .container .featured-image-mobile .block-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 277px;
  width: 100%;
  margin: 0px auto 65px;
}
@media only screen and (min-width: 768px) {
  /* line 35, ../../src/sass/sections/people-single.scss */
  .people-single .container .featured-image-mobile {
    display: none;
  }
}
/* line 51, ../../src/sass/sections/people-single.scss */
.people-single .container-inner .block-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 56, ../../src/sass/sections/people-single.scss */
  .people-single .container-inner .block-image {
    float: right;
    position: relative;
    top: -100px;
    margin-bottom: -80px;
    display: block;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 50, ../../src/sass/sections/people-single.scss */
  .people-single .container-inner {
    display: grid;
    grid-template-columns: 320px 1fr;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 50, ../../src/sass/sections/people-single.scss */
  .people-single .container-inner {
    display: grid;
    grid-template-columns: 285px 750px;
    gap: 60px;
  }
  /* line 76, ../../src/sass/sections/people-single.scss */
  .people-single .container-inner .block-image {
    margin-left: -80px;
    right: -105px;
  }
}
/* line 88, ../../src/sass/sections/people-single.scss */
.people-single .container .left-hand-panel {
  width: 100%;
  margin-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 56px;
}
/* line 101, ../../src/sass/sections/people-single.scss */
.people-single .container .left-hand-panel .button {
  margin-bottom: 8px;
  width: 268px;
}
/* line 105, ../../src/sass/sections/people-single.scss */
.people-single .container .left-hand-panel .button:last-of-type {
  margin-bottom: 0;
}
/* line 109, ../../src/sass/sections/people-single.scss */
.people-single .container .left-hand-panel .button.email {
  background: #B51925;
}
/* line 112, ../../src/sass/sections/people-single.scss */
.people-single .container .left-hand-panel .button.email:before {
  top: 13px;
  right: 12px;
  content: url(images/externalwhite.svg);
  height: 20px;
  width: 20px;
}
/* line 123, ../../src/sass/sections/people-single.scss */
.people-single .container .content-block {
  width: 100%;
  font-size: 18px;
}
@media only screen and (min-width: 1248px) {
  /* line 123, ../../src/sass/sections/people-single.scss */
  .people-single .container .content-block {
    width: 750px;
  }
}
/* line 135, ../../src/sass/sections/people-single.scss */
.people-single .container .content-block a {
  text-decoration: none;
  color: #1C1C1C;
  border-bottom: solid 2px #c4aa72;
}
/* line 142, ../../src/sass/sections/people-single.scss */
.people-single .container .content-block .text-block > :last-child {
  margin-bottom: 0;
}
/* line 146, ../../src/sass/sections/people-single.scss */
.people-single .container .content-block .text-block .wp-block-quote {
  font-size: 34px;
  line-height: 43px;
  font-weight: 500;
  font-family: "freight-big-pro";
}
/* line 152, ../../src/sass/sections/people-single.scss */
.people-single .container .content-block .text-block .wp-block-quote * {
  font-size: 34px;
  line-height: 43px;
  font-weight: 500;
  font-family: "freight-big-pro";
}
@media only screen and (min-width: 1024px) {
  /* line 146, ../../src/sass/sections/people-single.scss */
  .people-single .container .content-block .text-block .wp-block-quote {
    font-size: 64px;
    line-height: 70px;
    font-weight: 500;
  }
  /* line 164, ../../src/sass/sections/people-single.scss */
  .people-single .container .content-block .text-block .wp-block-quote * {
    font-size: 64px;
    line-height: 70px;
    font-weight: 500;
  }
}
/* line 172, ../../src/sass/sections/people-single.scss */
.people-single .container .content-block .text-block h1, .people-single .container .content-block .text-block h2 {
  margin-top: 25px;
}
/* line 179, ../../src/sass/sections/people-single.scss */
.people-single .postnominal-text {
  margin-bottom: 30px;
  font-family: "freight-big-pro";
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}
/* line 187, ../../src/sass/sections/people-single.scss */
.people-single .short-bio {
  font-weight: 300;
}
/* line 190, ../../src/sass/sections/people-single.scss */
.people-single .short-bio p:first-child {
  font-size: 24px;
}
/* line 195, ../../src/sass/sections/people-single.scss */
.people-single .sidebar-list {
  border-left: 1px solid #FF3D4C;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  /* line 195, ../../src/sass/sections/people-single.scss */
  .people-single .sidebar-list {
    border-left: none;
  }
}
/* line 202, ../../src/sass/sections/people-single.scss */
.alumni-site .people-single .sidebar-list {
  border-left: 1px solid #8E9EBD;
}
@media only screen and (min-width: 768px) {
  /* line 202, ../../src/sass/sections/people-single.scss */
  .alumni-site .people-single .sidebar-list {
    border-left: none;
  }
}
/* line 209, ../../src/sass/sections/people-single.scss */
.chapel-site .people-single .sidebar-list {
  border-left: 1px solid #89a399;
}
@media only screen and (min-width: 768px) {
  /* line 209, ../../src/sass/sections/people-single.scss */
  .chapel-site .people-single .sidebar-list {
    border-left: none;
  }
}
/* line 216, ../../src/sass/sections/people-single.scss */
.oriel-site .people-single .sidebar-list {
  border-left: 1px solid #FF3D4C;
}
@media only screen and (min-width: 768px) {
  /* line 216, ../../src/sass/sections/people-single.scss */
  .oriel-site .people-single .sidebar-list {
    border-left: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 195, ../../src/sass/sections/people-single.scss */
  .people-single .sidebar-list {
    border-left: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 195, ../../src/sass/sections/people-single.scss */
  .people-single .sidebar-list {
    margin-bottom: 30px;
    border-left: none;
  }
}
/* line 235, ../../src/sass/sections/people-single.scss */
.people-single .sidebar-list-item {
  border-left: none;
}
@media only screen and (min-width: 768px) {
  /* line 235, ../../src/sass/sections/people-single.scss */
  .people-single .sidebar-list-item {
    border-left: 1px solid #FF3D4C;
  }
  /* line 241, ../../src/sass/sections/people-single.scss */
  .alumni-site .people-single .sidebar-list-item {
    border-left: 1px solid #8E9EBD;
  }
  /* line 244, ../../src/sass/sections/people-single.scss */
  .chapel-site .people-single .sidebar-list-item {
    border-left: 1px solid #89a399;
  }
  /* line 247, ../../src/sass/sections/people-single.scss */
  .oriel-site .people-single .sidebar-list-item {
    border-left: 1px solid #FF3D4C;
  }
}
/* line 253, ../../src/sass/sections/people-single.scss */
.people-single .sidebar-list-item-title {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  /* line 253, ../../src/sass/sections/people-single.scss */
  .people-single .sidebar-list-item-title {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}
/* line 265, ../../src/sass/sections/people-single.scss */
.people-single .sidebar-list-item-content {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 25px;
  font-weight: 500;
}
/* line 271, ../../src/sass/sections/people-single.scss */
.people-single .sidebar-list-item-content * {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  /* line 265, ../../src/sass/sections/people-single.scss */
  .people-single .sidebar-list-item-content {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 286, ../../src/sass/sections/people-single.scss */
  .people-single .short-image-container.left {
    max-width: 380px;
    margin-left: -320px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 286, ../../src/sass/sections/people-single.scss */
  .people-single .short-image-container.left {
    max-width: 420px;
    margin-left: -345px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 298, ../../src/sass/sections/people-single.scss */
  .people-single .short-image-container.right {
    max-width: 380px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 298, ../../src/sass/sections/people-single.scss */
  .people-single .short-image-container.right {
    max-width: 420px;
    margin-right: -105px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 312, ../../src/sass/sections/people-single.scss */
  .people-single .short-text-container.left {
    max-width: 380px;
    margin-left: -320px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 312, ../../src/sass/sections/people-single.scss */
  .people-single .short-text-container.left {
    max-width: 420px;
    margin-left: -345px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 324, ../../src/sass/sections/people-single.scss */
  .people-single .short-text-container.right {
    max-width: 380px;
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 324, ../../src/sass/sections/people-single.scss */
  .people-single .short-text-container.right {
    max-width: 420px;
    margin-right: -105px;
  }
}

/* line 2, ../../src/sass/sections/course-single.scss */
.course-single h1 {
  width: 100%;
  font-size: 52px;
  margin-top: 70px;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 48px;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../../src/sass/sections/course-single.scss */
  .course-single h1 {
    max-width: 895px;
    font-size: 100px;
    margin-top: 105px;
    margin-bottom: 70px;
    font-weight: 400;
    line-height: 100px;
  }
}
/* line 20, ../../src/sass/sections/course-single.scss */
.course-single .block-image {
  display: block !important;
  -moz-background-size: cover;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 175px;
  margin-bottom: 62px;
}
@media only screen and (min-width: 768px) {
  /* line 20, ../../src/sass/sections/course-single.scss */
  .course-single .block-image {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 20, ../../src/sass/sections/course-single.scss */
  .course-single .block-image {
    height: 600px;
    margin-bottom: 42px;
  }
}
/* line 41, ../../src/sass/sections/course-single.scss */
.course-single .featured_blogs {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 28px;
}
/* line 46, ../../src/sass/sections/course-single.scss */
.course-single .featured_blogs * {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 28px;
}
/* line 55, ../../src/sass/sections/course-single.scss */
.course-single .featured-container .featured-image-container .featured-image {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  height: 175px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 55, ../../src/sass/sections/course-single.scss */
  .course-single .featured-container .featured-image-container .featured-image {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 55, ../../src/sass/sections/course-single.scss */
  .course-single .featured-container .featured-image-container .featured-image {
    height: 600px;
    width: 890px;
  }
}
/* line 74, ../../src/sass/sections/course-single.scss */
.course-single .featured-container .featured-text-container .featured-text {
  width: 100%;
  font-weight: 400;
  font-size: 30px;
}
/* line 79, ../../src/sass/sections/course-single.scss */
.course-single .featured-container .featured-text-container .featured-text * {
  font-size: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 74, ../../src/sass/sections/course-single.scss */
  .course-single .featured-container .featured-text-container .featured-text {
    width: 650px;
    font-size: 54px;
  }
  /* line 92, ../../src/sass/sections/course-single.scss */
  .course-single .featured-container .featured-text-container .featured-text * {
    font-size: 54px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 74, ../../src/sass/sections/course-single.scss */
  .course-single .featured-container .featured-text-container .featured-text {
    width: 700px;
    font-size: 64px;
  }
  /* line 102, ../../src/sass/sections/course-single.scss */
  .course-single .featured-container .featured-text-container .featured-text * {
    font-size: 64px;
    line-height: 64px;
  }
}
/* line 111, ../../src/sass/sections/course-single.scss */
.course-single .pull-quote-container {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  /* line 111, ../../src/sass/sections/course-single.scss */
  .course-single .pull-quote-container {
    margin-bottom: 60px;
    max-width: 995px;
  }
}
/* line 119, ../../src/sass/sections/course-single.scss */
.course-single .pull-quote-container .featured_blogs {
  margin: 0;
  padding: 0;
}
/* line 124, ../../src/sass/sections/course-single.scss */
.course-single .pull-quote-container .left-column-container {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 124, ../../src/sass/sections/course-single.scss */
  .course-single .pull-quote-container .left-column-container {
    padding-top: 0;
    padding-left: 30px;
  }
}
/* line 134, ../../src/sass/sections/course-single.scss */
.course-single .pull-quote-container .left-column-container p {
  font-weight: 100;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}
@media only screen and (min-width: 1024px) {
  /* line 134, ../../src/sass/sections/course-single.scss */
  .course-single .pull-quote-container .left-column-container p {
    font-size: 28px;
    line-height: 38px;
  }
}
/* line 154, ../../src/sass/sections/course-single.scss */
.course-single .left-hand-panel {
  width: 100%;
  margin-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 56px;
}
/* line 166, ../../src/sass/sections/course-single.scss */
.course-single .left-hand-panel .button {
  margin-bottom: 8px;
  width: 268px;
}
/* line 170, ../../src/sass/sections/course-single.scss */
.course-single .left-hand-panel .button:last-of-type {
  margin-bottom: 0;
}
/* line 174, ../../src/sass/sections/course-single.scss */
.course-single .left-hand-panel .button.email {
  background: #B51925;
}
/* line 177, ../../src/sass/sections/course-single.scss */
.course-single .left-hand-panel .button.email:before {
  top: 13px;
  right: 12px;
  content: url(images/externalwhite.svg);
  height: 20px;
  width: 20px;
}
/* line 188, ../../src/sass/sections/course-single.scss */
.course-single .content-block {
  width: 100%;
  font-size: 18px;
}
/* line 192, ../../src/sass/sections/course-single.scss */
.course-single .content-block a:not(.link_no_style) {
  text-decoration: none;
  color: #1C1C1C;
  border-bottom: solid 2px #c4aa72;
  padding-bottom: 2px;
}
/* line 200, ../../src/sass/sections/course-single.scss */
.course-single .content-block .text-block h1, .course-single .content-block .text-block h2 {
  margin-top: 25px;
}
/* line 206, ../../src/sass/sections/course-single.scss */
.course-single .content-block .titles .hover-title {
  font-size: 29px;
  line-height: 29px;
}
@media only screen and (min-width: 768px) {
  /* line 206, ../../src/sass/sections/course-single.scss */
  .course-single .content-block .titles .hover-title {
    font-size: 36px;
    line-height: 36px;
  }
}
/* line 218, ../../src/sass/sections/course-single.scss */
.course-single .wp-block-group {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 218, ../../src/sass/sections/course-single.scss */
  .course-single .wp-block-group {
    width: 630px;
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 218, ../../src/sass/sections/course-single.scss */
  .course-single .wp-block-group {
    width: 796px;
    margin-left: 100px;
  }
}
/* line 235, ../../src/sass/sections/course-single.scss */
.course-single .extra-course-details p {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
/* line 241, ../../src/sass/sections/course-single.scss */
.course-single .extra-course-details span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  margin-top: 35px;
  padding-bottom: 15px;
  display: block;
}
/* line 252, ../../src/sass/sections/course-single.scss */
.course-single .short-bio {
  font-weight: 300;
}
/* line 255, ../../src/sass/sections/course-single.scss */
.course-single .short-bio p:first-child {
  font-size: 24px;
}
/* line 260, ../../src/sass/sections/course-single.scss */
.course-single .subtitle {
  font-size: 16px;
}

/* line 3, ../../src/sass/sections/people.scss */
.people-listing .accordions .container {
  width: 100%;
  margin-bottom: 16px;
  overflow: visible;
}
/* line 9, ../../src/sass/sections/people.scss */
.people-listing .accordions .container .accordion {
  display: block;
  position: relative;
  height: auto;
  margin: 10px 0px 10px 0px;
}
/* line 20, ../../src/sass/sections/people.scss */
.people-listing .accordions .container .accordion .title-bar {
  border: 1px solid #e4ddd1;
  background: white;
  margin-bottom: 0;
  padding: 13px 16px;
  position: relative;
  min-width: 268px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
/* line 30, ../../src/sass/sections/people.scss */
.people-listing .accordions .container .accordion .title-bar div {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 12px;
  color: #282828;
  font-weight: 900;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
/* line 40, ../../src/sass/sections/people.scss */
.people-listing .accordions .container .accordion .title-bar .dropdown-square {
  height: 48px;
  width: 48px;
  position: absolute;
  background: #e4ddd1;
  border: 1px solid #e4ddd1;
  top: 0;
  right: 0;
}
/* line 50, ../../src/sass/sections/people.scss */
.people-listing .accordions .container .accordion .title-bar:after {
  position: absolute;
  top: 17px;
  right: 12px;
  content: url(images/arrowdark.svg);
  height: 10px;
  width: 16px;
}
/* line 59, ../../src/sass/sections/people.scss */
.people-listing .accordions .container .accordion .title-bar:before {
  height: 48px;
  width: 48px;
  position: absolute;
  background: #e4ddd1;
  border: 1px solid #e4ddd1;
  top: 0;
  right: 0;
  content: "";
}
/* line 72, ../../src/sass/sections/people.scss */
.people-listing .accordions .container .accordion h4 {
  margin-bottom: 0;
}
/* line 75, ../../src/sass/sections/people.scss */
.people-listing .accordions .container .accordion .content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  border: 1px solid #e4ddd1;
  border-top: none;
  width: 100%;
  z-index: 99;
  padding: 13px 16px 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 88, ../../src/sass/sections/people.scss */
.people-listing .accordions .container .accordion .content a {
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}
/* line 93, ../../src/sass/sections/people.scss */
.people-listing .accordions .container .accordion .content a:hover {
  text-decoration: underline;
}
/* line 102, ../../src/sass/sections/people.scss */
.people-listing .accordions .container .accordion.active .title-bar:after {
  position: absolute;
  top: 17px;
  right: 12px;
  content: url(images/arrowred.svg);
  height: 10px;
  width: 16px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 4px 8px;
     -moz-transform-origin: 4px 8px;
      -ms-transform-origin: 4px 8px;
       -o-transform-origin: 4px 8px;
          transform-origin: 4px 8px;
}
/* line 117, ../../src/sass/sections/people.scss */
.people-listing a {
  text-decoration: none;
}
/* line 121, ../../src/sass/sections/people.scss */
.people-listing > .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  grid-gap: 30px;
  margin-bottom: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 121, ../../src/sass/sections/people.scss */
  .people-listing > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/* line 150, ../../src/sass/sections/people.scss */
.people-listing > .container .people-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 150, ../../src/sass/sections/people.scss */
  .people-listing > .container .people-block {
    max-width: 100%;
    width: 270px;
  }
}
/* line 162, ../../src/sass/sections/people.scss */
.people-listing > .container .people-block .block-image {
  height: 248px;
  width: 100%;
  max-width: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center center;
}
/* line 170, ../../src/sass/sections/people.scss */
.people-listing > .container .people-block .text-block {
  background: #e4ddd1;
  padding: 16px 16px 8px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 112px;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 177, ../../src/sass/sections/people.scss */
  .people-listing > .container .people-block .text-block .text-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
/* line 182, ../../src/sass/sections/people.scss */
.people-listing > .container .people-block .text-block .text-wrap:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
  text-decoration: underline;
}
/* line 186, ../../src/sass/sections/people.scss */
.people-listing > .container .people-block .text-block .text-wrap p {
  margin-bottom: 8px;
}

/* line 1, ../../src/sass/sections/news-single.scss */
.masonry-news-container {
  width: 100%;
  padding-bottom: 15px;
}
/* line 5, ../../src/sass/sections/news-single.scss */
.masonry-news-container .micro-title {
  color: #1C1C1C;
}
/* line 10, ../../src/sass/sections/news-single.scss */
.masonry-news-container.masonry-container .masonry-articles {
  margin-bottom: -27px;
}
@media only screen and (min-width: 640px) {
  /* line 10, ../../src/sass/sections/news-single.scss */
  .masonry-news-container.masonry-container .masonry-articles {
    margin-bottom: -21px;
  }
}
/* line 17, ../../src/sass/sections/news-single.scss */
.masonry-news-container.masonry-container .masonry-articles .masonry-article {
  margin-bottom: 27px;
}
@media only screen and (min-width: 640px) {
  /* line 17, ../../src/sass/sections/news-single.scss */
  .masonry-news-container.masonry-container .masonry-articles .masonry-article {
    margin-bottom: 21px;
  }
}
/* line 24, ../../src/sass/sections/news-single.scss */
.masonry-news-container.masonry-container .masonry-articles .masonry-article .article-body {
  padding: 47px 44px 45px 44px;
}
@media only screen and (min-width: 768px) {
  /* line 24, ../../src/sass/sections/news-single.scss */
  .masonry-news-container.masonry-container .masonry-articles .masonry-article .article-body {
    padding: 30px 32px 30px 32px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 24, ../../src/sass/sections/news-single.scss */
  .masonry-news-container.masonry-container .masonry-articles .masonry-article .article-body {
    padding: 47px 44px 45px 44px;
  }
}
/* line 36, ../../src/sass/sections/news-single.scss */
.masonry-news-container.masonry-container .masonry-articles .masonry-article .article-body .article-title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 15px;
}
/* line 43, ../../src/sass/sections/news-single.scss */
.masonry-news-container.masonry-container .masonry-articles .masonry-article .article-body .article-title * {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  /* line 36, ../../src/sass/sections/news-single.scss */
  .masonry-news-container.masonry-container .masonry-articles .masonry-article .article-body .article-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  /* line 54, ../../src/sass/sections/news-single.scss */
  .masonry-news-container.masonry-container .masonry-articles .masonry-article .article-body .article-title * {
    font-size: 36px;
    line-height: 40px;
  }
}

/* line 66, ../../src/sass/sections/news-single.scss */
.news-single {
  padding-top: 34.5px;
}
/* line 69, ../../src/sass/sections/news-single.scss */
.news-single .container {
  padding-bottom: 0 !important;
}
/* line 73, ../../src/sass/sections/news-single.scss */
.news-single h1 {
  width: 100%;
  font-size: 52px;
  margin-top: 12px;
  margin-bottom: 33px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  /* line 73, ../../src/sass/sections/news-single.scss */
  .news-single h1 {
    width: 995px;
    font-size: 100px;
    margin-top: 70px;
    margin-bottom: 60px;
    font-weight: 400;
    line-height: 101px;
  }
}
/* line 90, ../../src/sass/sections/news-single.scss */
.news-single .featured-container {
  margin-bottom: 44px;
}
@media only screen and (min-width: 1024px) {
  /* line 90, ../../src/sass/sections/news-single.scss */
  .news-single .featured-container {
    margin-bottom: 52px;
  }
}
/* line 97, ../../src/sass/sections/news-single.scss */
.news-single .featured-container .featured-image-container {
  margin-bottom: 0 !important;
}
/* line 100, ../../src/sass/sections/news-single.scss */
.news-single .featured-container .featured-image-container .featured-image {
  height: 145px;
}
@media only screen and (min-width: 768px) {
  /* line 100, ../../src/sass/sections/news-single.scss */
  .news-single .featured-container .featured-image-container .featured-image {
    height: 630px;
  }
}
/* line 110, ../../src/sass/sections/news-single.scss */
.news-single .featured-image {
  height: 145px;
}
@media only screen and (min-width: 1024px) {
  /* line 110, ../../src/sass/sections/news-single.scss */
  .news-single .featured-image {
    height: 630px;
  }
}
/* line 118, ../../src/sass/sections/news-single.scss */
.news-single .wp-block-group {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 118, ../../src/sass/sections/news-single.scss */
  .news-single .wp-block-group {
    width: 600px;
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 118, ../../src/sass/sections/news-single.scss */
  .news-single .wp-block-group {
    width: 796px;
    margin-left: 204px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 136, ../../src/sass/sections/news-single.scss */
  .news-single .short-image-container.left {
    max-width: 280px;
    margin-left: -350px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 136, ../../src/sass/sections/news-single.scss */
  .news-single .short-image-container.left {
    max-width: 388px;
    margin-left: -204px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 148, ../../src/sass/sections/news-single.scss */
  .news-single .short-image-container.right {
    max-width: 280px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 148, ../../src/sass/sections/news-single.scss */
  .news-single .short-image-container.right {
    max-width: 388px;
    margin-right: -200px;
  }
}
/* line 160, ../../src/sass/sections/news-single.scss */
.news-single .short-image-container .left-column-container {
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  /* line 166, ../../src/sass/sections/news-single.scss */
  .news-single .short-text-container.left {
    max-width: 280px;
    margin-left: -350px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 166, ../../src/sass/sections/news-single.scss */
  .news-single .short-text-container.left {
    max-width: 388px;
    margin-left: -204px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 179, ../../src/sass/sections/news-single.scss */
  .news-single .short-text-container.right {
    max-width: 280px;
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 179, ../../src/sass/sections/news-single.scss */
  .news-single .short-text-container.right {
    max-width: 388px;
    margin-right: -200px;
    margin-left: 20px;
  }
}
/* line 192, ../../src/sass/sections/news-single.scss */
.news-single .short-text-container .short-text.left-column-container {
  font-weight: 400;
  word-break: break-word;
  line-height: 43px;
  padding-left: 20px;
}
@media only screen and (min-width: 1024px) {
  /* line 192, ../../src/sass/sections/news-single.scss */
  .news-single .short-text-container .short-text.left-column-container {
    margin-top: 0;
    padding-left: 21px;
  }
}
/* line 205, ../../src/sass/sections/news-single.scss */
.news-single .social-share-container {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 205, ../../src/sass/sections/news-single.scss */
  .news-single .social-share-container {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 213, ../../src/sass/sections/news-single.scss */
  .news-single .text-block > p {
    padding-left: 15rem;
  }
}
/* line 219, ../../src/sass/sections/news-single.scss */
.news-single .block-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 145px;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 560px) {
  /* line 219, ../../src/sass/sections/news-single.scss */
  .news-single .block-image {
    height: 630px;
  }
}
/* line 231, ../../src/sass/sections/news-single.scss */
.news-single .other-news-see-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  /* line 231, ../../src/sass/sections/news-single.scss */
  .news-single .other-news-see-all {
    display: none;
  }
}
/* line 239, ../../src/sass/sections/news-single.scss */
.news-single .other-news-see-all img {
  margin-right: 0.687rem;
}
/* line 243, ../../src/sass/sections/news-single.scss */
.news-single .other-news-see-all a {
  color: #B51925;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 254, ../../src/sass/sections/news-single.scss */
.other-news {
  color: #1C1C1C;
  padding-top: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  /* line 254, ../../src/sass/sections/news-single.scss */
  .other-news {
    padding-top: 0;
  }
}
/* line 263, ../../src/sass/sections/news-single.scss */
.other-news-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.568rem;
  letter-spacing: 2px;
}
/* line 270, ../../src/sass/sections/news-single.scss */
.other-news-header h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #1C1C1C;
  font-family: 'montserrat';
}
@media only screen and (min-width: 1024px) {
  /* line 270, ../../src/sass/sections/news-single.scss */
  .other-news-header h4 {
    font-size: 16px;
  }
}
/* line 283, ../../src/sass/sections/news-single.scss */
.other-news-header .other-news-see-all {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 283, ../../src/sass/sections/news-single.scss */
  .other-news-header .other-news-see-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 292, ../../src/sass/sections/news-single.scss */
.other-news-articles {
  margin-bottom: -40px;
}
@media only screen and (min-width: 768px) {
  /* line 292, ../../src/sass/sections/news-single.scss */
  .other-news-articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
  }
  /* line 300, ../../src/sass/sections/news-single.scss */
  .other-news-articles .other-news-see-all {
    display: none;
  }
}
/* line 305, ../../src/sass/sections/news-single.scss */
.other-news-articles img {
  max-width: 100%;
}
/* line 310, ../../src/sass/sections/news-single.scss */
.other-news-article {
  margin-bottom: 40px;
}
/* line 313, ../../src/sass/sections/news-single.scss */
.other-news-article .block-image {
  height: 268px;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
}
/* line 319, ../../src/sass/sections/news-single.scss */
.other-news-article .block-image-masonry {
  width: 100%;
  height: auto;
  display: block;
}
/* line 326, ../../src/sass/sections/news-single.scss */
.other-news-article-body {
  background-color: #FBF4DF;
  padding: 32px 30px;
}
@media only screen and (min-width: 1024px) {
  /* line 326, ../../src/sass/sections/news-single.scss */
  .other-news-article-body {
    padding: 45px;
  }
}
/* line 334, ../../src/sass/sections/news-single.scss */
.other-news-article-body .date {
  color: #B51925;
}
/* line 338, ../../src/sass/sections/news-single.scss */
.other-news-article-body h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2rem;
}
@media only screen and (min-width: 1024px) {
  /* line 345, ../../src/sass/sections/news-single.scss */
  .other-news-article-body h6 a {
    font-size: 36px;
  }
}

/* line 5, ../../src/sass/sections/events-single.scss */
.events-single .container h1 {
  width: 100%;
  font-size: 52px;
  line-height: 48px;
  margin-top: 70px;
  margin-bottom: 25px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  /* line 5, ../../src/sass/sections/events-single.scss */
  .events-single .container h1 {
    max-width: 950px;
    font-size: 100px;
    margin-top: 105px;
    margin-bottom: 70px;
    line-height: 100px;
  }
}
/* line 22, ../../src/sass/sections/events-single.scss */
.events-single .container .block-image {
  display: block !important;
  -moz-background-size: cover;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 175px;
  margin-bottom: 62px;
}
@media only screen and (min-width: 768px) {
  /* line 22, ../../src/sass/sections/events-single.scss */
  .events-single .container .block-image {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 22, ../../src/sass/sections/events-single.scss */
  .events-single .container .block-image {
    height: 600px;
    margin-bottom: 52px;
  }
}
/* line 44, ../../src/sass/sections/events-single.scss */
.events-single .container .featured-image-mobile .block-image {
  height: auto;
  width: 100%;
  margin: 0px auto 3rem;
}
@media only screen and (min-width: 768px) {
  /* line 43, ../../src/sass/sections/events-single.scss */
  .events-single .container .featured-image-mobile {
    display: none;
  }
}
/* line 56, ../../src/sass/sections/events-single.scss */
.events-single .container-inner .block-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 61, ../../src/sass/sections/events-single.scss */
  .events-single .container-inner .block-image {
    float: right;
    position: relative;
    top: -105px;
    margin-bottom: -60px;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 55, ../../src/sass/sections/events-single.scss */
  .events-single .container-inner {
    display: grid;
    grid-template-columns: 350px 1fr;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 55, ../../src/sass/sections/events-single.scss */
  .events-single .container-inner {
    display: grid;
    grid-template-columns: 388px 694px;
    gap: 20px;
  }
}
/* line 87, ../../src/sass/sections/events-single.scss */
.events-single .container .left-hand-panel {
  width: 100%;
  margin-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 56px;
}
/* line 101, ../../src/sass/sections/events-single.scss */
.events-single .container .left-hand-panel .button {
  margin-bottom: 8px;
  width: 268px;
}
/* line 106, ../../src/sass/sections/events-single.scss */
.events-single .container .left-hand-panel .button:last-of-type {
  margin-bottom: 0;
}
/* line 110, ../../src/sass/sections/events-single.scss */
.events-single .container .left-hand-panel .button.email {
  background: #B51925;
}
/* line 113, ../../src/sass/sections/events-single.scss */
.events-single .container .left-hand-panel .button.email:before {
  top: 13px;
  right: 12px;
  content: url(images/externalwhite.svg);
  height: 20px;
  width: 20px;
}
/* line 126, ../../src/sass/sections/events-single.scss */
.events-single .container .content-block {
  width: 100%;
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  /* line 134, ../../src/sass/sections/events-single.scss */
  .events-single .container .content-block .text-block {
    padding-right: 100px;
  }
}
/* line 139, ../../src/sass/sections/events-single.scss */
.events-single .container .content-block .text-block h1, .events-single .container .content-block .text-block h2 {
  margin-top: 25px;
}
/* line 162, ../../src/sass/sections/events-single.scss */
.events-single .sidebar-list {
  margin-bottom: 65px;
}
@media only screen and (min-width: 1024px) {
  /* line 162, ../../src/sass/sections/events-single.scss */
  .events-single .sidebar-list {
    margin-bottom: 30px;
  }
}
/* line 170, ../../src/sass/sections/events-single.scss */
.events-single .sidebar-list-item-title {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  /* line 170, ../../src/sass/sections/events-single.scss */
  .events-single .sidebar-list-item-title {
    margin-bottom: 24px;
  }
}
/* line 178, ../../src/sass/sections/events-single.scss */
.events-single .sidebar-list-item-content {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  /* line 178, ../../src/sass/sections/events-single.scss */
  .events-single .sidebar-list-item-content {
    margin-bottom: 43px;
    line-height: 41px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 190, ../../src/sass/sections/events-single.scss */
  .events-single .short-image-container.left {
    max-width: 380px;
    margin-left: -350px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 190, ../../src/sass/sections/events-single.scss */
  .events-single .short-image-container.left {
    max-width: 500px;
    margin-left: -408px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 202, ../../src/sass/sections/events-single.scss */
  .events-single .short-image-container.right {
    max-width: 380px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 202, ../../src/sass/sections/events-single.scss */
  .events-single .short-image-container.right {
    max-width: 500px;
    margin-right: -198px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 216, ../../src/sass/sections/events-single.scss */
  .events-single .short-text-container.left {
    max-width: 380px;
    margin-left: -350px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 216, ../../src/sass/sections/events-single.scss */
  .events-single .short-text-container.left {
    max-width: 500px;
    margin-left: -408px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 228, ../../src/sass/sections/events-single.scss */
  .events-single .short-text-container.right {
    max-width: 380px;
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 228, ../../src/sass/sections/events-single.scss */
  .events-single .short-text-container.right {
    max-width: 500px;
    margin-right: -198px;
  }
}

/* line 3, ../../src/sass/sections/student-single.scss */
.student-single .tiles-container {
  margin-top: 65px;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../../src/sass/sections/student-single.scss */
  .student-single .tiles-container {
    margin-top: 80px;
  }
}
/* line 13, ../../src/sass/sections/student-single.scss */
.student-single .container h1 {
  width: 100%;
  font-size: 52px;
  margin-top: 30px;
  margin-bottom: 32px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  /* line 13, ../../src/sass/sections/student-single.scss */
  .student-single .container h1 {
    max-width: 635px;
    font-size: 100px;
    margin-top: 100px;
    font-weight: 400;
    margin-bottom: 60px;
  }
}
/* line 29, ../../src/sass/sections/student-single.scss */
.student-single .container .block-image {
  max-width: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px auto 24px;
  display: block !important;
  width: 100%;
  height: 277px;
}
@media only screen and (min-width: 768px) {
  /* line 29, ../../src/sass/sections/student-single.scss */
  .student-single .container .block-image {
    height: 630px;
  }
}
/* line 45, ../../src/sass/sections/student-single.scss */
.student-single .container .featured-image-mobile .block-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 277px;
  width: 100%;
  margin: 0px auto 65px;
}
@media only screen and (min-width: 768px) {
  /* line 44, ../../src/sass/sections/student-single.scss */
  .student-single .container .featured-image-mobile {
    display: none;
  }
}
/* line 60, ../../src/sass/sections/student-single.scss */
.student-single .container-inner .block-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 65, ../../src/sass/sections/student-single.scss */
  .student-single .container-inner .block-image {
    float: right;
    position: relative;
    top: -100px;
    margin-bottom: -80px;
    display: block;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 59, ../../src/sass/sections/student-single.scss */
  .student-single .container-inner {
    display: grid;
    grid-template-columns: 350px 1fr;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 59, ../../src/sass/sections/student-single.scss */
  .student-single .container-inner {
    display: grid;
    grid-template-columns: 388px 694px;
    gap: 20px;
  }
  /* line 85, ../../src/sass/sections/student-single.scss */
  .student-single .container-inner .block-image {
    margin-left: -85px;
    right: -100px;
  }
}
/* line 97, ../../src/sass/sections/student-single.scss */
.student-single .container .left-hand-panel {
  width: 100%;
  margin-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 56px;
}
/* line 109, ../../src/sass/sections/student-single.scss */
.student-single .container .left-hand-panel .button {
  margin-bottom: 8px;
  width: 268px;
}
/* line 113, ../../src/sass/sections/student-single.scss */
.student-single .container .left-hand-panel .button:last-of-type {
  margin-bottom: 0;
}
/* line 117, ../../src/sass/sections/student-single.scss */
.student-single .container .left-hand-panel .button.email {
  background: #B51925;
}
/* line 120, ../../src/sass/sections/student-single.scss */
.student-single .container .left-hand-panel .button.email:before {
  top: 13px;
  right: 12px;
  content: url(images/externalwhite.svg);
  height: 20px;
  width: 20px;
}
/* line 131, ../../src/sass/sections/student-single.scss */
.student-single .container .content-block {
  width: 100%;
  font-size: 18px;
}
@media only screen and (min-width: 1248px) {
  /* line 131, ../../src/sass/sections/student-single.scss */
  .student-single .container .content-block {
    width: 694px;
  }
}
/* line 143, ../../src/sass/sections/student-single.scss */
.student-single .container .content-block a {
  text-decoration: none;
  color: #1C1C1C;
  border-bottom: solid 2px #c4aa72;
}
/* line 150, ../../src/sass/sections/student-single.scss */
.student-single .container .content-block .text-block .wp-block-quote {
  font-size: 34px;
  line-height: 43px;
  font-weight: 500;
  font-family: "freight-big-pro";
  display: inline-block;
}
/* line 157, ../../src/sass/sections/student-single.scss */
.student-single .container .content-block .text-block .wp-block-quote::before {
  content: "\201C";
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  /* line 157, ../../src/sass/sections/student-single.scss */
  .student-single .container .content-block .text-block .wp-block-quote::before {
    margin-left: -30px;
  }
}
/* line 167, ../../src/sass/sections/student-single.scss */
.student-single .container .content-block .text-block .wp-block-quote::after {
  content: "\201D";
  display: inline-block;
}
/* line 172, ../../src/sass/sections/student-single.scss */
.student-single .container .content-block .text-block .wp-block-quote * {
  font-size: 34px;
  line-height: 43px;
  font-weight: 500;
  font-family: "freight-big-pro";
  margin-top: 15px;
  margin-bottom: 45px;
  display: inline;
}
@media only screen and (min-width: 1024px) {
  /* line 150, ../../src/sass/sections/student-single.scss */
  .student-single .container .content-block .text-block .wp-block-quote {
    font-size: 64px;
    line-height: 65px;
    font-weight: 500;
  }
  /* line 187, ../../src/sass/sections/student-single.scss */
  .student-single .container .content-block .text-block .wp-block-quote * {
    font-size: 64px;
    line-height: 65px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 45px;
  }
}
/* line 197, ../../src/sass/sections/student-single.scss */
.student-single .container .content-block .text-block h1, .student-single .container .content-block .text-block h2 {
  margin-top: 25px;
}
/* line 204, ../../src/sass/sections/student-single.scss */
.student-single .short-bio {
  font-weight: 300;
}
/* line 212, ../../src/sass/sections/student-single.scss */
.student-single .sidebar-list {
  border-left: 1px solid #FF3D4C;
  margin-top: 65px;
  margin-bottom: 65px;
}
/* line 217, ../../src/sass/sections/student-single.scss */
.alumni-site .student-single .sidebar-list {
  border-left: 1px solid #8E9EBD;
}
/* line 220, ../../src/sass/sections/student-single.scss */
.chapel-site .student-single .sidebar-list {
  border-left: 1px solid #89a399;
}
/* line 223, ../../src/sass/sections/student-single.scss */
.oriel-site .student-single .sidebar-list {
  border-left: 1px solid #FF3D4C;
}
@media only screen and (min-width: 1024px) {
  /* line 212, ../../src/sass/sections/student-single.scss */
  .student-single .sidebar-list {
    margin-top: 29px;
    margin-bottom: 30px;
  }
}
/* line 233, ../../src/sass/sections/student-single.scss */
.student-single .sidebar-list-item {
  border-left: none;
}
/* line 240, ../../src/sass/sections/student-single.scss */
.student-single .sidebar-list-item-title {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 240, ../../src/sass/sections/student-single.scss */
  .student-single .sidebar-list-item-title {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}
/* line 252, ../../src/sass/sections/student-single.scss */
.student-single .sidebar-list-item-content {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 25px;
  font-weight: 600;
}
/* line 258, ../../src/sass/sections/student-single.scss */
.student-single .sidebar-list-item-content * {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  /* line 252, ../../src/sass/sections/student-single.scss */
  .student-single .sidebar-list-item-content {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
    font-weight: 400;
  }
  /* line 268, ../../src/sass/sections/student-single.scss */
  .student-single .sidebar-list-item-content * {
    font-weight: 400;
  }
}
/* line 273, ../../src/sass/sections/student-single.scss */
.student-single .sidebar-list-item-content li {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 281, ../../src/sass/sections/student-single.scss */
  .student-single .short-image-container.left {
    max-width: 380px;
    margin-left: -350px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 281, ../../src/sass/sections/student-single.scss */
  .student-single .short-image-container.left {
    max-width: 500px;
    margin-left: -408px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 293, ../../src/sass/sections/student-single.scss */
  .student-single .short-image-container.right {
    max-width: 380px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 293, ../../src/sass/sections/student-single.scss */
  .student-single .short-image-container.right {
    max-width: 500px;
    margin-right: -98px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 307, ../../src/sass/sections/student-single.scss */
  .student-single .short-text-container.left {
    max-width: 380px;
    margin-left: -350px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 307, ../../src/sass/sections/student-single.scss */
  .student-single .short-text-container.left {
    max-width: 500px;
    margin-left: -408px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 319, ../../src/sass/sections/student-single.scss */
  .student-single .short-text-container.right {
    max-width: 380px;
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 319, ../../src/sass/sections/student-single.scss */
  .student-single .short-text-container.right {
    max-width: 500px;
    margin-right: -98px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .container {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 9, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .title-section h1 {
    margin: 105px 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 16, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .pull-quote-container {
    max-width: 1040px;
    margin-bottom: 50px;
  }
}
/* line 22, ../../src/sass/sections/vacancies-single.scss */
.vacancies .pull-quote-container .featured_blogs {
  margin-bottom: 0;
}
/* line 25, ../../src/sass/sections/vacancies-single.scss */
.vacancies .pull-quote-container .featured_blogs .left-column-container {
  padding-right: 0;
}
/* line 27, ../../src/sass/sections/vacancies-single.scss */
.vacancies .pull-quote-container .featured_blogs .left-column-container * {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 25, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .pull-quote-container .featured_blogs .left-column-container {
    font-size: 28px;
    line-height: 38px;
    padding-left: 35px;
  }
  /* line 37, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .pull-quote-container .featured_blogs .left-column-container * {
    font-size: 28px;
    line-height: 38px;
  }
}
/* line 47, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students {
  color: #1C1C1C;
}
/* line 50, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.568rem;
}
/* line 56, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-header h4 {
  font-size: 0.75rem;
  font-family: '', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #1C1C1C;
}
/* line 65, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-header .people-students-see-all {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 65, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .people-students-single .people-students-header .people-students-see-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 74, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 74, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .people-students-single .people-students-articles {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  /* line 83, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .people-students-single .people-students-articles .people-students-see-all {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 74, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .people-students-single .people-students-articles {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  /* line 92, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .people-students-single .people-students-articles .people-students-see-all {
    display: none;
  }
}
/* line 97, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-articles img {
  max-width: 100%;
}
/* line 102, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-article {
  margin-bottom: 0;
}
/* line 105, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-article .block-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 277px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 560px) {
  /* line 105, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .people-students-single .people-students-article .block-image {
    height: 386px;
  }
}
/* line 117, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-article .block-image-masonry {
  width: 100%;
  height: auto;
  display: block;
}
/* line 124, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-article-body {
  background-color: #FBF4DF;
  padding: 31px 31px 28px 31px;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 124, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .people-students-single .people-students-article-body {
    height: 380px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 124, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .people-students-single .people-students-article-body {
    padding: 46px 43px;
  }
}
/* line 138, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-article-body h6 {
  margin-top: 21px;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  font-family: "freight-big-pro";
}
@media only screen and (min-width: 768px) {
  /* line 138, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .people-students-single .people-students-article-body h6 {
    margin-top: 19px;
    margin-bottom: 6px;
    font-size: 36px;
    line-height: 40px;
  }
}
/* line 153, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-article-body h6 * {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  font-family: "freight-big-pro";
}
@media only screen and (min-width: 768px) {
  /* line 153, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .people-students-single .people-students-article-body h6 * {
    font-size: 36px;
    line-height: 40px;
  }
}
/* line 166, ../../src/sass/sections/vacancies-single.scss */
.vacancies .people-students-single .people-students-article-body .article-button-container {
  position: relative;
  left: 0px;
  bottom: 0px;
}
@media only screen and (min-width: 768px) {
  /* line 166, ../../src/sass/sections/vacancies-single.scss */
  .vacancies .people-students-single .people-students-article-body .article-button-container {
    position: absolute;
    bottom: 57px;
    left: 48px;
  }
}

/* line 184, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single {
  padding-top: 34.5px;
}
/* line 187, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single h1 {
  width: 100%;
  font-size: 52px;
  margin-top: 12px;
  margin-bottom: 33px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  /* line 187, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single h1 {
    width: 995px;
    font-size: 100px;
    margin-top: 70px;
    margin-bottom: 60px;
    font-weight: 400;
    line-height: 101px;
  }
}
/* line 205, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .featured-container {
  margin-bottom: 44px;
}
@media only screen and (min-width: 1024px) {
  /* line 205, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .featured-container {
    margin-bottom: 52px;
  }
}
/* line 212, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .featured-container .featured-image-container {
  margin-bottom: 0 !important;
}
/* line 215, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .featured-container .featured-image-container .featured-image {
  height: 145px;
}
@media only screen and (min-width: 768px) {
  /* line 215, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .featured-container .featured-image-container .featured-image {
    height: 630px;
  }
}
/* line 225, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .pull-quote-container {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  /* line 225, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .pull-quote-container {
    margin-bottom: 60px;
    max-width: 995px;
  }
}
/* line 233, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .pull-quote-container .featured_blogs {
  margin: 0;
  padding: 0;
}
/* line 238, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .pull-quote-container .left-column-container {
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 238, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .pull-quote-container .left-column-container {
    padding-top: 45px;
    padding-left: 30px;
  }
}
/* line 248, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .pull-quote-container .left-column-container p {
  font-weight: 100;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}
@media only screen and (min-width: 1024px) {
  /* line 248, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .pull-quote-container .left-column-container p {
    font-size: 28px;
    line-height: 37px;
  }
}
/* line 263, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .wp-block-group {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 263, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .wp-block-group {
    width: 600px;
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 263, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .wp-block-group {
    width: 790px;
    margin-left: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 281, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .short-image-container.left {
    max-width: 280px;
    margin-left: -350px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 281, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .short-image-container.left {
    max-width: 385px;
    margin-left: -200px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 293, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .short-image-container.right {
    max-width: 280px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 293, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .short-image-container.right {
    max-width: 385px;
    margin-right: -100px;
  }
}
/* line 305, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .short-image-container .left-column-container {
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  /* line 311, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .short-text-container.left {
    max-width: 280px;
    margin-left: -350px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 311, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .short-text-container.left {
    max-width: 385px;
    margin-left: -200px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 323, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .short-text-container.right {
    max-width: 280px;
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 323, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .short-text-container.right {
    max-width: 385px;
    margin-right: -100px;
  }
}
/* line 336, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .social-share-container {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 336, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .social-share-container {
    margin-top: 40px;
  }
}
/* line 344, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .date {
  font-size: 0.8rem;
  color: #B51925;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 353, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .text-block .date {
  position: absolute;
  padding-left: 1.7rem;
  letter-spacing: 3px;
}
/* line 360, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .block-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 145px;
  margin-bottom: 0;
}
@media only screen and (min-width: 560px) {
  /* line 360, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .block-image {
    height: 450px;
  }
}
/* line 371, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .tiny-title {
  padding-top: 30px;
}
/* line 375, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .other-vacancies-see-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  /* line 375, ../../src/sass/sections/vacancies-single.scss */
  .vacancy-single .other-vacancies-see-all {
    display: none;
  }
}
/* line 383, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .other-vacancies-see-all img {
  margin-right: 0.687rem;
}
/* line 387, ../../src/sass/sections/vacancies-single.scss */
.vacancy-single .other-vacancies-see-all a {
  color: #B51925;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 1, ../../src/sass/partials/formidable.scss */
.frm_forms {
  max-width: 800px !important;
}
/* line 8, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_form_field.form-field.frm_top_container.horizontal_radio,
.frm_forms .frm_top_container.horizontal_radio.frm_other_container {
  display: grid;
}
/* line 12, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_form_field.form-field.frm_top_container.horizontal_radio .frm_description,
.frm_forms .frm_top_container.horizontal_radio.frm_other_container .frm_description {
  grid-row: 2;
}
/* line 18, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_form_field.form-field.frm_top_container.horizontal_radio .frm_opt_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  /* line 24, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container {
    grid-gap: 0 15px;
  }
}
/* line 29, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_submit {
  grid-column: span 4 / span 4;
}
/* line 33, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_primary_label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  /* line 33, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container .frm_primary_label {
    font-size: 18px;
  }
}
/* line 44, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_submit .frm_button_submit {
  letter-spacing: 2px;
  padding: 8px 15px;
}
@media only screen and (min-width: 1024px) {
  /* line 44, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    width: 240px;
    height: 60px;
    padding: 0;
  }
}
/* line 55, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background-color: #FFF;
  color: #B51925;
  border-color: #B51925;
}
/* line 63, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .bordered-filter .select2-container {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 67, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .bordered-filter .select2-container .select2-selection__rendered {
  font-size: 16px !important;
}
@media only screen and (min-width: 768px) {
  /* line 67, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container .bordered-filter .select2-container .select2-selection__rendered {
    font-size: 18px !important;
  }
}
/* line 83, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/black-arrow-down-small.svg) !important;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 20px) 20px;
  background-position: -moz-calc(100% - 20px) 20px;
  background-position: calc(100% - 20px) 20px;
  -moz-background-size: 8px 13px;
    -o-background-size: 8px 13px;
       background-size: 8px 13px;
  overflow: auto;
}
/* line 94, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container select:focus {
  background-image: url(images/black-arrow-up-small.svg) !important;
}
/* line 98, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container select option {
  line-height: 28px !important;
  height: 30px;
}
/* line 105, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container select[multiple] option {
  padding-top: 15px;
  padding-bottom: 5px;
}
/* line 111, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container textarea {
  height: 150px;
  font-size: 16px;
  max-width: 768px;
  padding-left: 15px;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  /* line 111, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container textarea {
    height: 250px;
    font-size: 18px;
    padding-left: 25px;
    padding-top: 20px;
  }
}
/* line 126, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container input[type=text] {
  height: 45px;
  font-size: 16px;
  max-width: 768px;
  padding-left: 15px;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 126, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container input[type=text] {
    height: 60px;
    font-size: 18px;
    padding-left: 25px;
  }
}
/* line 141, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm6 input[type=text] {
  max-width: 365px;
}
@media only screen and (min-width: 1024px) {
  /* line 146, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container .frm_radio {
    margin-right: 35px;
  }
}
/* line 151, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_radio label {
  display: inline-block;
  position: relative;
  min-width: 155px;
}
/* line 160, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_radio label input[type='radio'] {
  display: none;
}
/* line 164, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_radio label span:before {
  content: " ";
  position: absolute;
  display: inline-block;
  margin: 0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #B51925;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  /* line 164, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container .frm_radio label span:before {
    width: 40px;
    height: 40px;
  }
}
/* line 184, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_radio label input[type=radio]:checked + span:after {
  content: " ";
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  display: block;
  background: #B51925;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 0 0 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  /* line 184, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container .frm_radio label input[type=radio]:checked + span:after {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 205, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container .frm_checkbox {
    margin-right: 35px;
  }
}
/* line 210, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_checkbox label {
  display: inline-block;
  position: relative;
  min-width: 155px;
}
/* line 219, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_checkbox label input[type='checkbox'] {
  display: none;
}
/* line 223, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_checkbox label span:before {
  content: " ";
  position: absolute;
  display: inline-block;
  margin: 0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  border: 1px solid #B51925;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  /* line 223, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container .frm_checkbox label span:before {
    width: 40px;
    height: 40px;
  }
}
/* line 243, ../../src/sass/partials/formidable.scss */
.frm_forms .frm_fields_container .frm_checkbox label input[type=checkbox]:checked + span:after {
  content: " ";
  font-family: "montserrat";
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  color: #B51925;
  position: absolute;
  display: inline-block;
  margin: 0px 0px 0px 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(images/checkbox-x.svg);
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  /* line 243, ../../src/sass/partials/formidable.scss */
  .frm_forms .frm_fields_container .frm_checkbox label input[type=checkbox]:checked + span:after {
    width: 18px;
    height: 18px;
  }
}

/* Material Button CSS */
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
@-moz-keyframes ripple {
  0% {
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
         box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -moz-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    -moz-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
         box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
@-o-keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
       -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
       -moz-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
/* line 286, ../../src/sass/partials/formidable.scss */
.frm_checkbox,
.frm_radio {
  margin-left: 0px;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 293, ../../src/sass/partials/formidable.scss */
.frm_checkbox label,
.frm_radio label {
  display: block;
  position: relative;
  padding: 0 0 0 60px !important;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
  text-indent: 0 !important;
}

/* line 304, ../../src/sass/partials/formidable.scss */
.frm_checkbox input[type=checkbox],
.frm_radio input[type=radio] {
  position: absolute !important;
  margin-left: -9999px;
  visibility: hidden;
}

/* Hide the browser's default checkbox */
/* line 312, ../../src/sass/partials/formidable.scss */
.frm_checkbox label input[type=checkbox],
.frm_radio label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 1, ../../src/sass/partials/flow-flow.scss */
.ff-stream {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 5, ../../src/sass/partials/flow-flow.scss */
.ff-stream *:not(.ff-icon):not(.ff-icon-inner) {
  font-family: "montserrat" !important;
}
/* line 9, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-carousel-icon {
  display: none;
}
/* line 13, ../../src/sass/partials/flow-flow.scss */
.ff-stream article {
  margin-bottom: 60px !important;
}
@media only screen and (min-width: 1024px) {
  /* line 13, ../../src/sass/partials/flow-flow.scss */
  .ff-stream article {
    margin-bottom: 0 !important;
  }
}
/* line 20, ../../src/sass/partials/flow-flow.scss */
.ff-stream article:last-of-type {
  margin-bottom: 0 !important;
}
/* line 55, ../../src/sass/partials/flow-flow.scss */
.ff-stream article .picture-item__inner {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
/* line 59, ../../src/sass/partials/flow-flow.scss */
.ff-stream article .picture-item__inner:hover:before {
  background: transparent !important;
}
/* line 66, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-label-wrapper {
  right: unset !important;
  top: unset !important;
  width: 41px !important;
  height: 41px !important;
  left: 32px;
  bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  /* line 66, ../../src/sass/partials/flow-flow.scss */
  .ff-stream .ff-label-wrapper {
    left: 60px;
    bottom: 100px;
  }
}
/* line 79, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-label-wrapper .ff-icon {
  width: 41px !important;
  height: 41px !important;
  overflow: unset !important;
}
/* line 84, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-label-wrapper .ff-icon::before {
  content: none !important;
}
/* line 88, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-label-wrapper .ff-icon .ff-icon-inner {
  -webkit-border-radius: 50% !important;
     -moz-border-radius: 50% !important;
          border-radius: 50% !important;
  background-color: #b51925 !important;
  width: 41px !important;
  height: 41px !important;
}
/* line 94, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-label-wrapper .ff-icon .ff-icon-inner::after {
  top: 5px;
  position: relative;
}
/* line 102, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-img-holder {
  padding-bottom: 30px;
  background-color: white !important;
}
@media only screen and (min-width: 640px) {
  /* line 102, ../../src/sass/partials/flow-flow.scss */
  .ff-stream .ff-img-holder {
    padding-bottom: 60px;
  }
}
/* line 111, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-item-meta {
  padding: 30px 32px 0 32px !important;
  margin: 0 !important;
}
@media only screen and (min-width: 1024px) {
  /* line 111, ../../src/sass/partials/flow-flow.scss */
  .ff-stream .ff-item-meta {
    padding: 75px 60px 0 60px !important;
  }
}
/* line 119, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-item-meta h6 {
  display: none;
}
/* line 123, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-item-meta a {
  font-size: 100% !important;
  line-height: 1.6 !important;
}
/* line 128, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-item-meta .ff-nickname {
  display: none !important;
}
/* line 132, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-item-meta .ff-timestamp {
  font-size: 12px !important;
  line-height: 19px !important;
  color: #B51925;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-family: "montserrat";
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  /* line 132, ../../src/sass/partials/flow-flow.scss */
  .ff-stream .ff-item-meta .ff-timestamp {
    font-size: 16px;
  }
}
/* line 151, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-content {
  background-color: #FBF4DF !important;
  margin: 0 !important;
  padding: 0 32px 122px 32px !important;
  position: relative !important;
  max-height: 450px !important;
  font-size: 100% !important;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1024px) {
  /* line 151, ../../src/sass/partials/flow-flow.scss */
  .ff-stream .ff-content {
    padding: 0 60px 165px 60px !important;
  }
}
/* line 165, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-item-bar {
  display: none !important;
}
/* line 169, ../../src/sass/partials/flow-flow.scss */
.ff-stream .ff-loadmore-wrapper {
  display: none !important;
}

/* line 2, ../../src/sass/partials/_error404.scss */
.error404 h1 {
  font-weight: 400;
  margin-bottom: 0.35em;
}
@media only screen and (min-width: 1024px) {
  /* line 2, ../../src/sass/partials/_error404.scss */
  .error404 h1 {
    font-size: 12rem;
  }
}
/* line 11, ../../src/sass/partials/_error404.scss */
.error404 h2 {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 1024px) {
  /* line 11, ../../src/sass/partials/_error404.scss */
  .error404 h2 {
    font-size: 6rem;
  }
}
/* line 18, ../../src/sass/partials/_error404.scss */
.error404 .link {
  color: #1C1C1C;
  display: inline-block;
  font-size: 1.5rem;
  padding-right: 2.5rem;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  /* line 18, ../../src/sass/partials/_error404.scss */
  .error404 .link {
    padding-right: 3.5rem;
  }
}
/* line 32, ../../src/sass/partials/_error404.scss */
.error404 .link:hover .link__icon, .error404 .link:focus .link__icon {
  background-image: url("images/menu-arrow-hover.svg");
}
/* line 38, ../../src/sass/partials/_error404.scss */
.error404 .link__text {
  display: inline-block;
  font-size: 1rem;
  max-width: 30rem;
}
@media only screen and (min-width: 1024px) {
  /* line 38, ../../src/sass/partials/_error404.scss */
  .error404 .link__text {
    font-size: 1.5rem;
  }
}
/* line 48, ../../src/sass/partials/_error404.scss */
.error404 .link__icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 57, ../../src/sass/partials/_error404.scss */
.error404.alumni-site h1 {
  color: #8E9EBD;
}

/* line 63, ../../src/sass/partials/_error404.scss */
.error404.chapel-site h1 {
  color: #89a399;
}

/* line 69, ../../src/sass/partials/_error404.scss */
.error404.oriel-site h1 {
  color: #FF3D4C;
}

/* line 1, ../../src/sass/partials/tooltip.scss */
.letooltip {
  display: none !important;
}

/* line 5, ../../src/sass/partials/tooltip.scss */
.course_tooltip {
  max-width: unset !important;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  /* line 5, ../../src/sass/partials/tooltip.scss */
  .course_tooltip {
    width: 0px !important;
    height: 0px !important;
    display: none !important;
    visibility: hidden !important;
  }
}
/* line 16, ../../src/sass/partials/tooltip.scss */
.course_tooltip .ui-tooltip-content {
  width: 33vw;
  height: auto;
  padding: 3rem;
  background-color: #f9f1dd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media only screen and (min-width: 1024px) {
  /* line 16, ../../src/sass/partials/tooltip.scss */
  .course_tooltip .ui-tooltip-content {
    width: 745px;
    height: auto;
    padding: 70px;
  }
}
/* line 38, ../../src/sass/partials/tooltip.scss */
.course_tooltip .ui-tooltip-content .tooltip-image-div {
  width: 50%;
  height: 230px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  margin-right: 2rem;
}
@media only screen and (min-width: 1024px) {
  /* line 38, ../../src/sass/partials/tooltip.scss */
  .course_tooltip .ui-tooltip-content .tooltip-image-div {
    width: 277px;
    height: 277px;
    margin-right: 50px;
  }
}
/* line 52, ../../src/sass/partials/tooltip.scss */
.course_tooltip .ui-tooltip-content .tooltip-text-div {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  line-height: 28px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* line 63, ../../src/sass/partials/tooltip.scss */
.course_tooltip .ui-tooltip-content .tooltip-text-div .tooltip-label {
  font-weight: bold;
}

/* line 3, ../../src/sass/partials/gutbrg-color-palette.scss */
mark .has-inline-color {
  background-color: rgba(0, 0, 0, 0) !important;
}
/* line 7, ../../src/sass/partials/gutbrg-color-palette.scss */
.has-inline-color.has-green-color {
  color: #89a399;
  background-color: rgba(0, 0, 0, 0) !important;
}
/* line 11, ../../src/sass/partials/gutbrg-color-palette.scss */
.has-inline-color.has-blue-color {
  color: #8E9EBD;
  background-color: rgba(0, 0, 0, 0) !important;
}
/* line 15, ../../src/sass/partials/gutbrg-color-palette.scss */
.has-inline-color.has-gold-color {
  color: #c4aa72;
  background-color: rgba(0, 0, 0, 0) !important;
}
/* line 19, ../../src/sass/partials/gutbrg-color-palette.scss */
.has-inline-color.has-black-color {
  color: #1C1C1C;
  background-color: rgba(0, 0, 0, 0) !important;
}
/* line 23, ../../src/sass/partials/gutbrg-color-palette.scss */
.has-inline-color.has-gray-color {
  color: #EEEEEE;
  background-color: rgba(0, 0, 0, 0) !important;
}
/* line 27, ../../src/sass/partials/gutbrg-color-palette.scss */
.has-inline-color.has-red-color {
  color: #FF3D4C;
  background-color: rgba(0, 0, 0, 0) !important;
}

/* line 4, ../../src/sass/blocks/video.scss */
.video-section .heading h4 {
  color: #1C1C1C;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
/* line 13, ../../src/sass/blocks/video.scss */
.video-section .video-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 2;
  height: unset;
}
/* line 21, ../../src/sass/blocks/video.scss */
.video-section .video-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
/* line 27, ../../src/sass/blocks/video.scss */
.video-section .video-content .placeholder-image,
.video-section .video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
}
/* line 32, ../../src/sass/blocks/video.scss */
.video-section .video-content .oc-video {
  height: 100%;
  width: 100%;
}
/* line 37, ../../src/sass/blocks/video.scss */
.video-section .video-content .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  cursor: pointer;
}
/* line 45, ../../src/sass/blocks/video.scss */
.video-section .video-content .play-btn svg {
  height: 40px;
  width: 40px;
}
/* line 49, ../../src/sass/blocks/video.scss */
.content-container .video-section .video-content .play-btn svg {
  height: 23px;
  width: 23px;
}
@media only screen and (min-width: 1024px) {
  /* line 45, ../../src/sass/blocks/video.scss */
  .video-section .video-content .play-btn svg {
    height: 173px;
    width: 173px;
  }
  /* line 58, ../../src/sass/blocks/video.scss */
  .content-container .video-section .video-content .play-btn svg {
    height: 115px;
    width: 115px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  /* line 65, ../../src/sass/blocks/video.scss */
  .video-section .video-content .play-btn circle,
  .video-section .video-content .play-btn path {
    -webkit-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    -moz-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
  }
}
/* line 72, ../../src/sass/blocks/video.scss */
.video-section .video-content .play-btn circle {
  fill: #FBF4DF;
}
/* line 77, ../../src/sass/blocks/video.scss */
.alumni-site .video-section .video-content .play-btn path {
  fill: #8E9EBD;
}
/* line 81, ../../src/sass/blocks/video.scss */
.chapel-site .video-section .video-content .play-btn path {
  fill: #89a399;
}
/* line 85, ../../src/sass/blocks/video.scss */
.oriel-site .video-section .video-content .play-btn path {
  fill: #FF3D4C;
}
/* line 93, ../../src/sass/blocks/video.scss */
.alumni-site .video-section .video-content .play-btn:hover circle, .alumni-site .video-section .video-content .play-btn:focus circle {
  fill: #8E9EBD;
}
/* line 97, ../../src/sass/blocks/video.scss */
.chapel-site .video-section .video-content .play-btn:hover circle, .chapel-site .video-section .video-content .play-btn:focus circle {
  fill: #89a399;
}
/* line 101, ../../src/sass/blocks/video.scss */
.oriel-site .video-section .video-content .play-btn:hover circle, .oriel-site .video-section .video-content .play-btn:focus circle {
  fill: #FF3D4C;
}
/* line 106, ../../src/sass/blocks/video.scss */
.video-section .video-content .play-btn:hover path, .video-section .video-content .play-btn:focus path {
  fill: #FFF;
}

/* line 3, ../../src/sass/blocks/featured.scss */
.featured-container .featured-title-container {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 33px;
}
@media only screen and (min-width: 1024px) {
  /* line 3, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-title-container {
    margin-bottom: 35px;
    margin-top: 100px;
  }
}
/* line 13, ../../src/sass/blocks/featured.scss */
.featured-container .featured-title-container .micro-title {
  color: #1C1C1C;
}
/* line 17, ../../src/sass/blocks/featured.scss */
.featured-container .featured-title-container .h2, .featured-container .featured-title-container h2 {
  color: #B51925;
  margin: 0;
  margin-top: 25px;
  font-size: 34px;
  line-height: 36px;
  font-weight: 500;
}
/* line 25, ../../src/sass/blocks/featured.scss */
.featured-container .featured-title-container .h2 *, .featured-container .featured-title-container h2 * {
  font-size: 34px;
  line-height: 36px;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  /* line 17, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-title-container .h2, .featured-container .featured-title-container h2 {
    font-size: 120px;
    line-height: 106px;
  }
  /* line 36, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-title-container .h2 *, .featured-container .featured-title-container h2 * {
    font-size: 120px;
    line-height: 106px;
  }
}
/* line 44, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-container {
  width: 100%;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 44, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-container {
    margin-bottom: 45px;
  }
}
/* line 52, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-container .featured-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  /* line 52, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-container .featured-image {
    height: 450px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 52, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-container .featured-image {
    height: 785px;
  }
}
/* line 69, ../../src/sass/blocks/featured.scss */
.featured-container .featured-text-container {
  width: 100%;
  position: relative;
}
/* line 73, ../../src/sass/blocks/featured.scss */
.featured-container .featured-text-container .featured-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}
/* line 78, ../../src/sass/blocks/featured.scss */
.featured-container .featured-text-container .featured-text.full {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 73, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-text-container .featured-text {
    font-size: 37px;
    line-height: 47px;
    width: 600px;
  }
  /* line 87, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-text-container .featured-text.full {
    width: 100%;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 73, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-text-container .featured-text {
    font-size: 37px;
    line-height: 47px;
    width: 840px;
  }
  /* line 97, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-text-container .featured-text.full {
    width: 100%;
  }
}
/* line 102, ../../src/sass/blocks/featured.scss */
.featured-container .featured-text-container .featured-text p {
  font-weight: 600;
}
/* line 108, ../../src/sass/blocks/featured.scss */
.featured-container .featured-text-container .subtitle {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 108, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-text-container .subtitle {
    font-size: 21px;
    line-height: 64px;
  }
}
/* line 117, ../../src/sass/blocks/featured.scss */
.featured-container .featured-text-container .golder-arrow-right {
  background-image: url(images/golden-arrow-right-small.svg);
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  background-position: right;
  display: block;
  width: 87px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: unset;
  bottom: -15px;
}
@media only screen and (min-width: 768px) {
  /* line 117, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-text-container .golder-arrow-right {
    top: 15px;
    bottom: unset;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 117, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-text-container .golder-arrow-right {
    background-image: url(images/golden-arrow-right.svg);
    width: 295px;
    height: 13px;
  }
}
/* line 145, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 145, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 154, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container .featured-image-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 160, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-left {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 160, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-left {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 170, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-left .featured-image {
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  height: 180px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 170, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-left .featured-image {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 0px;
       -moz-box-flex: 2;
        -ms-flex: 2 0 0px;
            flex: 2 0 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 170, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-left .featured-image {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
       -moz-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: 600px;
    width: 790px;
    min-width: 790px;
  }
}
/* line 188, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-left .featured-image a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 195, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-left .featured-text-container {
  position: relative;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 195, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-left .featured-text-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 3rem;
  }
}
/* line 205, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-left .featured-text-container .featured-text {
  width: 100%;
  font-weight: 100;
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 205, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-left .featured-text-container .featured-text {
    font-size: 21px;
  }
}
/* line 215, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-left .featured-text-container .featured-text p {
  font-weight: 100;
  font-size: 18px;
  margin: 10px 0;
  max-width: 340px;
  line-height: 28px;
}
@media only screen and (min-width: 1024px) {
  /* line 215, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-left .featured-text-container .featured-text p {
    font-size: 21px;
    line-height: 32px;
  }
}
/* line 230, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-left .golder-arrow-right {
  right: 0;
  left: unset;
  bottom: 0;
  top: unset;
}
@media only screen and (min-width: 768px) {
  /* line 230, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-left .golder-arrow-right {
    right: -150px;
    left: unset;
    top: unset;
    bottom: 75px;
  }
}
/* line 245, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-right {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 245, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-right {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 255, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-right .featured-image {
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  height: 180px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 255, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-right .featured-image {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 0px;
       -moz-box-flex: 2;
        -ms-flex: 2 0 0px;
            flex: 2 0 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 255, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-right .featured-image {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
       -moz-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: 600px;
    width: 790px;
    min-width: 790px;
  }
}
/* line 273, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-right .featured-image a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 280, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-right .featured-text-container {
  position: relative;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 280, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-right .featured-text-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 65px;
  }
}
/* line 290, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-right .featured-text-container .featured-text {
  width: 100%;
  font-weight: 100;
  font-size: 18px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1024px) {
  /* line 290, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-right .featured-text-container .featured-text {
    font-size: 21px;
  }
}
/* line 300, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-right .featured-text-container .featured-text p {
  font-weight: 100;
  font-size: 18px;
  margin: 10px 0;
  max-width: 340px;
  line-height: 28px;
}
@media only screen and (min-width: 1024px) {
  /* line 300, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-right .featured-text-container .featured-text p {
    font-size: 21px;
    line-height: 32px;
  }
}
/* line 315, ../../src/sass/blocks/featured.scss */
.featured-container .featured-image-sidetext-container.text-right .golder-arrow-right {
  right: 0;
  left: unset;
  bottom: 0;
  top: unset;
}
@media only screen and (min-width: 768px) {
  /* line 315, ../../src/sass/blocks/featured.scss */
  .featured-container .featured-image-sidetext-container.text-right .golder-arrow-right {
    right: unset;
    left: -135px;
    top: unset;
    bottom: 75px;
  }
}

/* line 332, ../../src/sass/blocks/featured.scss */
.content-area-container {
  width: 100%;
}
/* line 335, ../../src/sass/blocks/featured.scss */
.content-area-container p {
  color: #7c8895;
}
@media only screen and (min-width: 1024px) {
  /* line 332, ../../src/sass/blocks/featured.scss */
  .content-area-container {
    width: 65%;
  }
}
/* line 343, ../../src/sass/blocks/featured.scss */
.content-area-container .micro-title {
  color: #B51925;
}
/* line 347, ../../src/sass/blocks/featured.scss */
.content-area-container .part-one {
  margin: 0;
  padding: 0;
}
/* line 351, ../../src/sass/blocks/featured.scss */
.content-area-container .part-one .h1, .content-area-container .part-one h1 {
  color: #B51925;
  font-weight: 400;
  font-family: serif;
  margin-top: 5px;
  font-size: 45px;
}
@media only screen and (min-width: 768px) {
  /* line 351, ../../src/sass/blocks/featured.scss */
  .content-area-container .part-one .h1, .content-area-container .part-one h1 {
    font-size: 65px;
  }
}
/* line 363, ../../src/sass/blocks/featured.scss */
.content-area-container .part-one p:first-of-type {
  font-size: 1.35rem;
  border-left: 3px solid #FF3D4C;
  line-height: 1.73rem;
  padding: 0;
  padding-left: 0.85rem;
  margin: 0;
  margin-bottom: 25px;
}
/* line 373, ../../src/sass/blocks/featured.scss */
.content-area-container .part-one p:nth-of-type(2) {
  font-size: 1.15rem;
  line-height: 1.73rem;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
/* line 381, ../../src/sass/blocks/featured.scss */
.content-area-container .part-one p:nth-of-type(3) {
  font-size: 1.05rem;
  line-height: 1.73rem;
  padding: 0;
  margin: 0;
}
/* line 390, ../../src/sass/blocks/featured.scss */
.content-area-container .part-two .h2, .content-area-container .part-two h2 {
  color: #1C1C1C;
  font-weight: 600;
  font-family: serif;
  margin-top: 30px;
  font-size: 31px;
}
/* line 407, ../../src/sass/blocks/featured.scss */
.content-area-container .part-three .h5, .content-area-container .part-three h5 {
  color: #1C1C1C;
  font-weight: 600;
  margin-top: 30px;
  font-size: 20px;
}
/* line 414, ../../src/sass/blocks/featured.scss */
.content-area-container .part-three p:first-of-type {
  margin-top: 0;
}
/* line 419, ../../src/sass/blocks/featured.scss */
.content-area-container .content-area-buttons {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 427, ../../src/sass/blocks/featured.scss */
.content-area-container .content-area-buttons .content-button {
  margin-right: 2.5rem;
  padding: 7px 16px;
  border: solid 3px #c4aa72;
  background: transparent;
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  color: #7c8895;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 440, ../../src/sass/blocks/featured.scss */
.content-area-container .content-area-buttons .content-button:hover {
  border: solid 3px #FF3D4C;
}

/* line 1, ../../src/sass/blocks/tiles-displaylinks.scss */
.tiles_displayLinks-container {
  width: 100%;
  padding-bottom: 15px;
}
/* line 5, ../../src/sass/blocks/tiles-displaylinks.scss */
.tiles_displayLinks-container .micro-title {
  color: #1C1C1C;
}

/* line 10, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single {
  padding-top: 34.5px;
}
/* line 13, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single .block-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 145px;
}
@media only screen and (min-width: 560px) {
  /* line 13, ../../src/sass/blocks/tiles-displaylinks.scss */
  .tile-link-single .block-image {
    height: 450px;
  }
}
/* line 23, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single p {
  font-weight: 300;
}
/* line 27, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single p:first-of-type {
  font-size: 1.35rem;
  border-left: 1px solid #FF3D4C;
  padding-left: 0.625rem;
  line-height: 1.73rem;
  padding-top: 25px;
}
/* line 36, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single .tile-link-title {
  margin-top: 0;
  max-width: 80%;
  line-height: 48px;
  font-weight: 400;
}
/* line 44, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single p:not(:first-of-type) {
  line-height: 1.5rem;
}
/* line 48, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single .tiles-display-links {
  color: #1C1C1C;
}
/* line 51, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single .tiles-display-links-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.568rem;
}
/* line 57, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single .tiles-display-links-header h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #1C1C1C;
}
@media only screen and (min-width: 768px) {
  /* line 65, ../../src/sass/blocks/tiles-displaylinks.scss */
  .tile-link-single .tiles-display-links-articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4%;
  }
}
/* line 72, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single .tiles-display-links-articles img {
  max-width: 100%;
}
/* line 77, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single .tiles-display-links-article {
  margin-bottom: 2.55rem;
}
/* line 80, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single .tiles-display-links-article .block-image {
  height: 400px;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
}
/* line 87, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single .tiles-display-links-article-body {
  background-color: #FFF;
  padding: 15px 0;
}
/* line 91, ../../src/sass/blocks/tiles-displaylinks.scss */
.tile-link-single .tiles-display-links-article-body h6 {
  margin-top: 1rem;
  margin-bottom: 25px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2rem;
}

/* line 1, ../../src/sass/blocks/cta-link.scss */
.cta-link-container {
  width: 100%;
}
/* line 4, ../../src/sass/blocks/cta-link.scss */
.cta-link-container .micro-title {
  color: #1C1C1C;
}
/* line 9, ../../src/sass/blocks/cta-link.scss */
.cta-link-container .cta-links-row > :last-child {
  margin-bottom: 0;
}

/* line 16, ../../src/sass/blocks/cta-link.scss */
.cta-link-single .block-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 145px;
}
@media only screen and (min-width: 560px) {
  /* line 16, ../../src/sass/blocks/cta-link.scss */
  .cta-link-single .block-image {
    height: 450px;
  }
}
/* line 26, ../../src/sass/blocks/cta-link.scss */
.cta-link-single p {
  font-weight: 300;
}
/* line 30, ../../src/sass/blocks/cta-link.scss */
.cta-link-single p:first-of-type {
  font-size: 1.35rem;
  font-family: "freight-big-pro", sans-serif;
  border-left: 1px solid #FF3D4C;
  padding-left: 0.625rem;
  line-height: 1.73rem;
  padding-top: 25px;
}
/* line 39, ../../src/sass/blocks/cta-link.scss */
.cta-link-single .cta-link-title {
  margin-top: 0;
  max-width: 80%;
  line-height: 48px;
  font-weight: 400;
}
/* line 46, ../../src/sass/blocks/cta-link.scss */
.cta-link-single p:not(:first-of-type) {
  line-height: 1.5rem;
}

/* line 51, ../../src/sass/blocks/cta-link.scss */
.cta-link-links {
  color: #1C1C1C;
  margin-bottom: 45px;
}
/* line 55, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.5%;
}
/* line 60, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-articles img {
  max-width: 100%;
}
/* line 65, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 65, ../../src/sass/blocks/cta-link.scss */
  .cta-link-links-article {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
/* line 76, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article .block-image {
  width: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  min-height: 177px;
}
@media only screen and (min-width: 1024px) {
  /* line 76, ../../src/sass/blocks/cta-link.scss */
  .cta-link-links-article .block-image {
    height: 365px;
    min-height: 365px;
  }
}
/* line 89, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body {
  background-color: #FBF4DF;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  /* line 89, ../../src/sass/blocks/cta-link.scss */
  .cta-link-links-article-body {
    padding: 0 55px;
  }
}
/* line 100, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body h6 {
  margin-top: 35px;
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'montserrat', sans-serif;
}
/* line 108, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body h6 * {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'montserrat', sans-serif;
}
@media only screen and (min-width: 768px) {
  /* line 100, ../../src/sass/blocks/cta-link.scss */
  .cta-link-links-article-body h6 {
    font-size: 36px;
    line-height: 47px;
  }
  /* line 119, ../../src/sass/blocks/cta-link.scss */
  .cta-link-links-article-body h6 * {
    font-size: 36px;
    line-height: 47px;
  }
}
/* line 126, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .frm_fields_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
/* line 130, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .frm_fields_container .frm_form_field {
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 1248px) {
  /* line 130, ../../src/sass/blocks/cta-link.scss */
  .cta-link-links-article-body .frm_fields_container .frm_form_field {
    width: -webkit-calc(425px - 58px);
    width: -moz-calc(425px - 58px);
    width: calc(425px - 58px);
  }
}
/* line 138, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .frm_fields_container .frm_form_field .frm_primary_label {
  display: none;
}
/* line 142, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .frm_fields_container .frm_form_field input {
  height: 40px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: none;
  padding-left: 12px;
  font-size: 14px;
  line-height: 30px;
  font-family: 'montserrat', sans-serif;
  font-weight: 100;
}
@media only screen and (min-width: 768px) {
  /* line 142, ../../src/sass/blocks/cta-link.scss */
  .cta-link-links-article-body .frm_fields_container .frm_form_field input {
    height: 58px;
    font-size: 16px;
    line-height: 36px;
    padding-left: 25px;
  }
}
/* line 160, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .frm_fields_container .frm_form_field .frm_error {
  font-size: 15px;
  font-family: 'montserrat', sans-serif;
  color: #FF3D4C !important;
}
@media only screen and (min-width: 768px) {
  /* line 160, ../../src/sass/blocks/cta-link.scss */
  .cta-link-links-article-body .frm_fields_container .frm_form_field .frm_error {
    font-size: 18px;
  }
}
/* line 172, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .frm_fields_container .frm_submit .frm_button_submit {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: none;
  background-image: url("images/menu-arrow.svg") !important;
  background-color: #FF3D4C !important;
  background-repeat: no-repeat !important;
  -moz-background-size: 43px 43px !important;
    -o-background-size: 43px 43px !important;
       background-size: 43px 43px !important;
  background-position: center !important;
}
@media only screen and (min-width: 768px) {
  /* line 172, ../../src/sass/blocks/cta-link.scss */
  .cta-link-links-article-body .frm_fields_container .frm_submit .frm_button_submit {
    width: 58px;
    height: 58px;
  }
}
/* line 194, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .frm_forms .frm_message {
  padding: 15px;
  margin: 0;
  border: none;
  font-family: 'montserrat', sans-serif;
  font-size: 16px;
}
/* line 201, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .frm_forms .frm_message * {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 'montserrat', sans-serif;
}
/* line 209, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .frm_forms .frm_error_style {
  padding: 15px;
  margin: 0;
  border: none;
  font-family: 'montserrat', sans-serif;
  font-size: 16px;
}
/* line 216, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .frm_forms .frm_error_style * {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 'montserrat', sans-serif;
}
/* line 225, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .cta-link-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 228, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .cta-link-input-container .cta-link-input-field {
  display: block;
  width: 80%;
  padding: 1rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-style: none;
  --bg-opacity: 1;
  background-color: #FFF;
  --text-opacity: 1;
  color: #000;
  color: rgba(0,0,0,var(--text-opacity));
  outline: 0;
  font-size: 14px;
}
/* line 244, ../../src/sass/blocks/cta-link.scss */
.cta-link-links-article-body .cta-button-container {
  margin-bottom: 25px;
}

/* line 1, ../../src/sass/blocks/events-feed.scss */
.events-feed-container {
  width: 100%;
}
/* line 4, ../../src/sass/blocks/events-feed.scss */
.events-feed-container .micro-title {
  color: #1C1C1C;
}

/* line 9, ../../src/sass/blocks/events-feed.scss */
.events-feed-single {
  padding-top: 34.5px;
}
/* line 12, ../../src/sass/blocks/events-feed.scss */
.events-feed-single .date {
  font-size: 0.75rem;
  color: #B51925;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 20, ../../src/sass/blocks/events-feed.scss */
.events-feed-single .text-block .date {
  position: absolute;
  padding-left: 0.625rem;
  letter-spacing: 3px;
}
/* line 27, ../../src/sass/blocks/events-feed.scss */
.events-feed-single .block-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 145px;
}
@media only screen and (min-width: 560px) {
  /* line 27, ../../src/sass/blocks/events-feed.scss */
  .events-feed-single .block-image {
    height: 450px;
  }
}
/* line 37, ../../src/sass/blocks/events-feed.scss */
.events-feed-single p {
  font-weight: 300;
}
/* line 41, ../../src/sass/blocks/events-feed.scss */
.events-feed-single p:first-of-type {
  font-size: 1.35rem;
  border-left: 1px solid #FF3D4C;
  padding-left: 0.625rem;
  line-height: 1.73rem;
  padding-top: 25px;
}
/* line 50, ../../src/sass/blocks/events-feed.scss */
.events-feed-single .events-feed-title {
  margin-top: 0;
  max-width: 80%;
  line-height: 48px;
  font-weight: 400;
}
/* line 58, ../../src/sass/blocks/events-feed.scss */
.events-feed-single p:not(:first-of-type) {
  line-height: 1.5rem;
}
/* line 63, ../../src/sass/blocks/events-feed.scss */
.events-feed-single .events-feed {
  color: #1C1C1C;
}
/* line 66, ../../src/sass/blocks/events-feed.scss */
.events-feed-single .events-feed-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.568rem;
}
/* line 72, ../../src/sass/blocks/events-feed.scss */
.events-feed-single .events-feed-header h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #1C1C1C;
}
/* line 80, ../../src/sass/blocks/events-feed.scss */
.events-feed-single .events-feed-header .events-feed-see-all {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 80, ../../src/sass/blocks/events-feed.scss */
  .events-feed-single .events-feed-header .events-feed-see-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  /* line 89, ../../src/sass/blocks/events-feed.scss */
  .events-feed-single .events-feed-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4%;
  }
  /* line 97, ../../src/sass/blocks/events-feed.scss */
  .events-feed-single .events-feed-articles .events-feed-see-all {
    display: none;
  }
}
/* line 102, ../../src/sass/blocks/events-feed.scss */
.events-feed-single .events-feed-articles img {
  max-width: 100%;
}

/* line 109, ../../src/sass/blocks/events-feed.scss */
.events-feed-article {
  margin-bottom: 2.55rem;
}
/* line 112, ../../src/sass/blocks/events-feed.scss */
.events-feed-article .block-image {
  height: 268px;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
}
/* line 118, ../../src/sass/blocks/events-feed.scss */
.events-feed-article .block-image-masonry {
  width: 100%;
  height: auto;
  display: block;
}

/* line 125, ../../src/sass/blocks/events-feed.scss */
.events-feed-article-body {
  background-color: #FBF4DF;
  margin-top: 6%;
  padding: 2rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  /* line 125, ../../src/sass/blocks/events-feed.scss */
  .events-feed-article-body {
    padding: 4rem;
  }
}
/* line 135, ../../src/sass/blocks/events-feed.scss */
.events-feed-article-body .article-body-inner {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  /* line 135, ../../src/sass/blocks/events-feed.scss */
  .events-feed-article-body .article-body-inner {
    margin-bottom: 30px;
  }
}
/* line 143, ../../src/sass/blocks/events-feed.scss */
.events-feed-article-body .postponed-container {
  height: 30px;
  display: block;
}
/* line 147, ../../src/sass/blocks/events-feed.scss */
.events-feed-article-body .postponed-container .h5, .events-feed-article-body .postponed-container h5 {
  background-color: #B51925;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  font-family: "montserrat";
}
@media only screen and (min-width: 1024px) {
  /* line 147, ../../src/sass/blocks/events-feed.scss */
  .events-feed-article-body .postponed-container .h5, .events-feed-article-body .postponed-container h5 {
    width: auto;
    left: 65px;
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 172, ../../src/sass/blocks/events-feed.scss */
.events-feed-article-body .microtag {
  font-size: 0.75rem;
  color: #B51925;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  font-family: "montserrat";
  font-weight: 500;
  padding: 0;
  margin: 0;
}
/* line 184, ../../src/sass/blocks/events-feed.scss */
.events-feed-article-body h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2rem;
}
/* line 193, ../../src/sass/blocks/events-feed.scss */
.events-feed-article-body h6.event-location {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "freight-big-pro";
}
@media only screen and (min-width: 1024px) {
  /* line 193, ../../src/sass/blocks/events-feed.scss */
  .events-feed-article-body h6.event-location {
    font-size: 36px;
    line-height: 49px;
  }
}
/* line 208, ../../src/sass/blocks/events-feed.scss */
.events-feed-article-body .event-tags {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: "montserrat";
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}
/* line 217, ../../src/sass/blocks/events-feed.scss */
.events-feed-article-body .event-tags * {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: "montserrat";
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  /* line 208, ../../src/sass/blocks/events-feed.scss */
  .events-feed-article-body .event-tags {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 230, ../../src/sass/blocks/events-feed.scss */
  .events-feed-article-body .event-tags * {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 237, ../../src/sass/blocks/events-feed.scss */
.events-feed-article-body .event-button-container {
  margin-bottom: 0;
}

/* line 242, ../../src/sass/blocks/events-feed.scss */
.events-feed-see-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  /* line 242, ../../src/sass/blocks/events-feed.scss */
  .events-feed-see-all {
    display: none;
  }
}
/* line 250, ../../src/sass/blocks/events-feed.scss */
.events-feed-see-all img {
  margin-right: 0.687rem;
}
/* line 254, ../../src/sass/blocks/events-feed.scss */
.events-feed-see-all a {
  color: #B51925;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 1, ../../src/sass/blocks/social-feed.scss */
.social-feed-container {
  width: 100%;
  padding-bottom: 15px;
}
/* line 5, ../../src/sass/blocks/social-feed.scss */
.social-feed-container .micro-title {
  color: #1C1C1C;
}

/* line 10, ../../src/sass/blocks/social-feed.scss */
.social-feed-single {
  padding-top: 34.5px;
}
/* line 13, ../../src/sass/blocks/social-feed.scss */
.social-feed-single .date {
  font-size: 0.75rem;
  color: #B51925;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 21, ../../src/sass/blocks/social-feed.scss */
.social-feed-single .text-block .date {
  position: absolute;
  padding-left: 0.625rem;
  letter-spacing: 3px;
}
/* line 28, ../../src/sass/blocks/social-feed.scss */
.social-feed-single .block-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 145px;
}
@media only screen and (min-width: 560px) {
  /* line 28, ../../src/sass/blocks/social-feed.scss */
  .social-feed-single .block-image {
    height: 450px;
  }
}
/* line 38, ../../src/sass/blocks/social-feed.scss */
.social-feed-single .social-feed-title {
  margin-top: 0;
  max-width: 80%;
  line-height: 48px;
  font-weight: 400;
}

/* line 47, ../../src/sass/blocks/social-feed.scss */
.social-feed {
  color: #1C1C1C;
}
/* line 50, ../../src/sass/blocks/social-feed.scss */
.social-feed-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.568rem;
}
/* line 56, ../../src/sass/blocks/social-feed.scss */
.social-feed-header h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #1C1C1C;
}
@media only screen and (min-width: 768px) {
  /* line 64, ../../src/sass/blocks/social-feed.scss */
  .social-feed-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4%;
  }
  /* line 72, ../../src/sass/blocks/social-feed.scss */
  .social-feed-articles .social-feed-see-all {
    display: none;
  }
}
/* line 77, ../../src/sass/blocks/social-feed.scss */
.social-feed-articles img {
  max-width: 100%;
}
/* line 82, ../../src/sass/blocks/social-feed.scss */
.social-feed-article {
  margin-bottom: 2.55rem;
}
/* line 85, ../../src/sass/blocks/social-feed.scss */
.social-feed-article .block-image {
  height: 268px;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
}
/* line 91, ../../src/sass/blocks/social-feed.scss */
.social-feed-article .block-image-masonry {
  width: 100%;
  height: auto;
  display: block;
}
/* line 98, ../../src/sass/blocks/social-feed.scss */
.social-feed-article-body {
  background-color: #FBF4DF;
  margin-top: 6%;
  padding: 2rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  /* line 98, ../../src/sass/blocks/social-feed.scss */
  .social-feed-article-body {
    padding: 4rem;
  }
}
/* line 108, ../../src/sass/blocks/social-feed.scss */
.social-feed-article-body .article-text {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7rem;
}
/* line 109, ../../src/sass/blocks/social-feed.scss */
.social-feed-article-body .article-text a {
  color: #B51925;
  text-decoration: none;
}
/* line 123, ../../src/sass/blocks/social-feed.scss */
.social-feed-article-body .social-hashtags-container {
  margin-top: 0rem;
  margin-bottom: 1.3rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7rem;
}
/* line 130, ../../src/sass/blocks/social-feed.scss */
.social-feed-article-body .social-hashtags-container a {
  color: #B51925;
  text-decoration: none;
}

/* line 1, ../../src/sass/blocks/people-students.scss */
.select2-results__options {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
/* line 3, ../../src/sass/blocks/people-students.scss */
.select2-results__options::-webkit-scrollbar {
  width: 5px;
}
/* line 8, ../../src/sass/blocks/people-students.scss */
.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* line 13, ../../src/sass/blocks/people-students.scss */
.select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
/* line 19, ../../src/sass/blocks/people-students.scss */
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* line 24, ../../src/sass/blocks/people-students.scss */
.people-students-container {
  width: 100%;
}
/* line 27, ../../src/sass/blocks/people-students.scss */
.people-students-container .micro-title {
  color: #1C1C1C;
}
/* line 32, ../../src/sass/blocks/people-students.scss */
.people-students-container .people-title h1 {
  font-size: 52px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  /* line 32, ../../src/sass/blocks/people-students.scss */
  .people-students-container .people-title h1 {
    font-size: 100px;
  }
}
/* line 40, ../../src/sass/blocks/people-students.scss */
.people-students-container .people-title h1 * {
  font-size: 52px;
}
@media only screen and (min-width: 768px) {
  /* line 40, ../../src/sass/blocks/people-students.scss */
  .people-students-container .people-title h1 * {
    font-size: 100px;
  }
}
/* line 50, ../../src/sass/blocks/people-students.scss */
.people-students-container .people-intro {
  font-size: 28px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  margin-bottom: 3rem;
}

/* line 60, ../../src/sass/blocks/people-students.scss */
.filter-subject-container .select2.select2-container {
  min-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 60, ../../src/sass/blocks/people-students.scss */
  .filter-subject-container .select2.select2-container {
    min-width: 180px;
    width: 180px;
  }
}

/* line 72, ../../src/sass/blocks/people-students.scss */
.filter-course-container .select2.select2-container {
  min-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 72, ../../src/sass/blocks/people-students.scss */
  .filter-course-container .select2.select2-container {
    min-width: 180px;
    width: 180px;
  }
}

/* line 84, ../../src/sass/blocks/people-students.scss */
.filter-department-container .select2.select2-container {
  min-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 84, ../../src/sass/blocks/people-students.scss */
  .filter-department-container .select2.select2-container {
    min-width: 230px;
    width: 230px;
  }
}

/* line 97, ../../src/sass/blocks/people-students.scss */
.people-students-single .microtag {
  font-size: 12px;
  line-height: 20px;
  color: #B51925;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  /* line 97, ../../src/sass/blocks/people-students.scss */
  .people-students-single .microtag {
    font-size: 16px;
  }
}
/* line 111, ../../src/sass/blocks/people-students.scss */
.people-students-single .student .microtag {
  color: #c4aa72;
}
/* line 117, ../../src/sass/blocks/people-students.scss */
.people-students-single .text-block .microtag {
  position: absolute;
  padding-left: 0.625rem;
  letter-spacing: 3px;
}
/* line 124, ../../src/sass/blocks/people-students.scss */
.people-students-single p {
  font-weight: 300;
  line-height: 1.5rem;
}
/* line 129, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-title {
  margin-top: 0;
  max-width: 80%;
  line-height: 48px;
  font-weight: 400;
}
/* line 137, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students {
  color: #1C1C1C;
}
/* line 140, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.568rem;
}
/* line 146, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-header h4 {
  font-size: 0.75rem;
  font-family: '', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #1C1C1C;
}
/* line 155, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-header .people-students-see-all {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 155, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-header .people-students-see-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 164, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 164, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-articles {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  /* line 173, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-articles .people-students-see-all {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 164, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-articles {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  /* line 182, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-articles .people-students-see-all {
    display: none;
  }
}
/* line 187, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-articles img {
  max-width: 100%;
}
/* line 192, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-article {
  margin-bottom: 0;
}
/* line 195, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-article .block-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 277px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
@media only screen and (min-width: 560px) {
  /* line 195, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-article .block-image {
    height: 386px;
  }
}
/* line 208, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-article .block-image-masonry {
  width: 100%;
  height: auto;
  display: block;
}
/* line 215, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-article-body {
  background-color: #FBF4DF;
  padding: 31px 31px 28px 31px;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 215, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-article-body {
    height: 437px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 215, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-article-body {
    padding: 52px 48px;
  }
}
/* line 229, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-article-body .article-text {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "montserrat";
}
@media only screen and (min-width: 768px) {
  /* line 229, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-article-body .article-text {
    margin-bottom: 70px;
    font-size: 21px;
    line-height: 30px;
  }
}
/* line 243, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-article-body .article-text * {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 243, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-article-body .article-text * {
    font-size: 21px;
    line-height: 30px;
  }
}
/* line 257, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-article-body .article-text a {
  color: #B51925;
  text-decoration: none;
}
/* line 263, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-article-body h6 {
  margin-top: 21px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  /* line 263, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-article-body h6 {
    margin-top: 22px;
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 277, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-article-body h6 * {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  font-family: 'montserrat';
}
@media only screen and (min-width: 768px) {
  /* line 277, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-article-body h6 * {
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 290, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-article-body .article-button-container {
  position: relative;
  left: 0px;
  bottom: 0px;
}
@media only screen and (min-width: 768px) {
  /* line 290, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-article-body .article-button-container {
    position: absolute;
    bottom: 40px;
    left: 48px;
  }
}
/* line 304, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-see-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  /* line 304, ../../src/sass/blocks/people-students.scss */
  .people-students-single .people-students-see-all {
    display: none;
  }
}
/* line 312, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-see-all img {
  margin-right: 0.687rem;
}
/* line 316, ../../src/sass/blocks/people-students.scss */
.people-students-single .people-students-see-all a {
  color: #B51925;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 325, ../../src/sass/blocks/people-students.scss */
.people-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  /* line 325, ../../src/sass/blocks/people-students.scss */
  .people-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 334, ../../src/sass/blocks/people-students.scss */
.people-filters .show-filter {
  background-color: transparent;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  /* line 334, ../../src/sass/blocks/people-students.scss */
  .people-filters .show-filter {
    padding: 0.8rem 1.5rem;
    background-color: #B51925;
  }
}
/* line 343, ../../src/sass/blocks/people-students.scss */
.people-filters .show-filter .show-filter-label {
  color: #1C1C1C;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 343, ../../src/sass/blocks/people-students.scss */
  .people-filters .show-filter .show-filter-label {
    color: #FFF;
  }
}
/* line 355, ../../src/sass/blocks/people-students.scss */
.people-filters .show-filter .select2.select2-container {
  min-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 355, ../../src/sass/blocks/people-students.scss */
  .people-filters .show-filter .select2.select2-container {
    min-width: 280px;
    width: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 355, ../../src/sass/blocks/people-students.scss */
  .people-filters .show-filter .select2.select2-container {
    min-width: 320px;
    width: 320px;
  }
}
/* line 369, ../../src/sass/blocks/people-students.scss */
.people-filters .show-filter .select2.select2-container .select2-selection.select2-selection--single {
  background: transparent;
  border: none;
  border-bottom: solid 2px #c4aa72;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  height: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 369, ../../src/sass/blocks/people-students.scss */
  .people-filters .show-filter .select2.select2-container .select2-selection.select2-selection--single {
    border-bottom: solid 1px #FFF;
    height: 28px;
  }
}
/* line 381, ../../src/sass/blocks/people-students.scss */
.people-filters .show-filter .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #B51925;
  line-height: 26px;
  padding-left: 2px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 381, ../../src/sass/blocks/people-students.scss */
  .people-filters .show-filter .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #FFF;
  }
}
/* line 396, ../../src/sass/blocks/people-students.scss */
.people-filters .show-filter .select2-results__option {
  background-color: #B51925;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
/* line 403, ../../src/sass/blocks/people-students.scss */
.people-filters .show-filter .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FFF;
  color: #B51925;
}
/* line 408, ../../src/sass/blocks/people-students.scss */
.people-filters .show-filter .select2-results__option.select2-results__option--selected {
  background-color: #FF3D4C;
  color: #FFF;
}
/* line 414, ../../src/sass/blocks/people-students.scss */
.people-filters .show-filter .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/black-arrow-down-small.svg) !important;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  background-position: center !important;
  height: 13px !important;
  width: 8px !important;
  margin-left: -1px !important;
  margin-top: -5px !important;
}
@media only screen and (min-width: 768px) {
  /* line 414, ../../src/sass/blocks/people-students.scss */
  .people-filters .show-filter .select2-selection__arrow b {
    background-image: url(images/white-arrow-down-small.svg) !important;
  }
}
/* line 430, ../../src/sass/blocks/people-students.scss */
.people-filters .sort-filter {
  padding: 0.8rem 0rem;
}
@media only screen and (min-width: 768px) {
  /* line 430, ../../src/sass/blocks/people-students.scss */
  .people-filters .sort-filter {
    padding: 0;
  }
}
/* line 437, ../../src/sass/blocks/people-students.scss */
.people-filters .sort-filter .sort-filter-label {
  color: #1C1C1C;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 15px;
}
/* line 445, ../../src/sass/blocks/people-students.scss */
.people-filters .sort-filter .select2.select2-container {
  min-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 445, ../../src/sass/blocks/people-students.scss */
  .people-filters .sort-filter .select2.select2-container {
    min-width: 150px;
    width: 150px;
  }
}
/* line 454, ../../src/sass/blocks/people-students.scss */
.people-filters .sort-filter .select2.select2-container .select2-selection.select2-selection--single {
  border-color: #B51925 !important;
  border-width: 2px !important;
  height: 45px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
/* line 460, ../../src/sass/blocks/people-students.scss */
.people-filters .sort-filter .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #1C1C1C;
  line-height: 44px;
  padding-left: 15px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: none;
}
/* line 471, ../../src/sass/blocks/people-students.scss */
.people-filters .sort-filter .select2-results__option {
  background-color: #B51925;
  color: #FFF;
  text-transform: none;
  font-size: 12px;
  letter-spacing: 2px;
}
/* line 478, ../../src/sass/blocks/people-students.scss */
.people-filters .sort-filter .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FFF;
  color: #B51925;
}
/* line 483, ../../src/sass/blocks/people-students.scss */
.people-filters .sort-filter .select2-results__option.select2-results__option--selected {
  background-color: #FF3D4C;
  color: #FFF;
}
/* line 489, ../../src/sass/blocks/people-students.scss */
.people-filters .sort-filter .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/black-arrow-down-small.svg) !important;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  background-position: center !important;
  height: 13px !important;
  width: 8px !important;
  margin-left: -15px !important;
  margin-top: 2px !important;
}

/* line 1, ../../src/sass/blocks/search-result.scss */
.search-result-container {
  width: 100%;
  float: left;
}
/* line 6, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-result-title .h1, .search-result-container .search-result-title h1 {
  font-size: 52px;
  font-weight: 400;
}
/* line 10, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-result-title .h1 *, .search-result-container .search-result-title h1 * {
  font-size: 52px;
}
@media only screen and (min-width: 1024px) {
  /* line 6, ../../src/sass/blocks/search-result.scss */
  .search-result-container .search-result-title .h1, .search-result-container .search-result-title h1 {
    font-size: 100px;
    margin: 90px 0 60px 0;
  }
  /* line 18, ../../src/sass/blocks/search-result.scss */
  .search-result-container .search-result-title .h1 *, .search-result-container .search-result-title h1 * {
    font-size: 100px;
  }
}
/* line 25, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-term {
  color: #FF3D4C;
  word-break: normal;
}
/* line 30, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-result-body {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1024px) {
  /* line 30, ../../src/sass/blocks/search-result.scss */
  .search-result-container .search-result-body {
    max-width: 790px;
  }
}
/* line 39, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-again-container {
  background-color: #FBF4DF;
  padding: 30px 50px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  /* line 39, ../../src/sass/blocks/search-result.scss */
  .search-result-container .search-again-container {
    padding: 0px 70px;
    margin-bottom: 70px;
    height: 250px;
  }
}
/* line 50, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-again-container .h4, .search-result-container .search-again-container h4, .search-result-container .search-again-container .h4 div, .search-result-container .search-again-container h4 div {
  padding: 0 0 0px 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0px;
  font-family: 'montserrat';
}
@media only screen and (min-width: 1024px) {
  /* line 50, ../../src/sass/blocks/search-result.scss */
  .search-result-container .search-again-container .h4, .search-result-container .search-again-container h4, .search-result-container .search-again-container .h4 div, .search-result-container .search-again-container h4 div {
    padding: 0 0 0px 0;
  }
}
/* line 62, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-again-container .search-form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 65, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-again-container .search-form-div .search-field {
  display: block;
  width: 100%;
  padding: 1.4rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-style: none;
  --bg-opacity: 1;
  background-color: #FFF;
  --text-opacity: 1;
  color: #000;
  color: rgba(0,0,0,var(--text-opacity));
  outline: 0;
  font-size: 14px;
  -webkit-appearance: initial;
}
/* line 81, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-again-container .search-form-div .search-button {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  --bg-opacity: 1;
  background-color: #B51925;
  --text-opacity: 1;
  color: #000;
  color: rgba(0,0,0,var(--text-opacity));
  --border-opacity: 1;
  border: 1px solid #B51925;
  cursor: pointer;
}
/* line 98, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-again-container .search-form-div .search-button svg {
  width: 17px;
  height: 17px;
  margin-right: 0;
  max-width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  /* line 98, ../../src/sass/blocks/search-result.scss */
  .search-result-container .search-again-container .search-form-div .search-button svg {
    width: 34px;
    height: 34px;
  }
}
/* line 118, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-results {
  width: 100%;
}
/* line 121, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-results .result-single {
  display: block;
  margin-bottom: 20px;
}
/* line 125, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-results .result-single .single-title {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 100%;
  display: block;
  color: #1C1C1C;
  font-weight: 600;
  padding-right: 40px;
  position: relative;
  font-family: "freight-big-pro";
}
@media only screen and (min-width: 1024px) {
  /* line 125, ../../src/sass/blocks/search-result.scss */
  .search-result-container .search-results .result-single .single-title {
    font-size: 46px;
    line-height: 55px;
    padding-right: 50px;
  }
}
/* line 146, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-results .result-single .single-title::after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 3px;
  background-image: url(images/menu-arrow.svg);
  background-color: transparent;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 1024px) {
  /* line 146, ../../src/sass/blocks/search-result.scss */
  .search-result-container .search-results .result-single .single-title::after {
    width: 40px;
    height: 40px;
    top: 10px;
  }
}
/* line 168, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-results .result-single .single-text {
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
/* line 176, ../../src/sass/blocks/search-result.scss */
.search-result-container .search-results .result-single .single-text * {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  /* line 168, ../../src/sass/blocks/search-result.scss */
  .search-result-container .search-results .result-single .single-text {
    font-size: 18px;
  }
  /* line 183, ../../src/sass/blocks/search-result.scss */
  .search-result-container .search-results .result-single .single-text * {
    font-size: 18px;
  }
}

/* line 3, ../../src/sass/blocks/mentors.scss */
.mentors .underlined-dropdown {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../../src/sass/blocks/mentors.scss */
  .mentors .underlined-dropdown {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 3, ../../src/sass/blocks/mentors.scss */
  .mentors .underlined-dropdown {
    width: auto;
  }
}
/* line 16, ../../src/sass/blocks/mentors.scss */
.mentors .underlined-dropdown .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-right: 25px;
}
/* line 27, ../../src/sass/blocks/mentors.scss */
.mentors .mentors_logo {
  margin: 30px 0 10px;
}
@media only screen and (min-width: 1024px) {
  /* line 27, ../../src/sass/blocks/mentors.scss */
  .mentors .mentors_logo {
    margin: 85px 0 15px;
  }
}
/* line 35, ../../src/sass/blocks/mentors.scss */
.mentors .select2-selection__rendered {
  color: #B51925 !important;
}
@media only screen and (min-width: 768px) {
  /* line 41, ../../src/sass/blocks/mentors.scss */
  .mentors .featured-container .featured-image-container .featured-image {
    height: 600px;
  }
}
/* line 49, ../../src/sass/blocks/mentors.scss */
.mentors .featured-container .featured-text-container .featured-text {
  max-width: 694px;
}
@media only screen and (min-width: 1248px) {
  /* line 49, ../../src/sass/blocks/mentors.scss */
  .mentors .featured-container .featured-text-container .featured-text {
    display: inline-block;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 57, ../../src/sass/blocks/mentors.scss */
  .mentors .featured-container .featured-text-container .golder-arrow-right {
    display: inline-block;
    position: relative;
    top: 20px;
    left: 20px;
    vertical-align: top;
    width: 160px;
  }
}

/* line 71, ../../src/sass/blocks/mentors.scss */
.mentors-container {
  width: 100%;
  padding-bottom: 15px;
}
/* line 75, ../../src/sass/blocks/mentors.scss */
.mentors-container .micro-title {
  color: #1C1C1C;
}

/* line 81, ../../src/sass/blocks/mentors.scss */
.mentors-title .h1, .mentors-title h1 {
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  margin-top: 65px;
  margin-bottom: 0;
}
/* line 88, ../../src/sass/blocks/mentors.scss */
.mentors-title .h1 *, .mentors-title h1 * {
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
}
@media only screen and (min-width: 768px) {
  /* line 81, ../../src/sass/blocks/mentors.scss */
  .mentors-title .h1, .mentors-title h1 {
    font-size: 75px;
    line-height: 75px;
    margin-top: 90px;
    margin-bottom: 35px;
  }
  /* line 100, ../../src/sass/blocks/mentors.scss */
  .mentors-title .h1 *, .mentors-title h1 * {
    font-size: 75px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 81, ../../src/sass/blocks/mentors.scss */
  .mentors-title .h1, .mentors-title h1 {
    font-size: 100px;
    line-height: 100px;
    margin-top: 120px;
    margin-bottom: 55px;
  }
  /* line 112, ../../src/sass/blocks/mentors.scss */
  .mentors-title .h1 *, .mentors-title h1 * {
    font-size: 100px;
    line-height: 100px;
  }
}
/* line 118, ../../src/sass/blocks/mentors.scss */
.mentors-title .h1 .light-red, .mentors-title h1 .light-red {
  color: #FF3D4C;
}
/* line 122, ../../src/sass/blocks/mentors.scss */
.mentors-title .h1 .light-blue, .mentors-title h1 .light-blue {
  color: #037EAB;
}
/* line 126, ../../src/sass/blocks/mentors.scss */
.mentors-title .h1 .mentors-blue, .mentors-title h1 .mentors-blue {
  color: #8B9BBA;
}

/* line 132, ../../src/sass/blocks/mentors.scss */
.mentors-ordered {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  /* line 132, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 132, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered {
    grid-template-columns: 588px 588px;
    gap: 37px;
  }
}
/* line 146, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 146, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 146, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single {
    display: grid;
    grid-template-columns: 203px 356px;
    margin-bottom: 0;
    gap: 28px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 164, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single .mentor-image-container {
    padding-top: 10px;
  }
}
/* line 169, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-image-container .mentor-image {
  width: 100%;
  height: 275px;
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  /* line 169, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single .mentor-image-container .mentor-image {
    width: 203px;
    height: 203px;
  }
}
/* line 183, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-info {
  padding: 20px 25px 0 0;
}
@media only screen and (min-width: 1024px) {
  /* line 183, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single .mentor-info {
    padding: 0 25px 0 25px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 183, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single .mentor-info {
    padding: 0;
  }
}
/* line 194, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-info p {
  margin: 0;
}
/* line 198, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-info .mentor-name-container {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  /* line 198, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single .mentor-info .mentor-name-container {
    margin-bottom: 25px;
  }
}
/* line 205, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-info .mentor-name-container .h5, .mentors-ordered .mentor-single .mentor-info .mentor-name-container h5 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
/* line 212, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-info .mentor-name-container .h5 div, .mentors-ordered .mentor-single .mentor-info .mentor-name-container h5 div {
  font-size: 48px;
  line-height: 54px;
}
@media only screen and (min-width: 768px) {
  /* line 205, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single .mentor-info .mentor-name-container .h5, .mentors-ordered .mentor-single .mentor-info .mentor-name-container h5 {
    font-size: 36px;
    line-height: 43px;
  }
}
/* line 224, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-info .mentor-subject-container {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 224, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single .mentor-info .mentor-subject-container {
    margin-bottom: 5px;
  }
}
/* line 232, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-info .mentor-occupation-container {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 232, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single .mentor-info .mentor-occupation-container {
    margin-bottom: 5px;
  }
}
/* line 240, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-info .mentor-sector-container {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 240, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single .mentor-info .mentor-sector-container {
    margin-bottom: 5px;
  }
}
/* line 248, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-info .mentor-summary-container {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 248, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single .mentor-info .mentor-summary-container {
    margin-bottom: 5px;
  }
}
/* line 256, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-info .mentor-contact-container {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 256, ../../src/sass/blocks/mentors.scss */
  .mentors-ordered .mentor-single .mentor-info .mentor-contact-container {
    margin-bottom: 5px;
  }
}
/* line 264, ../../src/sass/blocks/mentors.scss */
.mentors-ordered .mentor-single .mentor-info a {
  color: #1C1C1C;
}

/* line 1, ../../src/sass/blocks/featureimage.scss */
.featureimage-container {
  width: 100%;
}

/* line 5, ../../src/sass/blocks/featureimage.scss */
.featured_blogs {
  margin-bottom: 2rem;
}

/* line 1, ../../src/sass/blocks/counter-box.scss */
.counters-container {
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/counter-box.scss */
  .counters-container {
    margin-bottom: 100px;
  }
}
/* line 9, ../../src/sass/blocks/counter-box.scss */
.counters-container .flex.row {
  gap: 19px;
}
/* line 13, ../../src/sass/blocks/counter-box.scss */
.counters-container .grid.row {
  display: grid;
  gap: 19px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../../src/sass/blocks/counter-box.scss */
  .counters-container .grid.row.one_block {
    grid-template-columns: 1fr;
  }
  /* line 22, ../../src/sass/blocks/counter-box.scss */
  .counters-container .grid.row.two_block {
    grid-template-columns: 1fr 1fr;
  }
  /* line 25, ../../src/sass/blocks/counter-box.scss */
  .counters-container .grid.row.three_block {
    grid-template-columns: 1fr 1fr 1fr;
  }
  /* line 28, ../../src/sass/blocks/counter-box.scss */
  .counters-container .grid.row.four_block {
    grid-template-columns: 2fr 2fr;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 34, ../../src/sass/blocks/counter-box.scss */
  .counters-container .grid.row.four_block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/* line 41, ../../src/sass/blocks/counter-box.scss */
.counters-headers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  /* line 41, ../../src/sass/blocks/counter-box.scss */
  .counters-headers {
    margin-bottom: 2.75rem;
  }
}
/* line 50, ../../src/sass/blocks/counter-box.scss */
.counters-headers h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #1C1C1C;
}
@media only screen and (min-width: 768px) {
  /* line 41, ../../src/sass/blocks/counter-box.scss */
  .counters-headers {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* line 63, ../../src/sass/blocks/counter-box.scss */
.counters-headers .micro-title,
.counters-headers .see-all-container .link_no_style {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 63, ../../src/sass/blocks/counter-box.scss */
  .counters-headers .micro-title,
  .counters-headers .see-all-container .link_no_style {
    margin-bottom: 0;
  }
}

/* line 73, ../../src/sass/blocks/counter-box.scss */
.counter-box {
  min-height: 150px;
  width: 100%;
  background-color: #B51925;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 0 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  /* line 73, ../../src/sass/blocks/counter-box.scss */
  .counter-box {
    padding: 0 39px;
    height: 205px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 73, ../../src/sass/blocks/counter-box.scss */
  .counter-box {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 73, ../../src/sass/blocks/counter-box.scss */
  .counter-box {
    padding: 0 39px;
  }
}
/* line 96, ../../src/sass/blocks/counter-box.scss */
.counter-box .counter {
  color: #FF3D4C;
  margin: 0;
  font-size: 55px;
  line-height: 65px;
  font-weight: 500;
  font-family: 'montserrat', sans-serif;
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  /* line 96, ../../src/sass/blocks/counter-box.scss */
  .counter-box .counter {
    font-size: 68px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 96, ../../src/sass/blocks/counter-box.scss */
  .counter-box .counter {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 96, ../../src/sass/blocks/counter-box.scss */
  .counter-box .counter {
    font-size: 68px;
  }
}
/* line 119, ../../src/sass/blocks/counter-box.scss */
.counter-box .counter__value,
.counter-box .counter__modifier {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/* line 127, ../../src/sass/blocks/counter-box.scss */
.counter-box .counter__value {
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums;
  letter-spacing: -4px;
}
/* line 133, ../../src/sass/blocks/counter-box.scss */
.counter-box .counter__modifier {
  margin-left: -0.25em;
}
/* line 137, ../../src/sass/blocks/counter-box.scss */
.counter-box .counter-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  font-family: 'montserrat', sans-serif;
  letter-spacing: 0;
  color: #FBF4DF;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 137, ../../src/sass/blocks/counter-box.scss */
  .counter-box .counter-title {
    font-size: 21px;
    line-height: 28px;
  }
}

/* line 1, ../../src/sass/blocks/content.scss */
.content-container {
  width: 100%;
  margin-bottom: 110px;
  /*float: left;*/
  display: flow-root;
}
/* line 8, ../../src/sass/blocks/content.scss */
.content-container .content-inner {
  position: relative;
  float: left;
  width: 100%;
}
/* line 14, ../../src/sass/blocks/content.scss */
.content-container .content-body {
  max-width: unset;
  float: left;
  width: inherit;
}
@media only screen and (min-width: 1024px) {
  /* line 14, ../../src/sass/blocks/content.scss */
  .content-container .content-body {
    max-width: 790px;
  }
}
/* line 24, ../../src/sass/blocks/content.scss */
.content-container .lions_trigger {
  text-align: center;
  height: 1px;
  width: 100%;
}
/* line 30, ../../src/sass/blocks/content.scss */
.content-container .lions-container {
  float: right;
  inset: auto;
  display: none;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: -webkit-calc(100% - 790px);
  width: -moz-calc(100% - 790px);
  width: calc(100% - 790px);
}
/* line 42, ../../src/sass/blocks/content.scss */
.wp-block-group .content-container .lions-container {
  width: -webkit-calc(100% - 430px);
  width: -moz-calc(100% - 430px);
  width: calc(100% - 430px);
}
/* line 46, ../../src/sass/blocks/content.scss */
.people-single .content-container .lions-container {
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
}
/* line 50, ../../src/sass/blocks/content.scss */
.student-single .content-container .lions-container {
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
}
/* line 54, ../../src/sass/blocks/content.scss */
.course-single .wp-block-group .content-container .lions-container {
  width: -webkit-calc(100% - 390px);
  width: -moz-calc(100% - 390px);
  width: calc(100% - 390px);
}
/* line 58, ../../src/sass/blocks/content.scss */
.events-single .content-container .lions-container {
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
}
@media only screen and (min-width: 1024px) {
  /* line 30, ../../src/sass/blocks/content.scss */
  .content-container .lions-container {
    display: inline-block;
  }
}
/* line 66, ../../src/sass/blocks/content.scss */
.content-container .lions-container .lions {
  display: block;
  position: relative;
  background-image: url(images/lion.svg);
  width: 100%;
  height: 250px;
  -moz-background-size: -moz-calc(100% - 47px) 250px;
    -o-background-size: calc(100% - 47px) 250px;
       background-size: -webkit-calc(100% - 47px) 250px;
       background-size: calc(100% - 47px) 250px;
  background-position: top right;
  background-repeat: repeat-y;
  opacity: 0;
}
/* line 77, ../../src/sass/blocks/content.scss */
.content-container .lions-container .lions.visible {
  opacity: 1;
}
/* line 84, ../../src/sass/blocks/content.scss */
.content-container .h1, .content-container h1 {
  font-family: "freight-big-pro";
  font-size: 34px;
  line-height: 36px;
  margin: 20px 0 20px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  /* line 84, ../../src/sass/blocks/content.scss */
  .content-container .h1, .content-container h1 {
    font-size: 120px;
    line-height: 106px;
    margin: 55px 0 55px;
  }
}
/* line 97, ../../src/sass/blocks/content.scss */
.content-container .h1 *, .content-container h1 * {
  font-family: "freight-big-pro";
  font-size: 34px;
  line-height: 36px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  /* line 97, ../../src/sass/blocks/content.scss */
  .content-container .h1 *, .content-container h1 * {
    font-size: 120px;
    line-height: 106px;
  }
}
/* line 109, ../../src/sass/blocks/content.scss */
.content-container .h2, .content-container h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
  margin: 20px 0 10px 0;
}
@media only screen and (min-width: 1024px) {
  /* line 109, ../../src/sass/blocks/content.scss */
  .content-container .h2, .content-container h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 41px 0 21px;
  }
}
/* line 122, ../../src/sass/blocks/content.scss */
.content-container .h3, .content-container h3 {
  font-weight: 600;
  font-family: "montserrat";
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0 9px;
}
@media only screen and (min-width: 1024px) {
  /* line 122, ../../src/sass/blocks/content.scss */
  .content-container .h3, .content-container h3 {
    line-height: 32px;
  }
}
/* line 134, ../../src/sass/blocks/content.scss */
.content-container h3.micro-title {
  font-family: "montserrat";
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 28px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1024px) {
  /* line 134, ../../src/sass/blocks/content.scss */
  .content-container h3.micro-title {
    font-size: 16px;
    margin-bottom: 55px;
  }
}
/* line 150, ../../src/sass/blocks/content.scss */
.content-container .h4, .content-container h4 {
  font-family: "montserrat";
  font-size: 14px;
  line-height: 18px;
  margin: 0px 0 12px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  /* line 150, ../../src/sass/blocks/content.scss */
  .content-container .h4, .content-container h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0 16px;
  }
}
/* line 163, ../../src/sass/blocks/content.scss */
.content-container blockquote {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-left: 10px;
  font-weight: 400;
  border-left: 1px solid #FF3D4C;
  font-family: "freight-big-pro";
}
/* line 173, ../../src/sass/blocks/content.scss */
.alumni-site .content-container blockquote {
  border-left: 1px solid #8E9EBD;
}
/* line 176, ../../src/sass/blocks/content.scss */
.chapel-site .content-container blockquote {
  border-left: 1px solid #89a399;
}
/* line 179, ../../src/sass/blocks/content.scss */
.oriel-site .content-container blockquote {
  border-left: 1px solid #FF3D4C;
}
@media only screen and (min-width: 1024px) {
  /* line 163, ../../src/sass/blocks/content.scss */
  .content-container blockquote {
    font-weight: 300;
    font-family: "montserrat";
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 32px;
  }
}
/* line 193, ../../src/sass/blocks/content.scss */
.content-container blockquote .attribution {
  font-family: "montserrat";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  /* line 193, ../../src/sass/blocks/content.scss */
  .content-container blockquote .attribution {
    font-size: 21px;
    line-height: 28px;
  }
}
/* line 205, ../../src/sass/blocks/content.scss */
.content-container div.large-paragraph, .content-container div.large-paragraph p {
  font-size: 20px;
  line-height: 28px;
  margin: 0px 0 16px;
}
@media only screen and (min-width: 1024px) {
  /* line 205, ../../src/sass/blocks/content.scss */
  .content-container div.large-paragraph, .content-container div.large-paragraph p {
    font-size: 21px;
    line-height: 32px;
  }
}
/* line 216, ../../src/sass/blocks/content.scss */
.content-container div.paragraph, .content-container div.paragraph p {
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0 16px;
}
@media only screen and (min-width: 1024px) {
  /* line 216, ../../src/sass/blocks/content.scss */
  .content-container div.paragraph, .content-container div.paragraph p {
    line-height: 32px;
  }
}
/* line 226, ../../src/sass/blocks/content.scss */
.content-container div.paragraph + div.image-container {
  margin: 45px 0 45px;
}
/* line 230, ../../src/sass/blocks/content.scss */
.content-container ul, .content-container ol {
  padding: 0 0px 0px 13px;
}
@media only screen and (min-width: 1024px) {
  /* line 230, ../../src/sass/blocks/content.scss */
  .content-container ul, .content-container ol {
    padding: 0 0px 0px 32px;
  }
}
/* line 237, ../../src/sass/blocks/content.scss */
.content-container ul li, .content-container ol li {
  margin-bottom: 30px;
}
/* line 240, ../../src/sass/blocks/content.scss */
.content-container ul li a, .content-container ol li a {
  overflow-wrap: break-word;
}
@media only screen and (min-width: 1024px) {
  /* line 237, ../../src/sass/blocks/content.scss */
  .content-container ul li, .content-container ol li {
    margin-bottom: 12px;
  }
}
/* line 250, ../../src/sass/blocks/content.scss */
.content-container .image-container {
  width: 100%;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 250, ../../src/sass/blocks/content.scss */
  .content-container .image-container {
    margin-bottom: 45px;
  }
}
/* line 258, ../../src/sass/blocks/content.scss */
.content-container .image-container .content-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  /* line 258, ../../src/sass/blocks/content.scss */
  .content-container .image-container .content-image {
    height: 265px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 258, ../../src/sass/blocks/content.scss */
  .content-container .image-container .content-image {
    height: 468px;
  }
}
/* line 274, ../../src/sass/blocks/content.scss */
.content-container .image-container .image-caption {
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: 300;
  border-left: 1px solid #c4aa72;
}
@media only screen and (min-width: 1024px) {
  /* line 274, ../../src/sass/blocks/content.scss */
  .content-container .image-container .image-caption {
    font-size: 21px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 32px;
  }
}

/* line 1, ../../src/sass/blocks/titles-repeater.scss */
.titles-repeater-container {
  width: 100%;
}
/* line 5, ../../src/sass/blocks/titles-repeater.scss */
.titles-repeater-container .titles h2 {
  display: inline;
  border-bottom: none !important;
  padding: 0 0px 0 0;
  margin-right: 10px;
  font-size: 25px;
  line-height: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 5, ../../src/sass/blocks/titles-repeater.scss */
  .titles-repeater-container .titles h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
/* line 18, ../../src/sass/blocks/titles-repeater.scss */
.alumni-site .titles-repeater-container .titles h2 {
  border-right: solid 2px #8E9EBD;
}
/* line 21, ../../src/sass/blocks/titles-repeater.scss */
.chapel-site .titles-repeater-container .titles h2 {
  border-right: solid 2px #89a399;
}
/* line 24, ../../src/sass/blocks/titles-repeater.scss */
.oriel-site .titles-repeater-container .titles h2 {
  border-right: solid 2px #FF3D4C;
}
/* line 28, ../../src/sass/blocks/titles-repeater.scss */
.titles-repeater-container .titles h2:first-of-type {
  padding: 0.1rem 0.5rem 0.1rem 0 !important;
}
/* line 32, ../../src/sass/blocks/titles-repeater.scss */
.titles-repeater-container .titles h2:last-of-type {
  padding: 0.1rem 0 0.1rem 0.50rem;
  border-right: none;
}
/* line 37, ../../src/sass/blocks/titles-repeater.scss */
.titles-repeater-container .titles h2 .hover-title {
  font-size: 25px;
  line-height: 35px;
  cursor: pointer;
  display: inline;
  text-decoration: none;
  color: #1C1C1C;
  font-family: 'freight-big-pro';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  /* line 37, ../../src/sass/blocks/titles-repeater.scss */
  .titles-repeater-container .titles h2 .hover-title {
    font-size: 36px;
    line-height: 50px;
  }
}
/* line 52, ../../src/sass/blocks/titles-repeater.scss */
.titles-repeater-container .titles h2 .hover-title span {
  padding: 0 5px 0 0;
}
/* line 57, ../../src/sass/blocks/titles-repeater.scss */
.alumni-site .titles-repeater-container .titles h2 .hover-title:hover {
  color: #8E9EBD;
}
/* line 60, ../../src/sass/blocks/titles-repeater.scss */
.chapel-site .titles-repeater-container .titles h2 .hover-title:hover {
  color: #89a399;
}
/* line 63, ../../src/sass/blocks/titles-repeater.scss */
.oriel-site .titles-repeater-container .titles h2 .hover-title:hover {
  color: #FF3D4C;
}

/* line 1, ../../src/sass/blocks/tiles.scss */
.tiles-container {
  width: 100%;
  margin-bottom: 100px;
}

/* line 6, ../../src/sass/blocks/tiles.scss */
.tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
}
/* line 11, ../../src/sass/blocks/tiles.scss */
.tiles.thin {
  gap: 45px;
}
@media only screen and (min-width: 768px) {
  /* line 15, ../../src/sass/blocks/tiles.scss */
  .tiles.double {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/* line 22, ../../src/sass/blocks/tiles.scss */
.tiles.triple {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 22, ../../src/sass/blocks/tiles.scss */
  .tiles.triple {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* line 31, ../../src/sass/blocks/tiles.scss */
.tiles .tile {
  position: relative;
}
/* line 34, ../../src/sass/blocks/tiles.scss */
.tiles .tile .cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 40, ../../src/sass/blocks/tiles.scss */
.tiles .tile .tile-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 595px;
}
/* line 48, ../../src/sass/blocks/tiles.scss */
.tiles .tile .tile-block {
  padding: 44px 0 0 0;
  height: 215px;
  position: relative;
}
/* line 53, ../../src/sass/blocks/tiles.scss */
.tiles .tile .tile-block.beige {
  background-color: #FBF4DF;
}
/* line 57, ../../src/sass/blocks/tiles.scss */
.tiles .tile .tile-block.no_lr_padding {
  padding-left: 0;
  padding-right: 0;
  height: 155px;
}
@media only screen and (min-width: 768px) {
  /* line 57, ../../src/sass/blocks/tiles.scss */
  .tiles .tile .tile-block.no_lr_padding {
    height: 215px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 57, ../../src/sass/blocks/tiles.scss */
  .tiles .tile .tile-block.no_lr_padding {
    height: 215px;
  }
}
/* line 70, ../../src/sass/blocks/tiles.scss */
.tiles .tile .tile-block.no_lr_padding .tile-block-title {
  font-size: 22px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  /* line 70, ../../src/sass/blocks/tiles.scss */
  .tiles .tile .tile-block.no_lr_padding .tile-block-title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 70, ../../src/sass/blocks/tiles.scss */
  .tiles .tile .tile-block.no_lr_padding .tile-block-title {
    font-size: 36px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 48, ../../src/sass/blocks/tiles.scss */
  .tiles .tile .tile-block {
    height: 350px;
  }
}
/* line 93, ../../src/sass/blocks/tiles.scss */
.tiles .tile .tile-block .tile-block-title div {
  font-family: "montserrat";
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  /* line 93, ../../src/sass/blocks/tiles.scss */
  .tiles .tile .tile-block .tile-block-title div {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 93, ../../src/sass/blocks/tiles.scss */
  .tiles .tile .tile-block .tile-block-title div {
    font-size: 36px;
    line-height: 47px;
  }
}
/* line 113, ../../src/sass/blocks/tiles.scss */
.tiles .tile .tile-block .link_no_style {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 0;
}

/* line 1, ../../src/sass/blocks/links.scss */
.links-container {
  width: 100%;
}

/* line 5, ../../src/sass/blocks/links.scss */
.downloads-title {
  font-family: "montserrat";
}
/* line 8, ../../src/sass/blocks/links.scss */
.downloads-title h6 {
  font-family: "montserrat";
  font-size: 22px;
  margin: 0;
}

/* line 16, ../../src/sass/blocks/links.scss */
.downloads-links a {
  color: inherit;
  -webkit-text-decoration: underline 2px solid #c4aa72;
     -moz-text-decoration: underline 2px solid #c4aa72;
          text-decoration: underline 2px solid #c4aa72;
  display: inline-block;
}

/* line 23, ../../src/sass/blocks/links.scss */
.related-links-title {
  font-family: "montserrat";
}
/* line 26, ../../src/sass/blocks/links.scss */
.related-links-title h6 {
  font-family: "montserrat";
  font-size: 22px;
  margin: 0;
}

/* line 34, ../../src/sass/blocks/links.scss */
.related-links a {
  color: inherit;
  -webkit-text-decoration: underline 2px solid #c4aa72;
     -moz-text-decoration: underline 2px solid #c4aa72;
          text-decoration: underline 2px solid #c4aa72;
  display: inline-block;
}

/* line 41, ../../src/sass/blocks/links.scss */
.follow-links-title {
  display: inline-block;
}
/* line 44, ../../src/sass/blocks/links.scss */
.follow-links-title h6 {
  font-family: "montserrat";
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  /* line 44, ../../src/sass/blocks/links.scss */
  .follow-links-title h6 {
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
}

/* line 64, ../../src/sass/blocks/links.scss */
.follow-links {
  display: inline-block;
}
/* line 66, ../../src/sass/blocks/links.scss */
.follow-links a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding-right: 1rem;
}
/* line 73, ../../src/sass/blocks/links.scss */
.follow-links span {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding-right: 1rem;
}

/* line 1, ../../src/sass/blocks/masonry.scss */
.masonry-container {
  width: 100%;
  padding-bottom: 0;
}
/* line 5, ../../src/sass/blocks/masonry.scss */
.masonry-container .micro-title {
  color: #1C1C1C;
}
/* line 9, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 14, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-header h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #1C1C1C;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* line 27, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-header .micro-title {
  font-family: 'montserrat', sans-serif;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 27, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-header .micro-title {
    margin-bottom: 30px;
  }
}
/* line 37, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles {
  width: -webkit-calc(100%);
  width: -moz-calc(100%);
  width: calc(100%);
  display: block;
  margin: auto;
  z-index: 0;
  margin-bottom: -40px;
}
/* line 49, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles.two-column .masonry-article {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 640px) {
  /* line 49, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.two-column .masonry-article {
    width: 48.5%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 49, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.two-column .masonry-article {
    width: 48.5%;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 49, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.two-column .masonry-article {
    width: 570px;
  }
}
/* line 66, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles.two-column .grid-sizer {
  width: 100%;
}
/* line 70, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles.two-column .gutter-sizer {
  width: 60px;
}
@media only screen and (min-width: 640px) {
  /* line 75, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.two-column .grid-sizer {
    width: 48.5%;
  }
  /* line 79, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.two-column .gutter-sizer {
    width: 3%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 85, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.two-column .grid-sizer {
    width: 48.5%;
  }
  /* line 89, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.two-column .gutter-sizer {
    width: 3%;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 95, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.two-column .grid-sizer {
    width: 570px;
  }
  /* line 99, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.two-column .gutter-sizer {
    width: 60px;
  }
}
/* line 107, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles.three-column .masonry-article {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 640px) {
  /* line 107, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.three-column .masonry-article {
    width: -webkit-calc(33.3% - 42px);
    width: -moz-calc(33.3% - 42px);
    width: calc(33.3% - 42px);
  }
}
@media only screen and (min-width: 1024px) {
  /* line 107, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.three-column .masonry-article {
    width: -webkit-calc(33.3% - 2rem);
    width: -moz-calc(33.3% - 2rem);
    width: calc(33.3% - 2rem);
  }
}
@media only screen and (min-width: 1248px) {
  /* line 107, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.three-column .masonry-article {
    width: 386px;
  }
}
/* line 124, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles.three-column .grid-sizer {
  width: 100%;
}
/* line 128, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles.three-column .gutter-sizer {
  width: 0;
}
@media only screen and (min-width: 640px) {
  /* line 133, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.three-column .grid-sizer {
    width: -webkit-calc(33.3% - 42px);
    width: -moz-calc(33.3% - 42px);
    width: calc(33.3% - 42px);
  }
  /* line 137, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.three-column .gutter-sizer {
    width: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 143, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.three-column .grid-sizer {
    width: -webkit-calc(33.3% - 2rem);
    width: -moz-calc(33.3% - 2rem);
    width: calc(33.3% - 2rem);
  }
  /* line 147, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.three-column .gutter-sizer {
    width: 1rem;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 153, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.three-column .grid-sizer {
    width: 386px;
  }
  /* line 157, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles.three-column .gutter-sizer {
    width: 21px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 37, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    margin-bottom: -60px;
    min-height: 30px;
  }
  /* line 171, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles .other-see-all {
    display: none;
  }
}
/* line 176, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article {
  margin-bottom: 40px;
  display: inline-block;
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  /* line 176, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles .masonry-article {
    margin-bottom: 60px;
  }
}
/* line 185, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article .block-image {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
  display: block;
}
@media only screen and (min-width: 640px) {
  /* line 185, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles .masonry-article .block-image {
    margin-bottom: 60px;
  }
}
/* line 196, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article .article-body {
  background-color: #FBF4DF;
  margin-top: 0;
  padding: 30px 32px 32px 32px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  /* line 196, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles .masonry-article .article-body {
    padding: 75px 60px 80px 60px;
  }
}
/* line 206, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article .article-body .body-dates-title {
  font-size: 12px;
  line-height: 19px;
  color: #B51925;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 206, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles .masonry-article .article-body .body-dates-title {
    font-size: 14px;
  }
}
/* line 222, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article .article-body .body-dates-title span.delimiter {
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #b2b2b2;
}
/* line 230, ../../src/sass/blocks/masonry.scss */
.alumni-site .masonry-container .masonry-articles .masonry-article .article-body .body-dates-title span.delimiter {
  color: #8E9EBD;
}
/* line 234, ../../src/sass/blocks/masonry.scss */
.chapel-site .masonry-container .masonry-articles .masonry-article .article-body .body-dates-title span.delimiter {
  color: #89a399;
}
/* line 238, ../../src/sass/blocks/masonry.scss */
.oriel-site .masonry-container .masonry-articles .masonry-article .article-body .body-dates-title span.delimiter {
  color: #FF3D4C;
}
/* line 244, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article .article-body .article-title {
  font-size: 26px;
  line-height: 32px;
  text-decoration: none;
  color: #1C1C1C;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* line 253, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article .article-body .article-title * {
  font-size: 26px;
  line-height: 32px;
  text-decoration: none;
  color: #1C1C1C;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  /* line 244, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles .masonry-article .article-body .article-title {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  /* line 266, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles .masonry-article .article-body .article-title * {
    font-size: 46px;
    line-height: 50px;
  }
}
/* line 273, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article .article-body .article-sub-title {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 16px;
}
/* line 279, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article .article-body .article-text {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'freight-big-pro', serif;
}
/* line 280, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article .article-body .article-text a {
  color: #B51925;
  text-decoration: none;
  font-family: 'freight-big-pro', serif;
}
@media only screen and (min-width: 1024px) {
  /* line 279, ../../src/sass/blocks/masonry.scss */
  .masonry-container .masonry-articles .masonry-article .article-body .article-text {
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 20px;
  }
}
/* line 300, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article .article-body .social-hashtags-container {
  margin-top: 0;
  margin-bottom: 1.3rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7rem;
}
/* line 307, ../../src/sass/blocks/masonry.scss */
.masonry-container .masonry-articles .masonry-article .article-body .social-hashtags-container a {
  color: #B51925;
  text-decoration: none;
}
/* line 316, ../../src/sass/blocks/masonry.scss */
.masonry-container img {
  max-width: 100%;
}
/* line 320, ../../src/sass/blocks/masonry.scss */
.masonry-container .pager-container {
  display: none;
}
/* line 323, ../../src/sass/blocks/masonry.scss */
.masonry-container .pager-container.active {
  display: block;
}

/* line 329, ../../src/sass/blocks/masonry.scss */
.see-all-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 334, ../../src/sass/blocks/masonry.scss */
.see-all-container.mobile {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 334, ../../src/sass/blocks/masonry.scss */
  .see-all-container.mobile {
    display: none;
  }
}
/* line 341, ../../src/sass/blocks/masonry.scss */
.see-all-container.mobile .link_no_style {
  margin-bottom: 0 !important;
  margin-top: 40px;
}
/* line 347, ../../src/sass/blocks/masonry.scss */
.see-all-container.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 347, ../../src/sass/blocks/masonry.scss */
  .see-all-container.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  /* line 329, ../../src/sass/blocks/masonry.scss */
  .see-all-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* line 362, ../../src/sass/blocks/masonry.scss */
.see-all-container .link_no_style {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 362, ../../src/sass/blocks/masonry.scss */
  .see-all-container .link_no_style {
    margin-bottom: 30px;
  }
  /* line 368, ../../src/sass/blocks/masonry.scss */
  .see-all-container .link_no_style:not(:last-of-type) {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 362, ../../src/sass/blocks/masonry.scss */
  .see-all-container .link_no_style {
    margin-bottom: 30px;
  }
  /* line 376, ../../src/sass/blocks/masonry.scss */
  .see-all-container .link_no_style:not(:last-of-type) {
    margin-right: 40px;
  }
}

/* line 386, ../../src/sass/blocks/masonry.scss */
.news .masonry-article .block-image {
  width: 100%;
  margin-bottom: 0 !important;
  height: auto;
  display: block;
}

/* line 1, ../../src/sass/blocks/slideshow.scss */
.carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  /* By default we're hiding items (except the initial one) until the JS initiates.
  Elements are absolutely positioned with a width of 100% (as we're styling for mobile first), letting the content's height dictate the height of the carousel.
  Our magic property here for all our animation needs is 'transition', taking the properties we wish to animate 'transform' and 'opacity', along with the length of time in seconds. */
}
/* line 7, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel-inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 7, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel-inner {
    margin-right: -500px;
    overflow: hidden;
  }
}
/* line 16, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel-wrapper {
  overflow: hidden;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 16, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 16, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel-wrapper {
    width: 100vw;
  }
}
/* line 32, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel-nav {
  margin-top: -25px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 40, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel-caption-wrapper {
  overflow: hidden;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
/* line 50, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel-wrapper *,
.carousel-container .carousel-caption-wrapper * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 56, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/* line 59, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel.primary {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  height: 185px;
}
@media only screen and (min-width: 768px) {
  /* line 59, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel.primary {
    width: 80%;
    margin-right: 70px;
    height: 350px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 59, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel.primary {
    margin-right: 125px;
    width: 892px;
    height: 600px;
  }
}
/* line 79, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel.primary::before {
  content: "";
  display: block;
  padding-top: 68%;
}
/* line 86, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel.secondary {
  overflow: hidden;
  position: relative;
  width: 30%;
  top: 0;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 86, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel.secondary {
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
}
@media only screen and (min-width: 768px) {
  /* line 86, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel.secondary {
    height: 250px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 86, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel.secondary {
    height: 480px;
    width: 100%;
  }
}
/* line 107, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel.secondary::before {
  content: "";
  display: block;
  padding-top: 68%;
}
/* line 114, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel.captions {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 70px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 114, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel.captions {
    width: 70%;
  }
}
/* line 130, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel__photo {
  opacity: 0;
  position: absolute;
  top: 0;
  margin: auto;
  padding: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 130, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel__photo {
    -webkit-transition: opacity .5s, z-index .5s, -webkit-transform .5s;
    transition: opacity .5s, z-index .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, z-index .5s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .5s, z-index .5s, -moz-transform .5s;
    transition: transform .5s, opacity .5s, z-index .5s;
    transition: transform .5s, opacity .5s, z-index .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
  }
}
/* line 149, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel2__photo {
  opacity: 0;
  position: absolute;
  top: 0;
  margin: auto;
  padding: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
@media (prefers-reduced-motion: no-preference) {
  /* line 149, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel2__photo {
    -webkit-transition: opacity .5s, z-index .5s, -webkit-transform .5s;
    transition: opacity .5s, z-index .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, z-index .5s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .5s, z-index .5s, -moz-transform .5s;
    transition: transform .5s, opacity .5s, z-index .5s;
    transition: transform .5s, opacity .5s, z-index .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
  }
}
/* line 167, ../../src/sass/blocks/slideshow.scss */
.carousel-container .photo_caption {
  opacity: 0;
  position: absolute;
  top: 0;
  margin: auto;
  padding: 0;
  z-index: 100;
  -webkit-transition: opacity .5s, z-index .5s, -webkit-transform .5s;
  transition: opacity .5s, z-index .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, z-index .5s, -o-transform .5s;
  -moz-transition: transform .5s, opacity .5s, z-index .5s, -moz-transform .5s;
  transition: transform .5s, opacity .5s, z-index .5s;
  transition: transform .5s, opacity .5s, z-index .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
  width: 100%;
  height: 100%;
  font-family: 'freight-big-pro', serif;
  font-weight: 400;
  font-size: 34px;
  margin-top: 35px;
}
@media only screen and (min-width: 1024px) {
  /* line 167, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .photo_caption {
    margin-top: 65px;
  }
}
/* line 186, ../../src/sass/blocks/slideshow.scss */
.carousel-container .photo_caption > p {
  font-weight: 500;
}
/* line 190, ../../src/sass/blocks/slideshow.scss */
.carousel-container .photo_caption .subtitle {
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  font-family: 'montserrat', sans-serif;
  letter-spacing: 0;
  color: #1C1C1C;
  margin-top: 11px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1024px) {
  /* line 190, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .photo_caption .subtitle {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 64px;
  }
}
/* line 209, ../../src/sass/blocks/slideshow.scss */
.carousel-container .photo_caption * {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.1em;
  font-family: 'freight-big-pro', serif;
  margin: 0;
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 1024px) {
  /* line 209, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .photo_caption * {
    font-size: 64px;
  }
}
/* line 222, ../../src/sass/blocks/slideshow.scss */
.carousel-container .photo_caption h2 {
  margin-bottom: 0.25rem;
}
/* line 227, ../../src/sass/blocks/slideshow.scss */
.carousel-container .photo_caption .link_no_style {
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  /* line 227, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .photo_caption .link_no_style {
    margin-top: 22px;
  }
}
/* line 234, ../../src/sass/blocks/slideshow.scss */
.carousel-container .photo_caption .link_no_style span {
  font-family: 'montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  /* line 234, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .photo_caption .link_no_style span {
    font-size: 16px;
  }
}
/* line 247, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel__photo.initial,
.carousel-container .carousel__photo.active,
.carousel-container .carousel2__photo.initial,
.carousel-container .carousel2__photo.active {
  opacity: 1;
  position: absolute;
  z-index: 900;
}
/* line 256, ../../src/sass/blocks/slideshow.scss */
.carousel-container .photo_caption.initial,
.carousel-container .photo_caption.active {
  opacity: 1;
  position: relative;
  z-index: 900;
}
/* line 264, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel__photo.prev,
.carousel-container .carousel__photo.next,
.carousel-container .photo_caption.prev,
.carousel-container .photo_caption.next,
.carousel-container .carousel2__photo.prev,
.carousel-container .carousel2__photo.next {
  z-index: 800;
}
/* line 274, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel__photo.prev,
.carousel-container .photo_caption.prev,
.carousel-container .carousel2__photo.prev {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
/* line 281, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel__photo.next,
.carousel-container .photo_caption.next,
.carousel-container .carousel2__photo.next {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
/* line 288, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel__button--prev,
.carousel-container .carousel__button--next {
  cursor: pointer;
  z-index: 10;
  border: none;
}
/* line 296, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel__button--prev {
  margin-left: -25px;
  background-image: url("images/golden-arrow-left-carousel.svg");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  display: block;
  width: 85px;
  height: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 296, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel__button--prev {
    margin-left: -20px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 296, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel__button--prev {
    margin-left: -50px;
    margin-top: -50px;
    width: 163px;
    height: 13px;
  }
}
/* line 320, ../../src/sass/blocks/slideshow.scss */
.carousel-container .carousel__button--next {
  margin-right: -25px;
  background-image: url("images/golden-arrow-right-carousel.svg");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: right;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  display: block;
  width: 85px;
  height: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 320, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel__button--next {
    margin-right: 50px;
    margin-top: -50px;
    width: 100px;
    height: 11px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 320, ../../src/sass/blocks/slideshow.scss */
  .carousel-container .carousel__button--next {
    margin-right: 100px;
    margin-top: -50px;
    width: 163px;
    height: 13px;
  }
}

/* line 1, ../../src/sass/blocks/short-image.scss */
.short-image-container {
  float: none;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/blocks/short-image.scss */
  .short-image-container {
    margin-bottom: 10px;
  }
}
/* line 9, ../../src/sass/blocks/short-image.scss */
.short-image-container.left {
  float: left;
  margin-right: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../../src/sass/blocks/short-image.scss */
  .short-image-container.left {
    max-width: 320px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 9, ../../src/sass/blocks/short-image.scss */
  .short-image-container.left {
    max-width: 380px;
    margin-left: -320px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 9, ../../src/sass/blocks/short-image.scss */
  .short-image-container.left {
    max-width: 480px;
    margin-left: -350px;
    margin-right: 25px;
  }
}
/* line 32, ../../src/sass/blocks/short-image.scss */
.short-image-container.right {
  float: right;
  margin-left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 32, ../../src/sass/blocks/short-image.scss */
  .short-image-container.right {
    max-width: 320px;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 32, ../../src/sass/blocks/short-image.scss */
  .short-image-container.right {
    max-width: 380px;
    margin-right: -100px;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 32, ../../src/sass/blocks/short-image.scss */
  .short-image-container.right {
    max-width: 480px;
    margin-right: -100px;
    margin-left: 25px;
  }
}
/* line 55, ../../src/sass/blocks/short-image.scss */
.short-image-container .left-column-container {
  padding-right: 0;
  font-family: 'freight-big-pro';
  font-size: 16px;
  line-height: 18px;
  padding-left: 10px;
}
/* line 62, ../../src/sass/blocks/short-image.scss */
.short-image-container .left-column-container * {
  font-family: 'freight-big-pro';
  font-size: 18px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  /* line 55, ../../src/sass/blocks/short-image.scss */
  .short-image-container .left-column-container {
    max-width: 380px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 55, ../../src/sass/blocks/short-image.scss */
  .short-image-container .left-column-container {
    max-width: 480px;
  }
}
/* line 77, ../../src/sass/blocks/short-image.scss */
.short-image-container .short-image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 77, ../../src/sass/blocks/short-image.scss */
  .short-image-container .short-image {
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 77, ../../src/sass/blocks/short-image.scss */
  .short-image-container .short-image {
    max-width: 100%;
    width: 100%;
  }
}

/* line 1, ../../src/sass/blocks/short-text.scss */
.short-text-container {
  width: 100%;
  float: none;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
}
/* line 8, ../../src/sass/blocks/short-text.scss */
.short-text-container * {
  font-family: "freight-big-pro";
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/blocks/short-text.scss */
  .short-text-container {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  /* line 19, ../../src/sass/blocks/short-text.scss */
  .short-text-container * {
    font-size: 36px;
    line-height: 50px;
  }
}
/* line 25, ../../src/sass/blocks/short-text.scss */
.short-text-container.left {
  float: left;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 25, ../../src/sass/blocks/short-text.scss */
  .short-text-container.left {
    max-width: 320px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 25, ../../src/sass/blocks/short-text.scss */
  .short-text-container.left {
    max-width: 380px;
    margin-left: -320px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 25, ../../src/sass/blocks/short-text.scss */
  .short-text-container.left {
    max-width: 480px;
    margin-left: -350px;
    margin-right: 25px;
  }
}
/* line 47, ../../src/sass/blocks/short-text.scss */
.short-text-container.right {
  float: right;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 47, ../../src/sass/blocks/short-text.scss */
  .short-text-container.right {
    max-width: 320px;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 47, ../../src/sass/blocks/short-text.scss */
  .short-text-container.right {
    max-width: 380px;
    margin-right: -100px;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 47, ../../src/sass/blocks/short-text.scss */
  .short-text-container.right {
    max-width: 480px;
    margin-right: -100px;
    margin-left: 25px;
  }
}
/* line 69, ../../src/sass/blocks/short-text.scss */
.short-text-container .short-text {
  position: relative;
  padding-bottom: 0;
}
/* line 73, ../../src/sass/blocks/short-text.scss */
.short-text-container .short-text p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 73, ../../src/sass/blocks/short-text.scss */
  .short-text-container .short-text p {
    margin-bottom: 0;
  }
}
/* line 81, ../../src/sass/blocks/short-text.scss */
.short-text-container .short-text.left-column-container {
  padding-left: 15px;
}
@media only screen and (min-width: 1024px) {
  /* line 81, ../../src/sass/blocks/short-text.scss */
  .short-text-container .short-text.left-column-container {
    padding-left: 25px;
  }
}
/* line 89, ../../src/sass/blocks/short-text.scss */
.short-text-container .short-text .short-subtitle {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "montserrat" !important;
}
@media only screen and (min-width: 1024px) {
  /* line 89, ../../src/sass/blocks/short-text.scss */
  .short-text-container .short-text .short-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
/* line 101, ../../src/sass/blocks/short-text.scss */
.short-text-container .short-text .short-subtitle .red {
  color: #B51925;
}
/* line 105, ../../src/sass/blocks/short-text.scss */
.short-text-container .short-text .short-subtitle span.delimiter {
  height: 25px;
  display: inline-block;
  margin-bottom: -6px;
  padding: 0;
  border-right: solid 1px #b2b2b2;
}
/* line 112, ../../src/sass/blocks/short-text.scss */
.alumni-site .short-text-container .short-text .short-subtitle span.delimiter {
  border-right: solid 1px #8E9EBD;
}
/* line 116, ../../src/sass/blocks/short-text.scss */
.chapel-site .short-text-container .short-text .short-subtitle span.delimiter {
  border-right: solid 1px #89a399;
}
/* line 120, ../../src/sass/blocks/short-text.scss */
.oriel-site .short-text-container .short-text .short-subtitle span.delimiter {
  border-right: solid 1px #FF3D4C;
}

/* line 1, ../../src/sass/blocks/title-section.scss */
.title-section {
  margin: 0;
  padding: 0;
}
/* line 5, ../../src/sass/blocks/title-section.scss */
.title-section h1 {
  font-size: 52px;
  font-weight: 400;
  margin: 50px 0 50px;
  line-height: 48px;
}
@media only screen and (min-width: 768px) {
  /* line 5, ../../src/sass/blocks/title-section.scss */
  .title-section h1 {
    font-size: 100px;
    margin: 120px 0 120px;
    line-height: 100px;
  }
}
/* line 17, ../../src/sass/blocks/title-section.scss */
.title-section h1 * {
  font-weight: 400;
  font-size: 52px;
  line-height: 55px;
}
@media only screen and (min-width: 768px) {
  /* line 17, ../../src/sass/blocks/title-section.scss */
  .title-section h1 * {
    font-size: 100px;
    line-height: 100px;
  }
}

/* line 1, ../../src/sass/blocks/dropdown.scss */
.filters-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/dropdown.scss */
  .filters-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 75px;
  }
}
/* line 12, ../../src/sass/blocks/dropdown.scss */
.filters-container .left-side-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
@media only screen and (min-width: 768px) {
  /* line 12, ../../src/sass/blocks/dropdown.scss */
  .filters-container .left-side-filters {
    width: 50%;
    gap: 2rem;
  }
}
/* line 25, ../../src/sass/blocks/dropdown.scss */
.filters-container .right-side-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* line 30, ../../src/sass/blocks/dropdown.scss */
.filters-container .secondary-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 30, ../../src/sass/blocks/dropdown.scss */
  .filters-container .secondary-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    gap: 1rem;
  }
}

/* line 44, ../../src/sass/blocks/dropdown.scss */
.show-filter {
  background-color: #B51925;
  padding: 0.8rem 1.5rem;
  max-width: 100%;
}
/* line 49, ../../src/sass/blocks/dropdown.scss */
.show-filter select {
  background: transparent;
  border: none;
  border-bottom: solid 1px white;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: white;
  line-height: 26px;
  padding-left: 2px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 49, ../../src/sass/blocks/dropdown.scss */
  .show-filter select {
    width: auto;
  }
}
/* line 67, ../../src/sass/blocks/dropdown.scss */
.show-filter .show-filter-label {
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 15px;
}
/* line 75, ../../src/sass/blocks/dropdown.scss */
.show-filter .select2.select2-container {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 75, ../../src/sass/blocks/dropdown.scss */
  .show-filter .select2.select2-container {
    min-width: 280px;
    width: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 75, ../../src/sass/blocks/dropdown.scss */
  .show-filter .select2.select2-container {
    min-width: 320px;
    width: 320px;
  }
}
/* line 90, ../../src/sass/blocks/dropdown.scss */
.show-filter .select2.select2-container .select2-selection.select2-selection--single {
  background: transparent;
  border: none;
  border-bottom: solid 1px white;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
/* line 96, ../../src/sass/blocks/dropdown.scss */
.show-filter .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  color: white;
  line-height: 26px;
  padding-left: 2px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 108, ../../src/sass/blocks/dropdown.scss */
.show-filter .select2-container--open .select2-dropdown {
  border: solid 1px #B51925;
}
/* line 112, ../../src/sass/blocks/dropdown.scss */
.show-filter .select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (prefers-reduced-motion: no-preference) {
  /* line 112, ../../src/sass/blocks/dropdown.scss */
  .show-filter .select2-container--open .select2-selection__arrow b {
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
/* line 120, ../../src/sass/blocks/dropdown.scss */
.show-filter .select2-results__option {
  background-color: transparent;
  color: #1C1C1C;
  text-transform: none;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (min-width: 768px) {
  /* line 120, ../../src/sass/blocks/dropdown.scss */
  .show-filter .select2-results__option {
    font-size: 18px;
    line-height: 28px;
  }
}
/* line 135, ../../src/sass/blocks/dropdown.scss */
.alumni-site .show-filter .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #8E9EBD;
}
/* line 138, ../../src/sass/blocks/dropdown.scss */
.chapel-site .show-filter .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #89a399;
}
/* line 141, ../../src/sass/blocks/dropdown.scss */
.oriel-site .show-filter .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FF3D4C;
}
/* line 146, ../../src/sass/blocks/dropdown.scss */
.show-filter .select2-results__option.select2-results__option--selected {
  background-color: transparent;
  color: #1C1C1C;
}
/* line 151, ../../src/sass/blocks/dropdown.scss */
.show-filter .select2-results__option:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}
/* line 156, ../../src/sass/blocks/dropdown.scss */
.show-filter .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/white-arrow-down-small.svg) !important;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  background-position: center !important;
  height: 13px !important;
  width: 8px !important;
  margin-left: -1px !important;
  margin-top: -5px !important;
}

/* line 168, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown {
  background-color: #B51925;
  padding: 0.8rem 1.5rem;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 168, ../../src/sass/blocks/dropdown.scss */
  .red-background-dropdown {
    width: 550px;
  }
}
/* line 177, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown select {
  background: transparent;
  border: none;
  border-bottom: solid 1px white;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: white;
  line-height: 26px;
  padding-left: 2px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 177, ../../src/sass/blocks/dropdown.scss */
  .red-background-dropdown select {
    width: auto;
  }
}
/* line 195, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown .red-background-dropdown-label {
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 15px;
}
/* line 203, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown .select2.select2-container {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 203, ../../src/sass/blocks/dropdown.scss */
  .red-background-dropdown .select2.select2-container {
    min-width: 280px;
    width: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 203, ../../src/sass/blocks/dropdown.scss */
  .red-background-dropdown .select2.select2-container {
    min-width: 320px;
    width: -webkit-calc(100% - 70px) !important;
    width: -moz-calc(100% - 70px) !important;
    width: calc(100% - 70px) !important;
  }
}
/* line 218, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown .select2.select2-container .select2-selection.select2-selection--single {
  background: transparent;
  border: none;
  border-bottom: solid 1px white;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
/* line 224, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  color: white;
  line-height: 26px;
  padding-left: 2px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 236, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown .select2-container--open .select2-dropdown {
  border: solid 1px #B51925;
}
/* line 245, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown .select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (prefers-reduced-motion: no-preference) {
  /* line 245, ../../src/sass/blocks/dropdown.scss */
  .red-background-dropdown .select2-container--open .select2-selection__arrow b {
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
/* line 253, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown .select2-results__option {
  background-color: transparent;
  color: #1C1C1C;
  text-transform: none;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (min-width: 768px) {
  /* line 253, ../../src/sass/blocks/dropdown.scss */
  .red-background-dropdown .select2-results__option {
    font-size: 18px;
    line-height: 28px;
  }
}
/* line 270, ../../src/sass/blocks/dropdown.scss */
.alumni-site .red-background-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #8E9EBD;
}
/* line 273, ../../src/sass/blocks/dropdown.scss */
.chapel-site .red-background-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #89a399;
}
/* line 276, ../../src/sass/blocks/dropdown.scss */
.oriel-site .red-background-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FF3D4C;
}
/* line 281, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown .select2-results__option.select2-results__option--selected {
  background-color: transparent;
}
/* line 285, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown .select2-results__option:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}
/* line 290, ../../src/sass/blocks/dropdown.scss */
.red-background-dropdown .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/white-arrow-down-small.svg) !important;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  background-position: center !important;
  height: 13px !important;
  width: 8px !important;
  margin-left: -1px !important;
  margin-top: -5px !important;
}

/* line 302, ../../src/sass/blocks/dropdown.scss */
.bordered-filter {
  padding: 0.8rem 0;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 302, ../../src/sass/blocks/dropdown.scss */
  .bordered-filter {
    padding: 0;
    width: auto;
  }
}
/* line 312, ../../src/sass/blocks/dropdown.scss */
.bordered-filter select {
  border-color: #B51925 !important;
  border-width: 1px !important;
  height: 45px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  line-height: 40px;
  padding-left: 15px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: none;
  padding-right: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 312, ../../src/sass/blocks/dropdown.scss */
  .bordered-filter select {
    width: auto;
  }
}
/* line 330, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .bordered-filter-label {
  color: #1C1C1C;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 15px;
}
/* line 338, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .select2.select2-container {
  min-width: 100%;
  max-width: 350px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 338, ../../src/sass/blocks/dropdown.scss */
  .bordered-filter .select2.select2-container {
    min-width: 150px;
    width: 150px;
  }
}
/* line 348, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .select2.select2-container .select2-selection.select2-selection--single {
  border-color: #B51925 !important;
  border-width: 1px !important;
  height: 45px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
/* line 354, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #1C1C1C;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: none;
}
/* line 367, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .select2-container--open .select2-dropdown {
  border: solid 1px #B51925;
}
/* line 376, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (prefers-reduced-motion: no-preference) {
  /* line 376, ../../src/sass/blocks/dropdown.scss */
  .bordered-filter .select2-container--open .select2-selection__arrow b {
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
/* line 383, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .select2-container--open .select2-dropdown--above {
  border-bottom: none !important;
}
/* line 387, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .select2-container--open .select2-dropdown--below {
  border-top: none !important;
}
/* line 392, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .select2-results__option {
  background-color: transparent;
  color: #1C1C1C;
  text-transform: none;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (min-width: 768px) {
  /* line 392, ../../src/sass/blocks/dropdown.scss */
  .bordered-filter .select2-results__option {
    font-size: 18px;
    line-height: 28px;
  }
}
/* line 407, ../../src/sass/blocks/dropdown.scss */
.alumni-site .bordered-filter .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #8E9EBD;
}
/* line 410, ../../src/sass/blocks/dropdown.scss */
.chapel-site .bordered-filter .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #89a399;
}
/* line 413, ../../src/sass/blocks/dropdown.scss */
.oriel-site .bordered-filter .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FF3D4C;
}
/* line 418, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .select2-results__option.select2-results__option--selected {
  background-color: transparent;
  color: #1C1C1C;
}
/* line 424, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .select2-results__option:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}
/* line 429, ../../src/sass/blocks/dropdown.scss */
.bordered-filter .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/black-arrow-down-small.svg) !important;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  background-position: center !important;
  height: 13px !important;
  width: 8px !important;
  margin-left: -15px !important;
  margin-top: 2px !important;
}

/* line 441, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown {
  padding: 15px 0 0 0;
  border-bottom: solid 2px;
  border-color: #1C1C1C;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 441, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown {
    padding: 0;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 441, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown {
    padding: 0;
    width: auto;
  }
}
/* line 457, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown select {
  border: none;
  height: 45px;
  color: #B51925;
  line-height: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 457, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown select {
    padding-left: 0;
    padding-right: 0;
    color: #1C1C1C;
  }
}
/* line 475, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2-selection__arrow {
  position: absolute !important;
  top: 12px !important;
  right: 0 !important;
  height: unset !important;
  width: unset !important;
}
@media only screen and (min-width: 768px) {
  /* line 475, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown .select2-selection__arrow {
    top: 0 !important;
  }
}
/* line 486, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/black-arrow-down-small.svg) !important;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  background-position: center !important;
  height: 13px !important;
  width: 10px !important;
  margin-left: 10px !important;
  margin-top: 2px !important;
}
@media only screen and (min-width: 768px) {
  /* line 486, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown .select2-selection__arrow b {
    height: 18px !important;
    width: 13px !important;
    margin-left: -15px !important;
    background-image: url(images/black-arrow-down-small.svg) !important;
  }
}
/* line 506, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2-container--open {
  max-width: -webkit-calc(100vw - 30px);
  max-width: -moz-calc(100vw - 30px);
  max-width: calc(100vw - 30px);
}
/* line 508, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2-container--open .select2-dropdown {
  margin: 0 -41px 0 -41px;
  margin-left: -21px;
}
@media only screen and (min-width: 375px) {
  /* line 508, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown .select2-container--open .select2-dropdown {
    margin: 0 -41px 0 -41px;
    margin-left: -26px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 508, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown .select2-container--open .select2-dropdown {
    margin: unset;
  }
}
/* line 523, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.red {
  border-color: #B51925;
}
/* line 526, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.red .select2-selection__arrow {
  position: absolute !important;
  top: 12px !important;
  right: 0 !important;
  height: unset !important;
  width: unset !important;
}
@media only screen and (min-width: 768px) {
  /* line 526, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown.red .select2-selection__arrow {
    top: 0 !important;
  }
}
/* line 537, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.red .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/red-arrow-down-small.svg) !important;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  background-position: center !important;
  height: 13px !important;
  width: 10px !important;
  margin-left: 10px !important;
  margin-top: 2px !important;
  left: unset !important;
  right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 537, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown.red .select2-selection__arrow b {
    height: 18px !important;
    width: 13px !important;
    margin-left: -15px !important;
    background-image: url(images/red-arrow-down-small.svg) !important;
  }
}
/* line 559, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.red .select2-container--open .select2-dropdown {
  border: solid 1px #B51925;
}
/* line 563, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.red .select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (prefers-reduced-motion: no-preference) {
  /* line 563, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown.red .select2-container--open .select2-selection__arrow b {
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
/* line 573, ../../src/sass/blocks/dropdown.scss */
.alumni-site .underlined-dropdown.red .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #8E9EBD;
}
/* line 576, ../../src/sass/blocks/dropdown.scss */
.chapel-site .underlined-dropdown.red .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #89a399;
}
/* line 579, ../../src/sass/blocks/dropdown.scss */
.oriel-site .underlined-dropdown.red .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FF3D4C;
}
/* line 584, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.red .select2-results__option:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}
/* line 590, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.gold {
  border-color: #c4aa72;
}
/* line 593, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.gold .select2-selection__arrow {
  position: absolute !important;
  top: 12px !important;
  right: 0 !important;
  height: unset !important;
  width: unset !important;
}
@media only screen and (min-width: 768px) {
  /* line 593, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown.gold .select2-selection__arrow {
    top: 0 !important;
  }
}
/* line 604, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.gold .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/golden-arrow-down-small.svg) !important;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  background-position: center !important;
  height: 13px !important;
  width: 10px !important;
  margin-left: 10px !important;
  margin-top: 2px !important;
  left: unset !important;
  right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 604, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown.gold .select2-selection__arrow b {
    height: 18px !important;
    width: 13px !important;
    margin-left: -15px !important;
    background-image: url(images/golden-arrow-down-small.svg) !important;
  }
}
/* line 626, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.gold .select2-container--open .select2-dropdown {
  border: solid 1px #c4aa72;
}
/* line 630, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.gold .select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (prefers-reduced-motion: no-preference) {
  /* line 630, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown.gold .select2-container--open .select2-selection__arrow b {
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
/* line 640, ../../src/sass/blocks/dropdown.scss */
.alumni-site .underlined-dropdown.gold .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #8E9EBD;
}
/* line 643, ../../src/sass/blocks/dropdown.scss */
.chapel-site .underlined-dropdown.gold .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #89a399;
}
/* line 646, ../../src/sass/blocks/dropdown.scss */
.oriel-site .underlined-dropdown.gold .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FF3D4C;
}
/* line 651, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown.gold .select2-results__option:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}
/* line 657, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .underlined-dropdown-label {
  color: #1C1C1C;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 15px;
}
/* line 665, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2.select2-container {
  min-width: 100%;
  width: 100%;
  height: 60px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 665, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown .select2.select2-container {
    min-width: 240px;
    width: 240px;
    height: 53px;
  }
}
/* line 677, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2.select2-container .select2-selection.select2-selection--single {
  border: none;
  height: 45px;
}
@media only screen and (min-width: 768px) {
  /* line 677, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown .select2.select2-container .select2-selection.select2-selection--single {
    height: 0;
  }
}
/* line 685, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #B51925;
  line-height: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 685, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    color: #1C1C1C;
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 707, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2-container--open .select2-dropdown {
  border: solid 1px #b2b2b2;
}
/* line 711, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (prefers-reduced-motion: no-preference) {
  /* line 711, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown .select2-container--open .select2-selection__arrow b {
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
/* line 719, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2-results__option {
  background-color: transparent;
  color: #1C1C1C;
  text-transform: none;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (min-width: 768px) {
  /* line 719, ../../src/sass/blocks/dropdown.scss */
  .underlined-dropdown .select2-results__option {
    font-size: 18px;
    line-height: 28px;
  }
}
/* line 731, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2-results__option.select2-results__option--selected {
  background-color: transparent;
  color: #1C1C1C;
}
/* line 736, ../../src/sass/blocks/dropdown.scss */
.underlined-dropdown .select2-results__option:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

/* line 742, ../../src/sass/blocks/dropdown.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 100% !important;
  padding: 25px;
}
@media only screen and (min-width: 768px) {
  /* line 742, ../../src/sass/blocks/dropdown.scss */
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 400px !important;
  }
}

/* line 7, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.big {
  margin-bottom: 55px;
}
/* line 10, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.big .featured_blogs {
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 10, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.big .featured_blogs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 20, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.big .featured_blogs .left-column-container {
  font-family: 'freight-big-pro';
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  font-size: 34px;
  line-height: 36px;
  border-left: none;
  border-bottom: solid 1px #b2b2b2;
}
/* line 35, ../../src/sass/blocks/pull-quote.scss */
.alumni-site .pull-quote-container.big .featured_blogs .left-column-container.default {
  border-bottom: solid 1px #8E9EBD;
  border-left: none;
}
/* line 40, ../../src/sass/blocks/pull-quote.scss */
.chapel-site .pull-quote-container.big .featured_blogs .left-column-container.default {
  border-bottom: solid 1px #89a399;
  border-left: none;
}
/* line 45, ../../src/sass/blocks/pull-quote.scss */
.oriel-site .pull-quote-container.big .featured_blogs .left-column-container.default {
  border-bottom: solid 1px #FF3D4C;
  border-left: none;
}
/* line 51, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.big .featured_blogs .left-column-container.green {
  border-bottom: solid 1px #8CA399;
  border-left: none;
}
/* line 56, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.big .featured_blogs .left-column-container.blue {
  border-bottom: solid 1px #818ea9;
  border-left: none;
}
/* line 61, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.big .featured_blogs .left-column-container.gold {
  border-bottom: solid 1px #c4aa72;
  border-left: none;
}
/* line 66, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.big .featured_blogs .left-column-container * {
  font-family: 'freight-big-pro';
  font-weight: 500;
  font-size: 34px;
  line-height: 36px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 20, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.big .featured_blogs .left-column-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 46px;
    line-height: 55px;
    border-left: solid 1px #b2b2b2;
    border-bottom: none;
  }
  /* line 85, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.big .featured_blogs .left-column-container * {
    font-weight: 600;
    font-size: 46px;
    line-height: 55px;
  }
  /* line 92, ../../src/sass/blocks/pull-quote.scss */
  .alumni-site .pull-quote-container.big .featured_blogs .left-column-container.default {
    border-left: solid 1px #8E9EBD;
    border-bottom: none;
  }
  /* line 97, ../../src/sass/blocks/pull-quote.scss */
  .chapel-site .pull-quote-container.big .featured_blogs .left-column-container.default {
    border-left: solid 1px #89a399;
    border-bottom: none;
  }
  /* line 102, ../../src/sass/blocks/pull-quote.scss */
  .oriel-site .pull-quote-container.big .featured_blogs .left-column-container.default {
    border-left: solid 1px #FF3D4C;
    border-bottom: none;
  }
  /* line 108, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.big .featured_blogs .left-column-container.green {
    border-left: solid 1px #8CA399;
    border-bottom: none;
  }
  /* line 113, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.big .featured_blogs .left-column-container.blue {
    border-left: solid 1px #818ea9;
    border-bottom: none;
  }
  /* line 118, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.big .featured_blogs .left-column-container.gold {
    border-left: solid 1px #c4aa72;
    border-bottom: none;
  }
}
/* line 124, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.big .featured_blogs .left-column-container .tiny-title {
  font-family: 'montserrat';
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #B51925;
}
/* line 132, ../../src/sass/blocks/pull-quote.scss */
.alumni-site .pull-quote-container.big .featured_blogs .left-column-container .tiny-title {
  color: #8E9EBD;
}
/* line 135, ../../src/sass/blocks/pull-quote.scss */
.chapel-site .pull-quote-container.big .featured_blogs .left-column-container .tiny-title {
  color: #89a399;
}
/* line 138, ../../src/sass/blocks/pull-quote.scss */
.oriel-site .pull-quote-container.big .featured_blogs .left-column-container .tiny-title {
  color: #B51925;
}
@media only screen and (min-width: 768px) {
  /* line 124, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.big .featured_blogs .left-column-container .tiny-title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
  }
}
/* line 149, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.big .featured_blogs .left-column-container:first-child {
  padding-top: 0;
}
/* line 153, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.big .featured_blogs .left-column-container:last-child {
  border-bottom: none;
}
/* line 161, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.small {
  margin-bottom: 40px;
}
/* line 164, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.small.multiple {
  margin-bottom: 20px;
}
/* line 168, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.small .featured_blogs {
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 168, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.small .featured_blogs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 178, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.small .featured_blogs .left-column-container {
  font-family: 'freight-big-pro';
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  font-size: 21px;
  line-height: 23px;
  border-bottom: solid 1px #b2b2b2;
  border-left: none;
}
/* line 192, ../../src/sass/blocks/pull-quote.scss */
.alumni-site .pull-quote-container.small .featured_blogs .left-column-container.default {
  border-bottom: solid 1px #8E9EBD;
  border-left: none;
}
/* line 197, ../../src/sass/blocks/pull-quote.scss */
.chapel-site .pull-quote-container.small .featured_blogs .left-column-container.default {
  border-bottom: solid 1px #89a399;
  border-left: none;
}
/* line 202, ../../src/sass/blocks/pull-quote.scss */
.oriel-site .pull-quote-container.small .featured_blogs .left-column-container.default {
  border-bottom: solid 1px #FF3D4C;
  border-left: none;
}
/* line 208, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.small .featured_blogs .left-column-container.green {
  border-bottom: solid 1px #8CA399;
  border-left: none;
}
/* line 213, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.small .featured_blogs .left-column-container.blue {
  border-bottom: solid 1px #818ea9;
  border-left: none;
}
/* line 218, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.small .featured_blogs .left-column-container.gold {
  border-bottom: solid 1px #c4aa72;
  border-left: none;
}
/* line 223, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.small .featured_blogs .left-column-container * {
  font-family: 'freight-big-pro';
  font-weight: 400;
  font-size: 21px;
  line-height: 23px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 178, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.small .featured_blogs .left-column-container {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    border-bottom: none;
    border-left: solid 1px #b2b2b2;
  }
  /* line 242, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.small .featured_blogs .left-column-container * {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
  }
  /* line 249, ../../src/sass/blocks/pull-quote.scss */
  .alumni-site .pull-quote-container.small .featured_blogs .left-column-container.default {
    border-left: solid 1px #8E9EBD;
    border-bottom: none;
  }
  /* line 254, ../../src/sass/blocks/pull-quote.scss */
  .chapel-site .pull-quote-container.small .featured_blogs .left-column-container.default {
    border-left: solid 1px #89a399;
    border-bottom: none;
  }
  /* line 259, ../../src/sass/blocks/pull-quote.scss */
  .oriel-site .pull-quote-container.small .featured_blogs .left-column-container.default {
    border-left: solid 1px #FF3D4C;
    border-bottom: none;
  }
  /* line 265, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.small .featured_blogs .left-column-container.green {
    border-left: solid 1px #8CA399;
    border-bottom: none;
  }
  /* line 270, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.small .featured_blogs .left-column-container.blue {
    border-left: solid 1px #818ea9;
    border-bottom: none;
  }
  /* line 275, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.small .featured_blogs .left-column-container.gold {
    border-left: solid 1px #c4aa72;
    border-bottom: none;
  }
}
/* line 281, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.small .featured_blogs .left-column-container .tiny-title {
  font-family: 'montserrat';
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #B51925;
}
/* line 289, ../../src/sass/blocks/pull-quote.scss */
.alumni-site .pull-quote-container.small .featured_blogs .left-column-container .tiny-title {
  color: #8E9EBD;
}
/* line 292, ../../src/sass/blocks/pull-quote.scss */
.chapel-site .pull-quote-container.small .featured_blogs .left-column-container .tiny-title {
  color: #89a399;
}
/* line 295, ../../src/sass/blocks/pull-quote.scss */
.oriel-site .pull-quote-container.small .featured_blogs .left-column-container .tiny-title {
  color: #B51925;
}
@media only screen and (min-width: 768px) {
  /* line 281, ../../src/sass/blocks/pull-quote.scss */
  .pull-quote-container.small .featured_blogs .left-column-container .tiny-title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
/* line 306, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.small .featured_blogs .left-column-container:first-child {
  padding-top: 0;
}
/* line 310, ../../src/sass/blocks/pull-quote.scss */
.pull-quote-container.small .featured_blogs .left-column-container:last-child {
  border-bottom: none;
}

/* line 1, ../../src/sass/blocks/pull-quote-single.scss */
.pull-quote-single-container {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/blocks/pull-quote-single.scss */
  .pull-quote-single-container {
    margin-bottom: 60px;
    max-width: 1000px;
  }
}
/* line 9, ../../src/sass/blocks/pull-quote-single.scss */
.pull-quote-single-container .featured_blogs {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 14, ../../src/sass/blocks/pull-quote-single.scss */
.pull-quote-single-container .featured_blogs .left-column-container {
  font-weight: 500;
  width: 100%;
  font-size: 34px;
  line-height: 36px;
  border-bottom: none;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 0;
  font-family: 'montserrat';
  border-left: solid 1px #b2b2b2;
}
/* line 27, ../../src/sass/blocks/pull-quote-single.scss */
.alumni-site .pull-quote-single-container .featured_blogs .left-column-container.default {
  border-left: solid 1px #8E9EBD;
  border-bottom: none;
}
/* line 32, ../../src/sass/blocks/pull-quote-single.scss */
.chapel-site .pull-quote-single-container .featured_blogs .left-column-container.default {
  border-left: solid 1px #89a399;
  border-bottom: none;
}
/* line 37, ../../src/sass/blocks/pull-quote-single.scss */
.oriel-site .pull-quote-single-container .featured_blogs .left-column-container.default {
  border-left: solid 1px #FF3D4C;
  border-bottom: none;
}
/* line 43, ../../src/sass/blocks/pull-quote-single.scss */
.pull-quote-single-container .featured_blogs .left-column-container.green {
  border-left: solid 1px #8CA399;
  border-bottom: none;
}
/* line 48, ../../src/sass/blocks/pull-quote-single.scss */
.pull-quote-single-container .featured_blogs .left-column-container.blue {
  border-left: solid 1px #818ea9;
  border-bottom: none;
}
/* line 53, ../../src/sass/blocks/pull-quote-single.scss */
.pull-quote-single-container .featured_blogs .left-column-container.gold {
  border-left: solid 1px #c4aa72;
  border-bottom: none;
}
/* line 58, ../../src/sass/blocks/pull-quote-single.scss */
.pull-quote-single-container .featured_blogs .left-column-container * {
  font-family: 'freight-big-pro';
  font-weight: 500;
  font-size: 34px;
  line-height: 36px;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 14, ../../src/sass/blocks/pull-quote-single.scss */
  .pull-quote-single-container .featured_blogs .left-column-container {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 10px;
    font-weight: 600;
    font-size: 46px;
    line-height: 55px;
  }
  /* line 74, ../../src/sass/blocks/pull-quote-single.scss */
  .pull-quote-single-container .featured_blogs .left-column-container * {
    font-weight: 600;
    font-size: 46px;
    line-height: 55px;
  }
}
/* line 81, ../../src/sass/blocks/pull-quote-single.scss */
.pull-quote-single-container .featured_blogs .left-column-container .tiny-title {
  font-family: 'montserrat';
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #B51925;
}
/* line 89, ../../src/sass/blocks/pull-quote-single.scss */
.alumni-site .pull-quote-single-container .featured_blogs .left-column-container .tiny-title {
  color: #002147;
}
/* line 92, ../../src/sass/blocks/pull-quote-single.scss */
.chapel-site .pull-quote-single-container .featured_blogs .left-column-container .tiny-title {
  color: #89a399;
}
/* line 95, ../../src/sass/blocks/pull-quote-single.scss */
.oriel-site .pull-quote-single-container .featured_blogs .left-column-container .tiny-title {
  color: #B51925;
}
@media only screen and (min-width: 1024px) {
  /* line 81, ../../src/sass/blocks/pull-quote-single.scss */
  .pull-quote-single-container .featured_blogs .left-column-container .tiny-title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
  }
}
/* line 106, ../../src/sass/blocks/pull-quote-single.scss */
.pull-quote-single-container .featured_blogs .left-column-container p {
  font-weight: 100;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
  font-family: 'montserrat';
}
@media only screen and (min-width: 1024px) {
  /* line 106, ../../src/sass/blocks/pull-quote-single.scss */
  .pull-quote-single-container .featured_blogs .left-column-container p {
    font-size: 28px;
    line-height: 37px;
  }
}

/* line 1, ../../src/sass/blocks/social-share.scss */
.social-share-container {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 28px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/social-share.scss */
  .social-share-container {
    margin-bottom: 15px;
    margin-top: 45px;
  }
}
/* line 11, ../../src/sass/blocks/social-share.scss */
.social-share-container .micro-title {
  color: #1C1C1C;
}

/* line 16, ../../src/sass/blocks/social-share.scss */
.social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 20, ../../src/sass/blocks/social-share.scss */
.social-share .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 25, ../../src/sass/blocks/social-share.scss */
.social-share .logos .logo svg {
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 25, ../../src/sass/blocks/social-share.scss */
  .social-share .logos .logo svg {
    width: 20px;
    height: 20px;
  }
}
/* line 37, ../../src/sass/blocks/social-share.scss */
.social-share-text {
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #13294B;
  font-family: "montserrat";
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  /* line 37, ../../src/sass/blocks/social-share.scss */
  .social-share-text {
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
}
/* line 55, ../../src/sass/blocks/social-share.scss */
.social-share a {
  text-decoration: none;
  background-color: #c4aa72;
  margin-right: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 65, ../../src/sass/blocks/social-share.scss */
.social-share a svg path {
  fill: #FFF;
}
@media only screen and (min-width: 768px) {
  /* line 55, ../../src/sass/blocks/social-share.scss */
  .social-share a {
    margin-right: 15px;
    height: 40px;
    width: 40px;
  }
}

/* line 2, ../../src/sass/blocks/featured-body-text.scss */
.featured-body-text-container .featured-body-text {
  font-size: 22px;
  line-height: 27px;
  font-weight: 100;
  margin-bottom: 38px;
}
@media only screen and (min-width: 1024px) {
  /* line 2, ../../src/sass/blocks/featured-body-text.scss */
  .featured-body-text-container .featured-body-text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}

/* line 3, ../../src/sass/blocks/student-quote.scss */
.featured-container.student-quote span.delimiter {
  font-family: "montserrat";
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
  padding: 0 2px 5px 5px;
  color: #b2b2b2;
}
/* line 11, ../../src/sass/blocks/student-quote.scss */
.alumni-site .featured-container.student-quote span.delimiter {
  color: #8E9EBD;
}
/* line 15, ../../src/sass/blocks/student-quote.scss */
.chapel-site .featured-container.student-quote span.delimiter {
  color: #89a399;
}
/* line 19, ../../src/sass/blocks/student-quote.scss */
.oriel-site .featured-container.student-quote span.delimiter {
  color: #FF3D4C;
}
/* line 25, ../../src/sass/blocks/student-quote.scss */
.featured-container.student-quote .featured-image-container .featured-image {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  height: 175px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 25, ../../src/sass/blocks/student-quote.scss */
  .featured-container.student-quote .featured-image-container .featured-image {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 25, ../../src/sass/blocks/student-quote.scss */
  .featured-container.student-quote .featured-image-container .featured-image {
    height: 600px;
    width: 890px;
  }
}
/* line 44, ../../src/sass/blocks/student-quote.scss */
.featured-container.student-quote .featured-text-container .featured-text {
  font-family: "freight-big-pro";
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  /* line 44, ../../src/sass/blocks/student-quote.scss */
  .featured-container.student-quote .featured-text-container .featured-text {
    font-size: 64px;
  }
}
/* line 53, ../../src/sass/blocks/student-quote.scss */
.featured-container.student-quote .featured-text-container .featured-text * {
  display: inline;
  font-weight: 500;
}
/* line 58, ../../src/sass/blocks/student-quote.scss */
.featured-container.student-quote .featured-text-container .featured-text::before {
  content: "\201C";
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  /* line 58, ../../src/sass/blocks/student-quote.scss */
  .featured-container.student-quote .featured-text-container .featured-text::before {
    margin-left: -30px;
  }
}
/* line 68, ../../src/sass/blocks/student-quote.scss */
.featured-container.student-quote .featured-text-container .featured-text::after {
  content: "\201D";
  display: inline-block;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */