/**
 * Theme Name: Mag D new
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Magdalen College
 * Template: oneltd-base
 */

/*
*   Easing Equations ported to CSS by @matthewlein - http://matthewlein.com/ceaser/
*   Converted to SCSS vars by @pettpett
*
*   sample usage:
*   a {
*     color: #ff0000;
*     transition: color 0.5s $easeOutQuint;
*     &:hover,
*     &:focus {
*       color: #ff9900;
*     }
*   }
*/
/* 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,
blockquote cite,
.block-label,
.wp-block-button__link,
.with_frm_style a.frm_start_over,
.frm_style_formidable-style.with_frm_style .frm_submit button,
.pagination .direction,
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: "";
  content: none;
}

/* line 130, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 135, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 138, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 142, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 28px;
  color: #2d2f32;
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/helpers/_typography.scss */
  body {
    font-size: 22px;
    line-height: 32px;
  }
}

/* line 20, ../../src/sass/helpers/_typography.scss */
.h2, h2,
.h3,
h3,
h5,
h6 {
  font-weight: 400;
}

/* line 27, ../../src/sass/helpers/_typography.scss */
.h1, h1, .hero {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 44px;
  line-height: 56px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  /* line 27, ../../src/sass/helpers/_typography.scss */
  .h1, h1, .hero {
    font-size: 60px;
    line-height: 68px;
  }
}

/* line 41, ../../src/sass/helpers/_typography.scss */
.h2, h2 {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 32px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) {
  /* line 41, ../../src/sass/helpers/_typography.scss */
  .h2, h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

/* line 54, ../../src/sass/helpers/_typography.scss */
.h3, h3 {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) {
  /* line 54, ../../src/sass/helpers/_typography.scss */
  .h3, h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

/* line 67, ../../src/sass/helpers/_typography.scss */
.h4, h4, blockquote cite, .block-label, .wp-block-button__link, .with_frm_style a.frm_start_over,
.frm_style_formidable-style.with_frm_style .frm_submit button, .pagination .direction, .meta-tag {
  font-family: lato, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  /* line 67, ../../src/sass/helpers/_typography.scss */
  .h4, h4, blockquote cite, .block-label, .wp-block-button__link, .with_frm_style a.frm_start_over,
  .frm_style_formidable-style.with_frm_style .frm_submit button, .pagination .direction, .meta-tag {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 83, ../../src/sass/helpers/_typography.scss */
.h5, h5 {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  /* line 83, ../../src/sass/helpers/_typography.scss */
  .h5, h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 96, ../../src/sass/helpers/_typography.scss */
.fixed, pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 1.2;
}

/* line 102, ../../src/sass/helpers/_typography.scss */
.italic, i,
em {
  font-style: italic;
}

/* line 106, ../../src/sass/helpers/_typography.scss */
.bold, b,
strong {
  font-weight: 700;
}

/* line 110, ../../src/sass/helpers/_typography.scss */
.block-margins, p,
ul,
ol,
pre {
  margin: 1em 0;
}

/* line 114, ../../src/sass/helpers/_typography.scss */
.unordered-list, ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 120, ../../src/sass/helpers/_typography.scss */
.ordered-list, ol {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 136, ../../src/sass/helpers/_typography.scss */
h1,
.h1,
h1,
.hero {
  margin: 1em 0 0.5em;
}

/* line 142, ../../src/sass/helpers/_typography.scss */
h2,
.h2,
h2 {
  margin: 1em 0 0.5em;
}

/* line 148, ../../src/sass/helpers/_typography.scss */
h3,
.h3,
h3 {
  margin: 1em 0 0.5em;
}

/* line 154, ../../src/sass/helpers/_typography.scss */
h4, blockquote cite, .block-label, .wp-block-button__link, .with_frm_style a.frm_start_over,
.frm_style_formidable-style.with_frm_style .frm_submit button, .pagination .direction,
.h4,
h4,
blockquote cite,
.block-label,
.wp-block-button__link,
.with_frm_style a.frm_start_over,
.frm_style_formidable-style.with_frm_style .frm_submit button,
.pagination .direction,
.meta-tag {
  margin: 1em 0 0.5em;
}

/* line 160, ../../src/sass/helpers/_typography.scss */
h5,
.h5,
h5 {
  margin: 1em 0 0.5em;
}

/* line 166, ../../src/sass/helpers/_typography.scss */
h6,
.h6,
h6 {
  margin: 1em 0 0.5em;
}

/* line 192, ../../src/sass/helpers/_typography.scss */
.hero {
  font-size: 52px;
  line-height: 62px;
}
@media only screen and (min-width: 768px) {
  /* line 192, ../../src/sass/helpers/_typography.scss */
  .hero {
    font-size: 72px;
    line-height: 76px;
  }
}

/* line 205, ../../src/sass/helpers/_typography.scss */
.meta-tag {
  font-size: 14px;
  line-height: 26px;
  display: block;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  /* line 205, ../../src/sass/helpers/_typography.scss */
  .meta-tag {
    font-size: 16px;
    line-height: 28px;
  }
}

/* line 219, ../../src/sass/helpers/_typography.scss */
.intro {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) {
  /* line 219, ../../src/sass/helpers/_typography.scss */
  .intro {
    font-size: 32px;
    line-height: 40px;
  }
}

/* line 233, ../../src/sass/helpers/_typography.scss */
td a,
ul li a:not(.main-navigation li a):not(.pagination ul li a),
.result-single a.single-title.h3,
.single-staff article.singles ul li a,
em a,
.text_link_boxes a.h3,
.home-feeds .h3,
.home-feeds h3,
.footer-nav-main a,
.singles .block a,
p a,
.text-block h3 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fadb45), to(#fadb45)) 100%;
  background: -webkit-linear-gradient(top, #fadb45 0%, #fadb45) 100%;
  background: -moz- oldlinear-gradient(top, #fadb45 0%, #fadb45) 100%;
  background: -o-linear-gradient(top, #fadb45 0%, #fadb45) 100%;
  background: linear-gradient(to bottom, #fadb45 0%, #fadb45) 100%;
  background-position: 0 100%;
  background-repeat: repeat-x;
  -moz-background-size: 0px 4px;
    -o-background-size: 0px 4px;
       background-size: 0px 4px;
  text-decoration: none;
  -webkit-transition: background-size .2s;
     -moz-transition: background-size .2s;
       -o-transition: background-size .2s;
          transition: background-size .2s;
  color: inherit;
  border-bottom: 1px solid #000000;
}
/* line 253, ../../src/sass/helpers/_typography.scss */
td a:hover,
ul li a:not(.main-navigation li a):not(.pagination ul li a):hover,
.result-single a.single-title.h3:hover,
.single-staff article.singles ul li a:hover,
em a:hover,
.text_link_boxes a.h3:hover,
.home-feeds .h3:hover,
.home-feeds h3:hover,
.footer-nav-main a:hover,
.singles .block a:hover,
p a:hover,
.text-block h3 a:hover {
  -moz-background-size: 4px 12px;
    -o-background-size: 4px 12px;
       background-size: 4px 12px;
  border-bottom: 0px solid #000000;
}

/* line 263, ../../src/sass/helpers/_typography.scss */
blockquote {
  content: '';
  display: block;
  background-image: url("images/quote.svg");
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 30px 0 80px 0;
}
/* line 274, ../../src/sass/helpers/_typography.scss */
blockquote p {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: italic;
  display: block;
  font-size: 36px;
  line-height: 48px;
  padding-top: 118px;
}
@media only screen and (min-width: 768px) {
  /* line 274, ../../src/sass/helpers/_typography.scss */
  blockquote p {
    font-size: 48px;
    line-height: 60px;
  }
}
/* line 292, ../../src/sass/helpers/_typography.scss */
blockquote cite {
  margin-top: -26px;
  display: block;
  font-style: normal;
  margin-bottom: 48px;
}

/* line 308, ../../src/sass/helpers/_typography.scss */
.section {
  border-bottom: #fadb45 solid 4px;
  display: inline-block;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 48px;
}

/* line 318, ../../src/sass/helpers/_typography.scss */
.tags p {
  margin-top: 1em;
  font-size: 14px;
  line-height: 18px;
  margin: 0.8em 0;
}
@media only screen and (min-width: 768px) {
  /* line 318, ../../src/sass/helpers/_typography.scss */
  .tags p {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 331, ../../src/sass/helpers/_typography.scss */
.tags p.normal-size {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 331, ../../src/sass/helpers/_typography.scss */
  .tags p.normal-size {
    font-size: 22px;
    line-height: 26px;
  }
}

/* line 348, ../../src/sass/helpers/_typography.scss */
sup, sub {
  font-size: 14px;
}

/* line 352, ../../src/sass/helpers/_typography.scss */
sup {
  vertical-align: super;
}

/* line 356, ../../src/sass/helpers/_typography.scss */
sub {
  vertical-align: sub;
}

/* line 1, ../../src/sass/helpers/_base.scss */
body {
  margin: 0;
}
/* line 2, ../../src/sass/helpers/_base.scss */
body.scroll-lock {
  overflow: hidden;
}
@media only screen and (min-width: 1248px) {
  /* line 1, ../../src/sass/helpers/_base.scss */
  body {
    margin: 0 25px 25px 25px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 1, ../../src/sass/helpers/_base.scss */
  body {
    margin: 0 100px 100px 100px;
  }
}

/* line 19, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1250px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
     -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
       -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
          transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 22, ../../src/sass/helpers/_base.scss */
.container.thin {
  max-width: 836px;
}
@media only screen and (min-width: 560px) {
  /* line 27, ../../src/sass/helpers/_base.scss */
  .container.wide {
    padding: 0;
  }
}

/* line 35, ../../src/sass/helpers/_base.scss */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* line 45, ../../src/sass/helpers/_base.scss */
#breadcrumbs {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1.5em;
}

/* line 51, ../../src/sass/helpers/_base.scss */
.is-hidden {
  display: none !important;
}

/* line 55, ../../src/sass/helpers/_base.scss */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
  /* Prevents text from wrapping */
}

/* line 68, ../../src/sass/helpers/_base.scss */
.select2-results__options {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
/* line 71, ../../src/sass/helpers/_base.scss */
.select2-results__options::-webkit-scrollbar {
  width: 5px;
}
/* line 76, ../../src/sass/helpers/_base.scss */
.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* line 81, ../../src/sass/helpers/_base.scss */
.select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
/* line 87, ../../src/sass/helpers/_base.scss */
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* line 92, ../../src/sass/helpers/_base.scss */
.select2.select2-container {
  min-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 92, ../../src/sass/helpers/_base.scss */
  .select2.select2-container {
    min-width: 280px;
    width: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 92, ../../src/sass/helpers/_base.scss */
  .select2.select2-container {
    min-width: 320px;
    width: 320px;
  }
}
/* line 106, ../../src/sass/helpers/_base.scss */
.select2.select2-container .select2-selection.select2-selection--single {
  border: solid 1px #2d2f32;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  height: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 106, ../../src/sass/helpers/_base.scss */
  .select2.select2-container .select2-selection.select2-selection--single {
    height: 28px;
  }
}
/* line 115, ../../src/sass/helpers/_base.scss */
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #2d2f32;
  line-height: 26px;
  padding-left: 16px;
  font-size: 18px;
  line-height: 52px;
  font-style: italic;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  /* line 115, ../../src/sass/helpers/_base.scss */
  .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #2d2f32;
  }
}

/* line 132, ../../src/sass/helpers/_base.scss */
.select2-results__option {
  background-color: #FFF;
  color: #2d2f32;
  font-size: 18px;
  line-height: 32px;
}
/* line 140, ../../src/sass/helpers/_base.scss */
.select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FFF;
  color: #2d2f32;
}
/* line 145, ../../src/sass/helpers/_base.scss */
.select2-results__option.select2-results__option--selected {
  background-color: #fadb45;
  color: #2d2f32;
}

/* line 151, ../../src/sass/helpers/_base.scss */
.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 151, ../../src/sass/helpers/_base.scss */
  .select2-selection__arrow b {
    background-image: url(images/white-arrow-down-small.svg) !important;
  }
}

/* line 168, ../../src/sass/helpers/_base.scss */
.wp-block-image img {
  height: auto;
}

/* line 176, ../../src/sass/helpers/_base.scss */
.wp-block-image figcaption {
  margin-top: -10px;
  padding: 20px 24px;
  background: #f5f5f0;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
/* line 186, ../../src/sass/helpers/_base.scss */
.wp-block-image figcaption:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid #f5f5f0;
  top: -28px;
  left: 24px;
  position: absolute;
}

/* line 201, ../../src/sass/helpers/_base.scss */
.block-label, .wp-block-button__link {
  background: #fadb45;
  color: #2d2f32;
  font-size: 16px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 12px 20px;
  text-align: left;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 215, ../../src/sass/helpers/_base.scss */
.block-label {
  display: inline-block;
}

/* line 220, ../../src/sass/helpers/_base.scss */
.wp-block-buttons {
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 224, ../../src/sass/helpers/_base.scss */
.wp-block-buttons.inline {
  display: inline-block;
  margin-left: 28px;
}
/* line 228, ../../src/sass/helpers/_base.scss */
.wp-block-buttons.inline:first-of-type {
  margin-left: 0;
}

/* line 233, ../../src/sass/helpers/_base.scss */
.wp-block-button__link {
  padding: 12px 40px 12px 18px;
  position: relative;
}
/* line 238, ../../src/sass/helpers/_base.scss */
.wp-block-button__link:visited {
  background: #fadb45;
  color: #2d2f32;
}
/* line 247, ../../src/sass/helpers/_base.scss */
.wp-block-button__link:after {
  content: "";
  background-image: url(images/arrow-charcoal.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 10px;
  margin-left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  right: 20px;
}
/* line 261, ../../src/sass/helpers/_base.scss */
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus {
  background: #2d2f32;
  color: #FFF;
}
/* line 266, ../../src/sass/helpers/_base.scss */
.wp-block-button__link:hover:after, .wp-block-button__link:active:after, .wp-block-button__link:focus:after {
  content: "";
  background-image: url(images/arrow-white.svg);
}
/* line 274, ../../src/sass/helpers/_base.scss */
.wp-block-button__link:active, .wp-block-button__link:active, .wp-block-button__link:focus {
  background: #2d2f32;
  color: #FFF;
}
/* line 284, ../../src/sass/helpers/_base.scss */
.wp-block-button__link a {
  color: #2d2f32;
}
/* line 289, ../../src/sass/helpers/_base.scss */
.wp-block-button__link a:hover {
  color: #FFF;
}

/* line 299, ../../src/sass/helpers/_base.scss */
.is-style-outline .wp-block-button__link {
  padding: 10px 18px;
  padding: 10px 40px 10px 18px;
  border: 2px solid #2d2f32;
}
/* line 304, ../../src/sass/helpers/_base.scss */
.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:active, .is-style-outline .wp-block-button__link:focus {
  color: #FFF;
  border: 2px solid #2d2f32;
  background: #2d2f32;
}
/* line 315, ../../src/sass/helpers/_base.scss */
.is-style-outline .wp-block-button__link a {
  color: #2d2f32;
}
/* line 318, ../../src/sass/helpers/_base.scss */
.is-style-outline .wp-block-button__link a:hover {
  color: #FFF;
}

/* line 326, ../../src/sass/helpers/_base.scss */
.see-all .wp-block-button {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 52px;
}

/* line 334, ../../src/sass/helpers/_base.scss */
ul.slick-dots {
  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-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  -webkit-transform: translate(-12px, 0px);
     -moz-transform: translate(-12px, 0px);
      -ms-transform: translate(-12px, 0px);
       -o-transform: translate(-12px, 0px);
          transform: translate(-12px, 0px);
}
/* line 341, ../../src/sass/helpers/_base.scss */
ul.slick-dots li {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  list-style: none;
  list-style-type: none;
}
/* line 348, ../../src/sass/helpers/_base.scss */
ul.slick-dots li.slick-active button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #2d2f32;
  color: #2d2f32;
}
/* line 356, ../../src/sass/helpers/_base.scss */
ul.slick-dots li button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  background: #eeeae1;
  color: #eeeae1;
  margin: 0 4px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  height: 12px;
  width: 12px;
}
@media only screen and (min-width: 768px) {
  /* line 356, ../../src/sass/helpers/_base.scss */
  ul.slick-dots li button {
    height: 20px;
    width: 20px;
  }
}

/* line 377, ../../src/sass/helpers/_base.scss */
.frm_forms.frm_style_formidable-style.with_frm_style .select2.select2-container {
  min-width: 100%;
}

/* line 381, ../../src/sass/helpers/_base.scss */
.frm_forms.frm_style_formidable-style.with_frm_style .select2-selection {
  border: none;
}

/* line 385, ../../src/sass/helpers/_base.scss */
.frm_forms.frm_style_formidable-style.with_frm_style {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 385, ../../src/sass/helpers/_base.scss */
  .frm_forms.frm_style_formidable-style.with_frm_style {
    margin-bottom: 72px;
  }
}

/* line 389, ../../src/sass/helpers/_base.scss */
.with_frm_style a.frm_start_over,
.frm_style_formidable-style.with_frm_style .frm_submit button {
  padding: 10px 40px 10px 18px;
  position: relative;
  border: 2px solid #2d2f32;
}
/* line 396, ../../src/sass/helpers/_base.scss */
.with_frm_style a.frm_start_over:visited,
.frm_style_formidable-style.with_frm_style .frm_submit button:visited {
  background: #fadb45;
  color: #2d2f32;
}
/* line 403, ../../src/sass/helpers/_base.scss */
.with_frm_style a.frm_start_over:after,
.frm_style_formidable-style.with_frm_style .frm_submit button:after {
  content: "";
  background-image: url(images/arrow-charcoal.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 10px;
  margin-left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  right: 20px;
}
/* line 417, ../../src/sass/helpers/_base.scss */
.with_frm_style a.frm_start_over:hover, .with_frm_style a.frm_start_over:active, .with_frm_style a.frm_start_over:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:active,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus {
  background: #2d2f32;
  color: #FFF;
  border: 2px solid #2d2f32;
}
/* line 425, ../../src/sass/helpers/_base.scss */
.with_frm_style a.frm_start_over:hover:after, .with_frm_style a.frm_start_over:active:after, .with_frm_style a.frm_start_over:focus:after,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover:after,
.frm_style_formidable-style.with_frm_style .frm_submit button:active:after,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus:after {
  content: "";
  background-image: url(images/arrow-white.svg);
}
/* line 433, ../../src/sass/helpers/_base.scss */
.with_frm_style a.frm_start_over:active, .with_frm_style a.frm_start_over:active, .with_frm_style a.frm_start_over:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:active,
.frm_style_formidable-style.with_frm_style .frm_submit button:active,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus {
  background: #2d2f32;
  color: #FFF;
}
/* line 443, ../../src/sass/helpers/_base.scss */
.with_frm_style a.frm_start_over a,
.frm_style_formidable-style.with_frm_style .frm_submit button a {
  color: #2d2f32;
}
/* line 448, ../../src/sass/helpers/_base.scss */
.with_frm_style a.frm_start_over a:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button a:hover {
  color: #FFF;
}

/* line 457, ../../src/sass/helpers/_base.scss */
.with_frm_style a.frm_start_over {
  background: white;
  color: #2d2f32;
  text-decoration: none;
}
/* line 463, ../../src/sass/helpers/_base.scss */
.with_frm_style a.frm_start_over:active, .with_frm_style a.frm_start_over:focus {
  color: #FFF;
}

/* line 478, ../../src/sass/helpers/_base.scss */
.error404 .thin {
  text-align: center;
  max-width: 580px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 478, ../../src/sass/helpers/_base.scss */
  .error404 .thin {
    margin-bottom: 72px;
  }
}
/* line 483, ../../src/sass/helpers/_base.scss */
.error404 svg {
  margin: 1em auto 2em;
}

/* line 491, ../../src/sass/helpers/_base.scss */
table {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 491, ../../src/sass/helpers/_base.scss */
  table {
    margin-bottom: 72px;
  }
}
/* line 495, ../../src/sass/helpers/_base.scss */
table thead {
  background-color: #f5f5f0;
  text-align: left;
}
/* line 506, ../../src/sass/helpers/_base.scss */
table th, table td {
  border: 1px solid #2d2f32;
  padding: 10px 12px;
}
/* line 511, ../../src/sass/helpers/_base.scss */
table th {
  font-weight: 500;
}
/* line 521, ../../src/sass/helpers/_base.scss */
table tfoot td {
  font-size: 16px;
  font-style: italic;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-moz-keyframes modal-video-inner {
  from {
    -moz-transform: translate(0, 100px);
         transform: translate(0, 100px);
  }
  to {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}
@-o-keyframes modal-video-inner {
  from {
    -o-transform: translate(0, 100px);
       transform: translate(0, 100px);
  }
  to {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
         -o-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* line 26, ../../src/sass/vendor/modal-video.scss */
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
     -moz-animation-name: modal-video;
       -o-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 46, ../../src/sass/vendor/modal-video.scss */
.modal-video-close {
  opacity: 0;
}
/* line 49, ../../src/sass/vendor/modal-video.scss */
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

/* line 58, ../../src/sass/vendor/modal-video.scss */
.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  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-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 69, ../../src/sass/vendor/modal-video.scss */
.modal-video-inner {
  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;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  /* line 69, ../../src/sass/vendor/modal-video.scss */
  .modal-video-inner {
    padding: 10px 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* line 82, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
     -moz-animation-name: modal-video-inner;
       -o-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 102, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 111, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (orientation: landscape) {
  /* line 111, ../../src/sass/vendor/modal-video.scss */
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
/* line 128, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 132, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 136, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-top: -6px;
}

/* line 1, ../../src/sass/partials/nav.scss */
.hamburger {
  border-color: #000000;
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  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;
  cursor: pointer;
  background: transparent;
}
/* line 56, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon {
  position: relative;
  display: block;
  height: 20px;
  width: 22px;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
     -moz-transition: opacity .3s ease-in-out;
       -o-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  /* line 56, ../../src/sass/helpers/_mixins.scss */
  .hamburger .hamburger-icon {
    width: 24px;
  }
}
/* line 70, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon .hamburger-lines, .hamburger .hamburger-icon:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #000000;
}
/* line 76, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines {
  left: 0;
  text-indent: -4000px;
  font-size: 0;
  top: -webkit-calc(36% + 2px);
  top: -moz-calc(36% + 2px);
  top: calc(36% + 2px);
  -webkit-transition: right .3s ease-in-out;
     -moz-transition: right .3s ease-in-out;
       -o-transition: right .3s ease-in-out;
          transition: right .3s ease-in-out;
  width: 100%;
}
/* line 85, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before, .hamburger .hamburger-lines:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #000000;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  width: 100%;
  z-index: 10;
}
/* line 94, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before {
  top: -7px;
}
@media only screen and (min-width: 1024px) {
  /* line 94, ../../src/sass/helpers/_mixins.scss */
  .hamburger .hamburger-lines:before {
    top: -8px;
  }
}
/* line 104, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:after {
  top: 7px;
}
@media only screen and (min-width: 1024px) {
  /* line 104, ../../src/sass/helpers/_mixins.scss */
  .hamburger .hamburger-lines:after {
    top: 8px;
  }
}
/* line 112, ../../src/sass/helpers/_mixins.scss */
.active .hamburger .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 118, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines, .hamburger.active .hamburger-icon:after {
  background: transparent;
}
/* line 123, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before, .hamburger.active .hamburger-lines:after {
  top: 0;
}
/* line 128, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 132, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1248px) {
  /* line 1, ../../src/sass/partials/nav.scss */
  .hamburger {
    right: 0;
  }
}
/* line 19, ../../src/sass/partials/nav.scss */
.hamburger.active {
  border-color: #FFF;
}
/* line 22, ../../src/sass/partials/nav.scss */
.js .hamburger.active {
  background-color: #2d2f32;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.5s ease-in;
     -moz-transition: background-color 0.5s ease-in;
       -o-transition: background-color 0.5s ease-in;
          transition: background-color 0.5s ease-in;
}
/* line 29, ../../src/sass/partials/nav.scss */
.js .hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 39, ../../src/sass/partials/nav.scss */
.hamburger .hamburger-lines,
.hamburger .hamburger-icon:after,
.hamburger .hamburger-lines:before,
.hamburger .hamburger-lines:after {
  background-color: #000000;
}
/* line 47, ../../src/sass/partials/nav.scss */
.hamburger.active .hamburger-lines:before,
.hamburger.active .hamburger-lines:after {
  background-color: #FFF;
}
/* line 52, ../../src/sass/partials/nav.scss */
.hamburger.active .hamburger-icon:after {
  background-color: transparent;
}

/* line 58, ../../src/sass/partials/nav.scss */
.nav-menu {
  background: #2d2f32;
  padding: 24px 0;
  z-index: 11;
  height: auto;
  opacity: 1;
  -webkit-animation-name: fadeIn;
     -moz-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 768px) {
  /* line 58, ../../src/sass/partials/nav.scss */
  .nav-menu {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 74, ../../src/sass/partials/nav.scss */
.js .nav-menu {
  display: none;
  padding: 100px 0;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
/* line 87, ../../src/sass/partials/nav.scss */
.nav-menu .container {
  display: block;
}
/* line 99, ../../src/sass/partials/nav.scss */
.nav-menu.active {
  display: block;
}
@-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 112, ../../src/sass/partials/nav.scss */
.nav-menu ul {
  color: #FFF;
  list-style-type: disc;
  margin: 0 0 0 1rem;
}
/* line 117, ../../src/sass/partials/nav.scss */
.js .nav-menu ul {
  list-style-type: none;
  margin-left: 0;
}
/* line 123, ../../src/sass/partials/nav.scss */
.nav-menu .main-navigation {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 123, ../../src/sass/partials/nav.scss */
  .nav-menu .main-navigation {
    overflow: visible;
    max-width: 25%;
  }
}
/* line 132, ../../src/sass/partials/nav.scss */
.nav-menu a {
  color: #FFF;
  font-size: 22px;
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 32px;
  position: relative;
  text-decoration: none;
}
/* line 140, ../../src/sass/partials/nav.scss */
.js .nav-menu a {
  display: block;
  padding: 12px 40px 8px 10px;
  font-size: 20px;
  line-height: 24px;
  word-break: break-word;
}
@media only screen and (min-width: 1024px) {
  /* line 140, ../../src/sass/partials/nav.scss */
  .js .nav-menu a {
    font-size: 22px;
    line-height: 32px;
  }
}
/* line 153, ../../src/sass/partials/nav.scss */
.nav-menu a:hover, .nav-menu a:focus {
  text-decoration: underline;
}
/* line 157, ../../src/sass/partials/nav.scss */
.js .nav-menu a:hover, .js .nav-menu a:focus {
  background-color: #f5f5f0;
  color: #2d2f32;
  text-decoration: underline;
}
/* line 165, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu {
  padding: 0;
}
/* line 169, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-wrap {
  color: #FFF;
}
/* line 172, ../../src/sass/partials/nav.scss */
.js .nav-menu .sub-menu-wrap {
  background-color: #2d2f32;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  min-height: 101vh;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
     -moz-transition: -moz-transform 0.2s ease-in-out;
       -o-transition: -o-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  /* line 172, ../../src/sass/partials/nav.scss */
  .js .nav-menu .sub-menu-wrap {
    min-height: 0;
  }
}
/* line 188, ../../src/sass/partials/nav.scss */
.nav-menu .menu-item-has-children {
  position: relative;
}
/* line 192, ../../src/sass/partials/nav.scss */
.nav-menu .menu-item-has-children > a {
  color: #FFF;
}
/* line 195, ../../src/sass/partials/nav.scss */
.js .nav-menu .menu-item-has-children > a {
  position: relative;
}
/* line 198, ../../src/sass/partials/nav.scss */
.js .nav-menu .menu-item-has-children > a::after {
  content: '';
  width: 24px;
  height: 24px;
  -moz-background-size: 12px 24px;
    -o-background-size: 12px 24px;
       background-size: 12px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/simple-arrow-right.svg");
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 0.7rem;
}
@media only screen and (min-width: 1024px) {
  /* line 198, ../../src/sass/partials/nav.scss */
  .js .nav-menu .menu-item-has-children > a::after {
    top: 0.9rem;
  }
}
/* line 219, ../../src/sass/partials/nav.scss */
.js .nav-menu .menu-item-has-children:hover, .js .nav-menu .menu-item-has-children:focus {
  background-color: #f5f5f0;
}
/* line 222, ../../src/sass/partials/nav.scss */
.js .nav-menu .menu-item-has-children:hover > a, .js .nav-menu .menu-item-has-children:focus > a {
  color: #2d2f32;
}
/* line 231, ../../src/sass/partials/nav.scss */
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-menu-item > a {
  background-color: #f5f5f0;
  color: #2d2f32;
}
/* line 237, ../../src/sass/partials/nav.scss */
.nav-menu .main-bottom-navigation-container {
  margin: 1rem 0 0;
}
/* line 241, ../../src/sass/partials/nav.scss */
.nav-menu #menu-main-bottom-navigation {
  margin: 1rem 0 0 1rem;
}
/* line 244, ../../src/sass/partials/nav.scss */
.js .nav-menu #menu-main-bottom-navigation {
  margin: 1rem 0 0 0;
}

/* line 252, ../../src/sass/partials/nav.scss */
.js .nav-menu .mobile-nav-back {
  padding: 18px 20px 18px 45px;
  position: relative;
}
/* line 255, ../../src/sass/partials/nav.scss */
.js .nav-menu .mobile-nav-back::before {
  content: '';
  width: 32px;
  height: 32px;
  -moz-background-size: 16px 32px;
    -o-background-size: 16px 32px;
       background-size: 16px 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/simple-arrow-right.svg");
  display: block;
  position: absolute;
  left: 0.5rem;
  -webkit-filter: invert(100);
          filter: invert(100);
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
  top: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  /* line 255, ../../src/sass/partials/nav.scss */
  .js .nav-menu .mobile-nav-back::before {
    top: 1rem;
  }
}
/* line 275, ../../src/sass/partials/nav.scss */
.js .nav-menu .mobile-nav-back:hover::before, .js .nav-menu .mobile-nav-back:focus::before {
  -webkit-filter: none;
          filter: none;
}
@media only screen and (min-width: 768px) {
  /* line 252, ../../src/sass/partials/nav.scss */
  .js .nav-menu .mobile-nav-back {
    display: none;
  }
}

/* line 1, ../../src/sass/partials/header.scss */
.main-header {
  position: relative;
  padding: 10px 0;
}
/* line 7, ../../src/sass/partials/header.scss */
.main-header .main-logo {
  width: 230px;
  margin: 0 auto;
  display: block;
  background-image: url(images/magdalen-college-logo.png);
  height: 48px;
  -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 7, ../../src/sass/partials/header.scss */
  .main-header .main-logo {
    width: 269px;
    height: 56px;
  }
}
/* line 25, ../../src/sass/partials/header.scss */
.main-header .main-logo img {
  width: 100%;
}

/* line 51, ../../src/sass/partials/header.scss */
.mobile-search-active .full-width-bar {
  top: 81px;
}

/* line 56, ../../src/sass/partials/header.scss */
.search-toggle {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  /* line 56, ../../src/sass/partials/header.scss */
  .search-toggle {
    border-bottom: 1px solid #eeeae1;
  }
}
/* line 64, ../../src/sass/partials/header.scss */
.js .search-toggle {
  margin: 50px auto 1rem;
  height: 35px;
}
@media only screen and (min-width: 1024px) {
  /* line 64, ../../src/sass/partials/header.scss */
  .js .search-toggle {
    margin-top: 55px;
    padding-top: 0;
    padding-bottom: 105px;
  }
}
/* line 74, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper {
  position: relative;
  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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 280px;
}
/* line 81, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper .right {
  position: relative;
}
/* line 84, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper .right input[type=submit] {
  cursor: pointer;
  opacity: 0;
}
/* line 89, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper .right svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 1.25rem;
  pointer-events: none;
  top: 0.2rem;
}
/* line 99, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper input[type=search] {
  background: none;
  color: #FFF;
  font-size: 18px;
  padding: 10px 0;
  display: block;
  border: none;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
}
/* line 111, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper input[type=search]:focus, .search-toggle .search-input-wrapper input[type=search]:active {
  outline: none;
}
/* line 116, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper input[type=search]::-webkit-input-placeholder {
  font-style: italic;
  color: #FFF;
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
}
.search-toggle .search-input-wrapper input[type=search]::-moz-placeholder {
  font-style: italic;
  color: #FFF;
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
}
.search-toggle .search-input-wrapper input[type=search]:-ms-input-placeholder {
  font-style: italic;
  color: #FFF;
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
}
.search-toggle .search-input-wrapper input[type=search]::placeholder {
  font-style: italic;
  color: #FFF;
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
}
/* line 123, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper input[type=search]::-ms-input-placeholder {
  font-style: italic;
  color: #FFF;
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
}
/* line 131, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 137, ../../src/sass/partials/header.scss */
.search-toggle .search-wrap .submenu-title {
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
}
/* line 145, ../../src/sass/partials/header.scss */
.search-toggle.active {
  border-bottom: 0 solid #eeeae1;
}
/* line 148, ../../src/sass/partials/header.scss */
.mobile-search-active .search-toggle.active {
  border: none;
}

/* line 155, ../../src/sass/partials/header.scss */
.full-width-bar {
  background: transparent;
  min-height: 60px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1000;
}
@media only screen and (min-width: 1024px) {
  /* line 155, ../../src/sass/partials/header.scss */
  .full-width-bar {
    padding: 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;
    -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;
    width: 100%;
    max-width: unset;
  }
}

/* line 178, ../../src/sass/partials/header.scss */
.main-bottom-navigation-container {
  border-top: 1px solid #eeeae1;
}

/* line 183, ../../src/sass/partials/header.scss */
.nav-open {
  overflow: hidden;
}

/* line 3, ../../src/sass/partials/header-types.scss */
.headers-types h1 {
  margin: 0;
  margin-bottom: 48px;
  text-align: center;
}
/* line 10, ../../src/sass/partials/header-types.scss */
.headers-types .image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 13, ../../src/sass/partials/header-types.scss */
.headers-types.large {
  margin-bottom: 100px;
}
/* line 16, ../../src/sass/partials/header-types.scss */
.headers-types.large .image {
  height: -webkit-calc(90vh - 100px);
  height: -moz-calc(90vh - 100px);
  height: calc(90vh - 100px);
}
/* line 20, ../../src/sass/partials/header-types.scss */
.headers-types.large .container {
  height: 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;
  -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 28, ../../src/sass/partials/header-types.scss */
.headers-types.large .container h1 {
  background: rgba(238, 234, 225, 0.9);
  padding: 15px 32px;
  position: relative;
  margin-bottom: 0;
}
/* line 35, ../../src/sass/partials/header-types.scss */
.headers-types.large .container h1:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 45px solid rgba(238, 234, 225, 0.9);
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
/* line 54, ../../src/sass/partials/header-types.scss */
.headers-types.large .scroll-arrow-container {
  font-family: lato, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: absolute;
  bottom: 36px;
  height: 76px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
  text-align: center;
}
/* line 65, ../../src/sass/partials/header-types.scss */
.headers-types.large .scroll-arrow-container svg {
  cursor: pointer;
}
/* line 69, ../../src/sass/partials/header-types.scss */
.headers-types.large .scroll-arrow-container tspan {
  font-family: lato, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* line 79, ../../src/sass/partials/header-types.scss */
.headers-types.short .image {
  height: 440px;
}
/* line 84, ../../src/sass/partials/header-types.scss */
.headers-types.default, .headers-types.short {
  margin-top: 38px;
}

/* line 1, ../../src/sass/partials/filter-tabs.scss */
.filters-container {
  display: grid;
  -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 1, ../../src/sass/partials/filter-tabs.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;
  }
}
/* line 11, ../../src/sass/partials/filter-tabs.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 11, ../../src/sass/partials/filter-tabs.scss */
  .filters-container .left-side-filters {
    width: 50%;
    gap: 2rem;
  }
}
/* line 24, ../../src/sass/partials/filter-tabs.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 29, ../../src/sass/partials/filter-tabs.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 29, ../../src/sass/partials/filter-tabs.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 43, ../../src/sass/partials/filter-tabs.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;
  margin-bottom: 40px;
}
/* line 48, ../../src/sass/partials/filter-tabs.scss */
.tabs .tab {
  text-decoration: none;
  border-bottom: solid 1px #2d2f32;
  border-right: none !important;
  padding: 10px 0 8px 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 48, ../../src/sass/partials/filter-tabs.scss */
  .tabs .tab {
    padding: 0px 20px 10px;
  }
}
/* line 63, ../../src/sass/partials/filter-tabs.scss */
.tabs .tab .tabbar-selected-indicator {
  display: none;
}
/* line 67, ../../src/sass/partials/filter-tabs.scss */
.tabs .tab.active {
  position: relative;
}
/* line 70, ../../src/sass/partials/filter-tabs.scss */
.tabs .tab.active .tabbar-selected-indicator {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #fadb45;
  -webkit-transition: left .25s;
     -moz-transition: left .25s;
       -o-transition: left .25s;
          transition: left .25s;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
/* line 85, ../../src/sass/partials/filter-tabs.scss */
.tabs .tab:last-of-type {
  border-right: none !important;
  width: 40%;
}
@media only screen and (min-width: 768px) {
  /* line 85, ../../src/sass/partials/filter-tabs.scss */
  .tabs .tab:last-of-type {
    width: auto;
  }
}
/* line 95, ../../src/sass/partials/filter-tabs.scss */
.tabs .tab:first-of-type {
  padding-left: 0 !important;
  width: 60%;
}
@media only screen and (min-width: 768px) {
  /* line 95, ../../src/sass/partials/filter-tabs.scss */
  .tabs .tab:first-of-type {
    width: auto;
  }
}
/* line 105, ../../src/sass/partials/filter-tabs.scss */
.tabs .tab_radio {
  display: none !important;
}
/* line 109, ../../src/sass/partials/filter-tabs.scss */
.tabs .tab_label {
  color: #2d2f32;
  cursor: pointer;
}

/* 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: 40px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../../src/sass/partials/pager.scss */
  .pagination {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  /* line 9, ../../src/sass/partials/pager.scss */
  .pagination {
    margin-bottom: 72px;
  }
}

/* line 22, ../../src/sass/partials/pager.scss */
.pagination.mobile-pagination {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 22, ../../src/sass/partials/pager.scss */
  .pagination.mobile-pagination {
    display: none;
  }
}
/* line 31, ../../src/sass/partials/pager.scss */
.pagination.mobile-pagination .direction {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 31, ../../src/sass/partials/pager.scss */
  .pagination.mobile-pagination .direction {
    display: none;
  }
}
/* line 38, ../../src/sass/partials/pager.scss */
.pagination.mobile-pagination ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 43, ../../src/sass/partials/pager.scss */
.pagination .direction {
  border: 2px solid #2d2f32;
  margin: 0;
  padding: 10px 40px 10px 18px;
  position: relative;
  display: none;
}
/* line 51, ../../src/sass/partials/pager.scss */
.pagination .direction:visited {
  background: #fadb45;
  color: #2d2f32;
}
@media only screen and (min-width: 768px) {
  /* line 43, ../../src/sass/partials/pager.scss */
  .pagination .direction {
    display: block;
  }
}
/* line 63, ../../src/sass/partials/pager.scss */
.pagination .direction:after {
  content: "";
  background-image: url(images/arrow-charcoal.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
/* line 76, ../../src/sass/partials/pager.scss */
.pagination .direction.inactive {
  border: 2px solid #939595;
  color: #939595;
  pointer-events: none;
}
/* line 80, ../../src/sass/partials/pager.scss */
.pagination .direction.inactive:after {
  content: "";
  background-image: url(images/arrow-lightgrey.svg);
}
/* line 86, ../../src/sass/partials/pager.scss */
.pagination .direction:hover, .pagination .direction:active, .pagination .direction:focus {
  background: #2d2f32;
  color: #FFF;
}
/* line 92, ../../src/sass/partials/pager.scss */
.pagination .direction:hover:after, .pagination .direction:active:after, .pagination .direction:focus:after {
  content: "";
  background-image: url(images/arrow-white.svg);
}
/* line 97, ../../src/sass/partials/pager.scss */
.pagination .direction:hover a, .pagination .direction:active a, .pagination .direction:focus a {
  color: #FFF;
}
/* line 102, ../../src/sass/partials/pager.scss */
.pagination .direction:active, .pagination .direction:active, .pagination .direction:focus {
  background: #2d2f32;
  color: #FFF;
}
/* line 109, ../../src/sass/partials/pager.scss */
.pagination .direction a {
  color: #2d2f32;
}
/* line 112, ../../src/sass/partials/pager.scss */
.pagination .direction a:hover {
  color: #FFF;
}
/* line 118, ../../src/sass/partials/pager.scss */
.pagination .direction:first-of-type {
  padding: 10px 18px 10px 40px;
  margin-right: 10px;
}
/* line 123, ../../src/sass/partials/pager.scss */
.pagination .direction:first-of-type:after {
  content: "";
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 20px;
  margin-right: 6px;
  top: 30%;
}
/* line 133, ../../src/sass/partials/pager.scss */
.pagination .direction:last-of-type {
  margin-left: 10px;
}
/* line 137, ../../src/sass/partials/pager.scss */
.pagination .direction:last-of-type:after {
  content: "";
  right: 20px;
  margin-left: 6px;
}
/* line 145, ../../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 152, ../../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;
  color: #000000;
  text-decoration: none;
  padding: 10px;
}
/* line 171, ../../src/sass/partials/pager.scss */
.pagination ul li a {
  text-decoration: none;
  color: #000000;
}
/* line 176, ../../src/sass/partials/pager.scss */
.pagination ul li.active {
  background-color: #FFF;
  cursor: pointer;
  pointer-events: none;
  text-decoration: underline;
}
/* line 183, ../../src/sass/partials/pager.scss */
.pagination ul li.inactive {
  background-color: #FFF;
  color: #939595;
}
/* line 187, ../../src/sass/partials/pager.scss */
.pagination ul li.inactive a {
  text-decoration: none;
  color: #939595;
}
/* line 194, ../../src/sass/partials/pager.scss */
.pagination ul .dots {
  letter-spacing: 2px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* line 1, ../../src/sass/partials/filters.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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
/* line 11, ../../src/sass/partials/filters.scss */
.filters-container.mobile-open {
  -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;
  max-width: unset;
  gap: 15px;
}
@media only screen and (min-width: 640px) {
  /* line 1, ../../src/sass/partials/filters.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;
    max-width: unset;
    gap: 25px;
  }
}
/* line 24, ../../src/sass/partials/filters.scss */
.filters-container .college_department_filter {
  display: none;
}
/* line 28, ../../src/sass/partials/filters.scss */
.filters-container.staff .college_department_filter {
  display: block;
}
/* line 33, ../../src/sass/partials/filters.scss */
.filters-container .filter {
  height: 52px;
  overflow: unset;
  -webkit-transition: opacity 0.1s ease 0.1s;
     -moz-transition: opacity 0.1s ease 0.1s;
       -o-transition: opacity 0.1s ease 0.1s;
          transition: opacity 0.1s ease 0.1s;
}
@media only screen and (min-width: 1248px) {
  /* line 33, ../../src/sass/partials/filters.scss */
  .filters-container .filter {
    height: 52px;
    overflow: unset;
  }
}
/* line 45, ../../src/sass/partials/filters.scss */
.filters-container.mobile-open .filter {
  height: 52px;
  overflow: unset;
}
/* line 52, ../../src/sass/partials/filters.scss */
.filters-container .mobile_filters_toggle {
  background-color: #fadb45;
  color: #000000;
  height: 52px;
  width: 193px;
  min-width: 193px;
  vertical-align: middle;
  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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media only screen and (min-width: 1248px) {
  /* line 52, ../../src/sass/partials/filters.scss */
  .filters-container .mobile_filters_toggle {
    display: none;
  }
}
/* line 70, ../../src/sass/partials/filters.scss */
.filters-container input {
  background: none;
  color: #2d2f32;
  font-size: 18px;
  padding: 10px 10px 10px 0px;
  display: block;
  width: 100%;
  padding-right: 24px;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-bottom: 2px solid #2d2f32;
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
/* line 88, ../../src/sass/partials/filters.scss */
.filters-container input ::-webkit-input-placeholder, .filters-container input::-webkit-input-placeholder, .filters-container input:placeholder {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.filters-container input ::-moz-placeholder, .filters-container input::-moz-placeholder, .filters-container input:placeholder {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.filters-container input :-ms-input-placeholder, .filters-container input:-ms-input-placeholder, .filters-container input:placeholder {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.filters-container input ::placeholder, .filters-container input::placeholder, .filters-container input:placeholder {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
/* line 96, ../../src/sass/partials/filters.scss */
.filters-container input:focus {
  outline: none;
}
@media only screen and (min-width: 1248px) {
  /* line 70, ../../src/sass/partials/filters.scss */
  .filters-container input {
    width: 225px;
  }
}
/* line 105, ../../src/sass/partials/filters.scss */
.filters-container input::-webkit-input-placeholder {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.filters-container input::-moz-placeholder {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.filters-container input:-ms-input-placeholder {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.filters-container input::placeholder {
  font-family: magneta, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
/* line 113, ../../src/sass/partials/filters.scss */
.filters-container .search_filter {
  position: relative;
}
/* line 116, ../../src/sass/partials/filters.scss */
.filters-container .search_filter #search-archive-icon {
  position: absolute;
  right: 0px;
  padding: 0 0px 5px 10px;
  cursor: pointer;
  top: 0.8rem;
}
/* line 137, ../../src/sass/partials/filters.scss */
.container .filters-container .select2-container {
  min-height: 52.5px;
  min-width: 283px;
  max-width: 283px;
}

/* line 3, ../../src/sass/partials/select2.scss */
.container select {
  background: transparent;
  border: none;
  -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 3, ../../src/sass/partials/select2.scss */
  .container select {
    width: auto;
  }
}
/* line 21, ../../src/sass/partials/select2.scss */
.container .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
/* line 27, ../../src/sass/partials/select2.scss */
.container .select2-container--default .select2-results > .select2-results__options {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin: -1px;
}
/* line 34, ../../src/sass/partials/select2.scss */
.container .select2-container .select2-selection--single {
  height: 52px;
}
/* line 38, ../../src/sass/partials/select2.scss */
.container .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 21px;
  line-height: 46px;
  color: #000000;
}
/* line 44, ../../src/sass/partials/select2.scss */
.container .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 700;
}
/* line 48, ../../src/sass/partials/select2.scss */
.container .select2-container .select2-selection--single .select2-selection__rendered {
  height: 52px;
}
/* line 52, ../../src/sass/partials/select2.scss */
.container .select2-container {
  min-width: 221.5px;
  min-height: 52.5px;
  max-width: 221.5px;
}
/* line 58, ../../src/sass/partials/select2.scss */
.container .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: 12px !important;
  width: 24px !important;
  margin-left: -25px !important;
  margin-top: 8px !important;
}
/* line 71, ../../src/sass/partials/select2.scss */
.container .select2-selection {
  height: 52.5px !important;
}
/* line 76, ../../src/sass/partials/select2.scss */
.container .select2.select2-container.select2-container--open .select2-selection__rendered {
  background-color: #eeeae1;
  color: #2d2f32;
  display: block;
}
/* line 83, ../../src/sass/partials/select2.scss */
.container .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #eeeae1;
  display: block;
  color: #2d2f32;
}
/* line 90, ../../src/sass/partials/select2.scss */
.container .select2-container--default .select2-results__option--selected {
  background-color: #fadb45;
}

/* line 1, ../../src/sass/partials/link-tabs.scss */
.link-tabs {
  padding-bottom: 32px;
  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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 640px) {
  /* line 1, ../../src/sass/partials/link-tabs.scss */
  .link-tabs {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: unset;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
       -moz-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
       -moz-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-align-content: unset;
        -ms-flex-line-pack: unset;
            align-content: unset;
  }
}
/* line 21, ../../src/sass/partials/link-tabs.scss */
.link-tabs a, .link-tabs a:hover {
  border-bottom: none;
}
/* line 25, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 25, ../../src/sass/partials/link-tabs.scss */
  .link-tabs .tabs-menu-mobile {
    display: none;
  }
}
/* line 40, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu {
  display: none;
  -webkit-align-content: space-evenly;
      -ms-flex-line-pack: space-evenly;
          align-content: space-evenly;
  -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;
  justify-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 640px) {
  /* line 40, ../../src/sass/partials/link-tabs.scss */
  .link-tabs .tabs-menu {
    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-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
    border-bottom: 1px solid #2d2f32;
  }
}
/* line 58, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
  cursor: pointer;
}
/* line 64, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu label {
  cursor: pointer;
  font-weight: 400;
  font-size: 22px;
  text-decoration: none;
  line-height: 33px;
  color: #2d2f32;
}
/* line 73, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu .radio-wrap {
  cursor: pointer;
  margin-bottom: -4px;
  padding: 5px 0;
}
/* line 78, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu .radio-wrap.selected {
  cursor: pointer;
  color: #2d2f32;
  border-bottom: 8px solid #fadb45;
  background: #fadb45;
  text-decoration: underline;
}
@media only screen and (min-width: 640px) {
  /* line 78, ../../src/sass/partials/link-tabs.scss */
  .link-tabs .tabs-menu .radio-wrap.selected {
    color: #2d2f32;
    border-bottom: 8px solid #fadb45;
    background: unset;
    text-decoration: unset;
  }
}

/* line 1, ../../src/sass/partials/search-result.scss */
.search-result-container {
  width: 100%;
}
/* line 6, ../../src/sass/partials/search-result.scss */
.search-result-container .search-result-title .search-term::before {
  content: "\201C";
  display: inline-block;
}
/* line 10, ../../src/sass/partials/search-result.scss */
.search-result-container .search-result-title .search-term::after {
  content: "\201D";
  display: inline-block;
}
/* line 17, ../../src/sass/partials/search-result.scss */
.search-result-container .search-term {
  word-break: normal;
  color: #000000;
}
/* line 22, ../../src/sass/partials/search-result.scss */
.search-result-container .search-result-body {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 22, ../../src/sass/partials/search-result.scss */
  .search-result-container .search-result-body {
    width: 75%;
  }
}
/* line 31, ../../src/sass/partials/search-result.scss */
.search-result-container .search-again-container {
  padding: 30px 50px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  /* line 31, ../../src/sass/partials/search-result.scss */
  .search-result-container .search-again-container {
    padding: 50px 70px;
    margin-bottom: 70px;
    height: 250px;
  }
}
/* line 41, ../../src/sass/partials/search-result.scss */
.search-result-container .search-again-container .h4, .search-result-container .search-again-container h4, .search-result-container .search-again-container blockquote cite, blockquote .search-result-container .search-again-container cite, .search-result-container .search-again-container .block-label, .search-result-container .search-again-container .wp-block-button__link, .search-result-container .search-again-container .with_frm_style a.frm_start_over, .with_frm_style .search-result-container .search-again-container a.frm_start_over,
.search-result-container .search-again-container .frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_style_formidable-style.with_frm_style .frm_submit .search-result-container .search-again-container button, .search-result-container .search-again-container .pagination .direction, .pagination .search-result-container .search-again-container .direction, .search-result-container .search-again-container .meta-tag {
  padding: 0 0 15px 0;
  margin: 0;
  letter-spacing: 0px;
}
@media only screen and (min-width: 1024px) {
  /* line 41, ../../src/sass/partials/search-result.scss */
  .search-result-container .search-again-container .h4, .search-result-container .search-again-container h4, .search-result-container .search-again-container blockquote cite, blockquote .search-result-container .search-again-container cite, .search-result-container .search-again-container .block-label, .search-result-container .search-again-container .wp-block-button__link, .search-result-container .search-again-container .with_frm_style a.frm_start_over, .with_frm_style .search-result-container .search-again-container a.frm_start_over,
  .search-result-container .search-again-container .frm_style_formidable-style.with_frm_style .frm_submit button,
  .frm_style_formidable-style.with_frm_style .frm_submit .search-result-container .search-again-container button, .search-result-container .search-again-container .pagination .direction, .pagination .search-result-container .search-again-container .direction, .search-result-container .search-again-container .meta-tag {
    padding: 0 0 25px 0;
  }
}
/* line 51, ../../src/sass/partials/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 54, ../../src/sass/partials/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;
  color: #000;
  outline: 0;
}
/* line 64, ../../src/sass/partials/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;
  text-align: center;
  color: #000;
  cursor: pointer;
}
/* line 73, ../../src/sass/partials/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 73, ../../src/sass/partials/search-result.scss */
  .search-result-container .search-again-container .search-form-div .search-button svg {
    width: 34px;
    height: 34px;
  }
}
/* line 91, ../../src/sass/partials/search-result.scss */
.search-result-container .search-results {
  width: 100%;
}
/* line 94, ../../src/sass/partials/search-result.scss */
.search-result-container .search-results .result-single {
  display: block;
  margin-bottom: 20px;
}
/* line 100, ../../src/sass/partials/search-result.scss */
.search-result-container .search-results .result-single .single-text {
  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 1, ../../src/sass/partials/footer.scss */
footer {
  color: #FFF;
}
/* line 5, ../../src/sass/partials/footer.scss */
footer ul#menu-footer-navigation li a,
footer p a {
  background: -webkit-gradient(linear, left top, left bottom, from(#2d2f32), to(#2d2f32)) 100%;
  background: -webkit-linear-gradient(top, #2d2f32 0%, #2d2f32) 100%;
  background: -moz- oldlinear-gradient(top, #2d2f32 0%, #2d2f32) 100%;
  background: -o-linear-gradient(top, #2d2f32 0%, #2d2f32) 100%;
  background: linear-gradient(to bottom, #2d2f32 0%, #2d2f32) 100%;
  background-position: 0 100%;
  background-repeat: repeat-x;
  -moz-background-size: 0px 4px;
    -o-background-size: 0px 4px;
       background-size: 0px 4px;
  border-bottom: 1px solid #FFF;
}
/* line 17, ../../src/sass/partials/footer.scss */
footer ul#menu-footer-navigation li a:hover,
footer p a:hover {
  -moz-background-size: 4px 12px;
    -o-background-size: 4px 12px;
       background-size: 4px 12px;
  border-bottom: 0px solid #FFF;
}
/* line 27, ../../src/sass/partials/footer.scss */
footer .pattern {
  background: url(/wp-content/themes/magd/images/footer.svg);
  background-repeat: repeat-x;
  height: 145px;
  background-position-x: center;
}
/* line 34, ../../src/sass/partials/footer.scss */
footer .upper {
  padding: 68px 0 100px;
  background: #2d2f32;
  position: relative;
}
/* line 43, ../../src/sass/partials/footer.scss */
footer .lower {
  background: #000000;
  padding: 68px 0 32px;
}
/* line 47, ../../src/sass/partials/footer.scss */
footer .lower .logo {
  max-width: 484px;
  width: 100%;
  display: block;
  margin: auto;
}
/* line 53, ../../src/sass/partials/footer.scss */
footer .lower .logo img {
  width: 100%;
}
/* line 58, ../../src/sass/partials/footer.scss */
footer .lower p {
  text-align: center;
}
/* line 64, ../../src/sass/partials/footer.scss */
footer .lower .social-links .icon-wrap {
  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;
}
/* line 69, ../../src/sass/partials/footer.scss */
footer .lower .social-links .icon-wrap .logos {
  margin: 0 8px;
}
/* line 73, ../../src/sass/partials/footer.scss */
footer .lower .social-links .icon-wrap .logos svg path {
  fill: #FFF;
}
/* line 77, ../../src/sass/partials/footer.scss */
footer .lower .social-links .icon-wrap .logos svg rect {
  fill: #2d2f32;
}
/* line 83, ../../src/sass/partials/footer.scss */
footer .lower .social-links .icon-wrap .logos svg:hover path {
  fill: #2d2f32;
}
/* line 87, ../../src/sass/partials/footer.scss */
footer .lower .social-links .icon-wrap .logos svg:hover rect {
  fill: #fadb45;
}
/* line 94, ../../src/sass/partials/footer.scss */
footer .lower .social-links .icon-wrap .logos a {
  text-decoration: none;
}
/* line 104, ../../src/sass/partials/footer.scss */
footer .lower ul {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0;
  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: 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 104, ../../src/sass/partials/footer.scss */
  footer .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;
  }
}
/* line 121, ../../src/sass/partials/footer.scss */
footer .lower ul li {
  text-align: center;
}
/* line 125, ../../src/sass/partials/footer.scss */
footer .lower ul li:after {
  content: '.';
  display: none;
  margin-left: 14px;
  margin-right: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 125, ../../src/sass/partials/footer.scss */
  footer .lower ul li:after {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
/* line 141, ../../src/sass/partials/footer.scss */
footer .lower ul li:last-of-type:after {
  content: '';
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 141, ../../src/sass/partials/footer.scss */
  footer .lower ul li:last-of-type:after {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
/* line 161, ../../src/sass/partials/footer.scss */
footer .lower .extras {
  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;
  padding-top: 40px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  /* line 161, ../../src/sass/partials/footer.scss */
  footer .lower .extras {
    -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 175, ../../src/sass/partials/footer.scss */
footer .lower .extras p {
  margin: 0;
}

/* line 186, ../../src/sass/partials/footer.scss */
#ff-stream-1 {
  font-family: lato, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0;
}
/* line 191, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-stream-wrapper {
  padding: 0;
  margin: 0;
}
/* line 197, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-loadmore-wrapper {
  display: none;
}
/* line 204, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-content {
  margin: 7% 7% 2%;
}
/* line 207, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-content:first-child {
  margin-top: -webkit-calc(11% + 34px);
  margin-top: -moz-calc(11% + 34px);
  margin-top: calc(11% + 34px);
}
/* line 211, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-content a {
  font-weight: 700;
}
/* line 215, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-content br {
  margin: 8px;
}
/* line 221, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-item-meta {
  margin: 4% 7%;
}
/* line 225, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-icon {
  width: 34px;
  height: 34px;
  background: #2d2f32;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 231, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-icon .ff-icon-inner {
  color: #fff !important;
}
/* line 238, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-icon:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-width: 0;
}
/* line 252, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-label-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
}
/* line 258, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-icon-inner {
  line-height: 33px;
  font-size: 22px;
  background-color: transparent !important;
  position: absolute;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
/* line 275, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper {
  opacity: 1;
}
/* line 278, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper .ff-overlay {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
/* line 283, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper .ff-icon {
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
/* line 288, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper .ff-content,
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper .ff-item-meta,
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper .ff-item-bar {
  display: none;
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
/* line 300, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper:hover .ff-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 304, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper:hover .ff-icon {
  background: #fadb45;
}
/* line 307, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper:hover .ff-icon .ff-icon-inner {
  color: #2d2f32 !important;
}
/* line 312, ../../src/sass/partials/footer.scss */
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper:hover .ff-content,
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper:hover .ff-item-meta,
#ff-stream-1 .ff-has-overlay .ff-overlay-wrapper:hover .ff-item-bar {
  display: block;
}

/* line 4, ../../src/sass/partials/home.scss */
.home-block p {
  margin-top: 0;
}
/* line 9, ../../src/sass/partials/home.scss */
.home-block .yellow-links {
  margin-bottom: 40px;
}
/* line 13, ../../src/sass/partials/home.scss */
.home-block .text_link_boxes a {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

/* line 23, ../../src/sass/partials/home.scss */
.home-feeds {
  margin-bottom: 32px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 23, ../../src/sass/partials/home.scss */
  .home-feeds {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 23, ../../src/sass/partials/home.scss */
  .home-feeds {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 38, ../../src/sass/partials/home.scss */
.home-feeds .listing a .text-block {
  position: relative;
}
/* line 42, ../../src/sass/partials/home.scss */
.home-feeds .listing a .text-block:after {
  content: '';
  border-bottom: 28px solid #FFF;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
}
/* line 51, ../../src/sass/partials/home.scss */
.home-feeds .listing a .text-block:first-of-type:after {
  content: '';
  border-bottom: 28px solid transparent;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
}
/* line 64, ../../src/sass/partials/home.scss */
.home-feeds .listing a .image-block {
  height: 284px;
}
@media only screen and (min-width: 768px) {
  /* line 64, ../../src/sass/partials/home.scss */
  .home-feeds .listing a .image-block {
    height: 426px;
  }
}
/* line 74, ../../src/sass/partials/home.scss */
.home-feeds .listing a p {
  margin: 0;
}
/* line 76, ../../src/sass/partials/home.scss */
.home-feeds .listing a p:first-of-type {
  margin: 1em 0 0;
}
/* line 84, ../../src/sass/partials/home.scss */
.home-feeds .wp-block-button {
  margin-left: 32px;
}

/* line 3, ../../src/sass/partials/video.scss */
.headers-types .image {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 10, ../../src/sass/partials/video.scss */
.headers-types .image .video-container.youtube-video {
  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%);
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  opacity: 0;
}
/* line 20, ../../src/sass/partials/video.scss */
.video-started .headers-types .image .video-container.youtube-video {
  opacity: 1;
}
/* line 24, ../../src/sass/partials/video.scss */
.headers-types .image .video-container.youtube-video #ytplayer-shield {
  width: 100%;
  height: 100%;
}
/* line 29, ../../src/sass/partials/video.scss */
.headers-types .image .video-container.youtube-video .ytplayer-container {
  width: 100%;
  height: 100%;
}
/* line 34, ../../src/sass/partials/video.scss */
.headers-types .image .video-container.youtube-video .video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}
/* line 43, ../../src/sass/partials/video.scss */
.headers-types .image .video-container.youtube-video .video-background .ytplayer-player {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
     -moz-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
       -o-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
/* line 50, ../../src/sass/partials/video.scss */
.headers-types .image .video-container.youtube-video .video-background iframe {
  position: absolute;
  /*max-width: 100%;*/
  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 70, ../../src/sass/partials/video.scss */
.video-started .headers-types .video-text {
  -webkit-transition: 4s;
     -moz-transition: 4s;
       -o-transition: 4s;
          transition: 4s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  opacity: 0;
}

/* line 1, ../../src/sass/blocks/accordion.scss */
.accordions {
  margin-bottom: 32px;
  padding-top: 48px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/accordion.scss */
  .accordions {
    margin-bottom: 72px;
  }
}
/* line 5, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item {
  margin-bottom: 32px;
}
/* line 8, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .title-block {
  padding: 12px 22px 10px 22px;
  background: #eeeae1;
}
/* line 15, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .accordion-link {
  color: #000000;
  text-decoration: none;
}
/* line 20, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item h3 {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-top: 4px;
  margin-right: 64px;
}
/* line 27, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item h3:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -52px;
  content: "";
  background: url(/wp-content/themes/magd/images/accordion-closed.svg);
  background-repeat: no-repeat;
  height: 16px;
  width: 32px;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 43, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item.open .title-block {
  position: relative;
}
/* line 45, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item.open .title-block:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 28px solid #eeeae1;
  bottom: -28px;
  right: 22px;
  position: absolute;
}
/* line 60, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item.open h3:after {
  background: url(/wp-content/themes/magd/images/accordion-open.svg);
  background-repeat: no-repeat;
}
/* line 67, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block {
  display: none;
  margin-top: 48px;
}
/* line 71, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block.open {
  display: block;
}

/* line 1, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes {
  margin-bottom: 32px;
  padding: 48px 0;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 1, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes {
    padding: 68px 25px;
  }
}
/* line 12, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes.background_color {
  background: #eeeae1;
  position: relative;
}
/* line 16, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes.background_color:before, .highlight-boxes.background_color:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 1248px) {
  /* line 16, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes.background_color:before, .highlight-boxes.background_color:after {
    width: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 16, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes.background_color:before, .highlight-boxes.background_color:after {
    width: 100px;
  }
}
/* line 39, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes.background_color:before {
  left: 0;
}
/* line 44, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes.background_color:after {
  right: 0;
}
/* line 52, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container.highlight {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  /* line 52, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes .container.highlight {
    grid-template-columns: 60% 40%;
  }
}
/* line 63, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container.highlight:last-of-type {
  margin-bottom: 0;
}
/* line 68, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container.right {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 68, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes .container.right {
    grid-template-columns: 40% 60%;
  }
}
/* line 76, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container.right .image-block {
  -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: 768px) {
  /* line 76, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes .container.right .image-block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* line 84, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container.right .text-block {
  -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: 768px) {
  /* line 84, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes .container.right .text-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* line 91, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container.right .text-block:after {
  border-left: 45px solid transparent;
  right: 50%;
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}
@media only screen and (min-width: 768px) {
  /* line 91, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes .container.right .text-block:after {
    border-left: 45px solid #FFF;
    right: -90px;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
/* line 111, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container.left .text-block:after {
  border-right: 45px solid transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  /* line 111, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes .container.left .text-block:after {
    border-right: 45px solid #FFF;
    left: -90px;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
/* line 127, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container .image-block {
  position: relative;
  height: 234px;
}
@media only screen and (min-width: 768px) {
  /* line 127, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes .container .image-block {
    height: 484px;
  }
}
/* line 138, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container .image-block .image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
/* line 145, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container .text-block {
  background: white;
  padding: 30px 42px 42px 42px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 145, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes .container .text-block {
    padding: 58px 42px;
  }
}
/* line 155, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container .text-block h3 {
  margin: 0.5em 0;
}
/* line 159, ../../src/sass/blocks/highlight-box.scss */
.highlight-boxes .container .text-block:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid #FFF;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  top: -90px;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  /* line 159, ../../src/sass/blocks/highlight-box.scss */
  .highlight-boxes .container .text-block:after {
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    top: 60px;
  }
}

/* line 1, ../../src/sass/blocks/info-boxes.scss */
.info-boxes {
  margin-bottom: 32px;
  padding: 48px 0;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/info-boxes.scss */
  .info-boxes {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 1, ../../src/sass/blocks/info-boxes.scss */
  .info-boxes {
    padding: 68px 25px;
  }
}
/* line 13, ../../src/sass/blocks/info-boxes.scss */
.info-boxes.background_color, .info-boxes.background_image {
  position: relative;
}
/* line 16, ../../src/sass/blocks/info-boxes.scss */
.info-boxes.background_color:before, .info-boxes.background_color:after, .info-boxes.background_image:before, .info-boxes.background_image:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 1248px) {
  /* line 16, ../../src/sass/blocks/info-boxes.scss */
  .info-boxes.background_color:before, .info-boxes.background_color:after, .info-boxes.background_image:before, .info-boxes.background_image:after {
    width: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 16, ../../src/sass/blocks/info-boxes.scss */
  .info-boxes.background_color:before, .info-boxes.background_color:after, .info-boxes.background_image:before, .info-boxes.background_image:after {
    width: 100px;
  }
}
/* line 39, ../../src/sass/blocks/info-boxes.scss */
.info-boxes.background_color:before, .info-boxes.background_image:before {
  left: 0;
}
/* line 44, ../../src/sass/blocks/info-boxes.scss */
.info-boxes.background_color:after, .info-boxes.background_image:after {
  right: 0;
}
/* line 50, ../../src/sass/blocks/info-boxes.scss */
.info-boxes.background_color {
  background: #eeeae1;
}
/* line 56, ../../src/sass/blocks/info-boxes.scss */
.info-boxes.background_image .image-wrap {
  position: relative;
  padding-bottom: 68px;
}
/* line 60, ../../src/sass/blocks/info-boxes.scss */
.info-boxes.background_image .image-wrap .container {
  padding-top: 68px;
}
/* line 66, ../../src/sass/blocks/info-boxes.scss */
.info-boxes.background_image .image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
/* line 77, ../../src/sass/blocks/info-boxes.scss */
.info-boxes .wp-block-button {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 52px;
}
/* line 83, ../../src/sass/blocks/info-boxes.scss */
.info-boxes .grid {
  display: grid;
  grid-gap: 30px;
}
/* line 87, ../../src/sass/blocks/info-boxes.scss */
.info-boxes .grid.two {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 87, ../../src/sass/blocks/info-boxes.scss */
  .info-boxes .grid.two {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 95, ../../src/sass/blocks/info-boxes.scss */
.info-boxes .grid.three {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 95, ../../src/sass/blocks/info-boxes.scss */
  .info-boxes .grid.three {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 95, ../../src/sass/blocks/info-boxes.scss */
  .info-boxes .grid.three {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 116, ../../src/sass/blocks/info-boxes.scss */
.info-boxes .grid.four {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 116, ../../src/sass/blocks/info-boxes.scss */
  .info-boxes .grid.four {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 116, ../../src/sass/blocks/info-boxes.scss */
  .info-boxes .grid.four {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}
/* line 128, ../../src/sass/blocks/info-boxes.scss */
.info-boxes .grid .box {
  background: white;
  padding: 48px 22px;
  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;
}
/* line 134, ../../src/sass/blocks/info-boxes.scss */
.info-boxes .grid .box.stat {
  text-align: center;
}
/* line 137, ../../src/sass/blocks/info-boxes.scss */
.info-boxes .grid .box.stat p {
  margin-top: 0;
}
/* line 143, ../../src/sass/blocks/info-boxes.scss */
.info-boxes .grid .box .hero, .info-boxes .grid .box .h3, .info-boxes .grid .box h3 {
  margin-top: 0;
}
/* line 148, ../../src/sass/blocks/info-boxes.scss */
.info-boxes .grid .box p, .info-boxes .grid .box .h3, .info-boxes .grid .box h3 {
  margin-bottom: 0;
}
/* line 153, ../../src/sass/blocks/info-boxes.scss */
.info-boxes .grid .box p {
  margin-top: 0.5em;
}

/* line 1, ../../src/sass/blocks/link-tiles.scss */
.link-tiles {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/link-tiles.scss */
  .link-tiles {
    margin-bottom: 72px;
  }
}
/* line 6, ../../src/sass/blocks/link-tiles.scss */
.link-tiles .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 6, ../../src/sass/blocks/link-tiles.scss */
  .link-tiles .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 6, ../../src/sass/blocks/link-tiles.scss */
  .link-tiles .grid {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}
/* line 24, ../../src/sass/blocks/link-tiles.scss */
.link-tiles .grid .tile img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 1, ../../src/sass/blocks/yellow-links.scss */
.error404,
.yellow-links {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/yellow-links.scss */
  .error404,
  .yellow-links {
    margin-bottom: 72px;
  }
}
/* line 5, ../../src/sass/blocks/yellow-links.scss */
.error404 .link_boxes,
.yellow-links .link_boxes {
  background: #fadb45;
  padding: 26px 44px 22px 38px;
  color: #2d2f32;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
/* line 15, ../../src/sass/blocks/yellow-links.scss */
.error404 .link_boxes h3,
.yellow-links .link_boxes h3 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0;
}
/* line 21, ../../src/sass/blocks/yellow-links.scss */
.error404 .link_boxes:visited,
.yellow-links .link_boxes:visited {
  background: #fadb45;
  color: #2d2f32;
}
/* line 28, ../../src/sass/blocks/yellow-links.scss */
.error404 .link_boxes:after,
.yellow-links .link_boxes:after {
  content: "";
  background-image: url(images/arrow-charcoal.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 10px;
  margin-left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  right: 20px;
}
/* line 43, ../../src/sass/blocks/yellow-links.scss */
.error404 .link_boxes:hover, .error404 .link_boxes:active, .error404 .link_boxes:focus,
.yellow-links .link_boxes:hover,
.yellow-links .link_boxes:active,
.yellow-links .link_boxes:focus {
  background: #2d2f32;
  color: #FFF;
}
/* line 49, ../../src/sass/blocks/yellow-links.scss */
.error404 .link_boxes:hover:after, .error404 .link_boxes:active:after, .error404 .link_boxes:focus:after,
.yellow-links .link_boxes:hover:after,
.yellow-links .link_boxes:active:after,
.yellow-links .link_boxes:focus:after {
  content: "";
  background-image: url(images/arrow-white.svg);
}
/* line 55, ../../src/sass/blocks/yellow-links.scss */
.error404 .link_boxes:hover a, .error404 .link_boxes:active a, .error404 .link_boxes:focus a,
.yellow-links .link_boxes:hover a,
.yellow-links .link_boxes:active a,
.yellow-links .link_boxes:focus a {
  color: #FFF;
}
/* line 61, ../../src/sass/blocks/yellow-links.scss */
.error404 .link_boxes:active, .error404 .link_boxes:active, .error404 .link_boxes:focus,
.yellow-links .link_boxes:active,
.yellow-links .link_boxes:active,
.yellow-links .link_boxes:focus {
  background: #2d2f32;
  color: #FFF;
}
/* line 70, ../../src/sass/blocks/yellow-links.scss */
.error404 .link_boxes a,
.yellow-links .link_boxes a {
  color: #2d2f32;
}
/* line 78, ../../src/sass/blocks/yellow-links.scss */
.error404 .grid,
.yellow-links .grid {
  display: grid;
  grid-gap: 30px;
}
/* line 82, ../../src/sass/blocks/yellow-links.scss */
.error404 .grid.two,
.yellow-links .grid.two {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 82, ../../src/sass/blocks/yellow-links.scss */
  .error404 .grid.two,
  .yellow-links .grid.two {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 90, ../../src/sass/blocks/yellow-links.scss */
.error404 .grid.four,
.yellow-links .grid.four {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 90, ../../src/sass/blocks/yellow-links.scss */
  .error404 .grid.four,
  .yellow-links .grid.four {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 90, ../../src/sass/blocks/yellow-links.scss */
  .error404 .grid.four,
  .yellow-links .grid.four {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}

/* line 1, ../../src/sass/blocks/home-text-links.scss */
.text-links {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/home-text-links.scss */
  .text-links {
    margin-bottom: 72px;
  }
}
/* line 4, ../../src/sass/blocks/home-text-links.scss */
.text-links .text_link_boxes {
  position: relative;
}
/* line 7, ../../src/sass/blocks/home-text-links.scss */
.text-links .text_link_boxes a {
  text-decoration: none;
}
/* line 15, ../../src/sass/blocks/home-text-links.scss */
.text-links .text_link_boxes a:after {
  content: "";
  background-image: url(images/arrow-charcoal.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 10px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
/* line 32, ../../src/sass/blocks/home-text-links.scss */
.text-links .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 32, ../../src/sass/blocks/home-text-links.scss */
  .text-links .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 32, ../../src/sass/blocks/home-text-links.scss */
  .text-links .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}

/* line 1, ../../src/sass/blocks/video-modal.scss */
.video {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/video-modal.scss */
  .video {
    margin-bottom: 72px;
  }
}
/* line 4, ../../src/sass/blocks/video-modal.scss */
.video .image-block {
  position: relative;
  height: 234px;
}
@media only screen and (min-width: 768px) {
  /* line 4, ../../src/sass/blocks/video-modal.scss */
  .video .image-block {
    height: 484px;
  }
}
/* line 15, ../../src/sass/blocks/video-modal.scss */
.video .image-block .image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/* line 1, ../../src/sass/posts/talks.scss */
.video-wrap {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/posts/talks.scss */
  .video-wrap {
    grid-template-columns: 40% 60%;
  }
}
/* line 13, ../../src/sass/posts/talks.scss */
.video-wrap a {
  text-decoration: none;
}
/* line 16, ../../src/sass/posts/talks.scss */
.video-wrap .image-block {
  position: relative;
  height: 484px;
}
/* line 20, ../../src/sass/posts/talks.scss */
.video-wrap .image-block .image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
/* line 27, ../../src/sass/posts/talks.scss */
.video-wrap .text-block {
  background: white;
  padding: 0 42px;
  position: relative;
}
/* line 32, ../../src/sass/posts/talks.scss */
.video-wrap .text-block:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid #FFF;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -90px;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  /* line 32, ../../src/sass/posts/talks.scss */
  .video-wrap .text-block:after {
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    top: 60px;
    border-right: 45px solid #FFF;
    left: -90px;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/* line 68, ../../src/sass/posts/talks.scss */
.video-button {
  border: none;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
  content: '';
  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%);
  content: "";
  background: url(/wp-content/themes/magd/images/youtube-modal.svg);
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
}
/* line 84, ../../src/sass/posts/talks.scss */
.video-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(0.95);
     -moz-transform: translate(-50%, -50%) scale(0.95);
      -ms-transform: translate(-50%, -50%) scale(0.95);
       -o-transform: translate(-50%, -50%) scale(0.95);
          transform: translate(-50%, -50%) scale(0.95);
}

/* line 3, ../../src/sass/posts/listings.scss */
.listing .grid, .link-tiles .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 3, ../../src/sass/posts/listings.scss */
  .listing .grid, .link-tiles .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 3, ../../src/sass/posts/listings.scss */
  .listing .grid, .link-tiles .grid {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}
/* line 24, ../../src/sass/posts/listings.scss */
.listing .grid.staff .tile:nth-child(4n - 0), .link-tiles .grid.staff .tile:nth-child(4n - 0) {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
/* line 29, ../../src/sass/posts/listings.scss */
.listing .grid.staff .tile:nth-child(4n - 1), .link-tiles .grid.staff .tile:nth-child(4n - 1) {
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
/* line 33, ../../src/sass/posts/listings.scss */
.listing .grid.staff .tile:nth-child(4n - 2), .link-tiles .grid.staff .tile:nth-child(4n - 2) {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
/* line 37, ../../src/sass/posts/listings.scss */
.listing .grid.staff .tile:nth-child(4n - 3), .link-tiles .grid.staff .tile:nth-child(4n - 3) {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
/* line 42, ../../src/sass/posts/listings.scss */
.listing .grid.staff .tile .image-block, .link-tiles .grid.staff .tile .image-block {
  height: 280px;
}
/* line 48, ../../src/sass/posts/listings.scss */
.listing .grid.featured, .link-tiles .grid.featured {
  margin-bottom: 32px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 48, ../../src/sass/posts/listings.scss */
  .listing .grid.featured, .link-tiles .grid.featured {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 48, ../../src/sass/posts/listings.scss */
  .listing .grid.featured, .link-tiles .grid.featured {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 62, ../../src/sass/posts/listings.scss */
.listing .grid.featured .tile .text-block:after, .link-tiles .grid.featured .tile .text-block:after {
  border-bottom: 45px solid #FFF;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  top: -45px;
}
/* line 72, ../../src/sass/posts/listings.scss */
.listing .grid.featured .tile .image-block, .link-tiles .grid.featured .tile .image-block {
  height: 284px;
}
@media only screen and (min-width: 768px) {
  /* line 72, ../../src/sass/posts/listings.scss */
  .listing .grid.featured .tile .image-block, .link-tiles .grid.featured .tile .image-block {
    height: 426px;
  }
}
/* line 89, ../../src/sass/posts/listings.scss */
.listing a.tile .h3, .listing a.tile h3, .link-tiles a.tile .h3, .link-tiles a.tile h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fadb45), to(#fadb45)) 100%;
  background: -webkit-linear-gradient(top, #fadb45 0%, #fadb45) 100%;
  background: -moz- oldlinear-gradient(top, #fadb45 0%, #fadb45) 100%;
  background: -o-linear-gradient(top, #fadb45 0%, #fadb45) 100%;
  background: linear-gradient(to bottom, #fadb45 0%, #fadb45) 100%;
  background-position: 0 100%;
  background-repeat: repeat-x;
  -moz-background-size: 0px 4px;
    -o-background-size: 0px 4px;
       background-size: 0px 4px;
  text-decoration: none;
  -webkit-transition: background-size .2s;
     -moz-transition: background-size .2s;
       -o-transition: background-size .2s;
          transition: background-size .2s;
  color: inherit;
  border-bottom: 1px solid #000000;
}
/* line 110, ../../src/sass/posts/listings.scss */
.listing a.tile:hover .h3, .listing a.tile:hover h3, .link-tiles a.tile:hover .h3, .link-tiles a.tile:hover h3 {
  -moz-background-size: 4px 12px;
    -o-background-size: 4px 12px;
       background-size: 4px 12px;
  border-bottom: 0px solid #000000;
}
/* line 124, ../../src/sass/posts/listings.scss */
.listing a.tile:hover .image-block .overlay, .link-tiles a.tile:hover .image-block .overlay {
  opacity: 1;
}
/* line 135, ../../src/sass/posts/listings.scss */
.listing .tile, .link-tiles .tile {
  color: #2d2f32;
  text-decoration: none;
}
/* line 142, ../../src/sass/posts/listings.scss */
.listing .tile .h3, .listing .tile h3, .link-tiles .tile .h3, .link-tiles .tile h3 {
  display: initial;
}
/* line 147, ../../src/sass/posts/listings.scss */
.listing .tile .text-block, .link-tiles .tile .text-block {
  position: relative;
  padding: 28px;
}
/* line 152, ../../src/sass/posts/listings.scss */
.listing .tile .text-block:after, .link-tiles .tile .text-block:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 28px solid #FFF;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 2;
}
/* line 168, ../../src/sass/posts/listings.scss */
.listing .tile .image-block, .link-tiles .tile .image-block {
  height: 200px;
  position: relative;
}
/* line 173, ../../src/sass/posts/listings.scss */
.listing .tile .image-block .overlay, .link-tiles .tile .image-block .overlay {
  background-color: rgba(250, 219, 69, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  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;
  opacity: 0;
  -webkit-transition: all .2;
     -moz-transition: all .2;
       -o-transition: all .2;
          transition: all .2;
}
/* line 187, ../../src/sass/posts/listings.scss */
.listing .tile .image-block .overlay .meta-tag, .link-tiles .tile .image-block .overlay .meta-tag {
  position: relative;
}
/* line 190, ../../src/sass/posts/listings.scss */
.listing .tile .image-block .overlay .meta-tag:after, .link-tiles .tile .image-block .overlay .meta-tag:after {
  content: "";
  background-image: url(images/arrow-charcoal.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 10px;
  margin-left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
/* line 207, ../../src/sass/posts/listings.scss */
.listing .tile .image-block img, .link-tiles .tile .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* line 218, ../../src/sass/posts/listings.scss */
.listing .counts-container, .link-tiles .counts-container {
  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: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 20px 0;
}
@media only screen and (min-width: 1248px) {
  /* line 218, ../../src/sass/posts/listings.scss */
  .listing .counts-container, .link-tiles .counts-container {
    padding: 0 0 20px 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/* line 233, ../../src/sass/posts/listings.scss */
.listing .counts-container .results, .link-tiles .counts-container .results {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

/* line 242, ../../src/sass/posts/listings.scss */
.staff.full-width {
  margin-top: 72px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 242, ../../src/sass/posts/listings.scss */
  .staff.full-width {
    margin-bottom: 72px;
  }
}

/* line 5, ../../src/sass/posts/singles.scss */
.singles .upper-section {
  margin-bottom: 32px;
  display: grid;
  grid-gap: 100px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 5, ../../src/sass/posts/singles.scss */
  .singles .upper-section {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 5, ../../src/sass/posts/singles.scss */
  .singles .upper-section {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 18, ../../src/sass/posts/singles.scss */
.singles .text-block .h3, .singles .text-block h3 {
  margin: 0;
}
/* line 22, ../../src/sass/posts/singles.scss */
.singles .text-block h1 {
  margin-bottom: 22px;
}
/* line 29, ../../src/sass/posts/singles.scss */
.singles .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* line 38, ../../src/sass/posts/singles.scss */
.singles .meta-wrap {
  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-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: 48px;
  margin: 30px 0 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  /* line 38, ../../src/sass/posts/singles.scss */
  .singles .meta-wrap {
    -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;
  }
}
/* line 54, ../../src/sass/posts/singles.scss */
.singles .meta-wrap .meta-tag {
  margin: 0;
}
/* line 59, ../../src/sass/posts/singles.scss */
.singles .meta-wrap .logos {
  height: 48px;
}
/* line 64, ../../src/sass/posts/singles.scss */
.singles .meta-wrap .logos svg path {
  fill: #FFF;
}
/* line 68, ../../src/sass/posts/singles.scss */
.singles .meta-wrap .logos svg rect {
  fill: #2d2f32;
}
/* line 74, ../../src/sass/posts/singles.scss */
.singles .meta-wrap .logos svg:hover path {
  fill: #2d2f32;
}
/* line 78, ../../src/sass/posts/singles.scss */
.singles .meta-wrap .logos svg:hover rect {
  fill: #fadb45;
}
/* line 85, ../../src/sass/posts/singles.scss */
.singles .meta-wrap .logos a {
  text-decoration: none;
}
/* line 91, ../../src/sass/posts/singles.scss */
.singles .meta-wrap .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 95, ../../src/sass/posts/singles.scss */
.singles .meta-wrap .share .meta-tag {
  margin-right: 20px;
}
/* line 104, ../../src/sass/posts/singles.scss */
.singles .details-grid {
  margin-bottom: 32px;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 104, ../../src/sass/posts/singles.scss */
  .singles .details-grid {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 104, ../../src/sass/posts/singles.scss */
  .singles .details-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 115, ../../src/sass/posts/singles.scss */
.singles .details-grid .block {
  padding: 0 20%;
}
/* line 123, ../../src/sass/posts/singles.scss */
.singles .contact {
  margin-bottom: 32px;
  background: #eeeae1;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  /* line 123, ../../src/sass/posts/singles.scss */
  .singles .contact {
    margin-bottom: 72px;
  }
}
/* line 129, ../../src/sass/posts/singles.scss */
.singles .contact .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 129, ../../src/sass/posts/singles.scss */
  .singles .contact .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 138, ../../src/sass/posts/singles.scss */
.singles .contact .grid .block {
  background: #FFF;
  padding: 40px;
  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;
}
/* line 144, ../../src/sass/posts/singles.scss */
.singles .contact .grid .block .h3, .singles .contact .grid .block h3 {
  margin: 0;
}
/* line 148, ../../src/sass/posts/singles.scss */
.singles .contact .grid .block a,
.singles .contact .grid .block p {
  margin: 0.9em 0 0;
}
/* line 154, ../../src/sass/posts/singles.scss */
.singles .contact .grid .block p:nth-of-type(3) {
  margin-top: 0;
}

/* line 169, ../../src/sass/posts/singles.scss */
.single-students .upper-section .image-block,
.single-staff .upper-section .image-block {
  position: relative;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  /* line 169, ../../src/sass/posts/singles.scss */
  .single-students .upper-section .image-block,
  .single-staff .upper-section .image-block {
    height: 548px;
  }
}
/* line 177, ../../src/sass/posts/singles.scss */
.single-students .upper-section .image-block:after,
.single-staff .upper-section .image-block:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 45px solid #FFF;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  top: 60px;
  right: -23px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

/* line 200, ../../src/sass/posts/singles.scss */
.single-students blockquote {
  content: '';
  display: block;
  background-image: url("");
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0;
}
/* line 210, ../../src/sass/posts/singles.scss */
.single-students p {
  padding-top: 0;
}

/* line 220, ../../src/sass/posts/singles.scss */
.single-staff .wp-block-button__link {
  padding: 10px 18px 10px 34px;
  margin-bottom: 60px;
}
/* line 224, ../../src/sass/posts/singles.scss */
.single-staff .wp-block-button__link:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  display: inline-block;
  left: 8px;
}

/* line 1, ../../src/sass/posts/students.scss */
.students {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/posts/students.scss */
  .students {
    margin-bottom: 72px;
  }
}
/* line 4, ../../src/sass/posts/students.scss */
.students .listing {
  display: block;
}
/* line 7, ../../src/sass/posts/students.scss */
.students .listing.has-slider {
  -webkit-transform: translate(24px, 0px);
     -moz-transform: translate(24px, 0px);
      -ms-transform: translate(24px, 0px);
       -o-transform: translate(24px, 0px);
          transform: translate(24px, 0px);
}
@media only screen and (min-width: 1248px) {
  /* line 7, ../../src/sass/posts/students.scss */
  .students .listing.has-slider {
    overflow: hidden;
    -webkit-transform: translate(-webkit-calc((100vw - 1200px) / 2), 0px);
       -moz-transform: translate(-moz-calc((100vw - 1200px) / 2), 0px);
        -ms-transform: translate(calc((100vw - 1200px) / 2), 0px);
         -o-transform: translate(calc((100vw - 1200px) / 2), 0px);
            transform: translate(calc((100vw - 1200px) / 2), 0px);
  }
}
/* line 17, ../../src/sass/posts/students.scss */
.students .listing .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, minmax(224px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 17, ../../src/sass/posts/students.scss */
  .students .listing .grid {
    grid-template-columns: repeat(3, minmax(382px, 1fr));
  }
}
@media only screen and (min-width: 640px) {
  /* line 17, ../../src/sass/posts/students.scss */
  .students .listing .grid {
    grid-template-columns: repeat(3, minmax(382px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 17, ../../src/sass/posts/students.scss */
  .students .listing .grid {
    grid-template-columns: repeat(3, minmax(382px, 1fr));
  }
}
/* line 38, ../../src/sass/posts/students.scss */
.students .listing .tile {
  max-width: 224px;
  width: 224px;
  min-width: 224px;
  margin-right: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 38, ../../src/sass/posts/students.scss */
  .students .listing .tile {
    max-width: 382px;
    width: 382px;
    min-width: 382px;
  }
}
/* line 50, ../../src/sass/posts/students.scss */
.students .listing .tile .image-block {
  height: 224px;
  max-width: 224px;
  width: 224px;
  min-width: 224px;
}
@media only screen and (min-width: 768px) {
  /* line 50, ../../src/sass/posts/students.scss */
  .students .listing .tile .image-block {
    height: 382px;
    max-width: 382px;
    width: 382px;
    min-width: 382px;
  }
}
/* line 67, ../../src/sass/posts/students.scss */
.students .slider-inner {
  display: block;
  width: 100%;
}
/* line 72, ../../src/sass/posts/students.scss */
.students .slider-controls {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
  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;
  z-index: 1;
  background: transparent;
  cursor: pointer;
  top: 210px;
}
@media only screen and (min-width: 768px) {
  /* line 72, ../../src/sass/posts/students.scss */
  .students .slider-controls {
    width: 768px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 72, ../../src/sass/posts/students.scss */
  .students .slider-controls {
    width: 1190px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 72, ../../src/sass/posts/students.scss */
  .students .slider-controls {
    top: 290px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 72, ../../src/sass/posts/students.scss */
  .students .slider-controls {
    top: 290px;
  }
}
/* line 100, ../../src/sass/posts/students.scss */
.students .slider-controls:focus {
  outline: none;
}
/* line 104, ../../src/sass/posts/students.scss */
.students .slider-controls li {
  padding: 0 30px;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */