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

.slick-lightbox{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:black;-webkit-transition:opacity 0.5s ease;-moz-transition:opacity 0.5s ease;-o-transition:opacity 0.5s ease;transition:opacity 0.5s ease}.slick-lightbox .slick-loading .slick-list{background-color:transparent}.slick-lightbox .slick-prev{left:15px}.slick-lightbox .slick-next{right:15px}.slick-lightbox-hide{opacity:0}.slick-lightbox-hide.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-hide-init{position:absolute;top:-9999px;opacity:0}.slick-lightbox-hide-init.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox-slick-item{text-align:center;overflow:hidden}.slick-lightbox-slick-item:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;margin-bottom:20px}.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{display:block;text-align:center}.slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}.slick-lightbox-slick-img{margin:0 auto;display:block;max-width:90%;max-height:90%}.slick-lightbox-slick-caption{margin:10px 0 0;color:white}.slick-lightbox-close{position:absolute;top:15px;right:15px;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;border:none}.slick-lightbox-close:focus{outline:none}.slick-lightbox-close:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'×'}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*
*   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,
.home-container .panel .text-area,
h3,
.has-intro-font-size,
h4,
blockquote cite,
table thead,
.accordions .accordion-item h3,
.accordions .accordion-item .has-intro-font-size,
.slick-lightbox .caption p,
h5,
h6,
.meta-tag,
.wp-block-image figcaption,
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;
  color: #606B74;
  font-size: 18px;
  font-family: lato, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 32px;
}

