.content__share .content__share__list, .reset__ul, .content__path, .subnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1; }

.reset__a {
  text-decoration: none;
  color: inherit; }

.reset__button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  outline: 0; }

.parent {
  position: relative;
  width: 100%;
  overflow: hidden; }

.container {
  display: flow-root;
  position: relative;
  width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container {
      overflow: hidden; } }

.center {
  position: relative;
  display: flow-root;
  width: 90%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto; }

@media all and (min-width: 1409.7px) and (min-width: 1409.7px) {
  .spread--both {
    padding-left: calc(50% - 635px);
    padding-right: calc(50% - 635px); } }

@media all and (min-width: 1409.7px) and (min-width: 1409.7px) {
  .spread--left {
    padding-left: calc(50% - 635px); } }

@media all and (min-width: 1409.7px) and (min-width: 1409.7px) {
  .spread--right {
    padding-right: calc(50% - 635px); } }

.inline {
  display: inline-block;
  vertical-align: top; }

.block {
  display: block; }

.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.f__uppercase {
  text-transform: uppercase; }

.f__display {
  font-family: "ivypresto-display", sans-serif; }

.f__center {
  text-align: center; }

.f__left {
  text-align: left; }

.f__right {
  text-align: right; }

.col__pri {
  color: #222222; }

.col__sec {
  color: #C72D36; }

.col__ter {
  color: #F2F2F2; }

.col__white {
  color: #FFF; }

.bg__pri {
  background-color: #222222; }

.bg__sec {
  background-color: #C72D36; }

.bg__ter {
  background-color: #F2F2F2; }

.bg__white {
  background: #fff; }

.circle {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1; }

.none {
  display: none; }

.hide {
  width: 0px;
  height: 0px;
  position: absolute;
  overflow: hidden;
  left: 200vw;
  font-size: 0;
  visibility: hidden; }

.content__region {
  line-height: 1.5;
  color: #444444; }
  .content__region h2, .content__region h3, .content__region h4, .content__region h5, .content__region h6 {
    color: #222222;
    font-family: "ivypresto-display", sans-serif;
    font-weight: 400;
    margin: 1em 0 0.57143em; }
  .content__region .intro {
    font-size: 1.125em;
    margin: 1.5em 0;
    color: #222222; }
  .content__region a {
    color: #222222;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(69, 135, 208, 0.2);
    text-decoration-color: rgba(69, 135, 208, 0.2); }
  .content__region > img {
    max-width: 100%;
    height: auto;
    border: 1px solid #707070; }
  .content__region img[style*="right"] {
    margin: 0 0 1em 1em; }
  .content__region img[style*="left"] {
    margin: 0 1em 1em 0; }

.content__share {
  width: 100%; }
  .content__share .content__share__list {
    text-align: right; }
  .content__share .content__share__list__icon {
    display: inline-block;
    font-size: 1.3em;
    margin-left: 5px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }
  .content__share .content__share__list__icon a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: 1px solid; }
  .content__share .content__share__list__icon--twitter {
    background: #1da1f2;
    border-color: #064870; }
    .content__share .content__share__list__icon--twitter:hover {
      background: #4db5f5; }
  .content__share .content__share__list__icon--facebook {
    background: #1877f2;
    border-color: #06326b; }
    .content__share .content__share__list__icon--facebook:hover {
      background: #4893f5; }
  .content__share .content__share__list__icon--linkedin {
    background: #007bb5;
    border-color: #00131c; }
    .content__share .content__share__list__icon--linkedin:hover {
      background: #009ee8; }
  .content__share .content__share__list__icon--email {
    background: rgba(68, 68, 68, 0); }
    .content__share .content__share__list__icon--email a {
      border-color: rgba(68, 68, 68, 0.3);
      color: #444444; }
    .content__share .content__share__list__icon--email:hover {
      background: rgba(68, 68, 68, 0.1); }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 100%; }

html,
body,
.mason {
  width: 100%;
  height: 100%; }

body {
  background: #CCCCCC; }

.mason *,
.mason *:before,
.mason *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/_includes/polyfills/boxsizing.htc"); }

.mason--resizing * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.mason {
  width: 1024px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
  overflow: hidden;
  background: #FFFFFF; }
  @media all and (min-width: 0px) {
    .mason {
      width: auto; } }

.mason {
  color: #444444;
  font-family: "Inter", sans-serif; }

button,
input,
select,
textarea {
  font-family: "Inter", sans-serif; }

.video {
  max-width: 100%;
  position: relative;
  background: #000; }
  .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0; }

.region h1,
.region h2,
.region h3,
.region h4,
.region h5,
.region h6 {
  color: #444444;
  font-family: "ivypresto-display", sans-serif;
  font-weight: normal;
  line-height: 1.5em; }

.region a {
  color: #4587D0;
  text-decoration: none; }

.region hr {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #E0E0E0; }

.region img,
.region iframe {
  max-width: 100%; }

.region img {
  height: auto !important; }

.region img[data-fill] {
  max-width: none; }

.region figure {
  max-width: 100%;
  padding: 2px;
  margin: 1em 0;
  border: 1px solid #E0E0E0;
  background: #F8F8F8; }
  .region figure img {
    clear: both; }
  .region figure figcaption {
    clear: both; }

.region blockquote {
  margin: 1em 0;
  padding: 0 0 0 1em; }

.region table {
  max-width: 100%;
  margin: 1em 0;
  clear: both;
  border: 1px solid #E0E0E0;
  background: #F8F8F8; }

.region th, .region td {
  text-align: left;
  padding: 0.25em 0.5em;
  border: 1px solid #E0E0E0; }

.region label {
  margin-right: .5em;
  display: block; }

.region legend {
  padding: 0 .5em; }

.region label em,
.region legend em {
  color: #CF1111;
  font-style: normal;
  margin-left: .2em; }

.region input {
  max-width: 100%; }

.region input[type=text],
.region input[type=number],
.region input[type=password] {
  width: 18em;
  height: 2em;
  display: block;
  padding: 0 0 0 .5em;
  border: 1px solid #E0E0E0; }

.region input[type=radio],
.region input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin: .4em; }

.region textarea {
  max-width: 100%;
  display: block;
  padding: .5em;
  border: 1px solid #E0E0E0; }

.region select {
  max-width: 100%;
  width: 18em;
  height: 2em;
  padding: .2em;
  border: 1px solid #E0E0E0; }

.region select[size] {
  height: auto;
  padding: .2em; }

.region fieldset {
  border-color: #E0E0E0; }

.captcha {
  display: block;
  margin: 0 0 1em; }

.captcha__help {
  max-width: 28em; }

.captcha__help--extended {
  max-width: 26em; }

.captcha__elements {
  width: 200px; }

.btn {
  height: auto;
  margin-top: -1px;
  display: inline-block;
  padding: 0 1em;
  color: #4587D0;
  line-height: 2.8em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #4587D0;
  background: transparent;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s; }

.btn:hover,
.btn:focus {
  color: #FFF;
  background: #4587D0; }

.btn__icon,
.btn__text {
  float: left;
  margin: 0 0.2em;
  line-height: inherit; }

.btn__icon {
  font-size: 1.5em;
  margin-top: -2px; }

.btn--disabled {
  color: #999;
  border-color: #999;
  cursor: default; }

.btn--disabled:hover,
.btn--disabled:focus {
  color: #999;
  background: transparent; }

.anchor, .access__anchor {
  visibility: hidden;
  position: absolute;
  top: 0; }

#forumUpdateForm fieldset {
  margin: 1em 0; }

#forumUpdateForm .cmsForm__field {
  display: block;
  clear: both; }

.mason--admin .anchor, .mason--admin .access__anchor {
  margin-top: -110px; }

.ui_toolbar {
  clear: both;
  margin: 1em 0;
  line-height: 2.1em; }

.ui_toolbar:before,
.ui_toolbar:after {
  content: '';
  display: table; }

.ui_toolbar:after {
  clear: both; }

.lte-ie7 .ui_toolbar {
  zoom: 1; }

.ui_toolbar > *,
.ui_left > *,
.ui_right > * {
  margin: 0 .5em 0 0;
  float: left; }

.ui_toolbar > *:last-child,
.ui_right > *:last-child {
  margin-right: 0; }

.ui_left {
  float: left; }

.ui_right {
  float: right;
  margin-left: .5em; }

.ui_button, .ui_tag, .ui_select {
  margin: 0 .5em 0 0;
  position: relative;
  float: left;
  text-align: left; }

.ui_button, .ui_tag, .ui_select > div {
  height: 2.1em;
  padding: 0 .6em;
  position: relative;
  font-size: 1em;
  white-space: nowrap;
  color: #444444 !important;
  line-height: 2.1em;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  background-color: #F8F8F8;
  background-image: none; }

.ui_button:hover, .ui_select:hover > div {
  background-color: #E0E0E0; }

.ui_button.ui_button--selected, .ui_select.ui_select--selected > div {
  background-color: #E0E0E0; }

.ui_button.ui_button--disabled, .ui_select.ui_select--disabled > div {
  cursor: default;
  color: rgba(68, 68, 68, 0.25) !important;
  background-color: #F8F8F8; }

.ui_button {
  margin: 0 .3em 0 0;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }

.ui_card {
  padding: 1em;
  display: block;
  text-align: left;
  color: #444444;
  background-color: #F8F8F8;
  border: 1px solid !important;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25) !important;
  border-radius: 0px; }

.ui_card:before,
.ui_card:after {
  content: '';
  display: table;
  clear: both; }

.ui_card--void {
  padding: 0;
  overflow: hidden; }

.ui_card--void > * {
  margin: -1px -2px -1px -1px; }

.ui_card__img {
  margin: 0 -1em;
  display: block;
  overflow: hidden;
  border: 2px solid #F8F8F8; }

.ui_card__img--top {
  margin: -1em -1em 0;
  border-radius: 0px 0px 0 0; }

.ui_card__img--full {
  margin: -1em;
  border-radius: 0px; }

.ui_txt {
  margin: 0 0 0.8em;
  font-weight: 300;
  line-height: 1.6em; }

.ui_txt__title {
  margin: 0.66667em 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.33333em; }

.ui_txt__bold {
  margin: 0.8em 0;
  font-weight: 400; }

.ui_txt__sub {
  margin: -1em 0 1em;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 2em; }

.ui_txt__content {
  font-size: 0.9em;
  line-height: 1.77778em; }
  .ui_txt__content * {
    display: inline;
    margin: 0; }

.ui_txt--truncate_3, .ui_txt--truncate_4, .ui_txt--truncate_5, .ui_txt--truncate_6, .ui_txt--truncate_7, .ui_txt--truncate_8, .ui_txt--truncate_9 {
  position: relative;
  overflow: hidden; }

.ui_txt--truncate_3:after, .ui_txt--truncate_4:after, .ui_txt--truncate_5:after, .ui_txt--truncate_6:after, .ui_txt--truncate_7:after, .ui_txt--truncate_8:after, .ui_txt--truncate_9:after {
  content: '';
  width: 50%;
  height: 1.6em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0)), to(#f8f8f8));
  background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
  background: -o-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
  background: linear-gradient(to right, rgba(248, 248, 248, 0), #f8f8f8); }

.ui_txt--truncate_3 {
  height: 4.8em; }

.ui_txt--truncate_3 .ui_txt__title {
  max-height: 1.33333em;
  overflow: hidden; }

.ui_txt--truncate_4 {
  height: 6.4em; }

.ui_txt--truncate_4 .ui_txt__title {
  max-height: 2.66667em;
  overflow: hidden; }

.ui_txt--truncate_5 {
  height: 8em; }

.ui_txt--truncate_5 .ui_txt__title {
  max-height: 4em;
  overflow: hidden; }

.ui_txt--truncate_6 {
  height: 9.6em; }

.ui_txt--truncate_6 .ui_txt__title {
  max-height: 5.33333em;
  overflow: hidden; }

.ui_txt--truncate_7 {
  height: 11.2em; }

.ui_txt--truncate_7 .ui_txt__title {
  max-height: 6.66667em;
  overflow: hidden; }

.ui_txt--truncate_8 {
  height: 12.8em; }

.ui_txt--truncate_8 .ui_txt__title {
  max-height: 8em;
  overflow: hidden; }

.ui_txt--truncate_9 {
  height: 14.4em; }

.ui_txt--truncate_9 .ui_txt__title {
  max-height: 9.33333em;
  overflow: hidden; }

.ui_select {
  padding: 0; }

.ui_select > div {
  padding: 0 1.5em 0 .6em;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }

.ui_select > div:after {
  content: '';
  display: block;
  position: absolute;
  right: .6em;
  top: 50%;
  margin-top: -2px;
  border: 4px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent; }

.ui_select > ul {
  padding: 0;
  margin: .75em 0 0;
  display: none;
  list-style: none;
  overflow: hidden;
  background: #fff;
  position: absolute;
  z-index: 8;
  top: 100%;
  right: 0; }

.ui_select > ul li {
  height: 2.1em;
  padding: .15em;
  clear: both;
  position: relative;
  border-bottom: 1px solid #ddd; }

.ui_select > ul li span {
  width: .6em;
  height: .6em;
  margin: .6em;
  float: left; }

.ui_select > ul li label {
  margin: 0 3.6em 0 1.8em;
  display: block;
  white-space: nowrap; }

.ui_select > ul li input {
  position: absolute;
  top: 50%;
  right: 0.15em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.ui_select--selected > ul {
  display: block; }

.ui_group {
  float: left;
  margin: 0 .3em 0 0; }

.ui_group .ui_button {
  float: left;
  margin: 0;
  border-radius: 0;
  border-left-color: rgba(255, 255, 255, 0.15); }

.ui_group .ui_button:first-child {
  border-radius: 0px 0 0 0px;
  border-left-color: rgba(0, 0, 0, 0.15); }

.ui_group .ui_button:last-child {
  border-radius: 0 0px 0px 0; }

.ui_icon {
  height: .5em;
  font-size: 2em;
  line-height: .5em;
  display: inline-block;
  font-family: "Courier New", Courier, monospace; }

.ui_icon--prev:after {
  content: "\02039";
  font-weight: bold; }

.ui_icon--next:after {
  content: "\0203A";
  font-weight: bold; }

.ui-tooltip {
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  max-width: 300px;
  padding: 8px;
  position: absolute;
  z-index: 9999;
  font-size: 95%;
  line-height: 1.2; }

.f__12 {
  font-size: 0.75em; }

.f__14 {
  font-size: 0.875em; }

.f__16 {
  font-size: 1em; }

.f__20 {
  font-size: 1.25em; }

.f__22 {
  font-size: 1.375em; }

.f__26 {
  font-size: 1.625em; }

.f__30 {
  font-size: 1.875em; }

.f__32 {
  font-size: 2em; }

.fw__400 {
  font-weight: 400; }

.fw__500 {
  font-weight: 500; }

.fw__600 {
  font-weight: 600; }

.fw__700 {
  font-weight: 700; }

.fs__50 {
  letter-spacing: 0.05em; }

.fs__80 {
  letter-spacing: 0.08em; }

@-webkit-keyframes success {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes success {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

[data-lazy][data-animation="fade"] .lazy__load__img, [data-img][data-animation="fade"] .lazy__load__img {
  opacity: 0; }

[data-lazy][data-animation="fade"].lazy--loaded .lazy__load__img, [data-img][data-animation="fade"].lazy--loaded .lazy__load__img {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }

[data-lazy][data-animation="scale"] .lazy__load__img, [data-img][data-animation="scale"] .lazy__load__img {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

[data-lazy][data-animation="scale"].lazy--loaded .lazy__load__img, [data-img][data-animation="scale"].lazy--loaded .lazy__load__img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .3s ease .2s, -webkit-transform .6s ease 0s;
  transition: opacity .3s ease .2s, -webkit-transform .6s ease 0s;
  -o-transition: opacity .3s ease .2s, transform .6s ease 0s;
  transition: opacity .3s ease .2s, transform .6s ease 0s;
  transition: opacity .3s ease .2s, transform .6s ease 0s, -webkit-transform .6s ease 0s; }

[data-lazy][data-swipe="ltr"]:before, [data-lazy][data-swipe="rtl"]:before, [data-img][data-swipe="ltr"]:before, [data-img][data-swipe="rtl"]:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #222222;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 2; }

[data-lazy][data-swipe="ltr"].lazy--prep:before, [data-lazy][data-swipe="rtl"].lazy--prep:before, [data-img][data-swipe="ltr"].lazy--prep:before, [data-img][data-swipe="rtl"].lazy--prep:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s; }

[data-lazy][data-swipe="ltr"].lazy--loaded:before, [data-lazy][data-swipe="rtl"].lazy--loaded:before, [data-img][data-swipe="ltr"].lazy--loaded:before, [data-img][data-swipe="rtl"].lazy--loaded:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s; }

[data-lazy][data-swipe="ltr"]:before, [data-img][data-swipe="ltr"]:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

[data-lazy][data-swipe="ltr"].lazy--loaded:before, [data-img][data-swipe="ltr"].lazy--loaded:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

[data-lazy][data-swipe="rtl"]:before, [data-img][data-swipe="rtl"]:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

[data-lazy][data-swipe="rtl"].lazy--loaded:before, [data-img][data-swipe="rtl"].lazy--loaded:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

[data-lazy][data-loading]:after, [data-img][data-loading]:after {
  position: absolute;
  content: '';
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  content: attr(data-loading);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'fontAwesome';
  font-size: 2em;
  color: #fff;
  background: #222222;
  z-index: 7;
  -webkit-animation: spin 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  animation: spin 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

[data-lazy][data-loading].lazy--prep:after, [data-img][data-loading].lazy--prep:after {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

[data-lazy][data-loading].lazy--loaded:after, [data-img][data-loading].lazy--loaded:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

[data-lazy] .lazy__load__img, [data-img] .lazy__load__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .lazy--loaded [data-lazy] .lazy__load__img, .lazy--loaded [data-img] .lazy__load__img {
    opacity: 1; }

[data-lazy] img, [data-img] img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) and ((-o-object-fit: contain) or (object-fit: contain)) {
    [data-lazy] img, [data-img] img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); } }

[data-lazy][data-fill="false"] img, [data-img][data-fill="false"] img {
  -o-object-fit: none;
  object-fit: none; }

.lazy__swipe {
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 12; }
  .lazy--prep .lazy__swipe {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .lazy--loaded .lazy__swipe {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s; }

.subnav__grid__container {
  width: 100%;
  padding: 0 5% 0em; }
  @media all and (min-width: 1409.7px) {
    .subnav__grid__container {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.subnav__grid {
  position: relative;
  padding: 0 0 1em; }

.subnav__grid__item {
  position: relative;
  width: 100%;
  background: #444;
  margin: 0 0 1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s; }
  .subnav__grid__item:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .subnav__grid__item:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .subnav__grid__item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .subnav__grid__item:nth-child(3) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .subnav__grid__item:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .subnav__grid__item:nth-child(5) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .subnav__grid__item:nth-child(6) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .subnav__grid__item:nth-child(7) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .subnav__grid__item:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .subnav__grid__item:nth-child(9) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .subnav__grid__item:nth-child(10) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .subnav__grid__item:nth-child(11) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .subnav__grid__item:nth-child(12) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .subnav__grid__item:nth-child(13) {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s; }
  .subnav__grid__item:nth-child(14) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .subnav__grid__item:nth-child(15) {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s; }
  .subnav__grid__item:nth-child(16) {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; }
  .subnav__grid__item:nth-child(17) {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s; }
  .subnav__grid__item:nth-child(18) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s; }
  .subnav__grid__item:nth-child(19) {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s; }
  .subnav__grid__item:nth-child(20) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .subnav__grid__item:nth-child(21) {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .subnav__grid__item:nth-child(22) {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s; }
  .subnav__grid__item:nth-child(23) {
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s; }
  .subnav__grid__item:nth-child(24) {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s; }
  .subnav__grid__item:nth-child(25) {
    -webkit-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s; }
  .subnav__grid__item:nth-child(26) {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s; }
  .subnav__grid__item:nth-child(27) {
    -webkit-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s; }
  .subnav__grid__item:nth-child(28) {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s; }
  .subnav__grid__item:nth-child(29) {
    -webkit-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s; }
  .subnav__grid__item:nth-child(30) {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s; }
  .mason--loaded .inview .subnav__grid__item, .subnav__grid__item.admin__option__box__image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .subnav__grid__item:hover .subnav__grid__item__image {
    background: #c72d36; }
    .subnav__grid__item:hover .subnav__grid__item__image img {
      opacity: .2;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
  .subnav__grid__item:hover .subnav__grid__item__title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .subnav__grid__item:hover .subnav__grid__item__more {
    opacity: 1;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em); }

.subnav__grid__item__image {
  background: rgba(199, 45, 54, 0);
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease; }
  .subnav__grid__item__image::before {
    content: "";
    background-image: url("/_site/images/design/watermark_subnav_grid.svg");
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .subnav__grid__item__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(#222));
    background: -webkit-linear-gradient(rgba(34, 34, 34, 0) 0%, #222 100%);
    background: -o-linear-gradient(rgba(34, 34, 34, 0) 0%, #222 100%);
    background: linear-gradient(rgba(34, 34, 34, 0) 0%, #222 100%);
    opacity: 0.6;
    z-index: 2; }
  .subnav__grid__item__image img {
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.subnav__grid__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 clamp(20px, 5vw, 48px) clamp(20px, 5vw, 48px) clamp(20px, 5vw, 48px);
  z-index: 4; }

.subnav__grid__item__title {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  .subnav__grid__item__title h3 {
    margin: 0;
    font-size: clamp(18px, 5vw, 30px);
    margin: 0;
    text-align: left;
    font-family: "ivypresto-display", sans-serif;
    font-weight: 400;
    line-height: 1.1; }

.subnav__grid__item__more {
  opacity: 0;
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }

@media all and (min-width: 580px) {
  .subnav__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -1em; }
  .subnav__grid__item {
    width: calc(50% - 1em);
    max-height: none;
    margin: 0.5em; } }

@media all and (min-width: 850px) {
  .subnav__grid__item {
    width: calc(33.33333% - 2.6em);
    max-height: none;
    margin: 1.3em 1.3em; } }

.related {
  background-color: #F2F2F2;
  padding: 30px 0 90px; }

.related__inner {
  width: 90%;
  margin: 0 0 0 5%;
  position: relative; }

.related__title {
  font-size: clamp(2em, 5vw, 4em);
  margin: 0 0 0.625em;
  line-height: 1em;
  font-weight: 100;
  font-style: italic;
  color: #222222;
  font-family: "ivypresto-display", sans-serif; }
  .related__title span {
    font-weight: 400;
    font-style: normal; }

.related__container {
  margin: .5em 0; }

.related__list {
  width: 90vw;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .related__list > .related__item {
    margin-right: 40px; }

.related__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 90vw;
  max-width: 400px;
  margin: .5em 0;
  background: #444;
  -webkit-transition: background .4s ease;
  -o-transition: background .4s ease;
  transition: background .4s ease; }
  .related__item:hover {
    background: #C72D36; }
    .related__item:hover .related__item__img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.related__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: clamp(20px, 5vw, 48px); }
  .related__item__content h3 {
    margin: 0;
    line-height: 1.475em;
    font-size: clamp(20px, 5vw, 40px);
    font-weight: 400;
    margin: 0;
    font-family: "ivypresto-display", sans-serif; }

.related__item__image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease, -webkit-filter .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease, -webkit-filter .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease, filter .4s ease;
  transition: opacity .4s ease, transform .4s ease, filter .4s ease;
  transition: opacity .4s ease, transform .4s ease, filter .4s ease, -webkit-transform .4s ease, -webkit-filter .4s ease; }
  .related__item__image[data-img=""] {
    opacity: .5; }
  .related__item__image img {
    opacity: .8; }
  .related__item__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(#222));
    background: -webkit-linear-gradient(rgba(34, 34, 34, 0) 0%, #222 100%);
    background: -o-linear-gradient(rgba(34, 34, 34, 0) 0%, #222 100%);
    background: linear-gradient(rgba(34, 34, 34, 0) 0%, #222 100%);
    opacity: 0.6;
    z-index: 2; }

.related__buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden; }
  .related__buttons .related__left__container, .related__buttons .related__right__container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto; }
    .related__buttons .related__left__container button, .related__buttons .related__right__container button {
      visibility: visible;
      height: 88px;
      width: 88px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #fff;
      -webkit-box-shadow: 0px 8px 24px rgba(34, 34, 34, 0.1);
      box-shadow: 0px 8px 24px rgba(34, 34, 34, 0.1);
      background-color: #fff;
      color: #C72D36;
      font-size: 24px;
      -webkit-transition: color 0.4s, background 0.4s, -webkit-transform 0.4s;
      transition: color 0.4s, background 0.4s, -webkit-transform 0.4s;
      -o-transition: color 0.4s, background 0.4s, transform 0.4s;
      transition: color 0.4s, background 0.4s, transform 0.4s;
      transition: color 0.4s, background 0.4s, transform 0.4s, -webkit-transform 0.4s; }
      .related__buttons .related__left__container button:hover, .related__buttons .related__right__container button:hover {
        color: #fff;
        background-color: #C72D36; }
  @media all and (max-width: 768px) {
    .related__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px;
      position: relative; }
      .related__buttons .related__left__container, .related__buttons .related__right__container {
        position: relative;
        width: auto; }
        .related__buttons .related__left__container button, .related__buttons .related__right__container button {
          height: 44px;
          width: 44px;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
  .related__buttons .lte-ie8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    position: relative; }
    .related__buttons .lte-ie8 .related__left__container, .related__buttons .lte-ie8 .related__right__container {
      position: relative;
      width: auto; }
      .related__buttons .lte-ie8 .related__left__container button, .related__buttons .lte-ie8 .related__right__container button {
        height: 44px;
        width: 44px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .related__buttons .related__left__container {
    left: 0;
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%); }
    .related__buttons .related__left__container button.off {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  .related__buttons .related__right__container {
    right: 0;
    -webkit-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%); }
    .related__buttons .related__right__container button.off {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  .button__left .related__buttons .related__left:not(.off) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .button__right .related__buttons .related__right:not(.off) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

@media all and (min-width: 769px) {
  .related {
    padding: 50px 0 100px; }
  .related__buttons {
    display: block; } }

.lte-ie8 .related {
  padding: 50px 0 100px; }

.lte-ie8 .related__buttons {
  display: block; }

@media all and (min-width: 850px) {
  .related__item {
    max-height: none; } }

.urgent {
  background: #c80505;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%; }

.urgent__item__title {
  position: relative;
  margin-right: 1em; }
  .urgent__item__title .fa, .urgent__item__title .svg-inline--fa {
    font-size: 1.2em;
    margin-right: .35em; }

.urgent__close {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #c80505;
  background: #fff;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  z-index: 3;
  border-radius: 50%; }

@media all and (min-width: 769px) {
  .urgent[data-urgent*="fixed"] {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-right: 56px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease; }
    .urgent[data-urgent*="fixed"] .urgent__close {
      display: block; }
  .urgent.urgent--hide {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%); }
  .urgent[data-urgent*="marquee"]:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 150px;
    background: #c80505;
    background: -webkit-linear-gradient(-180deg, #c80505, rgba(200, 5, 5, 0));
    background: -webkit-gradient(linear, right top, left top, from(#c80505), to(rgba(200, 5, 5, 0)));
    background: -webkit-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
    background: -o-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
    background: linear-gradient(270deg, #c80505, rgba(200, 5, 5, 0));
    z-index: 2; }
  .urgent[data-urgent*="marquee"] .urgent__list {
    width: auto;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite; }
    .urgent[data-urgent*="marquee"] .urgent__list:hover {
      -webkit-animation-play-state: paused;
      animation-play-state: paused; }
  .urgent[data-urgent*="marquee"] .urgent__item {
    display: inline-block;
    vertical-align: top;
    padding-right: 100px; }
  .urgent__item__title {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; } }

.lte-ie8 .urgent[data-urgent*="fixed"] {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 200;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-right: 56px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease; }
  .lte-ie8 .urgent[data-urgent*="fixed"] .urgent__close {
    display: block; }

.lte-ie8 .urgent.urgent--hide {
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%); }

.lte-ie8 .urgent[data-urgent*="marquee"]:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 150px;
  background: #c80505;
  background: -webkit-linear-gradient(-180deg, #c80505, rgba(200, 5, 5, 0));
  background: -webkit-gradient(linear, right top, left top, from(#c80505), to(rgba(200, 5, 5, 0)));
  background: -webkit-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
  background: -o-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
  background: linear-gradient(270deg, #c80505, rgba(200, 5, 5, 0));
  z-index: 2; }

.lte-ie8 .urgent[data-urgent*="marquee"] .urgent__list {
  width: auto;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite; }
  .lte-ie8 .urgent[data-urgent*="marquee"] .urgent__list:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }

.lte-ie8 .urgent[data-urgent*="marquee"] .urgent__item {
  display: inline-block;
  vertical-align: top;
  padding-right: 100px; }

.lte-ie8 .urgent__item__title {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.mason:not(.mason--admin) {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .mason:not(.mason--admin).mason--loaded {
    opacity: 1; }
  .mason:not(.mason--admin).fadeout {
    opacity: 0; }
  .no-js .mason:not(.mason--admin) {
    opacity: 1 !important; }

.mason--inner {
  overflow: unset; }

.section__title {
  font-size: clamp(2em, 5vw, 5em);
  margin: 0;
  line-height: 1em;
  font-weight: 400;
  font-family: "ivypresto-display", sans-serif; }

.admin__link {
  display: inline-block; }
  .admin__link::before {
    display: none !important; }

.admin__tip {
  padding: 10px;
  background-color: #745B99;
  font-size: 0.875em;
  display: inline-block;
  position: relative;
  z-index: 6; }
  .admin__tip[data-position] {
    position: absolute !important; }
  .admin__tip::before {
    display: none !important; }
  .admin__tip[data-position~="top"] {
    top: 0; }
  .admin__tip[data-position~="right"] {
    right: 0; }
  .admin__tip[data-position~="bottom"] {
    bottom: 0; }
  .admin__tip[data-position~="left"] {
    left: 0; }
  .admin__tip[data-position~="above"] {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .admin__tip[data-position~="below"] {
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  .admin__tip[data-position~="static"] {
    position: static; }

.owl-stage-outer {
  width: 100%;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.owl-item {
  position: relative;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-dot {
  cursor: pointer; }

.owl-nav {
  display: none; }

.access {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative; }

.mason--history,
.mason--interactive--map,
.mason--day {
  background-color: #f2f2f2;
  overflow: unset; }
  .mason--history.mason--admin .header,
  .mason--interactive--map.mason--admin .header,
  .mason--day.mason--admin .header {
    top: 0; }
  .mason--history .header,
  .mason--interactive--map .header,
  .mason--day .header {
    position: relative;
    top: 0; }
  .mason--history .header__extras .social__icons a,
  .mason--interactive--map .header__extras .social__icons a,
  .mason--day .header__extras .social__icons a {
    color: #222222; }
    .mason--history .header__extras .social__icons a:hover,
    .mason--interactive--map .header__extras .social__icons a:hover,
    .mason--day .header__extras .social__icons a:hover {
      color: #C72D36; }
  .mason--history .header__extras .find__button,
  .mason--interactive--map .header__extras .find__button,
  .mason--day .header__extras .find__button {
    color: #222222 !important; }
  .mason--history .menu__btn__text--open,
  .mason--interactive--map .menu__btn__text--open,
  .mason--day .menu__btn__text--open {
    color: #222222; }
  .mason--history .search__container:hover .find__button,
  .mason--interactive--map .search__container:hover .find__button,
  .mason--day .search__container:hover .find__button {
    color: #C72D36 !important; }

.header {
  width: 100%; }

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s; }
  .mason--prep .header__logo {
    height: 56px; }
    .mason--prep .header__logo img:not(.header__logo__img__sticky) {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  .header__logo img {
    max-width: 25vw;
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s; }

.header__logo__img {
  width: 100%; }
  .header__logo__img img {
    width: 100%;
    max-height: 160px;
    -o-object-fit: contain;
    object-fit: contain; }
    .header__logo__img img.header__logo__img__sticky {
      max-height: 100%; }

.header__logo__img__sticky {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  visibility: hidden;
  max-height: 100%; }
  .mason--prep .header__logo__img__sticky {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible; }

.header__logo__title {
  margin: 0;
  font-size: clamp(1.5em, 6vw, 2.5em);
  line-height: 1;
  margin-left: 1em; }

.menu__extras,
.header__extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__extras .search__container {
  display: none; }

.search__container {
  width: 40px;
  position: relative; }

.search__container__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.menu__extras__form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  width: 40px;
  position: relative;
  z-index: 2; }
  .menu__extras__form input {
    right: 0;
    left: auto;
    height: 100%;
    background: #C72D36;
    color: #fff;
    padding: 0 1em 0 1em;
    border: 0;
    border-radius: 50px;
    opacity: 0;
    width: 40px;
    -webkit-transition: opacity .3s ease, width .3s ease;
    -o-transition: opacity .3s ease, width .3s ease;
    transition: opacity .3s ease, width .3s ease; }
    .menu__extras__form input::-webkit-input-placeholder {
      color: #fff;
      opacity: 0.8 !important; }
    .menu__extras__form input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      opacity: 0.8 !important; }
    .menu__extras__form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 0.8 !important; }
    .menu__extras__form input:-ms-input-placeholder {
      color: #fff;
      opacity: 0.8 !important; }
    .menu__extras__form input:active, .menu__extras__form input:focus {
      outline-color: rgba(199, 45, 54, 0.1);
      width: 280px;
      opacity: 1;
      -webkit-transition: opacity .1s ease, width .3s ease;
      -o-transition: opacity .1s ease, width .3s ease;
      transition: opacity .1s ease, width .3s ease; }
  .menu__extras__form button {
    position: relative;
    z-index: 2;
    height: 40px;
    width: 40px;
    color: #fff;
    display: none; }

.find__button {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: #C72D36;
  color: #fff;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 5%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: background 0.4s, padding 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, padding 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s, -webkit-box-shadow 0.4s; }
  .mason--admin .header {
    top: 110px; }
  .mason--preview .header {
    top: 110px; }
  .mason--secure .header {
    top: 40px; }
  .mason--prep .header {
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 24px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 8px 24px rgba(34, 34, 34, 0.1);
    padding: 0; }
    .mason--prep .header .menu__btn__text--open {
      background-color: #222222; }

.menu__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  position: relative;
  margin-left: 22px;
  display: block;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }
  .menu__btn svg path {
    fill: currentColor; }

.menu__btn__text--open, .menu__btn__text--close {
  height: 100%;
  width: 100%;
  color: #fff;
  line-height: 1;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }
  .menu__btn__text--open span, .menu__btn__text--close span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 0.1em; }

.menu__btn__text--close {
  color: #222222; }
  .menu__btn__text--close svg path {
    fill: currentColor; }

.mobile__menu__bg {
  position: absolute;
  top: 0;
  right: 100%;
  left: auto;
  width: 100vw;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
  -o-transition: opacity .3s ease, visibility 0s ease .3s;
  transition: opacity .3s ease, visibility 0s ease .3s; }
  .mason--menu .mobile__menu__bg {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.header__extras--left {
  display: none; }
  .header__extras--left .button__link .book_vist {
    background-color: #fff;
    color: #C72D36; }
    .mason--prep .header__extras--left .button__link .book_vist {
      padding: 2.33em 2.571em;
      background-color: #C72D36;
      color: #fff; }
    .header__extras--left .button__link .book_vist:hover {
      background-color: #222222;
      color: #fff; }
  .header__extras--left .header__quicklinks {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: padding 0.4s;
    -o-transition: padding 0.4s;
    transition: padding 0.4s;
    gap: 10px 0; }
    .mason--prep .header__extras--left .header__quicklinks {
      padding-left: 5vw; }
  .header__extras--left .header__quicklinks__item {
    color: #fff;
    font-size: 0.75em;
    margin-right: 2em;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s; }
    .mason--prep .header__extras--left .header__quicklinks__item {
      color: #222222; }
    .header__extras--left .header__quicklinks__item:hover {
      color: #C72D36; }

.social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.social__icon__link {
  padding: 8px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
  .mason--prep .header__extras .social__icon__link, .social__icon__link .menu__top {
    color: #222222; }
    .mason--prep .header__extras .social__icon__link:hover, .social__icon__link .menu__top:hover {
      color: #C72D36; }
  .social__icon__link:hover {
    color: #C72D36; }

@media all and (min-width: 769px) {
  .header {
    padding: 2em 5%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 212px 1fr;
    grid-template-columns: 1fr 212px 1fr; }
    .header .header__extras--right {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .header .header__extras--left {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .header .header__container {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .header .header__container .header__logo {
        width: 100%; }
  .header__extras--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.lte-ie8 .header {
  padding: 2em 5%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 212px 1fr;
  grid-template-columns: 1fr 212px 1fr; }
  .lte-ie8 .header .header__extras--right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .lte-ie8 .header .header__extras--left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .lte-ie8 .header .header__container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .lte-ie8 .header .header__container .header__logo {
      width: 100%; }

.lte-ie8 .header__extras--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.menu {
  top: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 999;
  -webkit-transition: visibility 0s ease .3s, -webkit-transform .3s ease;
  transition: visibility 0s ease .3s, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, visibility 0s ease .3s;
  transition: transform .3s ease, visibility 0s ease .3s;
  transition: transform .3s ease, visibility 0s ease .3s, -webkit-transform .3s ease; }
  .mason--admin .menu {
    top: 110px; }
  .mason--preview .menu {
    top: 110px; }
  .mason--secure .menu {
    top: 40px; }
  .mason--menu .menu {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .mason--menu .menu:after {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: .1s;
      -o-transition-delay: .1s;
      transition-delay: .1s; }

.menu__inner {
  background-image: url("/_site/images/design/watermark_menu.svg");
  background-position: left center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: clamp(20px, 5vw, 40px) 0 clamp(20px, 5vw, 120px) clamp(20px, 5vw, 160px);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }

.menu__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: clamp(20px, 5vw, 54px);
  position: relative;
  z-index: 5; }

.menu__sidebar {
  position: static;
  overflow: hidden;
  overflow-y: auto;
  margin: 20px 0 40px;
  width: 100%;
  z-index: 3;
  scrollbar-width: thin;
  scrollbar-color: #090909 #555555;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .menu__sidebar::-webkit-scrollbar {
    width: 10px; }
  .menu__sidebar::-webkit-scrollbar-track {
    background-color: #555555;
    border-radius: 10px; }
  .menu__sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #090909; }

.menu__list {
  text-align: left;
  width: 100%;
  padding-right: clamp(10px, 5vw, 160px); }
  .menu__list > .menu__list__item {
    position: static; }
    .menu__list > .menu__list__item.menu__list__item--selected > .container > .menu__list__item__link span::after, .menu__list > .menu__list__item.menu__list__item--expand > .container > .menu__list__item__link span::after, .menu__list > .menu__list__item:hover > .container > .menu__list__item__link span::after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    .menu__list > .menu__list__item:not(.menu__list__item--subitems) .menu__list__item__sub__wrapper {
      display: none; }
    .menu__list > .menu__list__item > .container > .menu__list__item__link {
      font-size: clamp(18px, 5vw, 48px);
      font-weight: 400;
      font-family: "ivypresto-display", sans-serif;
      color: #222222;
      padding-top: 0.05em;
      padding-bottom: 0.05em; }
      .menu__list > .menu__list__item > .container > .menu__list__item__link span {
        display: inline-block;
        position: relative; }
        .menu__list > .menu__list__item > .container > .menu__list__item__link span::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 6px;
          background-color: #C72D36;
          -webkit-transform-origin: left;
          -ms-transform-origin: left;
          transform-origin: left;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          opacity: 0;
          -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
          transition: opacity 0.4s, -webkit-transform 0.4s;
          -o-transition: opacity 0.4s, transform 0.4s;
          transition: opacity 0.4s, transform 0.4s;
          transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s; }

.menu__list__item {
  position: relative;
  width: 100%;
  color: #444444; }
  .menu__list__item--selected {
    color: #222222; }
  .menu__list__item.menu__list__item--page_1 {
    display: none; }

.menu__list__item__link {
  padding: 1em 1em 1em 0; }

.menu__list__item__button {
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1.875em;
  height: 30px;
  position: absolute;
  color: inherit; }
  .menu__list__item__button svg {
    color: #C72D36;
    top: 0;
    bottom: 0;
    font-size: 20px;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .menu__list__item--subitems > .container > .menu__list__item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.menu__list__item__sub__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: clamp(120px, 10vw, 160px) 0 0 0;
  background-color: #fff;
  width: 100%;
  max-width: 628px;
  -webkit-box-shadow: -8px 0px 24px rgba(34, 34, 34, 0.1);
  box-shadow: -8px 0px 24px rgba(34, 34, 34, 0.1);
  z-index: 1;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s, -webkit-transform 0.4s; }
  .menu__list__item--expand .menu__list__item__sub__wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .menu__list__item__sub__wrapper .menu__list__item__sub__wrapper {
    display: none; }

.menu__list__item__sub__wrapper__inner {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: clamp(30px, 7vw, 128px);
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #090909 #555555;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .menu__list__item__sub__wrapper__inner::-webkit-scrollbar {
    width: 10px; }
  .menu__list__item__sub__wrapper__inner::-webkit-scrollbar-track {
    background-color: #555555;
    border-radius: 10px; }
  .menu__list__item__sub__wrapper__inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #090909; }

.menu__list__item__sub__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative; }
  .menu__list__item__sub__header .menu__list__item__button {
    display: block;
    left: clamp(-55px, -5vw, -30px);
    right: auto;
    bottom: 0; }

.menu__list__item__sub__title {
  font-size: clamp(18px, 5vw, 48px);
  font-weight: 400;
  font-family: "ivypresto-display", sans-serif;
  color: #222222;
  margin: 0; }

.menu__list__item__sub {
  padding: 1em 0;
  margin: 0; }
  .menu__list__item__sub .menu__list__item {
    border: 0; }
  .menu__list__item__sub .menu__list__item__link {
    padding: .75em 0em .75em 0;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #222222;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s; }
    .menu__list__item__sub .menu__list__item__link span {
      position: relative;
      display: inline-block; }
      .menu__list__item__sub .menu__list__item__link span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #C72D36;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        -o-transition: opacity 0.4s, transform 0.4s;
        transition: opacity 0.4s, transform 0.4s;
        transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s; }
    .menu__list__item__sub .menu__list__item__link:hover {
      color: #C72D36; }
      .menu__list__item__sub .menu__list__item__link:hover span:after {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }

.menu__extras {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: clamp(20px, 5vw, 54px); }
  .menu__extras .menu__quicklinks {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 8px; }

.menu__quicklinks__item, .hero__quicklinks__item, .header__quicklinks__item {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.250em; }

.menu__quicklinks .menu__quicklinks__item, .menu__quicklinks .header__quicklinks__item {
  margin-right: 2em;
  -webkit-transition: opacity 0.4s, color 0.4s;
  -o-transition: opacity 0.4s, color 0.4s;
  transition: opacity 0.4s, color 0.4s; }
  .menu__quicklinks .menu__quicklinks__item:hover, .menu__quicklinks .header__quicklinks__item:hover {
    color: #222222; }

.search__container__button {
  display: none !important; }

.menu__inner__extras {
  display: none; }

.menu__inner__extras__events {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .menu__inner__extras__events .admin__tip {
    position: absolute !important;
    top: 0;
    left: 0; }
  .menu__inner__extras__events .menu__event, .menu__inner__extras__events .menu__event__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu__inner__extras__events .menu__event__item {
    padding: 20px; }
  .menu__inner__extras__events .menu__event__title {
    font-size: 2.5em;
    font-weight: 400;
    margin: 0 0 33px;
    font-family: "ivypresto-display", sans-serif; }
  .menu__inner__extras__events .menu__event__item__date {
    height: 168px;
    width: 168px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "ivypresto-display", sans-serif;
    margin: 0 0 24px; }
    .menu__inner__extras__events .menu__event__item__date span:first-child {
      font-size: 5em;
      font-weight: 400;
      line-height: 1em; }
    .menu__inner__extras__events .menu__event__item__date span:last-child {
      font-size: 2em;
      font-weight: 100;
      font-style: italic;
      line-height: 1em; }
  .menu__inner__extras__events .menu__event__item__title {
    font-family: "ivypresto-display", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.45833em;
    margin: 0 0 8px;
    overflow: hidden;
    max-height: 2.91666em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .menu__inner__extras__events .menu__event__item__time {
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.21429em;
    margin: 0 0 40px;
    text-transform: uppercase;
    color: #C72D36; }
  .menu__inner__extras__events .button__link a:hover {
    background-color: #fff;
    color: #222222; }

.menu__inner__extras__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.menu__inner__extras__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu__inner__extras__imap:nth-child(1) .menu__inner__extras__imap__link {
  min-height: 100%; }

.menu__inner__extras__imap:hover .menu__inner__extras__imap__link img {
  opacity: 0.1; }

.menu__inner__extras__imap__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px; }
  .menu__inner__extras__imap__link .lazy__load__img img {
    opacity: 0.45;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }
  .menu__inner__extras__imap__link span {
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: "ivypresto-display", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 5vw, 40px);
    line-height: 1.475em; }

.menu__news__item {
  width: 100%; }
  .menu__news__item:hover .menu__news__item__image img {
    opacity: 0.1; }

.menu__news__item__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 125%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0)), to(#444));
  background: -webkit-linear-gradient(rgba(68, 68, 68, 0) 0%, #444 100%);
  background: -o-linear-gradient(rgba(68, 68, 68, 0) 0%, #444 100%);
  background: linear-gradient(rgba(68, 68, 68, 0) 0%, #444 100%);
  opacity: 0.4;
  z-index: 2; }

.menu__news__item__image img {
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.menu__news__item__content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 70px 20px 48px 48px;
  z-index: 3;
  min-height: 100%; }

.menu__news__item__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.21429em; }
  .menu__news__item__date::before {
    content: "";
    height: 2px;
    width: 24px;
    background-color: #fff;
    margin-right: 16px; }

.menu__news__item__title {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.1em;
  font-family: "ivypresto-display", sans-serif;
  margin: 0;
  overflow: hidden;
  max-height: 2.2em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

@media all and (min-width: 1025px) {
  .header__extras .header__quicklinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header__extras .search__container {
    display: block; }
    .header__extras .search__container:hover .find__button {
      color: #C72D36; }
    .header__extras .search__container .find__button {
      background-color: transparent;
      font-size: 1rem;
      color: #fff; }
      .mason--prep .header__extras .search__container .find__button {
        color: #222222; }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .menu__inner {
    width: 50%; }
  .menu__inner__extras {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (minmax(-webkit-min-content, 1fr))[2];
    -ms-grid-rows: (minmax(min-content, 1fr))[2];
    grid-template-rows: repeat(2, minmax(-webkit-min-content, 1fr));
    grid-template-rows: repeat(2, minmax(min-content, 1fr));
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    width: 50%;
    background: rgba(34, 34, 34, 0.5);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #090909 #555555;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .menu__inner__extras::-webkit-scrollbar {
      width: 10px; }
    .menu__inner__extras::-webkit-scrollbar-track {
      background-color: #555555;
      border-radius: 10px; }
    .menu__inner__extras::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #090909; }
    .mason--menu .menu__inner__extras {
      background: rgba(34, 34, 34, 0.98); }
  .menu__inner__extras__events, .menu__inner__extras__imap, .menu__inner__extras__news, .menu__inner__extras__row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .menu__inner__extras__events, .menu__inner__extras__imap {
    width: 50%; }
  .menu__inner__extras__row {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    min-height: 100%; }
  .menu__inner__extras__news {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
    min-height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .menu__extras {
    display: none; } }

.book {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 820px;
  padding: clamp(20px, 5vw, 62px) clamp(20px, 5vw, 65px) clamp(20px, 5vw, 62px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #090909 #555555;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  z-index: 599;
  background-image: url("/_site/images/design/watermark_book.svg");
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }
  .mason--admin .book {
    top: 110px; }
  .mason--preview .book {
    top: 110px; }
  .mason--secure .book {
    top: 40px; }
  .book::-webkit-scrollbar {
    width: 10px; }
  .book::-webkit-scrollbar-track {
    background-color: #555555;
    border-radius: 10px; }
  .book::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #090909; }
  .mason--book .book {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.book__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.book__title {
  font-size: clamp(2em, 5vw, 3em);
  margin: 0.9em 0 1.2em;
  line-height: 1em;
  font-weight: 400;
  font-family: "ivypresto-display", sans-serif;
  width: 100%; }

.book__a__visit__inlineForm {
  width: 100%; }
  .book__a__visit__inlineForm .form__page__progress {
    display: none; }

.form__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .form__page > span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px; }
    .form__page > span em {
      color: #C72D36; }
    .form__page > span > * {
      width: 100%; }
    .form__page > span label {
      text-transform: uppercase;
      font-size: 0.875em;
      line-height: 1.21429em;
      font-weight: 500;
      letter-spacing: 0.1em;
      color: #222222;
      margin: 0 0 8px; }
    .form__page > span input,
    .form__page > span select,
    .form__page > span textarea {
      border: 1px solid rgba(34, 34, 34, 0.2);
      padding-left: clamp(20px, 2vw, 32px);
      padding-right: clamp(20px, 2vw, 32px); }
    .form__page > span input,
    .form__page > span select {
      height: 56px; }
    .form__page > span select {
      padding-right: 60px;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("/_site/images/design/select_arrow.PNG");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: contain;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .form__page > span textarea {
      padding-top: 26px;
      padding-bottom: 26px; }
  .form__page > button {
    margin-top: 24px;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.21429em;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #C72D36;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    padding: 20px 32px;
    border: none; }
    .form__page > button:hover {
      background-color: #222222; }

.hero {
  height: 25vw;
  min-height: 50vh;
  background-color: #444444; }
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(rgba(68, 68, 68, 0)));
    background: -webkit-linear-gradient(#444 0%, rgba(68, 68, 68, 0) 100%);
    background: -o-linear-gradient(#444 0%, rgba(68, 68, 68, 0) 100%);
    background: linear-gradient(#444 0%, rgba(68, 68, 68, 0) 100%);
    opacity: 0.4;
    z-index: 4; }
  .hero .lazy__load__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.hero__slideshow {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s;
  transition: opacity 1s ease 0.3s; }
  .mason--loaded .hero__slideshow {
    opacity: 1; }

.hero__video__admin {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  background-color: #745B99;
  padding: 10px; }
  .hero__video__admin p {
    margin: 0; }

.hero__video {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  background-color: #222222;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
  .hero__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8;
    border: none; }
  .hero__video.active {
    opacity: 1;
    visibility: visible; }

.mason--open-days .hero__wrapper,
.mason--admission .hero__wrapper {
  background-color: #C72D36;
  position: relative;
  padding-top: clamp(100px, 20vw, 170px); }
  .mason--open-days .hero__wrapper::after,
  .mason--admission .hero__wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(50px, 10vw, 154px);
    background-color: #fff; }

.mason--open-days .hero,
.mason--admission .hero {
  min-height: 0;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 1280/721;
  background: #222222;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .mason--open-days .hero .hero__slideshow,
  .mason--admission .hero .hero__slideshow {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important; }

.mason--open-days .hero__content,
.mason--admission .hero__content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.mason--open-days .hero__title,
.mason--admission .hero__title {
  font-size: clamp(2em, 8vw, 6.5em);
  margin: 0;
  line-height: 1.48077em;
  font-weight: 100;
  font-family: "ivypresto-display", sans-serif; }
  .mason--open-days .hero__title strong,
  .mason--admission .hero__title strong {
    font-weight: 400; }

.mason--open-days .hero__play__video,
.mason--admission .hero__play__video {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  color: #C72D36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.29167em;
  -webkit-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s; }
  .mason--open-days .hero__play__video:hover,
  .mason--admission .hero__play__video:hover {
    background-color: #C72D36;
    color: #fff; }
  .mason--open-days .hero__play__video[href=""],
  .mason--admission .hero__play__video[href=""] {
    display: none; }

.mason--open-days .hero__popup__container,
.mason--admission .hero__popup__container {
  position: absolute;
  top: 0;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 599;
  background-color: rgba(34, 34, 34, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s, bottom 0s;
  -o-transition: opacity 0.4s, visibility 0.4s, bottom 0s;
  transition: opacity 0.4s, visibility 0.4s, bottom 0s;
  -webkit-transition-delay: 0s, 0s, 0.4s;
  -o-transition-delay: 0s, 0s, 0.4s;
  transition-delay: 0s, 0s, 0.4s; }
  .mason--admin .mason--open-days .hero__popup__container, .mason--admin
  .mason--admission .hero__popup__container {
    top: 110px; }
  .mason--preview .mason--open-days .hero__popup__container, .mason--preview
  .mason--admission .hero__popup__container {
    top: 110px; }
  .mason--secure .mason--open-days .hero__popup__container, .mason--secure
  .mason--admission .hero__popup__container {
    top: 40px; }
  .mason--open-days .hero__popup__container.active,
  .mason--admission .hero__popup__container.active {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .mason--open-days .hero__popup__container.active .hero__popup__video,
    .mason--admission .hero__popup__container.active .hero__popup__video {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  @media all and (max-width: 768px) {
    .mason--open-days .hero__popup__container .hero__popup__close,
    .mason--admission .hero__popup__container .hero__popup__close {
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
      transform-origin: top right; } }
  .mason--open-days .hero__popup__container .hero__popup__close .lte-ie8,
  .mason--admission .hero__popup__container .hero__popup__close .lte-ie8 {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right; }

.mason--open-days .hero__popup__video,
.mason--admission .hero__popup__video {
  max-width: none;
  width: 100%;
  aspect-ratio: 16/9;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }
  .mason--open-days .hero__popup__video .menu__btn,
  .mason--admission .hero__popup__video .menu__btn {
    position: absolute;
    top: 0;
    right: 0; }
    .mason--open-days .hero__popup__video .menu__btn .menu__btn__text--close,
    .mason--admission .hero__popup__video .menu__btn .menu__btn__text--close {
      color: #fff;
      background-color: #222222;
      -webkit-transition: color 0.4s, background 0.4s;
      -o-transition: color 0.4s, background 0.4s;
      transition: color 0.4s, background 0.4s; }
      .mason--open-days .hero__popup__video .menu__btn .menu__btn__text--close:hover,
      .mason--admission .hero__popup__video .menu__btn .menu__btn__text--close:hover {
        color: #222222;
        background-color: #fff; }
  .mason--open-days .hero__popup__video iframe,
  .mason--admission .hero__popup__video iframe {
    height: 100%;
    width: 100%;
    border: none; }

@media all and (min-width: 769px) {
  .mason--open-days .hero__play__video,
  .mason--admission .hero__play__video {
    width: 88px;
    height: 88px;
    font-size: 1.5em; } }

.mason--open-days .lte-ie8 .hero__play__video,
.mason--admission .lte-ie8 .hero__play__video {
  width: 88px;
  height: 88px;
  font-size: 1.5em; }

@media all and (min-width: 769px) {
  .hero {
    min-height: 641px; } }

.lte-ie8 .hero {
  min-height: 641px; }

.breadcrumbs {
  position: relative;
  display: block;
  margin-bottom: 6px; }

.breadcrumbs__container {
  position: relative;
  overflow: hidden; }

.content__path {
  width: 100%; }

.content__path__item__link {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.21429em; }

.content__path__item__sep {
  margin: 0 1em 0 1em; }

.content__path__item.content__path__item--final {
  opacity: 0.5; }
  .content__path__item.content__path__item--final .content__path__item__sep {
    display: none; }

.main {
  width: 100%;
  padding-bottom: 4em; }
  .mason--interactive--map .main {
    margin-bottom: 0; }
    .mason--interactive--map .main .main__flex {
      padding: 0;
      width: 90%;
      margin: 0 auto; }
    .mason--interactive--map .main .content {
      padding-bottom: 0; }

.main__flex {
  padding-right: 5%;
  padding-left: 5%; }
  @media all and (min-width: 1409.7px) {
    .main__flex {
      padding-left: calc(50% - 635px); } }
  .main__flex.center {
    padding: 0; }

.content {
  padding: 3.125em 0;
  position: relative;
  z-index: 2;
  width: 100%; }
  .content #customFormField78 {
    display: none; }

.content__title {
  color: #222222;
  margin: 0.4em 0 0.6em;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.48438em;
  font-family: "ivypresto-display", sans-serif;
  margin: 0 0 48px; }
  .mason--interactive--map .content__title {
    margin-bottom: 18px; }

.content__region p,
.content__region li {
  font-weight: 300;
  line-height: 1.5em;
  color: #373940; }

.content__region h2 {
  font-size: clamp(30px, 5vw, 56px); }

.content__region h3 {
  font-size: clamp(26px, 5vw, 50px); }

.content__region h4 {
  font-size: clamp(24px, 5vw, 45px); }

.content__region h5 {
  font-size: clamp(20px, 5vw, 40px); }

@media all and (max-width: 849px) {
  .main__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .main__flex .content {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .main__flex .subnav__container,
    .main__flex .subnav__grid {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .main__flex .related__container {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

@media all and (min-width: 850px) {
  .main__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-right: 0; }
  .content {
    width: 65%;
    padding: 3.75em 5% 3.75em 0; } }

@media all and (min-width: 1025px) {
  .content {
    width: 60%;
    padding: 5em 0; } }

@media all and (min-width: 1301px) {
  .mason--interactive--map .main {
    margin-bottom: clamp(-160px, -20vw, -10px); }
    .mason--interactive--map .main .content {
      width: 50%;
      pointer-events: none; }
      .mason--interactive--map .main .content > * {
        pointer-events: all; }
    .mason--interactive--map .main .content__region {
      max-width: 350px; } }

.main--full .main__flex {
  padding: 0 5%;
  text-align: center; }

.main--full .content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 850px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

.main--content--hide .content__region,
.main--content--hide .content__attachments,
.main--content--hide .content__social {
  display: none; }

.subnav {
  position: relative;
  width: 100%;
  background: #AF1118;
  padding: 2em; }
  .subnav .lazy__container {
    top: auto;
    height: 100%;
    max-height: 475px; }

.subnav__title {
  margin: 0 0 0.6em;
  color: #fff;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 40px);
  font-family: "ivypresto-display", sans-serif;
  line-height: 1.475em; }

.subnav__list {
  position: relative; }

.subnav__list__item {
  position: relative;
  width: 100%; }
  .subnav__list__item.subnav__list__item--selected .subnav__list__item__sub {
    display: block; }
  .subnav__list__item .subnav__list__item__sub {
    display: none; }
    .subnav__list__item .subnav__list__item__sub .subnav__list__item__link {
      font-size: 0.75em; }

.subnav__list__item__link {
  position: relative;
  z-index: 2;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff; }
  .subnav__list__item__link:hover span::after, .subnav__list__item--selected > .subnav__list__item__link span::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .subnav__list__item__link span {
    position: relative; }
    .subnav__list__item__link span::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      opacity: 0;
      -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: opacity 0.4s, -webkit-transform 0.4s;
      -o-transition: opacity 0.4s, transform 0.4s;
      transition: opacity 0.4s, transform 0.4s;
      transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s; }

@media all and (min-width: 550px) {
  .subnav__list__item {
    display: inline-block;
    vertical-align: top;
    width: 50%; } }

@media all and (min-width: 850px) {
  .subnav__container {
    width: 35%; }
  .subnav {
    padding-top: 120px;
    padding-bottom: 110px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px; }
  .subnav__list__item {
    width: 100%; } }

@media all and (min-width: 1025px) {
  .subnav__container {
    width: 31%;
    font-size: 16px; }
  .subnav {
    padding-left: 64px; } }

.values {
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  min-height: clamp(150px, 45vw, 474px);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .values.loaded {
    opacity: 1; }

@-webkit-keyframes textSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes textSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes textSlideReverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes textSlideReverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.values__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.values__row__two {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }
  .values__row__two .values__row__inner {
    -webkit-animation-name: textSlideReverse;
    animation-name: textSlideReverse; }

.values__row__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-animation-name: textSlide;
  animation-name: textSlide;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.values__item {
  display: none;
  font-family: "ivypresto-display", sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 10vw, 160px);
  line-height: 1.48125em;
  margin-right: 1em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(34, 34, 34, 0.2);
  text-stroke: 1.5px rgba(34, 34, 34, 0.2);
  -webkit-transition: text-stroke 0.4s, color 0.4s;
  -o-transition: text-stroke 0.4s, color 0.4s;
  transition: text-stroke 0.4s, color 0.4s; }
  .values__row .values__item {
    display: block;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .values__item:hover {
    -webkit-text-stroke: 0 rgba(34, 34, 34, 0.2);
    text-stroke: 0 rgba(34, 34, 34, 0.2);
    color: #C72D36; }

.values__popup__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 100vh;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(34, 34, 34, 0.1);
  z-index: 599;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
  .mason--admin .values__popup__container {
    top: 110px; }
  .mason--preview .values__popup__container {
    top: 110px; }
  .mason--secure .values__popup__container {
    top: 40px; }
  .values__popup__container.active {
    opacity: 1;
    visibility: visible;
    bottom: 0; }
    .values__popup__container.active .values__popup {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }

.values__popup {
  width: 90%;
  max-width: 896px;
  overflow: auto;
  max-height: 90vh;
  scrollbar-width: thin;
  scrollbar-color: #090909 #555555;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  padding-top: 68px;
  background-image: url("/_site/images/design/watermark_values.svg");
  background-position: bottom left;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .values__popup::-webkit-scrollbar {
    width: 10px; }
  .values__popup::-webkit-scrollbar-track {
    background-color: #555555;
    border-radius: 10px; }
  .values__popup::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #090909; }

.values__popup__close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  z-index: 2; }

.values__popup__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(-webkit-min-content, 1fr);
  -ms-grid-rows: minmax(min-content, 1fr);
  grid-template-rows: minmax(-webkit-min-content, 1fr);
  grid-template-rows: minmax(min-content, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px; }

.values__popup__item {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  padding: 0 clamp(20px, 5vw, 64px) clamp(20px, 5vw, 60px);
  display: none; }
  .values__popup__item.active {
    display: block; }

.values__popup__item__title {
  font-family: "ivypresto-display", sans-serif;
  font-weight: 400;
  line-height: 1.48438em;
  font-size: clamp(32px, 5vw, 64px);
  color: #222222;
  margin: 0 0 24px; }

.values__popup__item__text {
  color: #373940;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 2em; }

@media all and (min-width: 769px) {
  .values {
    padding-bottom: 40px; } }

.lte-ie8 .values {
  padding-bottom: 40px; }

.footer {
  margin-top: 40px;
  padding: 100px 0 60px;
  z-index: 5; }
  .mason--inner .footer,
  .mason--admission .footer {
    margin-top: 0; }
  .footer a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s; }
    .footer a:hover {
      color: #C72D36; }

.footer__bg {
  position: absolute !important;
  top: 104px;
  z-index: 0 !important; }
  .footer__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(rgba(34, 34, 34, 0)));
    background: -webkit-linear-gradient(#222 0%, rgba(34, 34, 34, 0) 100%);
    background: -o-linear-gradient(#222 0%, rgba(34, 34, 34, 0) 100%);
    background: linear-gradient(#222 0%, rgba(34, 34, 34, 0) 100%);
    z-index: 2; }
  .footer__bg img {
    opacity: 0.1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

.footer__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.footer__up {
  height: 162px;
  width: 162px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }
  .footer__up::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #C72D36;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: -1; }
  .footer__up:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.footer__up__inner {
  bottom: 81px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.5em; }
  .footer__up__inner::before {
    content: "";
    position: absolute;
    height: 200%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("/_site/images/design/hero_down_text_black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: reverse; }
  .footer__up__inner svg {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  .footer__up__inner:nth-child(2) {
    bottom: 0;
    top: 81px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .footer__up__inner:nth-child(2)::before {
      background-image: url("/_site/images/design/hero_down_text.svg");
      top: auto;
      bottom: 0; }
    .footer__up__inner:nth-child(2) svg {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.footer__content__row {
  margin-bottom: 30px; }

.footer__logo {
  margin-bottom: 32px;
  max-width: 150px; }

.footer__content__title {
  font-size: clamp(2em, 5vw, 2.5em);
  font-weight: 400;
  font-family: "ivypresto-display", sans-serif;
  margin: 0 0 32px; }

#footer__text,
.footer__content__text {
  font-weight: 300;
  line-height: 1.5em;
  margin: 0; }

.footer__content__text {
  margin: 0 0 20px; }
  .footer__content__text svg {
    display: block;
    margin: 0 auto 10px; }

.footer__useful__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer__useful__links__item {
  display: block;
  width: 100%; }
  .footer__useful__links__item span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.21429em; }
    .footer__useful__links__item span:hover::after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .footer__useful__links__item span::after {
      content: "";
      position: absolute;
      top: 100%;
      margin-top: 1px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #C72D36;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }

.footer__legal {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  .footer__legal .social__icon__link {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 8px; }
    .footer__legal .social__icon__link:last-child {
      margin-right: 0; }

.footer__sep {
  margin: 0 1em;
  display: none; }

@media all and (min-width: 769px) {
  .footer {
    padding: 160px 0 140px; }
  .footer__up {
    left: auto;
    right: 5%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  .footer__content {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__content__row {
    width: 50%;
    padding-right: 50px; }
    .footer__content__row:last-child {
      width: 100%;
      padding: 0; }
  .footer__content__text {
    margin: 0;
    position: relative;
    padding-left: 32px; }
    .footer__content__text svg {
      display: block;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .footer__content__text--address svg {
    top: 5px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .footer__useful__links__item {
    width: 50%;
    padding-right: 10px;
    margin-top: 0.8em; }
    .footer__useful__links__item:nth-child(1), .footer__useful__links__item:nth-child(2) {
      margin-top: -0.1em; }
  .footer__legal {
    margin-top: 100px; }
  .footer__legal__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer__legal__links p {
      width: 25%; }
  .footer__sep {
    display: inline-block; }
    .footer__sep:nth-child(6) {
      display: none; } }

.lte-ie8 .footer {
  padding: 160px 0 140px; }

.lte-ie8 .footer__up {
  left: auto;
  right: 5%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

.lte-ie8 .footer__content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.lte-ie8 .footer__content__row {
  width: 50%;
  padding-right: 50px; }
  .lte-ie8 .footer__content__row:last-child {
    width: 100%;
    padding: 0; }

.lte-ie8 .footer__content__text {
  margin: 0;
  position: relative;
  padding-left: 32px; }
  .lte-ie8 .footer__content__text svg {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.lte-ie8 .footer__content__text--address svg {
  top: 5px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.lte-ie8 .footer__useful__links__item {
  width: 50%;
  padding-right: 10px;
  margin-top: 0.8em; }
  .lte-ie8 .footer__useful__links__item:nth-child(1), .lte-ie8 .footer__useful__links__item:nth-child(2) {
    margin-top: -0.1em; }

.lte-ie8 .footer__legal {
  margin-top: 100px; }

.lte-ie8 .footer__legal__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .lte-ie8 .footer__legal__links p {
    width: 25%; }

.lte-ie8 .footer__sep {
  display: inline-block; }
  .lte-ie8 .footer__sep:nth-child(6) {
    display: none; }

@media all and (min-width: 1301px) {
  .footer__content__row {
    width: 25%; }
    .footer__content__row:last-child {
      width: 50%; }
  .footer__legal__links p {
    width: auto; }
  .footer__sep:nth-child(6) {
    display: inline-block; } }

@media all and (min-width: 1400px) {
  .footer__legal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0s ease 0.2s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0s ease 0.2s, -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s ease 0.2s;
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s ease 0.2s;
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s ease 0.2s, -webkit-transform 0.2s ease; }
    .custom__edit--info div:after {
      position: absolute;
      content: '';
      top: auto;
      right: auto;
      bottom: 12px;
      left: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 8px;
      border-color: transparent transparent transparent #745B99; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: 0.75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.footer_logos img {
  height: 90px; }