/* line 11, ../../src/sass/helpers/_typography.scss */
.h1, h1,
.h2,
h2,
.home-container .panel .text-area,
.h3,
h3,
.has-intro-font-size,
.h4,
h4,
blockquote cite,
table thead,
.accordions .accordion-item h3,
.accordions .accordion-item .has-intro-font-size,
.slick-lightbox .caption p,
.h5,
h5,
.h6,
h6,
.meta-tag,
.wp-block-image figcaption {
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  letter-spacing: -webkit-calc(1rem * 0.001 * -10);
  letter-spacing: -moz-calc(1rem * 0.001 * -10);
  letter-spacing: calc(1rem * 0.001 * -10);
  color: #323E48;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

/* line 27, ../../src/sass/helpers/_typography.scss */
.h1, h1 {
  font-size: 52px;
  line-height: 52px;
}
@media only screen and (min-width: 390px) {
  /* line 27, ../../src/sass/helpers/_typography.scss */
  .h1, h1 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 27, ../../src/sass/helpers/_typography.scss */
  .h1, h1 {
    font-size: 64px;
    line-height: 60px;
  }
}

/* line 44, ../../src/sass/helpers/_typography.scss */
.h2, h2, .home-container .panel .text-area {
  font-size: 48px;
  line-height: 48px;
}
@media only screen and (min-width: 480px) {
  /* line 44, ../../src/sass/helpers/_typography.scss */
  .h2, h2, .home-container .panel .text-area {
    font-size: 56px;
    line-height: 56px;
  }
}

/* line 55, ../../src/sass/helpers/_typography.scss */
.h3, h3, .has-intro-font-size {
  font-size: 32px;
  line-height: 32px;
}

/* line 60, ../../src/sass/helpers/_typography.scss */
.h4, h4, blockquote cite, table thead, .accordions .accordion-item h3, .accordions .accordion-item .has-intro-font-size, .slick-lightbox .caption p {
  font-size: 24px;
  line-height: 28px;
}

/* line 65, ../../src/sass/helpers/_typography.scss */
.h5, h5 {
  font-size: 20px;
  line-height: 28px;
}

/* line 70, ../../src/sass/helpers/_typography.scss */
.h6, h6, .meta-tag, .wp-block-image figcaption {
  font-size: 16px;
  font-family: lato, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 24px;
  color: #606B74;
}

/* line 78, ../../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 84, ../../src/sass/helpers/_typography.scss */
.italic, i,
em {
  font-style: italic;
}

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

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

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

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

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

/* line 124, ../../src/sass/helpers/_typography.scss */
h2, .home-container .panel .text-area,
.h2,
h2,
.home-container .panel .text-area {
  margin: 1em 0 0.5em;
}

/* line 130, ../../src/sass/helpers/_typography.scss */
h3, .has-intro-font-size,
.h3,
h3,
.has-intro-font-size {
  margin: 1em 0 0.5em;
}

/* line 136, ../../src/sass/helpers/_typography.scss */
h4, blockquote cite, table thead, .accordions .accordion-item h3, .accordions .accordion-item .has-intro-font-size, .slick-lightbox .caption p,
.h4,
h4,
blockquote cite,
table thead,
.accordions .accordion-item h3,
.accordions .accordion-item .has-intro-font-size,
.slick-lightbox .caption p {
  margin: 1em 0 0.5em;
}

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

/* line 148, ../../src/sass/helpers/_typography.scss */
h6, .meta-tag, .wp-block-image figcaption,
.h6,
h6,
.meta-tag,
.wp-block-image figcaption {
  margin: 1em 0 0.5em;
}

/* line 154, ../../src/sass/helpers/_typography.scss */
p,
ul,
ol,
pre {
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}

/* line 172, ../../src/sass/helpers/_typography.scss */
ol li::marker {
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  letter-spacing: -webkit-calc(1rem * 0.001 * -10);
  letter-spacing: -moz-calc(1rem * 0.001 * -10);
  letter-spacing: calc(1rem * 0.001 * -10);
}

/* line 183, ../../src/sass/helpers/_typography.scss */
ul li, ol li {
  padding-left: 10px;
}

/* line 186, ../../src/sass/helpers/_typography.scss */
ul li ul,
ol li ol {
  margin: 0 0 0 20px;
}

/* line 191, ../../src/sass/helpers/_typography.scss */
ol li ol {
  list-style: lower-latin;
}

/* line 195, ../../src/sass/helpers/_typography.scss */
ul li ul {
  list-style: circle;
}

/* line 205, ../../src/sass/helpers/_typography.scss */
.has-intro-font-size {
  line-height: 40px;
}

/* line 210, ../../src/sass/helpers/_typography.scss */
.has-small-font-size {
  line-height: 24px;
}

/* line 220, ../../src/sass/helpers/_typography.scss */
.frm_forms a,
h2 a,
.home-container .panel .text-area a, h3 a, .has-intro-font-size a, h4 a, blockquote cite a, table thead a, .accordions .accordion-item h3 a, .accordions .accordion-item .has-intro-font-size a, .slick-lightbox .caption p a, h5 a, h6 a, .meta-tag a, .wp-block-image figcaption a,
td a,
li a:not(.menu),
a.link,
p a {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F1), to(#F0F0F1)) 100%;
  background: -webkit-linear-gradient(top, #F0F0F1 0%, #F0F0F1) 100%;
  background: -moz- oldlinear-gradient(top, #F0F0F1 0%, #F0F0F1) 100%;
  background: -o-linear-gradient(top, #F0F0F1 0%, #F0F0F1) 100%;
  background: linear-gradient(to bottom, #F0F0F1 0%, #F0F0F1) 100%;
  background-position: 0 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 0px 4px;
     -moz-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 #606B74;
}
/* line 235, ../../src/sass/helpers/_typography.scss */
.frm_forms a:hover,
h2 a:hover,
.home-container .panel .text-area a:hover, h3 a:hover, .has-intro-font-size a:hover, h4 a:hover, blockquote cite a:hover, table thead a:hover, .accordions .accordion-item h3 a:hover, .accordions .accordion-item .has-intro-font-size a:hover, .slick-lightbox .caption p a:hover, h5 a:hover, h6 a:hover, .meta-tag a:hover, .wp-block-image figcaption a:hover,
td a:hover,
li a:not(.menu):hover,
a.link:hover,
p a:hover {
  -webkit-background-size: 4px 24px;
     -moz-background-size: 4px 24px;
          background-size: 4px 24px;
  border-bottom: 1px solid #323E48;
}

/* line 241, ../../src/sass/helpers/_typography.scss */
a.link-flat {
  color: #F0F0F1;
  border-bottom: 1px solid #606B74;
  text-decoration: none;
}
/* line 246, ../../src/sass/helpers/_typography.scss */
a.link-flat:hover {
  border-bottom: 1px solid #F0F0F1;
}

/* line 252, ../../src/sass/helpers/_typography.scss */
h2 a, .home-container .panel .text-area a, h3 a, .has-intro-font-size a, h4 a, blockquote cite a, table thead a, .accordions .accordion-item h3 a, .accordions .accordion-item .has-intro-font-size a, .slick-lightbox .caption p a, h5 a,
p.has-intro-font-size a {
  background-position: 0 51%;
  text-decoration: underline 1px solid #606B74;
  border-bottom: none;
}
/* line 258, ../../src/sass/helpers/_typography.scss */
h2 a:hover, .home-container .panel .text-area a:hover, h3 a:hover, .has-intro-font-size a:hover, h4 a:hover, blockquote cite a:hover, table thead a:hover, .accordions .accordion-item h3 a:hover, .accordions .accordion-item .has-intro-font-size a:hover, .slick-lightbox .caption p a:hover, h5 a:hover,
p.has-intro-font-size a:hover {
  -webkit-background-size: 4px 16px;
     -moz-background-size: 4px 16px;
          background-size: 4px 16px;
  border-bottom: none;
  text-decoration: underline 1px solid #323E48;
}

/* line 267, ../../src/sass/helpers/_typography.scss */
h2 a:hover, .home-container .panel .text-area a:hover {
  -webkit-background-size: 4px 28px;
     -moz-background-size: 4px 28px;
          background-size: 4px 28px;
}

/* line 273, ../../src/sass/helpers/_typography.scss */
h3 a, .has-intro-font-size a {
  background-position: 0 56%;
}
/* line 276, ../../src/sass/helpers/_typography.scss */
h3 a:hover, .has-intro-font-size a:hover {
  -webkit-background-size: 4px 16px;
     -moz-background-size: 4px 16px;
          background-size: 4px 16px;
}

/* line 1, ../../src/sass/helpers/_base.scss */
body {
  position: relative;
  overflow-x: hidden;
}
/* line 4, ../../src/sass/helpers/_base.scss */
body.scroll-lock {
  overflow: hidden;
}

/* line 10, ../../src/sass/helpers/_base.scss */
.temp-home-image {
  height: 99vh;
  width: 99vw;
}
/* line 14, ../../src/sass/helpers/_base.scss */
.temp-home-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 23, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1168px;
  -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);
  position: relative;
}
/* line 32, ../../src/sass/helpers/_base.scss */
.container.slim main {
  min-height: 640px;
}
/* line 36, ../../src/sass/helpers/_base.scss */
.container.slim aside {
  border-top: 1px solid #D5D8DA;
  position: relative;
  width: 100%;
  top: 24px;
}
@media only screen and (min-width: 1024px) {
  /* line 36, ../../src/sass/helpers/_base.scss */
  .container.slim aside {
    border-top: 0;
    width: 235px;
    top: -1.5em;
    right: 24px;
    position: absolute;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 36, ../../src/sass/helpers/_base.scss */
  .container.slim aside {
    width: 265px;
    right: 24px;
    position: absolute;
  }
}
/* line 63, ../../src/sass/helpers/_base.scss */
.container.slim h1,
.container.slim h2,
.container.slim .home-container .panel .text-area,
.home-container .panel .container.slim .text-area,
.container.slim h3,
.container.slim .has-intro-font-size,
.container.slim h4,
.container.slim blockquote cite,
blockquote .container.slim cite,
.container.slim table thead,
table .container.slim thead,
.container.slim .accordions .accordion-item h3,
.accordions .accordion-item .container.slim h3,
.container.slim .accordions .accordion-item .has-intro-font-size,
.accordions .accordion-item .container.slim .has-intro-font-size,
.container.slim .slick-lightbox .caption p,
.slick-lightbox .caption .container.slim p,
.container.slim h5,
.container.slim h6,
.container.slim .meta-tag,
.container.slim .wp-block-image figcaption,
.wp-block-image .container.slim figcaption,
.container.slim p,
.container.slim .wp-block-buttons,
.container.slim .video-modal,
.container.slim table,
.container.slim .accordions {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 63, ../../src/sass/helpers/_base.scss */
  .container.slim h1,
  .container.slim h2,
  .container.slim .home-container .panel .text-area,
  .home-container .panel .container.slim .text-area,
  .container.slim h3,
  .container.slim .has-intro-font-size,
  .container.slim h4,
  .container.slim blockquote cite,
  blockquote .container.slim cite,
  .container.slim table thead,
  table .container.slim thead,
  .container.slim .accordions .accordion-item h3,
  .accordions .accordion-item .container.slim h3,
  .container.slim .accordions .accordion-item .has-intro-font-size,
  .accordions .accordion-item .container.slim .has-intro-font-size,
  .container.slim .slick-lightbox .caption p,
  .slick-lightbox .caption .container.slim p,
  .container.slim h5,
  .container.slim h6,
  .container.slim .meta-tag,
  .container.slim .wp-block-image figcaption,
  .wp-block-image .container.slim figcaption,
  .container.slim p,
  .container.slim .wp-block-buttons,
  .container.slim .video-modal,
  .container.slim table,
  .container.slim .accordions {
    max-width: 738px;
  }
}
/* line 82, ../../src/sass/helpers/_base.scss */
.container.slim ol,
.container.slim ul {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 82, ../../src/sass/helpers/_base.scss */
  .container.slim ol,
  .container.slim ul {
    max-width: 718px;
  }
}
/* line 91, ../../src/sass/helpers/_base.scss */
.container.slim .accordions .accordion-item h3, .container.slim .accordions .accordion-item .has-intro-font-size {
  max-width: 94%;
}
@media only screen and (min-width: 768px) {
  /* line 91, ../../src/sass/helpers/_base.scss */
  .container.slim .accordions .accordion-item h3, .container.slim .accordions .accordion-item .has-intro-font-size {
    max-width: 678px;
  }
}
/* line 101, ../../src/sass/helpers/_base.scss */
.container.slim blockquote p,
.container.slim blockquote cite {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 101, ../../src/sass/helpers/_base.scss */
  .container.slim blockquote p,
  .container.slim blockquote cite {
    max-width: 658px;
  }
}

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

/* line 125, ../../src/sass/helpers/_base.scss */
.content-area {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 125, ../../src/sass/helpers/_base.scss */
  .content-area {
    margin-bottom: 80px;
  }
}

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

/* line 150, ../../src/sass/helpers/_base.scss */
#breadcrumbs {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1.5em;
}

/* line 156, ../../src/sass/helpers/_base.scss */
.select2-results__options {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
/* line 159, ../../src/sass/helpers/_base.scss */
.select2-results__options::-webkit-scrollbar {
  width: 5px;
}
/* line 164, ../../src/sass/helpers/_base.scss */
.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* line 169, ../../src/sass/helpers/_base.scss */
.select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
/* line 175, ../../src/sass/helpers/_base.scss */
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* line 180, ../../src/sass/helpers/_base.scss */
.select2-container {
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
}

/* line 185, ../../src/sass/helpers/_base.scss */
.container .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 20px !important;
  line-height: 52px !important;
  font-weight: 400 !important;
}

/* line 193, ../../src/sass/helpers/_base.scss */
.form-auto-submit-onchange {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 193, ../../src/sass/helpers/_base.scss */
  .form-auto-submit-onchange {
    margin-bottom: 80px;
  }
}

/* line 200, ../../src/sass/helpers/_base.scss */
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  display: none;
}

/* line 204, ../../src/sass/helpers/_base.scss */
.post-type-archive-digital_screen .cky-consent-container {
  display: none;
}

/* line 209, ../../src/sass/helpers/_base.scss */
.skiplink {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
/* line 216, ../../src/sass/helpers/_base.scss */
.skiplink:focus {
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

/* line 227, ../../src/sass/helpers/_base.scss */
#map {
  position: relative;
  top: -50px;
  bottom: 0;
  width: 100%;
  height: 700px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 227, ../../src/sass/helpers/_base.scss */
  #map {
    margin-bottom: 80px;
  }
}

/* line 239, ../../src/sass/helpers/_base.scss */
.mapbox-directions-destination .mapbox-form-label {
  background: #EA5760;
}

/* line 249, ../../src/sass/helpers/_base.scss */
.mapbox-directions-origin label.mapbox-form-label {
  background-color: #606B74;
}

/* line 254, ../../src/sass/helpers/_base.scss */
.tour-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: 16 / 9;
  display: block;
}

/* line 3, ../../src/sass/helpers/_sidebar.scss */
aside .h4, aside h4, aside blockquote cite, blockquote aside cite, aside table thead, table aside thead, aside .accordions .accordion-item h3, .accordions .accordion-item aside h3, aside .accordions .accordion-item .has-intro-font-size, .accordions .accordion-item aside .has-intro-font-size, aside .slick-lightbox .caption p, .slick-lightbox .caption aside p {
  margin: 1em 0 0;
}
/* line 9, ../../src/sass/helpers/_sidebar.scss */
aside .share a {
  text-decoration: none;
}
/* line 11, ../../src/sass/helpers/_sidebar.scss */
aside .share svg {
  margin-top: 4px;
  height: 26px;
  width: auto;
  margin-right: 12px;
}
/* line 16, ../../src/sass/helpers/_sidebar.scss */
aside .share svg path {
  fill: #323E48;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
}
/* line 20, ../../src/sass/helpers/_sidebar.scss */
aside .share svg path:last-of-type {
  margin-right: 0px;
}
/* line 29, ../../src/sass/helpers/_sidebar.scss */
aside .share svg:hover path, aside .share svg:focus path {
  fill: #EA5760;
}
/* line 36, ../../src/sass/helpers/_sidebar.scss */
aside .wp-block-button {
  margin-top: 20px;
}
/* line 43, ../../src/sass/helpers/_sidebar.scss */
aside .image-block {
  height: 316px;
}
/* line 47, ../../src/sass/helpers/_sidebar.scss */
aside .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* line 56, ../../src/sass/helpers/_sidebar.scss */
aside .inner-wrap {
  margin-bottom: 20px;
}
/* line 59, ../../src/sass/helpers/_sidebar.scss */
aside .inner-wrap .meta-tag {
  margin: 0;
  margin-bottom: 0.2em;
}
/* line 66, ../../src/sass/helpers/_sidebar.scss */
aside .tile {
  text-decoration: none;
  color: #323E48;
}
/* line 71, ../../src/sass/helpers/_sidebar.scss */
aside .tile:visited {
  color: #323E48;
}
/* line 75, ../../src/sass/helpers/_sidebar.scss */
aside .tile:hover, aside .tile:focus {
  color: #323E48;
}
/* line 79, ../../src/sass/helpers/_sidebar.scss */
aside .tile:hover .image-block .overlay, aside .tile:focus .image-block .overlay {
  opacity: 0.95;
}
/* line 82, ../../src/sass/helpers/_sidebar.scss */
aside .tile:hover .image-block .overlay svg, aside .tile:focus .image-block .overlay svg {
  opacity: 1;
}
/* line 88, ../../src/sass/helpers/_sidebar.scss */
aside .tile:hover .arrow-link, aside .tile:focus .arrow-link {
  opacity: 1;
}
/* line 97, ../../src/sass/helpers/_sidebar.scss */
aside .tile .image-block {
  height: 316px;
  position: relative;
  background: #F0F0F1;
  overflow: hidden;
}
/* line 103, ../../src/sass/helpers/_sidebar.scss */
aside .tile .image-block .overlay {
  background-color: #323E48;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}
/* line 113, ../../src/sass/helpers/_sidebar.scss */
aside .tile .image-block .overlay img {
  width: 1218px;
  height: auto;
  position: absolute;
  top: -17px;
  left: -390px;
  opacity: 0.4;
}
/* line 123, ../../src/sass/helpers/_sidebar.scss */
aside .tile .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* line 133, ../../src/sass/helpers/_sidebar.scss */
aside .tile .arrow-link {
  margin-top: 16px;
  opacity: 0;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}

@-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 3, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote {
  margin-bottom: 40px;
  margin-top: 80px;
  min-height: 200px;
  position: relative;
  padding: 40px 0 0 80px;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../../src/sass/gutenberg/gutenberg-extras.scss */
  blockquote {
    margin-bottom: 80px;
  }
}
/* line 10, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 216px;
  width: 259px;
  content: "";
  display: block;
  background-image: url("images/quotes.svg");
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}
/* line 25, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote p {
  margin-bottom: 0.5em;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.1;
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  letter-spacing: -webkit-calc(1rem * 0.001 * -10);
  letter-spacing: -moz-calc(1rem * 0.001 * -10);
  letter-spacing: calc(1rem * 0.001 * -10);
  color: #606B74;
}
/* line 36, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote cite {
  font-style: normal;
  display: block;
}
/* line 45, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.large p {
  font-size: 60px;
}
/* line 54, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.medium::before {
  height: 154px;
  width: 186px;
}
/* line 60, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.medium p {
  font-size: 40px;
  position: relative;
}
/* line 63, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.medium p::after {
  position: absolute;
  bottom: -40px;
  right: -40px;
  height: 154px;
  width: 186px;
  content: "";
  display: block;
  background-image: url("images/quotes.svg");
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 84, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.small::before {
  height: 180px;
  width: 130px;
}
/* line 88, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.small p {
  font-size: 30px;
  position: relative;
}
/* line 91, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.small p::after {
  position: absolute;
  bottom: -40px;
  right: -40px;
  height: 180px;
  width: 130px;
  content: "";
  display: block;
  background-image: url("images/quotes.svg");
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 114, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.qtemed p, blockquote.qtesml p {
  font-family: lato, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  line-height: 1.2;
}
/* line 124, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.qtemed::before {
  height: 247px;
  width: 323px;
  background-image: url("images/qtem.svg");
}
/* line 132, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.qtemed p {
  font-size: 30px;
}
/* line 140, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.qtesml::before {
  height: 115px;
  width: 132px;
  background-image: url("images/qtes.svg");
}
/* line 146, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.qtesml p {
  font-size: 26px;
  position: relative;
}
/* line 151, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote.qtesml p::after {
  position: absolute;
  bottom: 0px;
  right: -40px;
  height: 120px;
  width: 113px;
  content: "";
  display: block;
  background-image: url("images/qtem.svg");
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 191, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image {
  position: relative;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 191, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .wp-block-image {
    max-width: 738px;
  }
}
/* line 199, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image.alignleft {
  float: none;
  margin-right: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 199, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .wp-block-image.alignleft {
    float: left;
    margin-right: 16px;
    width: unset;
  }
}
/* line 210, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image.alignleft img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 210, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .wp-block-image.alignleft img {
    width: unset;
  }
}
/* line 219, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image .more-info-icon {
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 24px;
  left: 0;
  background: #606B74;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  font-style: 700;
  z-index: 100;
  cursor: pointer;
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: italic;
}
/* line 237, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image img {
  margin: 16px 0 24px;
}
/* line 241, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image figcaption {
  margin-bottom: 0;
  margin-bottom: 0;
  padding: 0 8px;
  color: #FFF;
  font-style: italic;
  padding: 4px 8px;
  position: absolute;
  left: -32px;
  bottom: 24px;
  background-color: rgba(50, 62, 72, 0.8);
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
  opacity: 0;
  width: -webkit-calc(100% - 32px) !important;
  width: -moz-calc(100% - 32px) !important;
  width: calc(100% - 32px) !important;
}
/* line 258, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image figcaption.toggled {
  opacity: 1;
  left: 32px;
}

/* line 265, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-embed {
  margin-top: 1em;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 265, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .wp-block-embed {
    margin-bottom: 80px;
  }
}

/* line 271, ../../src/sass/gutenberg/gutenberg-extras.scss */
#tinymce {
  overflow: visible;
}

/* line 275, ../../src/sass/gutenberg/gutenberg-extras.scss */
.clear {
  clear: both;
}

/* line 1, ../../src/sass/gutenberg/tables.scss */
table {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/gutenberg/tables.scss */
  table {
    margin-bottom: 80px;
  }
}
/* line 9, ../../src/sass/gutenberg/tables.scss */
table th {
  border-bottom: 1px solid #606B74;
  padding: 16px 12px 8px;
}
/* line 14, ../../src/sass/gutenberg/tables.scss */
table td {
  border-bottom: 1px solid #D5D8DA;
  padding: 10px 12px;
}
/* line 19, ../../src/sass/gutenberg/tables.scss */
table th {
  font-weight: 500;
}
/* line 29, ../../src/sass/gutenberg/tables.scss */
table tfoot td {
  font-size: 16px;
  font-style: italic;
}

/* line 3, ../../src/sass/gutenberg/buttons.scss */
.frm_style_queens.with_frm_style .frm_submit button,
.wp-block-button__link {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 18px 24px 12px;
  text-align: center;
  min-height: 52px;
  margin: 1em 0;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
  background: #606B74;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 120);
  letter-spacing: -moz-calc(1rem * 0.001 * 120);
  letter-spacing: calc(1rem * 0.001 * 120);
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* line 22, ../../src/sass/gutenberg/buttons.scss */
.frm_style_queens.with_frm_style .frm_submit button:visited,
.wp-block-button__link:visited {
  background: #606B74;
  color: #FFF;
}
/* line 27, ../../src/sass/gutenberg/buttons.scss */
.frm_style_queens.with_frm_style .frm_submit button:hover,
.wp-block-button__link:hover {
  background: #EA5760;
  color: white;
}
/* line 33, ../../src/sass/gutenberg/buttons.scss */
.frm_style_queens.with_frm_style .frm_submit button:focus,
.wp-block-button__link:focus {
  background: #323E48;
  color: white;
}

/* line 1, ../../src/sass/partials/header.scss */
header {
  background: #F0F0F1;
  height: 72px;
}
/* line 5, ../../src/sass/partials/header.scss */
header .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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 12, ../../src/sass/partials/header.scss */
header .container > a svg {
  height: 34px;
  width: 257px;
  margin-top: 8px;
}
/* line 19, ../../src/sass/partials/header.scss */
header .container .logo-the-queens-college {
  width: 34px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../../src/sass/partials/header.scss */
  header .container .logo-the-queens-college {
    width: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 19, ../../src/sass/partials/header.scss */
  header .container .logo-the-queens-college {
    width: 257px;
  }
}

/* line 37, ../../src/sass/partials/header.scss */
.main-header .nav-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;
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 43, ../../src/sass/partials/header.scss */
.main-header .nav-menu.active > div {
  display: block;
  overflow: scroll;
  width: 100%;
  background: #323E48;
}
@media only screen and (min-width: 1024px) {
  /* line 43, ../../src/sass/partials/header.scss */
  .main-header .nav-menu.active > div {
    overflow: visible;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 55, ../../src/sass/partials/header.scss */
  .main-header .nav-menu .main-navigation-container {
    height: 100%;
  }
}
/* line 61, ../../src/sass/partials/header.scss */
.main-header .nav-menu .main-bottom-navigation-container {
  padding-bottom: 68px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  position: initial;
  bottom: 0px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  /* line 61, ../../src/sass/partials/header.scss */
  .main-header .nav-menu .main-bottom-navigation-container {
    padding-bottom: 68px;
    margin: 0px;
    background-color: #323E48;
  }
}
/* line 76, ../../src/sass/partials/header.scss */
.main-header .nav-menu div {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 76, ../../src/sass/partials/header.scss */
  .main-header .nav-menu div {
    display: block;
  }
}
/* line 83, ../../src/sass/partials/header.scss */
.main-header .nav-menu div.active {
  display: block;
}
/* line 86, ../../src/sass/partials/header.scss */
.main-header .nav-menu div.active ul {
  background: #323E48;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
  padding: 80px;
  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;
  list-style-type: none;
  margin: 0;
  font-size: 20px;
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* line 102, ../../src/sass/partials/header.scss */
.main-header .nav-menu div.active ul li {
  padding: 12px;
}
/* line 105, ../../src/sass/partials/header.scss */
.main-header .nav-menu div.active ul li a {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
  text-decoration: none;
  color: #FFF;
}
/* line 112, ../../src/sass/partials/header.scss */
.main-header .nav-menu div.active ul li:hover {
  background: #FFF;
}
/* line 115, ../../src/sass/partials/header.scss */
.main-header .nav-menu div.active ul li:hover a {
  color: #323E48;
}
/* line 121, ../../src/sass/partials/header.scss */
.main-header .nav-menu div.active ul li.current-menu-item {
  background: #FFF;
}
/* line 124, ../../src/sass/partials/header.scss */
.main-header .nav-menu div.active ul li.current-menu-item a {
  color: #323E48;
}
/* line 136, ../../src/sass/partials/header.scss */
.main-header .menu-search-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 0;
}
/* line 147, ../../src/sass/partials/header.scss */
.main-header .menu-search-wrap .h5, .main-header .menu-search-wrap h5 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  /* line 147, ../../src/sass/partials/header.scss */
  .main-header .menu-search-wrap .h5, .main-header .menu-search-wrap h5 {
    font-size: 20px;
  }
}
/* line 156, ../../src/sass/partials/header.scss */
.main-header .menu-search-wrap.search-active .menu-wrap {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 156, ../../src/sass/partials/header.scss */
  .main-header .menu-search-wrap.search-active .menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 165, ../../src/sass/partials/header.scss */
.main-header .menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  /* line 165, ../../src/sass/partials/header.scss */
  .main-header .menu-wrap {
    padding: 0 20px;
  }
}
/* line 177, ../../src/sass/partials/header.scss */
.main-header .menu-wrap .menu-label {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 177, ../../src/sass/partials/header.scss */
  .main-header .menu-wrap .menu-label {
    display: block;
  }
}
/* line 186, ../../src/sass/partials/header.scss */
.main-header .hamburger {
  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: 40px;
  height: 34px;
  cursor: pointer;
  border: 1px solid #FFF;
  background: transparent;
  display: flex;
  border: none;
  background-color: #EA5760;
  margin-left: 15px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  height: 32px;
  width: 32px;
}
/* line 51, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger .hamburger-icon {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
  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;
}
/* line 59, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger .hamburger-icon .hamburger-lines, .main-header .hamburger .hamburger-icon:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  background: #FFF;
}
/* line 65, ../../src/sass/helpers/_mixins.scss */
.main-header .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 74, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger .hamburger-lines:before, .main-header .hamburger .hamburger-lines:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  background: #FFF;
  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 83, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger .hamburger-lines:before {
  top: -6px;
}
/* line 89, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger .hamburger-lines:after {
  top: 6px;
}
/* line 92, ../../src/sass/helpers/_mixins.scss */
.active .main-header .hamburger .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 98, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active .hamburger-lines, .main-header .hamburger.active .hamburger-icon:after {
  background: transparent;
}
/* line 103, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active .hamburger-lines:before, .main-header .hamburger.active .hamburger-lines:after {
  top: 0;
}
/* line 108, ../../src/sass/helpers/_mixins.scss */
.main-header .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 112, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 196, ../../src/sass/partials/header.scss */
.main-header .hamburger.active {
  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: 40px;
  height: 34px;
  cursor: pointer;
  border: 1px solid #FFF;
  background: transparent;
  border: none;
  background-color: #EA5760;
  height: 32px;
  width: 32px;
}
/* line 51, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active .hamburger-icon {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
  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;
}
/* line 59, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active .hamburger-icon .hamburger-lines, .main-header .hamburger.active .hamburger-icon:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  background: #FFF;
}
/* line 65, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active .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 74, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active .hamburger-lines:before, .main-header .hamburger.active .hamburger-lines:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  background: #FFF;
  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 83, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active .hamburger-lines:before {
  top: -6px;
}
/* line 89, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active .hamburger-lines:after {
  top: 6px;
}
/* line 92, ../../src/sass/helpers/_mixins.scss */
.active .main-header .hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 98, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active.active .hamburger-lines, .main-header .hamburger.active.active .hamburger-icon:after {
  background: transparent;
}
/* line 103, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active.active .hamburger-lines:before, .main-header .hamburger.active.active .hamburger-lines:after {
  top: 0;
}
/* line 108, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active.active .hamburger-lines:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 112, ../../src/sass/helpers/_mixins.scss */
.main-header .hamburger.active.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 212, ../../src/sass/partials/header.scss */
.main-header .search-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -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-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -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;
  padding: 0 10px;
  background: transparent;
  height: 72px;
  cursor: pointer;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  /* line 212, ../../src/sass/partials/header.scss */
  .main-header .search-toggle {
    padding: 0 20px;
  }
}
/* line 239, ../../src/sass/partials/header.scss */
.main-header .search-toggle .menu-label-close, .main-header .search-toggle .menu-label {
  margin: 0.8em 0 0.5em;
}
/* line 246, ../../src/sass/partials/header.scss */
.main-header .search-toggle.active .search-icon, .main-header .search-toggle.active .menu-label {
  opacity: 0;
  display: none;
}
/* line 251, ../../src/sass/partials/header.scss */
.main-header .search-toggle.active .search-icon-close, .main-header .search-toggle.active .menu-label-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
/* line 257, ../../src/sass/partials/header.scss */
.main-header .search-toggle .search-icon {
  opacity: 1;
  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-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;
  background-color: #323E48;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
/* line 270, ../../src/sass/partials/header.scss */
.main-header .search-toggle .menu-label-close {
  display: none;
  opacity: 0;
}
/* line 275, ../../src/sass/partials/header.scss */
.main-header .search-toggle .search-icon-close {
  display: none;
  opacity: 0;
  height: 12px;
  -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-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

/* line 292, ../../src/sass/partials/header.scss */
.mobile-search-active .full-width-bar {
  top: 81px;
}

/* line 297, ../../src/sass/partials/header.scss */
.search-toggle {
  display: block;
  text-align: center;
}
/* line 305, ../../src/sass/partials/header.scss */
.search-toggle .menu-label {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 305, ../../src/sass/partials/header.scss */
  .search-toggle .menu-label {
    display: block;
  }
}
/* line 320, ../../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-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-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: 1024px) {
  /* line 320, ../../src/sass/partials/header.scss */
  .search-toggle .search-input-wrapper {
    -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;
  }
}
/* line 332, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper .right {
  position: relative;
}
/* line 335, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper .right input[type=submit] {
  cursor: pointer;
  opacity: 0;
}
/* line 340, ../../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 350, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper input[type=search] {
  background: #FFF;
  color: #323E48;
  font-size: 18px;
  padding: 14px 26px;
  display: block;
  border: none;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  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;
  height: 52px;
}
/* line 363, ../../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 368, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper input[type=search]::-webkit-input-placeholder {
  color: #BAC0C3;
  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;
}
.search-toggle .search-input-wrapper input[type=search]::-moz-placeholder {
  color: #BAC0C3;
  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;
}
.search-toggle .search-input-wrapper input[type=search]:-ms-input-placeholder {
  color: #BAC0C3;
  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;
}
.search-toggle .search-input-wrapper input[type=search]::placeholder {
  color: #BAC0C3;
  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 374, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper input[type=search]::-ms-input-placeholder {
  color: #BAC0C3;
  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 381, ../../src/sass/partials/header.scss */
.search-toggle .search-input-wrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 387, ../../src/sass/partials/header.scss */
.search-toggle .search-wrap .submenu-title {
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
}
/* line 395, ../../src/sass/partials/header.scss */
.search-toggle.active {
  border-bottom: 0 solid #D5D8DA;
}
/* line 398, ../../src/sass/partials/header.scss */
.mobile-search-active .search-toggle.active {
  background: #BAC0C3;
  border: none;
  margin-right: -23px;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}
@media only screen and (min-width: 768px) {
  /* line 398, ../../src/sass/partials/header.scss */
  .mobile-search-active .search-toggle.active {
    margin-right: 0;
  }
}

/* line 413, ../../src/sass/partials/header.scss */
.full-width-bar {
  background: #606B74;
  display: none;
  position: absolute;
  min-height: 60px;
  padding: 36px;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%;
  margin: 0 auto;
  max-width: 1120px;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 1000;
  width: 100%;
  padding: 0 24px;
  width: 100%;
  -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: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #2C363F;
  background-image: url(./images/full-width-bar_bg.svg);
  background-position: 295px 65px;
  background-repeat: no-repeat;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0px 50px 45px;
}
@media only screen and (min-width: 1024px) {
  /* line 413, ../../src/sass/partials/header.scss */
  .full-width-bar {
    padding: 22px 95px 70px 95px;
    width: 100%;
    top: 72px;
  }
}
/* line 452, ../../src/sass/partials/header.scss */
.full-width-bar .h4, .full-width-bar h4, .full-width-bar blockquote cite, blockquote .full-width-bar cite, .full-width-bar table thead, table .full-width-bar thead, .full-width-bar .accordions .accordion-item h3, .accordions .accordion-item .full-width-bar h3, .full-width-bar .accordions .accordion-item .has-intro-font-size, .accordions .accordion-item .full-width-bar .has-intro-font-size, .full-width-bar .slick-lightbox .caption p, .slick-lightbox .caption .full-width-bar p {
  color: #BAC0C3;
}
/* line 456, ../../src/sass/partials/header.scss */
.full-width-bar button {
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 58px;
  padding: 0 20px;
  background: #BAC0C3;
  height: 52px;
  border: none;
  margin: 25px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  /* line 456, ../../src/sass/partials/header.scss */
  .full-width-bar button {
    margin: 0 10px;
  }
}
/* line 471, ../../src/sass/partials/header.scss */
.full-width-bar .search-wrap {
  width: 100%;
}
/* line 475, ../../src/sass/partials/header.scss */
.admin-bar.mobile-search-active .full-width-bar {
  top: 118px;
}
@media only screen and (min-width: 768px) {
  /* line 475, ../../src/sass/partials/header.scss */
  .admin-bar.mobile-search-active .full-width-bar {
    top: 113px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 475, ../../src/sass/partials/header.scss */
  .admin-bar.mobile-search-active .full-width-bar {
    top: 104px;
  }
}
@media screen and (max-width: 782px) {
  /* line 475, ../../src/sass/partials/header.scss */
  .admin-bar.mobile-search-active .full-width-bar {
    top: 118px;
  }
}
/* line 489, ../../src/sass/partials/header.scss */
.admin-bar :not(.mobile-search-active) .full-width-bar {
  top: 72px;
}
@media only screen and (min-width: 768px) {
  /* line 489, ../../src/sass/partials/header.scss */
  .admin-bar :not(.mobile-search-active) .full-width-bar {
    top: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 489, ../../src/sass/partials/header.scss */
  .admin-bar :not(.mobile-search-active) .full-width-bar {
    top: 72px;
  }
}
@media screen and (max-width: 782px) {
  /* line 489, ../../src/sass/partials/header.scss */
  .admin-bar :not(.mobile-search-active) .full-width-bar {
    top: 72px;
  }
}

/* line 506, ../../src/sass/partials/header.scss */
.nav-open {
  overflow: hidden;
}

/* line 511, ../../src/sass/partials/header.scss */
.queens-now-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 10px;
  display: flex;
  gap: 15px;
  -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;
  display: flex;
  gap: 15px;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: 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;
  padding: 0;
  background: transparent;
  height: 72px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  /* line 511, ../../src/sass/partials/header.scss */
  .queens-now-nav {
    padding: 0 20px;
  }
}
/* line 537, ../../src/sass/partials/header.scss */
.queens-now-nav:visited {
  text-decoration: none;
}
/* line 542, ../../src/sass/partials/header.scss */
.queens-now-nav p {
  text-decoration: none;
  text-transform: uppercase;
  margin: 0.8em 0 0.5em;
}
/* line 549, ../../src/sass/partials/header.scss */
.queens-now-nav svg {
  height: 32px;
  width: 32px;
}

/* line 1, ../../src/sass/partials/footer.scss */
footer {
  position: relative;
  background: #323E48;
  color: #FFF;
  padding-top: 68px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/partials/footer.scss */
  footer {
    padding-top: 110px;
  }
}
/* line 14, ../../src/sass/partials/footer.scss */
footer p a {
  background: -webkit-gradient(linear, left top, left bottom, from(#606B74), to(#606B74)) 100%;
  background: -webkit-linear-gradient(top, #606B74 0%, #606B74) 100%;
  background: -moz- oldlinear-gradient(top, #606B74 0%, #606B74) 100%;
  background: -o-linear-gradient(top, #606B74 0%, #606B74) 100%;
  background: linear-gradient(to bottom, #606B74 0%, #606B74) 100%;
  background-position: 0 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 0px 4px;
     -moz-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 #606B74;
}
/* line 24, ../../src/sass/partials/footer.scss */
footer p a:hover {
  -webkit-background-size: 4px 24px;
     -moz-background-size: 4px 24px;
          background-size: 4px 24px;
  border-bottom: 1px solid #D5D8DA;
}
/* line 30, ../../src/sass/partials/footer.scss */
footer p,
footer .h4,
footer h4,
footer blockquote cite,
blockquote footer cite,
footer table thead,
table footer thead,
footer .accordions .accordion-item h3,
.accordions .accordion-item footer h3,
footer .accordions .accordion-item .has-intro-font-size,
.accordions .accordion-item footer .has-intro-font-size,
footer .slick-lightbox .caption p,
.slick-lightbox .caption footer p {
  color: #FFF;
}
/* line 36, ../../src/sass/partials/footer.scss */
footer .h4, footer h4, footer blockquote cite, blockquote footer cite, footer table thead, table footer thead, footer .accordions .accordion-item h3, .accordions .accordion-item footer h3, footer .accordions .accordion-item .has-intro-font-size, .accordions .accordion-item footer .has-intro-font-size, footer .slick-lightbox .caption p, .slick-lightbox .caption footer p {
  margin-top: 0;
}
/* line 40, ../../src/sass/partials/footer.scss */
footer .container {
  z-index: 2;
  position: relative;
}
/* line 46, ../../src/sass/partials/footer.scss */
footer .footer-graphic {
  position: absolute;
  top: 72px;
  right: -160px;
}
/* line 53, ../../src/sass/partials/footer.scss */
footer .upper-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 53, ../../src/sass/partials/footer.scss */
  footer .upper-wrap {
    -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;
    text-align: left;
  }
}
/* line 66, ../../src/sass/partials/footer.scss */
footer .upper-wrap .crest {
  margin-bottom: 64px;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  /* line 66, ../../src/sass/partials/footer.scss */
  footer .upper-wrap .crest {
    margin-bottom: 0;
    width: 348px;
    max-width: 100%;
  }
}
/* line 79, ../../src/sass/partials/footer.scss */
footer .upper-wrap .social-links {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 79, ../../src/sass/partials/footer.scss */
  footer .upper-wrap .social-links {
    margin-bottom: 80px;
  }
}
/* line 82, ../../src/sass/partials/footer.scss */
footer .upper-wrap .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;
  margin: 1.3em 0 0;
}
/* line 88, ../../src/sass/partials/footer.scss */
footer .upper-wrap .social-links .icon-wrap .logos {
  margin: 0 8px;
  height: 26px;
  width: 26px;
}
/* line 93, ../../src/sass/partials/footer.scss */
footer .upper-wrap .social-links .icon-wrap .logos svg {
  height: 26px;
  width: 26px;
}
/* line 99, ../../src/sass/partials/footer.scss */
footer .upper-wrap .social-links .icon-wrap .logos svg path {
  fill: #FFF;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
}
/* line 104, ../../src/sass/partials/footer.scss */
footer .upper-wrap .social-links .icon-wrap .logos svg rect {
  fill: #FFF;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
}
/* line 111, ../../src/sass/partials/footer.scss */
footer .upper-wrap .social-links .icon-wrap .logos svg:hover path {
  fill: #606B74;
}
/* line 115, ../../src/sass/partials/footer.scss */
footer .upper-wrap .social-links .icon-wrap .logos svg:hover rect {
  fill: #606B74;
}
/* line 122, ../../src/sass/partials/footer.scss */
footer .upper-wrap .social-links .icon-wrap .logos a {
  text-decoration: none;
}
/* line 131, ../../src/sass/partials/footer.scss */
footer .upper-wrap .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 140, ../../src/sass/partials/footer.scss */
footer .lower-wrap {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1, ../../src/sass/partials/nav.scss */
.hamburger {
  display: none;
  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;
  width: 40px;
  height: 34px;
  cursor: pointer;
  border: 1px solid #323E48;
  background: transparent;
  border-color: none;
}
/* line 51, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
  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;
}
/* line 59, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon .hamburger-lines, .hamburger .hamburger-icon:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  background: #323E48;
}
/* line 65, ../../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 74, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before, .hamburger .hamburger-lines:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  background: #323E48;
  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 83, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before {
  top: -6px;
}
/* line 89, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:after {
  top: 6px;
}
/* line 92, ../../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 98, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines, .hamburger.active .hamburger-icon:after {
  background: transparent;
}
/* line 103, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before, .hamburger.active .hamburger-lines:after {
  top: 0;
}
/* line 108, ../../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 112, ../../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);
}
/* line 15, ../../src/sass/partials/nav.scss */
.hamburger.active {
  border-color: none;
}
/* line 18, ../../src/sass/partials/nav.scss */
.js .hamburger.active {
  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 24, ../../src/sass/partials/nav.scss */
.js .hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 32, ../../src/sass/partials/nav.scss */
.hamburger .hamburger-lines,
.hamburger .hamburger-icon:after,
.hamburger .hamburger-lines:before,
.hamburger .hamburger-lines:after {
  background-color: #323E48;
}
/* line 40, ../../src/sass/partials/nav.scss */
.hamburger.active .hamburger-lines:before,
.hamburger.active .hamburger-lines:after {
  background-color: #FFF;
}
/* line 45, ../../src/sass/partials/nav.scss */
.hamburger.active .hamburger-icon:after {
  background-color: transparent;
}

/* line 51, ../../src/sass/partials/nav.scss */
.nav-menu {
  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;
  background-image: url(./images/full-width-bar_bg.svg);
}
/* line 61, ../../src/sass/partials/nav.scss */
.js .nav-menu {
  display: none;
  padding: 0;
  position: fixed;
  top: 72px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: #323E48;
  background-position: 295px 65px;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1120px;
  max-height: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px #ffffff1f;
     -moz-box-shadow: 0px 0px 3px 0px #ffffff1f;
          box-shadow: 0px 0px 3px 0px #ffffff1f;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  /* line 61, ../../src/sass/partials/nav.scss */
  .js .nav-menu {
    top: 72px;
    background-color: #2C363F;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
/* line 90, ../../src/sass/partials/nav.scss */
.js .admin-bar .nav-menu {
  top: 117px;
  overflow: scroll;
}
@media only screen and (min-width: 768px) {
  /* line 90, ../../src/sass/partials/nav.scss */
  .js .admin-bar .nav-menu {
    overflow: visible;
    overflow-y: auto;
    top: 117px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 90, ../../src/sass/partials/nav.scss */
  .js .admin-bar .nav-menu {
    overflow: visible;
    overflow-y: auto;
    top: 104px;
  }
}
/* line 107, ../../src/sass/partials/nav.scss */
.nav-menu .container {
  display: block;
}
/* line 119, ../../src/sass/partials/nav.scss */
.nav-menu.active {
  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-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-y: auto;
  height: -webkit-calc(100vh - 72px);
  height: -moz-calc(100vh - 72px);
  height: calc(100vh - 72px);
}
@-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 140, ../../src/sass/partials/nav.scss */
.nav-menu .menu-item-mobile-only {
  display: none;
}
/* line 145, ../../src/sass/partials/nav.scss */
.nav-menu.show-mobile-menu .menu-item-mobile-only {
  display: block;
}
/* line 150, ../../src/sass/partials/nav.scss */
.nav-menu ul {
  color: #BAC0C3;
  list-style-type: disc;
  margin: 0 0 0 1rem;
}
/* line 155, ../../src/sass/partials/nav.scss */
.js .nav-menu ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 40px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 155, ../../src/sass/partials/nav.scss */
  .js .nav-menu ul {
    margin-top: 0;
    margin-left: 0;
    width: auto;
  }
}
/* line 169, ../../src/sass/partials/nav.scss */
.nav-menu .main-navigation {
  overflow: hidden;
  position: initial;
}
@media only screen and (min-width: 1024px) {
  /* line 169, ../../src/sass/partials/nav.scss */
  .nav-menu .main-navigation {
    overflow: visible;
    width: 354px;
    min-width: 354px;
    height: auto;
    background: #323E48;
    position: initial;
    padding: 40px 0 0;
    padding-right: 0px;
  }
}
/* line 186, ../../src/sass/partials/nav.scss */
.js .nav-menu .main-navigation > .menu-item-has-children > a::after {
  display: none;
}
/* line 192, ../../src/sass/partials/nav.scss */
.nav-menu .main-navigation > li.menu-item {
  border: none;
  margin-left: 0;
  padding-left: 0px;
}
@media only screen and (min-width: 1024px) {
  /* line 198, ../../src/sass/partials/nav.scss */
  .js .nav-menu .main-navigation > li.menu-item:hover, .js .nav-menu .main-navigation > li.menu-item:focus {
    background-color: #FFF;
    background: #FFF;
    color: #323E48;
    border: none;
  }
  /* line 206, ../../src/sass/partials/nav.scss */
  .js .nav-menu .main-navigation > li.menu-item:hover > a, .js .nav-menu .main-navigation > li.menu-item:focus > a {
    background-color: #FFF;
    background: #FFF;
    color: #323E48;
    border: none;
  }
}
/* line 218, ../../src/sass/partials/nav.scss */
.nav-menu a {
  color: #BAC0C3;
  font-size: 18px;
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 32px;
  position: relative;
  border: none;
  text-decoration: none;
}
/* line 227, ../../src/sass/partials/nav.scss */
.js .nav-menu a {
  display: block;
  padding: 10px 40px 6px 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  word-break: break-word;
  border: none;
  color: #F0F0F1;
}
/* line 237, ../../src/sass/partials/nav.scss */
.js .nav-menu a .has-submenu {
  padding-left: 0px;
}
@media only screen and (min-width: 1024px) {
  /* line 227, ../../src/sass/partials/nav.scss */
  .js .nav-menu a {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 40px 6px 45px;
  }
}
/* line 250, ../../src/sass/partials/nav.scss */
.js .nav-menu a:hover {
  background-color: #FFF;
  background: #FFF;
  color: #323E48;
  border: none;
}
/* line 259, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu {
  padding: 0;
}
/* line 263, ../../src/sass/partials/nav.scss */
.nav-menu .h2, .nav-menu h2, .nav-menu .home-container .panel .text-area, .home-container .panel .nav-menu .text-area {
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (min-width: 1024px) {
  /* line 269, ../../src/sass/partials/nav.scss */
  .nav-menu .sub-menu-outter-wrap {
    display: none;
    position: absolute;
    -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;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1000;
    width: 100%;
    padding: 0;
  }
}
/* line 285, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap .submenu-title {
  display: none;
  -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;
  width: -webkit-calc(100%);
  width: -moz-calc(100%);
  width: calc(100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0px 0px 0px 105px;
}
@media only screen and (min-width: 1024px) {
  /* line 285, ../../src/sass/partials/nav.scss */
  .nav-menu .sub-menu-outter-wrap .submenu-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 0px 50px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 285, ../../src/sass/partials/nav.scss */
  .nav-menu .sub-menu-outter-wrap .submenu-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 0px 105px;
  }
}
/* line 304, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap .submenu-title .submenu-heading {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #FFF;
  margin: 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #606B74;
  padding-bottom: 15px;
  width: -webkit-calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: calc(100% - 105px);
}
@media only screen and (min-width: 768px) {
  /* line 304, ../../src/sass/partials/nav.scss */
  .nav-menu .sub-menu-outter-wrap .submenu-title .submenu-heading {
    width: -webkit-calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: calc(100% - 145px);
  }
}
@media only screen and (min-width: 1248px) {
  /* line 304, ../../src/sass/partials/nav.scss */
  .nav-menu .sub-menu-outter-wrap .submenu-title .submenu-heading {
    width: -webkit-calc(100% - 105px);
    width: -moz-calc(100% - 105px);
    width: calc(100% - 105px);
  }
}
/* line 324, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap .submenu-title p {
  margin: 0;
}
/* line 328, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap .submenu-title .submenu-link {
  padding: 5px 0;
  border-bottom: none;
  font-size: 21px;
  font-weight: 700;
  color: #FFF;
  line-height: 28px;
}
/* line 339, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap .submenu-title a:hover {
  font-weight: 500;
}
/* line 342, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap .submenu-title a:hover:after {
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  margin-left: 1ch;
  font-weight: 700;
}
/* line 354, ../../src/sass/partials/nav.scss */
.mobile-menu-active .nav-menu .sub-menu-outter-wrap .submenu-title:after {
  right: 40px;
  content: "";
  background-image: url(images/menu-arrow-down.svg);
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  position: absolute;
  top: 24%;
  -webkit-transform: translateY(-60%);
     -moz-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
       -o-transform: translateY(-60%);
          transform: translateY(-60%);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 371, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(230px, 1fr));
  grid-gap: 60px;
  grid-row-gap: 0px;
  margin: 0;
  padding-left: 55px;
}
@media only screen and (min-width: 1024px) {
  /* line 371, ../../src/sass/partials/nav.scss */
  .nav-menu .sub-menu-outter-wrap ul {
    grid-template-columns: repeat(2, minmax(220px, 220px));
    padding: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 371, ../../src/sass/partials/nav.scss */
  .nav-menu .sub-menu-outter-wrap ul {
    grid-template-columns: repeat(2, minmax(230px, 230px));
    padding: 0 0 0 105px;
  }
}
/* line 389, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap ul li {
  padding: 0px;
  padding-bottom: 32px;
}
/* line 393, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap ul li:last-child {
  padding: 0px;
}
@media only screen and (min-width: 1024px) {
  /* line 389, ../../src/sass/partials/nav.scss */
  .nav-menu .sub-menu-outter-wrap ul li {
    padding: 0px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 389, ../../src/sass/partials/nav.scss */
  .nav-menu .sub-menu-outter-wrap ul li {
    padding: 0px;
  }
}
/* line 405, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap ul li a {
  font-size: 20px;
  line-height: 24px;
  color: #F0F0F1;
  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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px 24px 4px 8px;
}
@media only screen and (min-width: 1024px) {
  /* line 405, ../../src/sass/partials/nav.scss */
  .nav-menu .sub-menu-outter-wrap ul li a {
    line-height: 28px;
    height: 100%;
  }
}
/* line 422, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap ul li a::after {
  content: '';
  width: 5px;
  height: 9px;
  background-image: url("images/arrow-white.svg");
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 435, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap ul li a:hover {
  font-weight: 500;
  color: #323E48;
  background-color: #FFF;
}
/* line 440, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-outter-wrap ul li a:hover::after {
  background-image: url("images/simple-arrow-right_hover.svg");
}
/* line 452, ../../src/sass/partials/nav.scss */
.nav-menu .active > .sub-menu-outter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 456, ../../src/sass/partials/nav.scss */
.mobile-menu-active .nav-menu .active > .sub-menu-outter-wrap {
  padding: 0px;
}
/* line 460, ../../src/sass/partials/nav.scss */
.nav-menu .active > .sub-menu-outter-wrap .sub-menu-wrap {
  min-width: auto;
  max-width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 100%;
  background-color: #2C363F;
  padding: 32px 32px 32px 0px;
}
@media only screen and (min-width: 768px) {
  /* line 460, ../../src/sass/partials/nav.scss */
  .nav-menu .active > .sub-menu-outter-wrap .sub-menu-wrap {
    min-width: 768px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 460, ../../src/sass/partials/nav.scss */
  .nav-menu .active > .sub-menu-outter-wrap .sub-menu-wrap {
    margin: 0 auto;
    min-width: 768px;
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}
/* line 489, ../../src/sass/partials/nav.scss */
.nav-menu .sub-menu-wrap {
  color: #FFF;
}
/* line 492, ../../src/sass/partials/nav.scss */
.js .nav-menu .sub-menu-wrap {
  display: none;
  -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: 1024px) {
  /* line 492, ../../src/sass/partials/nav.scss */
  .js .nav-menu .sub-menu-wrap {
    min-height: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
  }
}
/* line 508, ../../src/sass/partials/nav.scss */
.nav-menu .menu-item-has-children {
  position: relative;
}
/* line 515, ../../src/sass/partials/nav.scss */
.js .nav-menu .menu-item-has-children > li > a::after {
  display: none;
}
/* line 521, ../../src/sass/partials/nav.scss */
.nav-menu .menu-item-has-children > a {
  color: #F0F0F1;
}
/* line 524, ../../src/sass/partials/nav.scss */
.js .nav-menu .menu-item-has-children > a {
  position: relative;
  border: none;
}
/* line 530, ../../src/sass/partials/nav.scss */
.nav-menu .menu-item-has-children > a {
  color: #F0F0F1;
  padding-left: 35px;
}
@media only screen and (min-width: 1024px) {
  /* line 530, ../../src/sass/partials/nav.scss */
  .nav-menu .menu-item-has-children > a {
    color: #F0F0F1;
    border: none;
    padding-left: 45px;
  }
}
/* line 540, ../../src/sass/partials/nav.scss */
.js .nav-menu .menu-item-has-children > a {
  border: none;
}
@media only screen and (min-width: 1024px) {
  /* line 546, ../../src/sass/partials/nav.scss */
  .js .nav-menu .menu-item-has-children:hover, .js .nav-menu .menu-item-has-children:focus {
    background-color: #FFF;
  }
  /* line 552, ../../src/sass/partials/nav.scss */
  .js .nav-menu .menu-item-has-children:hover > li a, .js .nav-menu .menu-item-has-children:focus > li a {
    color: #323E48;
  }
  /* line 554, ../../src/sass/partials/nav.scss */
  .js .nav-menu .menu-item-has-children:hover > li a::after, .js .nav-menu .menu-item-has-children:focus > li a::after {
    background-image: url("images/simple-arrow-right_hover.svg");
  }
  /* line 560, ../../src/sass/partials/nav.scss */
  .js .nav-menu .menu-item-has-children:hover > a, .js .nav-menu .menu-item-has-children:focus > a {
    color: #323E48;
  }
  /* line 562, ../../src/sass/partials/nav.scss */
  .js .nav-menu .menu-item-has-children:hover > a::after, .js .nav-menu .menu-item-has-children:focus > a::after {
    background-image: url("images/simple-arrow-right_hover.svg");
  }
}
/* line 571, ../../src/sass/partials/nav.scss */
.nav-menu .current-menu-ancestor,
.nav-menu .current-menu-item {
  text-decoration: underline;
  color: #F0F0F1;
}
/* line 576, ../../src/sass/partials/nav.scss */
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-menu-item > a {
  text-decoration: underline;
  color: #F0F0F1;
}
/* line 582, ../../src/sass/partials/nav.scss */
.nav-menu .main-bottom-navigation-container {
  margin: 1rem 0 0;
}
/* line 586, ../../src/sass/partials/nav.scss */
.nav-menu #menu-main-menu-bottom-nav {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 589, ../../src/sass/partials/nav.scss */
  .js .nav-menu #menu-main-menu-bottom-nav {
    margin: 0 0 0 0;
    padding: 0px;
  }
}
/* line 596, ../../src/sass/partials/nav.scss */
.js .nav-menu #menu-main-menu-bottom-nav li.menu-item:first-child {
  font-size: 24px;
  color: #BAC0C3;
}
/* line 599, ../../src/sass/partials/nav.scss */
.js .nav-menu #menu-main-menu-bottom-nav li.menu-item:first-child a {
  font-size: 24px;
  color: #BAC0C3;
}
/* line 602, ../../src/sass/partials/nav.scss */
.js .nav-menu #menu-main-menu-bottom-nav li.menu-item:first-child a:hover, .js .nav-menu #menu-main-menu-bottom-nav li.menu-item:first-child a:focus {
  background-color: transparent;
  background: transparent;
  color: #BAC0C3;
  border: none;
}
/* line 610, ../../src/sass/partials/nav.scss */
.js .nav-menu #menu-main-menu-bottom-nav li.menu-item:first-child:hover, .js .nav-menu #menu-main-menu-bottom-nav li.menu-item:first-child:focus {
  background-color: transparent;
  background: transparent;
  color: #BAC0C3;
  border: none;
}

/* line 1, ../../src/sass/partials/banner.scss */
.outer-container {
  overflow: hidden;
}

/* line 5, ../../src/sass/partials/banner.scss */
.banner {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 5, ../../src/sass/partials/banner.scss */
  .banner {
    margin-bottom: 80px;
  }
}
/* line 9, ../../src/sass/partials/banner.scss */
.banner.has-a-filter {
  margin-bottom: 40px;
}
/* line 13, ../../src/sass/partials/banner.scss */
.banner h1 {
  margin: 0;
}
/* line 17, ../../src/sass/partials/banner.scss */
.banner .h3, .banner h3, .banner .has-intro-font-size {
  margin: 0.5em 0 0em;
}
/* line 21, ../../src/sass/partials/banner.scss */
.banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 21, ../../src/sass/partials/banner.scss */
  .banner .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 35, ../../src/sass/partials/banner.scss */
.banner .text-area {
  width: 100%;
  max-width: 470px;
}
/* line 42, ../../src/sass/partials/banner.scss */
.banner.plain svg {
  height: 304px;
  top: unset;
  left: -200px;
  bottom: -92px;
}
@media only screen and (min-width: 480px) {
  /* line 42, ../../src/sass/partials/banner.scss */
  .banner.plain svg {
    left: -30px;
    right: unset;
  }
}
@media only screen and (min-width: 768px) {
  /* line 42, ../../src/sass/partials/banner.scss */
  .banner.plain svg {
    height: 308px;
    top: 10px;
    right: -40px;
    left: unset;
  }
}
/* line 64, ../../src/sass/partials/banner.scss */
.banner.plain .text-area {
  padding: 70px 0 0;
  max-width: 800px;
  margin-bottom: 26px;
}
/* line 73, ../../src/sass/partials/banner.scss */
.banner.with-image .text-area {
  padding: 70px 0 0;
  margin-bottom: 34px;
}
@media only screen and (min-width: 768px) {
  /* line 73, ../../src/sass/partials/banner.scss */
  .banner.with-image .text-area {
    margin-bottom: 186px;
  }
}
/* line 85, ../../src/sass/partials/banner.scss */
.banner.with-image.with-image.video .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  /* line 85, ../../src/sass/partials/banner.scss */
  .banner.with-image.with-image.video .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 94, ../../src/sass/partials/banner.scss */
.banner.with-image.with-image.video .text-area {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
@media only screen and (min-width: 1024px) {
  /* line 94, ../../src/sass/partials/banner.scss */
  .banner.with-image.with-image.video .text-area {
    max-width: 450px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 94, ../../src/sass/partials/banner.scss */
  .banner.with-image.with-image.video .text-area {
    width: 100%;
    max-width: 400px;
  }
}
/* line 115, ../../src/sass/partials/banner.scss */
.banner.with-image.with-image.video .image {
  position: relative;
  z-index: -2;
  margin: 0 -24px;
  width: -webkit-calc(100% + 48px);
  width: -moz-calc(100% + 48px);
  width: calc(100% + 48px);
  height: 240px;
}
@media only screen and (min-width: 390px) {
  /* line 115, ../../src/sass/partials/banner.scss */
  .banner.with-image.with-image.video .image {
    width: 100%;
    margin: unset;
    height: 260px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 115, ../../src/sass/partials/banner.scss */
  .banner.with-image.with-image.video .image {
    width: 100%;
    margin: unset;
    height: 386px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 115, ../../src/sass/partials/banner.scss */
  .banner.with-image.with-image.video .image {
    width: 650px;
    height: 360px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 115, ../../src/sass/partials/banner.scss */
  .banner.with-image.with-image.video .image {
    width: 700px;
    height: 432px;
  }
}
/* line 151, ../../src/sass/partials/banner.scss */
.banner.with-image.with-image.video .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
/* line 160, ../../src/sass/partials/banner.scss */
.banner.with-image #breadcrumbs {
  margin-bottom: 44px;
}
@media only screen and (min-width: 768px) {
  /* line 160, ../../src/sass/partials/banner.scss */
  .banner.with-image #breadcrumbs {
    margin-bottom: 90px;
  }
}
/* line 168, ../../src/sass/partials/banner.scss */
.banner.with-image svg {
  -webkit-transform: unset;
     -moz-transform: unset;
      -ms-transform: unset;
       -o-transform: unset;
          transform: unset;
  height: 304px;
  top: unset;
  left: -200px;
  bottom: 354px;
}
@media only screen and (min-width: 480px) {
  /* line 168, ../../src/sass/partials/banner.scss */
  .banner.with-image svg {
    left: -30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 168, ../../src/sass/partials/banner.scss */
  .banner.with-image svg {
    height: 416px;
    top: 126px;
    left: 30%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* line 189, ../../src/sass/partials/banner.scss */
.banner .image {
  position: relative;
  z-index: -2;
  margin: 0 -24px;
  width: -webkit-calc(100% + 48px);
  width: -moz-calc(100% + 48px);
  width: calc(100% + 48px);
}
@media only screen and (min-width: 480px) {
  /* line 189, ../../src/sass/partials/banner.scss */
  .banner .image {
    width: 100%;
    margin: unset;
  }
}
@media only screen and (min-width: 768px) {
  /* line 189, ../../src/sass/partials/banner.scss */
  .banner .image {
    width: 577px;
  }
}
/* line 204, ../../src/sass/partials/banner.scss */
.banner .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  height: 412px;
}
/* line 212, ../../src/sass/partials/banner.scss */
.banner svg {
  position: absolute;
  z-index: -1;
}

/* line 220, ../../src/sass/partials/banner.scss */
#breadcrumbs {
  font-size: 14px;
  margin: 0;
  margin-bottom: 28px;
  text-align: left;
}

/* line 229, ../../src/sass/partials/banner.scss */
.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%);
  overflow: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
}
/* line 240, ../../src/sass/partials/banner.scss */
.video-started .video-container.youtube-video {
  opacity: 1;
}
/* line 244, ../../src/sass/partials/banner.scss */
.video-container.youtube-video #ytplayer-shield {
  width: 100%;
  height: 100%;
}
/* line 249, ../../src/sass/partials/banner.scss */
.video-container.youtube-video .ytplayer-container {
  width: 100%;
  height: 100%;
}
/* line 254, ../../src/sass/partials/banner.scss */
.video-container.youtube-video .video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
/* line 263, ../../src/sass/partials/banner.scss */
.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 270, ../../src/sass/partials/banner.scss */
.video-container.youtube-video .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 125% !important;
  height: 125% !important;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center;
}

/* line 1, ../../src/sass/partials/onward-link.scss */
.onward-link {
  padding-bottom: 80px;
}
/* line 5, ../../src/sass/partials/onward-link.scss */
.onward-link.grey {
  background: #F0F0F1;
}
/* line 9, ../../src/sass/partials/onward-link.scss */
.onward-link .title {
  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: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 90px;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../../src/sass/partials/onward-link.scss */
  .onward-link .title {
    height: 316px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 23, ../../src/sass/partials/onward-link.scss */
.onward-link .title h4, .onward-link .title blockquote cite, blockquote .onward-link .title cite, .onward-link .title table thead, table .onward-link .title thead, .onward-link .title .accordions .accordion-item h3, .accordions .accordion-item .onward-link .title h3, .onward-link .title .accordions .accordion-item .has-intro-font-size, .accordions .accordion-item .onward-link .title .has-intro-font-size, .onward-link .title .slick-lightbox .caption p, .slick-lightbox .caption .onward-link .title p {
  margin: 0;
}

/* line 1, ../../src/sass/partials/search-result.scss */
.search-result-container {
  width: 100%;
}
/* line 4, ../../src/sass/partials/search-result.scss */
.search-result-container .search-term {
  word-break: normal;
  color: #323E48;
}
/* line 9, ../../src/sass/partials/search-result.scss */
.search-result-container .search-result-body {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 9, ../../src/sass/partials/search-result.scss */
  .search-result-container .search-result-body {
    width: 75%;
  }
}
/* line 16, ../../src/sass/partials/search-result.scss */
.search-result-container .result-single {
  text-decoration: none;
  border-bottom: solid 1px #606B74;
  color: #323E48;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
  margin-bottom: 32px;
  padding-bottom: 16px;
  display: block;
}
/* line 27, ../../src/sass/partials/search-result.scss */
.search-result-container .result-single .arrow-link {
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
  opacity: 0;
}
/* line 34, ../../src/sass/partials/search-result.scss */
.search-result-container .result-single h3, .search-result-container .result-single .has-intro-font-size {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 16px;
}
/* line 40, ../../src/sass/partials/search-result.scss */
.search-result-container .result-single:hover, .search-result-container .result-single:focus {
  color: #323E48;
}
/* line 43, ../../src/sass/partials/search-result.scss */
.search-result-container .result-single:hover .arrow-link, .search-result-container .result-single:focus .arrow-link {
  opacity: 1;
}
/* line 47, ../../src/sass/partials/search-result.scss */
.search-result-container .result-single:hover h3, .search-result-container .result-single:hover .has-intro-font-size, .search-result-container .result-single:focus h3, .search-result-container .result-single:focus .has-intro-font-size {
  border-bottom: 1px solid #606B74;
  margin-bottom: -1px;
}

/* 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 #D5D8DA;
  -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 #D5D8DA;
  -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: #606B74;
}
/* 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;
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
          background-size: cover !important;
  background-position: center !important;
  margin-left: -16px !important;
  margin-top: 9px !important;
  content: "";
  background: url(./images/arrow.svg) !important;
  height: 9px !important;
  width: 14px !important;
}
/* line 79, ../../src/sass/partials/select2.scss */
.container .select2-selection {
  height: 52.5px !important;
}
/* line 84, ../../src/sass/partials/select2.scss */
.container .select2.select2-container.select2-container--open .select2-selection__rendered {
  background-color: #D5D8DA;
  color: #606B74;
  display: block;
}
/* line 91, ../../src/sass/partials/select2.scss */
.container .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #D5D8DA;
  display: block;
  color: #606B74;
}
/* line 98, ../../src/sass/partials/select2.scss */
.container .select2-container--default .select2-results__option--selected {
  background-color: #EA5760;
}

/* 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;
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  letter-spacing: -webkit-calc(1rem * 0.001 * 12);
  letter-spacing: -moz-calc(1rem * 0.001 * 12);
  letter-spacing: calc(1rem * 0.001 * 12);
  font-size: 18px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../../src/sass/partials/pager.scss */
  .pagination {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  /* line 9, ../../src/sass/partials/pager.scss */
  .pagination {
    margin-bottom: 80px;
  }
}

/* line 28, ../../src/sass/partials/pager.scss */
.pagination.mobile-pagination {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 28, ../../src/sass/partials/pager.scss */
  .pagination.mobile-pagination {
    display: none;
  }
}
/* line 37, ../../src/sass/partials/pager.scss */
.pagination.mobile-pagination .direction {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 37, ../../src/sass/partials/pager.scss */
  .pagination.mobile-pagination .direction {
    display: none;
  }
}
/* line 44, ../../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 49, ../../src/sass/partials/pager.scss */
.pagination .direction {
  background-color: #323E48;
  background: #323E48;
  margin: 0;
  padding: 16px 32px 12px 16px;
  position: relative;
  display: none;
}
/* line 57, ../../src/sass/partials/pager.scss */
.pagination .direction:hover {
  background-color: #323E48;
  background: #323E48;
}
/* line 62, ../../src/sass/partials/pager.scss */
.pagination .direction:visited {
  background: #EA5760;
  color: #323E48;
}
@media only screen and (min-width: 768px) {
  /* line 49, ../../src/sass/partials/pager.scss */
  .pagination .direction {
    display: block;
  }
}
/* line 73, ../../src/sass/partials/pager.scss */
.pagination .direction:after {
  content: "";
  background-image: url(images/arrow-charcoal.svg);
  background-repeat: no-repeat;
  height: 9px;
  width: 5px;
  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 86, ../../src/sass/partials/pager.scss */
.pagination .direction.inactive {
  background-color: #323E48;
  color: #323E48;
  pointer-events: none;
}
/* line 90, ../../src/sass/partials/pager.scss */
.pagination .direction.inactive:after {
  content: "";
  background-image: url(images/arrow-lightgrey.svg);
}
/* line 96, ../../src/sass/partials/pager.scss */
.pagination .direction:after {
  content: "";
  background-image: url(images/arrow-white.svg);
}
/* line 101, ../../src/sass/partials/pager.scss */
.pagination .direction a {
  color: #323E48;
  text-transform: uppercase;
}
/* line 107, ../../src/sass/partials/pager.scss */
.pagination .direction:first-of-type {
  padding: 16px 16px 12px 32px;
  background: #D5D8DA;
  background-color: #D5D8DA;
  color: #323E48;
  margin-right: 10px;
}
/* line 115, ../../src/sass/partials/pager.scss */
.pagination .direction:first-of-type > a {
  background: #D5D8DA;
  background-color: #D5D8DA;
  color: #323E48;
}
/* line 120, ../../src/sass/partials/pager.scss */
.pagination .direction:first-of-type > a:hover {
  background: #D5D8DA;
  background-color: #D5D8DA;
  color: #323E48;
}
/* line 127, ../../src/sass/partials/pager.scss */
.pagination .direction:first-of-type:after {
  content: "";
  -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);
  left: 20px;
  content: "";
  background-image: url(images/arrow-black.svg);
}
/* line 139, ../../src/sass/partials/pager.scss */
.pagination .direction:last-of-type {
  margin-left: 10px;
}
/* line 141, ../../src/sass/partials/pager.scss */
.pagination .direction:last-of-type > a {
  color: #F0F0F1;
}
/* line 145, ../../src/sass/partials/pager.scss */
.pagination .direction:last-of-type > a:hover {
  border-bottom: none;
  text-decoration: none;
  color: #F0F0F1;
  background-color: #323E48;
  background: #323E48;
}
/* line 156, ../../src/sass/partials/pager.scss */
.pagination .direction:last-of-type:after {
  content: "";
  right: 20px;
}
/* line 165, ../../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 172, ../../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: #323E48;
  text-decoration: none;
  padding: 16px 8px;
}
/* line 191, ../../src/sass/partials/pager.scss */
.pagination ul li a {
  text-decoration: none;
  color: #323E48;
  border-bottom: none;
}
/* line 197, ../../src/sass/partials/pager.scss */
.pagination ul li a:hover {
  border-bottom: none;
  text-decoration: none;
  color: #323E48;
  background-color: #FFF;
  background: #FFF;
}
/* line 206, ../../src/sass/partials/pager.scss */
.pagination ul li.active {
  background-color: #FFF;
  cursor: pointer;
  pointer-events: none;
  text-decoration: none;
  position: relative;
}
/* line 213, ../../src/sass/partials/pager.scss */
.pagination ul li.active a {
  color: #BAC0C3;
}
/* line 218, ../../src/sass/partials/pager.scss */
.pagination ul li.active:after {
  content: "";
  background-image: url(images/active-dot.svg);
  height: 5px;
  width: 5px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  left: 9px;
}
/* line 238, ../../src/sass/partials/pager.scss */
.pagination ul li.inactive {
  background-color: #FFF;
  color: #323E48;
}
/* line 242, ../../src/sass/partials/pager.scss */
.pagination ul li.inactive a {
  text-decoration: none;
  color: #323E48;
}
/* line 249, ../../src/sass/partials/pager.scss */
.pagination ul .dots {
  letter-spacing: 2px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* line 3, ../../src/sass/partials/alert.scss */
.alert-banner {
  background: #323E48;
  color: #FFF;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  display: block;
  z-index: 100;
  padding: 56px 0 24px;
}
@media only screen and (min-width: 640px) {
  /* line 3, ../../src/sass/partials/alert.scss */
  .alert-banner {
    padding: 24px 0;
  }
}
/* line 19, ../../src/sass/partials/alert.scss */
.admin-bar .alert-banner {
  top: 118px;
}
@media only screen and (min-width: 640px) {
  /* line 19, ../../src/sass/partials/alert.scss */
  .admin-bar .alert-banner {
    top: 104px;
  }
}
/* line 28, ../../src/sass/partials/alert.scss */
.alert-banner.close {
  display: none;
}
/* line 32, ../../src/sass/partials/alert.scss */
.alert-banner .container {
  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 38, ../../src/sass/partials/alert.scss */
.alert-banner svg {
  margin-right: 30px;
}
/* line 42, ../../src/sass/partials/alert.scss */
.alert-banner .h3, .alert-banner h3, .alert-banner .has-intro-font-size {
  color: #FFF;
  margin: 0;
}
/* line 47, ../../src/sass/partials/alert.scss */
.alert-banner p {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}
/* line 52, ../../src/sass/partials/alert.scss */
.alert-banner p:last-of-type {
  margin-bottom: 0;
}
/* line 59, ../../src/sass/partials/alert.scss */
.alert-banner a {
  color: #FFF;
}
/* line 62, ../../src/sass/partials/alert.scss */
.alert-banner a:hover {
  color: #323E48;
}
/* line 67, ../../src/sass/partials/alert.scss */
.alert-banner .close-alert {
  top: 23px;
  right: 50px;
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 101;
}
/* line 79, ../../src/sass/partials/alert.scss */
.alert-banner .close-alert:before, .alert-banner .close-alert:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #FFF;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-top: -6px;
}
/* line 93, ../../src/sass/partials/alert.scss */
.alert-banner .close-alert:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 97, ../../src/sass/partials/alert.scss */
.alert-banner .close-alert:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 1, ../../src/sass/partials/digital-section.scss */
.display-board-wrapper {
  height: 1920px;
  max-height: 1920px;
  width: 1080px;
  max-width: 1080px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 11, ../../src/sass/partials/digital-section.scss */
.display-board-wrapper .inner-wrap {
  top: 10px;
}

/* line 17, ../../src/sass/partials/digital-section.scss */
.display-board {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* line 22, ../../src/sass/partials/digital-section.scss */
.display-board .h1, .display-board h1 {
  font-size: 64px;
  line-height: 60px;
}
/* line 27, ../../src/sass/partials/digital-section.scss */
.display-board p {
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -webkit-calc(1rem * 0.001 * -10);
  letter-spacing: -moz-calc(1rem * 0.001 * -10);
  letter-spacing: calc(1rem * 0.001 * -10);
  font-size: 44px;
  line-height: 56px;
}
/* line 37, ../../src/sass/partials/digital-section.scss */
.display-board .tag {
  background: #606B74;
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -webkit-calc(1rem * 0.001 * -10);
  letter-spacing: -moz-calc(1rem * 0.001 * -10);
  letter-spacing: calc(1rem * 0.001 * -10);
  font-size: 56px;
  line-height: 56px;
  color: white;
  display: inline-block;
  padding: 30px 40px 20px;
  text-transform: uppercase;
  margin-bottom: 90px;
  margin-top: 70px;
}
/* line 51, ../../src/sass/partials/digital-section.scss */
.display-board .tag.with-image {
  position: absolute;
  top: -205px;
  z-index: 2;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 64, ../../src/sass/partials/digital-section.scss */
.display-board .header {
  background: #D5D8DA;
  height: 140px;
  position: relative;
  z-index: 4;
}
/* line 70, ../../src/sass/partials/digital-section.scss */
.display-board .header .date-block {
  background: #F9F9F9;
  padding: 30px 0 35px;
  position: absolute;
  right: 0;
  top: 0;
  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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 212px;
}
/* line 81, ../../src/sass/partials/digital-section.scss */
.display-board .header .date-block.full_text {
  -webkit-box-shadow: 0 4px 8px #D5D8DA;
     -moz-box-shadow: 0 4px 8px #D5D8DA;
          box-shadow: 0 4px 8px #D5D8DA;
}
/* line 86, ../../src/sass/partials/digital-section.scss */
.display-board .header .date-block .qr {
  height: 112px;
  width: 112px;
  margin-top: 20px;
}
/* line 91, ../../src/sass/partials/digital-section.scss */
.display-board .header .date-block .qr img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}
/* line 98, ../../src/sass/partials/digital-section.scss */
.display-board .header .date-block .h2, .display-board .header .date-block h2, .display-board .header .date-block .home-container .panel .text-area, .home-container .panel .display-board .header .date-block .text-area,
.display-board .header .date-block .h3,
.display-board .header .date-block h3,
.display-board .header .date-block .has-intro-font-size {
  text-align: center;
  margin: 0;
}
/* line 104, ../../src/sass/partials/digital-section.scss */
.display-board .header .date-block .h2, .display-board .header .date-block h2, .display-board .header .date-block .home-container .panel .text-area, .home-container .panel .display-board .header .date-block .text-area {
  font-size: 44px;
  line-height: 56px;
}
/* line 109, ../../src/sass/partials/digital-section.scss */
.display-board .header .date-block .h3, .display-board .header .date-block h3, .display-board .header .date-block .has-intro-font-size {
  font-size: 28px;
  line-height: 30px;
}
/* line 115, ../../src/sass/partials/digital-section.scss */
.display-board .header svg {
  height: 54px;
  width: 402px;
  position: relative;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 125, ../../src/sass/partials/digital-section.scss */
.display-board .inner-wrap {
  height: 100%;
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
/* line 134, ../../src/sass/partials/digital-section.scss */
.display-board .title-wrap {
  position: relative;
}
/* line 140, ../../src/sass/partials/digital-section.scss */
.display-board .title-wrap svg {
  position: absolute;
  left: -865px;
  top: -90px;
  z-index: -1;
  height: 308px;
}
/* line 151, ../../src/sass/partials/digital-section.scss */
.display-board .main-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}
/* line 159, ../../src/sass/partials/digital-section.scss */
.display-board .main-image.full_image {
  height: 1780px;
}
/* line 164, ../../src/sass/partials/digital-section.scss */
.display-board .main-image.large_image {
  height: 1332px;
}
/* line 169, ../../src/sass/partials/digital-section.scss */
.display-board .main-image.a4poster {
  height: 841px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 175, ../../src/sass/partials/digital-section.scss */
.display-board .main-image.half_half {
  height: 754px;
}
/* line 180, ../../src/sass/partials/digital-section.scss */
.display-board .main-image.small_image {
  height: 308px;
}

/* line 1, ../../src/sass/partials/home-page.scss */
.home .main-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 9, ../../src/sass/partials/home-page.scss */
.home-container {
  overscroll-behavior: none;
  width: 100%;
  height: 100%;
  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;
  overflow: visible;
  -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: 1080px) {
  /* line 9, ../../src/sass/partials/home-page.scss */
  .home-container {
    width: -webkit-calc(100vw * 7);
    width: -moz-calc(100vw * 7);
    width: calc(100vw * 7);
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}
/* line 28, ../../src/sass/partials/home-page.scss */
.home-container .panel {
  width: 100vw;
  height: 100%;
  height: -webkit-calc(100% - 72px);
  height: -moz-calc(100% - 72px);
  height: calc(100% - 72px);
  position: relative;
  top: 72px;
  overflow: hidden;
  padding: 30px;
  background-color: #F0F0F1;
}
@media only screen and (min-width: 640px) {
  /* line 28, ../../src/sass/partials/home-page.scss */
  .home-container .panel {
    padding: 60px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 28, ../../src/sass/partials/home-page.scss */
  .home-container .panel {
    padding: 90px;
  }
}
/* line 46, ../../src/sass/partials/home-page.scss */
.home-container .panel:nth-of-type(even) {
  background-color: #FFF;
}
/* line 50, ../../src/sass/partials/home-page.scss */
.home-container .panel .text-area {
  width: 100%;
  margin-bottom: 130px;
  margin-right: 0;
}
@media only screen and (min-width: 375px) {
  /* line 50, ../../src/sass/partials/home-page.scss */
  .home-container .panel .text-area {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 390px) {
  /* line 50, ../../src/sass/partials/home-page.scss */
  .home-container .panel .text-area {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 50, ../../src/sass/partials/home-page.scss */
  .home-container .panel .text-area {
    width: 370px;
    margin-right: 70px;
    margin-bottom: 0;
  }
}
/* line 72, ../../src/sass/partials/home-page.scss */
.home-container .panel .inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  /* line 72, ../../src/sass/partials/home-page.scss */
  .home-container .panel .inner-wrap {
    -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 85, ../../src/sass/partials/home-page.scss */
.home-container .panel.one {
  height: -webkit-calc(60vh - 72px);
  height: -moz-calc(60vh - 72px);
  height: calc(60vh - 72px);
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (min-width: 640px) {
  /* line 85, ../../src/sass/partials/home-page.scss */
  .home-container .panel.one {
    height: -webkit-calc(100vh - 72px);
    height: -moz-calc(100vh - 72px);
    height: calc(100vh - 72px);
  }
}
@media only screen and (min-width: 1248px) {
  /* line 85, ../../src/sass/partials/home-page.scss */
  .home-container .panel.one {
    height: -webkit-calc(100% - 72px);
    height: -moz-calc(100% - 72px);
    height: calc(100% - 72px);
    margin-bottom: 0;
  }
}
/* line 101, ../../src/sass/partials/home-page.scss */
.home-container .panel.one .scroll-text {
  position: absolute;
  z-index: 20;
  background: #FFF;
  bottom: 0;
  right: 0;
  padding: 20px 80px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  /* line 101, ../../src/sass/partials/home-page.scss */
  .home-container .panel.one .scroll-text {
    right: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 115, ../../src/sass/partials/home-page.scss */
.home-container .panel.one .scroll-text svg {
  margin-top: 3px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 120, ../../src/sass/partials/home-page.scss */
.home-container .panel.one .scroll-text p {
  margin: 2px 12px 0 0;
  letter-spacing: -webkit-calc(1rem * 0.001 * 60);
  letter-spacing: -moz-calc(1rem * 0.001 * 60);
  letter-spacing: calc(1rem * 0.001 * 60);
}
/* line 126, ../../src/sass/partials/home-page.scss */
.home-container .panel.one .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  /* line 126, ../../src/sass/partials/home-page.scss */
  .home-container .panel.one .vimeo-wrapper {
    z-index: -1;
  }
}
/* line 140, ../../src/sass/partials/home-page.scss */
.home-container .panel.one .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  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%);
}
/* line 153, ../../src/sass/partials/home-page.scss */
.home-container .panel.one .text-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 6;
  max-width: 680px;
  width: 100%;
  text-align: center;
}
/* line 164, ../../src/sass/partials/home-page.scss */
.home-container .panel.one .overlay {
  background-color: #F0F0F1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
/* line 175, ../../src/sass/partials/home-page.scss */
.home-container .panel.one .lines svg {
  height: 310px;
  top: 10vh;
  left: 0;
  position: absolute;
  opacity: .5;
  z-index: 4;
}
/* line 184, ../../src/sass/partials/home-page.scss */
.home-container .panel.one img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 193, ../../src/sass/partials/home-page.scss */
.home-container .panel.one .fade-out {
  -webkit-animation: fadeOut 2s forwards;
     -moz-animation: fadeOut 2s forwards;
       -o-animation: fadeOut 2s forwards;
          animation: fadeOut 2s forwards;
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 209, ../../src/sass/partials/home-page.scss */
.home-container .panel.two {
  padding-top: 50px;
}
@media only screen and (min-width: 1024px) {
  /* line 209, ../../src/sass/partials/home-page.scss */
  .home-container .panel.two {
    padding-top: 0;
  }
}
/* line 217, ../../src/sass/partials/home-page.scss */
.home-container .panel.two .text-area {
  font-size: 40px;
  line-height: 48px;
  position: relative;
  margin-top: -48px;
  height: 170px;
}
@media only screen and (min-width: 640px) {
  /* line 217, ../../src/sass/partials/home-page.scss */
  .home-container .panel.two .text-area {
    height: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 217, ../../src/sass/partials/home-page.scss */
  .home-container .panel.two .text-area {
    height: auto;
  }
}
/* line 232, ../../src/sass/partials/home-page.scss */
.home-container .panel.two .text-area .lighter {
  color: #606B74;
}
/* line 237, ../../src/sass/partials/home-page.scss */
.home-container .panel.two .image-area {
  margin-bottom: 0;
  position: relative;
  max-width: 904px;
  width: 100%;
}
/* line 243, ../../src/sass/partials/home-page.scss */
.home-container .panel.two .image-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 250, ../../src/sass/partials/home-page.scss */
.home-container .panel.two .hotspots {
  margin: 0;
}
/* line 253, ../../src/sass/partials/home-page.scss */
.home-container .panel.two .hotspots .hotspot-wrap {
  position: absolute;
  border: #EA5760 solid 1px;
  height: 34px;
  width: 34px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  display: block;
}
/* line 261, ../../src/sass/partials/home-page.scss */
.home-container .panel.two .hotspots .hotspot-wrap .home-hotspot {
  position: relative;
  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%);
  background: #EA5760;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  display: block;
}
/* line 274, ../../src/sass/partials/home-page.scss */
.home-container .panel.two .hotspots .reveal {
  position: absolute;
  display: none;
}
/* line 278, ../../src/sass/partials/home-page.scss */
.home-container .panel.two .hotspots .reveal[data-hotspot="1"] {
  display: block;
}
/* line 285, ../../src/sass/partials/home-page.scss */
.home-container .panel.three .video-modal {
  height: 390px;
  max-width: 904px;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 285, ../../src/sass/partials/home-page.scss */
  .home-container .panel.three .video-modal {
    height: 507px;
  }
}
/* line 295, ../../src/sass/partials/home-page.scss */
.home-container .panel.three .video-modal svg {
  top: 20px;
  right: 92px;
  height: 510px;
}
/* line 301, ../../src/sass/partials/home-page.scss */
.home-container .panel.three .video-modal .image {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 309, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover {
  padding: 30px;
  /* Hide Play button + controls on iOS */
}
@media only screen and (min-width: 1024px) {
  /* line 309, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 309, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover {
    padding: 0 90px;
  }
}
/* line 320, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .inner-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  /* line 320, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .inner-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* line 327, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .inner-wrap .text-area {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
/* line 332, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .text-wrap {
  margin-left: 0;
}
@media only screen and (min-width: 640px) {
  /* line 332, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .text-wrap {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 332, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .text-wrap {
    margin-left: 0;
  }
}
/* line 343, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .text-wrap .h3, .home-container .panel.vid-hover .text-wrap h3, .home-container .panel.vid-hover .text-wrap .has-intro-font-size {
  font-size: 26px;
  line-height: 28px;
}
/* line 349, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .video-inner-wrap {
  text-decoration: none;
  width: 100%;
  margin-bottom: 0px;
  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-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
  max-width: 560px;
}
@media only screen and (min-width: 640px) {
  /* line 349, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .video-inner-wrap {
    -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;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 349, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .video-inner-wrap {
    max-width: 285px;
    -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-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* line 375, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .video-inner-wrap:nth-of-type(2n) {
  margin: 30px 0;
}
@media only screen and (min-width: 640px) {
  /* line 375, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .video-inner-wrap:nth-of-type(2n) {
    -webkit-align-self: unset;
        -ms-flex-item-align: unset;
            align-self: unset;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 375, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .video-inner-wrap:nth-of-type(2n) {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin: 0 30px 0 30px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 375, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .video-inner-wrap:nth-of-type(2n) {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin: 0 60px 0 60px;
  }
}
/* line 392, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .video-inner-wrap:nth-of-type(2n) .text-wrap {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 1024px) {
  /* line 392, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .video-inner-wrap:nth-of-type(2n) .text-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* line 400, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .video-inner-wrap:nth-of-type(2n) .video-hover {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 1024px) {
  /* line 400, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .video-inner-wrap:nth-of-type(2n) .video-hover {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* line 412, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .video-inner-wrap:hover .arrow-link svg circle {
  fill: #606B74;
}
/* line 419, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .video-inner-wrap .arrow-link {
  margin-top: 2px;
  opacity: 1;
}
/* line 424, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .video-inner-wrap .arrow-link svg circle {
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}
/* line 430, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .video-inner-wrap .text-wrap {
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  /* line 430, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .video-inner-wrap .text-wrap {
    margin-bottom: 32px;
  }
}
/* line 440, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .video-inner-wrap .video-hover {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  position: relative;
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  height: 380px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 100%;
}
@media only screen and (min-width: 640px) {
  /* line 440, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .video-inner-wrap .video-hover {
    height: 320px;
    max-width: 280px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 440, ../../src/sass/partials/home-page.scss */
  .home-container .panel.vid-hover .video-inner-wrap .video-hover {
    max-width: 330px;
    height: 380px;
  }
}
/* line 463, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover .video-inner-wrap .video-hover .the-video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
/* line 476, ../../src/sass/partials/home-page.scss */
.home-container .panel.vid-hover video::-webkit-media-controls {
  display: none !important;
}
/* line 481, ../../src/sass/partials/home-page.scss */
.home-container .panel.four, .home-container .panel.six {
  position: relative;
}
/* line 485, ../../src/sass/partials/home-page.scss */
.home-container .panel.four .inner-wrap, .home-container .panel.six .inner-wrap {
  position: relative;
  z-index: 3;
}
/* line 490, ../../src/sass/partials/home-page.scss */
.home-container .panel.four .ribbon svg, .home-container .panel.six .ribbon svg {
  height: 153px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
/* line 506, ../../src/sass/partials/home-page.scss */
.home-container .panel.four .text-wrap, .home-container .panel.five .text-wrap {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  max-width: 100%;
}
/* line 519, ../../src/sass/partials/home-page.scss */
.home-container .panel.four .text-area, .home-container .panel.five .text-area {
  font-size: 40px;
  line-height: 48px;
  margin-right: 10px;
}
@media only screen and (min-width: 1248px) {
  /* line 525, ../../src/sass/partials/home-page.scss */
  .home-container .panel.six {
    padding: 120px;
  }
}
/* line 531, ../../src/sass/partials/home-page.scss */
.home-container .panel.six .inner-wrap {
  -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;
}
/* line 536, ../../src/sass/partials/home-page.scss */
.home-container .panel.six .video-inner-wrap {
  max-width: 560px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: 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-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  /* line 536, ../../src/sass/partials/home-page.scss */
  .home-container .panel.six .video-inner-wrap {
    -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: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 536, ../../src/sass/partials/home-page.scss */
  .home-container .panel.six .video-inner-wrap {
    margin-bottom: 0;
  }
}
/* line 553, ../../src/sass/partials/home-page.scss */
.home-container .panel.six .video-inner-wrap:nth-of-type(2n) {
  margin: 0;
}
/* line 557, ../../src/sass/partials/home-page.scss */
.home-container .panel.six .video-inner-wrap .video-hover {
  height: 406px;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 557, ../../src/sass/partials/home-page.scss */
  .home-container .panel.six .video-inner-wrap .video-hover {
    height: 406px;
    max-width: 285px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 557, ../../src/sass/partials/home-page.scss */
  .home-container .panel.six .video-inner-wrap .video-hover {
    height: 406px;
  }
}
/* line 571, ../../src/sass/partials/home-page.scss */
.home-container .panel.six .video-inner-wrap .text-wrap {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
     -moz-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-left: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  /* line 571, ../../src/sass/partials/home-page.scss */
  .home-container .panel.six .video-inner-wrap .text-wrap {
    margin-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    max-width: 240px;
  }
}
/* line 586, ../../src/sass/partials/home-page.scss */
.home-container .panel.six .video-inner-wrap:nth-of-type(2n) {
  -webkit-align-self: unset;
      -ms-flex-item-align: unset;
          align-self: unset;
}
@media only screen and (min-width: 1024px) {
  /* line 586, ../../src/sass/partials/home-page.scss */
  .home-container .panel.six .video-inner-wrap:nth-of-type(2n) {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
/* line 593, ../../src/sass/partials/home-page.scss */
.home-container .panel.six .video-inner-wrap:nth-of-type(2n) .video-hover {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
/* line 597, ../../src/sass/partials/home-page.scss */
.home-container .panel.six .video-inner-wrap:nth-of-type(2n) .text-wrap {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
/* line 604, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven {
  position: relative;
}
/* line 607, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven svg {
  position: absolute;
  top: 65px;
  right: -200px;
  z-index: 1;
  height: 120%;
}
/* line 614, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven svg path {
  fill: #D5D8DA;
}
/* line 619, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: 100%;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: 100%;
          flex-direction: 100%;
  z-index: 2;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 619, ../../src/sass/partials/home-page.scss */
  .home-container .panel.seven .inner-wrap {
    padding: 0 90px;
  }
}
/* line 630, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .text-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 630, ../../src/sass/partials/home-page.scss */
  .home-container .panel.seven .inner-wrap .text-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 410px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 410px;
            flex: 0 0 410px;
    margin-bottom: 0;
  }
}
/* line 639, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .text-wrap .text-area {
  width: 100%;
  margin: 0em 0 0.5em;
}
/* line 645, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .right-side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 90px;
}
@media only screen and (min-width: 1024px) {
  /* line 645, ../../src/sass/partials/home-page.scss */
  .home-container .panel.seven .inner-wrap .right-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 670px;
       -moz-box-flex: 0;
        -ms-flex: 0 1 670px;
            flex: 0 1 670px;
    margin-bottom: 0;
  }
}
/* line 655, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .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-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;
}
/* line 662, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .search-input-wrapper .right {
  position: relative;
}
/* line 665, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .search-input-wrapper .right input[type="submit"] {
  cursor: pointer;
  opacity: 0;
}
/* line 670, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .search-input-wrapper .right svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 1.25rem;
  pointer-events: none;
  top: 0.2rem;
}
/* line 680, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .search-input-wrapper input[type="search"] {
  background: #FFF;
  color: #323E48;
  font-size: 18px;
  padding: 14px 26px;
  display: block;
  border: none;
  width: -webkit-calc(100% - 118px);
  width: -moz-calc(100% - 118px);
  width: calc(100% - 118px);
  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;
  height: 52px;
}
/* line 692, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .search-input-wrapper input[type="search"]:focus, .home-container .panel.seven .inner-wrap .search-input-wrapper input[type="search"]:active {
  outline: none;
}
/* line 697, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .search-input-wrapper input[type="search"]::-webkit-input-placeholder {
  color: #BAC0C3;
  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;
}
.home-container .panel.seven .inner-wrap .search-input-wrapper input[type="search"]::-moz-placeholder {
  color: #BAC0C3;
  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;
}
.home-container .panel.seven .inner-wrap .search-input-wrapper input[type="search"]:-ms-input-placeholder {
  color: #BAC0C3;
  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;
}
.home-container .panel.seven .inner-wrap .search-input-wrapper input[type="search"]::placeholder {
  color: #BAC0C3;
  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 703, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .search-input-wrapper input[type="search"]::-ms-input-placeholder {
  color: #BAC0C3;
  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 710, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .search-input-wrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 715, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap button {
  padding: 18px 24px 12px;
  text-align: center;
  min-height: 52px;
  margin: 1em 0;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
  background: #606B74;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 120);
  letter-spacing: -moz-calc(1rem * 0.001 * 120);
  letter-spacing: calc(1rem * 0.001 * 120);
  font-family: canto, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* line 733, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap .popular_links p {
  width: 170px;
  margin-bottom: 0;
}
/* line 739, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  margin-left: 0;
  margin-top: 0;
  cursor: pointer;
}
/* line 748, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap ul li {
  background: #323E48;
  padding: 10px 20px;
  color: white;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
  margin-right: 12px;
  margin-top: 12px;
}
/* line 756, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap ul li:last-of-type {
  margin-right: 0;
}
/* line 760, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap ul li:hover {
  background: #606B74;
}
/* line 764, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap ul li a {
  text-decoration: none;
  border: none;
}
/* line 768, ../../src/sass/partials/home-page.scss */
.home-container .panel.seven .inner-wrap ul li a:hover {
  -webkit-background-size: 0 0;
     -moz-background-size: 0;
          background-size: 0;
  border-bottom: 0;
}

/* line 5, ../../src/sass/partials/map.scss */
.university-map .hs-container .hs-reveal {
  padding: 6px 20px 20px;
}
/* line 11, ../../src/sass/partials/map.scss */
.university-map .hs-container .hs-wrap.desktop-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 16, ../../src/sass/partials/map.scss */
  .university-map .hs-container .hs-wrap.desktop-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 23, ../../src/sass/partials/map.scss */
.university-map .listing.standard-tiles .grid .image-block {
  height: 176px;
}

/* line 28, ../../src/sass/partials/map.scss */
.panorama-image-wrapper {
  width: 860px;
  max-width: 100%;
}
/* line 32, ../../src/sass/partials/map.scss */
.panorama-image-wrapper .panorama-image {
  max-width: 100%;
  width: 860px;
  height: 540px;
}

/* line 39, ../../src/sass/partials/map.scss */
.map-360-loading {
  font-size: 24px;
}

/* line 43, ../../src/sass/partials/map.scss */
.map-360-loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  -moz-animation: ellipsis steps(4, end) 900ms infinite;
    -o-animation: ellipsis steps(4, end) 900ms infinite;
       animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@-moz-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-o-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
/* line 4, ../../src/sass/partials/error404.scss */
.page-404 .container .inner-container {
  max-width: 600px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  /* line 4, ../../src/sass/partials/error404.scss */
  .page-404 .container .inner-container {
    max-width: 600px;
  }
}
/* line 13, ../../src/sass/partials/error404.scss */
.page-404 h1 {
  font-weight: 400;
  font-size: 6rem;
}
@media only screen and (min-width: 1024px) {
  /* line 13, ../../src/sass/partials/error404.scss */
  .page-404 h1 {
    font-size: 160px;
  }
}
/* line 23, ../../src/sass/partials/error404.scss */
.page-404 h2, .page-404 .home-container .panel .text-area, .home-container .panel .page-404 .text-area {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 1024px) {
  /* line 23, ../../src/sass/partials/error404.scss */
  .page-404 h2, .page-404 .home-container .panel .text-area, .home-container .panel .page-404 .text-area {
    font-size: 60px;
    line-height: 1.1em;
  }
}
/* line 31, ../../src/sass/partials/error404.scss */
.page-404 h4, .page-404 blockquote cite, blockquote .page-404 cite, .page-404 table thead, table .page-404 thead, .page-404 .accordions .accordion-item h3, .accordions .accordion-item .page-404 h3, .page-404 .accordions .accordion-item .has-intro-font-size, .accordions .accordion-item .page-404 .has-intro-font-size, .page-404 .slick-lightbox .caption p, .slick-lightbox .caption .page-404 p {
  font-size: 2.7em;
  line-height: 1.1em;
}
/* line 36, ../../src/sass/partials/error404.scss */
.page-404 button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  background: #323E48;
  padding: 10px 20px;
  color: #FFF;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
  margin-right: 12px;
  margin-top: 12px;
}
/* line 46, ../../src/sass/partials/error404.scss */
.page-404 button a {
  color: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
}

/* line 1, ../../src/sass/blocks/accordion.scss */
.accordions {
  margin-bottom: 40px;
}
/* line 9, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item:first-of-type .title-block {
  border-top: solid 0px #D5D8DA;
}
/* line 15, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item:last-of-type .title-block {
  border-bottom: solid 1px #D5D8DA;
}
/* line 19, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .title-block {
  padding: 16px;
  border-top: solid 1px #D5D8DA;
}
/* line 29, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .accordion-link {
  color: #323E48;
  text-decoration: none;
}
/* line 34, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item h3, .accordions .accordion-item .has-intro-font-size {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-top: 4px;
  margin-right: 30px;
}
/* line 42, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item h3:after, .accordions .accordion-item .has-intro-font-size: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: -30px;
  content: "";
  background: url(./images/arrow.svg);
  background-repeat: no-repeat;
  height: 9px;
  width: 14px;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 59, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item.open h3:after, .accordions .accordion-item.open .has-intro-font-size:after {
  background: url(./images/arrow.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 68, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block {
  display: none;
  padding: 12px  32px 28px 32px;
}
/* line 74, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block p:first-of-type {
  margin-top: 0;
}
/* line 78, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block p:last-of-type {
  margin-bottom: 0;
}
/* line 84, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block.open {
  display: block;
}
/* line 89, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block .alignleft {
  float: none;
  display: block;
  margin: 8px auto 16px auto;
}
@media only screen and (min-width: 768px) {
  /* line 89, ../../src/sass/blocks/accordion.scss */
  .accordions .accordion-item .text-block .alignleft {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
/* line 103, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block .alignright {
  float: none;
  display: block;
  margin: 8px auto 16px auto;
}
@media only screen and (min-width: 768px) {
  /* line 103, ../../src/sass/blocks/accordion.scss */
  .accordions .accordion-item .text-block .alignright {
    float: right;
    margin-left: 16px;
    margin-bottom: 16px;
  }
}
/* line 117, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block .aligncenter {
  display: block;
  margin: 16px auto;
}
@media only screen and (min-width: 768px) {
  /* line 117, ../../src/sass/blocks/accordion.scss */
  .accordions .accordion-item .text-block .aligncenter {
    margin: 32px auto;
  }
}

/* line 2, ../../src/sass/blocks/video-modal.scss */
.video-modal {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../../src/sass/blocks/video-modal.scss */
  .video-modal {
    margin-bottom: 80px;
  }
}
/* line 7, ../../src/sass/blocks/video-modal.scss */
.video-modal .overlay {
  background-color: rgba(50, 62, 72, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
/* line 17, ../../src/sass/blocks/video-modal.scss */
.video-modal svg {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 130px;
  height: 430px;
}
/* line 24, ../../src/sass/blocks/video-modal.scss */
.video-modal svg path {
  fill: #D5D8DA;
}
/* line 29, ../../src/sass/blocks/video-modal.scss */
.video-modal .image {
  position: relative;
  height: 412px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 34, ../../src/sass/blocks/video-modal.scss */
.video-modal .image .video-button, .video-modal .image .vimeo-button {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  height: 82px;
  width: 82px;
  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%);
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  z-index: 4;
}
/* line 50, ../../src/sass/blocks/video-modal.scss */
.video-modal .image .video-button:hover, .video-modal .image .vimeo-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(0.94);
     -moz-transform: translate(-50%, -50%) scale(0.94);
      -ms-transform: translate(-50%, -50%) scale(0.94);
       -o-transform: translate(-50%, -50%) scale(0.94);
          transform: translate(-50%, -50%) scale(0.94);
}
/* line 56, ../../src/sass/blocks/video-modal.scss */
.video-modal .image .video-button:after, .video-modal .image .vimeo-button:after {
  content: '';
  position: absolute;
  content: "";
  background: url(./images/play-button.svg);
  background-repeat: no-repeat;
  height: 82px;
  width: 82px;
  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%);
}

/* line 78, ../../src/sass/blocks/video-modal.scss */
.modal-video {
  background-color: rgba(50, 62, 72, 0.9);
}

/* line 1, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap {
  position: relative;
  margin-bottom: 40px;
  /* Hide Play button + controls on iOS */
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/video-hover.scss */
  .video-hover-wrap {
    margin-bottom: 80px;
  }
}
/* line 7, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap:first-of-type {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 7, ../../src/sass/blocks/video-hover.scss */
  .video-hover-wrap:first-of-type {
    margin-top: 80px;
  }
}
/* line 12, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap .ribbon svg {
  height: 153px;
  position: absolute;
  left: 50%;
  top: 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%);
}
/* line 21, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap .ribbon.right svg {
  height: 190px;
}
/* line 29, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap .container {
  width: 100%;
  max-width: 592px;
  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-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* line 37, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap .container.right {
  -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 37, ../../src/sass/blocks/video-hover.scss */
  .video-hover-wrap .container.right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
/* line 49, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap .video-inner-wrap {
  text-decoration: none;
  height: 316px;
  width: 100%;
  margin-bottom: 110px;
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 49, ../../src/sass/blocks/video-hover.scss */
  .video-hover-wrap .video-inner-wrap {
    width: 260px;
  }
}
/* line 62, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap .video-inner-wrap:hover .arrow-link {
  opacity: 1;
}
/* line 70, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap .video-inner-wrap .arrow-link {
  margin-top: 2px;
  opacity: 0;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}
/* line 77, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap .video-inner-wrap .text-wrap {
  display: block;
}
/* line 82, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap .video-inner-wrap .video-hover {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  position: relative;
  background-position: center center;
  width: 100%;
  height: 100%;
}
/* line 91, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap .video-inner-wrap .video-hover .the-video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
/* line 103, ../../src/sass/blocks/video-hover.scss */
.video-hover-wrap video::-webkit-media-controls {
  display: none !important;
}

/* line 1, ../../src/sass/blocks/hotspots.scss */
.hotspots {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/hotspots.scss */
  .hotspots {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/hotspots.scss */
  .hotspots {
    margin-top: 80px;
  }
}

/* line 6, ../../src/sass/blocks/hotspots.scss */
.hs-panorama-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 12, ../../src/sass/blocks/hotspots.scss */
.hs-container {
  position: relative;
}
/* line 16, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-image img {
  width: 100%;
  height: auto;
}
/* line 22, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-hotspots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 30, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-wrap {
  position: absolute;
}
/* line 35, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-hotspot {
  position: absolute;
  height: 32px;
  width: 32px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  border: 1px solid;
  cursor: pointer;
  background-color: #323E48;
  border-color: #F0F0F1;
  color: white;
  text-align: center;
  line-height: 32px;
  -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);
}
@media only screen and (min-width: 768px) {
  /* line 35, ../../src/sass/blocks/hotspots.scss */
  .hs-container .hs-hotspot {
    width: 32px;
    height: 32px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  }
}
/* line 59, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-reveal {
  background-color: rgba(44, 54, 63, 0.9);
  padding: 6px 20px 12px;
  width: -webkit-calc(100vw - 32px);
  width: -moz-calc(100vw - 32px);
  width: calc(100vw - 32px);
  cursor: default;
  position: fixed;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: -webkit-calc(100vh - 48px);
  max-height: -moz-calc(100vh - 48px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  z-index: 9;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  display: none;
  color: white;
}
@media only screen and (min-width: 768px) {
  /* line 59, ../../src/sass/blocks/hotspots.scss */
  .hs-container .hs-reveal {
    position: absolute;
    height: auto;
    max-width: 370px;
  }
}
/* line 82, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-reveal.hs-right {
  right: 24px;
  left: unset;
}
/* line 87, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-reveal.hs-top {
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
  top: -12px;
}
/* line 92, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-reveal.hs-bottom {
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
  top: unset;
  bottom: -12px;
}
/* line 97, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-reveal h4, .hs-container .hs-reveal blockquote cite, blockquote .hs-container .hs-reveal cite, .hs-container .hs-reveal table thead, table .hs-container .hs-reveal thead, .hs-container .hs-reveal .accordions .accordion-item h3, .accordions .accordion-item .hs-container .hs-reveal h3, .hs-container .hs-reveal .accordions .accordion-item .has-intro-font-size, .accordions .accordion-item .hs-container .hs-reveal .has-intro-font-size, .hs-container .hs-reveal .slick-lightbox .caption p, .slick-lightbox .caption .hs-container .hs-reveal p {
  color: #FFF;
}
/* line 101, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-reveal p {
  font-size: 16px;
  line-height: 24px;
}
/* line 106, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-close {
  font-size: 1px;
  text-indent: -2000px;
  height: 15px;
  width: 15px;
  background-image: url(images/hotspot-close.svg);
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-position: center center;
  position: absolute;
  top: 16px;
  right: 12px;
  cursor: pointer;
  opacity: .8;
  -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 121, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-close:hover {
  opacity: 1;
}
/* line 126, ../../src/sass/blocks/hotspots.scss */
.hs-container .hs-image {
  max-width: 100%;
  margin-top: 35px;
}

/* line 1, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text {
  background-attachment: fixed;
  padding-top: 56px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/scrolling-text.scss */
  .scrolling-text {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/scrolling-text.scss */
  .scrolling-text {
    margin-top: 80px;
  }
}
/* line 9, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container-scrollable {
  width: 518px;
  max-width: 90%;
  background-color: rgba(44, 54, 63, 0.9);
  padding: 32px 32px 0px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* line 18, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container-scrollable::-webkit-scrollbar {
  width: 0px;
}
/* line 22, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container-scrollable p {
  color: #FFF;
}
/* line 25, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container-scrollable p a {
  color: #FFF;
}
/* line 28, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container-scrollable p a:hover {
  color: #323E48;
}

/* line 1, ../../src/sass/blocks/gallery.scss */
.gallery {
  margin-bottom: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/gallery.scss */
  .gallery {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/gallery.scss */
  .gallery {
    margin-top: 80px;
  }
}
/* line 6, ../../src/sass/blocks/gallery.scss */
.gallery.active {
  z-index: 100 !important;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/gallery.scss */
  .gallery {
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
/* line 18, ../../src/sass/blocks/gallery.scss */
.gallery div:not(.lightbox) img {
  max-width: 100%;
  width: 100%;
}
/* line 26, ../../src/sass/blocks/gallery.scss */
.gallery .main-image {
  opacity: 1;
  -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);
  position: relative;
  cursor: pointer;
}
/* line 32, ../../src/sass/blocks/gallery.scss */
.gallery .main-image svg {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 25px;
  right: 25px;
  z-index: 1000;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  /* line 26, ../../src/sass/blocks/gallery.scss */
  .gallery .main-image {
    -webkit-flex-basis: 960px;
        -ms-flex-preferred-size: 960px;
            flex-basis: 960px;
  }
}
/* line 58, ../../src/sass/blocks/gallery.scss */
.gallery .thumbs {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 58, ../../src/sass/blocks/gallery.scss */
  .gallery .thumbs {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: -10px;
    margin-left: 30px;
    -webkit-flex-basis: 166px;
        -ms-flex-preferred-size: 166px;
            flex-basis: 166px;
  }
}
/* line 71, ../../src/sass/blocks/gallery.scss */
.gallery .thumbs button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  content: '';
  font-size: 0;
  background: transparent;
  border: 15px solid transparent;
  padding: 0;
  margin: 0 auto;
  height: 0;
  width: 0;
  cursor: pointer;
  -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);
  opacity: 1;
}
/* line 86, ../../src/sass/blocks/gallery.scss */
.gallery .thumbs button[aria-disabled="true"] {
  opacity: 0.2;
  pointer-events: none;
}
/* line 91, ../../src/sass/blocks/gallery.scss */
.gallery .thumbs button.slick-prev {
  border-right-color: #606B74;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 91, ../../src/sass/blocks/gallery.scss */
  .gallery .thumbs button.slick-prev {
    border-bottom-color: #606B74;
    border-right-color: transparent;
    margin-bottom: 10px;
    margin-right: auto;
  }
}
/* line 103, ../../src/sass/blocks/gallery.scss */
.gallery .thumbs button.slick-next {
  border-left-color: #606B74;
  margin-left: 10px;
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  /* line 103, ../../src/sass/blocks/gallery.scss */
  .gallery .thumbs button.slick-next {
    border-left-color: transparent;
    border-top-color: #606B74;
    margin-top: -10px;
    margin-left: auto;
  }
}
/* line 117, ../../src/sass/blocks/gallery.scss */
.gallery .thumbs .img {
  margin-bottom: 20px;
  height: 100px;
  width: 160px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  -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);
  cursor: pointer;
}
/* line 127, ../../src/sass/blocks/gallery.scss */
.gallery .thumbs .img.active {
  border: 1px solid #606B74;
}
/* line 131, ../../src/sass/blocks/gallery.scss */
.gallery .thumbs .img:hover {
  border: 1px solid #606B74;
}
/* line 137, ../../src/sass/blocks/gallery.scss */
.gallery .thumbs img {
  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%;
  max-width: 150% !important;
  max-height: 150% !important;
  height: auto;
}

/* line 156, ../../src/sass/blocks/gallery.scss */
.slick-lightbox {
  background: rgba(50, 62, 72, 0.8) !important;
}
/* line 162, ../../src/sass/blocks/gallery.scss */
.slick-lightbox .caption {
  position: absolute;
  bottom: 0;
  padding: 32px 48px;
  background-color: #323E48;
  width: 100%;
  text-align: center;
  max-width: 100vw;
}
/* line 172, ../../src/sass/blocks/gallery.scss */
.slick-lightbox .caption p {
  margin: 0;
  color: #FFF;
  max-width: 100vw;
  position: absolute;
  left: 50%;
  margin-right: auto;
  top: 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%);
}
/* line 187, ../../src/sass/blocks/gallery.scss */
.slick-lightbox .close-lightbox {
  height: 25px;
  width: 25px;
  background-image: url(images/hotspot-close.svg);
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-position: center center;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

/* line 201, ../../src/sass/blocks/gallery.scss */
.slick-next:before {
  content: url(images/gallery-arrow-right.svg);
}

/* line 206, ../../src/sass/blocks/gallery.scss */
.slick-prev:before {
  content: url(images/gallery-arrow-left.svg);
}

/* line 210, ../../src/sass/blocks/gallery.scss */
.slick-prev,
.slick-next {
  width: 44px;
  height: 44px;
  z-index: 1000;
}

/* line 218, ../../src/sass/blocks/gallery.scss */
.slick-lightbox-close {
  top: 35px;
}

/* line 222, ../../src/sass/blocks/gallery.scss */
.container.slim .gallery .lightbox .caption p {
  max-width: 100%;
}

/* line 2, ../../src/sass/blocks/queens-now.scss */
.container.slim .queens-now .text-only {
  max-width: unset;
}

/* line 7, ../../src/sass/blocks/queens-now.scss */
.queens-now {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 7, ../../src/sass/blocks/queens-now.scss */
  .queens-now {
    width: -webkit-calc(100% + 24px);
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    width: 100%;
  }
}
/* line 17, ../../src/sass/blocks/queens-now.scss */
.queens-now .grid-outer {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 1024px) {
  /* line 17, ../../src/sass/blocks/queens-now.scss */
  .queens-now .grid-outer {
    grid-template-columns: 51% 49%;
  }
}
/* line 34, ../../src/sass/blocks/queens-now.scss */
.queens-now .listing .grid.inner {
  display: block;
}
/* line 36, ../../src/sass/blocks/queens-now.scss */
.queens-now .listing .grid.inner .tile {
  margin-bottom: 24px;
  width: 100%;
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  /* line 36, ../../src/sass/blocks/queens-now.scss */
  .queens-now .listing .grid.inner .tile {
    max-width: 238px;
    width: 50%;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 36, ../../src/sass/blocks/queens-now.scss */
  .queens-now .listing .grid.inner .tile {
    max-width: 290px;
    width: 50%;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 36, ../../src/sass/blocks/queens-now.scss */
  .queens-now .listing .grid.inner .tile {
    max-width: 240px;
    width: 100%;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 36, ../../src/sass/blocks/queens-now.scss */
  .queens-now .listing .grid.inner .tile {
    max-width: 262px;
    width: 100%;
    margin-right: 24px;
  }
}
/* line 70, ../../src/sass/blocks/queens-now.scss */
.queens-now .listing .grid.inner .tile.text-only {
  background: #F0F0F1;
  padding: 30px;
}
/* line 74, ../../src/sass/blocks/queens-now.scss */
.queens-now .listing .grid.inner .tile.text-only .h3, .queens-now .listing .grid.inner .tile.text-only h3, .queens-now .listing .grid.inner .tile.text-only .has-intro-font-size {
  margin: 0;
}
/* line 80, ../../src/sass/blocks/queens-now.scss */
.queens-now .listing .grid.inner .tile.text-only.lunch ul {
  list-style: none;
  margin-left: 0;
}
/* line 84, ../../src/sass/blocks/queens-now.scss */
.queens-now .listing .grid.inner .tile.text-only.lunch ul li {
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
}
/* line 99, ../../src/sass/blocks/queens-now.scss */
.queens-now .flow-flow-side {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 1024px) {
  /* line 99, ../../src/sass/blocks/queens-now.scss */
  .queens-now .flow-flow-side {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}

/* line 121, ../../src/sass/blocks/queens-now.scss */
.ff-stream-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 127, ../../src/sass/blocks/queens-now.scss */
.ff-layout-grid .ff-has-overlay .ff-img-landscape img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 133, ../../src/sass/blocks/queens-now.scss */
.ff-stream-wrapper .ff-item-cont .ff-content {
  margin: 14% 6% 6% !important;
}

/* line 138, ../../src/sass/blocks/queens-now.scss */
.ff-stream {
  padding: 0 !important;
}

/* line 142, ../../src/sass/blocks/queens-now.scss */
.ff-loadmore-wrapper {
  display: none;
}

/* line 146, ../../src/sass/blocks/queens-now.scss */
.ff-stream-wrapper .ff-item-cont .ff-content a {
  text-decoration: underline !important;
}
/* line 149, ../../src/sass/blocks/queens-now.scss */
.ff-stream-wrapper .ff-item-cont .ff-content a:hover {
  text-decoration: none !important;
}

/* line 157, ../../src/sass/blocks/queens-now.scss */
.ff-stream {
  width: -webkit-calc(100% + 48px);
  width: -moz-calc(100% + 48px);
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 157, ../../src/sass/blocks/queens-now.scss */
  .ff-stream {
    margin-bottom: 80px;
  }
}

/* line 165, ../../src/sass/blocks/queens-now.scss */
.ff-content {
  margin: 14% 7% 7%;
}

/* line 171, ../../src/sass/blocks/queens-now.scss */
.ff-item-meta {
  margin: 7% 0;
}

/* line 176, ../../src/sass/blocks/queens-now.scss */
.ff-label-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* line 182, ../../src/sass/blocks/queens-now.scss */
.ff-icon-inner {
  line-height: 33px;
  font-size: 22px;
  background-color: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 195, ../../src/sass/blocks/queens-now.scss */
.ff-twitter.ff-no-image .picture-item__inner,
.ff-facebook.ff-no-image .picture-item__inner {
  background: #F0F0F1 !important;
  color: #323E48 !important;
}

/* line 201, ../../src/sass/blocks/queens-now.scss */
.ff-twitter.ff-no-image .picture-item__inner .ff-content a {
  color: #323E48 !important;
}

/* line 206, ../../src/sass/blocks/queens-now.scss */
.ff-facebook.ff-no-image .ff-icon-inner,
.ff-twitter.ff-no-image .ff-icon-inner {
  color: #323E48 !important;
}

/* line 214, ../../src/sass/blocks/queens-now.scss */
.ff-has-overlay .ff-overlay-wrapper {
  opacity: 1;
}
/* line 217, ../../src/sass/blocks/queens-now.scss */
.ff-has-overlay .ff-overlay-wrapper .ff-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
/* line 222, ../../src/sass/blocks/queens-now.scss */
.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 227, ../../src/sass/blocks/queens-now.scss */
.ff-has-overlay .ff-overlay-wrapper .ff-content,
.ff-has-overlay .ff-overlay-wrapper .ff-item-meta,
.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 240, ../../src/sass/blocks/queens-now.scss */
.ff-has-overlay .ff-overlay-wrapper:hover .ff-overlay {
  background-color: rgba(44, 54, 63, 0.9) !important;
}
/* line 245, ../../src/sass/blocks/queens-now.scss */
.ff-has-overlay .ff-overlay-wrapper:hover .ff-content,
.ff-has-overlay .ff-overlay-wrapper:hover .ff-item-meta,
.ff-has-overlay .ff-overlay-wrapper:hover .ff-item-bar {
  display: block;
}

/* line 260, ../../src/sass/blocks/queens-now.scss */
#ff-stream-2 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-2 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-2 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-2 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-2 .ff-facebook.ff-no-image .ff-nickname,
#ff-stream-2 .ff-twitter.ff-no-image .ff-nickname,
#ff-stream-2 .ff-facebook.ff-no-image .ff-timestamp,
#ff-stream-2 .ff-twitter.ff-no-image .ff-timestamp,
#ff-stream-2 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-2 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-2 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-2 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-2 .ff-facebook.ff-no-image .ff-name,
#ff-stream-2 .ff-twitter.ff-no-image .ff-name, #ff-stream-3 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-3 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-3 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-3 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-3 .ff-facebook.ff-no-image .ff-nickname,
#ff-stream-3 .ff-twitter.ff-no-image .ff-nickname,
#ff-stream-3 .ff-facebook.ff-no-image .ff-timestamp,
#ff-stream-3 .ff-twitter.ff-no-image .ff-timestamp,
#ff-stream-3 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-3 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-3 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-3 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-3 .ff-facebook.ff-no-image .ff-name,
#ff-stream-3 .ff-twitter.ff-no-image .ff-name, #ff-stream-4 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-4 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-4 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-4 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-4 .ff-facebook.ff-no-image .ff-nickname,
#ff-stream-4 .ff-twitter.ff-no-image .ff-nickname,
#ff-stream-4 .ff-facebook.ff-no-image .ff-timestamp,
#ff-stream-4 .ff-twitter.ff-no-image .ff-timestamp,
#ff-stream-4 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-4 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-4 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-4 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-4 .ff-facebook.ff-no-image .ff-name,
#ff-stream-4 .ff-twitter.ff-no-image .ff-name, #ff-stream-5 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-5 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-5 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-5 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-5 .ff-facebook.ff-no-image .ff-nickname,
#ff-stream-5 .ff-twitter.ff-no-image .ff-nickname,
#ff-stream-5 .ff-facebook.ff-no-image .ff-timestamp,
#ff-stream-5 .ff-twitter.ff-no-image .ff-timestamp,
#ff-stream-5 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-5 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-5 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-5 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-5 .ff-facebook.ff-no-image .ff-name,
#ff-stream-5 .ff-twitter.ff-no-image .ff-name, #ff-stream-6 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-6 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-6 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-6 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-6 .ff-facebook.ff-no-image .ff-nickname,
#ff-stream-6 .ff-twitter.ff-no-image .ff-nickname,
#ff-stream-6 .ff-facebook.ff-no-image .ff-timestamp,
#ff-stream-6 .ff-twitter.ff-no-image .ff-timestamp,
#ff-stream-6 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-6 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-6 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-6 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-6 .ff-facebook.ff-no-image .ff-name,
#ff-stream-6 .ff-twitter.ff-no-image .ff-name, #ff-stream-7 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-7 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-7 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-7 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-7 .ff-facebook.ff-no-image .ff-nickname,
#ff-stream-7 .ff-twitter.ff-no-image .ff-nickname,
#ff-stream-7 .ff-facebook.ff-no-image .ff-timestamp,
#ff-stream-7 .ff-twitter.ff-no-image .ff-timestamp,
#ff-stream-7 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-7 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-7 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-7 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-7 .ff-facebook.ff-no-image .ff-name,
#ff-stream-7 .ff-twitter.ff-no-image .ff-name, #ff-stream-8 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-8 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-8 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-8 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-8 .ff-facebook.ff-no-image .ff-nickname,
#ff-stream-8 .ff-twitter.ff-no-image .ff-nickname,
#ff-stream-8 .ff-facebook.ff-no-image .ff-timestamp,
#ff-stream-8 .ff-twitter.ff-no-image .ff-timestamp,
#ff-stream-8 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-8 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-8 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-8 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-8 .ff-facebook.ff-no-image .ff-name,
#ff-stream-8 .ff-twitter.ff-no-image .ff-name, #ff-stream-9 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-9 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-9 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-9 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-9 .ff-facebook.ff-no-image .ff-nickname,
#ff-stream-9 .ff-twitter.ff-no-image .ff-nickname,
#ff-stream-9 .ff-facebook.ff-no-image .ff-timestamp,
#ff-stream-9 .ff-twitter.ff-no-image .ff-timestamp,
#ff-stream-9 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-9 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-9 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-9 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-9 .ff-facebook.ff-no-image .ff-name,
#ff-stream-9 .ff-twitter.ff-no-image .ff-name, #ff-stream-10 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-10 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-10 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-10 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-10 .ff-facebook.ff-no-image .ff-nickname,
#ff-stream-10 .ff-twitter.ff-no-image .ff-nickname,
#ff-stream-10 .ff-facebook.ff-no-image .ff-timestamp,
#ff-stream-10 .ff-twitter.ff-no-image .ff-timestamp,
#ff-stream-10 .ff-facebook.ff-no-image .ff-item-bar,
#ff-stream-10 .ff-twitter.ff-no-image .ff-item-bar,
#ff-stream-10 .ff-facebook.ff-no-image .ff-item-bar a,
#ff-stream-10 .ff-twitter.ff-no-image .ff-item-bar a,
#ff-stream-10 .ff-facebook.ff-no-image .ff-name,
#ff-stream-10 .ff-twitter.ff-no-image .ff-name {
  color: #323E48 !important;
}

/* line 2, ../../src/sass/posts/listings.scss */
.listing.standard-tiles {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../../src/sass/posts/listings.scss */
  .listing.standard-tiles {
    margin-bottom: 80px;
  }
}
/* line 6, ../../src/sass/posts/listings.scss */
.listing.standard-tiles .grid a.tile {
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}
/* line 10, ../../src/sass/posts/listings.scss */
.listing.standard-tiles .grid a.tile.standard.no_image:hover, .listing.standard-tiles .grid a.tile.standard.no_image:focus {
  background: #323E48;
}
/* line 13, ../../src/sass/posts/listings.scss */
.listing.standard-tiles .grid a.tile.standard.no_image:hover .h3, .listing.standard-tiles .grid a.tile.standard.no_image:hover h3, .listing.standard-tiles .grid a.tile.standard.no_image:hover .has-intro-font-size, .listing.standard-tiles .grid a.tile.standard.no_image:focus .h3, .listing.standard-tiles .grid a.tile.standard.no_image:focus h3, .listing.standard-tiles .grid a.tile.standard.no_image:focus .has-intro-font-size {
  color: #FFF;
}
/* line 21, ../../src/sass/posts/listings.scss */
.listing.standard-tiles .grid .tile.standard.no_image {
  background: #F0F0F1;
  padding: 10px 30px 16px;
}
/* line 28, ../../src/sass/posts/listings.scss */
.listing.standard-tiles.mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 33, ../../src/sass/posts/listings.scss */
  .listing.standard-tiles.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 40, ../../src/sass/posts/listings.scss */
.listing.half {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 40, ../../src/sass/posts/listings.scss */
  .listing.half {
    margin-bottom: 80px;
  }
}
/* line 44, ../../src/sass/posts/listings.scss */
.listing.half:first-of-type {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 44, ../../src/sass/posts/listings.scss */
  .listing.half:first-of-type {
    margin-top: 80px;
  }
}
/* line 49, ../../src/sass/posts/listings.scss */
.listing.half .ribbon svg {
  height: 153px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 16px;
}
/* line 58, ../../src/sass/posts/listings.scss */
.listing.half .grid {
  display: block;
}
/* line 61, ../../src/sass/posts/listings.scss */
.listing.half .grid .tile {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 61, ../../src/sass/posts/listings.scss */
  .listing.half .grid .tile {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 70, ../../src/sass/posts/listings.scss */
.listing.half .grid .tile .text-block {
  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;
}
/* line 76, ../../src/sass/posts/listings.scss */
.listing.half .grid .tile .text-block p.h2 {
  margin: 0;
}
/* line 80, ../../src/sass/posts/listings.scss */
.listing.half .grid .tile .text-block.right {
  -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 80, ../../src/sass/posts/listings.scss */
  .listing.half .grid .tile .text-block.right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* line 88, ../../src/sass/posts/listings.scss */
.listing.half .grid .tile .text-block.left {
  -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 88, ../../src/sass/posts/listings.scss */
  .listing.half .grid .tile .text-block.left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* line 97, ../../src/sass/posts/listings.scss */
.listing.half .grid .tile .image-block {
  height: 432px;
  position: relative;
  background: #F0F0F1;
  overflow: hidden;
}
/* line 106, ../../src/sass/posts/listings.scss */
.listing.half .grid .tile .image-block.right {
  -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 106, ../../src/sass/posts/listings.scss */
  .listing.half .grid .tile .image-block.right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* line 114, ../../src/sass/posts/listings.scss */
.listing.half .grid .tile .image-block.left {
  -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 114, ../../src/sass/posts/listings.scss */
  .listing.half .grid .tile .image-block.left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* line 127, ../../src/sass/posts/listings.scss */
.listing .grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 127, ../../src/sass/posts/listings.scss */
  .listing .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 127, ../../src/sass/posts/listings.scss */
  .listing .grid {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}
/* line 140, ../../src/sass/posts/listings.scss */
.listing .grid.featured-row {
  display: block;
  max-width: 928px;
  width: 100%;
  margin-bottom: 40px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  /* line 140, ../../src/sass/posts/listings.scss */
  .listing .grid.featured-row {
    margin-bottom: 80px;
  }
}
/* line 147, ../../src/sass/posts/listings.scss */
.listing .grid.featured-row .featured-block {
  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;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 147, ../../src/sass/posts/listings.scss */
  .listing .grid.featured-row .featured-block {
    -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 160, ../../src/sass/posts/listings.scss */
.listing .grid.featured-row .featured-block .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 152px;
  padding-top: 60px;
}
/* line 165, ../../src/sass/posts/listings.scss */
.listing .grid.featured-row .featured-block .text-block p.meta-tag {
  margin-top: 0;
}
/* line 169, ../../src/sass/posts/listings.scss */
.listing .grid.featured-row .featured-block .text-block p.h1 {
  margin-bottom: 0;
}
/* line 174, ../../src/sass/posts/listings.scss */
.listing .grid.featured-row .featured-block .image-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 356px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 356px;
          flex: 0 0 356px;
  height: unset;
}
/* line 178, ../../src/sass/posts/listings.scss */
.listing .grid.featured-row .featured-block .image-block img {
  min-height: 100%;
  height: 320px;
}
/* line 189, ../../src/sass/posts/listings.scss */
.listing .grid.subjects .tile .text-block .h3, .listing .grid.subjects .tile .text-block h3, .listing .grid.subjects .tile .text-block .has-intro-font-size {
  margin: 0.8em 0 0 0;
}
/* line 196, ../../src/sass/posts/listings.scss */
.listing .grid .tile {
  text-decoration: none;
  color: #323E48;
}
/* line 202, ../../src/sass/posts/listings.scss */
.listing .grid .tile.no-meta-start .text-block .h3, .listing .grid .tile.no-meta-start .text-block h3, .listing .grid .tile.no-meta-start .text-block .has-intro-font-size {
  margin: 0.8em 0 0 0;
}
/* line 208, ../../src/sass/posts/listings.scss */
.listing .grid .tile:visited {
  color: #323E48;
}
/* line 212, ../../src/sass/posts/listings.scss */
.listing .grid .tile:hover, .listing .grid .tile:focus {
  color: #323E48;
}
/* line 216, ../../src/sass/posts/listings.scss */
.listing .grid .tile:hover .image-block .overlay, .listing .grid .tile:focus .image-block .overlay {
  opacity: 0.95;
}
/* line 219, ../../src/sass/posts/listings.scss */
.listing .grid .tile:hover .image-block .overlay svg, .listing .grid .tile:focus .image-block .overlay svg {
  opacity: 1;
}
/* line 225, ../../src/sass/posts/listings.scss */
.listing .grid .tile:hover .arrow-link, .listing .grid .tile:focus .arrow-link {
  opacity: 1;
}
/* line 231, ../../src/sass/posts/listings.scss */
.listing .grid .tile .text-block .h3, .listing .grid .tile .text-block h3, .listing .grid .tile .text-block .has-intro-font-size {
  margin: 0;
}
/* line 235, ../../src/sass/posts/listings.scss */
.listing .grid .tile .text-block .meta-tag {
  margin: 1em 0 0 0;
}
/* line 238, ../../src/sass/posts/listings.scss */
.listing .grid .tile .text-block .meta-tag:first-of-type {
  margin: 1.5em 0;
}
/* line 244, ../../src/sass/posts/listings.scss */
.listing .grid .tile .date-block {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
  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;
  text-align: center;
  height: 110px;
  width: 110px;
}
/* line 256, ../../src/sass/posts/listings.scss */
.listing .grid .tile .date-block .h1, .listing .grid .tile .date-block h1,
.listing .grid .tile .date-block .h3,
.listing .grid .tile .date-block h3,
.listing .grid .tile .date-block .has-intro-font-size {
  margin: 0;
}
/* line 261, ../../src/sass/posts/listings.scss */
.listing .grid .tile .date-block .h1, .listing .grid .tile .date-block h1 {
  line-height: 52px;
}
/* line 265, ../../src/sass/posts/listings.scss */
.listing .grid .tile .date-block .h3, .listing .grid .tile .date-block h3, .listing .grid .tile .date-block .has-intro-font-size {
  text-transform: uppercase;
  line-height: 24px;
}
/* line 271, ../../src/sass/posts/listings.scss */
.listing .grid .tile .image-block {
  height: 316px;
  position: relative;
  background: #F0F0F1;
  overflow: hidden;
}
/* line 277, ../../src/sass/posts/listings.scss */
.listing .grid .tile .image-block .overlay {
  background-color: #323E48;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}
/* line 288, ../../src/sass/posts/listings.scss */
.listing .grid .tile .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* line 295, ../../src/sass/posts/listings.scss */
.listing .grid .tile .image-block svg {
  width: 1218px;
  height: auto;
  position: absolute;
  top: -17px;
  left: -390px;
  opacity: 0.4;
}
/* line 305, ../../src/sass/posts/listings.scss */
.listing .grid .tile .arrow-link {
  margin-top: 16px;
  opacity: 0;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}
/* line 314, ../../src/sass/posts/listings.scss */
.listing .grid .tile.standard .text-block .h3, .listing .grid .tile.standard .text-block h3, .listing .grid .tile.standard .text-block .has-intro-font-size, .listing .grid .tile.people .text-block .h3, .listing .grid .tile.people .text-block h3, .listing .grid .tile.people .text-block .has-intro-font-size {
  margin: 0.8em 0 0.3em 0;
}
/* line 318, ../../src/sass/posts/listings.scss */
.listing .grid .tile.standard .text-block .meta-tag, .listing .grid .tile.people .text-block .meta-tag {
  margin: 0 0 0.5em 0;
}
/* line 324, ../../src/sass/posts/listings.scss */
.listing .grid .tile.vacancies {
  background: #F0F0F1;
  padding: 32px 32px 28px 32px;
  margin-bottom: 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;
  -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 324, ../../src/sass/posts/listings.scss */
  .listing .grid .tile.vacancies {
    margin-bottom: 80px;
  }
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */